@import url(fontawesome-all.min.css);

@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../webfonts/source-sans-pro/source-sans-pro-300.woff2") format("woff2");
}

@font-face {
	font-family: "Source Sans Pro";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url("../webfonts/source-sans-pro/source-sans-pro-300italic.woff2") format("woff2");
}

@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../webfonts/source-sans-pro/source-sans-pro-400.woff2") format("woff2");
}

@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../webfonts/source-sans-pro/source-sans-pro-600.woff2") format("woff2");
}

@font-face {
	font-family: "Source Sans Pro";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url("../webfonts/source-sans-pro/source-sans-pro-600italic.woff2") format("woff2");
}

@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../webfonts/source-sans-pro/source-sans-pro-700.woff2") format("woff2");
}

/*
	Dimension by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

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

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

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

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

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

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #1b1f22;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	html {
		font-size: 16pt;
	}

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

			html {
				font-size: 12pt;
			}

		}

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

			html {
				font-size: 11pt;
			}

		}

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

			html {
				font-size: 10pt;
			}

		}

	body, input, select, textarea {
		color: #ffffff;
		font-family: "Source Sans Pro", sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.65;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
		text-decoration: none;
		color: inherit;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		color: #ffffff;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 600;
		line-height: 1.5;
		margin: 0 0 1rem 0;
		text-transform: uppercase;
		letter-spacing: 0.2rem;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
			border-bottom: solid 1px #ffffff;
			width: -moz-max-content;
			width: -webkit-max-content;
			width: -ms-max-content;
			width: max-content;
			padding-bottom: 0.5rem;
			margin: 0 0 2rem 0;
		}

	h1 {
		font-size: 2.25rem;
		line-height: 1.3;
		letter-spacing: 0.5rem;
	}

	h2 {
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0.5rem;
	}

	h3 {
		font-size: 1rem;
	}

	h4 {
		font-size: 0.8rem;
	}

	h5 {
		font-size: 0.7rem;
	}

	h6 {
		font-size: 0.6rem;
	}

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

		h1 {
			font-size: 1.75rem;
			line-height: 1.4;
		}

		h2 {
			font-size: 1.25em;
			line-height: 1.5;
		}

	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px #ffffff;
		font-style: italic;
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0.25rem;
		padding: 0.25rem 0.65rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0 2rem 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1rem 1.5rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #ffffff;
		margin: 2.75rem 0;
	}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

/* Form */

	form {
		margin: 0 0 2rem 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3rem);
			margin: -1.5rem 0 2rem -1.5rem;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5rem 0 0 1.5rem;
				width: calc(100% - 1.5rem);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75rem);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5rem);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375rem);
				}

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

			form > .fields {
				width: calc(100% + 3rem);
				margin: -1.5rem 0 2rem -1.5rem;
			}

				form > .fields > .field {
					padding: 1.5rem 0 0 1.5rem;
					width: calc(100% - 1.5rem);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5rem);
					}

		}

	label {
		color: #ffffff;
		display: block;
		font-size: 0.8rem;
		font-weight: 300;
		letter-spacing: 0.2rem;
		line-height: 1.5;
		margin: 0 0 1rem 0;
		text-transform: uppercase;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: solid 1px #ffffff;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23ffffff' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75rem;
		padding-right: 2.75rem;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #1b1f22;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
			user-select: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-size: 0.8rem;
			font-weight: 300;
			margin: 0 0 0.5rem 0;
			padding-left: 2.65rem;
			padding-right: 0.75rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				-webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				border-radius: 4px;
				border: solid 1px #ffffff;
				content: '';
				display: inline-block;
				height: 1.65rem;
				left: 0;
				line-height: 1.65rem;
				position: absolute;
				text-align: center;
				top: -0.15rem;
				width: 1.65rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff !important;
			border-color: #ffffff !important;
			color: #1b1f22;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px #ffffff;
		margin-bottom: 2rem;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image:before {
			pointer-events: none;
			background-image: url("../../images/overlay.png");
			background-color: rgba(19, 21, 25, 0.5);
			border-radius: 4px;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0.5;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 2.5rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

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

			.image.main {
				margin: 2rem 0;
			}

		}

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

			.image.main {
				margin: 1.5rem 0;
			}

		}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #ffffff;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2rem 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1rem 0;
		}

		dl dd {
			margin-left: 2rem;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1rem);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1rem 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.75em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li a {
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #ffffff;
				display: inline-block;
				height: 2.25rem;
				line-height: 2.25rem;
				text-align: center;
				width: 2.25rem;
			}

				ul.icons li a:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				ul.icons li a:active {
					background-color: rgba(255, 255, 255, 0.175);
				}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #ffffff;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #ffffff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #ffffff;
		}

		table tfoot {
			border-top: solid 2px #ffffff;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #ffffff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 1px #ffffff;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8rem;
		font-weight: 300;
		height: 2.75rem;
		letter-spacing: 0.2rem;
		line-height: 2.75rem;
		outline: 0;
		padding: 0 1.25rem 0 1.35rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(255, 255, 255, 0.175);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6rem;
			height: 2.0625rem;
			line-height: 2.0625rem;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #ffffff;
			color: #1b1f22 !important;
			font-weight: 600;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			cursor: default;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button {
		line-height: calc(2.75rem - 2px);
	}

/* BG */

	#bg {
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-backface-visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 1;
	}

		#bg:before, #bg:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		#bg:before {
			-moz-transition: background-color 2.5s ease-in-out;
			-webkit-transition: background-color 2.5s ease-in-out;
			-ms-transition: background-color 2.5s ease-in-out;
			transition: background-color 2.5s ease-in-out;
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
			background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../images/overlay.png");
			background-size: auto, 256px 256px;
			background-position: center, center;
			background-repeat: no-repeat, repeat;
			z-index: 2;
		}

		#bg:after {
			-moz-transform: scale(1.125);
			-webkit-transform: scale(1.125);
			-ms-transform: scale(1.125);
			transform: scale(1.125);
			-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out;
			-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
			-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
			transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
			background-image: url("../../images/bg.jpg");
			background-position: center center;
			background-size: cover;
			background-repeat: no-repeat;
			-moz-filter: saturate(1.04) brightness(1.03);
			-webkit-filter: saturate(1.04) brightness(1.03);
			-ms-filter: saturate(1.04) brightness(1.03);
			filter: saturate(1.04) brightness(1.03);
			z-index: 1;
		}

		body.is-article-visible #bg:after {
			-moz-transform: scale(1.0825);
			-webkit-transform: scale(1.0825);
			-ms-transform: scale(1.0825);
			transform: scale(1.0825);
			-moz-filter: blur(0.2rem);
			-webkit-filter: blur(0.2rem);
			-ms-filter: blur(0.2rem);
			filter: blur(0.2rem);
		}

		body.is-preload #bg:before {
			background-color: #000000;
		}

		/* Keep the photo visible, but soften it behind the hero content. */
		#bg:before {
			background: linear-gradient(180deg, rgba(255, 249, 240, 0.05) 0%, rgba(252, 244, 231, 0.07) 42%, rgba(244, 231, 208, 0.14) 100%);
		}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		position: relative;
		min-height: 100vh;
		min-height: 100svh;
		width: 100%;
		padding: 2rem 2rem 1rem 2rem;
		z-index: 3;
	}

		#wrapper:before {
			content: '';
			display: block;
		}

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

			#wrapper {
				padding: 1.5rem 2rem 0.85rem 2rem;
			}

		}

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

			#wrapper {
				padding: 2rem 1rem;
			}

		}

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

			#wrapper {
				padding: 1rem;
			}

		}

