/*
Theme Name: Luxcasa
Theme URI: https://luxcasa.vn
Author: Hung Panda
Author URI: https://fb.me/ruanjinxiong
Description: Giao dien web luxcasa.vn
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxcasa
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
:root {
    /* Font Style */
    --font-style-main: "Nunito", sans-serif;
    /* Font Size */
    --font-size-xs: clamp(0.69rem, 0.16vw + 0.65rem, 0.79rem);
    --font-size-sm: clamp(0.78rem, 0.18vw + 0.73rem, 0.89rem);
    --font-size-md: clamp(0.88rem, 0.2vw + 0.82rem, 1rem);
    --font-size-lg: clamp(0.98rem, 0.22vw + 0.93rem, 1.13rem);
    --font-size-xl: clamp(1.11rem, 0.25vw + 1.04rem, 1.27rem);
    --font-size-xxl: clamp(1.25rem, 0.28vw + 1.17rem, 1.42rem);
    /* Color */
    --color-main: #005A9C;
    --color-sub: #004b83;
    --color-alt: #bbdceb;
    --color-light: #f1f1f1;
    --color-white: #ffffff;
    --color-red: #d40000;
    --color-text: #102535;
    --color-text-alt: #000;
    /* Topbar */
    --topbar-bg: var(--color-main);
    --topbar-text-color: var(--color-light);
    --topbar-text-hover-color: #e5e5e5;
    /* Navbar */
    --navbar-size: 48px;
    --navbar-bg: var(--color-main);
    --navbar-text-color: var(--color-white);
    --navbar-text-hover-color: #e5e5e5;
    --navbar-sub-bg: var(--color-sub);
    --navbar-sub-text-color: var(--color-white);
    --navbar-sub-text-hover-color: var(--color-alt);
    /* Button */
    --button-bg: var(--color-red);
    --button-text-color: #fff;
    --button-hover-bg: #a30000;
    /* Border Radius */
    --border-radius: 8px;
    --border-radius-sm: 4px;
    --border-radius-lg: 12px;
}
:focus-visible {
    outline: none;
}
body {
    font-family: var(--font-style-main);
    font-size: var(--font-size-md);
    font-weight: normal;
    color: var(--color-text);
    background-color: var(--color-light);
}
h1, h2 {
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--color-main);
}
h3, h4 {
    font-weight: 700;
    font-size: var(--font-size-lg);
}
a {
    color: var(--color-text);
    text-decoration: none;
}
a:hover {
    color: var(--color-text-alt);
    text-decoration: none;
}
img, svg {
    pointer-events: none;
    max-width: 100%!important;
    height: auto;
}
table {
    counter-set: stt;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
}
th.stt:before {
    counter-increment: stt;
    content: counter(stt);
}
table.aligncenter {
    display: table;
}
tbody, td, tfoot, th, thead, tr {
    padding: .5rem;
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
}
b, strong {
    font-weight: 700;
}
blockquote {
    color: #31708f;
    background-color: #d9edf7;
    padding: 15px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    margin: 0 0 1rem;
}
iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: unset;
}
.fs-xs {
    font-size: var(--font-size-xs);
}
.fs-sm {
    font-size: var(--font-size-sm);
}
.fs-md {
    font-size: var(--font-size-md);
}
.fs-lg {
    font-size: var(--font-size-lg);
}
.fs-xl {
    font-size: var(--font-size-xl);
}
.fs-xxl {
    font-size: var(--font-size-xxl);
}
.bg-main {
    background: var(--main-color);
}
.bg-1 {
    background: var(--custom-bg-1);
}
.bg-2 {
    background: var(--custom-bg-2);
}
.border-orange {
    border-color: var(--custom-orange)!important;
}
.ratio-3x2 {
    --bs-aspect-ratio: 66.66666666%;
}
.dotBefore:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="8" width="8" viewBox="0 0 512 512"><path fill="%23d40000" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"/></svg>');
    margin-right: 8px;
}
header ul,
footer ul,
#navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header {
    background-color: var(--color-white);
}
footer a {
    color: #fff;
}

/* Logo */
#headerLogo {
    max-height: 100px;
}
#footerLogo {
    max-height: 120px;
    width: auto;
}

/* Icon */
.icon-phone {
    box-sizing: content-box;
    background-color: var(--button-bg);
    &:hover {
        background-color: var(--button-hover-bg);
    }
}

/* Topbar */
#topbar {
    background: var(--topbar-bg);
    a {
        color: var(--topbar-text-color);
        font-size: var(--font-size-sm);
        &:hover {
            color: var(--topbar-text-hover-color);
        }
    }
}
/* Navbar */
#navbar {
    background: var(--navbar-bg)!important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
