.navbar3_menu-button,
legend,
td,
th {
	padding: 0;
}

.w-inline-block,
img {
	max-width: 100%;
}

h4,
h5,
h6 {
	margin-top: 10px;
}

blockquote,
figure {
	margin: 0 0 10px;
}

ol,
p,
ul {
	margin-top: 0;
}

.w-slider,
.w-slider-nav {
	-webkit-tap-highlight-color: #0000;
}

button.button.w-button.navbar-ca:focus {
	background: #ce4c52;
}

button.button.w-button.navbar-ca:hover {
	background: #e84775;
	transform: translateY(-2px);
}

.ca-tooltip {
	visibility: hidden;
	position: absolute;
	left: 50%;
	bottom: -100%;
	transform: translateX(-50%);
	width: fit-content;
	white-space: nowrap;
	padding: 1rem 2rem;
	background-color: #4b273a;
	opacity: 0.9;
	color: #fff;
	border-radius: 0.7rem;
	font-size: 1.3rem;
	z-index: 9999;
	transition: 0.1s ease-out;
	opacity: 0;
}

.navbar-ca:hover .ca-tooltip {
	visibility: visible;
	opacity: 0.8;
	bottom: -110%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: sans-serif;
	background: #e84775;
	height: 100%;
}

.fade-mask {
	-webkit-mask-image: linear-gradient(to bottom,
			rgba(0, 0, 0, 1) 40%,
			rgba(0, 0, 0, 0) 80%);
	mask-image: linear-gradient(to bottom,
			rgba(0, 0, 0, 1) 40%,
			rgba(0, 0, 0, 0) 80%);
}

.img-believe {
	position: relative;
	z-index: 10;
	margin-top: -100px;
	transform: translateY(-50px);
}

html.lenis {
	height: auto;
}

/* Hide scrollbar but keep functionality */
::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: transparent;
}

/* For Firefox */
html {
	scrollbar-width: none;
}

