/*! BuildToolsCookbook v2.0.0 | (c) 2023 Your Name | MIT License | http://github.com/cferdinandi/build-tools-boilerplate */
/* font-size 1rem = 10px on default browser settings */
/* ============================= */
/* FUNCTIONS                     */
/* ============================= */
/* ============================= */
/* MIXINS                        */
/* ============================= */
/* ============================= */
/* Typography                    */
/* ============================= */
/* ============================= */
/* Layout                        */
/* ============================= */
/*
 * Fonts & typography
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
	color: #222222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	/* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
	*,
*:before,
*:after {
		background: transparent !important;
		color: #000000 !important;
		/* Black prints faster:
		http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	a[href^="#"]:after,
a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
blockquote {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	thead {
		display: table-header-group;
	}

	tr,
img {
		page-break-inside: avoid;
	}

	p,
h2,
h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
h3 {
		page-break-after: avoid;
	}
}
.form {
	max-width: 860px;
	margin: 3rem auto;
	transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.form.loading {
	opacity: 0.2;
}
.form fieldset {
	margin: 0 3rem;
}
.form__response {
	text-align: center;
	opacity: 0;
	visibility: hidden;
	font-style: italic;
	margin-top: 1.8rem;
	transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.form__response.show {
	opacity: 1;
	visibility: visible;
}
.form__alert {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateY(-1.2rem);
	width: calc(100% - 32px);
	max-width: 400px;
	padding: 2.4rem 3.2rem 3.2rem;
	visibility: hidden;
	background: white;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1), opacity 0.3s cubic-bezier(0, 0, 0.3, 1), visibility 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.form__alert.reveal {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}
.form__alert p {
	margin-bottom: 0;
}
.form__alert .close-button {
	min-width: 25px;
	width: 25px;
	position: relative;
	height: 25px;
	transition: opacity 0.3s ease-in-out;
	cursor: pointer;
}
.form__alert .close-button:hover {
	opacity: 0.7;
}
.form__alert .close-button span {
	width: 25px;
	height: 3px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	background: #232323;
}
.form__alert .close-button span:after {
	content: "";
	position: absolute;
	background: inherit;
	transform: rotate(90deg);
	width: 100%;
	height: 3px;
	top: 0;
	left: 0;
}
.form__errors {
	font-family: "Owners", owners, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: italic;
	margin: 1.2rem 0 0;
}
.form__errors.hidden {
	display: none;
}

.js-form {
	transition: opacity 0.3s ease-in-out;
}
.js-form.loading {
	opacity: 0.7;
}

form {
	/* Unchecked styles */
	/* Checked styles */
	/* Radio With gap */
	/* Focused styles */
	/* Disabled Radio With gap */
	/* Disabled style */
}
form .wf-group {
	margin-bottom: 2.7rem;
}
form label {
	display: block;
	font-family: "Owners", owners, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-bottom: 0.9rem;
	margin-top: 3rem;
}
form input {
	width: 100%;
	padding: 1.8rem;
	border: 1px solid #d3ced2;
	font-family: "Owners", owners, sans-serif;
	font-size: 3rem;
	line-height: 4.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: background-color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ddd;
}
form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ddd;
}
form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ddd;
}
form input:-moz-placeholder {
	/* Firefox 18- */
	color: #ddd;
}
form input:focus {
	outline: none;
	background-color: white;
}
form button[type=submit] {
	padding: 1.5rem 8rem 1rem;
	font-family: "Antipol Variable", antipol-variable, sans-serif;
	font-size: 3rem;
	line-height: 4.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	text-align: center;
	background: #232323;
	color: white;
	border-radius: 600px;
	display: flex;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	justify-content: center;
}
@media (max-width: 519px) {
	form button[type=submit] {
		font-family: "Antipol Variable", antipol-variable, sans-serif;
		font-size: 2rem;
		line-height: 3rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
		justify-content: center;
		padding: 1.5rem 2rem 1rem;
	}
}
form select {
	width: 100%;
	max-width: 100%;
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	appearance: none;
	cursor: pointer;
	background: white url("/webkit/arrow_down.png") no-repeat;
	background-size: 12px;
	background-position: right 18px center;
	padding: 1.8rem 4.5rem 1.8rem 1.8rem;
	border-radius: 0;
	border: 1px solid white;
	transition: border-color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
form select:focus {
	border-color: #a398a1;
	outline: none;
}
form textarea {
	width: 100%;
	height: 20rem;
	resize: none;
	background-color: transparent;
	padding: 1.8rem;
	border: 0;
	transition: border-color 0.3s cubic-bezier(0, 0, 0.3, 1);
	border: 1px solid #d3ced2;
	font-family: "Owners", owners, sans-serif;
	font-size: 3rem;
	line-height: 4.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
form textarea:focus {
	border-color: #a398a1;
	outline: none;
}
form .wf-radio label {
	font-family: "Owners", owners, sans-serif;
	font-size: 3rem;
	line-height: 4.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	padding-bottom: 0;
	margin-bottom: 0.9rem;
}
form [type=radio]:not(:checked),
form [type=radio]:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
form [type=radio]:not(:checked) + label,
form [type=radio]:checked + label {
	position: relative;
	padding-left: 4.5rem;
	cursor: pointer;
	display: inline-block;
	transition: 0.28s ease;
	user-select: none;
}
form [type=radio] + label:before,
form [type=radio] + label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	transition: 0.28s ease;
	border: 2px solid transparent;
}
form [type=radio]:not(:checked) + label:before,
form [type=radio]:not(:checked) + label:after,
form [type=radio]:checked + label:before,
form [type=radio]:checked + label:after,
form [type=radio].with-gap:checked + label:before,
form [type=radio].with-gap:checked + label:after {
	border-radius: 50%;
}
form [type=radio]:not(:checked) + label:before,
form [type=radio]:not(:checked) + label:after {
	border: 2px solid white;
}
form [type=radio]:not(:checked) + label:after {
	transform: scale(0);
}
form [type=radio]:checked + label:before {
	border: 2px solid transparent;
}
form [type=radio]:checked + label:after,
form [type=radio].with-gap:checked + label:before,
form [type=radio].with-gap:checked + label:after {
	border: 2px solid #FF5A5A;
}
form [type=radio]:checked + label:after,
form [type=radio].with-gap:checked + label:after {
	background-color: white;
}
form [type=radio]:checked + label:after {
	transform: scale(1.02);
}
form [type=radio].with-gap:checked + label:after {
	transform: scale(0.5);
}
form [type=radio].tabbed:focus + label:before {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
form [type=radio].with-gap:disabled:checked + label:before {
	border: 2px solid white;
}
form [type=radio].with-gap:disabled:checked + label:after {
	border: none;
	background-color: white;
}
form [type=radio]:disabled:not(:checked) + label:before,
form [type=radio]:disabled:checked + label:before {
	background-color: transparent;
	border-color: white;
}
form [type=radio]:disabled + label {
	color: white;
}
form [type=radio]:disabled:not(:checked) + label:before {
	border-color: white;
}
form [type=radio]:disabled:checked + label:after {
	background-color: white;
	border-color: white;
}

* {
	box-sizing: border-box;
}

::-moz-selection {
	/* Code for Firefox */
	color: white;
	background: #232323;
}

::selection {
	color: white;
	background: #232323;
}

html {
	font-family: "Owners", owners, sans-serif;
	font-size: 62.5%;
	/* font-size 1rem = 10px on default browser settings */
	font-weight: 400;
	--height: 100px;
}

body {
	background-color: white;
	color: #232323;
	transition: opacity 0.25s ease-in-out;
	opacity: 1;
	width: 100%;
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Owners", owners, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 650px) {
	body {
		font-family: "Owners", owners, sans-serif;
		font-size: 3rem;
		line-height: 4.5rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
body.loaded {
	opacity: 1;
}
body.menu-open {
	overflow: hidden;
	height: 100%;
}

.page-inner {
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
body.form-open .page-inner.page-form {
	opacity: 1;
}
body:not(.form-open) .page-inner.main {
	opacity: 1;
}

.application-form {
	margin: 6rem 0;
}
@media (min-width: 950px) {
	.application-form {
		margin: 16rem 0;
	}
}
body:not(.form-open) .application-form {
	display: none;
}
.application-form h2 {
	font-family: "Owners XWide", owners-xwide, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 auto 6rem;
	color: #FF5A5A;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 800px) {
	.application-form h2 {
		font-family: "Owners XWide", owners-xwide, sans-serif;
		font-size: 3rem;
		line-height: 4.5rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

body.form-open .main-content {
	display: none;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: inherit;
	cursor: pointer;
}
button:focus {
	outline: none;
}
button svg {
	width: 100%;
}

a {
	cursor: pointer;
	text-decoration: none;
}
a:link, a:visited {
	color: inherit;
	text-decoration: none;
}

svg {
	height: auto;
	fill: currentColor;
}

.site-header {
	background: #BEF2FE;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(180deg, #BEF2FE, #FFE4E4);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(180deg, #BEF2FE, #FFE4E4);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
body.form-open .site-header {
	background: none;
}

.nav {
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 950px) {
	.nav {
		flex-direction: row;
		justify-content: space-between;
		position: fixed;
		z-index: 99;
		top: 0;
	}
}
.nav__banner {
	width: 100%;
	background-color: white;
	transition: background-color 0.3s cubic-bezier(0, 0, 0.3, 1);
	padding: 1rem 2rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
@media (min-width: 950px) {
	.nav__banner {
		border-bottom-right-radius: 50px;
		padding: 1rem 3rem;
		width: auto;
		padding: 1rem 1rem 1rem 3rem;
	}
}
.nav__banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-box-shadow: 0 2px 25px 7px rgba(57, 24, 84, 0.2);
	-moz-box-shadow: 0 2px 25px 7px rgba(57, 24, 84, 0.2);
	box-shadow: 0 2px 25px 7px rgba(57, 24, 84, 0.2);
	opacity: 1;
	transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 950px) {
	.nav__banner:before {
		border-bottom-right-radius: 50px;
	}
}
.nav__banner .svg-button {
	width: 3rem;
	height: auto;
	fill: #FF5A5A;
	margin-right: 2rem;
}
@media (min-width: 800px) {
	.nav__banner .svg-button {
		width: 4rem;
	}
}
.nav__banner-alert {
	background: #FFE4E4;
	border-radius: 50px;
	padding: 1rem 4rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	font-family: "Antipol Variable", antipol-variable, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	flex: 1;
	height: 5.5rem;
	transition: padding 0.3s cubic-bezier(0, 0, 0.3, 1), width 0.3s cubic-bezier(0, 0, 0.3, 1), background-color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 800px) {
	.nav__banner-alert {
		font-family: "Antipol Variable", antipol-variable, sans-serif;
		font-size: 3rem;
		line-height: 4.5rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
		height: 7.5rem;
	}
}
@media (min-width: 1200px) {
	.nav__banner-alert {
		flex: unset;
	}
}
@media (max-width: 519px) {
	.nav__banner-alert {
		font-size: 3.8vw;
		line-height: 6vw;
		padding: 1rem 6vw;
	}
}
.nav__banner-alert .feature {
	margin-top: 0.5rem;
	white-space: nowrap;
}
@media (min-width: 800px) {
	.nav__banner-alert .feature {
		margin-top: 1rem;
	}
}
.nav__banner-alert a.scrolltop {
	display: none;
}
.nav__banner-alert .arrow {
	height: 1px;
	width: 10rem;
	margin-right: 2rem;
	position: relative;
	background-color: #232323;
	transition: transform 0.2s cubic-bezier(0, 0, 0.3, 1), width 0.3s cubic-bezier(0, 0, 0.3, 1) 0.3s, background-color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (max-width: 519px) {
	.nav__banner-alert .arrow {
		margin-right: 4vw;
	}
}
.nav__banner-alert .arrow .arrow-end {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	transform: translate(-2px, -6px);
	right: 0;
	top: 50%;
}
.nav__banner-alert .arrow .arrow-end:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	border-top: 1px solid #232323;
	border-right: 1px solid #232323;
	transition: border-top-color 0.3s cubic-bezier(0, 0, 0.3, 1), border-right-color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 950px) {
	.nav.minimise .nav__banner {
		background-color: rgba(255, 255, 255, 0);
	}
	.nav.minimise .nav__banner:before {
		opacity: 0;
	}
	.nav.minimise .nav__banner .nav__banner-alert {
		padding: 1rem 3rem;
		background-color: #232323;
	}
	.nav.minimise .nav__banner .nav__banner-alert .arrow {
		width: 2rem;
		transform: rotate(-90deg);
		margin-right: 0;
		transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1) 0.3s, width 0.2s cubic-bezier(0, 0, 0.3, 1), background-color 0.3s cubic-bezier(0, 0, 0.3, 1);
		background-color: white;
	}
	.nav.minimise .nav__banner .nav__banner-alert .arrow-end:after {
		border-top-color: white;
		border-right-color: white;
	}
	.nav.minimise .nav__banner .nav__banner-alert .feature {
		display: none;
	}
	.nav.minimise .nav__banner .nav__banner-alert a.scrolltop {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		display: block;
	}
}
.nav__options {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 4vw 1.5rem 1rem;
}
@media (min-width: 520px) {
	.nav__options {
		margin: 2rem 1.5rem 1rem;
	}
}
@media (min-width: 800px) {
	.nav__options {
		justify-content: flex-end;
		margin: 2rem 1rem 1rem;
	}
}
@media (min-width: 950px) {
	.nav__options {
		margin: 1rem 2rem;
	}
}
@media (max-width: 519px) {
	.nav__options {
		font-size: 4vw;
		line-height: 1.5em;
	}
}
.nav__options li {
	margin: 0 0.5rem;
	width: 50%;
}
@media (min-width: 800px) {
	.nav__options li {
		margin: 0 1rem;
		width: auto;
	}
}
.nav__options li a, .nav__options li a:link {
	border-radius: 600px;
	padding: 1rem 5rem;
	border: 1px solid #232323;
}
@media (max-width: 799px) {
	.nav__options li a, .nav__options li a:link {
		display: inline-flex;
		width: 100%;
		justify-content: center;
		padding: 1rem 0;
	}
}
.nav__options li a.featured, .nav__options li a:link.featured {
	background: #F7B613;
	border-color: #F7B613;
	transition: padding 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.nav__options li a.featured svg, .nav__options li a:link.featured svg {
	display: none;
	width: 1em;
}
body.form-open .nav__options li a.featured, body.form-open .nav__options li a:link.featured {
	padding: 1rem 1.5rem;
}
body.form-open .nav__options li a.featured span, body.form-open .nav__options li a:link.featured span {
	display: none;
}
body.form-open .nav__options li a.featured svg, body.form-open .nav__options li a:link.featured svg {
	display: inline-block;
}

.ba-title {
	position: relative;
	padding: 14vw 2rem 3vw;
}
@media (min-width: 950px) {
	.ba-title {
		padding: 13rem 2rem 3rem;
	}
}
body.form-open .ba-title {
	display: none;
}
.ba-title svg.svg-title {
	width: 100%;
	opacity: 0;
	transform: translate3d(0, 16px, 0);
	filter: blur(0px);
	transition: opacity 0.5s cubic-bezier(0, 0, 0.3, 1), transform 0.5s cubic-bezier(0, 0, 0.3, 1), filter 0.1s cubic-bezier(0, 0, 0.3, 1);
}
.ba-title__cover {
	color: #F7B613;
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
	transition: clip-path 0.1s cubic-bezier(0, 0, 0.3, 1);
	padding: 2rem;
	z-index: 1;
	padding: 14vw 2rem 3vw;
	transform: translateY(1px);
}
@media (min-width: 950px) {
	.ba-title__cover {
		padding: 13rem 2rem 3rem;
	}
}

.divider {
	margin: 15vw 0;
	padding: 0 3rem;
	color: #FF5A5A;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translate3d(0, 16px, 0);
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1), opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition-delay: 0.2s;
}
@media (min-width: 800px) {
	.divider {
		margin: 10rem 0;
	}
}
@media (min-width: 950px) {
	.divider {
		margin: 15rem 0;
	}
}
.divider svg.svg-divider {
	width: 100%;
}
@media (min-width: 800px) {
	.divider svg.svg-divider {
		width: 80%;
	}
}
@media (min-width: 950px) {
	.divider svg.svg-divider {
		width: 60%;
		max-width: 600px;
	}
}
.divider svg.svg-button {
	width: 2rem;
	transition: transform 1s cubic-bezier(0, 1, 0.45, 1);
}
@media (min-width: 650px) {
	.divider svg.svg-button {
		width: 3rem;
	}
}
@media (min-width: 1200px) {
	.divider svg.svg-button {
		width: 4rem;
	}
}

h2 {
	font-family: "Area Inktrap", area-inktrap, sans-serif;
	font-size: 6rem;
	line-height: 7.2rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 600;
	margin: 15vw auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 3rem;
	text-align: center;
}
@media (min-width: 800px) {
	h2 {
		margin: 10rem auto;
	}
}
@media (min-width: 950px) {
	h2 {
		margin: 15rem auto;
	}
}
@media (min-width: 1200px) {
	h2 {
		font-size: 7.5vw;
		line-height: 1.2em;
	}
}
@media (max-width: 799px) {
	h2 {
		font-size: 7.5vw;
		line-height: 1.2em;
	}
}
h2 .line {
	opacity: 0;
	transform: translate3d(16px, 0, 0);
	transition: opacity 0.6s cubic-bezier(0, 0, 0.3, 1), transform 0.6s cubic-bezier(0, 0, 0.3, 1);
}
h2 .line:nth-child(2) {
	transform: translate3d(-16px, 0, 0);
	transition-delay: 0.2s;
}
h2 .line:nth-child(3) {
	transition-delay: 0.4s;
}
h2 .emph {
	color: #FF5A5A;
}
h2 .icon {
	width: 1em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.1em;
	margin: 0 0.2em;
	position: relative;
	cursor: pointer;
}
h2 .icon--web {
	color: #fdf1f1;
}
h2 .icon--web .icon-inner.active {
	color: #ddd;
}
h2 .icon--career {
	color: #fdf1f1;
}
h2 .icon--career .icon-inner.active {
	color: #ddd;
}
h2 .icon--meaning {
	color: #fdf1f1;
}
h2 .icon--meaning .icon-inner.active {
	color: #ddd;
}
h2 .icon-inner {
	position: absolute;
	top: 0;
	transform: translateY(-60%) translateX(0.2em);
	width: 150%;
	transition: color 0.2s cubic-bezier(0, 0, 0.3, 1);
	z-index: 98;
}
h2 .icon--career .icon-inner {
	transform: translateY(-60%) translateX(-0.2em);
}
h2 .icon svg {
	width: 100%;
}

p.intro-copy {
	max-width: 760px;
	margin: 3rem auto;
	text-align: center;
	opacity: 0;
	transform: translate3d(0, 16px, 0);
	transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1), transform 0.3s cubic-bezier(0, 0, 0.3, 1);
	padding: 0 3rem;
}
p.intro-copy .bold {
	font-weight: 700;
}

.questions__transition {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 15%;
	background: #ffffff;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(176deg, #ffffff 38%, #FFE4E4 100%);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(176deg, #ffffff 38%, #FFE4E4 100%);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.questions__transition .arrow-top {
	width: 1px;
	height: 0;
	background-color: #FF5A5A;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 0;
	transform: translateX(-50%);
	transition: height 0.5s cubic-bezier(0, 0, 0.3, 1), opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.questions__transition .polygon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #FF5A5A;
	clip-path: polygon(100% 100%, 0% 100%, 100% 100%);
	transform: translateY(1px);
	z-index: 1;
	transition: clip-path 0.5s cubic-bezier(0, 0, 0.3, 1);
}
.questions__transition .polygon:after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #232323;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 0;
	transform: translateX(-50%);
}
.questions__inner {
	background: #FF5A5A;
	position: relative;
}
.questions__inner .arrow-bottom {
	width: 1px;
	height: 0;
	max-height: 10rem;
	background-color: #232323;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 0;
	opacity: 0;
	transform: translateX(-50%);
	transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1), height 0.5s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 1200px) {
	.questions__inner .arrow-bottom {
		max-height: none;
	}
}
.questions__position {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	padding: 10rem 0 6rem;
}
@media (min-width: 1200px) {
	.questions__position {
		max-width: 1460px;
	}
}
.questions__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}
@media (min-width: 1200px) {
	.questions__list {
		flex-flow: row wrap;
	}
}
.questions__list li {
	width: 100%;
	padding: 0 3rem;
	margin: 1rem 0;
	opacity: 0;
	transform: translate3d(0, 16px, 0);
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1), opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 650px) {
	.questions__list li {
		padding: 0 6rem;
		margin: 3rem 0;
	}
}
@media (min-width: 1200px) {
	.questions__list li {
		width: 50%;
	}
}
.questions__list li h3 {
	margin: 0 0 3rem 5rem;
	font-family: "Owners XWide", owners-xwide, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
}
@media (min-width: 650px) {
	.questions__list li h3 {
		font-family: "Owners XWide", owners-xwide, sans-serif;
		font-size: 3rem;
		line-height: 4.5rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
.questions__list li h3:before, .questions__list li h3:after {
	content: "";
	position: absolute;
	top: 1.2rem;
	left: -5rem;
	width: 2rem;
	height: 3px;
	background: #232323;
	transform: rotate(180deg);
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 650px) {
	.questions__list li h3:before, .questions__list li h3:after {
		top: 2rem;
	}
}
.questions__list li h3:after {
	transform: rotate(90deg);
}
.questions__list li p.answer {
	margin: 3rem 0 3rem 5rem;
	color: white;
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.questions__list li.open p.answer {
	height: auto;
	opacity: 1;
}
.questions__list li.open h3:after,
.questions__list li.open h3:before {
	transform: none;
}

.summary {
	display: flex;
	flex-flow: row wrap;
	color: #FF5A5A;
}
.summary__item {
	width: 100%;
	padding: 1rem 0;
	border-top: 1px solid #FF5A5A;
	font-family: "Owners", owners, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	text-align: center;
	display: flex;
}
@media (min-width: 800px) {
	.summary__item {
		width: 50%;
	}
}
.summary__item--inner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 3rem;
	opacity: 0;
	transform: translate3d(0, 16px, 0);
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1), opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 800px) {
	.summary__item--inner {
		flex-direction: row;
		padding: 8rem 3rem;
	}
}
.summary__item--inner.jersey svg {
	width: 100%;
	max-width: 30rem;
	color: #73D8BC;
}
@media (min-width: 800px) {
	.summary__item:nth-child(2n) .summary__item--inner {
		border-left: 1px solid #FF5A5A;
	}
}
.summary__item h4 {
	font-family: "Owners XWide", owners-xwide, sans-serif;
	font-size: 6rem;
	line-height: 6rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	margin: 0;
}
@media (max-width: 519px) {
	.summary__item h4 {
		font-family: "Owners XWide", owners-xwide, sans-serif;
		font-size: 4rem;
		line-height: 4rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
.summary__item .svg-button {
	width: 3rem;
	margin-right: 3rem;
}
.summary__item .svg-arrow {
	height: 2rem;
	margin: 6rem 0 4rem;
	transform: rotate(90deg);
}
@media (min-width: 800px) {
	.summary__item .svg-arrow {
		margin: 0 0 0 2rem;
		transform: none;
	}
}

.scrolling-header {
	background: #fdf1f1;
	color: #FF5A5A;
	font-family: "Owners XWide", owners-xwide, sans-serif;
	font-size: 6rem;
	line-height: 6rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-top: 1px solid #FF5A5A;
	text-transform: uppercase;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
@media (min-width: 800px) {
	.scrolling-header {
		position: sticky;
		top: 0;
		z-index: 2;
	}
}
.scrolling-header span {
	margin: 2rem;
	transform: translateX(-4rem);
	white-space: nowrap;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.5em;
	transition: transform 0.1s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 1200px) {
	.scrolling-header span {
		font-size: 6rem;
	}
}

.tabs {
	background: #fdf1f1;
	padding: 3rem 0 6rem;
	display: flex;
	flex-direction: column;
}
@media (min-width: 800px) {
	.tabs {
		flex-flow: row wrap;
	}
}
.tabs__navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 2rem 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #FF5A5A;
}
.tabs__navigation li {
	margin: 0 0.5rem;
}
.tabs__navigation li a, .tabs__navigation li a:link {
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	background-color: white;
	display: flex;
}
.tabs__navigation li a.selected, .tabs__navigation li a:link.selected {
	background-color: #FF5A5A;
}
.tabs__images, .tabs__options {
	width: 100%;
}
@media (min-width: 800px) {
	.tabs__images, .tabs__options {
		width: 50%;
	}
}
@media (min-width: 800px) {
	.tabs__options {
		margin: 12rem 0;
	}
}
.tabs__images {
	position: sticky;
	z-index: 0;
	top: 0;
	height: 100vh;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (min-width: 800px) {
	.tabs__images {
		display: flex;
	}
}
.tabs__images--item {
	height: 0;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
}
.tabs__images--item img {
	width: calc(100% - 4rem);
	height: auto;
	margin: 0 auto;
	opacity: 0;
	transform: translate3d(0px, 16px, 0);
}
@media (min-width: 800px) {
	.tabs__images--item img {
		height: 100%;
		max-height: 50vh;
		width: auto;
	}
}
.tabs__images--item.active {
	height: auto;
}
.tabs__images--item.active img {
	opacity: 1;
	transform: none;
	transition: transform 0.5s cubic-bezier(0, 0, 0.3, 1), opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.tabs__option {
	max-width: 1260px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 3rem 0;
	opacity: 0.2;
	transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.tabs__option.active {
	opacity: 1;
}
@media (min-width: 800px) {
	.tabs__option {
		border-left: 1px solid #FF5A5A;
		padding: 12rem 0;
	}
}
.tabs__option--image, .tabs__option--copy {
	width: 100%;
	padding: 3rem 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.tabs__option img {
	width: calc(100% - 4rem);
	height: auto;
	margin: 3rem auto;
}
@media (min-width: 800px) {
	.tabs__option img {
		display: none;
	}
}
.tabs__option--copy {
	opacity: 0;
	transform: translate3d(0, 16px, 0);
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1), opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
	border-top: 1px solid #FF5A5A;
}
@media (min-width: 800px) {
	.tabs__option--copy {
		border-top: none;
	}
}
.tabs__option--copy h5 {
	font-family: "Owners XWide", owners-xwide, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	text-transform: uppercase;
	color: #FF5A5A;
	margin: 0 0 3rem;
	width: 100%;
}
@media (min-width: 650px) {
	.tabs__option--copy h5 {
		font-family: "Owners XWide", owners-xwide, sans-serif;
		font-size: 3rem;
		line-height: 4.5rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.apply-button {
	padding: 5rem 0 10rem;
	display: flex;
	justify-content: center;
	margin: 0 3rem;
}
.apply-button.pink {
	background: #fdf1f1;
	margin: 0;
	padding-left: 3rem;
	padding-right: 3rem;
}
.apply-button a, .apply-button a:link {
	padding: 1rem 8rem;
	font-family: "Antipol Variable", antipol-variable, sans-serif;
	font-size: 3rem;
	line-height: 4.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	text-align: center;
	background: #232323;
	color: white;
	border-radius: 600px;
	display: flex;
	opacity: 0;
	transform: translate3d(0, 16px, 0);
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1), opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (max-width: 519px) {
	.apply-button a, .apply-button a:link {
		font-family: "Antipol Variable", antipol-variable, sans-serif;
		font-size: 2rem;
		line-height: 3rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: uppercase;
		width: 100%;
		justify-content: center;
		padding: 1rem 2rem;
	}
}
.apply-button a span, .apply-button a:link span {
	margin-top: 0.5rem;
	white-space: nowrap;
}

footer {
	background: #fdf1f1;
}
footer .footer__inner {
	background: #232323;
	color: white;
	transform: translateY(99%);
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer .email-contact {
	padding: 3rem 0;
}
footer .email-contact h3 {
	margin: 3rem auto;
	font-family: "Owners XWide", owners-xwide, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 650px) {
	footer .email-contact h3 {
		font-family: "Owners XWide", owners-xwide, sans-serif;
		font-size: 3rem;
		line-height: 4.5rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
footer .email-contact p {
	text-align: center;
}
footer .email-contact a, footer .email-contact a:link {
	border-bottom: 1px solid;
	transition: color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
footer .email-contact a:hover, footer .email-contact a:link:hover {
	color: #FF5A5A;
}
footer .footer__low {
	border-top: 1px solid white;
	display: flex;
	flex-direction: column;
	padding: 0 3rem;
	font-family: "Owners", owners, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 800px) {
	footer .footer__low {
		flex-direction: row;
		justify-content: space-between;
	}
}
footer .footer__low .footer__left,
footer .footer__low .footer__right {
	margin: 2rem 0;
}

.in-view.site-header .ba-title svg.svg-title {
	transform: translateY(-1px);
	opacity: 1;
}
.in-view.divider {
	transform: none;
	opacity: 1;
}
.in-view.intro-header .line {
	transform: none;
	opacity: 1;
}
.in-view.intro-copy {
	opacity: 1;
	transform: none;
}
.in-view.questions .arrow-top {
	height: 100%;
	opacity: 1;
}
.in-view.questions .polygon {
	clip-path: polygon(100% 55%, 0% 100%, 100% 100%);
}
.in-view.questions .arrow-bottom {
	height: 10vw;
	opacity: 1;
}
@media (min-width: 1200px) {
	.in-view.questions .arrow-bottom {
		height: 100%;
	}
}
.in-view.li-question {
	transform: none;
	opacity: 1;
}
.in-view.apply-button a {
	transform: none;
	opacity: 1;
}
.in-view.summary__item .summary__item--inner {
	transform: none;
	opacity: 1;
}
.in-view.tabs__option--copy {
	transform: none;
	opacity: 1;
}
.in-view.footer__outer .footer__inner {
	transform: none;
}