/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
	-webkit-appearance: none;
	/* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
@font-face {
	font-family: "webflow-icons";
	src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==")
		format("truetype");
	font-weight: normal;
	font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "webflow-icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
	content: "\e600";
}
.w-icon-slider-left:before {
	content: "\e601";
}
.w-icon-nav-menu:before {
	content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
	content: "\e603";
}
.w-icon-file-upload-remove:before {
	content: "\e900";
}
.w-icon-file-upload-icon:before {
	content: "\e903";
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	margin: 0;
	min-height: 100%;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
html.w-mod-touch * {
	background-attachment: scroll !important;
}
.w-block {
	display: block;
}
.w-inline-block {
	max-width: 100%;
	display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-clearfix:after {
	clear: both;
}
.w-hidden {
	display: none;
}
.w-button {
	display: inline-block;
	padding: 9px 15px;
	background-color: #3898ec;
	color: white;
	border: 0;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
}
input.w-button {
	-webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
	color: transparent !important;
}
.w-code-block {
	margin: unset;
}
pre.w-code-block code {
	all: inherit;
}
.w-optimization {
	display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
	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;
	transition: 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;
	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;
}
.w-webflow-badge {
	position: fixed !important;
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 2147483647 !important;
	top: auto !important;
	right: 12px !important;
	bottom: 12px !important;
	left: auto !important;
	color: #aaadb0 !important;
	background-color: #fff !important;
	border-radius: 3px !important;
	padding: 6px !important;
	font-size: 12px !important;
	line-height: 14px !important;
	text-decoration: none !important;
	transform: none !important;
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
	overflow: unset !important;
	white-space: nowrap;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.w-webflow-badge > img {
	position: unset;
	display: inline-block !important;
	visibility: unset !important;
	opacity: 1 !important;
	vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
	font-size: 38px;
	line-height: 44px;
	margin-top: 20px;
}
h2 {
	font-size: 32px;
	line-height: 36px;
	margin-top: 20px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
}
h4 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}
h6 {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
blockquote {
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border-left: 5px solid #e2e2e2;
	font-size: 18px;
	line-height: 22px;
}
figure {
	margin: 0;
	margin-bottom: 10px;
}
figcaption {
	margin-top: 5px;
	text-align: center;
}
ul,
ol {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 40px;
}
.w-list-unstyled {
	padding-left: 0;
	list-style: none;
}
.w-embed:before,
.w-embed:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-embed:after {
	clear: both;
}
.w-video {
	width: 100%;
	position: relative;
	padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
button,
[type="button"],
[type="reset"] {
	border: 0;
	cursor: pointer;
	-webkit-appearance: button;
}
.w-form {
	margin: 0 0 15px;
}
.w-form-done {
	display: none;
	padding: 20px;
	text-align: center;
	background-color: #dddddd;
}
.w-form-fail {
	display: none;
	margin-top: 10px;
	padding: 10px;
	background-color: #ffdede;
}
label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.w-input,
.w-select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
	color: #999;
}
.w-input:focus,
.w-select:focus {
	border-color: #3898ec;
	outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
	cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
	background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
	height: auto;
}
.w-select {
	background-color: #f3f3f3;
}
.w-select[multiple] {
	height: auto;
}
.w-form-label {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0px;
}
.w-radio {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-radio:after {
	clear: both;
}
.w-radio-input {
	margin: 4px 0 0;
	line-height: normal;
	float: left;
	margin-left: -20px;
}
.w-radio-input {
	margin-top: 3px;
}
.w-file-upload {
	display: block;
	margin-bottom: 10px;
}
.w-file-upload-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
	display: inline-block;
	color: #333333;
}
.w-file-upload-error {
	display: block;
	margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
	display: none;
}
.w-file-upload-uploading-btn {
	display: flex;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
}
.w-file-upload-file {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	margin: 0;
	padding: 8px 9px 8px 11px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
}
.w-file-upload-file-name {
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.w-file-remove-link {
	margin-top: 3px;
	margin-left: 10px;
	width: auto;
	height: auto;
	padding: 3px;
	display: block;
	cursor: pointer;
}
.w-icon-file-upload-remove {
	margin: auto;
	font-size: 10px;
}
.w-file-upload-error-msg {
	display: inline-block;
	color: #ea384c;
	padding: 2px 0;
}
.w-file-upload-info {
	display: inline-block;
	line-height: 38px;
	padding: 0 12px;
}
.w-file-upload-label {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
	display: inline-block;
	margin-right: 8px;
	width: 20px;
}
.w-icon-file-upload-uploading {
	height: 20px;
}
.w-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
}
.w-container:before,
.w-container:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-container:after {
	clear: both;
}
.w-container .w-row {
	margin-left: -10px;
	margin-right: -10px;
}
.w-row:before,
.w-row:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-row:after {
	clear: both;
}
.w-row .w-row {
	margin-left: 0;
	margin-right: 0;
}
.w-col {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.w-col .w-col {
	padding-left: 0;
	padding-right: 0;
}
.w-col-1 {
	width: 8.33333333%;
}
.w-col-2 {
	width: 16.66666667%;
}
.w-col-3 {
	width: 25%;
}
.w-col-4 {
	width: 33.33333333%;
}
.w-col-5 {
	width: 41.66666667%;
}
.w-col-6 {
	width: 50%;
}
.w-col-7 {
	width: 58.33333333%;
}
.w-col-8 {
	width: 66.66666667%;
}
.w-col-9 {
	width: 75%;
}
.w-col-10 {
	width: 83.33333333%;
}
.w-col-11 {
	width: 91.66666667%;
}
.w-col-12 {
	width: 100%;
}
.w-hidden-main {
	display: none !important;
}
@media screen and (max-width: 991px) {
	.w-container {
		max-width: 728px;
	}
	.w-hidden-main {
		display: inherit !important;
	}
	.w-hidden-medium {
		display: none !important;
	}
	.w-col-medium-1 {
		width: 8.33333333%;
	}
	.w-col-medium-2 {
		width: 16.66666667%;
	}
	.w-col-medium-3 {
		width: 25%;
	}
	.w-col-medium-4 {
		width: 33.33333333%;
	}
	.w-col-medium-5 {
		width: 41.66666667%;
	}
	.w-col-medium-6 {
		width: 50%;
	}
	.w-col-medium-7 {
		width: 58.33333333%;
	}
	.w-col-medium-8 {
		width: 66.66666667%;
	}
	.w-col-medium-9 {
		width: 75%;
	}
	.w-col-medium-10 {
		width: 83.33333333%;
	}
	.w-col-medium-11 {
		width: 91.66666667%;
	}
	.w-col-medium-12 {
		width: 100%;
	}
	.w-col-stack {
		width: 100%;
		left: auto;
		right: auto;
	}
}
@media screen and (max-width: 767px) {
	.w-hidden-main {
		display: inherit !important;
	}
	.w-hidden-medium {
		display: inherit !important;
	}
	.w-hidden-small {
		display: none !important;
	}
	.w-row,
	.w-container .w-row {
		margin-left: 0;
		margin-right: 0;
	}
	.w-col {
		width: 100%;
		left: auto;
		right: auto;
	}
	.w-col-small-1 {
		width: 8.33333333%;
	}
	.w-col-small-2 {
		width: 16.66666667%;
	}
	.w-col-small-3 {
		width: 25%;
	}
	.w-col-small-4 {
		width: 33.33333333%;
	}
	.w-col-small-5 {
		width: 41.66666667%;
	}
	.w-col-small-6 {
		width: 50%;
	}
	.w-col-small-7 {
		width: 58.33333333%;
	}
	.w-col-small-8 {
		width: 66.66666667%;
	}
	.w-col-small-9 {
		width: 75%;
	}
	.w-col-small-10 {
		width: 83.33333333%;
	}
	.w-col-small-11 {
		width: 91.66666667%;
	}
	.w-col-small-12 {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.w-container {
		max-width: none;
	}
	.w-hidden-main {
		display: inherit !important;
	}
	.w-hidden-medium {
		display: inherit !important;
	}
	.w-hidden-small {
		display: inherit !important;
	}
	.w-hidden-tiny {
		display: none !important;
	}
	.w-col {
		width: 100%;
	}
	.w-col-tiny-1 {
		width: 8.33333333%;
	}
	.w-col-tiny-2 {
		width: 16.66666667%;
	}
	.w-col-tiny-3 {
		width: 25%;
	}
	.w-col-tiny-4 {
		width: 33.33333333%;
	}
	.w-col-tiny-5 {
		width: 41.66666667%;
	}
	.w-col-tiny-6 {
		width: 50%;
	}
	.w-col-tiny-7 {
		width: 58.33333333%;
	}
	.w-col-tiny-8 {
		width: 66.66666667%;
	}
	.w-col-tiny-9 {
		width: 75%;
	}
	.w-col-tiny-10 {
		width: 83.33333333%;
	}
	.w-col-tiny-11 {
		width: 91.66666667%;
	}
	.w-col-tiny-12 {
		width: 100%;
	}
}
.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-map .gm-style-iw {
	text-align: center;
}
.w-widget-map .gm-style-iw > button {
	display: none !important;
}
.w-widget-twitter {
	overflow: hidden;
}
.w-widget-twitter-count-shim {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 28px;
	height: 20px;
	text-align: center;
	background: white;
	border: #758696 solid 1px;
	border-radius: 3px;
}
.w-widget-twitter-count-shim * {
	pointer-events: none;
	user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
	position: relative;
	font-size: 15px;
	line-height: 12px;
	text-align: center;
	color: #999;
	font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
	position: relative;
	display: block;
}
.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):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
	top: 50%;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
	border-color: rgba(117, 134, 150, 0);
	border-right-color: #5d6c7b;
	border-width: 4px;
	margin-left: -9px;
	margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
	border-width: 5px;
	margin-left: -10px;
	margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: white;
	border-width: 4px;
	margin-left: -8px;
	margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
	border-width: 5px;
	margin-left: -9px;
	margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
	width: 61px;
	height: 33px;
	margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
	border-color: rgba(117, 134, 150, 0);
	border-top-color: #5d6c7b;
	border-width: 5px;
	margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: white;
	border-width: 4px;
	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 {
	position: relative;
	overflow: hidden;
	height: 500px;
	color: white;
}
.w-background-video > video {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	right: -100%;
	bottom: -100%;
	top: -100%;
	left: -100%;
	object-fit: cover;
	z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}
.w-background-video--control {
	position: absolute;
	bottom: 1em;
	right: 1em;
	background-color: transparent;
	padding: 0;
}
.w-background-video--control > [hidden] {
	display: none !important;
}
.w-slider {
	position: relative;
	height: 300px;
	text-align: center;
	background: #dddddd;
	clear: both;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	left: 0;
	right: 0;
	height: 100%;
	white-space: nowrap;
}
.w-slide {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	white-space: normal;
	text-align: left;
}
.w-slider-nav {
	position: absolute;
	z-index: 2;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding-top: 10px;
	height: 40px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
	border-radius: 100%;
}
.w-slider-nav.w-num > div {
	width: auto;
	height: auto;
	padding: 0.2em 0.5em;
	font-size: inherit;
	line-height: inherit;
}
.w-slider-nav.w-shadow > div {
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
	color: #fff;
}
.w-slider-nav-invert > div {
	background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
	background-color: #222;
}
.w-slider-dot {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	margin: 0 3px 0.5em;
	transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
	background-color: #fff;
}
.w-slider-dot:focus {
	outline: none;
	box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
	box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
	position: absolute;
	width: 80px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	overflow: hidden;
	color: white;
	font-size: 40px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
	position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
	outline: 0;
}
.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 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1em;
	height: 1em;
}
.w-slider-aria-label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.w-slider-force-show {
	display: block !important;
}
.w-dropdown {
	display: inline-block;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
	position: relative;
	vertical-align: top;
	text-decoration: none;
	color: #222222;
	padding: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}
.w-dropdown-toggle {
	user-select: none;
	display: inline-block;
	cursor: pointer;
	padding-right: 40px;
}
.w-dropdown-toggle:focus {
	outline: 0;
}
.w-icon-dropdown-toggle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-right: 20px;
	width: 1em;
	height: 1em;
}
.w-dropdown-list {
	position: absolute;
	background: #dddddd;
	display: none;
	min-width: 100%;
}
.w-dropdown-list.w--open {
	display: block;
}
.w-dropdown-link {
	padding: 10px 20px;
	display: block;
	color: #222222;
}
.w-dropdown-link.w--current {
	color: #0082f3;
}
.w-dropdown-link:focus {
	outline: 0;
}
@media screen and (max-width: 767px) {
	.w-nav-brand {
		padding-left: 10px;
	}
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
	cursor: auto;
	font-style: normal;
	letter-spacing: normal;
	list-style: disc;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana,
		sans-serif;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	z-index: 2000;
	outline: 0;
	/* 1 */
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: translate(0, 0);
	/* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.w-lightbox-view {
	position: absolute;
	width: 100vw;
	height: 100vh;
	opacity: 0;
}
.w-lightbox-view:before {
	content: "";
	height: 100vh;
}
/* .w-lightbox-content */
.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 {
	display: inline-block;
	vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
	position: relative;
	margin: 0;
	/* 1 */
}
.w-lightbox-group .w-lightbox-figure {
	cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
	width: auto;
	height: auto;
	max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
	display: block;
	float: none;
	/* 1 */
	max-width: 100vw;
	max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
	max-height: 86vh;
}
.w-lightbox-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0.5em 1em;
	background: rgba(0, 0, 0, 0.4);
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.w-lightbox-embed {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.w-lightbox-control {
	position: absolute;
	top: 0;
	width: 4em;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.w-lightbox-left {
	display: none;
	bottom: 0;
	left: 0;
	/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
	display: none;
	right: 0;
	bottom: 0;
	/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
	right: 0;
	height: 2.6em;
	/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
	background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 1vh;
	line-height: 0;
	/* 1 */
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
	display: inline-block;
	width: 10vh;
	padding: 2vh 1vh;
	box-sizing: content-box;
	/* 1 */
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	/* 2 */
}
.w-lightbox-active {
	opacity: 0.3;
}
.w-lightbox-thumbnail {
	position: relative;
	height: 10vh;
	background: #222;
	overflow: hidden;
}
.w-lightbox-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
	left: 50%;
	height: 100%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border: 5px solid rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	-webkit-animation: spin 0.8s infinite linear;
	animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
	content: "";
	position: absolute;
	top: -4px;
	right: -4px;
	bottom: -4px;
	left: -4px;
	border: 3px solid transparent;
	border-bottom-color: #fff;
	border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
	display: none;
}
.w-lightbox-noscroll {
	overflow: hidden;
}
@media (min-width: 768px) {
	.w-lightbox-content {
		height: 96vh;
		margin-top: 2vh;
	}
	.w-lightbox-view,
	.w-lightbox-view:before {
		height: 96vh;
	}
	/* .w-lightbox-content */
	.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 {
		display: block;
		opacity: 0.5;
	}
	.w-lightbox-close {
		opacity: 0.8;
	}
	.w-lightbox-control:hover {
		opacity: 1;
	}
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
	opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-richtext:after {
	clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
	white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
	overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
	outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
	outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
	content: "";
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.w-richtext figure {
	position: relative;
	max-width: 60%;
}
.w-richtext figure > div:before {
	cursor: default !important;
}
.w-richtext figure img {
	width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
	opacity: 0.6;
}
.w-richtext figure div {
	/* fix incorrectly sized selection border in the data manager */
	font-size: 0px;
	color: transparent;
}
.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 > div,
.w-richtext figure[data-rt-type="image"] > div {
	display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
	display: table-caption;
	caption-side: bottom;
}
.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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
	width: 100%;
}
.w-richtext figure.w-richtext-align-center {
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.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-normal {
	clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
	width: 100%;
	max-width: 100%;
	text-align: center;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
	display: inline-block;
	/* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
	padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
	display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
	float: left;
	margin-right: 15px;
	clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
	float: right;
	margin-left: 15px;
	clear: none;
}
.w-nav {
	position: relative;
	background: #dddddd;
	z-index: 1000;
}
.w-nav:before,
.w-nav:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-nav:after {
	clear: both;
}
.w-nav-brand {
	position: relative;
	float: left;
	text-decoration: none;
	color: #333333;
}
.w-nav-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #222222;
	padding: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.w-nav-link.w--current {
	color: #0082f3;
}
.w-nav-menu {
	position: relative;
	float: right;
}
[data-nav-menu-open] {
	display: block !important;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #c8c8c8;
	text-align: center;
	overflow: visible;
	min-width: 200px;
}
.w--nav-link-open {
	display: block;
	position: relative;
}
.w-nav-overlay {
	position: absolute;
	overflow: hidden;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
	top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
	width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
	right: auto;
	z-index: 1;
	top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
	width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
	left: auto;
	z-index: 1;
	top: 0;
}
.w-nav-button {
	position: relative;
	float: right;
	padding: 18px;
	font-size: 24px;
	display: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	user-select: none;
}
.w-nav-button:focus {
	outline: 0;
}
.w-nav-button.w--open {
	background-color: #c8c8c8;
	color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
	display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
	display: block;
}
.w--nav-dropdown-open {
	display: block;
}
.w--nav-dropdown-toggle-open {
	display: block;
}
.w--nav-dropdown-list-open {
	position: static;
}
@media screen and (max-width: 991px) {
	.w-nav[data-collapse="medium"] .w-nav-menu {
		display: none;
	}
	.w-nav[data-collapse="medium"] .w-nav-button {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.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;
	}
}
@media screen and (max-width: 479px) {
	.w-nav[data-collapse="tiny"] .w-nav-menu {
		display: none;
	}
	.w-nav[data-collapse="tiny"] .w-nav-button {
		display: block;
	}
}
.w-tabs {
	position: relative;
}
.w-tabs:before,
.w-tabs:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-tabs:after {
	clear: both;
}
.w-tab-menu {
	position: relative;
}
.w-tab-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 9px 30px;
	text-align: left;
	cursor: pointer;
	color: #222222;
	background-color: #dddddd;
}
.w-tab-link.w--current {
	background-color: #c8c8c8;
}
.w-tab-link:focus {
	outline: 0;
}
.w-tab-content {
	position: relative;
	display: block;
	overflow: hidden;
}
.w-tab-pane {
	position: relative;
	display: none;
}
.w--tab-active {
	display: block;
}
@media screen and (max-width: 479px) {
	.w-tab-link {
		display: block;
	}
}
.w-ix-emptyfix:after {
	content: "";
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.w-dyn-empty {
	padding: 10px;
	background-color: #dddddd;
}
.w-dyn-hide {
	display: none !important;
}
.w-dyn-bind-empty {
	display: none !important;
}
.w-condition-invisible {
	display: none !important;
}
.wf-layout-layout {
	display: grid;
}
@font-face {
  font-family: ES Rebond Grotesque;
  src: url('/assets/ESRebondGrotesque-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ES Rebond Grotesque;
  src: url('/assets/ESRebondGrotesque-SemiboldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: ES Rebond Grotesque;
  src: url('/assets/ESRebondGrotesque-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: ES Rebond Grotesque;
  src: url('/assets/ESRebondGrotesque-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ES Rebond Grotesque;
  src: url('/assets/ESRebondGrotesque-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ES Rebond Grotesque;
  src: url('/assets/ESRebondGrotesque-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ES Rebond Grotesque;
  src: url('/assets/ESRebondGrotesque-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ES Rebond Grotesque;
  src: url('/assets/ESRebondGrotesque-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: ES Rebond Grotesque;
  src: url('/assets/ESRebondGrotesque-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: ES Rebond Grotesque;
  src: url('/assets/ESRebondGrotesque-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Meraki;
  src: url('/assets/Meraki-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---background: var(--swatch--white);
  --_typography---font-family--primary-family: "ES Rebond Grotesque", Arial, sans-serif;
  --_theme---text: var(--swatch--900);
  --_heading-styles---font-size: var(--_typography---font-size--tagline-small);
  --_heading-styles---line-height: var(--_typography---line-height--1);
  --_paragraph-styles---font-weight: 400;
  --_typography---letter-spacing--0: 0em;
  --_theme---heading: var(--swatch--800);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_typography---letter-spacing--minus-1: -.01em;
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_typography---letter-spacing--minus-2: -.02em;
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--20);
  --_typography---font-size--text-large: var(--size--1-5rem);
  --_paragraph-styles---line-height: var(--_typography---line-height--1-3);
  --_typography---font-family--secondary-family: Meraki, Georgia, sans-serif;
  --_typography---font-size--text-regular: var(--size--1-125rem);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-tiny);
  --_typography---letter-spacing--0-5: .005em;
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --size--0-5rem: .5rem;
  --size--1rem: 1rem;
  --_spacing---space--7: var(--size--3rem);
  --container--main: 120rem;
  --container--small: 120rem;
  --container--full: 120rem;
  --_spacing---space--6: var(--size--2-5rem);
  --_spacing---space--2: var(--size--0-75rem);
  --site--gutter: 1.5rem;
  --_theme---faded-50: var(--swatch--900-faded-50);
  --size--0rem: 0rem;
  --_spacing---space--1: var(--size--0-5rem);
  --_spacing---space--3: var(--size--1rem);
  --_spacing---space--4: var(--size--1-5rem);
  --_spacing---space--5: var(--size--2rem);
  --_spacing---space--8: var(--size--4rem);
  --_typography---font-weight--primary-regular: 400;
  --_typography---font-weight--primary-medium: 500;
  --_typography---font-weight--primary-bold: 700;
  --radius--tiny: var(--size--0-25rem);
  --radius--small: var(--size--0-375rem);
  --radius--medium: var(--size--1rem);
  --radius--large: var(--size--1-5rem);
  --border-width--main: .094rem;
  --_theme---faded-10: var(--swatch--900-faded-10);
  --radius--regular: var(--size--0-75rem);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --size--0-75rem: .75rem;
  --_typography---font-size--text-medium: var(--size--1-25rem);
  --_typography---line-height--1: 1;
  --swatch--transparent: transparent;
  --size--1-5rem: 1.5rem;
  --swatch--brand\<deleted\|variable-5c209bac-cd05-3f37-75d8-4eb87bac274e\>: var(--swatch--500);
  --radius--round: 100vw;
  --size--3rem: 3rem;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--1);
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical-s);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal-s);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-tiny);
  --_typography---font-weight--primary-semi_bold: 600;
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_button-style---regular--text: var(--_theme---button-primary--text);
  --_button-style---regular--text-hover: var(--_theme---button-primary--text-hover);
  --size--0-625rem: .625rem;
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_spacing---section-space--equal: var(--size--4rem);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --site--margin: 0px;
  --size--0-125rem: .125rem;
  --_spacing---section-space--none: var(--size--0rem);
  --_spacing---section-space--small: var(--size--3rem);
  --_spacing---section-space--regular: var(--size--4rem);
  --_spacing---section-space--large: var(--size--7rem);
  --_spacing---section-space--medium: var(--size--6rem);
  --_spacing---section-space--xl: var(--size--8rem);
  --_spacing---section-space--xxl: var(--size--9rem);
  --_spacing---section-space--huge: var(--size--10rem);
  --_spacing---section-space--xhuge: var(--size--12rem);
  --size--14rem: 14rem;
  --site--top-nav: 5.5rem;
  --_theme---background-alt: var(--swatch--50);
  --_spacing---padding--large: var(--size--3rem);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_button-style---regular--icon: var(--_theme---button-primary--text);
  --_theme---brand: var(--swatch--500);
  --_typography---font-size--tagline: var(--size--1-125rem);
  --_typography---letter-spacing--20: .2em;
  --_typography---letter-spacing--1: .01em;
  --size--2rem: 2rem;
  --size--5rem: 5rem;
  --size--6rem: 6rem;
  --_spacing---radius--round\<deleted\|variable-45bf0ffd-007e-3ba8-2490-c1f96cb24ec6\>: 9999px;
  --size--0-375rem: .375rem;
  --_spacing---padding--medium: var(--size--2rem);
  --_theme---nav-background: var(--swatch--nav-light);
  --size--2-5rem: 2.5rem;
  --_typography---font-size--text-small: var(--size--1rem);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_typography---font--font-weight--primary-regular\<deleted\|variable-e2e11636-2778-b266-3d73-a7bb3f1f201f\>: 400;
  --_spacing---padding--xs: var(--size--1rem);
  --_spacing---padding--small: var(--size--1-5rem);
  --_typography---font-size--text-tiny: var(--size--0-875rem);
  --_spacing---padding--tiny: var(--size--0-5rem);
  --_spacing---padding--xl: var(--size--4rem);
  --swatch--900-faded-50: #0f241680;
  --type-specific--signature-service: 7rem;
  --_spacing---padding--xhuge: var(--size--9rem);
  --_spacing---padding--huge: var(--size--6rem);
  --_spacing---padding--xxl: var(--size--5rem);
  --swatch--white: white;
  --_typography---font-size--tagline-small: var(--size--0-875rem);
  --_spacing---padding--xtiny: var(--size--0-25rem);
  --_button-size---regular--btn-radius: var(--radius--tiny);
  --_spacing---padding--xxs: var(--size--0-75rem);
  --swatch--white-faded-10: #ffffff1a;
  --swatch--white-faded-50: #ffffff80;
  --_button-style---regular--border: var(--_theme---button-primary--border);
  --_button-style---regular--background: var(--_theme---button-primary--background);
  --_button-style---regular--border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---regular--background-hover: var(--_theme---button-primary--background-hover);
  --swatch--400: #29d654;
  --swatch--500: #00ab4e;
  --size--1-25rem: 1.25rem;
  --site--mobile-nav-header: var(--size--8rem);
  --_typography---font-size--text-xl: var(--size--1-75rem);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_spacing---card-padding--main: var(--misc-size-specific--card);
  --size--0-25rem: .25rem;
  --column-width--3: 0px;
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light);
  --_spacing---card-padding--xs: var(--_spacing---padding--xs);
  --_spacing---card-padding--small: var(--_spacing---padding--small);
  --_spacing---card-padding--large: var(--_spacing---padding--large);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_theme---pattern-overlay: var(--swatch--white-faded-75);
  --column-width--4: 0px;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  --border-width--button-border: .094rem;
  --size--12rem: 12rem;
  --_spacing---space--9: var(--size--5rem);
  --swatch--600: #008040;
  --swatch--100: #dcf9e1;
  --accessible-components--dark-grey: #9b9b9b;
  --site--plus-gutter: var(--size--3rem);
  --misc-size-specific--button-vertical-s: .625rem;
  --size--0-875rem: .875rem;
  --swatch--900-faded-25: #0f241640;
  --misc-size-specific--button-vertical: 1rem;
  --swatch--900: #0f2e1f;
  --swatch--200: #bbf7c5;
  --_heading-styles---text-transform: var(--_typography---text-transform--capitalize);
  --site--width: 120rem;
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  --_alignment---flex: var(--align--flex-start);
  --_alignment---text: var(--align--text-left);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_spacing---padding--margin: -.375rem;
  --_spacing---padding--margin-equal: -4rem;
  --site--column-count: 12;
  --site--bottom-nav: 0rem;
  --focus--width: var(--border-width--button-border);
  --focus--offset-inner: -.125rem;
  --focus--offset-outer: .1875rem;
  --swatch--800: #084231;
  --swatch--700: #075a33;
  --swatch--300: #83f195;
  --swatch--50: #f4fbf5;
  --swatch--900-faded-10: #0f24161a;
  --swatch--900-faded-75: #0f2416cc;
  --swatch--white-faded-25: #ffffff40;
  --swatch--white-faded-75: #ffffffbf;
  --swatch--nav-light: #fffffff2;
  --swatch--nav-dark: #084231f2;
  --swatch--nav-light-alt: #f4fbf5f2;
  --swatch--nav-dark-alt: #0f2e1ff2;
  --swatch--800-faded-75: #084231bf;
  --swatch--50-faded-75: #f4fbf5bf;
  --size--1-125rem: 1.125rem;
  --size--1-75rem: 1.75rem;
  --size--3-5rem: 3.5rem;
  --size--4rem: 4rem;
  --size--4-5rem: 4.5rem;
  --size--5-5rem: 5.5rem;
  --size--6-5rem: 6.5rem;
  --size--7rem: 7rem;
  --size--7-5rem: 7.5rem;
  --size--8rem: 8rem;
  --size--8-5rem: 8.5rem;
  --size--9rem: 9rem;
  --size--9-5rem: 9.5rem;
  --size--10rem: 10rem;
  --size--11rem: 11rem;
  --size--13rem: 13rem;
  --size--15rem: 15rem;
  --size--16rem: 16rem;
  --_typography---font-family--trim-top: .352em;
  --_typography---font-family--trim-bottom: .35em;
  --_typography---font-weight--primary-light: 300;
  --_typography---line-height--1-05: 1.05;
  --_typography---line-height--1-1: 1.1;
  --_typography---line-height--1-15: 1.15;
  --_typography---line-height--1-2: 1.2;
  --_typography---line-height--1-25: 1.25;
  --_typography---line-height--1-3: 1.3;
  --_typography---font-size--display: var(--size--7rem);
  --_typography---font-size--h1: var(--size--5rem);
  --_typography---font-size--h2: var(--size--4rem);
  --_typography---font-size--h3: var(--size--3rem);
  --_typography---font-size--h4: var(--size--2rem);
  --_typography---font-size--h5: var(--size--1-5rem);
  --_typography---font-size--h6: var(--size--1-125rem);
  --column-width--1: 0px;
  --column-width--2: 0px;
  --column-width--5: 0px;
  --column-width--6: 0px;
  --column-width--7: 0px;
  --column-width--8: 0px;
  --column-width--9: 0px;
  --column-width--10: 0px;
  --column-width--11: 0px;
  --column-width--12: 0px;
  --column-width--3col-mid: 26.375rem;
  --column-margin--0: 0px;
  --column-margin--1: 1px;
  --column-margin--2: 2px;
  --column-margin--3: 3px;
  --column-margin--4: 4px;
  --column-margin--5: 5px;
  --column-margin--6: 6px;
  --column-margin--7: 7px;
  --column-margin--8: 8px;
  --column-margin--9: 9px;
  --column-margin--10: 10px;
  --column-margin--11: 11px;
  --column-margin--12: 12px;
  --align--flex-start: 0px;
  --align--flex-center: 0px;
  --align--flex-end: 0px;
  --align--text-left: 0px;
  --align--text-center: 0px;
  --align--text-right: 0px;
  --_typography---text-transform--none: 0px;
  --_typography---text-transform--uppercase: 0px;
  --_typography---text-transform--capitalize: 0px;
  --_typography---text-transform--lowercase: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  --level: 0;
  --type-specific--0-875rem: .875rem;
  --type-specific--1rem: 1rem;
  --misc-size-specific--card: 2rem;
  --misc-size-specific--button-horizontal: var(--size--1-5rem);
  --misc-size-specific--button-horizontal-s: .875rem;
  --accessible-components--white-smoke: whitesmoke;
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>: #3532331a;
  --swatch--brand-text\<deleted\|variable-58223b69-87fe-dde7-b8dd-33ab7457ae33\>: var(--swatch--900);
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

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

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

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://app-assets.website-files.com/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  background-color: var(--_theme---background);
  font-family: var(--_typography---font-family--primary-family);
  color: var(--_theme---text);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_paragraph-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--0);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--_theme---heading);
  display: flow-root;
}

p {
  color: var(--_theme---text);
  display: flow-root;
}

a {
  color: inherit;
  outline-width: var(--focus--width);
  outline-offset: var(--focus--offset-outer);
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: "";
}

img {
  object-fit: cover;
  max-width: 100%;
}

form {
  background-color: #0000;
}

label {
  padding: 0;
}

blockquote {
  border-style: none;
  padding: 0;
}

figure {
  margin-bottom: 0;
}

.u-theme-light {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.u-theme-dark {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.u-text-style-display {
  font-size: var(--_heading-styles---font-size);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---font-size: var(--_typography---font-size--display);
  --_heading-styles---line-height: var(--_typography---line-height--1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h1 {
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---font-size: var(--_typography---font-size--h1);
  --_heading-styles---line-height: var(--_typography---line-height--1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h2 {
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---font-size: var(--_typography---font-size--h2);
  --_heading-styles---line-height: var(--_typography---line-height--1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h3 {
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---font-size: var(--_typography---font-size--h3);
  --_heading-styles---line-height: var(--_typography---line-height--1-05);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h4 {
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---font-size: var(--_typography---font-size--h4);
  --_heading-styles---line-height: var(--_typography---line-height--1-1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h5 {
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---font-size: var(--_typography---font-size--h5);
  --_heading-styles---line-height: var(--_typography---line-height--1-2);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h6 {
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_heading-styles---letter-spacing);
  --_heading-styles---font-size: var(--_typography---font-size--h6);
  --_heading-styles---line-height: var(--_typography---line-height--1-2);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--0);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-large {
  font-size: var(--_typography---font-size--text-large);
  line-height: var(--_paragraph-styles---line-height);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-large);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: pretty;
  display: flow-root;
}

.u-text-style-large:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  font-family: var(--_typography---font-family--secondary-family);
}

.u-text-style-main {
  color: var(--_theme---text);
  font-size: var(--_typography---font-size--text-regular);
  line-height: var(--_paragraph-styles---line-height);
  letter-spacing: var(--_typography---letter-spacing--0);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-regular);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-wrap: pretty;
  text-transform: var(--text-transform--capitalize);
  display: flow-root;
}

.u-text-style-small {
  font-size: var(--_paragraph-styles---font-size);
  line-height: var(--_paragraph-styles---line-height);
  letter-spacing: var(--_typography---letter-spacing--0-5);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-25);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-small);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0-5);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: var(--type-specific--1rem);
  --_paragraph-styles---text-transform: var(--_spacing---section-space--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: pretty;
  display: flow-root;
}

.u-rich-text h1 {
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_heading-styles---letter-spacing);
  --_heading-styles---font-size: var(--_typography---font-size--h1);
  --_heading-styles---line-height: var(--_typography---line-height--1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  margin-top: calc((var(--_heading-styles---font-size) * var(--_heading-styles---line-height)) * .6);
  margin-bottom: calc((var(--_heading-styles---font-size) * var(--_heading-styles---line-height)) * .5);
}

.u-rich-text h3 {
  margin-top: var(--_heading-styles---margin-top);
  margin-bottom: var(--_heading-styles---margin-bottom);
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_heading-styles---letter-spacing);
  --_heading-styles---font-size: var(--_typography---font-size--h3);
  --_heading-styles---line-height: var(--_typography---line-height--1-05);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
}

.u-rich-text h4 {
  margin-top: var(--_heading-styles---margin-top);
  margin-bottom: var(--_heading-styles---margin-bottom);
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_heading-styles---letter-spacing);
  --_heading-styles---font-size: var(--_typography---font-size--h4);
  --_heading-styles---line-height: var(--_typography---line-height--1-1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
}

.u-rich-text h5 {
  margin-top: var(--_heading-styles---margin-top);
  margin-bottom: var(--_heading-styles---margin-bottom);
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_heading-styles---letter-spacing);
  --_heading-styles---font-size: var(--_typography---font-size--h5);
  --_heading-styles---line-height: var(--_typography---line-height--1-2);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-wrap: balance;
  text-transform: var(--_text-style---text-transform);
}

.u-rich-text h6 {
  margin-top: var(--_heading-styles---margin-top);
  margin-bottom: var(--_heading-styles---margin-bottom);
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_heading-styles---letter-spacing);
  --_heading-styles---font-size: var(--_typography---font-size--h6);
  --_heading-styles---line-height: var(--_typography---line-height--1-2);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--0);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-wrap: balance;
  text-transform: var(--_text-style---text-transform);
}

.u-rich-text p {
  margin-top: var(--_paragraph-styles---margin-top);
  margin-bottom: var(--_paragraph-styles---margin-bottom);
  font-size: var(--_typography---font-size--text-regular);
  text-wrap: pretty;
}

.u-rich-text blockquote {
  margin-top: var(--_paragraph-styles---margin-top);
  margin-bottom: var(--_paragraph-styles---margin-bottom);
  padding-top: var(--size--0-5rem);
  padding-right: var(--size--1rem);
  padding-bottom: var(--size--0-5rem);
  padding-left: var(--size--1rem);
  font-family: var(--_heading-styles---font-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_heading-styles---letter-spacing);
  --_heading-styles---font-size: var(--_typography---font-size--h6);
  --_heading-styles---line-height: var(--_typography---line-height--1-2);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--0);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  border-left-style: solid;
  border-left-width: .2rem;
}

.u-rich-text ol {
  margin-top: var(--_heading-styles---margin-top);
  margin-bottom: var(--_heading-styles---margin-bottom);
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  align-items: var(--_alignment---flex);
  flex-flow: column;
  padding-left: 1.2em;
  list-style-type: decimal;
  display: flex;
  overflow: visible;
}

.u-rich-text li {
  margin-top: calc(var(--_text-style---trim-top) * -1);
  margin-bottom: calc(var(--_text-style---trim-bottom) * -1);
}

.u-rich-text ul {
  margin-top: var(--_heading-styles---margin-top);
  margin-bottom: var(--_heading-styles---margin-bottom);
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  align-items: var(--_alignment---flex);
  flex-flow: column;
  padding-left: 1.2em;
  list-style-type: disc;
  display: flex;
  overflow: visible;
}

.u-rich-text figure {
  margin-top: var(--_spacing---space--7);
  margin-bottom: var(--_spacing---space--7);
}

.u-rich-text h2 {
  font-family: var(--_typography---font-family--primary-family);
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_heading-styles---letter-spacing);
  --_heading-styles---font-size: var(--_typography---font-size--h2);
  --_heading-styles---line-height: var(--_typography---line-height--1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  margin-top: calc((var(--_heading-styles---font-size) * var(--_heading-styles---line-height)) * .6);
  margin-bottom: calc((var(--_heading-styles---font-size) * var(--_heading-styles---line-height)) * .5);
  text-transform: var(--_text-style---text-transform);
}

.u-container {
  max-width: var(--container--main);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-container-small {
  max-width: var(--container--small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-container-full {
  max-width: var(--container--full);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-sr-only {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.u-visual-wrap {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.u-line-clamp-1, .u-line-clamp-2, .u-line-clamp-3, .u-line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
}

.u-btn-group {
  margin-top: var(--_spacing---space--6);
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  align-content: center;
  align-items: center;
  justify-content: var(--_alignment---flex);
  flex-flow: wrap;
  display: flex;
}

.u-alignment-vertical {
  justify-content: center;
  align-items: var(--_alignment---flex);
  text-align: var(--_alignment---text);
  flex-flow: column;
  display: flex;
}

.u-alignment-horizontal {
  align-items: center;
  justify-content: var(--_alignment---flex);
  flex-flow: wrap;
  display: flex;
}

.u-child-contain {
  justify-content: center;
  align-items: var(--_alignment---flex);
  text-align: var(--_alignment---text);
  flex-flow: column;
  min-width: 100%;
  display: flex;
}

.u-hflex-left-top {
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-hflex-left-center {
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-hflex-left-bottom {
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-hflex-left-stretch {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.u-hflex-center-top {
  flex-flow: row;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-hflex-center-center {
  flex-flow: row;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-hflex-center-bottom {
  flex-flow: row;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-hflex-center-stretch {
  flex-flow: row;
  place-content: stretch center;
  align-items: stretch;
  display: flex;
}

.u-hflex-right-top {
  flex-flow: row;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-hflex-right-center {
  flex-flow: row;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-hflex-right-bottom {
  flex-flow: row;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-hflex-right-stretch {
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: stretch;
  display: flex;
}

.u-hflex-between-top {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-hflex-between-center {
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-hflex-between-bottom {
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-hflex-between-stretch {
  flex-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.u-hflex-wrap {
  flex-flow: wrap;
}

.u-vflex-left-top {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-center {
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-bottom {
  flex-flow: column;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-between {
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-vflex-center-top {
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-vflex-center-center {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-vflex-center-bottom {
  flex-flow: column;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-vflex-center-between {
  flex-flow: column;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-vflex-right-top {
  flex-flow: column;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-center {
  flex-flow: column;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-bottom {
  flex-flow: column;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-between {
  flex-flow: column;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-vflex-stretch-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.u-vflex-stretch-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.u-vflex-wrap {
  flex-flow: column wrap;
}

.u-flex-noshrink {
  flex: none;
}

.u-flex-shrink {
  flex: 0 auto;
}

.u-flex-grow {
  flex: 1;
}

.u-grid-custom {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-3);
  display: grid;
}

.u-grid-subgrid {
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: subgrid;
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  grid-column: auto / span 1;
  display: grid;
}

.u-grid-autofit {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.u-grid-autofill {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 13rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.u-grid-desktop, .u-grid-tablet, .u-grid-landscape {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-main);
  display: grid;
}

.u-grid-breakout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-breakout);
  display: grid;
}

.u-grid-flex {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  flex-flow: wrap;
  display: flex;
}

.u-align-self-auto {
  align-self: auto;
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-center {
  align-self: center;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-align-self-stretch {
  align-self: stretch;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-end {
  align-items: flex-end;
}

.u-align-items-variable {
  align-items: var(--_alignment---flex);
}

.u-justify-content-start {
  justify-content: flex-start;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-between {
  justify-content: space-between;
}

.u-justify-content-around {
  justify-content: space-around;
}

.u-justify-content-variable {
  justify-content: var(--_alignment---flex);
}

.u-color-inherit {
  color: inherit;
}

.u-color-faded-50 {
  color: var(--_theme---faded-50);
}

.u-gap-0 {
  grid-column-gap: var(--size--0rem);
  grid-row-gap: var(--size--0rem);
}

.u-gap-inherit {
  grid-column-gap: inherit;
  grid-row-gap: inherit;
}

.u-gap-1 {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
}

.u-gap-2 {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
}

.u-gap-gutter {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
}

.u-gap-3 {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
}

.u-gap-4 {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
}

.u-gap-5 {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
}

.u-gap-6 {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
}

.u-gap-7 {
  grid-column-gap: var(--_spacing---space--7);
  grid-row-gap: var(--_spacing---space--7);
}

.u-gap-8 {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
}

.u-gap-row-0 {
  grid-row-gap: var(--size--0rem);
}

.u-gap-row-inherit {
  grid-row-gap: inherit;
}

.u-gap-row-1 {
  grid-row-gap: var(--_spacing---space--1);
}

.u-gap-row-2 {
  grid-row-gap: var(--_spacing---space--2);
}

.u-gap-row-gutter {
  grid-row-gap: var(--site--gutter);
}

.u-gap-row-3 {
  grid-row-gap: var(--_spacing---space--3);
}

.u-gap-row-4 {
  grid-row-gap: var(--_spacing---space--4);
}

.u-gap-row-5 {
  grid-row-gap: var(--_spacing---space--5);
}

.u-gap-row-6 {
  grid-row-gap: var(--_spacing---space--6);
}

.u-gap-row-7 {
  grid-row-gap: var(--_spacing---space--7);
}

.u-gap-row-8 {
  grid-row-gap: var(--_spacing---space--8);
}

.u-mt-auto {
  margin-top: auto;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-gutter {
  margin-top: var(--site--gutter);
}

.u-mt-text {
  margin-top: var(--_heading-styles---margin-top);
}

.u-mt-1 {
  margin-top: var(--_spacing---space--1);
}

.u-mt-2 {
  margin-top: var(--_spacing---space--2);
}

.u-mt-3 {
  margin-top: var(--_spacing---space--3);
}

.u-mt-4 {
  margin-top: var(--_spacing---space--4);
}

.u-mt-5 {
  margin-top: var(--_spacing---space--5);
}

.u-mt-6 {
  margin-top: var(--_spacing---space--6);
}

.u-mt-7 {
  margin-top: var(--_spacing---space--7);
}

.u-mt-8 {
  margin-top: var(--_spacing---space--8);
}

.u-mb-auto {
  margin-bottom: auto;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-gutter {
  margin-bottom: var(--site--gutter);
}

.u-mb-text {
  margin-bottom: var(--_heading-styles---margin-bottom);
}

.u-mb-1 {
  margin-bottom: var(--_spacing---space--1);
}

.u-mb-2 {
  margin-bottom: var(--_spacing---space--2);
}

.u-mb-3 {
  margin-bottom: var(--_spacing---space--3);
}

.u-mb-4 {
  margin-bottom: var(--_spacing---space--4);
}

.u-mb-5 {
  margin-bottom: var(--_spacing---space--5);
}

.u-mb-6 {
  margin-bottom: var(--_spacing---space--6);
}

.u-mb-7 {
  margin-bottom: var(--_spacing---space--7);
}

.u-mb-8 {
  margin-bottom: var(--_spacing---space--8);
}

.u-weight-regular {
  font-family: var(--_typography---font-family--primary-family);
  font-weight: var(--_typography---font-weight--primary-regular);
}

.u-weight-medium {
  font-family: var(--_typography---font-family--primary-family);
  font-weight: var(--_typography---font-weight--primary-medium);
}

.u-weight-bold {
  font-family: var(--_typography---font-family--primary-family);
  font-weight: var(--_typography---font-weight--primary-bold);
}

.u-min-height-screen {
  min-height: 100svh;
}

.u-column-full {
  grid-column: 1 / -1;
}

.u-column-custom {
  grid-column: auto / span 1;
}

.u-column-indent {
  grid-column: 2 / -2;
}

.u-column-1 {
  grid-column: auto / span 1;
}

.u-column-2 {
  grid-column: auto / span 2;
}

.u-column-3 {
  grid-column: auto / span 3;
}

.u-column-4 {
  grid-column: auto / span 4;
}

.u-column-5 {
  grid-column: auto / span 5;
}

.u-column-5.start-7 {
  grid-column-start: 7;
}

.u-column-6 {
  grid-column: auto / span 6;
}

.u-column-7 {
  grid-column: auto / span 7;
}

.u-column-8 {
  grid-column: auto / span 8;
}

.u-column-9 {
  grid-column: auto / span 9;
}

.u-column-10 {
  grid-column: auto / span 10;
}

.u-column-11 {
  grid-column: auto / span 11;
}

.u-column-12 {
  grid-column: auto / span 12;
}

.u-order-first {
  order: -1;
}

.u-order-last {
  order: 1;
}

.u-alignment-left {
  --_alignment---flex: var(--align--flex-start);
  --_alignment---text: var(--align--text-left);
  text-align: var(--_alignment---text);
}

.u-alignment-center {
  --_alignment---flex: var(--align--flex-center);
  --_alignment---text: var(--align--text-center);
  text-align: var(--_alignment---text);
}

.u-alignment-right {
  --_alignment---flex: var(--align--flex-end);
  --_alignment---text: var(--align--text-right);
  text-align: var(--_alignment---text);
}

.u-text-transform-none {
  text-transform: none;
}

.u-text-transform-uppercase {
  text-transform: uppercase;
}

.u-text-transform-capitalize {
  text-transform: capitalize;
}

.u-text-transform-lowercase {
  text-transform: lowercase;
}

.u-text-wrap-wrap {
  text-wrap: wrap;
}

.u-text-wrap-balance {
  text-wrap: balance;
}

.u-text-wrap-pretty {
  text-wrap: pretty;
}

.u-max-width-none {
  max-width: none;
}

.u-max-width-10ch {
  max-width: 10ch;
}

.u-max-width-12ch {
  max-width: 12ch;
}

.u-max-width-14ch {
  max-width: 14ch;
}

.u-max-width-16ch {
  max-width: 16ch;
}

.u-max-width-18ch {
  max-width: 18ch;
}

.u-max-width-20ch {
  max-width: 20ch;
}

.u-max-width-30ch {
  max-width: 30ch;
}

.u-max-width-40ch {
  max-width: 40ch;
}

.u-max-width-50ch {
  max-width: 50ch;
}

.u-max-width-60ch {
  max-width: 60ch;
}

.u-max-width-70ch {
  max-width: 70ch;
}

.u-max-width-80ch {
  max-width: 80ch;
}

.u-radius-tiny {
  border-radius: var(--radius--tiny);
}

.u-radius-small {
  border-radius: var(--radius--small);
}

.u-radius-medium {
  border-radius: var(--radius--medium);
}

.u-radius-large {
  border-radius: var(--radius--large);
}

.u-overflow-visible {
  overflow: visible;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-clip {
  overflow: clip;
}

.u-overflow-scroll {
  overflow: scroll;
}

.u-overflow-auto {
  overflow: auto;
}

.u-overflow-x-auto {
  overflow: auto hidden;
}

.u-overflow-y-auto {
  overflow: hidden auto;
}

.u-overflow-hidden-left {
  -webkit-clip-path: polygon(0 0, 9000% 0, 9000% 100%, 0% 100%);
  clip-path: polygon(0 0, 9000% 0, 9000% 100%, 0% 100%);
}

.u-display-block {
  display: block;
}

.u-display-inline {
  display: inline;
}

.u-display-inline-block {
  display: inline-block;
}

.u-display-inline-flex {
  display: inline-flex;
}

.u-display-inline-grid {
  display: inline-grid;
}

.u-display-contents {
  display: contents;
}

.u-display-none {
  display: none;
}

.u-zindex-negative {
  z-index: -1;
  position: relative;
}

.u-zindex-0 {
  z-index: 0;
  position: relative;
}

.u-zindex-unset {
  z-index: unset;
  position: relative;
}

.u-zindex-1 {
  z-index: 1;
  position: relative;
}

.u-zindex-2 {
  z-index: 2;
  position: relative;
}

.u-zindex-3 {
  z-index: 3;
  position: relative;
}

.u-position-static {
  position: static;
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

.u-position-sticky {
  position: sticky;
  top: 0;
}

.u-position-fixed {
  position: fixed;
}

.u-height-full {
  height: 100%;
}

.u-width-full {
  width: 100%;
}

.u-cover {
  width: 100%;
  height: 100%;
}

.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-pointer-on {
  pointer-events: auto;
}

.u-pointer-off {
  pointer-events: none;
}

.u-ratio-1-1 {
  aspect-ratio: 1;
}

.u-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.u-ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.u-ratio-2-3 {
  aspect-ratio: 2 / 3;
}

.u-ratio-2-1 {
  aspect-ratio: 2;
}

.u-margin-inline-auto {
  margin-left: auto;
  margin-right: auto;
}

.styleguide_subheading {
  margin-bottom: 0;
}

.hero_placeholder_wrap {
  --_alignment---flex: var(--align--flex-center);
  --_alignment---text: var(--align--text-center);
  text-align: var(--_alignment---text);
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.hero_placeholder_tag_wrap {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  justify-content: var(--_alignment---flex);
  flex-flow: wrap;
  display: flex;
}

.styleguide_card_wrap {
  padding: var(--_spacing---space--5);
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  border: var(--border-width--main) solid var(--_theme---faded-10);
  border-radius: var(--radius--regular);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide_card_wrap.u-theme-dark {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.styleguide_card_wrap.is-stretch {
  align-items: stretch;
}

.styleguide_footer {
  border-top: var(--border-width--main) solid var(--_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>);
  text-align: center;
}

.g_tag_wrap {
  padding: var(--size--0-5rem) var(--size--0-75rem);
  border-radius: var(--radius--small);
  background-color: var(--_theme---text);
  color: var(--_theme---background);
  font-size: var(--_typography---font-size--text-medium);
  line-height: var(--_typography---line-height--1);
  text-align: center;
  align-self: flex-start;
  min-width: 4rem;
  display: inline-block;
}

.styleguide_font_item {
  padding-top: var(--_spacing---space--5);
  padding-bottom: var(--_spacing---space--5);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border-bottom: var(--border-width--main) solid var(--_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form_main_field_wrap {
  text-align: left;
  width: 100%;
}

.form_main_wrap {
  width: 100%;
  margin-bottom: 0;
}

.form_main_success_wrap {
  border: var(--border-width--main) solid var(--_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>);
  border-radius: var(--radius--regular);
  background-color: var(--swatch--transparent);
  padding: 1.2rem;
}

.form_main_list {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_main_option_list {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_main_option_item {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.form_main_error_wrap {
  border: var(--border-width--main) solid var(--_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>);
  background-color: #0000;
  margin-top: 0;
  padding: .8rem 1.4rem;
}

.form_main_option_link {
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
  margin: 0px var(--_spacing---space--2) 0px 0px;
  border-width: var(--border-width--main);
  border-color: var(--_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>);
  border-radius: var(--radius--small);
}

.form_main_option_link.w--redirected-checked {
  border-color: var(--swatch--brand\<deleted\|variable-5c209bac-cd05-3f37-75d8-4eb87bac274e\>);
  border-radius: var(--radius--small);
  background-color: var(--swatch--brand\<deleted\|variable-5c209bac-cd05-3f37-75d8-4eb87bac274e\>);
  background-size: 60%;
}

.form_main_option_link.radio {
  border-radius: var(--radius--round);
}

.form_main_field_input {
  height: var(--size--3rem);
  border-top: 0 solid #000;
  border-bottom-style: solid;
  border-right: 0 solid #000;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>);
  font-family: var(--_paragraph-styles---font-family);
  font-size: var(--_paragraph-styles---font-size);
  line-height: var(--_paragraph-styles---line-height);
  font-weight: var(--_paragraph-styles---font-weight);
  letter-spacing: var(--_paragraph-styles---letter-spacing);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-25);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-small);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0-5);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: var(--type-specific--1rem);
  --_paragraph-styles---text-transform: var(--_spacing---section-space--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  color: inherit;
  text-transform: var(--_text-style---text-transform);
  background-color: #0000;
  border-left: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.form_main_field_input:focus {
  border-bottom-color: var(--_theme---text);
}

.form_main_field_input::placeholder {
  color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
}

.form_main_field_input.is-message {
  padding-top: var(--size--0-5rem);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  max-height: 10rem;
}

.btn_main_wrap {
  padding: var(--_button-size---regular--vertical-pad) var(--_button-size---regular--horizontal-pad);
  grid-column-gap: var(--size--0-5rem);
  grid-row-gap: var(--size--0-5rem);
  font-size: var(--_button-size---regular--btn-text);
  line-height: 1;
  font-weight: var(--_typography---font-weight--primary-semi_bold);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn_main_wrap:where(.w-variant-94a918c0-36e3-8190-25db-088f2641404a) {
  border-color: var(--_theme---button-secondary--border);
  background-color: var(--_theme---button-secondary--background);
  color: var(--_theme---button-secondary--text);
  -webkit-text-stroke-color: var(--_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>);
}

.btn_main_wrap:where(.w-variant-7155d714-8d7e-5cb1-2d3b-1272547819fb) {
  grid-column-gap: var(--size--0-5rem);
  grid-row-gap: var(--size--0-5rem);
  background-color: var(--_theme---button-tertiary--background);
  color: var(--_theme---button-tertiary--text);
  text-align: left;
  border-style: none;
  padding: 0;
}

.btn_main_wrap:where(.w-variant-9fd5a51f-a358-7a6d-aede-800b2661f2ce) {
  border-radius: var(--radius--round);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.btn_main_wrap:where(.w-variant-1a5044f9-3799-c3ff-ce5d-d0b411603b72) {
  border-style: none;
  border-color: var(--_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>);
  border-radius: var(--radius--tiny);
  color: var(--_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>);
}

.btn_main_wrap:where(.w-variant-badf792e-a957-a7c5-d1f0-c4460d335c70), .btn_main_wrap:where(.w-variant-4734c9fc-19f3-0f24-dd85-567af455d958) {
  font-size: var(--_button-size---regular--btn-text);
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
}

.btn_main_wrap:where(.w-variant-6510b89e-b3cb-c94c-8a90-15c1316b71d7) {
  font-size: var(--_typography---font-size--text-large);
}

.btn_main_wrap:hover:where(.w-variant-94a918c0-36e3-8190-25db-088f2641404a) {
  border-color: var(--_theme---button-secondary--border-hover);
  background-color: var(--_theme---button-secondary--background-hover);
  color: var(--_theme---button-secondary--text-hover);
  -webkit-text-stroke-color: var(--_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>);
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.btn_main_wrap:hover:where(.w-variant-7155d714-8d7e-5cb1-2d3b-1272547819fb) {
  color: var(--_theme---button-tertiary--text-hover);
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border-width: 0;
  border-color: #0000;
  border-radius: .375rem;
}

.btn_main_wrap:hover:where(.w-variant-1a5044f9-3799-c3ff-ce5d-d0b411603b72) {
  border-style: none;
  border-color: var(--_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>);
  color: var(--_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>);
}

.btn_main_wrap.is-tertiary {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--_button-style---regular--text);
  --_button-style---regular--text: var(--_theme---button-tertiary--text);
  --_button-style---regular--text-hover: var(--_theme---button-tertiary--text-hover);
  --_button-style---regular--icon: var(--_theme---button-tertiary--icon);
  --_button-style---regular--border: var(--_theme---button-tertiary--background);
  --_button-style---regular--background: var(--_theme---button-tertiary--background);
  --_button-style---regular--border-hover: var(--_theme---button-tertiary--background-hover);
  --_button-style---regular--background-hover: var(--_theme---button-tertiary--background-hover);
  padding: 0;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.btn_main_wrap.is-tertiary:hover {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--_button-style---regular--text-hover);
}

.btn_main_wrap.is-tertiary:hover:where(.w-variant-4734c9fc-19f3-0f24-dd85-567af455d958) {
  grid-column-gap: var(--size--0-625rem);
  grid-row-gap: var(--size--0-625rem);
}

.btn_main_text {
  z-index: 2;
  line-height: inherit;
  font-size: inherit;
  position: relative;
}

.btn_play_wrap {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>);
  border-radius: var(--radius--round);
  background-color: var(--_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>);
  color: var(--_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>);
  vertical-align: middle;
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical-s);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal-s);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-tiny);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--tiny);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  justify-content: center;
  align-items: center;
  width: 5rem;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.btn_play_wrap:where(.w-variant-ab355ea0-b722-2f23-3507-f0290f710e57) {
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical-s);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal-s);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-tiny);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--500);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: transparent;
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--500);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--tiny);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
}

.btn_play_wrap:hover {
  border-color: var(--_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>);
  background-color: var(--_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>);
  color: var(--_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>);
}

.btn_play_icon {
  aspect-ratio: 1;
  width: 36%;
  position: relative;
}

.page_wrap {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
  overflow: clip;
}

.page_main {
  flex-flow: column;
  flex: 1;
}

.page_code_wrap {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.styleguide_group {
  padding-top: var(--_spacing---space--7);
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  display: flex;
}

.styleguide_visual {
  padding: var(--_spacing---space--1);
  aspect-ratio: 3 / 1.5;
  border: var(--border-width--main) solid var(--_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>);
  border-radius: var(--radius--small);
  text-align: center;
  width: 100%;
  max-height: 7rem;
  position: relative;
  overflow: hidden;
}

.styleguide_icon {
  width: var(--size--3rem);
  height: var(--size--3rem);
}

.hero_utility-page_wrap {
  text-align: center;
}

.hero_utility-page_contain.u-container {
  align-content: center;
  min-height: 100vh;
}

.hero_utility-page_content {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_placeholder_contain {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.styleguide_contain {
  padding-top: var(--_spacing---section-space--equal);
  padding-bottom: var(--_spacing---section-space--equal);
  container-type: inline-size;
}

.styleguide_guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.styleguide_guide_layout.u-grid-custom {
  grid-template-columns: var(--grid-main);
}

.styleguide_guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.g_eyebrow_wrap {
  justify-content: var(--_alignment---flex);
  display: flex;
}

.g_eyebrow_marker {
  width: var(--border-width--main);
  background-color: currentColor;
  flex: none;
  padding-bottom: 0;
  padding-right: 0;
}

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

.g_visual_wrap {
  position: static;
  overflow: hidden;
}

.g_visual_background {
  opacity: .1;
  background-color: currentColor;
  padding: 0;
}

.g_visual_img {
  object-position: inherit;
}

.g_visual_overlay {
  background-color: var(--_theme---faded-75);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.hero_placeholder_link {
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  display: inline-block;
}

.styleguide_list {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.styleguide_card_visual {
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  width: 100%;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0;
}

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

.styleguide_flex_wrap {
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3csvg%20width='6528'%20height='6528'%20viewBox='0%200%206528%206528'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.3'%3e%3ccircle%20cx='146.493'%20cy='146.495'%20r='146.495'%20transform='rotate(-180%20146.493%20146.495)'%20fill='%23999999'/%3e%3ccircle%20cx='3264'%20cy='146.495'%20r='146.495'%20transform='rotate(-180%203264%20146.495)'%20fill='%23999999'/%3e%3ccircle%20cx='6381.5'%20cy='146.495'%20r='146.495'%20transform='rotate(-180%206381.5%20146.495)'%20fill='%23999999'/%3e%3c/g%3e%3cg%20opacity='0.3'%3e%3ccircle%20cx='146.493'%20cy='3264.5'%20r='146.495'%20transform='rotate(-180%20146.493%203264.5)'%20fill='%23999999'/%3e%3ccircle%20cx='3264'%20cy='3264.5'%20r='146.495'%20transform='rotate(-180%203264%203264.5)'%20fill='%23999999'/%3e%3ccircle%20cx='6381.5'%20cy='3264.5'%20r='146.495'%20transform='rotate(-180%206381.5%203264.5)'%20fill='%23999999'/%3e%3c/g%3e%3cg%20opacity='0.3'%3e%3ccircle%20cx='146.493'%20cy='6381.5'%20r='146.495'%20transform='rotate(-180%20146.493%206381.5)'%20fill='%23999999'/%3e%3ccircle%20cx='3264'%20cy='6381.5'%20r='146.495'%20transform='rotate(-180%203264%206381.5)'%20fill='%23999999'/%3e%3ccircle%20cx='6381.5'%20cy='6381.5'%20r='146.495'%20transform='rotate(-180%206381.5%206381.5)'%20fill='%23999999'/%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
  flex-flow: column;
  width: 100%;
  display: flex;
  container-type: inline-size;
}

.styleguide_flex_dot {
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 16cqw;
  min-height: 16cqw;
  padding: 0;
}

.styleguide_scroll {
  padding-right: var(--site--margin);
  padding-left: var(--site--margin);
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  margin-left: calc(var(--site--margin) * -1);
  scrollbar-color: var(--theme--text) transparent;
  margin-right: calc(var(--site--margin) * -1);
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 1fr);
  grid-auto-columns: minmax(16rem, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: auto;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
}

.styleguide_section {
  padding-top: var(--_spacing---space--8);
}

.g_clickable_wrap {
  z-index: 3;
  border-radius: inherit;
  flex-flow: column;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.g_clickable_wrap:where(.w-variant-2384897e-088d-62eb-7174-45fc5eb7e337), .g_clickable_wrap.over-border {
  top: calc(var(--border-width--button-border) * -1);
  left: calc(var(--border-width--button-border) * -1);
  bottom: calc(var(--border-width--button-border) * -1);
  right: calc(var(--border-width--button-border) * -1);
  width: calc(100% + (var(--border-width--button-border) * 2));
  height: calc(100% + (var(--border-width--button-border) * 2));
}

.g_clickable_link {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.g_clickable_btn {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.styleguide_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.styleguide_content {
  width: 100%;
}

.styleguide_nav_wrap {
  padding-top: var(--size--1rem);
  padding-right: var(--size--1rem);
  padding-bottom: var(--size--1rem);
  padding-left: var(--size--1rem);
  border-top-left-radius: var(--radius--small);
  border-top-right-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  border-bottom-right-radius: var(--radius--small);
  grid-column: 10 / -1;
  width: 100%;
  overflow: hidden auto;
}

.styleguide_nav_list {
  border-left: var(--border-width--main) solid var(--_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>);
}

.styleguide_nav_item {
  margin-left: calc(var(--border-width--main) * -.5);
}

.styleguide_nav_link {
  padding-top: var(--size--0-125rem);
  padding-bottom: var(--size--0-125rem);
  padding-left: var(--size--0-75rem);
  outline-offset: var(--focus--offset-inner);
  display: block;
}

.styleguide_nav_link.w--current {
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  border-left-color: currentColor;
}

.styleguide_nav_sub_list {
  overflow: hidden;
}

.styleguide_nav_sub_link {
  padding-top: var(--size--0-125rem);
  padding-right: 1.1rem;
  padding-bottom: var(--size--0-125rem);
  opacity: .6;
  outline-offset: var(--focus--offset-inner);
  padding-left: 1.1rem;
  line-height: 1.3em;
  display: block;
}

.styleguide_nav_sub_link:hover, .styleguide_nav_sub_link.w--current {
  opacity: 1;
}

.styleguide_nav_sub_wrap {
  grid-template-rows: 1fr;
  grid-template-columns: minmax(0, 1fr);
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: grid;
}

.btn_play_pause {
  opacity: 0;
  display: block;
}

.btn_play_play {
  display: block;
}

.g_eyebrow_layout {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  vertical-align: baseline;
  display: inline-flex;
}

.styleguide_card_inner {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.styleguide_card_hidden {
  display: none;
}

.g_section_space {
  height: var(--_spacing---section-space--none);
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex: none;
  width: 100%;
}

.g_section_space:where(.w-variant-d422cbd0-f212-c815-68df-63414354c21d) {
  height: var(--_spacing---section-space--small);
}

.g_section_space:where(.w-variant-60a7ad7d-02b0-6682-95a5-2218e6fd1490) {
  height: var(--_spacing---section-space--regular);
}

.g_section_space:where(.w-variant-8cc18b30-4618-8767-0111-f6abfe45aaa3) {
  height: var(--_spacing---section-space--large);
}

.g_section_space:where(.w-variant-95ddca71-ff21-4244-1fc2-666e88afcb54) {
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
}

.g_section_space:where(.w-variant-cca097ab-2b74-fe22-71d8-09acc5187418) {
  padding: var(--size--0rem);
}

.g_section_space:where(.w-variant-0ab373fe-c131-9e43-0a96-d29e5660dc77) {
  height: var(--_spacing---section-space--medium);
}

.g_section_space:where(.w-variant-28272bff-0375-38e0-30a1-c92a2bbc0a1a) {
  height: var(--_spacing---section-space--xl);
}

.g_section_space:where(.w-variant-c9c0449e-c51b-622b-3714-6c3c3d9a2d06) {
  height: var(--_spacing---section-space--xxl);
}

.g_section_space:where(.w-variant-6dd911d0-a794-71eb-5c4f-5b7945a9d05d) {
  height: var(--_spacing---section-space--huge);
}

.g_section_space:where(.w-variant-0c63f0c6-407e-5d7e-b6e1-ec629aa7ce16) {
  height: var(--_spacing---section-space--xhuge);
}

.g_section_space:where(.w-variant-9657bc15-40bd-0043-bdd7-5ee4f092f163) {
  height: var(--size--14rem);
}

.g_section_space:where(.w-variant-998c115c-aa30-d4ef-9c8c-6fcfc496054c) {
  height: var(--site--margin);
}

.g_section_space:where(.w-variant-6ec33850-649e-4adc-209d-49144e1bfed2) {
  height: var(--site--top-nav);
}

.g_section_space.xxl-9-rem {
  height: 9rem;
}

.g_section_space.nav-under-navigation {
  height: 5.5rem;
}

.g_section_space.medium-6-rem {
  height: 6rem;
}

.g_section_space.xhuge-12-rem {
  height: 12rem;
}

.g_section_space.huge-10-rem {
  height: 10rem;
}

.g_section_space.regular-4-rem {
  height: 4rem;
}

.g_section_space.large-7-rem {
  height: 7rem;
}

.g_section_space.regular-4-rem-3, .g_section_space.regular-4-rem-4, .g_section_space.regular-4-rem-5, .g_section_space.regular-4-rem-6, .g_section_space.regular-4-rem-7, .g_section_space.regular-4-rem-8, .g_section_space.regular-4-rem, .g_section_space.regular-4-rem, .g_section_space.regular-4-rem-3 {
  height: 4rem;
}

.hero_utility-page_header {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.g_section_wrap {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.g_section_wrap:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--white);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--50);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--white-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_section_wrap:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--50);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--white-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_section_wrap.u-min-height-screen.is-dark {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_heading_main.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--large);
  grid-row-gap: var(--_spacing---padding--large);
}

.nav_logo-svg {
  transform: translate(0, 7.5%);
}

.btn_svg {
  width: .75em;
}

.btn_svg:where(.w-variant-94a918c0-36e3-8190-25db-088f2641404a) {
  display: none;
}

.btn_svg:where(.w-variant-7155d714-8d7e-5cb1-2d3b-1272547819fb) {
  color: var(--_theme---button-tertiary--icon);
  width: .8125rem;
  display: block;
}

.btn_svg:where(.w-variant-95ddca71-ff21-4244-1fc2-666e88afcb54) {
  width: .8125rem;
}

.btn_svg:hover:where(.w-variant-7155d714-8d7e-5cb1-2d3b-1272547819fb) {
  color: var(--_theme---button-tertiary--icon-hover);
}

.btn_svg.is-tertiary {
  color: var(--_button-style---regular--icon);
}

.u-text-style-medium {
  font-size: var(--_typography---font-size--text-medium);
  line-height: var(--_paragraph-styles---line-height);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-medium);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--text-transform--capitalize);
}

.u-text-style-tagline {
  color: var(--_theme---brand);
  font-size: var(--_typography---font-size--tagline);
  font-weight: var(--_typography---font-weight--primary-bold);
  letter-spacing: var(--_typography---letter-spacing--20);
  text-transform: uppercase;
  --_heading-styles---font-size: var(--_typography---font-size--tagline-small);
  --_heading-styles---line-height: var(--_typography---line-height--1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--20);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--capitalize);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
}

.u-text-style-tiny {
  font-size: var(--_paragraph-styles---font-size);
  line-height: var(--_paragraph-styles---line-height);
  letter-spacing: var(--_typography---letter-spacing--1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-3);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-tiny);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--1);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--text-transform--capitalize);
  text-wrap: pretty;
  display: flow-root;
}

.u-text-style-tiny.u-weight-medium {
  font-weight: var(--_typography---font-weight--primary-medium);
}

.hero_main {
  height: calc(100vh - 5.5rem);
}

.hero_main.u-vflex-center-center.u-container-full:where(.w-variant-3860a46d-dfc2-a0bb-6909-42fc056c63f1) {
  background-color: var(--_theme---background);
}

.hero_heading {
  position: relative;
}

.hero_heading.u-text-style-h1 {
  padding: var(--site--margin);
  grid-column-gap: var(--size--2rem);
  grid-row-gap: var(--size--2rem);
  line-height: var(--_heading-styles---line-height);
  height: 16.5rem;
}

.hero_heading.u-text-style-h1.u-vflex-center-center {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgwAAAAXCAYAAABnCBd+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASKSURBVHgB7Z1PahxHFMarWiMIhJDZJGTnvkHGm6xzBEEIZBdyhJzA+CZeGrywb2CvjUE6QnvtTRtsMGjU5aqS3vj1m+rRWJq2Z3p+PxB0VXeP/jDq73vvVb3xDgCOkvr8bN66H+alc6eXV/PgQ/FcFeeHzgmhc7XbAl+5nzvn5+4e+LDd9xqRNnjXujviu/B2q+sq1wyeC77t4tfQ+eVs1ti5ufvUNg9f3PnnhuPDOwAYhZIgz5bLWo991dX2Piu2JVGNIpnG/bk0Lgh5KFwLMIT3xphEIxJc3xAFc401PdrcWDOTxpenJ3mMaTksMAwweaxw6+jZRstRrHviGir/QL+WjmatQCPMAPejZ1aMURGTUrnQxv/T9zfTbTQn+RptTLQpaR8+bRzsBAwDfFe0mA8JuRZxG233BNyH1THiDQCG1t+UjkLwjcxJOUllSbIJ0QZESjrHbj4wDLAV8/N/ajmWtLpOp+s0uo7KRdB1NI6YA8AhI5kQMR6S/RDTkUoyYjgk2zEFs4FhmCg6crcCryN2EXepiSPsAADjkc3Gl3JLznBooxG6qknHKauxb2s8MAx7hETxkpovpeV1Sn5A5GsHAACTIZkMnc2QdRxiML5VFgPDsAMkmrdCvzGS79fbawcAAHB/Wu98E66zF81N9qKtvG9SiSRlLu5qLDAMN0h0n9L3VvAlqrdiT8oeAAAOlFjq8BfpIGrahc1YvPvj2YW9YZKGQUf8qW4v4h//GA+s8CP6ALAnrFbx7yM8K4+SbCqSofix6h4flGFIWQBjAuqU6k8GIP4idarj86YGOHzWmge5vCI9LxIz08Uui1Xo3oeBzoebOibKgrMhSh0TS7D3/5pN3UQF28xMIyXetfmu/Jy3fVMSpU6guiSc76MsfCve+yd7YRjkTZXeONkMlI1A7QBgTHoRrhVo292vIMqrJjqre4wAlwQXcYV9Q28jt23StYnZ1OjNGJWU0T70hentNzEMyRB8vDzNZqALoZbSQBXcIrjs9MgIABhslF1qNpOwwq0jaNkHLmMt2LTlBfi+2J1xMq+2wNcypxbOr+bUerrajUx6Hu3MMEi5wJ1cLeLwdwwBTBkt5joS11G4EfJe9C2Rt25hmy8i2gaAO2J37KU5az4KxiNnP24xHW3l/H9fZRgkU4ApgENgQNR70bltB5sOdFRORA4Ax4ReIpDGyXj8dHL1Kj37/NANH5azaAq6RSofxIdtHR3IgnUEMBK6x/uasOtIXafbS1E6og4AMA7ZMPzy+u9FzBr8izGALdj4AS4lcR+K2Em/AwAcDv7XN3+ddS48dzBlrMgPfkJbvkb1Ml+9AOIOAHDUzDrnHjnYa9Qno0mqPo8lmreRvAg96XkAANgVsyhDCwdjU4zwVfo+R/e7FnycAgAA7IpoGPyrKGN/OhjktgjfmXS+LMJD8AEAYCrMfFf9H6qrl25i2yKtyOfjdaFfW5inV9zft26P4AMAwFTIuyR+Oz+rl8vqLB7ObS9uv3nHxKrd5RBqJX35fKFnvFqIdz02vd91u1kW5gEAAIzPZ0aLNyREDyJSAAAAAElFTkSuQmCC');
  background-position: 80% 45%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.text-span {
  align-self: stretch;
  position: relative;
}

.your_way-underline {
  left: var(--size--2rem);
  top: var(--size--5rem);
  right: var(--size--6rem);
  color: var(--_theme---brand);
  position: absolute;
  bottom: 0%;
}

.search_find-my-home.u-grid-custom {
  grid-template-columns: var(--grid-main);
}

.search_find-my-home.u-grid-custom:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  color: var(--_theme---text);
  --_theme---background: var(--swatch--white);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--50);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--white-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  grid-column-start: 6;
}

.search_wrap.u-column-custom {
  border-radius: var(--_spacing---radius--round\<deleted\|variable-45bf0ffd-007e-3ba8-2490-c1f96cb24ec6\>);
}

.search_wrap.u-column-custom.u-hflex-between-center {
  padding-top: var(--size--0-375rem);
  padding-right: var(--size--0-375rem);
  padding-bottom: var(--size--0-375rem);
  padding-left: var(--_spacing---padding--medium);
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  background-color: var(--_theme---nav-background);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  grid-column: 3 / span 8;
}

.hero_contain {
  padding-bottom: var(--size--0-5rem);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.nav_2_dropdown_list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.nav_2_search_label {
  width: 54.125rem;
}

.nav_2_links_link {
  z-index: 2;
  padding-top: var(--_spacing---space--2);
  padding-right: 0;
  padding-bottom: var(--_spacing---space--2);
  grid-column-gap: var(--_spacing---space--2);
  cursor: pointer;
  color: inherit;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_2_links_link.is-desktop, .nav_2_links_link.light-270.is-desktop {
  padding: 0px var(--_spacing---space--3);
  color: var(--_theme---heading);
  height: 100%;
}

.nav_2_menu_scroll {
  max-height: calc(100svh - var(--nav_2--height-total)  - var(--nav_2--spacing-outer-vertical) * 2);
  padding-left: var(--nav_2--spacing-inner-horizontal);
  padding-right: var(--nav_2--spacing-inner-horizontal);
  overflow: hidden auto;
}

.nav_2_links_item {
  display: flex;
}

.nav_2_links_locales_hide {
  display: none;
}

.nav_2_dropdown_mega_contain {
  max-width: var(--container--main);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav_2_dropdown_mega_contain.is-desktop, .nav_2_dropdown_mega_contain.light-276.is-desktop {
  padding: var(--_spacing---padding--medium) var(--_spacing---padding--large) var(--_spacing---padding--large);
}

.nav_2_links_search_icon {
  width: 1.1rem;
  overflow: visible !important;
}

.nav_2_dropdown_mega_content {
  position: relative;
}

.nav_2_dropdown_mega_content.is-desktop, .nav_2_dropdown_mega_content.light-274.is-desktop {
  border-bottom-left-radius: var(--radius--regular);
  border-bottom-right-radius: var(--radius--regular);
}

.nav_2_menu_contain {
  padding-top: var(--_spacing---space--3);
  padding-bottom: var(--_spacing---space--8);
}

.nav_2_dropdown_text {
  color: var(--_theme---text);
  transition: opacity .1s;
}

.nav_2_search_field {
  padding: var(--size--0-375rem) var(--size--0-375rem) var(--size--0-375rem) var(--_spacing---padding--medium);
  border-radius: var(--radius--round);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 2.9em;
  margin-bottom: 0;
}

.nav_2_links_component {
  grid-column-gap: var(--_spacing---space--3);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.nav_2_links_component.is-desktop, .nav_2_links_component.light-177.is-desktop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.nav_2_btn_wrap {
  z-index: 2;
  flex: none;
  padding: 0;
  outline-width: var(--focus--width) !important;
  outline-color: var(--_theme---text) !important;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_2_btn_wrap.w--open {
  color: inherit;
  background-color: #0000;
}

.nav_2_dropdown_main_wrap {
  background-color: #0000;
  min-width: 0;
  position: relative;
}

.nav_2_desktop_layout {
  z-index: 1;
  flex: 1;
  display: flex;
}

.nav_2_logo_wrap {
  z-index: 2;
  height: var(--size--2-5rem);
  outline-offset: @var_variable-00c12ea7-2aa6-7374-315d-2ca3eb46f0e3;
  color: var(--_theme---brand);
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_2_dropdown_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_2_dropdown_mega_wrap {
  background-color: #0000;
  width: 100%;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav_2_dropdown_mega_wrap.is-desktop {
  border-bottom-left-radius: var(--radius--regular);
  border-bottom-right-radius: var(--radius--regular);
  max-width: var(--nav_2--container);
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_2_dropdown_mega_wrap.is-desktop.w--open {
  background-color: var(--_theme---nav-background);
  margin-top: var(--nav_2--height) !important;
}

.nav_2_dropdown_mega_wrap.is-desktop.u-blur.w--open {
  background-color: var(--_theme---nav-background);
}

.nav_2_dropdown_mega_wrap.light-273.is-desktop {
  border-top-left-radius: var(--radius--regular);
  border-top-right-radius: var(--radius--regular);
  border-bottom-left-radius: var(--radius--regular);
  border-bottom-right-radius: var(--radius--regular);
  max-width: var(--nav_2--container);
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_2_dropdown_mega_wrap.light-273.is-desktop.w--open {
  background-color: var(--_theme---nav-background);
  margin-top: var(--nav_2--height) !important;
}

.nav_2_buttons_item {
  z-index: 2;
  color: var(--_theme---heading);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav_2_buttons_item.is-main {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--3);
}

.nav_2_buttons_item.is-main.is-desktop {
  margin: 0px var(--_spacing---space--3);
}

.nav_2_buttons_item.light-285.is-main {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--3);
}

.nav_2_buttons_item.light-285.is-main.light-284.is-desktop {
  margin: 0px var(--_spacing---space--3);
}

.nav_2_wrap {
  z-index: 1;
  margin-top: var(--size--1-5rem);
  position: relative;
}

.nav_2_wrap.is-desktop {
  display: none;
}

.nav_2_contain {
  z-index: 99;
  grid-column-gap: var(--_spacing---space--3);
  pointer-events: auto;
  height: var(--nav_2--height);
  max-width: var(--nav_2--container);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: var(--nav_2--spacing-inner-horizontal);
  padding-right: var(--nav_2--spacing-inner-horizontal);
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav_2_contain.is-desktop, .nav_2_contain.light-171.is-desktop {
  border-radius: var(--radius--regular);
  background-color: var(--_theme---nav-background);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding-right: .9rem;
}

.nav_2_skip_wrap {
  z-index: 2;
  border-width: var(--border-width--main);
  background-color: var(--_theme---background);
  outline-offset: @var_variable-00c12ea7-2aa6-7374-315d-2ca3eb46f0e3;
  pointer-events: auto;
  color: var(--_theme---text);
  margin: .5rem;
  padding: .5rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-200%);
}

.nav_2_skip_wrap:focus {
  transform: translate(0%);
}

.nav_2_screen-reader-text {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav_2_search_btn_wrap {
  outline-offset: @var_variable-00c12ea7-2aa6-7374-315d-2ca3eb46f0e3;
  justify-content: center;
  align-items: center;
  margin-left: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav_2_dropdown_component {
  z-index: unset;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav_2_search_wrap {
  border-radius: var(--radius--round);
}

.nav_2_links_svg {
  flex: none;
  width: 1rem;
  margin-left: auto;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
  overflow: visible !important;
}

.nav_2_dropdown_mega_layout {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
}

.nav_2_dropdown_mega_layout.is-desktop, .nav_2_dropdown_mega_layout.light-206.is-desktop {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.nav_2_menu_wrap {
  border-radius: [object Object];
  border-top-left-radius: var(--radius--regular);
  border-top-right-radius: var(--radius--regular);
  border-bottom-left-radius: var(--radius--regular);
  border-bottom-right-radius: var(--radius--regular);
  background-color: var(--_theme---background);
  pointer-events: auto;
  text-align: left;
  padding-top: var(--nav_2--height);
  max-width: var(--nav_2--container);
  margin-left: auto;
  margin-right: auto;
  inset: 0% 0% auto;
  overflow: clip;
  transform: none !important;
}

.nav_2_dropdown_mega_scroll {
  position: relative;
}

.nav_2_dropdown_mega_scroll.is-desktop, .nav_2_dropdown_mega_scroll.light-275.is-desktop {
  max-height: calc(100svh - var(--nav_2--height-total)  - var(--nav_2--spacing-outer-vertical) * 2);
  overflow: hidden auto;
}

.nav_2_menu_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_2_actions_wrap {
  flex-flow: column;
  flex: none;
  display: flex;
}

.nav_2_actions_wrap.is-desktop, .nav_2_actions_wrap.light-253.is-desktop {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.nav_2_component {
  z-index: 500;
  pointer-events: none;
  font-size: var(--_typography---font-size--text-small);
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  position: fixed;
  inset: 0% 0% auto;
  container-type: inline-size;
}

.nav_2_component:where(.w-variant-479b93ad-c435-5777-9131-543fc7acdabf) {
  --_theme---background: var(--swatch--white);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--50);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--white-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.nav_2_component.light {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.nav_2_search_btn_icon {
  width: 1.1rem;
  overflow: visible !important;
}

.nav_2_links_wrap {
  flex: 1;
}

.nav_2_links_wrap.is-desktop, .nav_2_links_wrap.light-178.is-desktop {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav_2_dropdown_link {
  z-index: 2;
  padding-top: var(--_spacing---space--1);
  padding-right: 0;
  padding-bottom: var(--_spacing---space--1);
  grid-column-gap: var(--_spacing---space--2);
  color: var(--_theme---text);
  cursor: pointer;
  font-size: var(--text-small--font-size);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_2_dropdown_link.is-desktop, .nav_2_dropdown_link.light-266.is-desktop {
  padding-top: var(--size--0-625rem);
  padding-bottom: var(--size--0-625rem);
  font-size: var(--_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>);
  font-weight: var(--_typography---font--font-weight--primary-regular\<deleted\|variable-e2e11636-2778-b266-3d73-a7bb3f1f201f\>);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-25);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-small);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0-5);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: var(--type-specific--1rem);
  --_paragraph-styles---text-transform: var(--_spacing---section-space--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
}

.nav_dropwdown_component {
  padding-top: 0;
  padding-right: var(--size--1rem);
  padding-bottom: 0;
  padding-left: var(--size--1rem);
  color: var(--_theme---heading);
  z-index: unset;
  transform-origin: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_img_mybrief {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
  text-align: center;
  flex-flow: column;
  display: flex;
}

.nav_img_mybrief.u-vflex-center-center, .nav_img_mybrief.light-60.u-vflex-center-center {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.nav_link_content {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_main-menu_heading {
  font-size: var(--_typography---font-size--text-tiny);
}

.nav_main-menu_heading.u-text-style-tagline {
  padding-bottom: var(--_spacing---padding--tiny);
}

.testimonials_content_wrap.u-column-custom {
  grid-column-end: span 7;
}

.testimonials_customers_wrap.u-column-custom {
  grid-column: 9 / span 4;
}

.testimonials_content_tag-heading.u-vflex-left-between {
  grid-column-gap: var(--_spacing---padding--medium);
  grid-row-gap: var(--_spacing---padding--medium);
}

.testimonials_content_btn.u-hflex-left-center {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.testimonials_subheading {
  color: var(--_theme---brand);
}

.testimonials_cards_wrap.u-grid-custom {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
  grid-template-columns: var(--grid-6);
}

.testimonials_card.u_padding_small {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonials_card.u_padding_small.u-theme-light {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_card.u_padding_small.u-theme-light.u-column-custom {
  grid-column: 1 / span 6;
  grid-row-start: 1;
}

.testimonials_card.u_padding_small.u-theme-light.u-column-custom._3 {
  grid-row-start: 3;
}

.testimonials_card.u_padding_small.u-theme-light-green {
  background-color: var(--_theme---background-alt);
  color: var(--_theme---text);
}

.testimonials_card.u_padding_small.u-theme-light-green.u-column-custom {
  grid-column: 3 / span 6;
  grid-row-start: 2;
}

.u_padding_small {
  padding: var(--_spacing---padding--small);
  border-radius: var(--radius--medium);
}

.testimonials_client.u-text-style-tagline {
  color: var(--_theme---brand);
}

.service_container_wrap {
  padding: var(--_spacing---section-space--huge) var(--site--margin) var(--_spacing---section-space--medium);
}

.service_video:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  border-radius: 2000px;
}

.service_icon {
  z-index: 2;
  width: 7.81rem;
  height: 7.81rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%)rotate(-15deg);
}

.search_placeholder:where(.w-variant-abef8d97-eb86-362b-a11a-1c199adff2fd) {
  color: var(--swatch--900-faded-50);
}

.search_placeholder:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  color: var(--_theme---faded-50);
}

.services_heading_wrap {
  position: relative;
}

.services_heading_wrap.u-vflex-stretch-between {
  grid-column-gap: var(--_spacing---padding--medium);
  grid-row-gap: var(--_spacing---padding--medium);
}

.services_heading.u-text-style-display.u-weight-regular {
  margin-top: var(--_spacing---padding--medium);
  font-size: var(--type-specific--signature-service);
  white-space: nowrap;
}

.services_heading_2.u-text-style-display {
  text-align: right;
}

.services_heading_2.u-text-style-display.u-weight-regular {
  font-size: var(--type-specific--signature-service);
  white-space: nowrap;
}

.hero_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.hero_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_home_main.u-container.u-vflex-left-top.light-alt-2 {
  grid-column-gap: var(--_spacing---padding--xhuge);
  grid-row-gap: var(--_spacing---padding--xhuge);
}

.plan_home_content.u-column-custom {
  grid-column-end: span 6;
}

.plan_home_illustration.u-column-custom {
  grid-column-end: span 5;
}

.plan_home_wrap.u-grid-desktop:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  align-items: center;
}

.plan_home_heading.u-text-style-h2.u-column-custom {
  grid-column-end: span 4;
}

.plan_home_paragraph.u-column-custom {
  grid-column-end: span 3;
}

.plan_home_paragraph.u-column-custom.u-text-style-large, .testimonials_client_paragraph {
  font-family: var(--_typography---font-family--secondary-family);
}

.plan_home_content_wrap.u-vflex-left-between, .plan_card_content.u-width-full.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.cards_slider {
  background-color: var(--_theme---background);
}

.slide-9.light-alt-15, .slide-10.light-alt-20, .slide-11.light-alt-25, .slide-12.light-alt-30 {
  width: 25rem;
  height: 22.5rem;
  margin-right: 20px;
}

.mask-2.light-alt-14 {
  overflow: visible;
}

.plan_card.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--medium);
  grid-row-gap: var(--_spacing---padding--medium);
}

.plan_card.u-vflex-left-top.u_padding_medium {
  border-radius: var(--radius--medium);
  background-color: var(--swatch--white);
  box-shadow: 0 4px 8px -2px #0000001a;
}

.left-arrow-2.light-alt-35, .right-arrow-2.light-alt-36, .slide-nav-2.light-alt-37 {
  display: none;
}

.our_process_wrap.u-vflex-left-top.u-vflex-stretch-top {
  grid-column-gap: var(--_spacing---padding--xxl);
  grid-row-gap: var(--_spacing---padding--xxl);
}

.our_process_icons.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
}

.our_process_heading.u-text-style-h2.u-column-8 {
  grid-row: 2;
}

.our_process_paragraph.u-column-7.u-text-style-large {
  grid-row: 3;
}

.process_discover.u-vflex-left-between, .process_design.u-vflex-left-between, .process_build.u-vflex-left-between, .process_maintain.u-vflex-left-between {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.process_content {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.vertical_text {
  flex-flow: column;
  justify-content: space-between;
}

.vertical_text.u-vflex-stretch-bottom {
  justify-content: flex-end;
  height: 100%;
}

.vertical_images {
  width: 100%;
  height: 100%;
}

.vertical_images.u-column-4 {
  flex-flow: column;
  display: flex;
}

.vertical_images.u-column-4.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--large);
  grid-row-gap: var(--_spacing---padding--large);
}

.our_designs_content.u-column-6 {
  padding-top: var(--_spacing---padding--xhuge);
  padding-right: 0;
  padding-bottom: var(--_spacing---padding--xhuge);
  grid-column-start: 7;
}

.vertical_para {
  flex: none;
}

.moving_text.u-vflex-right-center {
  justify-content: center;
  align-items: flex-end;
}

.moving_text_wrap.u-hflex-between-center {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
  width: 100%;
  height: 100%;
  rotate: -90deg;
}

.vertical_line {
  background-color: var(--swatch--brand\<deleted\|variable-5c209bac-cd05-3f37-75d8-4eb87bac274e\>);
  flex: none;
  width: .09375rem;
  height: .875rem;
}

.design_image {
  aspect-ratio: 2;
  border-radius: var(--radius--medium);
  width: 100%;
  height: 100%;
}

.design_image._1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.design_image._3 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.design_content_main.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.design_bottom.u-grid-custom {
  grid-template-columns: var(--grid-6);
  justify-items: start;
}

.design_bottom.u-grid-custom.is-mobile {
  display: none;
}

.services_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xxl);
  grid-row-gap: var(--_spacing---padding--xxl);
}

.ourservices_cards_main.u-grid-autofit {
  align-self: stretch;
}

.ourservices_content_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.ourdesigns_card {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.ourdesigns_img {
  aspect-ratio: 1;
}

.ourdesigns_img:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd), .ourdesigns_img:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  border-radius: var(--radius--regular);
}

.news_heading_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.news_heading.u-text-style-h2.u-mb-4 {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
}

.news_main_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xxl);
  grid-row-gap: var(--_spacing---padding--xxl);
}

.news_slider {
  width: 100%;
}

.news_slider.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xl);
  grid-row-gap: var(--_spacing---padding--xl);
}

.news_slider.u-vflex-left-top.u-hflex-between-stretch {
  flex-flow: row;
}

.about_main_wrap.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
}

.about_content_main.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--large);
  grid-row-gap: var(--_spacing---padding--large);
}

.about_heading_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.guarantee_main.u-container:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  background-color: var(--_theme---background);
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_main.u-container.u_padding_large {
  border-radius: var(--radius--medium);
}

.guarantee_main.u-container.u_padding_large.is-franchise {
  background-image: linear-gradient(#084231bf, #084231bf), url('/assets/background-dark.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.u-text-style-secondary {
  font-family: var(--_typography---font-family--secondary-family);
  text-transform: var(--text-transform--capitalize);
}

.design_para.u-text-style-main.u-column-custom {
  grid-column-end: span 4;
}

.u-text-style-tagline-small {
  color: var(--_theme---brand);
  font-size: var(--_typography---font-size--tagline-small);
  line-height: var(--_typography---line-height--1);
  font-weight: var(--_typography---font-weight--primary-bold);
  letter-spacing: var(--_typography---letter-spacing--20);
  text-transform: uppercase;
  --_heading-styles---font-size: var(--_typography---font-size--tagline-small);
  --_heading-styles---line-height: var(--_typography---line-height--1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--20);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--capitalize);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
}

.design_button.u-column-custom {
  grid-row: 2;
  grid-column-end: span 2;
}

.community_heading_main.u-column-6.u-vflex-stretch-between {
  grid-column-gap: var(--_spacing---padding--large);
  grid-row-gap: var(--_spacing---padding--large);
}

.community_btn_wrap {
  display: flex;
}

.community_heading_wrap.u-vflex-left-between {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.community_ticker_main.u-column-6 {
  background-image: url('/assets/ticker-background_1.avif');
  background-position: 50%;
  background-size: cover;
}

.community_ticker_main.u-column-6.u-radius-medium.u-vflex-left-bottom.u_padding_medium {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_para.u-text-style-large {
  font-family: var(--_typography---font-family--secondary-family);
}

.u-radius-round {
  border-radius: var(--radius--round);
}

.community_ticker_num.u-text-style-display, .community_ticker_para.u-text-style-tagline {
  color: var(--_theme---text);
}

.u_padding_medium {
  padding: var(--_spacing---padding--medium);
}

.u_padding_large {
  padding: var(--_spacing---padding--large);
}

.community_wrap.u-vflex-left-between {
  grid-column-gap: var(--_spacing---padding--huge);
  grid-row-gap: var(--_spacing---padding--huge);
}

.community_card_main {
  background-color: var(--swatch--white);
  height: 28.13rem;
}

.community_card_content {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.community_card_svg {
  color: var(--_theme---brand);
}

.explore_main.u-container.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xxl);
  grid-row-gap: var(--_spacing---padding--xxl);
}

.g_para_meraki.u-text-style-large {
  font-family: var(--_typography---font-family--secondary-family);
}

.testimonials_card_icon.u-hflex-left-center {
  grid-column-gap: var(--_spacing---padding--xtiny);
  grid-row-gap: var(--_spacing---padding--xtiny);
}

.explore_card.u-vflex-left-between, .explore_content_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.logo_wrap {
  margin-bottom: var(--size--3rem);
}

.footer_content_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--tiny);
  grid-row-gap: var(--_spacing---padding--tiny);
}

.footer_newsletter_main {
  grid-column-end: span 4;
}

.footer_newsletter_main.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.footer_heading.u-text-style-tagline-small {
  white-space: nowrap;
}

.footer_list_item {
  padding-top: var(--_spacing---padding--xtiny);
  padding-bottom: var(--_spacing---padding--xtiny);
}

.footer_list_item.u-hflex-left-stretch {
  grid-column-gap: var(--_spacing---padding--xtiny);
  grid-row-gap: var(--_spacing---padding--xtiny);
}

.footer_text_link {
  text-decoration: none;
}

.footer_form_input {
  border-top-left-radius: var(--_button-size---regular--btn-radius);
  border-bottom-left-radius: var(--_button-size---regular--btn-radius);
  border-style: none;
  margin: 0;
}

.footer_form.u-vflex-stretch-between {
  grid-column-gap: var(--_spacing---padding--xxs);
  grid-row-gap: var(--_spacing---padding--xxs);
}

.footer_divider {
  margin-top: var(--_spacing---padding--large);
  margin-bottom: var(--_spacing---padding--small);
  border: 1px solid var(--swatch--white-faded-10);
  border-radius: var(--border-width--main);
  background-color: var(--swatch--white-faded-10);
  height: 1px;
}

.footer_credits.u-hflex-between-stretch {
  padding-top: var(--_spacing---padding--small);
}

.footer_credits_links.u-hflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.footer_credit.u-text-style-tiny {
  color: var(--swatch--white-faded-50);
  text-decoration: underline;
}

.footer_copyright.u-text-style-tiny {
  color: var(--swatch--white-faded-50);
}

.form-block {
  --_theme---background: var(--swatch--white);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--50);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--white-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  flex: 1;
}

.footer_newsletter_hero.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.footer_privacy {
  text-decoration: underline;
}

.footer_logo {
  color: var(--_theme---brand);
}

.u-theme-brand {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.btn_style_wrap {
  border: 1.5px solid var(--_button-style---regular--border);
  border-radius: var(--_button-size---regular--btn-radius);
  background-color: var(--_button-style---regular--background);
  color: var(--_button-style---regular--text);
  --_button-style---regular--text: var(--_theme---button-primary--text);
  --_button-style---regular--text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---regular--icon: var(--_theme---button-primary--text);
  --_button-style---regular--border: var(--_theme---button-primary--border);
  --_button-style---regular--background: var(--_theme---button-primary--background);
  --_button-style---regular--border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---regular--background-hover: var(--_theme---button-primary--background-hover);
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

.btn_style_wrap:where(.w-variant-ab15a1bd-cf45-0006-5ba7-fd573647e7cb) {
  border-color: var(--_button-style---regular--border);
  background-color: var(--_button-style---regular--background);
  color: var(--_button-style---regular--text);
  --_button-style---regular--text: var(--_theme---button-secondary--text);
  --_button-style---regular--text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---regular--icon: var(--_theme---button-secondary--text);
  --_button-style---regular--border: var(--_theme---button-secondary--border);
  --_button-style---regular--background: var(--_theme---button-secondary--background);
  --_button-style---regular--border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---regular--background-hover: var(--_theme---button-secondary--background-hover);
}

.btn_style_wrap:where(.w-variant-7d643910-bbf2-af95-ce92-0f81370ebd88) {
  border-radius: var(--_spacing---radius--round\<deleted\|variable-45bf0ffd-007e-3ba8-2490-c1f96cb24ec6\>);
  --_theme---background: var(--swatch--white);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--50);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--white-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.btn_style_wrap:where(.w-variant-a2b79634-797e-acd3-5b08-5f8ba3154972) {
  border-color: var(--_button-style---regular--border);
  background-color: var(--_button-style---regular--background);
  color: var(--_button-style---regular--text);
  --_button-style---regular--text: var(--_theme---button-secondary--text);
  --_button-style---regular--text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---regular--icon: var(--_theme---button-secondary--text);
  --_button-style---regular--border: var(--_theme---button-secondary--border);
  --_button-style---regular--background: var(--_theme---button-secondary--background);
  --_button-style---regular--border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---regular--background-hover: var(--_theme---button-secondary--background-hover);
}

.btn_style_wrap:where(.w-variant-a2b79634-797e-acd3-5b08-5f8ba3154973) {
  border-radius: var(--_spacing---radius--round\<deleted\|variable-45bf0ffd-007e-3ba8-2490-c1f96cb24ec6\>);
  --_theme---background: var(--swatch--white);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--50);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--white-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.btn_style_wrap:hover, .btn_style_wrap:hover:where(.w-variant-ab15a1bd-cf45-0006-5ba7-fd573647e7cb), .btn_style_wrap:hover:where(.w-variant-a2b79634-797e-acd3-5b08-5f8ba3154972) {
  border-color: var(--_button-style---regular--border-hover);
  background-color: var(--_button-style---regular--background-hover);
  color: var(--_button-style---regular--text-hover);
}

.btn_style_wrap.is-footer {
  border-color: var(--swatch--400);
  background-color: var(--swatch--400);
  color: var(--_theme---text);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button_soup.u-vflex-left-top {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
}

.nav_close_icon {
  display: none;
}

.nav_link_heading.u-text-style-medium {
  font-weight: var(--_typography---font-weight--primary-bold);
}

.u-weight-semibold {
  font-family: var(--_typography---font-family--primary-family);
  font-weight: var(--_typography---font-weight--primary-semi_bold);
}

.testimonials_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.testimonials_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.plan_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourprocess_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourdesigns_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.ourservices_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.news_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.about_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.guarantee_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.community_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.explore_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-01643db3-4a40-860c-6339-a8295e0ae426) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-1aec9be4-a958-97cd-369c-ab540948edc4) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-ada7087c-7c0c-71e4-15c6-677bf093dece) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-5b65ddd9-b3aa-2155-2db1-87525f9ce5c6) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ad) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4ae) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4af) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-dd46047e-f110-539b-57b6-60b4d0fbc4b0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828de) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828df) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828e0) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2297) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2298) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2299) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f25) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f27) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f28) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d93f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d940) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-6d311223-e0a2-ee2b-5b4d-01707881d941) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d8f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d91) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc59) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-8527c28f-bf26-e1fe-c4ff-f978cd19dc5c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b74) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b75) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b76) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-bb3e2e29-5325-8e39-535f-b67846375b77) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8247) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8248) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f8249) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-f60a9bfe-474d-9f5c-b886-ada61c7f824a) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9148) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a9149) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914a) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-dd3674cf-a697-35db-030d-0fde3f9a914b) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7e) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f7f) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f80) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-452c07d5-e2f0-8ab3-b5b1-86fa31064f81) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df1) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df2) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df3) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.footer_section_wrap.is-footer {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.card_main_wrap {
  border-radius: var(--radius--regular);
  background-color: var(--_theme---background);
  --_theme---background: var(--swatch--white);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--50);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--white-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  max-width: 100%;
  min-height: 100%;
  overflow: hidden;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.card_main_wrap:where(.w-variant-cbc1510c-9963-c49a-53b7-43c3ba5e5e2d) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.card_main_wrap:where(.w-variant-465ade35-4f2f-e15f-0fc5-a1b37ef935ff) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.card_main_wrap:where(.w-variant-a7216682-4f72-59f2-10c0-b4275278ddfc) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.card_main_wrap:where(.w-variant-470eba3b-8545-086d-2285-c89571935f64) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.card_main_wrap:where(.w-variant-bfcc4996-3680-98cd-2d37-1864dab4bb85) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.card_main_wrap:where(.w-variant-9bf084df-0caf-b7ae-82fd-2d3c881dace9) {
  background-color: var(--_theme---background-alt);
}

.card_main_wrap:where(.w-variant-56e2984d-3e4b-284e-9857-cb1856dd3d7f) {
  color: var(--_theme---text);
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.card_main_wrap:where(.w-variant-a9881fa2-39b8-0ffc-9a9a-0bd556e11900) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.card_content_main, .card_content_main.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xl);
  grid-row-gap: var(--_spacing---padding--xl);
}

.card_content_main.u-vflex-stretch-between.u_padding_card_main {
  flex: 1;
}

.card_contain.u_padding_medium.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--medium);
  grid-row-gap: var(--_spacing---padding--medium);
}

.card_location_text.is-prefix {
  margin-right: .25em;
}

.card_image_wrapper {
  aspect-ratio: 3 / 2;
  flex: none;
  position: relative;
}

.card_heading_wrap.u-hflex-between-stretch.u-align-self-stretch {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.card_heading_content.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.card_content_icon {
  width: 1.88rem;
  height: 1.88rem;
}

.div-block {
  border: 1.5px solid var(--swatch--500);
  border-radius: var(--radius--round);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.card_details_wrap.u-vflex-stretch-between.u-align-self-stretch {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.card_divider {
  height: var(--border-width--main);
  background-color: var(--_theme---faded-10);
  width: 100%;
}

.detail_wrap.u-hflex-left-bottom {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  flex: none;
}

.card_bottom_wrap.u-hflex-between-bottom {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
}

.like_button {
  flex: none;
  width: 2.25em;
  height: 2.25em;
}

.g_visual.u-column-6.u-theme-dark {
  background-color: var(--swatch--transparent);
}

.g_content_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.g_content_wrap.u-vflex-left-top.is-franchise {
  padding-top: 2rem;
}

.footer_list_fb, .footer_list_instagram, .footer_list_linkedin, .footer_list_pinterest, .footer_list_archipro {
  width: var(--size--1-25rem);
  height: var(--size--1-25rem);
}

.g_content_grid.u-grid-custom {
  grid-template-columns: var(--grid-main);
}

.g_grid_content {
  background-color: var(--_theme---background);
}

.g_grid_content:where(.w-variant-18441fc0-e9c3-db2b-a6d7-845261980ccc) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_grid_content:where(.w-variant-42aca199-d67e-48ee-ce70-e5541b988511) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_grid_content:where(.w-variant-95b84524-e934-9adc-4105-2ed19d4f35cd) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_grid_content:where(.w-variant-2e4cc62d-d022-25d3-1da0-fb86ef43c7dc) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_grid_content:where(.w-variant-5e4740a8-3b3e-32f7-45ff-f0b9ec64e679) {
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_grid_content:where(.w-variant-5e4740a8-3b3e-32f7-45ff-f0b9ec64e67a) {
  background-color: var(--_theme---background-alt);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_grid_content:where(.w-variant-5e4740a8-3b3e-32f7-45ff-f0b9ec64e67b) {
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_grid_content:where(.w-variant-5e4740a8-3b3e-32f7-45ff-f0b9ec64e67c) {
  --_theme---background: var(--swatch--500);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--400);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--800);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--swatch--900);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_grid_content.u-column-6 {
  grid-column-start: 7;
}

.g_grid_content.u-column-6.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--medium);
  grid-row-gap: var(--_spacing---padding--medium);
}

.g_grid_content.u-column-6.u-vflex-left-top.u-order-first.u-theme-light {
  background-color: var(--swatch--transparent);
}

.g_grid_content.u-column-6.u-vflex-left-top.u-order-first.u-theme-dark, .g_grid_content.u-column-6.u-vflex-left-top.u-theme-dark {
  background-color: var(--swatch--transparent);
  position: relative;
  overflow: hidden;
}

.g_grid_content.u-column-6.u-vflex-left-top.u-theme-dark.u-min-height-screen.u-vflex-stretch-bottom {
  justify-content: flex-end;
  height: 100%;
}

.g_grid_content.u-column-6.u-vflex-left-top.u-theme-dark.u-min-height-screen.u-vflex-stretch-bottom.u-position-relative {
  margin-bottom: calc(-1 * var(--size--6-5rem));
}

.card_content_buttons.u-hflex-left-stretch, .g_content_buttons.u-hflex-left-stretch, .g_content_buttons.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.g_content_buttons.u-vflex-left-top.u-gap-2.fs-cmsfilter_active {
  border-color: #00ab4e;
}

.hamburger_5_wrap.u-vflex-center-center {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  width: 1.25rem;
  height: 100%;
}

.hamburger_5_line {
  background-color: var(--_theme---heading);
  width: var(--width);
  height: var(--thickness);
  flex: none;
  transition-property: all;
  transition-duration: .1s;
  transition-timing-function: ease;
}

.news_slider_wrap {
  background-color: var(--swatch--transparent);
}

.news_slider_wrap.u-flex-grow {
  align-self: stretch;
}

.our_designs_images, .search_btn_tablet {
  display: none;
}

.explore_content_main.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.footer_links_main.u-hflex-left-top {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
}

.footer_links_main.u-hflex-left-top.u-column-8 {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.size_sizes_wrapper.u-hflex-between-center {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
}

.card_details_row.u-hflex-between-stretch {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  flex-flow: wrap;
}

.nav-panels-wrapper {
  flex: auto;
}

.nav-panels-wrapper.show {
  overflow: visible;
}

.nav-panels-wrapper.u-cover.u-position-relative.u-overflow-y-auto {
  background-color: var(--_theme---background);
}

.nav-panels-wrapper.u-cover.u-position-relative.u-overflow-y-auto:where(.w-variant-abcd44e6-e05d-c80b-efb6-19ca82e7aac7) {
  background-color: var(--swatch--transparent);
}

.panel_level-1 {
  padding-top: var(--site--mobile-nav-header);
  width: 100%;
  height: 100%;
  transform: translate(0);
}

.mobile-nav-wrapper {
  z-index: 100;
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100svh;
  position: relative;
}

.mobile-nav-wrapper.u-vflex-stretch-top {
  background-color: var(--_theme---background);
}

.mobile-nav-wrapper.u-vflex-stretch-top:where(.w-variant-abcd44e6-e05d-c80b-efb6-19ca82e7aac7) {
  background-color: var(--swatch--transparent);
}

.mobile-nav-header {
  z-index: 1;
  height: var(--site--mobile-nav-header);
  padding: var(--site--margin) var(--site--margin) var(--site--gutter);
  position: relative;
}

.mobile-nav-header.u-hflex-right-top {
  position: absolute;
  inset: 0% 0% auto;
}

.icon {
  aspect-ratio: 1;
  font-size: var(--_paragraph-styles---font-size);
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 1em;
  display: inline-flex;
}

.icon:where(.w-variant-56bca281-d5d8-2da0-b857-7e0ace0a0e58), .icon:where(.w-variant-ed578afe-6051-8814-ff4f-b4ebd9d60b3c), .icon:where(.w-variant-80819107-fe35-8b50-0f1b-6f46186666c6), .icon:where(.w-variant-0242da65-84ff-f791-837a-236e6ea4722c), .icon:where(.w-variant-fb83675a-a9df-f070-997b-8e8fde27b25a) {
  margin: -.225em;
}

.icon:where(.w-variant-9c581f80-1900-f8b7-c2b1-44e95362ca2e) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-9b012423-0cda-76bd-e0df-c55b50a0776c), .icon:where(.w-variant-44173744-8241-c6de-79f5-93106eea442c) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-79ae3673-8e16-85ba-b4d5-b99cf8b8f139) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-0bceb839-bd42-04b4-6342-277fd8d91428) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-bc78d36b-b447-567c-2fbf-b09a38ce7fe7) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-7c261623-42d4-ebf7-0893-7ba84e403b7a) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-fba3226a-aa83-3027-9067-db6918f203ae) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-7c7e1a36-4778-1ee2-1fc6-65d26e7741f0) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-5fe1101e-6880-d25a-c58d-aaeb1f0509d8) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-24780fad-d7b1-c9f4-a210-c183c43416ea), .icon:where(.w-variant-feee9780-de21-81b8-d9c8-6fef5cca30ff), .icon:where(.w-variant-8f036083-71c0-576f-15de-07314ae4f5b8), .icon:where(.w-variant-87fdfbb9-c9dc-2130-c74f-81b27ad72c55), .icon:where(.w-variant-f4c729d6-d3e6-83dd-388b-b0bb55ff19bc) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-73830c06-03a7-94b9-e327-7aabb04e5236) {
  margin: -.225em;
}

.icon:where(.w-variant-73830c06-03a7-94b9-e327-7aabb04e5238) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-73830c06-03a7-94b9-e327-7aabb04e5237) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-73830c06-03a7-94b9-e327-7aabb04e5239) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-df643b43-f3d8-a150-5420-7e5dd6b842dc) {
  margin: -.225em;
}

.icon:where(.w-variant-df643b43-f3d8-a150-5420-7e5dd6b842de) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-df643b43-f3d8-a150-5420-7e5dd6b842dd) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-df643b43-f3d8-a150-5420-7e5dd6b842df) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-d2cc5710-5154-1c99-d141-dcb0ee224d73) {
  margin: -.225em;
}

.icon:where(.w-variant-d2cc5710-5154-1c99-d141-dcb0ee224d74) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-d2cc5710-5154-1c99-d141-dcb0ee224d75) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-d2cc5710-5154-1c99-d141-dcb0ee224d76) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-9ad8cb59-3cd7-e733-b57b-713a6a379fd7) {
  margin: -.225em;
}

.icon:where(.w-variant-9ad8cb59-3cd7-e733-b57b-713a6a379fd8) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-9ad8cb59-3cd7-e733-b57b-713a6a379fd9) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-9ad8cb59-3cd7-e733-b57b-713a6a379fda) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-e0fe2007-953c-1fd7-d3ec-69fb4f29da68) {
  margin: -.225em;
}

.icon:where(.w-variant-e0fe2007-953c-1fd7-d3ec-69fb4f29da69) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-e0fe2007-953c-1fd7-d3ec-69fb4f29da6a) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-e0fe2007-953c-1fd7-d3ec-69fb4f29da6b) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-ff14fb33-f4e6-2850-dd58-ae3d8f26443d) {
  margin: -.225em;
}

.icon:where(.w-variant-ff14fb33-f4e6-2850-dd58-ae3d8f26443f) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-ff14fb33-f4e6-2850-dd58-ae3d8f26443e) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-ff14fb33-f4e6-2850-dd58-ae3d8f264440) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-f6f06815-a259-da8b-7183-0c8a94a189eb) {
  margin: -.225em;
}

.icon:where(.w-variant-f6f06815-a259-da8b-7183-0c8a94a189ed) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-f6f06815-a259-da8b-7183-0c8a94a189ec) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-f6f06815-a259-da8b-7183-0c8a94a189ee) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-90b8ba8b-c899-9a9a-1ac0-7e3f5d8fe456) {
  margin: -.225em;
}

.icon:where(.w-variant-90b8ba8b-c899-9a9a-1ac0-7e3f5d8fe458) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-90b8ba8b-c899-9a9a-1ac0-7e3f5d8fe457) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-90b8ba8b-c899-9a9a-1ac0-7e3f5d8fe459) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-0696661e-fb34-e36a-c8ef-6d6b34378616) {
  margin: -.225em;
}

.icon:where(.w-variant-0696661e-fb34-e36a-c8ef-6d6b34378618) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-0696661e-fb34-e36a-c8ef-6d6b34378617) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-0696661e-fb34-e36a-c8ef-6d6b34378619) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-09969087-d621-eaf0-becb-97b823900755) {
  margin: -.225em;
}

.icon:where(.w-variant-09969087-d621-eaf0-becb-97b823900757) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-09969087-d621-eaf0-becb-97b823900756) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-09969087-d621-eaf0-becb-97b823900758) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-8e71019f-28f8-c261-eadc-eab5478efda0) {
  margin: -.225em;
}

.icon:where(.w-variant-8e71019f-28f8-c261-eadc-eab5478efda2) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-8e71019f-28f8-c261-eadc-eab5478efda1) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-8e71019f-28f8-c261-eadc-eab5478efda3) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-3f3fd24b-a184-3101-27c5-0088016c0fff) {
  margin: -.225em;
}

.icon:where(.w-variant-3f3fd24b-a184-3101-27c5-0088016c1001) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-3f3fd24b-a184-3101-27c5-0088016c1000) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-3f3fd24b-a184-3101-27c5-0088016c1002) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-8d3028c7-74ee-325b-a06e-0a2a4e893a75) {
  margin: -.225em;
}

.icon:where(.w-variant-8d3028c7-74ee-325b-a06e-0a2a4e893a77) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-8d3028c7-74ee-325b-a06e-0a2a4e893a76) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-8d3028c7-74ee-325b-a06e-0a2a4e893a78) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-ce6d9ec3-bd15-88db-d1ad-41fe9b0fc660) {
  margin: -.225em;
}

.icon:where(.w-variant-ce6d9ec3-bd15-88db-d1ad-41fe9b0fc662) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-ce6d9ec3-bd15-88db-d1ad-41fe9b0fc661) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-ce6d9ec3-bd15-88db-d1ad-41fe9b0fc663) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-d9aedfec-d9c0-a3b0-341c-0351d6ba5f18) {
  margin: -.225em;
}

.icon:where(.w-variant-d9aedfec-d9c0-a3b0-341c-0351d6ba5f1a) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-d9aedfec-d9c0-a3b0-341c-0351d6ba5f19) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-d9aedfec-d9c0-a3b0-341c-0351d6ba5f1b) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-20788107-cad4-408a-53c4-cfcb59b0b356) {
  margin: -.225em;
}

.icon:where(.w-variant-20788107-cad4-408a-53c4-cfcb59b0b358) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-20788107-cad4-408a-53c4-cfcb59b0b357) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-20788107-cad4-408a-53c4-cfcb59b0b359) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-bc1c81c6-9165-138b-3430-896679ff1372) {
  margin: -.225em;
}

.icon:where(.w-variant-bc1c81c6-9165-138b-3430-896679ff1374) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-bc1c81c6-9165-138b-3430-896679ff1373) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-bc1c81c6-9165-138b-3430-896679ff1375) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-ccb89545-4f31-7d4a-28aa-9bc3cdb4cee7) {
  margin: -.225em;
}

.icon:where(.w-variant-ccb89545-4f31-7d4a-28aa-9bc3cdb4cee9) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-ccb89545-4f31-7d4a-28aa-9bc3cdb4cee8) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-ccb89545-4f31-7d4a-28aa-9bc3cdb4ceea) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-1f0cec9b-27ea-5902-4c0f-7faebcc16729) {
  margin: -.225em;
}

.icon:where(.w-variant-1f0cec9b-27ea-5902-4c0f-7faebcc1672b) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-1f0cec9b-27ea-5902-4c0f-7faebcc1672a) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-1f0cec9b-27ea-5902-4c0f-7faebcc1672c) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-5036c19c-d0c8-de56-a2dc-9a791fa0363e) {
  margin: -.225em;
}

.icon:where(.w-variant-5036c19c-d0c8-de56-a2dc-9a791fa03640) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-5036c19c-d0c8-de56-a2dc-9a791fa0363f) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-5036c19c-d0c8-de56-a2dc-9a791fa03641) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-96b5b6dd-533e-d096-5da8-df6875049cfd) {
  margin: -.225em;
}

.icon:where(.w-variant-96b5b6dd-533e-d096-5da8-df6875049cff) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-96b5b6dd-533e-d096-5da8-df6875049cfe) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-96b5b6dd-533e-d096-5da8-df6875049d00) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-10c339f9-69ef-ba34-a9f9-98a504b74a2f) {
  margin: -.225em;
}

.icon:where(.w-variant-10c339f9-69ef-ba34-a9f9-98a504b74a31) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-10c339f9-69ef-ba34-a9f9-98a504b74a30) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-10c339f9-69ef-ba34-a9f9-98a504b74a32) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-c505c14f-e2c1-9547-f460-7fb65445d089) {
  margin: -.225em;
}

.icon:where(.w-variant-c505c14f-e2c1-9547-f460-7fb65445d08b) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-c505c14f-e2c1-9547-f460-7fb65445d08a) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-c505c14f-e2c1-9547-f460-7fb65445d08c) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-8404755c-a0de-509e-3baf-a765d01993e9) {
  margin: -.225em;
}

.icon:where(.w-variant-8404755c-a0de-509e-3baf-a765d01993eb) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-8404755c-a0de-509e-3baf-a765d01993ea) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-8404755c-a0de-509e-3baf-a765d01993ec) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-0389e574-e994-87f6-72e7-4372ec292d64) {
  margin: -.225em;
}

.icon:where(.w-variant-0389e574-e994-87f6-72e7-4372ec292d66) {
  margin-top: -.225em;
  margin-bottom: -.225em;
}

.icon:where(.w-variant-0389e574-e994-87f6-72e7-4372ec292d65) {
  margin-left: -.225em;
  margin-right: -.225em;
}

.icon:where(.w-variant-0389e574-e994-87f6-72e7-4372ec292d67) {
  width: auto;
  margin: -.1125em;
}

.icon:where(.w-variant-80261ce7-c471-f1b4-d6bf-a12920e7bbec) {
  margin: -.1125em;
}

.icon:where(.w-variant-4580896f-899c-544f-8914-db32843cd0ca) {
  margin-left: -.1125em;
  margin-right: -.1125em;
}

.icon:where(.w-variant-68c59b83-b87b-3904-6b38-f2dfeb833bb7) {
  margin-top: -.1125em;
  margin-bottom: -.1125em;
}

.icon:where(.w-variant-3ded1753-d7a7-624a-2815-e341cf82c86d), .icon:where(.w-variant-bfb94220-e56c-a9ce-0e23-5ca4680e3b8b), .icon:where(.w-variant-6007ee28-ddaf-8ffd-a1f6-bb58d67ffcd7), .icon:where(.w-variant-41e6bba6-8963-46e2-47a3-e6915840f364), .icon:where(.w-variant-e5a56d14-c7f6-349e-032f-37d9fdfb23c4), .icon:where(.w-variant-d03be9c6-0484-b690-b5f1-d9d0d9577bde) {
  margin: -.1125em;
}

.icon:where(.w-variant-aa432bfe-5bfb-7dfc-8acd-63dd59096307), .icon:where(.w-variant-a2d5c51a-b22a-52ed-96dc-2b67de1be3eb), .icon:where(.w-variant-37a56ebb-47fb-7d6b-96f3-3394a5aae5f6), .icon:where(.w-variant-44d13c59-793f-1b6a-981d-f08510f35646), .icon:where(.w-variant-cac1652f-3d3c-9741-3139-a5549ab727b4) {
  width: 1.35em;
  margin: -.1125em;
}

.icon.is-custom {
  padding: 0;
}

.icon.is-button, .icon.button {
  width: auto;
  margin: -.1125em;
}

.icon.trim, .icon.trim-4 {
  margin: -.225em;
}

.icon_svg {
  font-size: inherit;
  color: inherit;
}

.mobile-nav-footer {
  padding: var(--site--gutter) var(--site--margin) var(--site--margin);
}

.mobile-nav-footer.u-vflex-stretch-center {
  background-color: var(--_theme---background);
}

.mobile-nav-footer.u-vflex-stretch-center:where(.w-variant-abcd44e6-e05d-c80b-efb6-19ca82e7aac7) {
  background-color: var(--swatch--transparent);
}

.panel_level-2 {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translate(100%);
}

.panel_content-l2 {
  pointer-events: auto;
  flex: 1;
}

.u-text-style-xl {
  font-size: var(--_typography---font-size--text-xl);
  line-height: var(--_paragraph-styles---line-height);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-xl);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: pretty;
  display: flow-root;
}

.u-text-style-xl:where(.w-variant-ac6ae19c-9383-1654-c0f4-7419a7a24f26) {
  font-family: var(--_typography---font-family--secondary-family);
}

.menu_item {
  padding: var(--_spacing---padding--xs) var(--site--margin);
  color: var(--_theme---text);
  background-color: #0000;
  width: 100%;
}

.menu-item-text {
  color: var(--_theme---text);
}

.menu-item-text.u-weight-bold {
  flex: none;
}

.menu-item-text.u-text-style-medium.is-all {
  margin-right: .25em;
}

.menu-item-text.u-text-style-main.u-color-faded-50 {
  color: var(--_theme---faded-50);
}

.icon-wrapper {
  color: inherit;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.icon-wrapper.u-color-brand {
  flex: none;
}

.icon-wrapper.u-text-style-xl.is-close {
  color: var(--_theme---text);
  cursor: pointer;
  transition: color .4s cubic-bezier(.77, 0, .175, 1);
}

.icon-wrapper.u-text-style-xl.is-close:hover {
  color: var(--_theme---brand);
}

.icon-wrapper.is-tick, .icon-wrapper.u-color-text.u-text-style-xl.is-close:where(.w-variant-abcd44e6-e05d-c80b-efb6-19ca82e7aac7) {
  display: none;
}

.icon-wrapper.u-color-text.u-text-style-xl.is-close:hover {
  color: var(--_theme---brand);
}

.icon-wrapper.is-button {
  aspect-ratio: 1;
  line-height: var(--_typography---line-height--1);
  vertical-align: middle;
  justify-content: center;
  align-items: stretch;
  height: 1em;
}

.icon-wrapper.is-custom {
  opacity: 0;
  padding: 0;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1);
}

.icon-wrapper.drawer-close {
  color: var(--_theme---text);
  cursor: pointer;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
}

.icon-wrapper.drawer-close:hover, .u-color-brand {
  color: var(--_theme---brand);
}

.u-color-heading {
  color: var(--_theme---heading);
}

.u-color-text {
  color: var(--_theme---text);
}

.menu_panel_header {
  margin-left: var(--size--1-5rem);
  position: absolute;
  inset: auto 0%;
}

.menu_panel_header.u-text-style-tagline {
  color: var(--_theme---faded-50);
}

.menu_panel_header.u-text-style-tagline.u-alignment-center {
  justify-content: center;
  align-items: center;
}

.header_layout {
  position: relative;
}

.panel-header {
  z-index: 2;
  height: var(--site--mobile-nav-header);
  padding: var(--size--3rem) var(--site--margin) var(--size--2rem);
  pointer-events: none;
  position: relative;
}

.hide {
  display: none;
}

.panel_content-l1 {
  height: 100%;
}

.level-2_content {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.menu_preview_layout.u-container.u-grid-autofill {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 25rem), 1fr));
}

.header_button {
  padding-top: var(--size--1rem);
  padding-bottom: var(--size--1rem);
  pointer-events: auto;
  width: calc(100% - var(--size--1-5rem));
  position: relative;
}

.cru-ncf-map-settings {
  display: none;
}

.cru-ncf-dynamic-map {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin: 2rem auto;
}

.cru-ncf-map {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.instructions-delete {
  background-color: #f0f0f0;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 97px auto 4rem;
  padding: 2rem;
  display: flex;
}

.cru-ncf-map-item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cru-ncf-map-items {
  flex: 1;
  display: none;
  overflow: scroll;
}

.ncf-link {
  color: #3330ff;
}

.cru-ncf-map-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical-s);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal-s);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-tiny);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--tiny);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  border: 1px solid #000;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 1.25rem;
  transition: opacity .2s;
}

.cru-ncf-map-list-item:active {
  border-color: var(--_theme---button-secondary--border-hover);
  background-color: var(--_theme---brand);
  color: var(--_theme---brand-text);
}

.cru-ncf-map-list-item.active {
  border-color: var(--_theme---button-primary--border);
}

.ncf-map-loading-state {
  color: #777;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ncf-map-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 75vh;
  margin-bottom: 2rem;
  display: grid;
  overflow: hidden;
}

.ncf-map-wrapper.u-position-absolute {
  padding-right: var(--size--0rem);
  padding-left: var(--size--0rem);
  height: 100%;
  inset: 0%;
}

.ncf-map-wrapper.u-min-height-screen {
  grid-template-columns: 1fr;
}

.spinner-illustration {
  color: #d3d3d3;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.ncf-map-inner-wrapper {
  z-index: 1;
  flex: 3 1px;
  width: 100%;
  height: 100%;
  position: relative;
}

.ncf-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.ncf-form.hide {
  display: none;
}

.cru-ncf-map-filter {
  z-index: 11;
  background-color: var(--swatch--white);
  width: 25%;
  position: absolute;
}

.cru-ncf-map-filter.u-position-absolute {
  z-index: 11;
  inset: auto;
}

.ncf-filter-reset {
  color: #111;
  cursor: pointer;
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical-s);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal-s);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-tiny);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--tiny);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  border: 1px solid #000;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem .75rem;
  display: flex;
}

.ncf-label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ncf-zoomin-button {
  z-index: 401;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.7897%202.5C10.1061%202.5%2010.3677%202.73501%2010.4091%203.04007L10.4148%203.12487L10.4158%209.16667H16.4601C16.8053%209.16667%2017.0851%209.44649%2017.0851%209.79167C17.0851%2010.1081%2016.8499%2010.3696%2016.5449%2010.411L16.4601%2010.4167H10.4158L10.4175%2016.4576C10.4176%2016.8028%2010.1378%2017.0827%209.79266%2017.0827C9.47625%2017.0827%209.21471%2016.8477%209.17326%2016.5427L9.16754%2016.4578L9.16583%2010.4167H3.125C2.77982%2010.4167%202.5%2010.1368%202.5%209.79167C2.5%209.47525%202.73513%209.21376%203.04019%209.17237L3.125%209.16667H9.16583L9.16483%203.12513C9.16476%202.77995%209.44452%202.5%209.7897%202.5Z'%20fill='%23111111'/%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #57595e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  right: 0;
}

.ncf-zoomout-button {
  z-index: 401;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.12891%2010.418H16.8722C17.2173%2010.418%2017.4972%2010.1381%2017.4972%209.79297C17.4972%209.44779%2017.2173%209.16797%2016.8722%209.16797H3.12891C2.78373%209.16797%202.50391%209.44779%202.50391%209.79297C2.50391%2010.1381%202.78373%2010.418%203.12891%2010.418Z'%20fill='%23111111'/%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #57595e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  right: 0;
}

.cru-ncf-zoom-controls-wrapper {
  z-index: 11;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.ncf-list-item-style-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ncf-guide-main-headline {
  font-size: 32px;
}

.ncf-guide-headline {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 125%;
}

.ncf-style-heading-wrapper {
  margin-bottom: 1rem;
}

.ncf-filter-chip {
  margin-bottom: var(--_spacing---padding--xxs);
  cursor: pointer;
  border: 1px solid #57595e;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  transition: all .2s;
  display: flex;
}

.ncf-filter-chip.all-hide {
  display: none;
}

.cru-ncf-map-styleguide {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f0f0f0;
  border-radius: 16px;
  flex-flow: column;
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
}

.ncf-address-search-bar {
  cursor: auto;
  border: 1px solid #000;
  border-left-color: #57595e;
  border-radius: 12px 0 0 12px;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
}

.cru-ncf-empty-state {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.ncf-tooltip-popup-wrapper {
  width: 100%;
}

.ncf-tooltip-pop-up-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cru-ncf-pin-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cru-ncf-pin {
  width: 1.25rem;
  height: 1.25rem;
  transition: all .2s;
  position: relative;
}

.cru-ncf-pin.active, .cru-ncf-pin.hover {
  color: var(--_theme---brand);
}

.ncf-tooltip-popup-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ncf-seperator {
  opacity: 0;
  width: 0;
  max-width: 0;
  height: 0;
  max-height: 0;
}

.cru-ncf-pop-up {
  margin-top: var(--_spacing---space--4);
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 24px 1px #0000001a;
}

.ncf-pop-up-close {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.66551%203.79613L3.72603%203.72603C3.94792%203.50414%204.29514%203.48397%204.53981%203.66551L4.60991%203.72603L10.0013%209.11714L15.3927%203.72603C15.6368%203.48195%2016.0325%203.48195%2016.2766%203.72603C16.5207%203.9701%2016.5207%204.36583%2016.2766%204.60991L10.8855%2010.0013L16.2766%2015.3927C16.4985%2015.6146%2016.5186%2015.9618%2016.3371%2016.2065L16.2766%2016.2766C16.0547%2016.4985%2015.7075%2016.5186%2015.4628%2016.3371L15.3927%2016.2766L10.0013%2010.8855L4.60991%2016.2766C4.36583%2016.5207%203.9701%2016.5207%203.72603%2016.2766C3.48195%2016.0325%203.48195%2015.6368%203.72603%2015.3927L9.11714%2010.0013L3.72603%204.60991C3.50414%204.38802%203.48397%204.0408%203.66551%203.79613L3.72603%203.72603L3.66551%203.79613Z'%20fill='%23111111'/%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.ncf-title {
  font-size: 1.25rem;
  line-height: 125%;
}

.cru-ncf-tooltip {
  background-color: #fff;
  border-radius: .5rem;
  padding: .25rem .5rem;
  box-shadow: 1px 1px 10px 2px #0000001a;
}

.item-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.cru-ncf-list-item-embed {
  background-color: #ff6c6c;
  border-radius: 4px;
  margin-bottom: .5rem;
}

.ncf-filter-options-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.regions_dropdown.u-radius-small {
  border: 1px solid var(--swatch--900-faded-50);
}

.dropdown-list, .dropdown-list.w--open {
  background-color: var(--_theme---background);
}

.location-panel-l1 {
  padding-right: var(--_spacing---card-padding--main);
  padding-left: var(--_spacing---card-padding--main);
  flex: none;
}

.location-list {
  border-top: var(--border-width--main) solid var(--_theme---faded-10);
  border-bottom: var(--border-width--main) solid var(--_theme---faded-10);
}

.location-list.u-list-reset {
  padding-bottom: var(--border-width--main);
}

.drilldown-button {
  min-height: var(--size--3rem);
  color: var(--_theme---text);
  width: 100%;
  padding-top: .645em;
  padding-bottom: .645em;
}

.location-item-layout.u-hflex-between-center {
  grid-column: 3 / span 8;
}

.location-item-layout.u-hflex-between-center.is-next {
  padding-right: var(--size--0-25rem);
}

.location-panel-l2, .location-panel-l3 {
  padding-right: var(--_spacing---card-padding--main);
  padding-left: var(--_spacing---card-padding--main);
  flex: none;
}

.mobile-nav-preview-wrap {
  width: 30rem;
  height: 52rem;
}

.dropdown-location-wrap {
  z-index: 10;
  width: var(--column-width--3);
  pointer-events: auto;
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  min-width: min(100vw, 28rem);
  max-width: 100vw;
  height: 800px;
  max-height: 100svh;
  position: relative;
}

.u-color-faded-25 {
  color: var(--_theme---faded-25);
}

.u-radius-regular {
  border-radius: var(--radius--regular);
}

.styleguide_background {
  background-color: var(--_theme---background);
  pointer-events: none;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
}

.styleguide_background.is-transparent {
  background-color: var(--_theme---button-secondary--background);
}

.styleguide_background.u-grid-autofill {
  pointer-events: auto;
  background-color: #0000;
}

.styleguide_background.u-grid-autofill.u-radius-regular {
  overflow: hidden;
}

.u-shadow-small {
  filter: drop-shadow(0 2px 3px #0f2e1f1a) drop-shadow(0 2px 2px #0f2e1f0f);
}

.u-shadow-medium {
  filter: drop-shadow(0 6px 8px #0f2e1f1a) drop-shadow(0 2px 2px #0f2e1f0f);
}

.u-blur {
  background-color: var(--_theme---opaque-background);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.u-blur.u-cover-absolute {
  z-index: 100;
  height: auto;
  top: 25%;
}

.u-background-10 {
  background-color: var(--_theme---faded-10);
}

.u-background-25 {
  background-color: var(--_theme---faded-25);
}

.u-background-50 {
  background-color: var(--_theme---faded-50);
}

.u-background-80 {
  background-color: var(--_theme---faded-75);
}

.u-card-xs {
  padding: var(--_spacing---card-padding--xs);
}

.u-border {
  border: var(--border-width--main) solid var(--_theme---faded-10);
}

.u-border.u-radius-regular.styleguide_background.is-transparent.u-vflex-center-center {
  pointer-events: auto;
}

.u-mouse-events-none {
  pointer-events: none;
}

.u-card-s {
  padding: var(--_spacing---card-padding--small);
}

.u-card-regular {
  padding: var(--_spacing---card-padding--main);
}

.u-card-large {
  padding: var(--_spacing---card-padding--large);
}

.location-frame {
  height: 100%;
  min-height: 0;
  position: relative;
}

.location-header {
  padding-bottom: var(--_spacing---padding--large);
  flex-flow: row-reverse;
  flex: none;
  width: 100%;
}

.location-footer {
  flex: none;
  width: 100%;
  position: relative;
}

.location-footer.u-card-regular.u-hflex-between-center {
  flex-flow: row-reverse;
}

.location-back {
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.location-back:hover {
  color: var(--_theme---brand);
}

.location-back.u-hflex-left-center {
  grid-column-gap: var(--size--0-375rem);
  grid-row-gap: var(--size--0-375rem);
}

.location-title-wrapper {
  padding-bottom: calc(var(--_spacing---padding--large)  - var(--_spacing---card-padding--main));
}

.location-title-stack {
  height: 100%;
}

.location-title-panel-l1, .location-title-panel-l2, .location-title-panel-l3 {
  padding-right: var(--_spacing---card-padding--main);
  padding-left: var(--_spacing---card-padding--main);
  flex: none;
  width: 100%;
}

.location-title {
  margin-right: var(--_spacing---padding--xxl);
  margin-left: var(--_spacing---padding--xxl);
  color: var(--_theme---text);
  text-align: center;
}

.location-list-item-wrapper {
  border-top: var(--border-width--main) solid var(--_theme---faded-10);
}

.u-button-trim-pad {
  padding-top: var(--_spacing---padding--tiny);
  padding-right: var(--_spacing---padding--tiny);
  padding-bottom: var(--_spacing---padding--tiny);
  padding-left: var(--_spacing---padding--tiny);
  margin-top: calc(-1 * var(--_spacing---padding--tiny));
  margin-left: calc(-1 * var(--_spacing---padding--tiny));
  margin-right: calc(-1 * var(--_spacing---padding--tiny));
  margin-bottom: calc(-1 * var(--_spacing---padding--tiny));
}

.button_wrap {
  font-size: var(--_paragraph-styles---font-size);
  line-height: var(--_paragraph-styles---line-height);
  font-weight: var(--_button-size---regular--btn-font-weight);
  cursor: pointer;
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical-s);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal-s);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-tiny);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--tiny);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-3);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-tiny);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--1);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  flex: none;
  display: inline-block;
  position: relative;
}

.button_wrap:where(.w-variant-26f4edb2-c4e3-f89c-dc58-47c20524bdf7) {
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-25);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-small);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0-5);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: var(--type-specific--1rem);
  --_paragraph-styles---text-transform: var(--_spacing---section-space--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
}

.button_wrap:where(.w-variant-d9378b38-b1db-62c6-3b5d-54a20d1ac326) {
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-large);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-large);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
}

.button_wrap:where(.w-variant-14e21c59-6f9f-5e15-5123-7c5083a782c4), .button_wrap.medium {
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-regular);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-regular);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
}

.button_wrap.regular {
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-25);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-small);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0-5);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: var(--type-specific--1rem);
  --_paragraph-styles---text-transform: var(--_spacing---section-space--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
}

.button_wrap.medium-2 {
  ---mode--collection-dd229d56-6cb3-801e-0d4b-79d5116d2226: mode-d3d29d0f-9c3a-c8a2-651d-572b2e1b2594;
  ---mode--collection-a11f00fa-daaf-1b7d-d884-e3d330f90aa4: mode-22241ac7-400b-5fcc-01b9-ae08fb62fc0a;
}

.button_wrap.regular-4 {
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-25);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-small);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0-5);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: var(--type-specific--1rem);
  --_paragraph-styles---text-transform: var(--_spacing---section-space--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
}

.button_wrap.regular-3, .button_wrap.regular-7, .button_wrap.regular-9, .button_wrap.regular-3, .button_wrap.regular-3, .button_wrap.regular-3, .button_wrap.regular-3 {
  ---mode--collection-a11f00fa-daaf-1b7d-d884-e3d330f90aa4: mode-8ee4f0c5-e140-74a0-c66d-931c44352d58;
  ---mode--collection-dd229d56-6cb3-801e-0d4b-79d5116d2226: mode-48c63497-64ff-ce77-9406-2c9076527c83;
}

.button_content {
  padding: var(--_button-size---regular--vertical-pad) var(--_button-size---regular--horizontal-pad);
  border: var(--_button-size---regular--btn-border) solid var(--_theme---button-primary--border);
  border-radius: var(--_button-size---regular--btn-radius);
  background-color: var(--_theme---button-primary--background);
  color: var(--_theme---button-primary--text);
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.button_content:where(.w-variant-6f27be8e-e231-0096-7fbe-ab70f1283c01) {
  border-color: var(--_theme---button-secondary--border);
  background-color: var(--_theme---button-secondary--background);
  color: var(--_theme---button-secondary--text);
}

.button_content:where(.w-variant-900e68d3-1e4c-fe76-0ee9-3fe4acc77c14) {
  padding-top: var(--_spacing---padding--tiny);
  padding-right: var(--_spacing---padding--tiny);
  padding-bottom: var(--_spacing---padding--tiny);
  padding-left: var(--_spacing---padding--tiny);
  border-top-style: none;
  border-top-width: 0;
  border-top-color: var(--_theme---button-tertiary--background);
  border-right-style: none;
  border-right-width: 0;
  border-right-color: var(--_theme---button-tertiary--background);
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom-color: var(--_theme---button-tertiary--background);
  border-left-style: none;
  border-left-width: 0;
  border-left-color: var(--_theme---button-tertiary--background);
  background-color: var(--_theme---button-tertiary--background);
  color: var(--_theme---button-tertiary--text);
  margin-top: calc(-1 * var(--_spacing---padding--tiny));
  margin-right: calc(-1 * var(--_spacing---padding--tiny));
  margin-left: calc(-1 * var(--_spacing---padding--tiny));
  margin-bottom: calc(-1 * var(--_spacing---padding--tiny));
  border-radius: 0;
}

.button_content:where(.w-variant-e4d340f8-7c94-86c0-3d31-5d29850277fa) {
  padding-top: var(--_spacing---padding--tiny);
  padding-right: var(--_spacing---padding--tiny);
  padding-bottom: var(--_spacing---padding--tiny);
  padding-left: var(--_spacing---padding--tiny);
  border-top-style: none;
  border-top-width: 0;
  border-top-color: var(--_theme---button-tertiary--background);
  border-right-style: none;
  border-right-width: 0;
  border-right-color: var(--_theme---button-tertiary--background);
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom-color: var(--_theme---button-tertiary--background);
  border-left-style: none;
  border-left-width: 0;
  border-left-color: var(--_theme---button-tertiary--background);
  background-color: var(--_theme---button-tertiary--background);
  color: var(--_theme---button-tertiary_grey--text);
  margin-top: calc(-1 * var(--_spacing---padding--tiny));
  margin-right: calc(-1 * var(--_spacing---padding--tiny));
  margin-left: calc(-1 * var(--_spacing---padding--tiny));
  margin-bottom: calc(-1 * var(--_spacing---padding--tiny));
  border-radius: 0;
}

.button_content:hover {
  border-color: var(--_theme---button-primary--border-hover);
  background-color: var(--_theme---button-primary--background-hover);
  color: var(--_theme---button-primary--text-hover);
}

.button_content:hover:where(.w-variant-6f27be8e-e231-0096-7fbe-ab70f1283c01) {
  border-color: var(--_theme---button-secondary--border-hover);
  background-color: var(--_theme---button-secondary--background-hover);
  color: var(--_theme---button-secondary--text-hover);
}

.button_content:hover:where(.w-variant-900e68d3-1e4c-fe76-0ee9-3fe4acc77c14) {
  background-color: var(--_theme---button-tertiary--background-hover);
  color: var(--_theme---button-tertiary--text-hover);
}

.button_content:hover:where(.w-variant-e4d340f8-7c94-86c0-3d31-5d29850277fa) {
  background-color: var(--_theme---button-tertiary--background-hover);
  color: var(--_theme---button-tertiary_grey--text-hover);
}

.button_content.tertirary-grey {
  padding-top: var(--_spacing---padding--tiny);
  padding-right: var(--_spacing---padding--tiny);
  padding-bottom: var(--_spacing---padding--tiny);
  padding-left: var(--_spacing---padding--tiny);
  border-top-style: none;
  border-top-width: 0;
  border-top-color: var(--_theme---button-tertiary--background);
  border-right-style: none;
  border-right-width: 0;
  border-right-color: var(--_theme---button-tertiary--background);
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom-color: var(--_theme---button-tertiary--background);
  border-left-style: none;
  border-left-width: 0;
  border-left-color: var(--_theme---button-tertiary--background);
  background-color: var(--_theme---button-tertiary--background);
  color: var(--_theme---button-tertiary_grey--text);
  margin-top: calc(-1 * var(--_spacing---padding--tiny));
  margin-right: calc(-1 * var(--_spacing---padding--tiny));
  margin-left: calc(-1 * var(--_spacing---padding--tiny));
  margin-bottom: calc(-1 * var(--_spacing---padding--tiny));
  border-radius: 0;
}

.button_content.tertirary-grey:hover {
  background-color: var(--_theme---button-tertiary--background-hover);
  color: var(--_theme---button-tertiary_grey--text-hover);
}

.button_content.secondary {
  color: #0f2e1f;
  background-color: #0000;
  border-color: #00ab4e;
}

.button_content.secondary:hover {
  color: #fff;
  background-color: #00ab4e;
  border-color: #00ab4e;
}

.button_content.tertirary {
  color: #0f2e1f;
  margin-top: calc(-1 * var(--_spacing---padding--tiny));
  margin-right: calc(-1 * var(--_spacing---padding--tiny));
  margin-left: calc(-1 * var(--_spacing---padding--tiny));
  margin-bottom: calc(-1 * var(--_spacing---padding--tiny));
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  padding: .5rem;
}

.button_content.tertirary:hover {
  color: #00ab4e;
  background-color: #0000;
}

.button_content.no-hover {
  cursor: default;
}

.button_content.no-hover:hover {
  border-color: var(--_theme---button-primary--border);
  background-color: var(--_theme---button-primary--background);
  color: var(--_theme---button-primary--text);
}

.button_layout {
  grid-column-gap: var(--_button-size---regular--btn-gap);
  grid-row-gap: var(--_button-size---regular--btn-gap);
  justify-content: center;
  align-items: center;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.button_layout:where(.w-variant-2acac081-bed9-6d03-99fb-b8b9d38da249), .button_layout:where(.w-variant-598b4e5b-7151-3323-f673-c222bd7f7bb7) {
  flex-flow: row-reverse;
}

.button_layout:where(.w-variant-0101733d-ebab-6143-fdc9-a7344ffad062) {
  grid-column-gap: var(--_button-size---regular--btn-gap-large);
  grid-row-gap: var(--_button-size---regular--btn-gap-large);
}

.button_layout:where(.w-variant-a7202a22-aeef-1a02-f50c-fe43c6790c18) {
  grid-column-gap: var(--_button-size---regular--btn-gap-large);
  grid-row-gap: var(--_button-size---regular--btn-gap-large);
  flex-flow: row-reverse;
}

.button_layout.icon-right---large-gap-6 {
  grid-column-gap: var(--_button-size---regular--btn-gap-large);
  grid-row-gap: var(--_button-size---regular--btn-gap-large);
}

.button_layout.icon-left---large-gap {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: row-reverse;
}

.button_layout.icon-right---large-gap {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
}

.u-text-style-button {
  font-weight: var(--_button-size---regular--btn-font-weight);
  flex: none;
}

.button_icon {
  aspect-ratio: 1;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: .65em;
  height: .65em;
  display: flex;
}

.button_icon.u-hide-if-empty:where(.w-variant-eede2a94-bd39-5325-5419-23413ae8543d), .button_icon.u-hide-if-empty:where(.w-variant-598b4e5b-7151-3323-f673-c222bd7f7bb7) {
  color: var(--_theme---button-tertiary--icon);
}

.button_icon.u-hide-if-empty.icon-right---brand-5 {
  color: #00ab4e;
}

.button_slot {
  width: 100%;
  height: 100%;
  padding: 0;
}

.button_slot.regular-4 {
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-25);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-small);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0-5);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: var(--type-specific--1rem);
  --_paragraph-styles---text-transform: var(--_spacing---section-space--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
}

.panel-animation {
  transform: translateX(calc(-100% * var(--level)));
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.nav-pad {
  height: var(--site--top-nav);
}

.u-theme-white {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--white);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--50);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--white-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.designs_filters {
  padding-bottom: var(--_spacing---padding--xs);
  border-bottom: var(--border-width--main) solid var(--_theme---faded-10);
}

.designs_filters_form-block {
  margin-bottom: 0;
}

.filters_top_group.u-hflex-between-stretch.u-gap-gutter {
  flex-flow: wrap;
}

.cta-cards_wrapper.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 30rem), 1fr));
}

.cta_card_wrapper {
  padding: var(--_spacing---padding--medium);
  border-radius: var(--radius--medium);
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  width: 100%;
}

.cta_card_wrapper.u-vflex-left-between.u-gap-5.u-theme-dark {
  position: relative;
  overflow: hidden;
}

.cta_card_text_wrap {
  flex-flow: column;
  position: relative;
}

.g_background_pattern {
  background-image: linear-gradient(to bottom, var(--_theme---pattern-overlay), var(--_theme---pattern-overlay)), url('/assets/Pattern-1.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.g_background_pattern:where(.w-variant-bfa19778-f09f-fa51-f37d-74bc55513615) {
  background-image: linear-gradient(to bottom, var(--_theme---pattern-overlay), var(--_theme---pattern-overlay)), url('/assets/Pattern-2.svg');
}

.designs_list.u-grid-autofill {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 26rem), 1fr));
}

.designs_filters_wrapper {
  z-index: 100;
  background-color: var(--_theme---background);
  position: sticky;
  top: 0;
}

.slide-nav-3 {
  font-size: 8px;
}

.house_size_wrap, .section_size_wrap {
  grid-column-gap: var(--_spacing---padding--xxs);
  grid-row-gap: var(--_spacing---padding--xxs);
  flex-flow: wrap;
  align-items: baseline;
  display: inline-flex;
}

.section_size_wrap.hide {
  display: none;
}

.u_padding_card_main {
  padding: var(--_spacing---card-padding--main);
}

.card_footer_wrap {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.card_price_wrap {
  align-items: baseline;
  display: inline-flex;
}

.radio-input {
  z-index: 2;
  background-color: var(--swatch--transparent);
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.radio-label {
  z-index: 0;
  min-height: var(--size--3rem);
  color: var(--_theme---text);
  padding-top: .645em;
  padding-bottom: .645em;
  position: relative;
}

.hero-img {
  z-index: 1;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.floorplan-img {
  z-index: 2;
  aspect-ratio: 3 / 2;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1);
  display: none;
  position: absolute;
  inset: 0%;
}

.g-label {
  z-index: 0;
  position: relative;
}

.g-label.toggle_radio_label {
  padding: var(--_button-size---regular--vertical-pad) var(--_button-size---regular--horizontal-pad);
  border: var(--_button-size---regular--btn-border) solid var(--_theme---faded-25);
  border-radius: var(--_button-size---regular--btn-radius);
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  overflow: hidden;
}

.g-label.toggle_radio_label:hover {
  border-color: var(--_theme---button-secondary--border-hover);
  background-color: var(--_theme---button-secondary--background-hover);
  color: var(--_theme---button-secondary--text-hover);
}

.g-label.filter_checkbox_label {
  padding: var(--_button-size---regular--vertical-pad) var(--_button-size---regular--horizontal-pad);
  border: var(--_button-size---regular--btn-border) solid var(--_button-style---regular--border);
  border-radius: var(--_button-size---regular--btn-radius);
  background-color: var(--_button-style---regular--background);
  color: var(--_button-style---regular--text);
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  --_button-style---regular--text: var(--_theme---button-secondary--text);
  --_button-style---regular--text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---regular--icon: var(--_theme---button-secondary--text);
  --_button-style---regular--border: var(--_theme---button-secondary--border);
  --_button-style---regular--background: var(--_theme---button-secondary--background);
  --_button-style---regular--border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---regular--background-hover: var(--_theme---button-secondary--background-hover);
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.g-label.filter_checkbox_label:hover {
  border-color: var(--_theme---button-secondary--border-hover);
  background-color: var(--_theme---button-secondary--background-hover);
  color: var(--_theme---button-secondary--text-hover);
}

.g-label.filter_checkbox_label.is-type {
  flex: none;
}

.g-label.filter_checkbox_label.is-small {
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical-s);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal-s);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-tiny);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--tiny);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
}

.g-label.filter_checkbox_label.is-small.is-secondary.u-hflex-between-center.u-gap-2.is-type {
  border-color: #0f241640;
  flex: none;
}

.g-label.filter_checkbox_label.is-small.is-secondary.u-hflex-between-center.u-gap-2.fs-cmsfilter_active {
  border-color: #00ab4e;
}

.g-input {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.g-input.border-offset {
  width: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  height: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  left: calc(var(--_button-size---regular--btn-border) * -1);
  top: calc(var(--_button-size---regular--btn-border) * -1);
  bottom: calc(var(--_button-size---regular--btn-border) * -1);
  right: calc(var(--_button-size---regular--btn-border) * -1);
}

.g-input.border-offset.filter_checkbox_input {
  border-radius: var(--_button-size---regular--btn-radius);
}

.filter_button_wrapper.u-hflex-left-center {
  flex-flow: wrap;
}

.filter_button_wrapper.u-hflex-left-stretch {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.filter_button_wrapper.u-hflex-left-stretch.u-gap-2.u-mb-5, .filter_button_wrapper.u-hflex-left-stretch.u-gap-2.u-mb-4 {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
}

.filter_checkbox_text.u-text-style-small.u-weight-semibold.is-all {
  justify-content: flex-start;
  align-items: center;
  min-height: .875rem;
}

.filter_button_icon.icon-wrapper {
  justify-content: center;
  align-items: center;
}

.icon-rotate {
  transition: transform .2s cubic-bezier(.77, 0, .175, 1);
  transform: rotate(-45deg);
}

.filters_search_field {
  width: var(--column-width--4);
  padding-left: var(--_button-size---regular--horizontal-pad);
  border-top-style: solid;
  border-top-width: var(--_button-size---regular--btn-border);
  border-top-color: var(--_button-style---regular--border);
  border-right-style: solid;
  border-right-width: var(--_button-size---regular--btn-border);
  border-right-color: var(--_button-style---regular--border);
  border-bottom-style: solid;
  border-bottom-width: var(--_button-size---regular--btn-border);
  border-bottom-color: var(--_button-style---regular--border);
  border-left-style: solid;
  border-left-width: var(--_button-size---regular--btn-border);
  border-left-color: var(--_button-style---regular--border);
  border-top-left-radius: var(--_button-size---regular--btn-radius);
  border-top-right-radius: var(--_button-size---regular--btn-radius);
  border-bottom-left-radius: var(--_button-size---regular--btn-radius);
  border-bottom-right-radius: var(--_button-size---regular--btn-radius);
  background-color: var(--swatch--white);
  color: var(--_theme---text);
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-25);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-small);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0-5);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: var(--type-specific--1rem);
  --_paragraph-styles---text-transform: var(--_spacing---section-space--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  padding-top: calc(var(--_button-size---regular--vertical-pad)  + (-.5lh + var(--_typography---font-family--trim-top)));
  padding-bottom: calc(var(--_button-size---regular--vertical-pad)  + (-.5lh + var(--_typography---font-family--trim-bottom)));
  padding-right: calc(var(--misc-size-specific--button-horizontal)  + var(--_typography---font-size--text-large));
  min-width: min(100%, var(--column-width--4));
  flex-flow: row;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

.filters_search_field:focus {
  border-width: var(--_button-size---regular--btn-border);
  border-color: var(--_button-style---regular--border);
}

.filters_search_field::placeholder {
  color: var(--_theme---faded-50);
}

.custom-input_wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.custom-input_icon {
  top: 50%;
  right: var(--size--0-75rem);
  pointer-events: none;
  position: absolute;
  transform: translate(0, -50%);
}

.filters_bottom_group.u-hflex-between-stretch.u-gap-gutter {
  flex-flow: wrap;
}

.filter_dropdown_trigger {
  cursor: pointer;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
}

.filter_dropdown_trigger:hover {
  color: var(--_theme---brand);
}

.custom_button {
  padding: var(--_button-size---regular--vertical-pad) var(--_button-size---regular--horizontal-pad);
  grid-column-gap: var(--_button-size---regular--btn-gap);
  grid-row-gap: var(--_button-size---regular--btn-gap);
  border-width: var(--_button-size---regular--btn-border);
  border-color: var(--_button-style---regular--border);
  border-radius: var(--_button-size---regular--btn-radius);
  background-color: var(--_button-style---regular--background);
  color: var(--_button-style---regular--text);
  font-size: var(--_button-size---regular--btn-text);
  line-height: var(--_button-size---regular--btn-line-height);
  font-weight: var(--_button-size---regular--btn-font-weight);
  --_button-style---regular--text: var(--_theme---button-secondary--text);
  --_button-style---regular--text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---regular--icon: var(--_theme---button-secondary--text);
  --_button-style---regular--border: var(--_theme---button-secondary--border);
  --_button-style---regular--background: var(--_theme---button-secondary--background);
  --_button-style---regular--border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---regular--background-hover: var(--_theme---button-secondary--background-hover);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.custom_button:hover {
  border-color: var(--_button-style---regular--border-hover);
  background-color: var(--_button-style---regular--background-hover);
  color: var(--_button-style---regular--text-hover);
}

.filter_dropdown_content {
  z-index: 10;
  top: calc(var(--_typography---font-size--text-small)  + var(--_spacing---padding--xtiny));
  left: calc(-1 * var(--_spacing---padding--xxs));
  height: auto;
  position: absolute;
  overflow: hidden;
}

.filter_dropdown_content.u-radius-regular {
  pointer-events: none;
}

.filter_dropdown_wrapper {
  position: relative;
}

.filter_drawer_trigger {
  cursor: pointer;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
}

.filter_drawer_trigger:hover {
  color: var(--_theme---brand);
}

.filter_drawer {
  z-index: 1000;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.filter_drawer_overlay {
  pointer-events: auto;
  cursor: pointer;
}

.filter_drawer_overlay.g_visual_overlay {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.filter_clear-all {
  cursor: pointer;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
}

.filter_clear-all:hover {
  color: var(--_theme---brand);
}

.filter_clear-all.u-hflex-left-center.u-gap-1.u-button-trim-pad.u-color-faded-50:hover {
  color: var(--_theme---text);
}

.map-view_link {
  cursor: pointer;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
}

.map-view_link:hover {
  color: var(--_theme---brand);
}

.filter_drawer_content {
  z-index: 1;
  background-color: var(--_theme---opaque-background);
  pointer-events: auto;
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  width: 37.6rem;
  max-width: 100%;
  height: 100vh;
  position: relative;
}

.filter_dropdown_menu-wrap {
  transform: translate(0, -101%);
}

.filter_dropdown_menu-wrap.show {
  transform: translate(0);
}

.dropdown-filter-wrap {
  z-index: 10;
  pointer-events: auto;
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  min-width: min(100vw, 24rem);
  max-width: 100vw;
  max-height: 100svh;
  position: relative;
}

.filter_footer {
  flex: none;
  width: 100%;
  position: relative;
}

.filter_footer.u-hflex-between-center {
  flex-flow: row-reverse;
}

.rangeslider_wrapper {
  margin-top: var(--_spacing---space--8);
  margin-bottom: var(--_spacing---space--6);
}

.rangeslider_wrapper.is-price {
  margin-top: var(--_spacing---space--6);
}

.rangeslider_wrapper.is-drawer {
  margin-top: var(--size--1-5rem);
  margin-bottom: var(--size--0-375rem);
}

.rangeslider_wrapper.is-drawer.is-price {
  margin-top: var(--size--0rem);
}

.rangeslider_track {
  height: var(--size--0-25rem);
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  background-color: var(--_theme---faded-25);
  width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rangeslider_fill {
  background-color: var(--_theme---brand);
  width: 20%;
  height: 100%;
  position: absolute;
}

.rangeslider_handle {
  z-index: 1;
  width: var(--size--1rem);
  height: var(--size--1rem);
  border-radius: var(--radius--round);
  background-color: var(--_theme---text);
  cursor: grab;
  position: absolute;
}

.rangeslider_input {
  padding: var(--_button-size---regular--vertical-pad) var(--_button-size---regular--horizontal-pad);
  border: var(--border-width--button-border) solid var(--_theme---faded-25);
  border-radius: var(--_button-size---regular--btn-radius);
  background-color: #0000;
  margin-bottom: 0;
  display: none;
}

.rangeslider_display-value {
  text-align: center;
  cursor: auto;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -200%);
}

.rangeslider_display-value.u-text-style-main.u-color-faded-50 {
  transform: translate(-50%, -200%);
}

.rangeslider_display-value.is-price {
  position: static;
  top: auto;
  left: auto;
}

.rangeslider_display-value.is-price.u-text-style-main.u-color-faded-50 {
  transform: none;
}

.contact_form_block {
  margin-bottom: 0;
}

.g-form-label {
  padding: 0;
}

.g-form-input {
  padding-right: var(--_spacing---padding--xs);
  padding-left: var(--_spacing---padding--xs);
  border-top-style: solid;
  border-top-width: var(--_button-size---regular--btn-border);
  border-top-color: var(--_theme---faded-25);
  border-right-style: solid;
  border-right-width: var(--_button-size---regular--btn-border);
  border-right-color: var(--_theme---faded-25);
  border-bottom-style: solid;
  border-bottom-width: var(--_button-size---regular--btn-border);
  border-bottom-color: var(--_theme---faded-25);
  border-left-style: solid;
  border-left-width: var(--_button-size---regular--btn-border);
  border-left-color: var(--_theme---faded-25);
  border-top-left-radius: var(--_button-size---regular--btn-radius);
  border-top-right-radius: var(--_button-size---regular--btn-radius);
  border-bottom-left-radius: var(--_button-size---regular--btn-radius);
  border-bottom-right-radius: var(--_button-size---regular--btn-radius);
  background-color: var(--swatch--white);
  color: var(--_theme---text);
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  padding-top: calc(var(--_button-size---regular--vertical-pad)  + (-.5lh + var(--_typography---font-family--trim-top)));
  padding-bottom: calc(var(--_button-size---regular--vertical-pad)  + (-.5lh + var(--_typography---font-family--trim-bottom)));
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  margin-bottom: 0;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.g-form-input:hover {
  border-color: var(--_theme---faded-50);
}

.g-form-input:active, .g-form-input:focus, .g-form-input:focus-visible, .g-form-input[data-wf-focus-visible] {
  border-color: var(--_theme---brand);
}

.g-form-input::placeholder {
  color: var(--_theme---faded-25);
}

.contact_form_input {
  max-width: 100%;
}

.contact_form_input.g-form-input.u-text-style-small.u-weight-medium.is-select-placeholder {
  color: var(--_theme---faded-25);
}

.contact_form_input.g-form-input.is-select {
  cursor: pointer;
  padding-right: calc(var(--_spacing---padding--xs)  + var(--_typography---font-size--text-large));
}

.g-form-item-wrapper {
  grid-column-gap: var(--_spacing---padding--tiny);
  grid-row-gap: var(--_spacing---padding--tiny);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.g-form-item-wrapper.is-group {
  flex: 1;
  width: auto;
  min-width: min(100%, 16rem);
}

.g-form-item-wrapper.is-group.hide {
  display: none;
}

.g-form-item-wrapper.is-location {
  opacity: 0;
  height: 0;
  transition: opacity .4s cubic-bezier(.77, 0, .175, 1), height .4s cubic-bezier(.77, 0, .175, 1);
  overflow: hidden;
}

.g-form-item-wrapper.is-hide {
  display: none;
}

.g-form-group {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---padding--small);
  flex-flow: wrap;
  flex: 1;
  width: 100%;
  display: flex;
}

.g-form-group.is-radio-group {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  flex-flow: wrap;
  align-items: center;
}

.g-form-block {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.contact_form_label.g-form-label.u-text-style-tiny.u-weight-medium {
  font-weight: var(--_typography---font-weight--primary-medium);
}

.g-select-option {
  color: var(--_theme---text);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.g-select-option.is-placeholder {
  color: var(--_theme---faded-25);
}

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

.dynamic-location-select {
  width: 100%;
}

.form_spacer {
  height: calc(var(--_spacing---padding--small)  - var(--_spacing---padding--tiny));
}

.hidden-location-lists-wrapper {
  width: 100%;
}

.hidden-location-lists-wrapper.u-hflex-between-top {
  flex-flow: wrap;
}

.contact_form_contain {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
}

.contact_form_contain.u-container.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 40.75rem), 1fr));
}

.home_inspiration_layout.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 34rem), 1fr));
}

.home_inspiration_image.u-position-absolute {
  padding-right: var(--size--0rem);
  padding-left: var(--size--0rem);
  inset: 20% 0% 0% -6rem;
}

.inspiration_list_filters_wrap {
  margin-bottom: 0;
}

.filters_form.u-hflex-left-top {
  flex-flow: row;
}

.filter_button {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: auto !important;
}

.g-input-2 {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.g-input-2.border-offset {
  width: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  height: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  left: calc(var(--_button-size---regular--btn-border) * -1);
  top: calc(var(--_button-size---regular--btn-border) * -1);
  bottom: calc(var(--_button-size---regular--btn-border) * -1);
  right: calc(var(--_button-size---regular--btn-border) * -1);
}

.g-input-2.border-offset.filter_checkbox_input {
  border-radius: var(--_button-size---regular--btn-radius);
}

.inspiration_list_wrap {
  column-count: 3;
}

.g_cta_main {
  background-image: linear-gradient(#084231bf, #084231bf), url('/assets/a59387074dfe79caba1413c78571004717e4017f.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.g_cta_main.u-container {
  align-content: center;
}

.g_cta_main.u-container.u_padding_medium {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.g_cta_main.u-container.u_padding_medium.u-radius-medium {
  padding-top: var(--_spacing---padding--large);
  background-image: linear-gradient(#dcf9e1f2, #dcf9e1f2), url('/assets/321ab9d14762d289956072049d612e7a31c9725b.webp');
}

.g_cta_main.u-container.u_padding_medium.u-radius-medium.is-get-in-touch {
  background-image: linear-gradient(#084231bd, #084231bd), url('/assets/a59387074dfe79caba1413c78571004717e4017f.webp');
  background-position: 0 0, 50%;
  padding-bottom: 6rem;
}

.g_cta_main.u-container.u_padding_medium.u-radius-medium.is-innovative {
  background-image: linear-gradient(#084231bf, #084231bf), url('/assets/e51651b9b1c406bab3ca3d2ccdb6987c483c0d8e.webp');
  background-position: 0 0, 50%;
}

.g_content_link_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.g_content_link_wrap.u-vflex-left-top.u-gap-1 {
  grid-column-gap: var(--_spacing---padding--tiny);
  grid-row-gap: var(--_spacing---padding--tiny);
}

.form_radio_label {
  z-index: 0;
  padding-right: var(--_button-size---regular--horizontal-pad);
  padding-left: var(--_button-size---regular--horizontal-pad);
  border-top-style: solid;
  border-top-width: var(--_button-size---regular--btn-border);
  border-top-color: var(--_theme---faded-25);
  border-right-style: solid;
  border-right-width: var(--_button-size---regular--btn-border);
  border-right-color: var(--_theme---faded-25);
  border-bottom-style: solid;
  border-bottom-width: var(--_button-size---regular--btn-border);
  border-bottom-color: var(--_theme---faded-25);
  border-left-style: solid;
  border-left-width: var(--_button-size---regular--btn-border);
  border-left-color: var(--_theme---faded-25);
  border-top-left-radius: var(--_button-size---regular--btn-radius);
  border-top-right-radius: var(--_button-size---regular--btn-radius);
  border-bottom-left-radius: var(--_button-size---regular--btn-radius);
  border-bottom-right-radius: var(--_button-size---regular--btn-radius);
  background-color: var(--swatch--white);
  color: var(--_theme---faded-25);
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  padding-top: calc(var(--_button-size---regular--vertical-pad)  + (-.5lh + var(--_typography---font-family--trim-top)));
  padding-bottom: calc(var(--_button-size---regular--vertical-pad)  + (-.5lh + var(--_typography---font-family--trim-bottom)));
  flex: 1;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  position: relative;
  overflow: hidden;
}

.form_radio_label:hover {
  border-color: var(--_theme---faded-50);
  color: var(--_theme---text);
}

.form_radio_label:focus, .form_radio_label:focus-visible, .form_radio_label[data-wf-focus-visible] {
  color: var(--_theme---text);
}

.form_radio_label.u-hflex-left-center.u-gap-2 {
  flex: 1 0 auto;
}

.form_radio_input {
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  height: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  top: calc(var(--_button-size---regular--btn-border) * -1);
  left: calc(var(--_button-size---regular--btn-border) * -1);
  right: calc(var(--_button-size---regular--btn-border) * -1);
  bottom: calc(var(--_button-size---regular--btn-border) * -1);
  position: absolute;
}

.form_radio_circle_wrap {
  aspect-ratio: 1;
  border-top-style: solid;
  border-top-width: var(--_button-size---regular--btn-border);
  border-top-color: var(--_theme---faded-25);
  border-right-style: solid;
  border-right-width: var(--_button-size---regular--btn-border);
  border-right-color: var(--_theme---faded-25);
  border-bottom-style: solid;
  border-bottom-width: var(--_button-size---regular--btn-border);
  border-bottom-color: var(--_theme---faded-25);
  border-left-style: solid;
  border-left-width: var(--_button-size---regular--btn-border);
  border-left-color: var(--_theme---faded-25);
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  background-color: var(--swatch--white);
  height: calc(var(--_typography---font-size--text-small)  - var(--border-width--main));
  align-self: stretch;
  padding: 0;
}

.form_radio_text.u-text-style-small {
  white-space: nowrap;
}

.form_radio_circle_check {
  color: var(--swatch--white);
  width: 75%;
  height: 75%;
  margin-top: .025rem;
}

.form_checkbox_label {
  z-index: 0;
  justify-content: center;
  align-items: center;
  position: relative;
}

.form_checkbox_label:hover {
  border-color: var(--_theme---faded-50);
  color: var(--_theme---text);
}

.form_checkbox_label:focus, .form_checkbox_label:focus-visible, .form_checkbox_label[data-wf-focus-visible] {
  color: var(--_theme---text);
}

.form_checkbox_input {
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_checkbox_wrap {
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
  border: var(--_button-size---regular--btn-border) solid var(--_theme---faded-25);
  border-radius: var(--_button-size---regular--btn-radius);
  background-color: var(--swatch--white);
  --_button-size---regular--vertical-pad: var(--misc-size-specific--button-vertical);
  --_button-size---regular--horizontal-pad: var(--misc-size-specific--button-horizontal);
  --_button-size---regular--btn-text: var(--_typography---font-size--text-small);
  --_button-size---border\<deleted\|variable-b97ddfb4-6d90-27d3-8b87-e0f32bec874e\>: var(--swatch--500);
  --_button-size---border-hover\<deleted\|variable-fa723e17-bdd1-ac4a-2de8-c62ccf489001\>: var(--swatch--900);
  --_button-size---background\<deleted\|variable-83505492-b545-85a4-57db-bb991b835926\>: var(--swatch--500);
  --_button-size---text\<deleted\|variable-73f4c8f4-8155-13ae-2af0-a226c74961f3\>: var(--_theme---button-primary--text);
  --_button-size---background-hover\<deleted\|variable-4a5c6562-0a94-836e-aa8d-6ae2c8dd30a4\>: var(--swatch--900);
  --_button-size---text-hover\<deleted\|variable-123f8bbc-f52c-6a6c-04f5-192a992c1cde\>: var(--_theme---button-primary--text-hover);
  --_button-size---regular--btn-radius: var(--radius--small);
  --_button-size---regular--btn-font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_button-size---regular--btn-border: var(--border-width--button-border);
  --_button-size---regular--btn-gap: .45em;
  --_button-size---regular--btn-gap-large: .7em;
  --_button-size---regular--btn-line-height: var(--_typography---line-height--1);
  padding: 0;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.form_checkbox_check {
  color: var(--swatch--white);
  width: 75%;
  height: 75%;
  margin-top: .025rem;
}

.enquire_modal_wrap {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.enquire_modal_overlay {
  cursor: pointer;
}

.enquire_modal_overlay.g_visual_overlay {
  z-index: 0;
  flex: 1;
  position: fixed;
  inset: 0%;
}

.enquire_modal_content {
  z-index: 1;
  background-color: var(--_theme---opaque-background);
  --_theme---background: var(--swatch--50);
  --_theme---text: var(--swatch--900);
  --_theme---heading: var(--swatch--800);
  --_theme---faded-50: var(--swatch--900-faded-50);
  --_theme---faded-10: var(--swatch--900-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--white);
  --_theme---faded-75: var(--swatch--900-faded-75);
  --_theme---background-alt: var(--swatch--100);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--500);
  --_theme---nav-background: var(--swatch--nav-light);
  --_theme---brand-text: white;
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--900-faded-25);
  --_theme---opaque-background: var(--swatch--nav-light-alt);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--800);
  --_theme---button-primary--background-hover: var(--swatch--800);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--50-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
  width: 48rem;
  max-width: 100%;
  position: relative;
}

.enquire_modal_content_wrap {
  flex: 1;
}

.team_card_link {
  display: flex;
}

.team_link_text.u-text-style-main {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.badge-wrapper {
  width: var(--size--12rem);
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge_svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hidden-location-filter-items, .hidden-other-filter-items {
  display: none;
}

.results_button {
  display: block;
}

.location-panel-l0 {
  padding-right: var(--_spacing---card-padding--main);
  padding-left: var(--_spacing---card-padding--main);
  flex: none;
}

.location-title-panel-l0 {
  padding-right: var(--_spacing---card-padding--main);
  padding-left: var(--_spacing---card-padding--main);
  flex: none;
  width: 100%;
  height: 100%;
}

.card_price_group.u-vflex-left-center {
  flex: 1;
}

.local_price {
  display: none;
}

.offices_list_grid.u-grid-autofill {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 18rem), 1fr));
}

.offices_list_grid.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.offices_list_grid.u-grid-custom {
  grid-template-columns: var(--grid-4);
}

.office_heading.u-text-style-medium.u-weight-bold {
  font-weight: var(--_typography---font-weight--primary-bold);
}

.offices_list_detail-row {
  cursor: pointer;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
}

.offices_list_detail-row:hover {
  color: var(--_theme---brand);
}

.office_detail-text {
  margin-top: var(--size--0-25rem);
}

.u-gap-9 {
  grid-column-gap: var(--_spacing---space--9);
  grid-row-gap: var(--_spacing---space--9);
}

.u-gap-row-9 {
  grid-row-gap: var(--_spacing---space--9);
}

.popup_content_contain {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
}

.popup_content_contain.u-container.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 40.75rem), 1fr));
}

.popup_content_contain.u-hflex-left-center {
  grid-column-gap: var(--_spacing---padding--tiny);
  grid-row-gap: var(--_spacing---padding--tiny);
}

.services_header_section_wrap.u-zindex-1.u-theme-brand {
  background-color: var(--swatch--600);
}

.services_header_layout.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 40.75rem), 1fr));
}

.heading_image_wrap.u-position-relative {
  display: none;
}

.u-text-style-h1-2 {
  font-size: var(--_heading-styles---font-size);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---font-size: var(--_typography---font-size--h1);
  --_heading-styles---line-height: var(--_typography---line-height--1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-semi_bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.heading_image.u-position-absolute.is-1 {
  z-index: -1;
  top: auto;
  bottom: -.75rem;
}

.services_header_paragraph {
  max-width: 44rem;
}

.services_header_image_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services_header_image_wrap.u-hflex-center-center.u-shadow-medium.u-position-relative {
  margin-bottom: calc(-1 * var(--size--6-5rem));
}

.services_header_image.u-position-absolute {
  padding-right: var(--size--0rem);
  padding-left: var(--size--0rem);
  inset: 0%;
}

.services_header_image.u-position-absolute.is-2 {
  z-index: -1;
  bottom: -10px;
  left: 1.7rem;
}

.services_header_image.u-position-absolute.is-1 {
  z-index: -1;
  top: auto;
  bottom: -.75rem;
}

.services_header_image.u-position-absolute.u-max-width-20ch.u-radius-medium.u-shadow-medium.is-right {
  top: auto;
  bottom: 25%;
}

.services_header_image.u-radius-medium.u-shadow-medium.is-right {
  bottom: 25%;
  left: auto;
  right: -6rem;
}

.services_header_image.u-radius-medium.u-shadow-medium.is-right.is-about {
  top: 25%;
  bottom: auto;
}

.services_header_image.u-radius-medium.u-shadow-medium.is-left {
  top: 4rem;
  left: -6rem;
}

.services_header_image.u-radius-medium.u-shadow-medium.is-left.is-about {
  top: auto;
  bottom: 22%;
}

.services_header_image.u-radius-medium.u-shadow-medium.is-about-right {
  inset: 20% -6rem auto auto;
}

.services_header_image.u-radius-medium.u-height-full {
  height: 75dvh;
  max-height: 60rem;
}

.services_header_image.u-width-full.is-darken {
  mix-blend-mode: darken;
}

.u-text-style-h2-2 {
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---font-size: var(--_typography---font-size--h2);
  --_heading-styles---line-height: var(--_typography---line-height--1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-xl-2 {
  font-size: var(--_typography---font-size--text-xl);
  line-height: var(--_paragraph-styles---line-height);
  font-weight: var(--_paragraph-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-xl);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: pretty;
  display: flow-root;
}

.intro_image_wrap.icon-rotate.is-15 {
  margin-right: var(--size--6rem);
  transform: rotate(15deg);
}

.feature_layout.u-grid-custom {
  grid-template-columns: var(--grid-12);
}

.feaure_image_wrap.u-ratio-3-2.u-radius-regular.u-overflow-hidden.u-column-custom {
  grid-column: 3 / span 6;
  grid-row-start: 2;
}

.feaure_image_wrap.u-ratio-3-2.u-radius-regular.u-overflow-hidden.u-shadow-small.u-vflex-center-center {
  pointer-events: auto;
}

.feaure_image_wrap.u-ratio-3-2.u-radius-regular.u-overflow-hidden.u-shadow-small.u-vflex-center-center.u_padding_large {
  background-color: var(--swatch--white);
}

.feature_content.u-max-width-70ch.u-column-6 {
  grid-column: 7 / span 6;
}

.history_section_wrap.u-theme-light {
  background-color: var(--swatch--100);
}

.history_section_contain.u-container {
  align-content: center;
}

.history_image_wrap.icon-rotate.is-15 {
  margin-right: 0;
  transform: rotate(15deg);
}

.explore_icon_wrap {
  background-color: #bbf7c5;
  width: 4rem;
  padding: .5rem;
}

.u-color-faded-75 {
  color: var(--_theme---faded-75);
}

.breadcrumbs_wrap {
  padding-top: var(--size--1-5rem);
}

.breadcrumb_link {
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
}

.breadcrumb_link:hover, .breadcrumb_link.u-text-style-tiny.u-weight-medium.u-color-faded-50:hover {
  color: var(--_theme---brand);
}

.consultation_cta_section_contain {
  background-color: #dcf9e1;
}

.consultation_cta_section_contain.u-container {
  align-content: center;
}

.consultation_cta_content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-text-style-xl-3 {
  font-size: var(--_typography---font-size--text-xl);
  line-height: var(--_paragraph-styles---line-height);
  font-weight: var(--_paragraph-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-xl);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: pretty;
  display: flow-root;
}

.consultation_cta_span.u-position-relative {
  margin-bottom: calc(-1 * var(--size--6-5rem));
}

.consultation_cta_image_wrap {
  display: none;
}

.consultation_cta_image_wrap.u-position-relative {
  margin-bottom: calc(-1 * var(--size--6-5rem));
}

.consultation_cta_image.u-position-absolute {
  padding-right: var(--size--0rem);
  padding-left: var(--size--0rem);
  inset: 0%;
}

.consultation_cta_image.u-position-absolute.is-line {
  width: 100%;
  bottom: -15px;
}

.intro_content_top.u-grid-custom {
  grid-template-columns: var(--grid-2);
  grid-template-columns: var(--grid-2);
}

.intro_paragraph_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.intro_list_wrap.u-grid-custom {
  grid-template-columns: var(--grid-4);
}

.u-text-style-h5-2 {
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---font-size: var(--_typography---font-size--h5);
  --_heading-styles---line-height: var(--_typography---line-height--1-2);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.plans_section_contain.u-container {
  align-content: center;
}

.plans_section_contain.u-container.u_padding_large.u-vflex-center-center {
  pointer-events: auto;
}

.plans_layout.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.plans_list_wrap.u-width-full.u-grid-custom {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
  grid-template-columns: var(--grid-3);
}

.slide-nav-4 {
  font-size: 8px;
}

.price-filter-target {
  display: none;
}

.filter_items_wrapper {
  border-bottom: var(--border-width--main) solid var(--_theme---faded-10);
}

.fs_accordion-1_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.filter_accordion_header {
  min-height: var(--size--3rem);
  padding-right: var(--size--0-25rem);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: var(--border-width--main) solid var(--_theme---faded-10);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.filter_accordion_header:focus-visible, .filter_accordion_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_paragraph {
  margin-bottom: 0;
}

.fs_accordion-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter_accordion_content {
  padding-top: var(--size--0-5rem);
  padding-bottom: var(--size--1-25rem);
  overflow: hidden;
}

.filter_accordion_content.is-list {
  padding-top: 0;
  padding-bottom: var(--size--0-75rem);
}

.fs_accordion-1_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
}

.fs_accordion-1_message {
  color: var(--accessible-components--dark-grey);
}

.listing_details_sticky_track.u-position-relative.u-grid-custom {
  grid-template-columns: var(--grid-3);
  align-items: start;
}

.listing_details_content {
  padding-top: var(--site--margin);
  padding-right: var(--site--gutter);
}

.sticky_details_wrap {
  padding-top: var(--site--margin);
}

.sticky_details_wrap.u-position-sticky.u-min-height-screen {
  top: 15%;
}

.g-word-space {
  margin-right: .25em;
}

.gallery_grid.u-grid-custom {
  grid-template-columns: var(--grid-2);
}

.listing_size_detail_text.u-text-style-main.u-weight-medium.is-label {
  margin-right: .333em;
}

.listing_detail_text {
  margin-bottom: .1em;
}

.listing_details_wrap.u-vflex-stretch-between.u-align-self-stretch {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.listing_details_wrap.u-hflex-between-top {
  padding: var(--_spacing---padding--large) var(--_spacing---padding--medium);
  grid-column-gap: var(--_spacing---padding--huge);
  grid-row-gap: var(--_spacing---padding--huge);
}

.g-input-3 {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.g-input-3.border-offset {
  width: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  height: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  left: calc(var(--_button-size---regular--btn-border) * -1);
  top: calc(var(--_button-size---regular--btn-border) * -1);
  bottom: calc(var(--_button-size---regular--btn-border) * -1);
  right: calc(var(--_button-size---regular--btn-border) * -1);
}

.g-input-3.border-offset.filter_checkbox_input {
  border-radius: var(--_button-size---regular--btn-radius);
}

.icon-2 {
  aspect-ratio: 1;
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 1em;
  font-size: .875rem;
  display: inline-flex;
}

.teams_list_contain.u-container {
  align-content: center;
}

.g-input-4 {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.g-input-4.border-offset {
  width: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  height: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  left: calc(var(--_button-size---regular--btn-border) * -1);
  top: calc(var(--_button-size---regular--btn-border) * -1);
  bottom: calc(var(--_button-size---regular--btn-border) * -1);
  right: calc(var(--_button-size---regular--btn-border) * -1);
}

.g-input-4.border-offset.filter_checkbox_input {
  border-radius: var(--_button-size---regular--btn-radius);
}

.teams_list.u-grid-custom {
  grid-template-columns: var(--grid-3);
  align-items: start;
}

.teams_card_content {
  flex: 1;
}

.teams_card_content.u-mt-4.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.u-text-style-h4-2 {
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---font-size: var(--_typography---font-size--h4);
  --_heading-styles---line-height: var(--_typography---line-height--1-1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-xl-4 {
  font-size: var(--_typography---font-size--text-xl);
  line-height: var(--_paragraph-styles---line-height);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-xl);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: pretty;
  display: flow-root;
}

.service_feature_contain {
  background-image: linear-gradient(#dcf9e1f2, #dcf9e1f2), url('/assets/321ab9d14762d289956072049d612e7a31c9725b.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.service_feature_contain.u-container {
  align-content: center;
}

.service_feature_contain.u-container.u_padding_medium {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
  --_theme---background: var(--swatch--800);
  --_theme---text: var(--swatch--white);
  --_theme---heading: var(--swatch--50);
  --_theme---faded-50: var(--swatch--white-faded-50);
  --_theme---faded-10: var(--swatch--white-faded-10);
  --_theme---border\<deleted\|variable-375c0552-4fe6-af3e-8135-4c691ee51697\>: var(--swatch--dark-faded\<deleted\|variable-557e4305-722f-6eb9-d262-0c2d58b51adb\>);
  --_theme---button-secondary--border: var(--_theme---brand);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-tertiary--background: var(--swatch--transparent);
  --_theme---button-tertiary--text: var(--_theme---text);
  --_theme---navigation--nav-brand\<deleted\|variable-c203850c-b08a-92f4-5508-524f3f156ef0\>: var(--_theme---brand);
  --_theme---navigation--nav-button-text\<deleted\|variable-1c9f1987-04a8-ea1c-0d6c-74256cabdf78\>: var(--swatch--white);
  --_theme---button-secondary--border-hover: var(--_theme---brand);
  --_theme---button-secondary--background-hover: var(--_theme---brand);
  --_theme---button-secondary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--text-hover: var(--_theme---brand);
  --_theme---navigation--nav-text\<deleted\|variable-c77a4984-5e6c-84a5-ad37-7301d63b866c\>: var(--swatch--900);
  --_theme---faded-75: var(--swatch--white-faded-75);
  --_theme---background-alt: var(--swatch--700);
  --_theme---button-tertiary--icon: var(--_theme---brand);
  --_theme---button-tertiary--icon-hover: var(--_theme---brand);
  --_theme---brand: var(--swatch--400);
  --_theme---nav-background: var(--swatch--nav-dark);
  --_theme---brand-text: var(--swatch--900);
  --_theme---button-primary--border: var(--_theme---brand);
  --_theme---faded-25: var(--swatch--white-faded-25);
  --_theme---opaque-background: var(--swatch--nav-dark);
  --_theme---button-primary--background: var(--_theme---brand);
  --_theme---button-primary--text: var(--_theme---brand-text);
  --_theme---button-tertiary_grey--text: var(--_theme---faded-50);
  --_theme---button-primary--border-hover: var(--swatch--white);
  --_theme---button-primary--background-hover: var(--swatch--white);
  --_theme---button-primary--text-hover: var(--_theme---brand-text);
  --_theme---button-tertiary--background-hover: var(--swatch--transparent);
  --_theme---button-tertiary_grey--text-hover: var(--_theme---text);
  --_theme---pattern-overlay: var(--swatch--800-faded-75);
  --_theme---tagline: var(--_theme---brand);
  --_theme---button-tertiary_grey--icon: var(--_theme---faded-50);
  --_theme---button-tertiary_grey--icon-hover: var(--_theme---brand);
  --_theme---color\<deleted\|variable-ea2fe8ad-9c3a-082f-4ac1-b782512e4e47\>: white;
  --_theme---button-secondary--dark--border\<deleted\|variable-24eeb61d-8000-59f0-dc21-bbdd3a969bbd\>: var(--_theme---button-primary--border);
  --_theme---button-secondary--dark--text\<deleted\|variable-2ba42054-2837-e811-3c34-cf9d014ee82d\>: var(--_theme---text);
}

.service_feature_layout.u-grid-custom {
  grid-template-columns: var(--grid-3);
  align-items: start;
}

.service_feature_layout.u-grid-custom.u-align-items-center {
  grid-template-columns: var(--grid-12);
  place-items: center stretch;
}

.service_feature_content.u-max-width-50ch.u-column-6.u-margin-inline-auto {
  width: 31.25rem;
}

.service_feature_content.u-max-width-50ch.u-column-6.u-margin-inline-auto.u-theme-light {
  background-color: var(--swatch--transparent);
}

.service_feature_heading.u-text-style-h3.u-mb-4.u-max-width-20ch.u-radius-medium.u-shadow-medium.u-position-relative {
  margin-bottom: calc(-1 * var(--size--6-5rem));
}

.service_feature_heading.u-text-style-h3.u-mb-4.u-max-width-20ch.u-radius-medium.u-shadow-medium.is-right {
  bottom: 25%;
  left: auto;
  right: -6rem;
}

.service_feature_heading.u-text-style-h3.u-mb-4.u-max-width-20ch.u-radius-medium.u-shadow-medium.is-left {
  top: 4rem;
  left: -6rem;
}

.service_feature_image_wrap.u-ratio-3-2.u-radius-regular.u-overflow-hidden.u-column-6.u-margin-inline-auto {
  width: 31.25rem;
}

.brochures_layout.u-grid-custom {
  grid-template-columns: var(--grid-3);
  align-items: start;
}

.brochures_layout.u-grid-custom.u-gap-8 {
  grid-template-columns: var(--grid-1);
}

.brochures_list_contain.u-container {
  align-content: center;
}

.brochures_list_filters_wrap {
  margin-bottom: 0;
}

.g-input-5 {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.g-input-5.border-offset {
  width: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  height: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  left: calc(var(--_button-size---regular--btn-border) * -1);
  top: calc(var(--_button-size---regular--btn-border) * -1);
  bottom: calc(var(--_button-size---regular--btn-border) * -1);
  right: calc(var(--_button-size---regular--btn-border) * -1);
}

.g-input-5.border-offset.filter_checkbox_input {
  border-radius: var(--_button-size---regular--btn-radius);
}

.brochures_list.u-grid-autofill {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 39rem), 1fr));
}

.g-input-6 {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.g-input-6.border-offset {
  width: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  height: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  left: calc(var(--_button-size---regular--btn-border) * -1);
  top: calc(var(--_button-size---regular--btn-border) * -1);
  bottom: calc(var(--_button-size---regular--btn-border) * -1);
  right: calc(var(--_button-size---regular--btn-border) * -1);
}

.g-input-6.border-offset.filter_checkbox_input {
  border-radius: var(--_button-size---regular--btn-radius);
}

.icon-3 {
  aspect-ratio: 1;
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 1em;
  font-size: .875rem;
  display: inline-flex;
}

.brochures_card_content.u-vflex-left-between {
  grid-column-gap: var(--_spacing---padding--medium);
  grid-row-gap: var(--_spacing---padding--medium);
}

.u-text-style-h5-3 {
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---font-size: var(--_typography---font-size--h5);
  --_heading-styles---line-height: var(--_typography---line-height--1-2);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.brochures_card_image_wrap {
  width: 11.9375rem;
  margin-left: auto;
}

.franchise_header_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.franchise_header_overlay {
  z-index: 1;
  background-image: linear-gradient(#08423100, #084231);
}

.franchise_header_overlay.u-position-absolute.u-width-full.u-zindex-1 {
  z-index: 1;
  opacity: .5;
  height: 50%;
}

.franchise_header_image {
  object-fit: cover;
}

.franchise_header_image.u-position-absolute {
  padding-right: var(--size--0rem);
  padding-left: var(--size--0rem);
  inset: 0%;
}

.experts_section_layout {
  grid-row-gap: var(--site--plus-gutter);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 39rem), 1fr));
  grid-auto-flow: column;
}

.u-text-style-h3-2 {
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---font-size: var(--_typography---font-size--h3);
  --_heading-styles---line-height: var(--_typography---line-height--1-05);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-2);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h3-2.u-mb-4 {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
}

.u-text-style-large-2 {
  font-size: var(--_typography---font-size--text-large);
  line-height: var(--_paragraph-styles---line-height);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-large);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--0);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: pretty;
  display: flow-root;
}

.team_section_contain.u-container {
  align-content: center;
  min-height: 100vh;
}

.team_section_layout.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 39rem), 1fr));
}

.team_list.u-grid-custom {
  grid-template-columns: var(--grid-4);
}

.team_card.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.team_image_wrap {
  border-radius: 50%;
  width: 9rem;
  overflow: hidden;
}

.team_image {
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.team_card_header.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.team_card_header.u-vflex-left-top.u-gap-2 {
  grid-column-gap: var(--_spacing---padding--tiny);
  grid-row-gap: var(--_spacing---padding--tiny);
}

.team_card_subheading.u-text-style-large-2.u-mb-5 {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
}

.news_lis_contain.u-container {
  align-content: center;
}

.news_list_filters_wrap.u-mb-5 {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
}

.g-input-7 {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.g-input-7.border-offset {
  width: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  height: calc(100% + (var(--_button-size---regular--btn-border) * 2));
  left: calc(var(--_button-size---regular--btn-border) * -1);
  top: calc(var(--_button-size---regular--btn-border) * -1);
  bottom: calc(var(--_button-size---regular--btn-border) * -1);
  right: calc(var(--_button-size---regular--btn-border) * -1);
}

.g-input-7.border-offset.filter_checkbox_input {
  border-radius: var(--_button-size---regular--btn-radius);
}

.news_list.u-grid-custom {
  grid-template-columns: var(--grid-3);
  align-items: start;
}

.news_card_content {
  flex: 1;
}

.news_card_content.u-mt-4.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.u-text-style-h4-3 {
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---font-size: var(--_typography---font-size--h4);
  --_heading-styles---line-height: var(--_typography---line-height--1-1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.news_card_readtime_wrap.u-hflex-center-center.u-gap-1 {
  justify-content: flex-start;
  align-items: center;
}

.u-text-style-h4-4 {
  font-size: var(--_heading-styles---font-size);
  line-height: var(--_heading-styles---line-height);
  font-weight: var(--_heading-styles---font-weight);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---font-size: var(--_typography---font-size--h4);
  --_heading-styles---line-height: var(--_typography---line-height--1-1);
  --_heading-styles---font-weight: var(--_typography---font-weight--primary-bold);
  --_heading-styles---font-family: var(--_typography---font-family--primary-family);
  --_heading-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_heading-styles---margin-top: 0px;
  --_heading-styles---margin-bottom: 0px;
  --_heading-styles---text-transform: var(--_typography---text-transform--none);
  --_heading-styles---trim-top: var(--_typography---font-family--trim-top);
  --_heading-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: balance;
  display: flow-root;
}

.u-text-style-h4-4.u-text-style-secondary.u-alignment-center.u-mb-4 {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
}

.u-text-style-xl-5 {
  font-size: var(--_typography---font-size--text-xl);
  line-height: var(--_paragraph-styles---line-height);
  letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---font-weight: 400;
  --_paragraph-styles---line-height: var(--_typography---line-height--1-2);
  --_paragraph-styles---font-size: var(--_typography---font-size--text-xl);
  --_paragraph-styles---margin-top: 0px;
  --_paragraph-styles---margin-bottom: 0px;
  --_paragraph-styles---font-family: var(--_typography---font-family--primary-family);
  --_paragraph-styles---letter-spacing: var(--_typography---letter-spacing--minus-1);
  --_paragraph-styles---nav-font-size\<deleted\|variable-fb59f830-be17-8dfe-4aa2-3f6f5d041630\>: 0px;
  --_paragraph-styles---text-transform: var(--_typography---text-transform--none);
  --_paragraph-styles---trim-top: var(--_typography---font-family--trim-top);
  --_paragraph-styles---trim-bottom: var(--_typography---font-family--trim-bottom);
  text-transform: var(--_text-style---text-transform);
  text-wrap: pretty;
  display: flow-root;
}

.section_legal_contain.u-container {
  align-content: center;
}

.maps_filters_contain.u-container-full {
  z-index: 10;
}

.zoom_controls_contain {
  position: absolute;
  inset: auto 0% 0%;
}

.maps_popup_content.u-vflex-left-between {
  grid-column-gap: var(--_spacing---padding--tiny);
  grid-row-gap: var(--_spacing---padding--tiny);
}

.maps_content_wrap.u-width-full {
  padding: var(--_spacing---padding--xs);
}

.maps_content_wrap.u-width-full.u-vflex-left-between, .maps_content_wrap.u-vflex-left-top.u-width-full {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.maps_content_wrap.u-container-full {
  position: static;
}

.maps_content_contain.u-vflex-stretch-between {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.popup_content_link {
  text-decoration: none;
}

.popup_content_link.u-text-style-small {
  color: var(--_theme---text);
  white-space: break-spaces;
}

.maps_content_innerwrap.u-vflex-stretch-between {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.image {
  border-top-left-radius: var(--radius--regular);
  border-top-right-radius: var(--radius--regular);
}

.maps_tooltip.u-text-style-small {
  white-space: nowrap;
}

.popup_content_pin {
  width: var(--size--1-25rem);
  color: var(--_theme---brand);
}

.ncf-filter-checkbox.is-hide {
  display: none;
}

.ncf-filter-checkbox.u-hflex-left-top {
  padding: var(--misc-size-specific--button-vertical-s) var(--size--0-875rem);
  border: 1px solid var(--swatch--900-faded-25);
  border-radius: var(--_button-size---regular--btn-radius);
}

.ncf-filter-checkbox.u-hflex-left-top:hover {
  border-color: var(--_theme---button-secondary--border-hover);
}

.section_maps_contain.u-position-absolute {
  z-index: 10;
  inset: 0%;
}

.section_maps_contain.u-position-absolute.u-container-full {
  inset: 0% 0% auto;
}

.maps_region_lable {
  color: var(--accessible-components--dark-grey);
}

.maps_region_dropdown {
  width: 100%;
}

.maps_region_dropdown.w--open {
  background-color: var(--swatch--transparent);
}

.maps_region_dropdown.u-vflex-left-between.w--open {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.maps_regions_dropdown {
  padding: var(--misc-size-specific--button-vertical) var(--size--1-25rem);
  border: 1.5px solid var(--accessible-components--dark-grey);
  border-radius: var(--radius--small);
  width: 100%;
}

.news_collections_divider {
  margin-right: var(--_spacing---padding--medium);
  margin-left: var(--_spacing---padding--medium);
  background-color: var(--swatch--900);
  width: .09375rem;
}

.collection_main.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.collection_image.u-width-full, .collection_image.u-width-full:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  aspect-ratio: 1;
}

.collection_content_wrap.u-vflex-left-center {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.collection_content_readnum.u-text-style-tiny.u-color-faded-50:where(.w-variant-b1256941-4172-c922-42f1-eaa830af2296) {
  align-self: center;
}

.collection_content_flex.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.franchise_form_block {
  margin-bottom: 0;
}

.text-block-2 {
  display: none;
}

.popup_content_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--tiny);
  grid-row-gap: var(--_spacing---padding--tiny);
}

.popup_content_hero {
  border-top-left-radius: var(--radius--medium);
  border-top-right-radius: var(--radius--medium);
}

.popup_content_heading.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.popup_content_details.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--tiny);
  grid-row-gap: var(--_spacing---padding--tiny);
}

.popup_content_item {
  display: flex;
}

.filter_checkbox {
  display: none;
}

.listing_details_copy_wrap.u-grid-autofit {
  grid-template-rows: auto auto auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), .75fr));
  grid-auto-flow: column dense;
}

.listing_details_copy.u-rich-text, .listing_details_readmore.u-rich-text {
  padding-right: var(--_spacing---padding--small);
}

.listing_details_floorplan.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.listing_details_team {
  background-image: linear-gradient(#084231d9, #084231d9), url('/assets/Property-1Dark.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.listing_details_badge {
  transform: rotate(-15deg);
}

.listing_details_team_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.listing_details_team_copy.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--medium);
  grid-row-gap: var(--_spacing---padding--medium);
}

.listing_details_team_member {
  width: var(--_spacing---padding--xhuge);
  border-radius: var(--radius--round);
}

.listing_details_team_heading.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.listing_details_team_details.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xxs);
  grid-row-gap: var(--_spacing---padding--xxs);
}

.listing_details_grid.u-column-6 {
  grid-column-start: 6;
}

.walkthrough_section_content.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.walkthrough_faq_section_contain.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xhuge);
  grid-row-gap: var(--_spacing---padding--xhuge);
}

.faq_section_left.u-column-custom {
  grid-column-end: span 6;
  display: flex;
}

.faq_section_left.u-column-custom.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

.faq_section_right.u-column-custom {
  grid-column: 7 / span 6;
}

.faq3_answer {
  margin-bottom: var(--size--1-25rem);
  overflow: hidden;
}

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

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

.button {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.container-large {
  width: 100%;
}

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

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

.button-group.is-center {
  justify-content: center;
}

.faq3_content-left.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--small);
  grid-row-gap: var(--_spacing---padding--small);
}

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

.faq3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq3_question {
  grid-column-gap: var(--_spacing---padding--xxs);
  grid-row-gap: var(--_spacing---padding--xxs);
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq3_list {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

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

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.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\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

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

.header80_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header80_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header80_image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header80_image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header80_image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.header80_image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header80_image-wrapper.is-image-1 {
  width: 22vw;
}

.header80_image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.header80_content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header80_image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.header80_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header80_content {
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

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

.header80_component {
  height: 300vh;
  position: relative;
}

.text-align-center {
  text-align: center;
  display: none;
}

.header80_images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header80_images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.listing_details_main.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--large);
  grid-row-gap: var(--_spacing---padding--large);
}

.maps_section_main.u-width-full.u-vflex-stretch-center {
  grid-column-gap: var(--_spacing---padding--medium);
  grid-row-gap: var(--_spacing---padding--medium);
}

.maps_section_content.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.relateditems_content.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--large);
  grid-row-gap: var(--_spacing---padding--large);
}

.relateditems_collection_list.u-hflex-left-stretch {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.relateditems_collection_item {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.house_size_flex.u-hflex-left-stretch, .section_size_flex.u-hflex-left-stretch {
  grid-column-gap: .3px;
  grid-row-gap: .3px;
}

.relateditems_heading_wrap.u-vflex-left-top {
  grid-column-gap: var(--_spacing---padding--xs);
  grid-row-gap: var(--_spacing---padding--xs);
}

.brochures_heading_wrap.u-vflex-center-center {
  grid-column-gap: var(--_spacing---padding--medium);
  grid-row-gap: var(--_spacing---padding--medium);
}

.brochures_heading_para.u-text-style-large {
  text-align: center;
}

.explore_content_icon {
  width: 4em;
}

.explore_content_circle {
  color: var(--swatch--200);
}

@media screen and (max-width: 991px) {
  .u-grid-custom {
    grid-template-columns: var(--grid-1);
  }

  .u-grid-desktop {
    flex-flow: column;
    display: flex;
  }

  .btn_svg.search_icon {
    width: 1em;
  }

  .nav_2_btn_wrap.w--open {
    color: inherit;
    background-color: #c8c8c800;
  }

  .nav_2_wrap.is-mobile {
    background-color: #0000;
  }

  .nav_2_contain {
    border-radius: var(--radius--regular);
    background-color: var(--_theme---nav-background);
  }

  .nav_2_menu_wrap {
    padding-top: 0;
  }

  .testimonials_main_wrap.u-grid-desktop {
    grid-column-gap: var(--_spacing---section-space--huge);
    grid-row-gap: var(--_spacing---section-space--huge);
  }

  .testimonials_main_content.u-vflex-stretch-between.u-height-full {
    grid-column-gap: var(--_spacing---padding--xl);
    grid-row-gap: var(--_spacing---padding--xl);
  }

  .plan_home_main.u-container.u-vflex-left-top.light-alt-2 {
    grid-column-gap: var(--_spacing---padding--huge);
    grid-row-gap: var(--_spacing---padding--huge);
  }

  .plan_home_content.u-column-custom {
    order: 1;
  }

  .plan_home_wrap.u-grid-desktop {
    grid-column-gap: var(--_spacing---padding--xxl);
    grid-row-gap: var(--_spacing---padding--xxl);
  }

  .our_process_wrap.u-vflex-left-top.u-vflex-stretch-top {
    grid-column-gap: var(--_spacing---padding--huge);
    grid-row-gap: var(--_spacing---padding--huge);
  }

  .our_process_icons.u-grid-autofit {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  }

  .process_discover.u-vflex-left-between, .process_design.u-vflex-left-between, .process_build.u-vflex-left-between, .process_maintain.u-vflex-left-between {
    grid-column-gap: var(--_spacing---padding--xs);
    grid-row-gap: var(--_spacing---padding--xs);
  }

  .our_designs_wrap.u-grid-desktop.u-min-height-screen {
    min-height: auto;
  }

  .vertical_text.u-vflex-stretch-bottom {
    display: none;
  }

  .vertical_images.u-column-4.u-vflex-left-top {
    flex-flow: row;
    order: 1;
    display: none;
  }

  .our_designs_content.u-column-6.u-vflex-stretch-between {
    padding-top: var(--_spacing---section-space--none);
    padding-bottom: var(--_spacing---section-space--none);
    grid-column-gap: var(--_spacing---padding--huge);
    grid-row-gap: var(--_spacing---padding--huge);
  }

  .design_bottom.u-grid-custom {
    display: none;
  }

  .design_bottom.u-grid-custom.is-mobile {
    grid-column-gap: var(--_spacing---padding--small);
    grid-row-gap: var(--_spacing---padding--small);
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .ourservices_cards_main.u-grid-autofit, .ourservices_cards_main.u-grid-autofit:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news_heading.u-text-style-h2.u-mb-4 {
    flex-flow: wrap;
  }

  .about_main_wrap.u-grid-autofit.u-align-items-center {
    grid-column-gap: var(--_spacing---padding--xxl);
    grid-row-gap: var(--_spacing---padding--xxl);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 36rem), 1fr));
  }

  .community_hero_wrap.u-grid-desktop {
    grid-column-gap: var(--_spacing---padding--huge);
    grid-row-gap: var(--_spacing---padding--huge);
  }

  .community_ticker_main.u-column-6.u-radius-medium.u-vflex-left-bottom.u_padding_medium {
    aspect-ratio: 3 / 2;
  }

  .community_wrap.u-vflex-left-between {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .community_cards_wrap.u-grid-autofit {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
    grid-auto-flow: row;
  }

  .community_cards_wrap.u-grid-autofit.u-width-full {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .community_card_main.u-vflex-left-between.u-radius-medium.u_padding_medium {
    width: 100%;
  }

  .explore_cards_wrap.u-grid-autofit.u-width-full {
    grid-row-gap: var(--_spacing---padding--xxl);
    grid-template-columns: repeat(1, minmax(100%, 1fr));
  }

  .explore_cards_wrap.u-grid-autofit.u-width-full:where(.w-variant-3e4330d7-b788-998b-112d-bf89eb886df0) {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
  }

  .footer_content_wrap.u-vflex-left-top {
    grid-column-end: span 3;
  }

  .footer_links_wrap.u-grid-desktop {
    grid-column-gap: var(--_spacing---padding--xxl);
    grid-row-gap: var(--_spacing---padding--xxl);
  }

  .footer_newsletter_main.u-vflex-left-top {
    grid-row: 3;
    grid-column-end: span 12;
  }

  .guarantee_section_wrap.u-theme-light {
    width: auto;
    margin-left: 0;
  }

  .g_visual.u-column-6 {
    grid-column-end: span 12;
  }

  .g_content_wrap.u-vflex-left-top {
    grid-column-gap: var(--_spacing---padding--medium);
    grid-row-gap: var(--_spacing---padding--medium);
  }

  .g_content_grid.u-grid-custom.u-flex-grow {
    grid-column-gap: var(--_spacing---padding--large);
    grid-row-gap: var(--_spacing---padding--large);
  }

  .g_grid_content.u-column-6 {
    grid-column: auto / span 12;
  }

  .g_grid_content.u-column-6.u-vflex-left-top.u-theme-dark.u-min-height-screen.u-vflex-stretch-bottom {
    display: none;
  }

  .g_grid_content.u-column-6.u-vflex-left-top.u-theme-dark.u-min-height-screen.u-vflex-stretch-bottom.u-position-relative {
    order: -9999;
    max-width: 80%;
    margin-bottom: 0;
  }

  .our_designs_images {
    grid-column-gap: var(--_spacing---padding--medium);
    grid-row-gap: var(--_spacing---padding--medium);
    justify-content: center;
    margin-left: -12rem;
    margin-right: -12rem;
    display: flex;
  }

  .search_btn_desktop {
    display: none;
  }

  .search_btn_tablet {
    display: block;
  }

  .footer_links_main.u-hflex-left-top.u-column-8.u-grid-subgrid {
    grid-column-gap: var(--_spacing---padding--xxl);
    grid-row-gap: var(--_spacing---padding--xxl);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .cru-ncf-map-item-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cru-ncf-map-items {
    padding-right: 0;
  }

  .filter_button_wrapper.u-hflex-left-stretch.u-gap-2.u-mb-5, .filter_button_wrapper.u-hflex-left-stretch.u-gap-2.u-mb-4 {
    flex-flow: wrap;
  }

  .home_inspiration_layout.u-grid-autofit.u-align-items-center {
    grid-column-gap: var(--_spacing---padding--xxl);
    grid-row-gap: var(--_spacing---padding--xxl);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 36rem), 1fr));
  }

  .home_inspiration_image.u-max-width-60ch {
    width: 100%;
  }

  .filters_form.u-hflex-left-top.u-gap-2 {
    flex-flow: wrap;
  }

  .g_cta_section_wrap.u-theme-light {
    width: auto;
    margin-left: 0;
  }

  .g_cta_main.u-container.u_padding_medium {
    aspect-ratio: 3 / 2;
  }

  .offices_list_grid.u-grid-custom {
    grid-template-columns: var(--grid-3);
  }

  .services_header_layout.u-grid-autofit.u-align-items-center {
    grid-column-gap: var(--_spacing---padding--xxl);
    grid-row-gap: var(--_spacing---padding--xxl);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 36rem), 1fr));
  }

  .services_header_content.u-alignment-center.u-vflex-center-top {
    padding-bottom: 6rem;
  }

  .services_header_image_wrap.u-hflex-center-center.u-shadow-medium.u-position-relative {
    order: -9999;
    max-width: 80%;
    margin-bottom: 0;
  }

  .services_header_image.u-radius-medium.u-height-full.u-width-full {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .services_header_image.u-radius-medium.u-height-full {
    grid-column-gap: var(--_spacing---padding--xl);
    grid-row-gap: var(--_spacing---padding--xl);
  }

  .services_header_image.u-width-full {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .intro_layout.u-hflex-between-top.u-gap-gutter {
    flex-flow: column;
  }

  .intro_layout.u-hflex-between-center {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .intro_image_wrap {
    order: -1;
    margin-bottom: 2rem;
  }

  .feature_section_wrap.u-theme-light {
    width: auto;
    margin-left: 0;
  }

  .feature_layout.u-grid-custom.u-align-items-center {
    grid-column-gap: var(--_spacing---padding--xxl);
    grid-row-gap: var(--_spacing---padding--xxl);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 36rem), 1fr));
  }

  .feature_content.u-max-width-70ch.u-column-5 {
    grid-column-end: span 12;
  }

  .history_layout.u-hflex-between-top {
    flex-flow: column;
  }

  .history_image_wrap {
    order: -1;
    margin-bottom: 2rem;
  }

  .consultation_cta_span.u-position-relative {
    order: -9999;
    max-width: 80%;
    margin-bottom: 0;
  }

  .intro_content_top.u-grid-custom {
    grid-template-columns: var(--grid-1);
  }

  .intro_list_wrap.u-grid-custom {
    grid-row-gap: var(--_spacing---padding--large);
    grid-template-columns: var(--grid-2);
  }

  .plans_list_wrap.u-width-full {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .local_teams_layout.u-hflex-between-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .local_teams_content.u-max-width-80ch {
    padding-bottom: 2rem;
  }

  .teams_list.u-grid-custom.u-gap-row-8 {
    grid-template-columns: var(--grid-2);
  }

  .teams_card_img.u-width-full {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .teams_card_img.u-width-full.u-height-full {
    grid-column-gap: var(--_spacing---padding--xl);
    grid-row-gap: var(--_spacing---padding--xl);
  }

  .team_card_links.u-vflex-left-top.u-gap-3.u-width-full {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .service_feature_contain.u-container.u_padding_medium {
    aspect-ratio: 3 / 2;
  }

  .service_feature_layout.u-grid-custom.u-align-items-center {
    grid-column-gap: var(--_spacing---padding--xxl);
    grid-row-gap: var(--_spacing---padding--xxl);
    grid-template-columns: var(--grid-1);
  }

  .service_feature_content.u-max-width-50ch.u-column-6.u-margin-inline-auto.u-theme-light {
    width: auto;
    margin-left: 0;
  }

  .service_feature_heading.u-text-style-h3.u-mb-4.u-max-width-20ch.u-radius-medium.u-shadow-medium.u-position-relative {
    order: -9999;
    max-width: 80%;
    margin-bottom: 0;
  }

  .service_feature_image_wrap.u-ratio-3-2.u-radius-regular.u-overflow-hidden.u-column-6.u-margin-inline-auto {
    width: auto;
    margin-left: 0;
  }

  .service_feature_image.u-height-full {
    grid-column-gap: var(--_spacing---padding--xl);
    grid-row-gap: var(--_spacing---padding--xl);
  }

  .brochures_image.u-width-full {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .brochures_card_header {
    margin-bottom: 2rem;
  }

  .brochures_card_image_wrap {
    width: 100%;
    margin-bottom: .5rem;
  }

  .brochures_card_image.u-width-full {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .brochures_card_image.u-width-full.u-height-full, .franchise_header_image.u-position-absolute.u-height-full {
    grid-column-gap: var(--_spacing---padding--xl);
    grid-row-gap: var(--_spacing---padding--xl);
  }

  .franchise_header_image.u-position-absolute.u-height-full.u-width-full {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .u-text-style-h3-2.u-mb-4 {
    flex-flow: wrap;
  }

  .team_section_layout.u-grid-autofit {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 39rem), 1fr));
  }

  .team_list.u-grid-custom {
    grid-row-gap: var(--_spacing---padding--large);
    grid-template-columns: var(--grid-2);
  }

  .team_card_subheading.u-text-style-large-2.u-mb-5, .news_list_filters_wrap.u-mb-5 {
    flex-flow: wrap;
  }

  .news_list.u-grid-custom.u-gap-row-8 {
    grid-template-columns: var(--grid-2);
  }

  .news_card_image.u-width-full {
    grid-column-gap: var(--site--margin);
    grid-row-gap: var(--site--margin);
  }

  .news_card_image.u-width-full.u-height-full {
    grid-column-gap: var(--_spacing---padding--xl);
    grid-row-gap: var(--_spacing---padding--xl);
  }

  .u-text-style-h4-4.u-text-style-secondary.u-alignment-center.u-mb-4 {
    flex-flow: wrap;
  }

  .section_legal_header_wrap.u-theme-light {
    width: auto;
    margin-left: 0;
  }

  .listing_details_team_name.u-hflex-left-center, .listing_details_team_name.u-hflex-left-center.u-text-style-h4, .listing_details_team_info.u-hflex-left-center {
    flex-flow: wrap;
  }

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .faq3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .header80_image-wrapper.is-image-3 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 24vw;
  }

  .header80_image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-1 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .header80_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .relateditems_collection_list.u-hflex-left-stretch {
    grid-template-columns: 1fr;
  }

  .listing_details_team_location.u-text-style-large.u-weight-regular.u-hflex-left-center {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .u-grid-tablet {
    flex-flow: column;
    display: flex;
  }

  .search_wrap.u-column-custom.u-hflex-between-center {
    grid-column: auto / span 12;
  }

  .our_process_icons.u-grid-autofit {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  }

  .process_discover.u-vflex-left-between, .process_design.u-vflex-left-between {
    margin-bottom: var(--_spacing---padding--xxl);
  }

  .g_content_main.u-hflex-between-stretch.u-align-self-stretch {
    align-self: flex-start;
  }

  .footer_newsletter_main.u-vflex-left-top {
    grid-column-end: span 10;
  }

  .footer_credits.u-hflex-between-stretch {
    grid-column-gap: var(--_spacing---padding--medium);
    grid-row-gap: var(--_spacing---padding--medium);
    flex-flow: column;
  }

  .footer_credits_links.u-hflex-left-top {
    justify-content: space-between;
  }

  .g_visual.u-column-6 {
    grid-column-end: span 6;
  }

  .g_content_grid.u-grid-custom.u-flex-grow {
    grid-template-columns: var(--grid-6);
  }

  .g_grid_content.u-column-6 {
    grid-row: 2;
    grid-column-end: span 6;
  }

  .cru-ncf-map-items {
    height: 50vh;
    overflow: scroll;
  }

  .ncf-map-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 90vh;
    display: flex;
  }

  .ncf-map-inner-wrapper {
    height: 50vh;
    max-height: 480px;
  }

  .location-item-layout.u-hflex-between-center {
    grid-column: auto / span 12;
  }

  .filter_button_wrapper.u-hflex-left-stretch {
    justify-content: space-between;
  }

  .filter_button_wrapper.u-hflex-left-stretch.u-gap-2.u-mb-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_inspiration_image.u-position-absolute {
    max-width: 15ch;
    left: -4rem;
  }

  .offices_list_grid.u-grid-custom {
    grid-template-columns: var(--grid-2);
  }

  .services_header_image.u-radius-medium.u-shadow-medium.is-right {
    max-width: 16ch;
    bottom: 20%;
    right: -3rem;
  }

  .services_header_image.u-radius-medium.u-shadow-medium.is-left {
    max-width: 15ch;
    left: -4rem;
  }

  .services_header_image.u-radius-medium.u-shadow-medium.is-about-right {
    max-width: 15ch;
    right: -4rem;
  }

  .services_header_image.u-radius-medium.u-height-full {
    height: auto;
  }

  .intro_content_top.u-grid-custom {
    grid-template-columns: var(--grid-1);
    grid-template-columns: var(--grid-1);
  }

  .plans_list_wrap.u-width-full.u-grid-custom {
    grid-template-columns: var(--grid-1);
  }

  .listing_details_sticky_track.u-position-relative.u-grid-custom {
    flex-flow: column;
    display: flex;
  }

  .listing_details_content.u-column-2 {
    order: 1;
  }

  .sticky_details_wrap.u-position-sticky.u-min-height-screen {
    min-height: 100%;
    position: static;
  }

  .listing_details_wrap.u-vflex-stretch-between.u-align-self-stretch {
    align-self: flex-start;
  }

  .listing_details_wrap.u-hflex-between-top {
    grid-column-gap: var(--_spacing---section-space--large);
    grid-row-gap: var(--_spacing---section-space--large);
    flex-flow: wrap;
  }

  .teams_list.u-grid-custom.u-gap-row-8 {
    grid-template-columns: var(--grid-1);
  }

  .service_feature_heading.u-text-style-h3.u-mb-4.u-max-width-20ch.u-radius-medium.u-shadow-medium.is-right {
    max-width: 16ch;
    bottom: 20%;
    right: -3rem;
  }

  .service_feature_heading.u-text-style-h3.u-mb-4.u-max-width-20ch.u-radius-medium.u-shadow-medium.is-left {
    max-width: 15ch;
    left: -4rem;
  }

  .team_list.u-grid-custom {
    grid-template-columns: var(--grid-1);
  }

  .team_card_subheading.u-text-style-large-2.u-mb-5, .news_list_filters_wrap.u-mb-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .news_list.u-grid-custom.u-gap-row-8 {
    grid-template-columns: var(--grid-1);
  }

  .listing_details_copy_wrap.u-grid-autofit {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  }

  .listing_details_grid.u-column-6 {
    grid-column-start: auto;
  }

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

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

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .faq3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

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

  .header80_ix-trigger {
    margin-top: 35rem;
  }

  .header80_image-wrapper.is-image-3 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-1 {
    width: 30vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header80_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header80_content {
    padding-top: 4rem;
  }

  .header80_component {
    height: 150vh;
  }
}

@media screen and (max-width: 479px) {
  .u-text-style-main.u-max-width-30ch {
    max-width: 20ch;
  }

  .u-grid-landscape {
    flex-flow: column;
    display: flex;
  }

  .u-grid-breakout {
    grid-template-columns: var(--grid-breakout-single);
  }

  .hero_heading.u-text-style-h1.u-vflex-center-center {
    padding-right: var(--size--0rem);
    padding-left: var(--size--0rem);
  }

  .testimonials_content_btn.u-hflex-left-center {
    flex-flow: wrap;
  }

  .our_process_icons.u-grid-autofit {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 8rem), 1fr));
  }

  .vertical_text.u-vflex-stretch-bottom {
    display: none;
  }

  .ourservices_cards_main.u-grid-autofit:where(.w-variant-074f060d-5fee-c05e-a073-bd2fb41828dd) {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  }

  .footer_content_wrap.u-vflex-left-top {
    grid-column-end: span 2;
  }

  .footer_newsletter_main.u-vflex-left-top {
    grid-column-end: span 9;
  }

  .footer_heading.u-text-style-tagline-small {
    white-space: pre-wrap;
  }

  .g_visual.u-column-6 {
    grid-column-end: span 6;
  }

  .g_grid_content.u-column-6 {
    grid-row: 2;
    grid-column-end: span 6;
  }

  .g_grid_content.u-column-6.u-vflex-left-top.u-theme-dark.u-min-height-screen.u-vflex-stretch-bottom {
    display: none;
  }

  .footer_links_main.u-hflex-left-top.u-column-8.u-grid-subgrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cru-ncf-map-item-list {
    height: auto;
  }

  .ncf-filter-reset {
    padding: 6px 12px;
  }

  .cru-ncf-zoom-controls-wrapper {
    top: 1rem;
    right: 1rem;
  }

  .cru-ncf-map-styleguide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-nav-preview-wrap {
    max-width: 100%;
  }

  .home_inspiration_image.u-position-absolute {
    max-width: 10ch;
    left: -2rem;
  }

  .g_cta_image.u-max-width-30ch {
    max-width: 20ch;
  }

  .team_card_link.u-hflex-left-center {
    flex-flow: wrap;
  }

  .offices_list_grid.u-grid-custom {
    grid-template-columns: var(--grid-1);
  }

  .services_header_image.u-radius-medium.u-shadow-medium.is-right {
    max-width: 12ch;
    right: -2rem;
  }

  .services_header_image.u-radius-medium.u-shadow-medium.is-left {
    max-width: 10ch;
    left: -2rem;
  }

  .services_header_image.u-radius-medium.u-shadow-medium.is-about-right {
    max-width: 10ch;
    right: -2rem;
  }

  .services_header_image.u-radius-medium.u-height-full {
    height: auto;
  }

  .intro_list_wrap.u-grid-custom {
    grid-template-columns: var(--grid-1);
  }

  .service_feature_heading.u-text-style-h3.u-mb-4.u-max-width-20ch.u-radius-medium.u-shadow-medium.is-right {
    max-width: 12ch;
    right: -2rem;
  }

  .service_feature_heading.u-text-style-h3.u-mb-4.u-max-width-20ch.u-radius-medium.u-shadow-medium.is-left {
    max-width: 10ch;
    left: -2rem;
  }

  .listing_details_team_name.u-hflex-left-center.u-text-style-h4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .listing_details_grid.u-column-6 {
    grid-column-end: span 3;
  }

  .faq3_answer {
    white-space: break-spaces;
    word-break: keep-all;
    overflow-wrap: anywhere;
    flex-flow: wrap;
    display: inline-flex;
  }

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

  .faq3_content {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: start;
    display: flex;
  }

  .faq3_question {
    flex-flow: wrap;
  }

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

  .header80_image-wrapper {
    width: 30vw;
    height: 35vw;
  }
}

#w-node-d2ab02c9-9e33-9262-4a46-5fdaee667a95-1c7f8232:where(.w-variant-c56ae977-26d0-013b-4d88-dca06f90d7c0) {
  align-self: center;
}

#w-node-_1ec52c20-7aef-59fe-e0f9-08e8f40f6625-dcd50d6f, #w-node-_1ec52c20-7aef-59fe-e0f9-08e8f40f6627-dcd50d6f, #w-node-_1ec52c20-7aef-59fe-e0f9-08e8f40f6629-dcd50d6f, #w-node-_1ec52c20-7aef-59fe-e0f9-08e8f40f662b-dcd50d6f, #w-node-_1ec52c20-7aef-59fe-e0f9-08e8f40f662f-dcd50d6f, #w-node-_1ec52c20-7aef-59fe-e0f9-08e8f40f6631-dcd50d6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ec52c20-7aef-59fe-e0f9-08e8f40f6634-dcd50d6f {
  align-self: end;
}

#w-node-_1ec52c20-7aef-59fe-e0f9-08e8f40f663d-dcd50d6f {
  place-self: end center;
}

#w-node-_1ec52c20-7aef-59fe-e0f9-08e8f40f663d-dcd50d6f:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-e749fc67-fce3-2d6e-3ea1-2a601e28dd4c-dcd50d6f {
  align-self: end;
}

#w-node-e749fc67-fce3-2d6e-3ea1-2a601e28dd55-dcd50d6f {
  place-self: end center;
}

#w-node-e749fc67-fce3-2d6e-3ea1-2a601e28dd55-dcd50d6f:where(.w-variant-6fb84cc6-9abc-07b3-01a6-1fb5dcd50d90) {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-efdb8a02-c36f-fe92-a564-63333a7af8eb-05826501 {
  align-self: start;
}

#w-node-_94406a19-14f8-02bd-7470-02af807bda1e-b7c7b2e7, #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d31-91b86060 {
  grid-column: span 6 / span 6;
}

#w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d55-91b86060 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d75-91b86060, #w-node-afdb5d2f-4bc9-da5f-b16c-0de27e6d4462-14aa33ad, #w-node-dcf56909-c487-ba12-2f66-ce5c36d21f29-e9ba6f09 {
  grid-column: span 6 / span 6;
}

#w-node-a90edd39-2dd3-ec96-644f-12f839eab137-70d2be3a, #w-node-a90edd39-2dd3-ec96-644f-12f839eab15c-70d2be3a, #w-node-a90edd39-2dd3-ec96-644f-12f839eab183-70d2be3a, #w-node-a90edd39-2dd3-ec96-644f-12f839eab1aa-70d2be3a, #w-node-a90edd39-2dd3-ec96-644f-12f839eab1d1-70d2be3a, #w-node-a90edd39-2dd3-ec96-644f-12f839eab1f8-70d2be3a, #w-node-a90edd39-2dd3-ec96-644f-12f839eab137-d4b12bf1, #w-node-a90edd39-2dd3-ec96-644f-12f839eab15c-d4b12bf1, #w-node-a90edd39-2dd3-ec96-644f-12f839eab183-d4b12bf1 {
  grid-area: 1 / 7 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_94406a19-14f8-02bd-7470-02af807bd9f6-b7c7b2e7, #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4cf5-91b86060 {
    order: -9999;
  }

  #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d0f-91b86060 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d11-91b86060 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d4b-91b86060, #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d53-91b86060 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d55-91b86060 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d8f-91b86060 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_1a958e4e-3225-e5fb-acf3-92adda044a68-7e18cba0, #w-node-afdb5d2f-4bc9-da5f-b16c-0de27e6d4460-14aa33ad {
    order: -9999;
  }

  #w-node-afdb5d2f-4bc9-da5f-b16c-0de27e6d4462-14aa33ad {
    grid-column: span 12 / span 12;
  }

  #w-node-_54fa259d-d881-5176-0682-f8146bd80b9f-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80bd2-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80bf3-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80c14-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80c35-71172a53, #w-node-dcf56909-c487-ba12-2f66-ce5c36d21f02-e9ba6f09, #w-node-_9a53010d-40d4-b033-80cc-ad8faf98b58d-e9ba6f09, #w-node-dcf56909-c487-ba12-2f66-ce5c36d21f27-e9ba6f09 {
    order: -9999;
  }

  #w-node-dcf56909-c487-ba12-2f66-ce5c36d21f29-e9ba6f09 {
    grid-column: span 12 / span 12;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab0f7-70d2be3a {
    order: -9999;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab135-70d2be3a {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab137-70d2be3a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab15a-70d2be3a {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab15c-70d2be3a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab181-70d2be3a {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab183-70d2be3a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab1a8-70d2be3a {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab1aa-70d2be3a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab1cf-70d2be3a {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab1d1-70d2be3a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab1f6-70d2be3a {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab1f8-70d2be3a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab0f7-d4b12bf1 {
    order: -9999;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab135-d4b12bf1 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab137-d4b12bf1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab15a-d4b12bf1 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab15c-d4b12bf1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab181-d4b12bf1 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a90edd39-2dd3-ec96-644f-12f839eab183-d4b12bf1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1a958e4e-3225-e5fb-acf3-92adda044a68-14bcfec8, #w-node-_1a958e4e-3225-e5fb-acf3-92adda044a68-8cd94112, #w-node-_1a958e4e-3225-e5fb-acf3-92adda044a68-a4651351 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d11-91b86060 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d31-91b86060, #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d53-91b86060, #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d75-91b86060 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5c035cbb-2889-e1b9-9a60-23e96818a4fe-271e0c67, #w-node-acc064df-b086-edc5-8532-3a804035eac4-47a77e76, #w-node-_06876766-f83a-e1ab-e007-68f018fea200-c154a172 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecd8c8d1-c6db-d820-7591-f965e72d4d55-91b86060 {
    grid-column-end: 2;
  }

  #w-node-afdb5d2f-4bc9-da5f-b16c-0de27e6d4462-14aa33ad {
    grid-column: span 6 / span 6;
  }

  #w-node-_54fa259d-d881-5176-0682-f8146bd80bb8-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80bd2-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80bd9-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80bf3-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80bfa-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80c14-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80c1b-71172a53, #w-node-_54fa259d-d881-5176-0682-f8146bd80c35-71172a53 {
    grid-column: span 1 / span 1;
  }

  #w-node-dcf56909-c487-ba12-2f66-ce5c36d21f29-e9ba6f09 {
    grid-column: span 6 / span 6;
  }
}


@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('/assets/ESRebondGrotesque-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('/assets/ESRebondGrotesque-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('/assets/ESRebondGrotesque-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('/assets/ESRebondGrotesque-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('/assets/ESRebondGrotesque-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('/assets/ESRebondGrotesque-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('/assets/ESRebondGrotesque-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('/assets/ESRebondGrotesque-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('/assets/ESRebondGrotesque-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('/assets/ESRebondGrotesque-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Meraki';
  src: url('/assets/Meraki-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}