<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bubbles-container {
    position: absolute;
    top: 8rem;
    left: 0%; 
    width: 100%;
	height: auto;
/*    max-width: 52rem; */
    transform: translateX(-10%);
	opacity: 0.5;
/*	overflow: visible; */
background-blend-mode: multiply;
	background-size: cover;
	overflow: hidden;
	z-index: -1;
}

.bubbles {
	width: 35%;
	height: auto;
	opacity: 0.5;
}

.bubbles circle {
	stroke: #777;
	fill: none;
}

.bubbles &gt; g &gt; g:nth-of-type(3n) circle {
	stroke: #fbd44b;
	fill: #fbd44b;

}

.bubbles &gt; g &gt; g:nth-of-type(4n) circle {
	stroke: #ffda03;
}

.bubbles-large {
	overflow: visible;
	transform: scale(0.85);
}

.bubbles-large &gt; g {
	transform: translateY(2048px);
	opacity: 0;
	will-change: transform, opacity;
}

.bubbles-large &gt; g:nth-of-type(1) {
	animation: up 6.5s infinite;
}

.bubbles-large &gt; g:nth-of-type(1) &gt; g {
	transform: translateX(350px);
}

.bubbles-large &gt; g:nth-of-type(1) circle {
	animation: wobble 3s infinite ease-in-out;
}

.bubbles-large &gt; g:nth-of-type(2) {
	animation: up 5.25s 250ms infinite;
}

.bubbles-large &gt; g:nth-of-type(2) &gt; g {
	transform: translateX(450px);
}

.bubbles-large &gt; g:nth-of-type(2) circle {
	animation: wobble 3s infinite ease-in-out;
}

.bubbles-large &gt; g:nth-of-type(3) {
	animation: up 6.75s 750ms infinite;
}

.bubbles-large &gt; g:nth-of-type(3) &gt; g {
	transform: translateX(700px);
}

.bubbles-large &gt; g:nth-of-type(3) circle {
	animation: wobble 3s infinite ease-in-out;
}

.bubbles-large &gt; g:nth-of-type(4) {
	animation: up 5.5s 1.5s infinite;
}

.bubbles-large &gt; g:nth-of-type(4) &gt; g {
	transform: translateX(500px);
}

.bubbles-large &gt; g:nth-of-type(4) circle {
	animation: wobble 3s infinite ease-in-out;
}

.bubbles-large &gt; g:nth-of-type(5) {
	animation: up 6.5s 4s infinite;
}

.bubbles-large &gt; g:nth-of-type(5) &gt; g {
	transform: translateX(675px);
}

.bubbles-large &gt; g:nth-of-type(5) circle {
	animation: wobble 3s infinite ease-in-out;
}

.bubbles-small {
	overflow: visible;
}

.bubbles-small &gt; g {
	transform: translateY(2048px);
	opacity: 0;
	will-change: transform, opacity;
}

.bubbles-small g circle {
	transform: scale(0);
}

.bubbles-small &gt; g:nth-of-type(1) {
	animation: up 5.25s infinite;
}

.bubbles-small &gt; g:nth-of-type(1) &gt; g {
	transform: translateX(350px);
}

.bubbles-small &gt; g:nth-of-type(1) circle {
	animation: wobble 3s infinite ease-in-out;
}

.bubbles-small &gt; g:nth-of-type(2) {
	animation: up 5.75s infinite;
}

.bubbles-small &gt; g:nth-of-type(2) &gt; g {
	transform: translateX(750px);
}

.bubbles-small &gt; g:nth-of-type(2) circle {
	animation: wobble 3s infinite ease-in-out;
}

.bubbles-small &gt; g:nth-of-type(3) {
	animation: up 5.25s 325ms infinite;
}

.bubbles-small &gt; g:nth-of-type(3) &gt; g {
	transform: translateX(350px);
}

.bubbles-small &gt; g:nth-of-type(3) circle {
	animation: wobble 3s 250ms infinite ease-in-out;
}

.bubbles-small &gt; g:nth-of-type(4) {
	animation: up 5.75s 325ms infinite;
}

.bubbles-small &gt; g:nth-of-type(4) &gt; g {
	transform: translateX(180px);
}

.bubbles-small &gt; g:nth-of-type(4) circle {
	animation: wobble 3s 250ms infinite ease-in-out;
}

.bubbles-small &gt; g:nth-of-type(5) {
	animation: up 6s 125ms infinite;
}

.bubbles-small &gt; g:nth-of-type(5) &gt; g {
	transform: translateX(350px);
}

.bubbles-small &gt; g:nth-of-type(5) circle {
	animation: wobble 3s 250ms infinite ease-in-out;
}

.bubbles-small &gt; g:nth-of-type(6) {
	animation: up 5.13s 250ms infinite;
}

.bubbles-small &gt; g:nth-of-type(6) &gt; g {
	transform: translateX(650px);
}

.bubbles-small &gt; g:nth-of-type(6) circle {
	animation: wobble 3s 125ms infinite ease-in-out;
}

.bubbles-small &gt; g:nth-of-type(7) {
	animation: up 6.25s 350ms infinite;
}

.bubbles-small &gt; g:nth-of-type(7) &gt; g {
	transform: translateX(480px);
}

.bubbles-small &gt; g:nth-of-type(7) circle {
	animation: wobble 3s 325ms infinite ease-in-out;
}

.bubbles-small &gt; g:nth-of-type(8) {
	animation: up 7s 200ms infinite;
}

.bubbles-small &gt; g:nth-of-type(8) &gt; g {
	transform: translateX(330px);
}

.bubbles-small &gt; g:nth-of-type(8) circle {
	animation: wobble 3s 325ms infinite ease-in-out;
}

.bubbles-small &gt; g:nth-of-type(9) {
	animation: up 6.25s 233ms infinite;
}

.bubbles-small &gt; g:nth-of-type(9) &gt; g {
	transform: translateX(230px);
}

.bubbles-small &gt; g:nth-of-type(9) circle {
	animation: wobble 3s 275ms infinite ease-in-out;
}

.bubbles-small &gt; g:nth-of-type(10) {
	animation: up 6s 900ms infinite;
}

.bubbles-small &gt; g:nth-of-type(10) &gt; g {
	transform: translateX(730px);
}

.bubbles-small &gt; g:nth-of-type(10) circle {
	animation: wobble 2s 905ms infinite ease-in-out;
}

@keyframes wobble {
	33% {
		transform: translateX(-50px);
	}
	
	66% {
		transform: translateX(50px);
	}
}

@keyframes up {
	0% {
		opacity: 0;
	}
	
	10%, 80% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		transform: translateY(-1024px);
	}
}
</pre></body></html>