/* Main Menu */
#main-menu {
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    height: var(--navbar-size);
    line-height: var(--navbar-size);
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
#main-menu > li > a {
    display: flex;
    align-items: center;
    color: var(--navbar-text-color);
}
#main-menu > .current-menu-parent > a,
#main-menu > .current-menu-item > a,
#main-menu > li:hover > a {
    color: var(--navbar-text-hover-color);
}
#main-menu > .menu-item-has-children > .sub-menu {
    background-color: var(--navbar-sub-bg);
    width: 100%;
    min-width: 300px;
    padding: 0.8rem;
    font-size: var(--font-size-sm);
    line-height: 2;
}
#main-menu > .menu-item-has-children > .sub-menu a {
    color: var(--navbar-sub-text-color);
    &:hover {
        color: var(--navbar-sub-text-hover-color);
    }
}
/* Form */
.form {
    padding: 10px;
}
.form label {
    font-size: var(--font-size-md);
}
/* Button */
button, .button {
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: var(--button-bg);
    color: var(--button-text-color);
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-sm);
}

button:hover, .button:hover {
    background: var(--button-hover-bg);
}

button:active, .button:active {
    transform: scale(0.95);
}

button.contactButton::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
    background: currentColor;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%23fff%22 height=%2224%22 width=%2224%22 viewBox=%220 0 512 512%22%3E%3Cpath d=%22M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1l99.9 107.1c3.5 3.8 5.5 8.7 5.5 13.8s-2 10.1-5.5 13.8L294.6 376.9c-4.2 4.5-10.1 7.1-16.3 7.1C266 384 256 374 256 361.7l0-57.7-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-57.7c0-12.3 10-22.3 22.3-22.3c6.2 0 12.1 2.6 16.3 7.1z%22/%3E%3C/svg%3E') no-repeat center / contain;
    mask: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%23fff%22 height=%2224%22 width=%2224%22 viewBox=%220 0 512 512%22%3E%3Cpath d=%22M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1l99.9 107.1c3.5 3.8 5.5 8.7 5.5 13.8s-2 10.1-5.5 13.8L294.6 376.9c-4.2 4.5-10.1 7.1-16.3 7.1C266 384 256 374 256 361.7l0-57.7-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-57.7c0-12.3 10-22.3 22.3-22.3c6.2 0 12.1 2.6 16.3 7.1z%22/%3E%3C/svg%3E') no-repeat center / contain;
}

button.contactButton:hover::after {
    transform: translateX(5px);
}
#searchButton {
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Section */
.section .title-1,
.section .title-2,
.section .title-3 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: 700;
}
.section .title-1:before,
.section .title-2:before {
    content: '';
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, var(--color-main) 40%, transparent 40%, transparent 60%, var(--color-main) 60%, var(--color-main));
    left: 0;
    right: 0;
}
.section .title-1:after,
.section .title-3:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="14"><path fill="%23d40000" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"/></svg>');
    line-height: 0;
    padding: 4px;
    border: 1px solid var(--color-main);
    border-radius: 50%;
}
.section .title-1 {
    margin-bottom: 50px;
}
.section .title-1:before {
    bottom: -21px;
    margin: 0 30px;
}
.section .title-1:after {
    position: absolute;
    transform: translate(50%, 50%);
    right: 50%;
    bottom: -20px;
}
.section .title-2 {
    padding: 0 10px;
    max-width: calc(100% - 40px);
}
.section .title-2:before {
    margin: 0 -40px;
    z-index: -1;
    top: 50%;
}
.section .title-3::before {
    display: inline-block;
    margin-right: 5px;
}
/* OWL */
.owl-dots {
    position: absolute;
    bottom: 2vh;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px; 
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; 
}
.owl-prev, .owl-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
}
.owl-prev{
    left: -33px;
}
.owl-next{
    right: -33px;
}


/* Main Slide */
#main-slides {
    img {
        width: 100%;
        height: 80vh;
        object-fit: cover;
    }
}
#main-slide .slick-dots {
    position: absolute;
    display: flex;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
    list-style: none;
    width: fit-content;
}
#main-slide .slick-dots li button {
    border: none;
    color: transparent;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512" style="fill: %23FFF;"><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"/></svg>') no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 5px;
}
#main-slide .slick-dots li.slick-active button {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512" style="fill: %23FFF;"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"/></svg>') no-repeat;
}
#main-slide .slick-dots li button:before {
    content: none;
}
#main-slide .slick-slide:before {
    background: none;
}
#main-slide.slick-dotted.slick-slider {
    margin: 0;
}

/* Why Us */
#whyus {
    background-color: #f5f5f5;
    .container-xxl {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        .item {
            background-color: var(--color-alt);
            box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
            border-radius: var(--border-radius);
        }
    }
}