/* Header */

	#header {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		grid-template-areas:
			"logo nav"
			"content content";
		align-items: center;
		-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		max-width: min(100%, 78rem);
		width: min(100%, 78rem);
		row-gap: 0.55rem;
		column-gap: 1.75rem;
		text-align: left;
	}

		#header > * {
			-moz-transition: opacity 0.325s ease-in-out;
			-webkit-transition: opacity 0.325s ease-in-out;
			-ms-transition: opacity 0.325s ease-in-out;
			transition: opacity 0.325s ease-in-out;
			position: relative;
			margin-top: 0;
		}

			#header > *:before {
				display: none;
			}

		#header > :first-child {
			margin-top: 0;
		}

			#header > :first-child:before {
				display: none;
			}

		#header .logo {
			grid-area: logo;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: flex-start;
			gap: 0.85rem;
			width: -moz-fit-content;
			width: -webkit-fit-content;
			width: -ms-fit-content;
			width: fit-content;
			height: auto;
			line-height: 1;
			padding: 0;
			border: 0;
			border-radius: 0;
			max-width: 100%;
			justify-self: start;
		}

			#header .logo:after {
				display: none;
			}

			#header .logo img {
				display: block;
				width: 5.15rem;
				max-width: 5.15rem;
				max-height: 5.15rem;
				height: auto;
				-webkit-filter: brightness(0) invert(1) contrast(1.15);
				filter: brightness(0) invert(1) contrast(1.15);
			}

			#header .logo .logo__wordmark {
				display: inline-block;
				color: #ffffff;
				font-size: 1.55rem;
				font-weight: 600;
				letter-spacing: 0.08rem;
				line-height: 1;
				text-transform: none;
				white-space: nowrap;
			}

		#header .content {
			grid-area: content;
			border: 0;
			max-width: 100%;
			width: 100%;
			justify-self: stretch;
		}

			#header .content .inner {
				-moz-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-webkit-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-ms-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				padding: 0.5rem 2.5rem 1rem 2.5rem;
				max-height: 72rem;
				min-height: 0;
				overflow: hidden;
			}

			#header .content .inner > :last-child {
					margin-bottom: 0;
				}

			#header .content h1 {
				letter-spacing: 0.18rem;
				text-transform: none;
			}

			#header .content p {
				text-transform: none;
				letter-spacing: 0.06rem;
				font-size: 0.95rem;
				line-height: 1.85;
				max-width: 36rem;
			}

		#header .content:before {
			display: none;
		}

		#header .hero-stage {
			position: relative;
			display: grid;
			gap: 1.15rem;
			width: min(100%, 74rem);
			margin: 0 auto;
		}

		#header .hero-stage--fallback {
			width: min(100%, 58rem);
		}

		#header .hero-intro-card {
			display: grid;
			gap: 0.9rem;
			box-sizing: border-box;
			width: min(100%, 60rem);
			margin: 0 auto;
			padding: 1.4rem 1.55rem 1.3rem 1.55rem;
			border: solid 1px rgba(86, 95, 67, 0.18);
			border-radius: 1.5rem;
			background: linear-gradient(180deg, rgba(255, 250, 244, 0.97), rgba(247, 243, 234, 0.95));
			box-shadow: 0 24px 60px rgba(26, 30, 34, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.74);
			text-align: center;
			color: #1b1f22;
		}

		#header .hero-intro-title {
			margin: 0;
			color: #1b1f22;
			width: min(100%, 56rem);
			margin-left: auto;
			margin-right: auto;
			font-size: clamp(2.2rem, 3.4vw, 3rem);
			font-weight: 500;
			letter-spacing: -0.03em;
			line-height: 1.08;
			text-wrap: balance;
		}

		#header .content p.hero-intro-main {
			margin: 0;
			color: rgba(27, 31, 34, 0.94);
			width: min(100%, 54rem);
			max-width: 54rem;
			margin-left: auto;
			margin-right: auto;
			font-size: clamp(1.05rem, 1.5vw, 1.22rem);
			font-weight: 500;
			line-height: 1.6;
			letter-spacing: -0.01em;
			text-wrap: balance;
		}

		#header .hero-intro-chips {
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: 0.75rem;
			width: min(100%, 52rem);
			margin: 0 auto;
		}

		#header .hero-intro-chip {
			display: flex;
			align-items: center;
			justify-content: center;
			min-height: 4.35rem;
			padding: 0.75rem 1rem;
			border: solid 1px rgba(95, 105, 79, 0.18);
			border-radius: 1.1rem;
			background: rgba(255, 255, 255, 0.68);
			color: #33412a;
			font-size: 0.98rem;
			font-weight: 700;
			line-height: 1.2;
			letter-spacing: 0;
			text-align: center;
			text-wrap: balance;
		}

		#header .hero-intro-chip:nth-child(-n + 2) {
			font-size: 1.08rem;
			line-height: 1.12;
		}

		#header .hero-intro-chip:nth-child(n + 3) {
			font-size: 1.08rem;
			line-height: 1.12;
		}

		#header .hero-intro-value {
			max-width: 38rem;
			margin: 0 auto;
			color: rgba(52, 50, 39, 0.82);
			font-size: 0.98rem;
			font-weight: 600;
			line-height: 1.5;
		}

		#header .hero-intro-price {
			display: grid;
			gap: 0.45rem;
			width: min(100%, 48rem);
			margin: 0 auto;
			padding: 0.92rem 1.08rem;
			border: solid 1px rgba(116, 126, 89, 0.18);
			border-radius: 1.2rem;
			background: rgba(255, 255, 255, 0.72);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
			color: rgba(37, 42, 31, 0.92);
			font-size: 0.98rem;
			line-height: 1.5;
		}

		#header .hero-intro-price__line {
			display: block;
		}

		#header .hero-intro-price__amount {
			display: inline-block;
			padding: 0.12rem 0.55rem 0.14rem 0.55rem;
			border-radius: 999px;
			background: rgba(116, 126, 89, 0.16);
			box-shadow: inset 0 0 0 1px rgba(95, 105, 79, 0.18);
			color: #1b1f22;
			font-size: 1.08em;
			font-weight: 700;
			font-variant-numeric: tabular-nums;
			white-space: nowrap;
		}

		#header .hero-showcase__media {
			position: relative;
			width: min(100%, 68rem);
			margin: 0 auto;
		}

		#header .hero-carousel {
			position: relative;
			z-index: 2;
			width: 100%;
			margin: 0 auto;
			padding: 0 3.45rem 2.1rem 3.45rem;
		}

		#header .hero-carousel__frame {
			position: relative;
			padding: 0.52rem;
			border: 1px solid rgba(220, 202, 173, 0.9);
			border-radius: 1.32rem;
			background: linear-gradient(180deg, rgba(247, 240, 228, 0.98), rgba(238, 226, 206, 0.98));
			box-shadow: 0 1.25rem 2.4rem rgba(125, 101, 66, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.78);
		}

		#header .hero-carousel__viewport {
			position: relative;
			width: 100%;
			height: auto;
			max-height: none;
			aspect-ratio: 1915 / 979;
			margin: 0 auto;
			border: 1px solid rgba(223, 207, 181, 0.82);
			border-radius: 0.92rem;
			background: rgba(249, 244, 236, 0.96);
			box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42), 0 0.95rem 1.8rem rgba(148, 118, 76, 0.12);
			overflow: hidden;
		}

		#header .hero-carousel__slides {
			position: relative;
			width: 100%;
			height: 100%;
			opacity: 1;
			transition: opacity 0.8s ease;
		}

		#header .hero-carousel__slide {
			position: absolute;
			inset: 0;
			opacity: 0;
			transition: opacity 0.8s ease;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 0;
		}

		#header .hero-carousel__slide.is-active {
			opacity: 1;
			z-index: 1;
		}

		#header .hero-carousel__slide--copy {
			background:
				radial-gradient(circle at top, rgba(255, 255, 255, 0.045), transparent 52%),
				linear-gradient(180deg, rgba(10, 14, 18, 0.12), rgba(10, 14, 18, 0.06));
		}

		#header .hero-carousel__slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center center;
			border-radius: 0;
			background: transparent;
			opacity: 0.96;
		}

		#header .hero-carousel__arrow {
			position: absolute;
			top: 50%;
			z-index: 4;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 2.85rem;
			height: 2.85rem;
			min-height: 0;
			padding: 0;
			border: 1px solid rgba(228, 212, 188, 0.92);
			border-radius: 999px;
			background: rgba(246, 237, 223, 0.92);
			box-shadow: 0 0.85rem 1.6rem rgba(143, 114, 73, 0.16);
			line-height: 1;
			transform: translateY(-50%);
			color: rgba(73, 58, 35, 0.94) !important;
			transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
		}

		#header .hero-carousel__arrow span {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			font-size: 2rem;
			font-weight: 300;
			line-height: 1;
			text-shadow: none;
			transform: translateY(-0.04em);
		}

		#header .hero-carousel__arrow:hover,
		#header .hero-carousel__arrow:active {
			background: rgba(240, 228, 207, 0.96);
			box-shadow: 0 1rem 1.9rem rgba(143, 114, 73, 0.2);
		}

		#header .hero-carousel__arrow--prev {
			left: 0.45rem;
		}

		#header .hero-carousel__arrow--next {
			right: 0.45rem;
		}

		#header .hero-carousel__arrow--next span {
			transform: translate(0.05em, -0.04em);
		}

		#header .hero-carousel__pagination {
			position: absolute;
			left: 50%;
			bottom: 0.15rem;
			z-index: 4;
			display: flex;
			gap: 0.7rem;
			transform: translateX(-50%);
		}

		#header .hero-carousel__dot {
			width: 0.78rem;
			height: 0.78rem;
			min-height: 0;
			padding: 0;
			border-radius: 999px;
			border: 1px solid rgba(211, 188, 152, 0.72);
			background: rgba(251, 244, 234, 0.92);
			box-shadow: none;
			letter-spacing: 0;
			line-height: 1;
			text-indent: -9999px;
			overflow: hidden;
		}

		#header .hero-carousel__dot.is-active {
			background: #bea06c;
			border-color: rgba(190, 160, 108, 0.86);
		}

		#header nav {
			grid-area: nav;
			width: 100%;
			justify-self: end;
		}

		#header nav ul {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-moz-justify-content: flex-end;
			-webkit-justify-content: flex-end;
			-ms-justify-content: flex-end;
			justify-content: flex-end;
			margin-bottom: 0;
			list-style: none;
			padding-left: 0;
			border: 0;
			border-radius: 0;
			gap: 0.55rem;
		}

			#header nav ul li {
				padding-left: 0;
				border-left: 0;
			}

				#header nav ul li:first-child {
					border-left: 0;
				}

				#header nav ul li .header-nav__link {
					display: inline-flex;
					align-items: center;
					justify-content: center;
					min-width: 0;
					height: 2.45rem;
					line-height: 1;
					padding: 0 1.05rem;
					text-transform: uppercase;
					letter-spacing: 0.14rem;
					font-size: 0.72rem;
					border: 1px solid rgba(255, 255, 255, 0.94);
					border-bottom: 1px solid rgba(255, 255, 255, 0.94);
					box-shadow: none !important;
					border-radius: 999px;
					background-color: rgba(255, 255, 255, 0.88);
					background-clip: padding-box;
					color: #1b1f22 !important;
					text-shadow: none;
					text-decoration: none;
					position: relative;
					isolation: isolate;
					transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
				}

					#header nav ul li .header-nav__link::before,
					#header nav ul li .header-nav__link::after {
						display: none;
						content: none;
					}

					#header nav ul li .header-nav__link:hover {
						background-color: rgba(255, 255, 255, 0.78);
					}

					#header nav ul li .header-nav__link:active {
						background-color: rgba(255, 255, 255, 0.64);
					}

					#header nav ul li .header-nav__link:focus-visible {
						outline: 2px solid rgba(27, 31, 34, 0.2);
						outline-offset: 3px;
					}

				#header nav ul li .header-nav__link[data-buy-entry-mode="trial_only"] {
					background-color: #1b1f22;
					border-color: #1b1f22;
					border-bottom-color: #1b1f22;
					box-shadow: none;
					color: #ffffff !important;
				}

				#header nav ul li .header-nav__link[data-buy-entry-mode="trial_only"]:hover,
				#header nav ul li .header-nav__link[data-buy-entry-mode="trial_only"]:active,
				#header nav ul li .header-nav__link[data-buy-entry-mode="trial_only"]:focus-visible {
					background-color: #2a3034;
					border-color: #2a3034;
					border-bottom-color: #2a3034;
					box-shadow: none;
				}

				#header nav ul li .header-nav__link[data-buy-entry-mode="trial_only"]:focus-visible {
					outline-color: rgba(255, 255, 255, 0.42);
					}

		#header nav.use-middle:after {
			display: none;
			content: none;
		}

		#header nav.use-middle ul li.is-middle {
			border-left: 0;
		}

		body.is-article-visible #header {
			-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			-moz-filter: blur(0.1rem);
			-webkit-filter: blur(0.1rem);
			-ms-filter: blur(0.1rem);
			filter: blur(0.1rem);
			opacity: 0;
		}

		body.is-preload #header {
			-moz-filter: blur(0.125rem);
			-webkit-filter: blur(0.125rem);
			-ms-filter: blur(0.125rem);
			filter: blur(0.125rem);
		}

			body.is-preload #header > * {
				opacity: 0;
			}

			body.is-preload #header .content .inner {
				max-height: 0;
				padding-top: 0;
				padding-bottom: 0;
				opacity: 0;
			}

		@media screen and (min-width: 1280px) and (min-height: 800px) {

			#header {
				max-width: min(92vw, 94rem);
				width: min(92vw, 94rem);
			}

			#header .content .inner {
				padding-top: 0.35rem;
				padding-bottom: 0.65rem;
			}

			#header .hero-stage {
				width: min(100%, 76rem);
			}

			#header .hero-intro-card {
				width: min(100%, 60rem);
				padding: 1.55rem 1.8rem 1.45rem 1.8rem;
			}

			#header .hero-carousel {
				padding-left: 3.5rem;
				padding-right: 3.5rem;
			}

		}

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

			#header {
				grid-template-columns: 1fr;
				grid-template-areas:
					"logo"
					"nav"
					"content";
				justify-items: center;
				row-gap: 1rem;
				column-gap: 0;
				text-align: center;
			}

			#header .logo {
				width: auto;
				max-width: 100%;
				justify-content: center;
				justify-self: center;
			}

			#header nav {
				width: 100%;
				justify-self: stretch;
			}

			#header nav ul {
				justify-content: center;
			}

		}

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

			#header .content p br {
				display: none;
			}

		}

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

			#header {
				grid-template-columns: 1fr;
				grid-template-areas:
					"logo"
					"nav"
					"content";
				justify-items: center;
				row-gap: 1.15rem;
				text-align: center;
			}

			#header > * {
				margin-top: 0;
			}

				#header > *:before {
					display: none;
				}

			#header .logo {
				width: auto;
				height: auto;
			}

				#header .logo:after {
					top: calc(100% - 0.1rem);
					height: 2.9rem;
				}

				#header .logo img {
					width: 4.35rem;
					max-width: 4.35rem;
					max-height: 4.35rem;
				}

				#header .logo .logo__wordmark {
					font-size: 1.35rem;
				}

			#header .content .inner {
				padding: 1.25rem 0.85rem 1.5rem 0.85rem;
			}

			#header .content p {
				font-size: 0.9rem;
				line-height: 1.75;
			}

			#header .hero-stage {
				width: 100%;
				gap: 0.95rem;
			}

			#header .hero-intro-card {
				width: 100%;
				padding: 1.12rem 1.05rem 1.06rem 1.05rem;
				gap: 0.82rem;
			}

			#header .hero-intro-title {
				font-size: clamp(1.95rem, 5.1vw, 2.45rem);
			}

			#header .content p.hero-intro-main {
				width: min(100%, 46rem);
				max-width: 46rem;
				font-size: 1rem;
				line-height: 1.58;
				letter-spacing: -0.01em;
			}

			#header .hero-intro-chips {
				gap: 0.65rem;
			}

			#header .hero-intro-chip {
				min-height: 3.8rem;
				padding: 0.65rem 0.85rem;
				font-size: 0.92rem;
			}

			#header .hero-intro-chip:nth-child(-n + 2) {
				font-size: 0.98rem;
				line-height: 1.12;
			}

			#header .hero-intro-chip:nth-child(n + 3) {
				font-size: 0.98rem;
				line-height: 1.12;
			}

			#header .hero-intro-value {
				font-size: 0.94rem;
			}

			#header .hero-intro-price {
				font-size: 0.92rem;
				padding: 0.84rem 0.96rem;
			}

			#header .hero-showcase__media {
				width: 100%;
			}

			#header .hero-carousel__frame {
				padding: 0.46rem;
				border-radius: 1.12rem;
			}

			#header .hero-carousel {
				width: 100%;
				padding: 0 3rem 1.9rem 3rem;
			}

			#header .hero-carousel__arrow {
				width: 2.55rem;
				height: 2.55rem;
			}

			#header .hero-carousel__arrow span {
				font-size: 1.8rem;
			}

			#header nav {
				width: 100%;
			}

			#header nav ul {
				justify-content: center;
			}

		}

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

			#header {
				padding: 1.5rem 0;
			}

				#header .content .inner {
					padding: 1rem 0 1.35rem 0;
				}

				#header .hero-stage {
					gap: 0.8rem;
				}

				#header .hero-intro-card {
					padding: 0.95rem 0.82rem 0.92rem 0.82rem;
					border-radius: 1.18rem;
				}

				#header .hero-intro-title {
					font-size: clamp(1.72rem, 7vw, 2.05rem);
					line-height: 1.1;
				}

				#header .content p.hero-intro-main {
					width: 100%;
					max-width: 100%;
					font-size: 0.95rem;
					line-height: 1.56;
					letter-spacing: -0.01em;
				}

				#header .hero-intro-chips {
					grid-template-columns: 1fr;
					gap: 0.55rem;
				}

				#header .hero-intro-chip {
					min-height: 3.4rem;
					font-size: 0.9rem;
				}

				#header .hero-intro-chip:nth-child(-n + 2) {
					font-size: 0.96rem;
					line-height: 1.1;
				}

				#header .hero-intro-chip:nth-child(n + 3) {
					font-size: 0.96rem;
					line-height: 1.1;
				}

				#header .hero-intro-value {
					font-size: 0.88rem;
					line-height: 1.45;
				}

				#header .hero-intro-price {
					font-size: 0.9rem;
					padding: 0.82rem 0.88rem;
				}

				#header .hero-carousel__frame {
					padding: 0.36rem;
					border-radius: 0.96rem;
				}

				#header .hero-carousel {
					padding: 0 2.35rem 1.5rem 2.35rem;
				}

				#header .hero-carousel__viewport {
					border-radius: 0.72rem;
				}

				#header .hero-carousel__arrow {
					top: 50%;
					width: 2.2rem;
					height: 2.2rem;
					bottom: auto;
					transform: translateY(-50%);
				}

				#header .hero-carousel__arrow span {
					font-size: 1.6rem;
				}

				#header .hero-carousel__arrow--prev {
					left: 0.2rem;
				}

				#header .hero-carousel__arrow--next {
					right: 0.2rem;
				}

				#header .hero-carousel__arrow--next span {
					transform: translate(0.05em, -0.04em);
				}

				#header nav ul {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					min-width: 10rem;
					max-width: 100%;
					gap: 0.4rem;
				}

					#header nav ul li {
						border-left: 0;
						border-top: 0;
					}

						#header nav ul li:first-child {
							border-top: 0;
						}

						#header nav ul li .header-nav__link {
							height: 3rem;
							min-width: 0;
							width: 100%;
						}

				#header nav.use-middle:after {
					display: none;
				}

		}

	@media (hover: none) and (pointer: coarse) {

		#wrapper {
			padding: 1rem 0.85rem 0.75rem 0.85rem;
		}

		#header {
			grid-template-columns: 1fr;
			grid-template-areas:
				"logo"
				"nav"
				"content";
			justify-items: center;
			row-gap: 1rem;
			column-gap: 0;
			width: min(100%, 34rem);
			max-width: min(100%, 34rem);
			text-align: center;
		}

		#header .logo {
			width: min(100%, 20rem);
			max-width: 100%;
			justify-content: center;
			justify-self: center;
			gap: 0.7rem;
			padding: 0.15rem 0.25rem;
		}

			#header .logo img {
				width: clamp(3.8rem, 21vw, 4.75rem);
				max-width: clamp(3.8rem, 21vw, 4.75rem);
				max-height: clamp(3.8rem, 21vw, 4.75rem);
				height: auto;
				object-fit: contain;
				-webkit-filter: brightness(0) invert(1) contrast(1.15);
				filter: brightness(0) invert(1) contrast(1.15);
				transform: translateZ(0);
			}

			#header .logo .logo__wordmark {
				font-size: clamp(1.2rem, 5.4vw, 1.45rem);
				line-height: 1.05;
			}

		#header nav {
			width: 100%;
			max-width: min(100%, 32rem);
		}

		#header nav ul {
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			justify-content: stretch;
			gap: 0.45rem;
			width: 100%;
		}

			#header nav ul li {
				width: 100%;
				padding-left: 0;
			}

				#header nav ul li .header-nav__link {
					width: 100%;
					min-height: 2.9rem;
					height: auto;
					padding: 0.68rem 0.78rem;
					line-height: 1.15;
					white-space: normal;
					word-break: normal;
				}

		#header .content {
			width: 100%;
		}

		#header .content .inner {
			padding: 1rem 0 1.35rem 0;
		}

		#header .content p {
			font-size: 0.9rem;
			line-height: 1.7;
		}

		#header .hero-stage,
		#header .hero-stage--fallback,
		#header .hero-intro-card,
		#header .hero-showcase__media,
		#header .hero-carousel {
			width: 100%;
			max-width: 100%;
		}

		#header .hero-stage {
			gap: 0.85rem;
		}

		#header .hero-intro-card {
			padding: 1rem 0.85rem 0.96rem 0.85rem;
			border-radius: 1.18rem;
		}

		#header .hero-intro-title {
			font-size: clamp(1.68rem, 7vw, 2rem);
			line-height: 1.12;
		}

		#header .content p.hero-intro-main {
			width: 100%;
			max-width: 100%;
			font-size: 0.93rem;
			line-height: 1.55;
			letter-spacing: -0.01em;
		}

		#header .hero-intro-chips {
			grid-template-columns: 1fr;
			gap: 0.55rem;
			width: 100%;
		}

		#header .hero-intro-chip {
			min-height: 3.35rem;
			padding: 0.62rem 0.8rem;
			font-size: 0.92rem;
			line-height: 1.12;
		}

		#header .hero-intro-chip:nth-child(-n + 2),
		#header .hero-intro-chip:nth-child(n + 3) {
			font-size: 0.96rem;
			line-height: 1.12;
		}

		#header .hero-intro-value {
			font-size: 0.9rem;
			line-height: 1.45;
		}

		#header .hero-intro-price {
			width: 100%;
			max-width: 100%;
			font-size: 0.9rem;
			padding: 0.82rem 0.88rem;
		}

		#header .hero-carousel {
			padding: 0 2.35rem 1.45rem 2.35rem;
		}

		#header .hero-carousel__frame {
			padding: 0.36rem;
			border-radius: 0.96rem;
		}

		#header .hero-carousel__viewport {
			border-radius: 0.72rem;
		}

		#header .hero-carousel__arrow {
			top: 50%;
			width: 2.2rem;
			height: 2.2rem;
			bottom: auto;
			transform: translateY(-50%);
		}

		#header .hero-carousel__arrow span {
			font-size: 1.6rem;
		}

		#header .hero-carousel__arrow--prev {
			left: 0.15rem;
		}

		#header .hero-carousel__arrow--next {
			right: 0.15rem;
		}

		#header .hero-carousel__arrow--next span {
			transform: translate(0.05em, -0.04em);
		}
	}

	#landing-sections {
		display: none;
		width: 100%;
		max-width: 100%;
		padding: 0 0 3.5rem 0;
		position: relative;
		z-index: 2;
	}

		#landing-sections.is-landing-ready {
			display: block;
		}

		body.is-preload #landing-sections,
		#landing-sections[data-landing-pending] {
			display: none;
		}

		#landing-sections a:not(.aibix-button) {
			color: #765836;
			border-bottom-color: rgba(118, 88, 54, 0.28);
		}

			#landing-sections a:not(.aibix-button):hover {
				color: #9b7242;
				border-bottom-color: rgba(155, 114, 66, 0.4);
			}

	.landing-section {
		width: min(100%, 76rem);
		margin: 0 auto;
		padding: 0 1.5rem;
		box-sizing: border-box;
	}

		.landing-section + .landing-section {
			margin-top: 1.75rem;
		}

	.landing-section__inner {
		padding: 2.4rem 2.4rem 2.7rem 2.4rem;
		border: 1px solid rgba(229, 212, 184, 0.86);
		border-radius: 1.65rem;
		background: linear-gradient(180deg, rgba(255, 251, 245, 0.97) 0%, rgba(246, 239, 227, 0.95) 100%);
		box-shadow: 0 1.5rem 3rem rgba(102, 78, 43, 0.12);
	}

	.landing-section__title {
		margin-bottom: 2rem;
		color: #1f2123 !important;
	}

	.landing-section__inner > :last-child {
		margin-bottom: 0;
	}

	body.is-article-visible #landing-sections {
		display: none;
	}

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

		.landing-section {
			width: min(100%, 72rem);
			padding: 0 1.2rem;
		}

		.landing-section__inner {
			padding: 2rem 1.8rem 2.25rem 1.8rem;
		}

	}

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

		#landing-sections {
			padding-bottom: 2.6rem;
		}

		.landing-section {
			padding: 0 1rem;
		}

		.landing-section__inner {
			padding: 1.7rem 1.25rem 1.95rem 1.25rem;
			border-radius: 1.2rem;
		}

		.landing-section__title {
			margin-bottom: 1.5rem;
		}

	}

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

		.landing-section {
			padding: 0 0.75rem;
		}

		.landing-section__inner {
			padding: 1.45rem 1rem 1.75rem 1rem;
		}

	}

		body:not(.is-article-visible) #main article {
			display: none;
		}

		body:not(.is-article-visible) #main article:target {
			display: block;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			opacity: 1;
		}