/* For IE and Edge */
body {
	-ms-overflow-style: none;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.text-center {
	text-align: center !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0 !important;
	width: 100% !important;
	display: flex !important;
}

.w-layout-hflex.flex-block.text-center {
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
}

.ca-text {
	color: #fff;
}

.glass {
	background: rgba(255, 255, 255, 0);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.d-lg-blog,
.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-hidden,
.w-lightbox-hide,
[hidden],
template {
	display: none;
}

.w-block,
.w-dropdown-list.w--open,
.w-richtext figure.w-richtext-align-fullwidth>figcaption,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

.w-button,
.w-inline-block,
img {
	display: inline-block;
}

audio,
canvas,
progress,
video {
	vertical-align: baseline;
	display: inline-block;
}

audio:not([controls]) {
	height: 0;
	display: none;
}

a {
	background-color: #0000;
}

.w-dropdown-link:focus,
.w-dropdown-toggle:focus,
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus,
a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
optgroup,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
}

h1,
h2,
h3 {
	margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
	margin-bottom: 10px;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

.w-lightbox-noscroll,
.w-richtext ol,
.w-richtext ul,
.w-widget-twitter,
svg:not(:root) {
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre,
textarea {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

body,
h5 {
	line-height: 20px;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: webflow-icons;
	src: url("./fonts/BagelFatOne-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

[class*=" w-icon-"],
[class^="w-icon-"] {
	speak: none;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
	content: "";
}

.w-icon-slider-left:before {
	content: "";
}

.w-icon-nav-menu:before {
	content: "";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
	content: "";
}

.w-icon-file-upload-remove:before {
	content: "";
}

.w-icon-file-upload-icon:before {
	content: "";
}

* {
	box-sizing: border-box;
}

body {
	color: #333;
	background-color: #fff;
	min-height: 100%;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

html.w-mod-touch * {
	background-attachment: scroll !important;
}

.w-clearfix:after,
.w-clearfix:before,
.w-container:after,
.w-container:before,
.w-embed:after,
.w-embed:before,
.w-nav:after,
.w-nav:before,
.w-radio:after,
.w-radio:before,
.w-richtext:after,
.w-richtext:before,
.w-row:after,
.w-row:before {
	content: " ";
	grid-area: 1/1/2/2;
	display: table;
}

.w-clearfix:after,
.w-container:after,
.w-embed:after,
.w-nav:after,
.w-radio:after,
.w-richtext figure.w-richtext-align-normal,
.w-richtext:after,
.w-row:after {
	clear: both;
}

.w-button {
	color: #fff;
	line-height: inherit;
	cursor: pointer;
	background-color: #3898ec;
	border: 0;
	border-radius: 0;
	padding: 9px 15px;
	text-decoration: none;
}

input.w-button {
	-webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
	color: #0000 !important;
}

.w-code-block {
	margin: unset;
}

pre.w-code-block code {
	all: inherit;
}

.w-optimization {
	display: contents;
}

.w-webflow-badge,
.w-webflow-badge>img {
	opacity: 1 !important;
	display: inline-block !important;
	box-sizing: unset;
	width: unset;
	height: unset;
	max-height: unset;
	max-width: unset;
	min-height: unset;
	min-width: unset;
	margin: unset;
	padding: unset;
	float: unset;
	clear: unset;
	border: unset;
	border-radius: unset;
	background: unset;
	background-image: unset;
	background-position: unset;
	background-size: unset;
	background-repeat: unset;
	background-origin: unset;
	background-clip: unset;
	background-attachment: unset;
	background-color: unset;
	box-shadow: unset;
	transform: unset;
	direction: unset;
	font-family: unset;
	font-weight: unset;
	color: unset;
	font-size: unset;
	line-height: unset;
	font-style: unset;
	font-variant: unset;
	text-align: unset;
	letter-spacing: unset;
	-webkit-text-decoration: unset;
	text-decoration: unset;
	text-indent: unset;
	text-transform: unset;
	list-style-type: unset;
	text-shadow: unset;
	vertical-align: unset;
	cursor: unset;
	white-space: unset;
	word-break: unset;
	word-spacing: unset;
	word-wrap: unset;
	transition: unset;
}

.w-richtext figure.w-richtext-align-center,
.w-slider,
.w-tabs:after {
	clear: both;
}

.w-form-done,
.w-slider,
.w-widget-map .gm-style-iw,
.w-widget-twitter-count-shim,
figcaption {
	text-align: center;
}

.w-webflow-badge {
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
	visibility: visible !important;
	z-index: 2147483647 !important;
	color: #aaadb0 !important;
	overflow: unset !important;
	background-color: #fff !important;
	border-radius: 3px !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 6px !important;
	font-size: 12px !important;
	line-height: 14px !important;
	text-decoration: none !important;
	position: fixed !important;
	inset: auto 12px 12px auto !important;
	transform: none !important;
}

.w-webflow-badge>img {
	position: unset;
	visibility: unset !important;
	vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

h1 {
	font-size: 38px;
	line-height: 44px;
}

h2 {
	font-size: 32px;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
}

blockquote {
	border-left: 5px solid #e2e2e2;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 22px;
}

figcaption {
	margin-top: 5px;
}

ol,
ul {
	padding-left: 40px;
}

.w-list-unstyled {
	padding-left: 0;
	list-style: none;
}

.w-video {
	width: 100%;
	padding: 0;
	position: relative;
}

.w-video embed,
.w-video iframe,
.w-video object {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

[type="button"],
[type="reset"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	border: 0;
}

.w-form {
	margin: 0 0 15px;
}

.w-form-done {
	background-color: #ddd;
	padding: 20px;
	display: none;
}

.w-form-fail {
	background-color: #ffdede;
	margin-top: 10px;
	padding: 10px;
	display: none;
}

label {
	margin-bottom: 5px;
	font-weight: 700;
	display: block;
}

.w-input,
.w-select {
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857;
	display: block;
}

.w-input::placeholder,
.w-select::placeholder {
	color: #999;
}

.w-input:focus,
.w-select:focus {
	border-color: #3898ec;
	outline: 0;
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
	cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
	background-color: #eee;
}

.w-select[multiple],
textarea.w-input,
textarea.w-select {
	height: auto;
}

.w-select {
	background-color: #f3f3f3;
}

.w-form-label {
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	display: inline-block;
}

.w-radio {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block;
}

.w-radio-input {
	float: left;
	margin: 3px 0 0 -20px;
	line-height: normal;
}

.w-file-upload {
	margin-bottom: 10px;
	display: block;
}

.w-file-upload-input {
	opacity: 0;
	z-index: -100;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
	overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
	color: #333;
	display: inline-block;
}

.w-file-upload-error {
	margin-top: 10px;
	display: block;
}

.w-file-upload-file,
.w-file-upload-uploading-btn {
	margin: 0;
	display: flex;
	background-color: #fafafa;
	border: 1px solid #ccc;
}

.w-file-upload-uploading-btn {
	cursor: pointer;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
}

.w-file-upload-file {
	flex-grow: 1;
	justify-content: space-between;
	padding: 8px 9px 8px 11px;
}

.w-file-upload-file-name {
	font-size: 14px;
	font-weight: 400;
	display: block;
}

.w-file-remove-link {
	cursor: pointer;
	width: auto;
	height: auto;
	margin-top: 3px;
	margin-left: 10px;
	padding: 3px;
	display: block;
}

.w-icon-file-upload-remove {
	margin: auto;
	font-size: 10px;
}

.w-file-upload-error-msg {
	color: #ea384c;
	padding: 2px 0;
	display: inline-block;
}

.w-file-upload-info {
	padding: 0 12px;
	line-height: 38px;
	display: inline-block;
}

.w-file-upload-label {
	cursor: pointer;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
	width: 20px;
	margin-right: 8px;
	display: inline-block;
}

.w-icon-file-upload-uploading {
	height: 20px;
}

.w-container {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.w-container .w-row {
	margin-left: -10px;
	margin-right: -10px;
}

.navbar3_menu-dropdown,
.w-row .w-row {
	margin-left: 0;
	margin-right: 0;
}

.w-col {
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.w-col .w-col {
	padding-left: 0;
	padding-right: 0;
}

.w-col-1 {
	width: 8.33333%;
}

.w-col-2 {
	width: 16.6667%;
}

.w-col-3 {
	width: 25%;
}

.w-col-4 {
	width: 33.3333%;
}

.w-col-5 {
	width: 41.6667%;
}

.w-col-6 {
	width: 50%;
}

.w-col-7 {
	width: 58.3333%;
}

.w-col-8 {
	width: 66.6667%;
}

.w-col-9 {
	width: 75%;
}

.w-col-10 {
	width: 83.3333%;
}

.w-col-11 {
	width: 91.6667%;
}

.nav-menu-wrapper-three,
.w-col-12,
.w-richtext figure img,
.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type="video"]>div {
	width: 100%;
}

.w-hidden-main,
.w-widget-map .gm-style-iw>button {
	display: none !important;
}

.w-widget {
	position: relative;
}

.w-widget-map {
	width: 100%;
	height: 400px;
}

.w-widget-map label {
	width: auto;
	display: inline;
}

.w-widget-map img {
	max-width: inherit;
}

.w-widget-twitter-count-shim {
	vertical-align: top;
	background: #fff;
	border: 1px solid #758696;
	border-radius: 3px;
	width: 28px;
	height: 20px;
	display: inline-block;
	position: relative;
}

.w-widget-twitter-count-shim * {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
	text-align: center;
	color: #999;
	font-family: serif;
	font-size: 15px;
	line-height: 12px;
	position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
	display: block;
	position: relative;
}

.w-widget-twitter-count-shim.w--large {
	width: 36px;
	height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
	font-size: 18px;
	line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
	margin-left: 5px;
	margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
	margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
	content: " ";
	pointer-events: none;
	border: solid #0000;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
	border-width: 4px;
	border-color: #75869600 #5d6c7b #75869600 #75869600;
	margin-top: -4px;
	margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
	border-width: 5px;
	margin-top: -5px;
	margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
	border-width: 4px;
	border-color: #fff0 #fff #fff0 #fff0;
	margin-top: -4px;
	margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
	border-width: 5px;
	margin-top: -5px;
	margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
	width: 61px;
	height: 33px;
	margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
	content: " ";
	pointer-events: none;
	border: solid #0000;
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
	border-width: 5px;
	border-color: #5d6c7b #75869600 #75869600;
	margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
	border-width: 4px;
	border-color: #fff #fff0 #fff0;
	margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
	font-size: 18px;
	line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
	width: 76px;
}

.w-background-video {
	color: #fff;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.w-background-video>video {
	object-fit: cover;
	z-index: -100;
	background-position: 50%;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
	-webkit-appearance: none;
	display: none !important;
}

.w-background-video--control {
	background-color: #0000;
	padding: 0;
	position: absolute;
	bottom: 1em;
	right: 1em;
}

.w-background-video--control>[hidden] {
	display: none !important;
}

.w-slider {
	tap-highlight-color: #0000;
	background: #ddd;
	height: 300px;
	position: relative;
}

.w-slide,
.w-slider-mask {
	height: 100%;
	position: relative;
}

.w-slider-mask {
	z-index: 1;
	white-space: nowrap;
	display: block;
	left: 0;
	right: 0;
	overflow: hidden;
}

.w-slide {
	vertical-align: top;
	white-space: normal;
	text-align: left;
	width: 100%;
	display: inline-block;
}

.w-slider-nav {
	z-index: 2;
	text-align: center;
	tap-highlight-color: #0000;
	height: 40px;
	margin: auto;
	padding-top: 10px;
	position: absolute;
	inset: auto 0 0;
}

.w-slider-nav.w-round>div {
	border-radius: 100%;
}

.w-slider-nav.w-num>div {
	font-size: inherit;
	line-height: inherit;
	width: auto;
	height: auto;
	padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow>div {
	box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
	color: #fff;
}

.w-slider-nav-invert>div {
	background-color: #2226;
}

.w-slider-nav-invert>div.w-active {
	background-color: #222;
}

.w-slider-dot {
	cursor: pointer;
	background-color: #fff6;
	width: 1em;
	height: 1em;
	margin: 0 3px 0.5em;
	transition: background-color 0.1s, color 0.1s;
	display: inline-block;
	position: relative;
}

.w-slider-dot.w-active {
	background-color: #fff;
}

.w-nav-button.w--open,
.w-tab-link.w--current {
	background-color: #c8c8c8;
}

.w-slider-dot:focus {
	outline: 0;
	box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
	box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
	-webkit-user-select: none;
	user-select: none;
	width: 80px;
	margin: auto;
	font-size: 40px;
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.lottie-animation,
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^="w-icon-"] {
	position: absolute;
}

.w-slider-arrow-left {
	z-index: 3;
	right: auto;
}

.w-slider-arrow-right {
	z-index: 4;
	left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
	width: 1em;
	height: 1em;
	margin: auto;
	inset: 0;
}

.w-slider-aria-label {
	clip: rect(0 0 0 0);
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
}

.w-dropdown,
.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.w-slider-force-show {
	display: block !important;
}

.w-dropdown {
	z-index: 900;
	display: inline-block;
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
	vertical-align: top;
	color: #222;
	white-space: nowrap;
	padding: 20px;
	text-decoration: none;
}

.w-dropdown-toggle {
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	padding-right: 40px;
	display: inline-block;
}

.w-icon-dropdown-toggle {
	width: 1em;
	height: 1em;
	margin: auto 20px auto auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.w-dropdown-list {
	background: #ddd;
	min-width: 100%;
	display: none;
	position: absolute;
}

.w-dropdown-link {
	color: #222;
	padding: 10px 20px;
	display: block;
}

.w-dropdown-link.w--current,
.w-nav-link.w--current {
	color: #0082f3;
}

.w-lightbox-backdrop {
	cursor: auto;
	letter-spacing: normal;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	color: #fff;
	text-align: center;
	z-index: 2000;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: transparent;
	background: #000000e6;
	outline: 0;
	font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	list-style: disc;
	position: fixed;
	inset: 0;
	-webkit-transform: translate(0);
}

.w-lightbox-group .w-lightbox-figure,
.w-lightbox-item,
.w-nav-button,
.w-tab-link {
	cursor: pointer;
}

.w-lightbox-caption,
.w-lightbox-strip {
	white-space: nowrap;
	bottom: 0;
	left: 0;
	right: 0;
}

.w-lightbox-backdrop,
.w-lightbox-container {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	overflow: auto;
}

.w-lightbox-content {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.w-lightbox-view {
	opacity: 0;
	width: 100vw;
	height: 100vh;
	position: absolute;
}

.w-lightbox-view:before {
	content: "";
	height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
	height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
	vertical-align: middle;
	display: inline-block;
}

.w-lightbox-figure {
	margin: 0;
	position: relative;
}

.w-lightbox-img {
	width: auto;
	max-width: none;
	height: auto;
}

.w-lightbox-image {
	float: none;
	max-width: 100vw;
	max-height: 100vh;
	display: block;
}

.w-lightbox-group .w-lightbox-image {
	max-height: 86vh;
}

.w-lightbox-caption {
	text-align: left;
	text-overflow: ellipsis;
	background: #0006;
	padding: 0.5em 1em;
	position: absolute;
	overflow: hidden;
}

.w-lightbox-embed {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}

.w-lightbox-control {
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	width: 4em;
	transition: 0.3s;
	position: absolute;
	top: 0;
}

.w-lightbox-left {
	background-image: url("./data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
	display: none;
	bottom: 0;
	left: 0;
}

.w-lightbox-right {
	background-image: url("./data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
	display: none;
	bottom: 0;
	right: 0;
}

.w-lightbox-item,
.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type="image"]>div {
	display: inline-block;
}

.w-lightbox-close {
	background-image: url("./data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
	background-size: 18px;
	height: 2.6em;
	right: 0;
}

.w-lightbox-strip {
	padding: 0 1vh;
	line-height: 0;
	position: absolute;
	overflow: auto hidden;
}

.w-lightbox-item {
	box-sizing: content-box;
	width: 10vh;
	padding: 2vh 1vh;
	-webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
	opacity: 0.3;
}

.w-lightbox-thumbnail {
	background: #222;
	height: 10vh;
	position: relative;
	overflow: hidden;
}

.w-lightbox-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
	height: 100%;
	left: 50%;
	transform: translate(-50%);
}

.w-lightbox-spinner {
	box-sizing: border-box;
	border: 5px solid #0006;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	animation: 0.8s linear infinite spin;
	position: absolute;
	top: 50%;
	left: 50%;
}

.container,
.lottie,
.navbar-logo-center-container,
.w-nav-link,
.w-richtext figure.w-richtext-align-center {
	margin-left: auto;
	margin-right: auto;
}

.w-nav,
.w-nav-brand,
.w-nav-link,
.w-nav-menu {
	position: relative;
}

.w-lightbox-spinner:after {
	content: "";
	border: 3px solid #0000;
	border-bottom-color: #fff;
	border-radius: 50%;
	position: absolute;
	inset: -4px;
}

@media (min-width: 768px) {
	.w-lightbox-content {
		height: 96vh;
		margin-top: 2vh;
	}

	.w-lightbox-view,
	.w-lightbox-view:before {
		height: 96vh;
	}

	.w-lightbox-group,
	.w-lightbox-group .w-lightbox-view,
	.w-lightbox-group .w-lightbox-view:before {
		height: 84vh;
	}

	.w-lightbox-image {
		max-width: 96vw;
		max-height: 96vh;
	}

	.w-lightbox-group .w-lightbox-image {
		max-width: 82.3vw;
		max-height: 84vh;
	}

	.w-lightbox-left,
	.w-lightbox-right {
		opacity: 0.5;
		display: block;
	}

	.w-lightbox-close {
		opacity: 0.8;
	}

	.w-lightbox-control:hover {
		opacity: 1;
	}
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
	opacity: 0;
}

.w-richtext[contenteditable="true"]:after,
.w-richtext[contenteditable="true"]:before {
	white-space: initial;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
	outline: #2895f7 solid 2px;
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type="video"]>div:after {
	content: "";
	display: none;
	position: absolute;
	inset: 0;
}

.w-richtext figure {
	max-width: 60%;
	position: relative;
}

.w-richtext figure>div:before {
	cursor: default !important;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
	opacity: 0.6;
}

.w-richtext figure div {
	color: #0000;
	font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
	display: table;
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
	caption-side: bottom;
	display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
	width: 60%;
	height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
	max-width: 100%;
}

.w-richtext figure.w-richtext-align-fullwidth {
	text-align: center;
	clear: both;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.w-richtext figure.w-richtext-align-fullwidth>div {
	padding-bottom: inherit;
	display: inline-block;
}

.w-richtext figure.w-richtext-align-floatleft {
	float: left;
	clear: none;
	margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
	float: right;
	clear: none;
	margin-left: 15px;
}

.w-nav {
	z-index: 1000;
}

.w-nav-brand {
	float: left;
	color: #333;
	text-decoration: none;
}

.w-nav-link,
.w-tab-link {
	vertical-align: top;
	color: #222;
}

.w-nav-link {
	text-align: left;
	padding: 20px;
	text-decoration: none;
	display: inline-block;
}

.w-nav-menu {
	float: right;
}

[data-nav-menu-open] {
	text-align: center;
	background: #c8c8c8;
	min-width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: visible;
	display: block !important;
}

.burn-section,
.meet-section {
	background-repeat: no-repeat;
}

.bobulate-section,
.burn-section,
.meet-section {
	background-position: 50%;
	background-size: cover;
}

.w--nav-link-open {
	display: block;
	position: relative;
}

.w-nav-overlay {
	width: 100%;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
	top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w-nav-overlay {
	width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
	z-index: 1;
	top: 0;
	right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
	z-index: 1;
	top: 0;
	left: auto;
}

.w-nav-button {
	float: right;
	-webkit-tap-highlight-color: #cbba0000;
	tap-highlight-color: #0000;
	-webkit-user-select: none;
	user-select: none;
	padding: 18px;
	font-size: 24px;
	display: none;
	position: relative;
}

.w-nav-button:focus {
	outline: 0;
}

.w-nav-button.w--open {
	color: #fff;
}

.w-nav[data-collapse="all"] .w-nav-menu {
	display: none;
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse="all"] .w-nav-button {
	display: block;
}

.w--nav-dropdown-list-open {
	position: static;
}

.page-wrapper,
.w-tab-content,
.w-tab-link,
.w-tab-menu,
.w-tab-pane,
.w-tabs {
	position: relative;
}

.w-tabs:after,
.w-tabs:before {
	content: " ";
	grid-area: 1/1/2/2;
	display: table;
}

.w-tab-link {
	text-align: left;
	background-color: #ddd;
	padding: 9px 30px;
	text-decoration: none;
	display: inline-block;
}

.button,
.button-2,
.div-block-14 {
	text-align: center;
}

.nav-link,
.nav-link-accent {
	color: #1a1b1f;
	letter-spacing: 0.25px;
	font-size: 14px;
	text-decoration: none;
}

.w-tab-link:focus {
	outline: 0;
}

.w-tab-content {
	display: block;
	overflow: hidden;
}

.w-tab-pane {
	display: none;
}

.w--tab-active {
	display: block;
}

.w-ix-emptyfix:after {
	content: "";
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.w-dyn-empty {
	background-color: #ddd;
	padding: 10px;
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
	display: none !important;
}

.wf-layout-layout {
	display: grid;
}

.w-code-component>* {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

:root {
	--cream: #fffef3;
	--blue: #348eff;
	--black: #121111;
	--green: #7fff30;
	--yellow: #fff;
}

.w-layout-hflex {
	flex-direction: row;
	align-items: flex-start;
	display: flex;
}

.w-layout-vflex {
	flex-direction: column;
	align-items: flex-start;
	display: flex;
}

.lottie-animation-2 {
	display: block;
	position: absolute;
	top: auto;
}

.lottie-section,
.section {
	width: 100%;
	height: 500vh;
}

.lottie-container {
	background-color: #fffef3;
	justify-content: center;
	align-items: center;
	height: 100vh;
	display: inline-flex;
	position: sticky;
	top: 0;
}

.div-block {
	background-image: linear-gradient(#2bfa2480, #2bfa2480);
	height: 500px;
}

.div-block-2 {
	background-color: #82ff82;
}

.lottie {
	background-color: #423434;
	width: 100%;
	position: sticky;
	top: 0;
	overflow: visible;
}

.lottie.blue-bg {
	background-color: var(--blue);
}

.lottie.blackbg {
	z-index: 1;
	background-color: #000;
	margin-bottom: -6rem;
	padding-top: 112px;
	position: relative;
}

.lottie.green {
	z-index: 3;
	background-color: var(--cream);
	position: relative;
}

.link-block {
	position: relative;
	right: auto;
}

.navbar-logo-center-container {
	z-index: 5;
	background-color: #0000;
	width: 1030px;
	max-width: 100%;
	padding: 20px;
}

.navbar-logo-center-container.shadow-three {
	width: 100%;
	max-width: 1140px;
}

.container {
	width: 100%;
	max-width: 940px;
}

.nav-dropdown,
.nav-link {
	margin-right: 5px;
	margin-left: 5px;
}

.navbar-wrapper-three {
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
}

.navbar-brand-three {
	z-index: 5;
	position: absolute;
}

.nav-menu-three {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	display: flex;
}

.nav-menu-block {
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	display: flex;
}

.nav-link {
	padding: 5px 10px;
	line-height: 20px;
}

.nav-dropdown-toggle:hover,
.nav-link-accent:hover,
.nav-link:hover {
	color: #1a1b1fbf;
}

.nav-link:focus-visible {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 4px;
	outline: #0050bd solid 2px;
}

.nav-link[data-wf-focus-visible] {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 4px;
	outline: #0050bd solid 2px;
}

.nav-dropdown-toggle {
	letter-spacing: 0.25px;
	padding: 5px 30px 5px 10px;
	font-size: 14px;
	line-height: 20px;
}

.nav-dropdown-toggle:focus-visible {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 5px;
	outline: #0050bd solid 2px;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 5px;
	outline: #0050bd solid 2px;
}

.nav-dropdown-icon {
	margin-right: 10px;
}

.nav-dropdown-list {
	background-color: #fff;
	border-radius: 12px;
}

.nav-dropdown-list.w--open {
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav-dropdown-link {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

.nav-dropdown-link:focus-visible {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 5px;
	outline: #0050bd solid 2px;
}

.nav-dropdown-link[data-wf-focus-visible] {
	outline-offset: 0px;
	color: #0050bd;
	border-radius: 5px;
	outline: #0050bd solid 2px;
}

.nav-link-accent {
	margin-left: 5px;
	margin-right: 20px;
	padding: 5px 10px;
	font-weight: 700;
	line-height: 20px;
}

.button-primary,
.button-primary-2 {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	transition: 0.2s;
}

.button-primary {
	background-color: #ada501;
	padding: 12px 25px;
	font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal,
		sans-serif;
}

.button-primary-2:hover,
.button-primary:hover {
	color: #fff;
	background-color: #32343a;
}

.button-primary-2:active,
.button-primary:active {
	background-color: #43464d;
}

.hero-heading-right {
	background-color: #f5f7fa;
	border-bottom: 1px solid #e4ebf3;
	padding: 80px 30px;
	position: relative;
}

.hero-wrapper {
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.hero-split {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 46%;
	display: flex;
}

.shadow-two {
	box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
	margin-bottom: 24px;
}

.button-primary-2 {
	background-color: #1a1b1f;
	padding: 12px 25px;
}

.body {
	background-color: var(--cream);
	color: var(--black);
	font-family: Retromeow, sans-serif;
}

.navbar3_dropdown-toggle {
	grid-column-gap: 0.5rem;
	align-items: center;
	padding: 0.5rem 1rem;
	display: flex;
}

.button {
	background-color: #4b273a;
	color: #fff;
	border-radius: 12px;
	padding: 1rem;
	font-family: Funkie Retro, sans-serif;
	font-size: 36px;
	font-weight: 400;
	text-decoration: none;
	transition: 0.2s;
}

.navbar3_dropdown-list.w--open,
.navbar3_tablet-menu-button {
	border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.heading,
.text-block-2 {
	font-family: Retromeow, sans-serif;
}

.button:hover,
.menu-link:hover {
	transform: scale(1.1);
}

.button.is-navbar3-button {
	margin-left: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.button.contact {
	padding: 2rem;
	background-color: #4b273a;
	color: #fff;
	transition: all 0.3s ease;
}

.button.contact:hover {
	background-color: #ce4c52;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(206, 76, 82, 0.3);
}

.button.contact:focus {
	background-color: #e84775;
	outline: none;
}

.button.contact:active {
	background-color: #cd4c50;
	transform: translateY(0);
}

.button-2.is-secondary,
.navbar3_dropdown-link.w--current,
.navbar3_link.w--current {
	color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.dropdown-chevron {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1rem;
	height: 1rem;
	display: flex;
}

.div-block-3.right,
.navbar3_container {
	display: grid;
	grid-template-rows: auto;
	grid-auto-columns: 1fr;
}

.navbar3_container {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-columns: 1fr max-content 1fr;
	justify-content: space-between;
	place-items: center stretch;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar3_menu {
	gap: 1rem;
	justify-content: flex-start;
	align-items: center;
	margin-left: -1rem;
	display: flex;
	position: static;
}

.navbar3_tablet-menu-button {
	color: var(--\<unknown\|relume-variable-neutral\>) @swatch_1766b841;
	background-color: #000;
	margin-left: 1rem;
	padding: 0.5rem 1.5rem;
	display: none;
}

.navbar3_link {
	margin-left: 0;
	margin-right: 0;
	padding: 0.5rem 1rem;
}

.navbar3_logo-link-menu {
	padding-left: 0;
	display: none;
}

.navbar3_dropdown-list.w--open {
	background-color: var(--\<unknown\|relume-variable-background-color-1\>);
	padding: 8px;
	position: absolute;
}

.navbar3_dropdown-link {
	padding: 0.5rem 1rem;
}

.navbar3_logo-link {
	padding-left: 0;
}

.navbar3_menu-background {
	display: none;
	position: static;
}

.navbar3_component {
	border-bottom: 1px none var(--\<unknown\|relume-variable-background-color-1\>);
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 18px;
	display: flex;
	position: fixed;
}

.margin-bottom,
.margin-bottom.margin-small,
.margin-bottom.margin-xsmall {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

.text-size-medium {
	font-size: 1.125rem;
}

.button-2 {
	border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
	background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
	color: var(--\<unknown\|relume-variable-color-neutral-2\>);
	padding: 0.75rem 1.5rem;
	text-decoration: none;
}

.button-2.is-secondary {
	background-color: #0000;
}

.text-style-tagline {
	justify-content: center;
	align-items: center;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
}

.meet-section {
	height: 100vh;
	z-index: 2;
	background-image: url("./hero2.avif");
	width: 100%;
	position: sticky;
	top: 0;
}

.max-width-large {
	width: 100%;
	max-width: 48rem;
}

.container-large {
	width: 100%;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}

.container-large._100,
.padding-global._100 {
	height: 100%;
}

.padding-section-large {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.padding-section-large.no-padding {
	padding: 6px;
}

.padding-section-large.burn {
	padding-bottom: 3rem;
}

.button-group {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}

.div-block-3,
.div-block-6 {
	flex-flow: column;
	display: flex;
}

.heading-style-h1 {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.padding-global {
	padding-top: 0;
	padding-left: 5%;
	padding-right: 5%;
}

.margin-top,
.margin-top.margin-medium {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.div-block-3 {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	justify-content: flex-start;
	align-items: flex-start;
	height: 50vh;
}

.div-block-7,
.flex-block {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
}

.div-block-3.centre {
	grid-column-gap: 16.5rem;
	grid-row-gap: 0.5rem;
	justify-content: start;
	align-items: baseline;
}

.div-block-3.right {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	place-items: center end;
}

.flex-block {
	justify-content: flex-start;
	align-items: flex-end;
}

.text-meet-blob {
	color: #51253b;
	width: 35ch;
	font-size: 22px;
	line-height: 110%;
}

.heading {
	color: #51253b;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 3rem;
	font-weight: 400;
	line-height: 100%;
}

.heading.yellow {
	color: var(--yellow);
	transition: color 0.3s ease;
}

.heading.yellow:hover {
	color: #ce4c52;
}

.heading.white {
	color: #51253b;
	font-weight: 400;
}

.div-block-4 {
	z-index: 2;
	position: absolute;
	inset: 0%;
}

.buy-section {
	z-index: 6;
	width: 100%;
	position: relative;
}

.believe-section,
.bobulate-section,
.burn-section,
.contact-section {
	position: sticky;
	top: 0;
}

.div-block-6 {
	justify-content: center;
	align-items: flex-start;
	height: 100%;
}

.heading-2 {
	color: #51253b;
	font-size: 3rem;
	font-weight: 400;
}

.text-block {
	color: #51253b;
	word-break: break-all;
	width: 30ch;
	font-size: 2rem;
	line-height: 130%;
}

.burn-section {
	z-index: 7;
	background-image: url("./Burn2.png");
	width: 100%;
	text-decoration: none;
}

.text-block-2 {
	color: var(--yellow);
	font-size: 2rem;
}

.text-block-2.blue {
	color: #ffffff;
	font-size: 3rem;
}

.believe-section {
	z-index: 3;
	background-color: #ab58a6;
	width: 100%;
}

.div-block-7 {
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.believe-wrapper {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}

.believe-wrapper.centre,
.flex-block-2 {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
}

.believe-wrapper.centre {
	justify-content: flex-end;
	align-items: center;
}

.contact-section {
	z-index: 9999;
	background-color: #e84775;
	width: 100%;
}

.flex-block-2 {
	justify-content: center;
	align-items: flex-end;
}

.div-block-8 {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex-flow: column;
	display: flex;
}

.div-block-11,
.div-block-9 {
	justify-content: center;
	display: flex;
}

.bobulate-section {
	z-index: 5;
	background-color: var(--cream);
	background-image: url("./secbuy.png");
	width: 100%;
	text-decoration: none;
	margin-top: -1rem;
}

.div-block-9 {
	align-items: flex-start;
	padding-bottom: 40vh;
}

.div-block-10 {
	margin-bottom: 10rem;
}

.menu-link {
	padding: 0.5rem !important;
}

.because-why-not {
	color: #fff;
	font-size: 2rem;
	transition: color 0.3s ease;
}

.because-why-not:hover {
	color: #ce4c52;
}

.because-why-not.blue {
	color: var(--blue);
	font-size: 3rem;
}

.flex-block-3 {
	z-index: 10;
}

.container-2 {
	width: 100%;
	max-width: none;
	height: 500vh;
	margin-left: 0;
	margin-right: auto;
}

.div-block-11 {
	z-index: 2;
	align-items: flex-end;
	margin-bottom: 8vw;
	position: absolute;
	inset: auto 0% 7%;
}

.div-block-12 {
	background-color: #000;
	position: relative;
}

.div-block-13 {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	height: 100%;
	display: grid;
}

.never-die-section {
	z-index: 4;
	background-color: #cd4c50;
	background-image: url("./images/sea.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: sticky;
	top: 0;
}

.generator-section {
	z-index: 5;
	background-color: #cd4c50;
	background-image: url("./images/gen.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	position: sticky;
	top: 0;
}

.div-block-14 {
	justify-content: center;
	align-items: center;
	margin-bottom: 4rem;
	display: flex;
}

.image-3 {
	border-radius: 24px;
}

@media screen and (max-width: 991px) {

	.container,
	.w-container {
		max-width: 728px;
	}

	.w-hidden-main {
		display: inherit !important;
	}

	.w-hidden-medium {
		display: none !important;
	}

	.w-col-medium-1 {
		width: 8.33333%;
	}

	.w-col-medium-2 {
		width: 16.6667%;
	}

	.w-col-medium-3 {
		width: 25%;
	}

	.w-col-medium-4 {
		width: 33.3333%;
	}

	.w-col-medium-5 {
		width: 41.6667%;
	}

	.w-col-medium-6 {
		width: 50%;
	}

	.w-col-medium-7 {
		width: 58.3333%;
	}

	.w-col-medium-8 {
		width: 66.6667%;
	}

	.w-col-medium-9 {
		width: 75%;
	}

	.w-col-medium-10 {
		width: 83.3333%;
	}

	.w-col-medium-11 {
		width: 91.6667%;
	}

	.w-col-medium-12 {
		width: 100%;
	}

	.w-col-stack {
		width: 100%;
		left: auto;
		right: auto;
	}

	.d-lg-blog,
	.w-nav[data-collapse="medium"] .w-nav-button {
		display: block;
	}

	.div-block-11,
	.w-nav[data-collapse="medium"] .w-nav-menu {
		display: none;
	}

	.lottie.blue-bg {
		padding-top: 6rem;
	}

	.lottie.blackbg {
		margin-bottom: 0;
		position: sticky;
		top: 7rem;
	}

	.lottie.green {
		background-color: var(--cream);
	}

	.navbar-wrapper-three {
		justify-content: space-between;
	}

	.navbar-brand-three {
		position: relative;
	}

	.nav-menu-wrapper-three {
		background-color: #0000;
		top: 70px;
	}

	.nav-menu-three {
		background-color: #fff;
		border-radius: 50px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 10px;
		padding: 20px;
		display: flex;
		box-shadow: 0 8px 50px #0000000d;
	}

	.nav-link {
		padding-left: 5px;
		padding-right: 5px;
	}

	.nav-dropdown-list.shadow-three.w--open {
		position: absolute;
	}

	.menu-button {
		padding: 12px;
	}

	.menu-button.w--open {
		color: #fff;
		background-color: #a6b1bf;
	}

	.hero-wrapper {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: -40px;
	}

	.hero-split {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.navbar3_dropdown-toggle {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0.75rem 2rem 0.75rem 0;
		position: relative;
	}

	.dropdown-chevron {
		inset: auto 0% auto auto;
	}

	.navbar3_container {
		grid-auto-columns: 1fr;
		display: grid;
	}

	.navbar3_menu-button {
		margin-left: -0.5rem;
		padding: 0;
	}

	.navbar3_menu-button.w--open {
		background-color: #0000;
	}

	.menu-icon3_line-middle {
		background-color: var(--black);
		justify-content: center;
		align-items: center;
		width: 24px;
		height: 2px;
		margin-top: 6px;
		margin-bottom: 6px;
		padding-bottom: 0;
		padding-right: 0;
		display: flex;
	}

	.navbar3_menu {
		z-index: 1;
		background-color: var(--\<unknown\|relume-variable-background-color-1\>);
		-webkit-text-fill-color: inherit;
		background-clip: border-box;
		border-right: 1px solid #000;
		flex-direction: column;
		justify-content: center;
		width: 100vw;
		height: 100dvh;
		margin-top: 8rem;
		margin-left: 0;
		transition: height 0.5s;
		display: block;
		position: absolute;
		inset: 0% auto 0% 0%;
		overflow: auto;
	}

	.navbar3_tablet-menu-button {
		width: 100%;
		margin-top: 1.5rem;
		margin-left: 0;
		margin-right: 0;
		display: inline-block;
	}

	.menu-icon3_line-bottom,
	.menu-icon3_line-top {
		background-color: var(--black);
		width: 24px;
		height: 2px;
		padding-bottom: 0;
		padding-right: 0;
	}

	.navbar3_link {
		padding: 0.75rem 0;
		font-size: 1.125rem;
		position: static;
	}

	.navbar3_logo-link-menu {
		float: none;
		margin-top: 2.5rem;
		margin-bottom: 2rem;
		display: flex;
		position: static;
	}

	.menu-icon3 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 48px;
		height: 48px;
		margin-right: -0.5px;
		padding-bottom: 0;
		padding-right: 0;
		display: flex;
	}

	.margin-bottom,
	.margin-top {
		margin-left: 0;
		margin-right: 0;
	}

	.navbar3_menu-dropdown {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 1.125rem;
		display: block;
		position: relative;
	}

	.navbar3_dropdown-list {
		position: static;
		overflow: hidden;
	}

	.navbar3_dropdown-list.w--open {
		border-style: none;
		padding: 0;
		position: static;
	}

	.navbar3_dropdown-link {
		padding: 0.75rem 0 0.75rem 5%;
	}

	.navbar3_menu-background {
		z-index: 9999;
		background-color: #000;
		width: 100vw;
		height: 100vh;
		padding-bottom: 0;
		padding-right: 0;
		display: none;
		position: absolute;
		inset: 0%;
	}

	.navbar3_component {
		position: fixed;
	}

	.margin-bottom {
		margin-top: 0;
	}

	.meet-section {
		background-image: url("./hero_andro.avif");
		position: relative;
	}

	.padding-section-large {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.heading-style-h1 {
		font-size: 3.25rem;
	}

	.margin-top {
		margin-bottom: 0;
	}

	.div-block-6 {
		justify-content: flex-start;
		align-items: flex-start;
		padding-top: 2rem;
	}

	.text-block {
		width: auto;
	}

	.bobulate-section {
		background-position-x: 81%;
	}
}

@media screen and (max-width: 767px) {

	.w-hidden-main,
	.w-hidden-medium {
		display: inherit !important;
	}

	.w-hidden-small {
		display: none !important;
	}

	.margin-bottom,
	.margin-top,
	.w-container .w-row,
	.w-row {
		margin-left: 0;
		margin-right: 0;
	}

	.w-col {
		width: 100%;
		left: auto;
		right: auto;
	}

	.w-col-small-1 {
		width: 8.33333%;
	}

	.w-col-small-2 {
		width: 16.6667%;
	}

	.w-col-small-3 {
		width: 25%;
	}

	.w-col-small-4 {
		width: 33.3333%;
	}

	.w-col-small-5 {
		width: 41.6667%;
	}

	.w-col-small-6 {
		width: 50%;
	}

	.w-col-small-7 {
		width: 58.3333%;
	}

	.w-col-small-8 {
		width: 66.6667%;
	}

	.w-col-small-9 {
		width: 75%;
	}

	.w-col-small-10 {
		width: 83.3333%;
	}

	.w-col-small-11 {
		width: 91.6667%;
	}

	.w-col-small-12 {
		width: 100%;
	}

	.image-3.hide-mobile,
	.w-nav[data-collapse="small"] .w-nav-menu {
		display: none;
	}

	.w-nav[data-collapse="small"] .w-nav-button {
		display: block;
	}

	.w-nav-brand {
		padding-left: 10px;
	}

	.nav-menu-block,
	.nav-menu-three {
		flex-direction: column;
	}

	.lottie.blackbg,
	.nav-dropdown-list.shadow-three.w--open {
		position: relative;
	}

	.div-block-13,
	.div-block-7 {
		grid-template-rows: auto auto;
	}

	.contact-section {
		z-index: 9999;
	}

	.burn-section {
		background-position: 84%;
	}

	.lottie.blackbg {
		top: 0;
	}

	.navbar-brand-three {
		padding-left: 0;
	}

	.nav-menu-three {
		border-radius: 20px;
		padding-bottom: 30px;
	}

	.nav-dropdown-toggle,
	.nav-link,
	.nav-link-accent {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.nav-link {
		display: inline-block;
	}

	.nav-dropdown {
		flex-direction: column;
		align-items: center;
		display: flex;
	}

	.nav-dropdown-list.shadow-three {
		box-shadow: 0 8px 50px #0000000d;
	}

	.nav-dropdown-list.shadow-three.mobile-shadow-hide {
		box-shadow: none;
	}

	.nav-link-accent {
		margin-right: 5px;
		display: inline-block;
	}

	.mobile-margin-top-10 {
		margin-top: 10px;
	}

	.hero-heading-right {
		padding: 60px 15px;
	}

	.button.is-navbar3-button {
		padding: 0.25rem 1rem;
	}

	.navbar3_menu {
		width: 100%;
		padding-bottom: 5rem;
	}

	.navbar3_component {
		min-height: 4rem;
	}

	.margin-bottom {
		margin-top: 0;
	}

	.text-size-medium {
		font-size: 1rem;
	}

	.padding-section-large {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.heading-style-h1 {
		font-size: 2.5rem;
	}

	.margin-top {
		margin-bottom: 0;
	}

	.div-block-3.right {
		height: 100%;
		padding-bottom: 4rem;
		display: flex;
	}

	.div-block-7 {
		grid-template-columns: 1fr 1fr;
	}

	.flex-block-2 {
		justify-content: center;
		align-items: center;
	}

	.div-block-11 {
		margin-bottom: 2vw;
	}

	.image-2 {
		width: 5vw;
	}

	.div-block-13 {
		grid-column-gap: 2rem;
		grid-row-gap: 2rem;
		flex-flow: column-reverse;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		display: flex;
	}

	.div-block-14 {
		margin-bottom: 3rem;
	}
}

#w-node-e4aa306b-687e-f427-5f7a-ef5c0ce2b7ca-5bbde139 {
	grid-area: span 1 / span 1 / span 1 / span 1;
	justify-self: end;
}

@media screen and (max-width: 479px) {

	.container,
	.w-container {
		max-width: none;
	}

	.w-hidden-main,
	.w-hidden-medium,
	.w-hidden-small {
		display: inherit !important;
	}

	.w-hidden-tiny {
		display: none !important;
	}

	.w-col,
	.w-col-tiny-12 {
		width: 100%;
	}

	.w-col-tiny-1 {
		width: 8.33333%;
	}

	.w-col-tiny-2 {
		width: 16.6667%;
	}

	.w-col-tiny-3 {
		width: 25%;
	}

	.w-col-tiny-4 {
		width: 33.3333%;
	}

	.w-col-tiny-5 {
		width: 41.6667%;
	}

	.w-col-tiny-6 {
		width: 50%;
	}

	.w-col-tiny-7 {
		width: 58.3333%;
	}

	.w-col-tiny-8 {
		width: 66.6667%;
	}

	.w-col-tiny-9 {
		width: 75%;
	}

	.w-col-tiny-10 {
		width: 83.3333%;
	}

	.w-col-tiny-11 {
		width: 91.6667%;
	}

	.w-nav[data-collapse="tiny"] .w-nav-menu {
		display: none;
	}

	.w-nav[data-collapse="tiny"] .w-nav-button,
	.w-tab-link {
		display: block;
	}

	.margin-bottom,
	.margin-top {
		margin-left: 0;
		margin-right: 0;
	}

	.buy-section,
	.meet-section {
		background-position: 50%;
	}

	.lottie {
		background-color: var(--cream);
	}

	.lottie.blue-bg {
		background-color: var(--blue);
		padding-top: 2rem;
	}

	.lottie.blackbg {
		background-color: #000;
	}

	.nav-menu-three {
		flex-direction: column;
	}

	.button {
		font-size: 1.5rem;
		line-height: 16px;
	}

	.navbar3_container {
		display: flex;
		justify-content: space-between;
		grid-template-columns: 0.75fr max-content 1fr;
	}

	.navbar3_logo {
		width: 6rem;
	}

	.margin-bottom {
		margin-top: 0;
	}

	.margin-top {
		margin-bottom: 0;
	}

	.div-block-3 {
		margin: 35px auto 53px;
		grid-column-gap: 1.3rem;
		grid-row-gap: 1.3rem;
	}

	.div-block-3.right {
		display: flex;
		flex-wrap: nowrap;
		grid-column-gap: 4rem;
		grid-row-gap: 4rem;
		margin-bottom: 0;
		height: 100%;
		padding-bottom: 0;
		flex-direction: column-reverse;
	}

	.flex-block {
		margin-top: 0;
		padding-top: 0;
	}

	.text-meet-blob {
		width: auto;
		font-size: 20px;
	}

	.heading {
		font-size: 2rem;
	}

	.buy-section {
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		text-decoration: none;
		position: relative;
		padding-top: 8rem;
		padding-bottom: 2rem;
	}

	.text-block {
		font-size: 1.5rem;
	}

	.div-block-7 {
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
	}

	.image {
		width: 12rem;
		display: block;
	}

	.div-block-9 {
		padding-bottom: 30vh;
	}

	.div-block-14 {
		margin-bottom: 2rem;
	}

	#w-node-e4aa306b-687e-f427-5f7a-ef5c0ce2b7ca-5bbde139 {
		grid-area: span 1 / span 1 / span 1 / span 1;
		justify-self: end;
	}
}

@font-face {
	font-family: "Funkie Retro";
	src: url("./fonts/Super Serene.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ========================================
   SOCIAL MEDIA ICONS
   ======================================== */
.social-icon {
	width: 2.5rem;
	height: 2.5rem;
	object-fit: contain;
	transition: all 0.3s ease;
}

.social-icon:hover {
	transform: scale(1.1);
	filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

@font-face {
	font-family: Retromeow;
	src: url("./fonts/Super Serene.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ========================================
   SOCIAL MEDIA ICONS
   ======================================== */
.social-icon {
	width: 2.5rem;
	height: 2.5rem;
	object-fit: contain;
	transition: all 0.3s ease;
}

.social-icon:hover {
	transform: scale(1.1);
	filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}