/* Story */
#story {
    background-color: var(--color-main);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1600' height='800' preserveAspectRatio='none' viewBox='0 0 1600 800'%3e%3cg clip-path='url(%26quot%3b%23SvgjsClipPath1029%26quot%3b)' fill='none'%3e%3ccircle r='19.25' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.5' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.75' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='5' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.5' filter='drop-shadow(0 0 19px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='3.975' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='3.15' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='2.325' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.57' filter='drop-shadow(0 0 3.3px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='17.675' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='12.95' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.225' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.6' filter='drop-shadow(0 0 18.9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='11.375' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='8.75' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.125' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.92' filter='drop-shadow(0 0 10.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='18.4' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='13.6' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.8' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.59' filter='drop-shadow(0 0 19.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='13.75' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.25' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.79' filter='drop-shadow(0 0 15px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='15.6' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.4' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 16.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='14.2' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.8' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.4' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.3' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='1' filter='drop-shadow(0 0 13.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.8' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.7' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.96' filter='drop-shadow(0 0 8.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='10.4' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.6' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.8' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.95' filter='drop-shadow(0 0 11.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.6' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6.4' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.2' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.25' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.84' filter='drop-shadow(0 0 8.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='13.6' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.4' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.23' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.78' filter='drop-shadow(0 0 12.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='24.075' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='17.55' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='11.025' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.8' filter='drop-shadow(0 0 26.1px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='18.4' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='13.6' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.8' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.95' filter='drop-shadow(0 0 19.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='5.6' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='4.4' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.2' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.85' filter='drop-shadow(0 0 4.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='15.6' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.4' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.97' filter='drop-shadow(0 0 16.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='24.075' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='17.55' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='11.025' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.53' filter='drop-shadow(0 0 26.1px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.5' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.96' filter='drop-shadow(0 0 6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='6.675' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='4.95' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.11' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.225' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.22' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.72' filter='drop-shadow(0 0 6.9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='22.725' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='16.65' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='10.575' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.96' filter='drop-shadow(0 0 24.3px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='20.7' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='15.3' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.9' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.55' filter='drop-shadow(0 0 21.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.625' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.25' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.11' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='5.875' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.22' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.74' filter='drop-shadow(0 0 13.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.4' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6.6' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.8' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.2' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.67' filter='drop-shadow(0 0 7.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='13.275' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.35' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.425' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.86' filter='drop-shadow(0 0 11.7px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='9.275' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.35' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='5.425' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.21' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.69' filter='drop-shadow(0 0 7.7px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='4.425' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='3.45' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='2.475' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.23' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.78' filter='drop-shadow(0 0 3.9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='14.25' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.5' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.75' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.6' filter='drop-shadow(0 0 15px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.375' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.75' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.125' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.88' filter='drop-shadow(0 0 6.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='6.8' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.2' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.21' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.69' filter='drop-shadow(0 0 6.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='22.05' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='16.2' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='10.35' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.87' filter='drop-shadow(0 0 23.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='16.05' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.7' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.35' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.61' filter='drop-shadow(0 0 17.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.6' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.9' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.53' filter='drop-shadow(0 0 10.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='15.975' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='12.15' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.325' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.8' filter='drop-shadow(0 0 15.3px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.6' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.9' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.19' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.62' filter='drop-shadow(0 0 10.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.45' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.3' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.15' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.51' filter='drop-shadow(0 0 12.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.7' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.8' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.9' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.2' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.66' filter='drop-shadow(0 0 7.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='11.8' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.2' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.6' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.57' filter='drop-shadow(0 0 10.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.875' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6.75' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.625' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.87' filter='drop-shadow(0 0 8.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.625' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.25' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='5.875' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.27' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.91' filter='drop-shadow(0 0 13.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.58' filter='drop-shadow(0 0 12px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.79' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='25.25' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='18.5' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='11.75' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='5' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.52' filter='drop-shadow(0 0 27px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='14.625' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.25' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.875' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.19' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.63' filter='drop-shadow(0 0 13.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.11' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.22' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.72' filter='drop-shadow(0 0 20px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.45' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.3' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.15' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.57' filter='drop-shadow(0 0 12.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.53' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='10.4' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.6' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.8' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 11.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='9.25' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.75' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.3' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='1' filter='drop-shadow(0 0 9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='17.15' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='12.6' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.05' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 18.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.25' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.75' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.92' filter='drop-shadow(0 0 9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='6.8' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.2' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.86' filter='drop-shadow(0 0 6.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='9.8' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.6' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.52' filter='drop-shadow(0 0 10.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.8' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.7' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.56' filter='drop-shadow(0 0 8.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath id='SvgjsClipPath1029'%3e%3crect width='1600' height='800' x='0' y='0'%3e%3c/rect%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    .container-xxl {
        > * {
            box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
            &:first-child {
                border-top-left-radius: var(--border-radius);
                border-bottom-left-radius: var(--border-radius);
            }
            &:last-child {
                border-top-right-radius: var(--border-radius);
                border-bottom-right-radius: var(--border-radius);
            }
        }
    }
}
/* Statics */
#statics {
    background: var(--color-main);
    color: #fff;
}
/* Customers */
#customers {
    
}
/* Typical */
#typical {
    .owl-stage {
        padding: 1rem 0;
    }
    .item {
        padding: 1rem;
        background: var(--color-white);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 5px rgba(0,90,156,0.08);
        overflow: hidden;
        transition: all 0.3s ease;
        &:hover {
            transform: translateY(-6px);
            box-shadow: 0 8px 15px rgba(0,90,156,0.15);
        }
        h3 {
            color: var(--color-main);
            font-weight: 600;
            text-transform: uppercase;
            font-size: var(--font-size-lg);
            margin: 16px 0 10px;
        }
        span {
            background: var(--color-main);
            transition: 0.3s;
        }
    }
}

/* Panel */
.panel-content > .panel {
    display: none;
}
.panel-content > .active {
    display: flex;
}
/* Partners */
#partners {
    .owl-carousel {
        background-color: var(--color-alt);
        padding: .5rem;
    }
    h2 {
        background: var(--color-light);
    }
}
/* marquee */
.marquee {
    --gap: 5px;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
  }
.marquee__content {
    flex-shrink: 0;
    display: flex;
    min-width: 100%;
    gap: var(--gap);
    padding: 0;
    margin: 0;
}
.scrollX {
    animation: scrollX 20s linear infinite;
}
.scrollY {
    animation: scrollY 15s linear infinite;
}
@keyframes scrollX {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@keyframes scrollY {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(calc(-100% - var(--gap)));
    }
}
/* Counter */
.counter:not(.is-visible) {
	visibility: hidden;
}
/* Muc luc */
.mucluc-1 {
    font-size: var(--font-size-xl);
    font-weight: 500;
}
.mucluc-2 {
    font-size: var(--font-size-lg);
    font-weight: 500;
}
.mucluc-3 {
    font-size: var(--font-size-md);
    font-weight: 500;
}
.btn-mucluc {
    border: none;
    background: none;
    display: flex;
    text-align: left;
    line-height: 1.25;
    margin-top: 10px;
}
.btn-mucluc.lv-h3:before {
    content: '--'
}
.btn-mucluc.lv-h4:before {
    content: '----'
}
/* Summary */
#summary {
    background: var(--color-alt);
    .owl-dots {
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* Content */
#content {
    background: var(--color-light);
}
.home #content {
    background: var(--color-white);
}
#content .owl-dots {
    display: none;
}
#content [id^="thumb-"] {
    padding: .5rem 32px;
    background: #0f2a34;
}
#content [id^="thumb-"] .owl-item:not(.center) {
    opacity: 50%;
}
#content [id^="thumb-"] .owl-nav {
    color: #fff;
}
#content [id^="thumb-"] .owl-prev {
    left: 5px;
}
#content [id^="thumb-"] .owl-next {
    right: 5px;
}
/* contentNav */
#contentNav {
    .nav-link {
        text-transform: uppercase;
        font-weight: 700;
        color: var(--color-main);
        &.active {
            background-color: var(--color-sub);
            color: var(--button-text-color);
        }
    }
}
/* tinymce */
body#tinymce {
    .mucluc-1, .mucluc-2, .mucluc-3 {border: 1px solid var(--custom-orange);}
    .mucluc-1:before, .mucluc-2:before, .mucluc-3:before {font-size: 7px;}
    .mucluc-1:before {content: 'ML1';}
    .mucluc-2:before {content: 'ML2';}
    .mucluc-3:before {content: 'ML3';}
}
/* Gallery */
#gallery {
    margin-bottom: 0;
}
#gallery .slick-dots {
    position: absolute;
    display: flex;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
    list-style: none;
    width: fit-content;
}
/* Flashsale */
#flashsale {
    background: #e0e0e0;
}
#flashsale li > span {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    color: #000;
    background: var(--custom-orange);
    padding: 0.25rem;
    font-size: var(--font-size-xl);
    border-radius: 5px;
}
#flashsale li > span >span {
    font-weight: normal;
    font-size: var(--font-size-xs);
}
/* gifts */
#gifts {
    color: var(--color-red);
    font-weight: 700;
    svg {
        width: 32px;
        fill: var(--color-red);
    }
    .gift-content {
        display: none;
        position: absolute;
        top: 100%;
        padding: 5px;
        background: #fff;
        z-index: 1;
    }
    .gift:hover .gift-content {
        display: block;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* pr */
#videoIframe {
    width: 100%;
    aspect-ratio: 16/9;
}
/* information */
#information {
    ol, ul {
        margin-bottom: 0;
        padding-left: 15px;
    }
}
/* filter */
#filter select {
    width: 180px;
    align-self: center;
}

/* lien he */
.vka-wrapper {
    position: fixed;
    bottom: 8px;
    z-index: 1000;
    left: 120px;
}
.vka {
    width: 60px;
    max-width: unset;
    height: 60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    background: #c31d1d;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: absolute;
    right: 40px;
    bottom: -4px;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
[class*="icon-cps-"] {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/img/img-nut-lien-he-final.png) !important;
    background-repeat: no-repeat;
    background-size: 453px;
}
.icon-cps-vka-menu {
    width: 50px;
    height: 50px;
    margin: 0 !important;
    background-size: 694px;
    background-position: -649px 0;
}
.vka-wheel .vka-button-mess {
    background: #fff;
}
.vka-wheel {
    width: 300px;
    height: 115px;
    position: absolute;
    bottom: 15px;
    right: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 12;
}
.vka-wheel .vka-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    text-decoration: none;
}
.vka-button {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    padding: 4px;
    border-radius: 50%;
    background: #0f1941;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    animation: ring 1s linear infinite;
}
.vka-wheel .vka-button-2 {
    background: red;
}
.vka-wheel .vka-button-4 {
    background: #0091ff;
}
.vka-wheel .vka-button-mess {
    background: #1877f2;
}
.vka-wheel .vka-action-4 {
    right: 0;
    bottom: 125px;
}
.vka-wheel .vka-action-3 {
    right: 0;
    bottom: 185px;
    cursor: pointer;
}
.vka-wheel .vka-action-2 {
    top: 5px;
    right: 0;
}
.vka-checkbox {
    display: none !important;
}
.vka-checkbox:checked .vka {
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    width: 30px;
    height: 30px;
    right: 38px;
    bottom: 35px;
}
.vka-checkbox:checked ~ .vka .icon-cps-vka-menu {
    width: 20px;
    height: 20px;
    margin: 0;
    background-size: 300px;
    background-position: -139px -31px;
}
.vka-checkbox:checked ~ .vka-wheel {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vka-checkbox:checked ~ .vka {
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    width: 30px;
    height: 30px;
    right: 38px;
    bottom: 35px;
}

@keyframes ring {
	0% {
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

.lienhhe-fix {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1049;
    text-transform: uppercase;
}
.tuvan_title {
    background-color: #b10015;
    padding: 10px 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.btn-tuvan {
    background-color: #b10015;
    color: #fff;
    padding: 7px 30px;
    text-transform: uppercase;
}
/* footer */
footer {
    background-color: var(--color-main);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1600' height='800' preserveAspectRatio='none' viewBox='0 0 1600 800'%3e%3cg clip-path='url(%26quot%3b%23SvgjsClipPath1029%26quot%3b)' fill='none'%3e%3ccircle r='19.25' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.5' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.75' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='5' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.5' filter='drop-shadow(0 0 19px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='3.975' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='3.15' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='2.325' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.57' filter='drop-shadow(0 0 3.3px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='17.675' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='12.95' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.225' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.6' filter='drop-shadow(0 0 18.9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='11.375' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='8.75' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.125' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.92' filter='drop-shadow(0 0 10.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='18.4' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='13.6' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.8' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.59' filter='drop-shadow(0 0 19.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='13.75' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.25' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.79' filter='drop-shadow(0 0 15px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='15.6' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.4' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 16.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='14.2' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.8' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.4' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.3' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='1' filter='drop-shadow(0 0 13.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.8' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.7' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.96' filter='drop-shadow(0 0 8.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='10.4' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.6' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.8' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.95' filter='drop-shadow(0 0 11.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.6' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6.4' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.2' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.25' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.84' filter='drop-shadow(0 0 8.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='13.6' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.4' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.23' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.78' filter='drop-shadow(0 0 12.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='24.075' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='17.55' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='11.025' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.8' filter='drop-shadow(0 0 26.1px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='18.4' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='13.6' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.8' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.95' filter='drop-shadow(0 0 19.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='5.6' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='4.4' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.2' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.85' filter='drop-shadow(0 0 4.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='15.6' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.4' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.97' filter='drop-shadow(0 0 16.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='24.075' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='17.55' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='11.025' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.53' filter='drop-shadow(0 0 26.1px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.5' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.96' filter='drop-shadow(0 0 6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='6.675' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='4.95' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.11' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.225' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.22' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.72' filter='drop-shadow(0 0 6.9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='22.725' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='16.65' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='10.575' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.96' filter='drop-shadow(0 0 24.3px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='20.7' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='15.3' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.9' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.55' filter='drop-shadow(0 0 21.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.625' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.25' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.11' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='5.875' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.22' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.74' filter='drop-shadow(0 0 13.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.4' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6.6' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.8' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.2' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.67' filter='drop-shadow(0 0 7.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='13.275' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.35' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.425' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.86' filter='drop-shadow(0 0 11.7px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='9.275' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.35' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='5.425' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.21' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.69' filter='drop-shadow(0 0 7.7px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='4.425' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='3.45' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='2.475' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.23' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.78' filter='drop-shadow(0 0 3.9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='14.25' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.5' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.75' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.6' filter='drop-shadow(0 0 15px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.375' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.75' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.125' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.88' filter='drop-shadow(0 0 6.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='6.8' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.2' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.21' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.69' filter='drop-shadow(0 0 6.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='22.05' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='16.2' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='10.35' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.87' filter='drop-shadow(0 0 23.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='16.05' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.7' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.35' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.61' filter='drop-shadow(0 0 17.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.6' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.9' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.53' filter='drop-shadow(0 0 10.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='15.975' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='12.15' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.325' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.8' filter='drop-shadow(0 0 15.3px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.6' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.9' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.19' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.62' filter='drop-shadow(0 0 10.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.45' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.3' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.15' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.51' filter='drop-shadow(0 0 12.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.7' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.8' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.9' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.2' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.66' filter='drop-shadow(0 0 7.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='11.8' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.2' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.6' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.57' filter='drop-shadow(0 0 10.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.875' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6.75' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.625' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.87' filter='drop-shadow(0 0 8.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.625' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.25' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='5.875' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.27' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.91' filter='drop-shadow(0 0 13.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.58' filter='drop-shadow(0 0 12px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.79' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='25.25' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='18.5' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='11.75' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='5' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.52' filter='drop-shadow(0 0 27px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='14.625' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.25' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.875' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.19' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.63' filter='drop-shadow(0 0 13.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.11' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.22' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.72' filter='drop-shadow(0 0 20px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.45' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.3' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.15' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.57' filter='drop-shadow(0 0 12.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.53' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='10.4' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.6' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.8' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 11.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='9.25' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.75' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.3' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='1' filter='drop-shadow(0 0 9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='17.15' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='12.6' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.05' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 18.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.25' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.75' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.92' filter='drop-shadow(0 0 9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='6.8' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.2' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.86' filter='drop-shadow(0 0 6.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='9.8' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.6' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.52' filter='drop-shadow(0 0 10.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.8' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.7' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.56' filter='drop-shadow(0 0 8.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath id='SvgjsClipPath1029'%3e%3crect width='1600' height='800' x='0' y='0'%3e%3c/rect%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    > * {
        position: relative;
        z-index: 1;
    }
}
footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1600' height='800' preserveAspectRatio='none' viewBox='0 0 1600 800'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1220%26quot%3b)' fill='none'%3e%3cpath d='M1600 0L1097.01 0L1600 155.78z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M1097.01 0L1600 155.78L1600 269.7L1047.23 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M1047.23 0L1600 269.7L1600 353.87L661.86 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M661.86 0L1600 353.87L1600 499.06L225.95 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 800L767.55 800L0 480.94z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 480.94L767.55 800L1205.31 800L0 395.53999999999996z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 395.53999999999996L1205.31 800L1260.28 800L0 200.41999999999996z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 200.41999999999996L1260.28 800L1310.32 800L0 172.17999999999995z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1220'%3e%3crect width='1600' height='800' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  z-index: 0;
}
footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1600' height='800' preserveAspectRatio='none' viewBox='0 0 1600 800'%3e%3cg clip-path='url(%26quot%3b%23SvgjsClipPath1029%26quot%3b)' fill='none'%3e%3ccircle r='19.25' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.5' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.75' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='5' cx='496' cy='725' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.5' filter='drop-shadow(0 0 19px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='3.975' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='3.15' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='2.325' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='1089' cy='109' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.57' filter='drop-shadow(0 0 3.3px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='17.675' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='12.95' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.225' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='53' cy='371' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.6' filter='drop-shadow(0 0 18.9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='11.375' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='8.75' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.125' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='139' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.92' filter='drop-shadow(0 0 10.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='18.4' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='13.6' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.8' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='776' cy='185' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.59' filter='drop-shadow(0 0 19.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='13.75' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.25' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='374' cy='766' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.79' filter='drop-shadow(0 0 15px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='15.6' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.4' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='558' cy='257' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 16.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='14.2' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.8' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.4' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.3' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='395' cy='621' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='1' filter='drop-shadow(0 0 13.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.8' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.7' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='395' cy='83' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.96' filter='drop-shadow(0 0 8.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='10.4' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.6' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.8' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='194' cy='21' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.95' filter='drop-shadow(0 0 11.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.6' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6.4' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.2' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.25' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='727' cy='370' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.84' filter='drop-shadow(0 0 8.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='13.6' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.4' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.23' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='1301' cy='158' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.78' filter='drop-shadow(0 0 12.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='24.075' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='17.55' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='11.025' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='251' cy='127' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.8' filter='drop-shadow(0 0 26.1px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='18.4' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='13.6' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.8' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='467' cy='354' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.95' filter='drop-shadow(0 0 19.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='5.6' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='4.4' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.2' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='87' cy='547' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.85' filter='drop-shadow(0 0 4.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='15.6' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.4' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1557' cy='553' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.97' filter='drop-shadow(0 0 16.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='24.075' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='17.55' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='11.025' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='200' cy='605' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.53' filter='drop-shadow(0 0 26.1px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.5' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1131' cy='405' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.96' filter='drop-shadow(0 0 6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='6.675' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='4.95' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.11' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.225' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.22' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='239' cy='493' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.72' filter='drop-shadow(0 0 6.9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='22.725' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='16.65' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='10.575' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.29' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='298' cy='98' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.96' filter='drop-shadow(0 0 24.3px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='20.7' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='15.3' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.9' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1243' cy='731' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.55' filter='drop-shadow(0 0 21.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.625' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.25' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.11' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='5.875' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.22' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='253' cy='586' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.74' filter='drop-shadow(0 0 13.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.4' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6.6' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.8' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.2' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='49' cy='163' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.67' filter='drop-shadow(0 0 7.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='13.275' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.35' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.425' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='778' cy='521' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.86' filter='drop-shadow(0 0 11.7px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='9.275' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.35' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='5.425' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.21' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='1246' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.69' filter='drop-shadow(0 0 7.7px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='4.425' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='3.45' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='2.475' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.23' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='18' cy='207' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.78' filter='drop-shadow(0 0 3.9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='14.25' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='10.5' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.75' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='57' cy='584' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.6' filter='drop-shadow(0 0 15px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.375' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.75' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.125' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='208' cy='527' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.88' filter='drop-shadow(0 0 6.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='6.8' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.2' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.21' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1318' cy='71' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.69' filter='drop-shadow(0 0 6.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='22.05' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='16.2' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='10.35' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1136' cy='758' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.87' filter='drop-shadow(0 0 23.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='16.05' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.7' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.35' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.18' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1314' cy='523' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.61' filter='drop-shadow(0 0 17.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.6' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.9' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1244' cy='641' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.53' filter='drop-shadow(0 0 10.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='15.975' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='12.15' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.325' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='541' cy='487' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.8' filter='drop-shadow(0 0 15.3px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.6' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.9' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.19' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='444' cy='598' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.62' filter='drop-shadow(0 0 10.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.45' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.3' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.15' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='133' cy='154' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.51' filter='drop-shadow(0 0 12.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.7' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.8' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.9' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.2' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1257' cy='350' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.66' filter='drop-shadow(0 0 7.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='11.8' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.2' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.6' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='746' cy='489' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.57' filter='drop-shadow(0 0 10.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.875' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6.75' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.625' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='1515' cy='480' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.87' filter='drop-shadow(0 0 8.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.625' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.25' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='5.875' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.27' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='947' cy='490' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.91' filter='drop-shadow(0 0 13.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='296' cy='216' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.58' filter='drop-shadow(0 0 12px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.12' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.24' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='488' cy='583' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.79' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='25.25' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='18.5' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='11.75' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='5' cx='259' cy='495' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.52' filter='drop-shadow(0 0 27px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='14.625' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='11.25' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='7.875' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.19' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='45' cy='765' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.63' filter='drop-shadow(0 0 13.5px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.07' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.11' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.22' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4' cx='1021' cy='360' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.72' filter='drop-shadow(0 0 20px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='12.45' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='9.3' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='6.15' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3' cx='1487' cy='96' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.57' filter='drop-shadow(0 0 12.6px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1186' cy='376' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.53' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='10.4' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.6' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.8' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1419' cy='695' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 11.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='34' cy='549' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='9.25' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.1' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.15' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.75' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.3' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2.5' cx='182' cy='139' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='1' filter='drop-shadow(0 0 9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='17.15' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='12.6' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='8.05' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='3.5' cx='825' cy='143' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 18.2px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='8.25' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='6' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.75' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='926' cy='717' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.92' filter='drop-shadow(0 0 9px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='6.8' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.2' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.13' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.26' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='766' cy='737' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.86' filter='drop-shadow(0 0 6.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='9.8' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.05' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='7.2' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='4.6' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.16' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='2' cx='1103' cy='562' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.52' filter='drop-shadow(0 0 10.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='19.35' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.09' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='14.4' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.14' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='9.45' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.28' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='4.5' cx='1287' cy='113' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.93' filter='drop-shadow(0 0 19.8px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3ccircle r='7.8' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.06' filter='blur(9px)'%3e%3c/circle%3e%3ccircle r='5.7' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.08' filter='blur(6px)'%3e%3c/circle%3e%3ccircle r='3.6' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.17' filter='blur(3px)'%3e%3c/circle%3e%3ccircle r='1.5' cx='1167' cy='437' fill='rgba(255%2c 255%2c 255%2c 0.6)' opacity='0.56' filter='drop-shadow(0 0 8.4px rgba(255%2c 255%2c 255%2c 0.6))'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath id='SvgjsClipPath1029'%3e%3crect width='1600' height='800' x='0' y='0'%3e%3c/rect%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  z-index: 0;
}

.title-f {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.title-f:before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #ff0000;
    bottom: 0;
}

.content-f ul li {
    margin-bottom: 8px;
}

.content-f ul li a {
    color: #ffff;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="10" viewBox="0 0 320 512"><path fill="%23ffffff" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>') no-repeat center left;
    padding-left: 10px;
    background-size: 6px;
}
.wp-caption {
    margin: 0 auto;
    max-width: 100%;
    width: fit-content!important;
}
.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
    text-align: center;
    background: #e6e6e6;
    padding: .5rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

/* Ratting start */
.rating:not(:checked) > label:before {
    content: '★ ';
}
.rating:not(:checked) > label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    font-size: var(--font-size-xxl);
    line-height: 1.25;
    color: #ddd;
}
.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating:not(:checked) > input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.rating > input:checked ~ label {
    color: #f70;
}
/* Item */
.item_price {
    font-size: var(--font-size-lg);
    font-weight: 500;
    --bs-text-opacity: 1;
    color: #cf2929;
}
.item_old_price {
    text-decoration: line-through!important;
    color: inherit;
    opacity: .5;
    font-weight: 400;
}

.one_line_text, .two_line_text, .three_line_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.one_line_text {
    -webkit-line-clamp: 1;
}
.two_line_text {
    -webkit-line-clamp: 2;
}
.three_line_text {
    -webkit-line-clamp: 3;
}

/* Comments */
.comment {
    margin-left: 30px;
    margin-bottom: 1.5rem;
}
.comment > span {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--custom-bg-2);
    border-radius: 50%;
    font-size: var(--font-size-sm);
    float: left;
    margin-left: -30px;
    font-weight: 500;
}
.comment > .reply {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.child-comments {
    position: relative;
    margin-top: 15px;
    border: 1px solid var(--custom-bg-2);
    background-color: var(--custom-bg-1);
    padding: 1rem;
}
.child-comments:before {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 1px solid var(--custom-bg-2);
    border-left: 1px solid var(--custom-bg-2);
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    left: 10px;
    background: var(--custom-bg-1);
}
.rank-math-breadcrumb p {
    margin-bottom: inherit;
}

@media (min-width: 992px) {
    #main-menu > .menu-item {
        position: relative;
        
    }
    #main-menu > .menu-item > a {
        height: 100%;
        border-bottom: 3px solid transparent;
    }
    #main-menu > .current-menu-item > a,
    #main-menu > .current-menu-parent > a,
    #main-menu > .menu-item:hover > a {
        border-bottom-color: var(--custom-orange);
    }
    #main-menu > .menu-item-has-children > .sub-menu {
        position: absolute;
        display: none;
    }
    #main-menu > .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
    #sidebar {
        max-width: 320px;
        flex-shrink: 0;
    }
}
@media (max-width: 575.98px) {
    table {
        max-width: 100%;
    }
    table * {
        font-size: 8px!important;
        padding: 1px 2px!important;
    }
    .item_price {
        font-size: var(--font-size-sm);
    }
    .item_old_price {
        font-size: var(--font-size-sm);
    }
    .section h2 {
        font-size: var(--font-size-lg);
    }
    #flashsale {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1020;
    }
    #headerLogo {
        height: 32px;
        width: auto;
    }
    #typical h3,
    #typical a > span {
        font-size: var(--font-size-sm);
    }
    #whyus .title {
        font-size: var(--font-size-sm);
        text-align: center;
    }
    #statics .counter {
        align-self: center;
    }
    #videoIframe {
        width: 100%;
        height: 100%;
    }
    #pr button > span > img {
        max-width: 5vh!important;
    }
}
@media (max-width: 991.98px) {
    #main-menu .menu-item:not(.menu-item-has-children) a {
        display: block;
    }
    #main-menu > .menu-item-has-children:before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="10" viewBox="0 0 320 512"><path fill="currentColor" d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>');
        width: 20px;
        text-align: center;
        display: block;
        float: right;
    }
}