/* Main */

	#main {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		max-width: 100%;
		z-index: 3;
	}

		#main article {
			-moz-transform: translateY(0.25rem);
			-webkit-transform: translateY(0.25rem);
			-ms-transform: translateY(0.25rem);
			transform: translateY(0.25rem);
			-moz-transition: opacity 0.325s ease-in-out, -moz-transform 0.325s ease-in-out;
			-webkit-transition: opacity 0.325s ease-in-out, -webkit-transform 0.325s ease-in-out;
			-ms-transition: opacity 0.325s ease-in-out, -ms-transform 0.325s ease-in-out;
			transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
			padding: 4.5rem 2.5rem 1.5rem 2.5rem ;
			position: relative;
			width: 40rem;
			max-width: 100%;
			background-color: rgba(255, 255, 255, 0.94);
			border-radius: 4px;
			opacity: 0;
			color: #1b1f22;
		}

			#main article h1,
			#main article h2,
			#main article h3,
			#main article h4,
			#main article h5,
			#main article h6,
			#main article strong,
			#main article b,
			#main article label,
			#main article table th {
				color: #1b1f22;
			}

			#main article h1.major,
			#main article h2.major,
			#main article h3.major,
			#main article h4.major,
			#main article h5.major,
			#main article h6.major,
			#main article hr,
			#main article blockquote,
			#main article ul.alt li,
			#main article table tbody tr,
			#main article table thead,
			#main article table tfoot,
			#main article table.alt tbody tr td {
				border-color: rgba(27, 31, 34, 0.2);
			}

			#main article a {
				border-bottom-color: rgba(27, 31, 34, 0.35);
				color: inherit;
			}

				#main article a:hover {
					border-bottom-color: transparent;
				}

			/* Light article theme for interactive controls. */
			#main article input[type="text"],
			#main article input[type="password"],
			#main article input[type="email"],
			#main article input[type="tel"],
			#main article select,
			#main article textarea {
				background-color: #ffffff;
				border: solid 1px rgba(27, 31, 34, 0.2);
				color: #1b1f22;
				box-shadow: none;
			}

				#main article input[type="text"]:focus,
				#main article input[type="password"]:focus,
				#main article input[type="email"]:focus,
				#main article input[type="tel"]:focus,
				#main article select:focus,
				#main article textarea:focus {
					background-color: #ffffff;
					border-color: #1b1f22;
					box-shadow: 0 0 0 1px rgba(27, 31, 34, 0.1);
				}

			#main article select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%231b1f22' /%3E%3C/svg%3E");
			}

				#main article select option {
					color: #1b1f22;
					background: #ffffff;
				}

			#main article ::-webkit-input-placeholder {
				color: rgba(27, 31, 34, 0.5) !important;
				opacity: 1;
			}

			#main article :-moz-placeholder {
				color: rgba(27, 31, 34, 0.5) !important;
				opacity: 1;
			}

			#main article ::-moz-placeholder {
				color: rgba(27, 31, 34, 0.5) !important;
				opacity: 1;
			}

			#main article :-ms-input-placeholder {
				color: rgba(27, 31, 34, 0.5) !important;
				opacity: 1;
			}

			#main article .formerize-placeholder {
				color: rgba(27, 31, 34, 0.5) !important;
				opacity: 1;
			}

			#main article input[type="submit"],
			#main article input[type="reset"],
			#main article input[type="button"],
			#main article button,
			#main article .button {
				background-color: #ffffff;
				border: solid 1px rgba(27, 31, 34, 0.16);
				box-shadow: none;
				color: #1b1f22 !important;
			}

				#main article input[type="submit"]:hover,
				#main article input[type="reset"]:hover,
				#main article input[type="button"]:hover,
				#main article button:hover,
				#main article .button:hover {
					background-color: rgba(27, 31, 34, 0.08);
					color: #1b1f22 !important;
				}

				#main article input[type="submit"]:active,
				#main article input[type="reset"]:active,
				#main article input[type="button"]:active,
				#main article button:active,
				#main article .button:active {
					background-color: rgba(27, 31, 34, 0.14);
					color: #1b1f22 !important;
				}

				#main article input[type="submit"].disabled,
				#main article input[type="submit"]:disabled,
				#main article input[type="reset"].disabled,
				#main article input[type="reset"]:disabled,
				#main article input[type="button"].disabled,
				#main article input[type="button"]:disabled,
				#main article button.disabled,
				#main article button:disabled,
				#main article .button.disabled,
				#main article .button:disabled {
					background-color: rgba(27, 31, 34, 0.08);
					border-color: rgba(27, 31, 34, 0.16);
					color: rgba(27, 31, 34, 0.56) !important;
					opacity: 1;
				}

			#main article input[type="checkbox"],
			#main article input[type="radio"] {
				-moz-appearance: auto;
				-webkit-appearance: auto;
				-ms-appearance: auto;
				appearance: auto;
				display: inline-block;
				float: none;
				margin-right: 0.55rem;
				opacity: 1;
				width: 1rem;
				height: 1rem;
				z-index: auto;
				accent-color: #1b1f22;
			}

				#main article input[type="checkbox"] + label,
				#main article input[type="radio"] + label {
					color: #1b1f22;
					display: inline-block;
					font-size: 1rem;
					margin: 0 0 0.5rem 0;
					padding-left: 0;
					padding-right: 0;
					position: static;
				}

				#main article input[type="checkbox"] + label:before,
				#main article input[type="radio"] + label:before {
					display: none;
				}

			#main article.active {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
			}

			#main article .close {
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				width: 4rem;
				height: 4rem;
				cursor: pointer;
				text-indent: 4rem;
				overflow: hidden;
				white-space: nowrap;
			}

				#main article .close:before {
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					content: '';
					display: block;
					position: absolute;
					top: 0.75rem;
					left: 0.75rem;
					width: 2.5rem;
					height: 2.5rem;
					border-radius: 100%;
					background-position: center;
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %231b1f22%3B stroke-width: 1.2%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
					background-size: 20px 20px;
					background-repeat: no-repeat;
				}

				#main article .close:hover:before {
					background-color: rgba(27, 31, 34, 0.08);
				}

				#main article .close:active:before {
					background-color: rgba(27, 31, 34, 0.16);
				}

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

			#main article {
				padding: 3.5rem 2rem 0.5rem 2rem ;
			}

				#main article .close:before {
					top: 0.875rem;
					left: 0.875rem;
					width: 2.25rem;
					height: 2.25rem;
					background-size: 14px 14px;
				}

		}

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

			#main article {
				padding: 3rem 1.5rem 0.5rem 1.5rem ;
			}

		}

/* Footer */

	#footer {
		-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		width: 100%;
		max-width: 100%;
		margin-top: auto;
		padding-top: 2rem;
		text-align: center;
	}

		#footer .copyright {
			letter-spacing: 0.05rem;
			font-size: 0.6rem;
			line-height: 1.7;
			opacity: 0.75;
			margin-bottom: 0;
			text-transform: none;
		}

		body.is-article-visible #footer {
			-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			-moz-filter: blur(0.1rem);
			-webkit-filter: blur(0.1rem);
			-ms-filter: blur(0.1rem);
			filter: blur(0.1rem);
			opacity: 0;
		}

		body.is-preload #footer {
			opacity: 0;
		}

	.landing-back-to-top {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		position: fixed;
		right: 1.5rem;
		bottom: max(1.2rem, env(safe-area-inset-bottom));
		width: 3.2rem;
		height: 3.2rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 1px solid rgba(224, 205, 175, 0.92);
		border-radius: 999px;
		background: linear-gradient(180deg, rgba(255, 250, 243, 0.97) 0%, rgba(245, 233, 214, 0.95) 100%);
		box-shadow: 0 1rem 2.1rem rgba(108, 84, 48, 0.16);
		color: #1f2123 !important;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0;
		text-indent: 0;
		text-transform: none;
		cursor: pointer;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-moz-transform: translateY(0.75rem);
		-webkit-transform: translateY(0.75rem);
		-ms-transform: translateY(0.75rem);
		transform: translateY(0.75rem);
		-moz-transition: opacity 0.25s ease, visibility 0.25s ease, -moz-transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
		-webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
		-ms-transition: opacity 0.25s ease, visibility 0.25s ease, -ms-transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
		transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
		z-index: 4;
	}

		.landing-back-to-top span {
			display: block;
			line-height: 1;
			transform: translateX(0);
		}

		.landing-back-to-top.is-visible {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}

		.landing-back-to-top:hover,
		.landing-back-to-top:focus-visible {
			background: linear-gradient(180deg, rgba(255, 252, 247, 0.99) 0%, rgba(243, 229, 206, 0.98) 100%);
			box-shadow: 0 1.15rem 2.35rem rgba(108, 84, 48, 0.2);
			color: #111315 !important;
		}

		.landing-back-to-top:focus-visible {
			outline: 2px solid rgba(144, 108, 62, 0.34);
			outline-offset: 0.2rem;
		}

		body.is-article-visible .landing-back-to-top {
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			-moz-transform: translateY(0.75rem);
			-webkit-transform: translateY(0.75rem);
			-ms-transform: translateY(0.75rem);
			transform: translateY(0.75rem);
		}

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

			.landing-back-to-top {
				right: 1rem;
				bottom: max(1rem, env(safe-area-inset-bottom));
				width: 2.85rem;
				height: 2.85rem;
				font-size: 1.05rem;
			}

		}

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

			.landing-back-to-top {
				right: 0.8rem;
				bottom: max(0.85rem, env(safe-area-inset-bottom));
			}

		}
