/*!
Theme Name: Dandelion Energy 2024
Author: Make, Repeat / One Design
Description: Dandelion Energy theme for 2024 redesign
Version: 1.0.0
Text Domain: Dandelion
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
	--color-text: #000;
	--color-text-standout: #496FD8;
	--color-text-subtle: #686b6f;
	--color-link: #000;
	--color-link-hover: #496FD8;
	--color-button-bg: transparent;
	--color-button-bg-hover: transparent;
	--color-button-text: #496FD8;
	--color-button-text-hover: #000;
	--color-button-border: #608afd;
	--color-button-border-hover: #000;
	--color-line: #686b6f;
	--color-outline: #608afd;
	--color-highlight: #e5ff44;
}

/* Color Themes
--------------------------------------------- */
.theme-blue {
	--color-text: #000;
	--color-text-standout: #e5ff44;
	--color-link: #000;
	--color-link-hover: #e5ff44;
	--color-button-text: #e5ff44;
	--color-button-border: #e5ff44;
	--color-button-text-hover: #fff;
	--color-button-border-hover: #fff;
	--color-line: #d8dee5;
	--color-outline: #608afd;
	background-color: #608afd;
	color: var(--color-text);
}

.theme-yellow {
	--color-text: #000;
	--color-text-standout: #000;
	--color-button-text: #000;
	--color-button-text-hover: #608afd;
	--color-button-border: #000;
	--color-button-border-hover: #608afd;
	--color-line: #686b6f;
	background-color: #e5ff44;
	color: var(--color-text);
}

.theme-grey,
.theme-grey-dark,
.theme-grey-darker,
.theme-black {
	--color-text-standout: #e5ff44;
	--color-button-text: #e5ff44;
	--color-button-border: #e5ff44;
	--color-button-text-hover: #fff;
	--color-button-border-hover: #fff;
}

.theme-grey-dark,
.theme-grey-darker,
.theme-black {
	--color-text: #fff;
	--color-line: #959aa0;
	color: var(--color-text);
}

.theme-grey {
	background-color: #959aa0;
	--color-line: #d8dee5;
}

.theme-grey-dark {
	background-color: #686b6f;
	--color-line: #fff;
}

.theme-grey-darker {
	background-color: #36383a;
}

.theme-black {
	background-color: #000;
}

.theme-grey-light,
.theme-white {
	--color-text: #000;
	color: var(--color-text);
}

.theme-grey-light {
	background-color: #d8dee5;
}

.theme-white {
	background-color: #fff;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

/**
 * 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;
	font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Boostrap
--------------------------------------------------------------*/
.fade {
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing.collapse-horizontal {
		transition: none;
	}
}

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23263765' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(96, 138, 253, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
	.accordion-button {
		transition: none;
	}
}

.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
	.accordion-button::after {
		transition: none;
	}
}

.accordion-button:hover {
	z-index: 2;
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
	border-top-left-radius: var(--bs-accordion-border-radius);
	border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
	border-top-left-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
	border-top: 0;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
	border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
	border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush > .accordion-item:first-child {
	border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
	border-radius: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse {
	border-radius: 0;
}

[data-bs-theme="dark"] .accordion-button::after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0b9fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0b9fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-start,
	.carousel-fade .active.carousel-item-end {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
	filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}

.carousel-dark .carousel-caption {
	color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, [data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
	filter: invert(1) grayscale(100);
}

[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], [data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
	background-color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-caption, [data-bs-theme="dark"].carousel .carousel-caption {
	color: #000;
}

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	text-decoration: none;
	background: none;
	border: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link:hover, .nav-link:focus {
	color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(96, 138, 253, 0.25);
}

.nav-link.disabled, .nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	--bs-nav-tabs-border-width: var(--bs-border-width);
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
	--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
	margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
	border: var(--bs-nav-tabs-border-width) solid transparent;
	border-top-left-radius: var(--bs-nav-tabs-border-radius);
	border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: var(--bs-nav-tabs-link-active-bg);
	border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
	margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills {
	--bs-nav-pills-border-radius: var(--bs-border-radius);
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #608afd;
}

.nav-pills .nav-link {
	border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
	--bs-nav-underline-gap: 1rem;
	--bs-nav-underline-border-width: 0.125rem;
	--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
	gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
	padding-right: 0;
	padding-left: 0;
	border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
	border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
	font-weight: 700;
	color: var(--bs-nav-underline-link-active-color);
	border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-text);
	font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 450;
	font-size: 1.125rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 0.5em;
	font-weight: 600;
}

h1 {
	font-size: clamp(1.875rem, calc(3vw + 0.75rem), 3.375rem);
}

h2 {
	font-size: clamp(1.5rem, calc(1vw + 1.125rem), 1.875rem);
}

h3 {
	font-size: clamp(1.25rem, calc(0.75vw + 1rem), 1.5rem);
}

h4 {
	font-size: 1.125rem;
}

h5,
h6 {
	font-size: 1rem;
}

p {
	margin: 0 0 1.5em;
}

p + ul,
p + ol {
	margin-top: -0.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
	font-style: normal;
}

pre {
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.4;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #959aa0;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 70%;
}

/* Elements
--------------------------------------------- */
body {
	background-color: #fff;
	background-image: url("../png/pattern-11.png");
	background-size: 7px 7px;
	background-repeat: repeat;
	background-attachment: fixed;
}

hr {
	background-color: var(--color-line);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

svg circle {
	stroke: currentColor;
}

svg path {
	fill: currentColor;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	padding: 0.5rem;
}

th {
	text-align: left;
}

/* Links
--------------------------------------------- */
a {
	color: var(--color-link);
}

a:hover, a:focus, a:active {
	color: var(--color-link-hover);
}

a:focus:not(:focus-visible) {
	outline: none;
}

a:focus-visible {
	outline: 2px solid var(--color-outline);
}

a:hover, a:active {
	outline: 0;
}

a svg path {
	fill: currentColor;
}

a svg line,
a svg circle {
	stroke: currentColor;
}

/* Forms
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	background-color: var(--color-button-bg);
	color: var(--color-button-text);
	border: 1px solid var(--color-button-border);
	border-radius: 0;
	font-size: 0.875rem;
	line-height: 1;
	padding: 9px 14px;
	text-decoration: none;
}

input[type="button"]::after,
input[type="reset"]::after,
input[type="submit"]::after {
	content: '';
	display: block;
	mask: url("../svg/arrow-right-64.svg");
	background-color: var(--color-button-text);
	width: 64px;
	height: 7px;
	margin-left: 10px;
	flex-shrink: 0;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	color: var(--color-button-text);
}

input[type="button"]:hover, input[type="button"]:focus-visible,
input[type="reset"]:hover,
input[type="reset"]:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible {
	background-color: var(--color-button-bg-hover);
	color: var(--color-button-text-hover);
	border-color: var(--color-button-border-hover);
}

input[type="button"]:hover::after, input[type="button"]:focus-visible::after,
input[type="reset"]:hover::after,
input[type="reset"]:focus-visible::after,
input[type="submit"]:hover::after,
input[type="submit"]:focus-visible::after {
	background-color: var(--color-button-text-hover);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #686b6f;
	border: 1px solid #d8dee5;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--color-outline);
}

select {
	border: 1px solid #d8dee5;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	max-width: 1728px;
	margin-left: auto;
	margin-right: auto;
}

.indent {
	width: 100%;
	padding: 60px 0 60px 20px;
}

@media screen and (min-width: 60em) {
	.indent {
		padding-left: 14.2%;
	}
	.indent--texture {
		position: relative;
	}
	.indent--texture::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 12.5%;
		background-image: url("../png/pattern-02.png");
		background-size: 102px 102px;
		background-repeat: repeat;
	}
}

@media screen and (min-width: 68em) {
	.indent {
		padding-left: calc((0.25 * (100% - 120px)) + 60px);
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.menu {
	list-style: none;
	padding-left: 0;
}

.main-navigation {
	display: block;
}

.main-navigation .menu {
	margin: 0;
	padding-left: 0;
	font-size: 1rem;
}

.main-navigation .menu .sub-menu {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation .menu .sub-menu a {
	width: 200px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

.main-navigation .current_page_item:not(.menu-cta) > a,
.main-navigation .current-menu-item:not(.menu-cta) > a,
.main-navigation .current_page_ancestor:not(.menu-cta) > a,
.main-navigation .current-menu-ancestor:not(.menu-cta) > a {
	text-decoration: underline;
	text-underline-offset: 8px;
}

.menu-cta > a {
	background-color: #e5ff44;
}

.menu-cta > a:hover, .menu-cta > a:focus-visible {
	background-color: #000;
	color: #e5ff44;
}

#secondary-menu {
	background-color: #686b6f;
	position: relative;
}

#secondary-menu a {
	color: #fff;
}

#secondary-menu::after {
	content: '';
	display: block;
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url("../png/pattern-09.png");
	background-size: 13px 13px;
}

.menu-toggle {
	padding: 10px;
	border: none;
	background: transparent;
}

.menu-toggle > svg line {
	transition: all 0.2s ease-in-out;
}

.menu-toggle:hover, .menu-toggle:focus-visible {
	background: transparent;
}

.menu-toggle:hover > svg line, .menu-toggle:focus-visible > svg line {
	stroke: #608afd;
}

.menu-toggle[aria-expanded='true'] > svg .toggle-line-1 {
	transform: rotate(40deg) translate(3px, -2px);
}

.menu-toggle[aria-expanded='true'] > svg .toggle-line-2 {
	opacity: 0;
}

.menu-toggle[aria-expanded='true'] > svg .toggle-line-3 {
	transform: rotate(-40deg) translate(-10px, -3px);
}

#main-menu-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
}

.togglable-menu {
	display: none;
}

.togglable-menu.toggled {
	display: block;
}

@media screen and (max-width: 63.9375em) {
	.togglable-menu.toggled .togglable-menu {
		display: block;
	}
	#secondary-menu-toggle {
		display: none;
	}
	#main-menu-toggle {
		display: block;
	}
	.main-navigation .menu li > a {
		padding: 4px 20px;
	}
	#main-menu {
		position: absolute;
		top: 78px;
		left: 0;
		right: 0;
		z-index: 100;
		background-color: #d8dee5;
	}
	#primary-menu {
		padding: 21px 0 35px;
		background-color: #608afd;
	}
	#primary-menu::after {
		content: '';
		display: block;
		width: 30%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		background-image: url("../png/pattern-01.png");
		background-size: 102px 102px;
	}
	#primary-menu li {
		width: 50%;
		font-size: clamp(1.25rem, calc(0.75vw + 1rem), 1.5rem);
		font-weight: 600;
	}
	#primary-menu li > a {
		color: #fff;
	}
	#primary-menu li.menu-cta {
		font-size: 1rem;
		font-weight: 450;
	}
	#primary-menu li.menu-cta a {
		display: inline-block;
		color: #000;
		margin-top: 3px;
		margin-left: 20px;
		padding: 7px 16px 6px;
	}
	#secondary-menu {
		padding: 15px 0 27px;
	}
	#secondary-menu li {
		font-size: 1.125rem;
	}
	#secondary-menu li > a {
		padding: 5px 20px;
	}
}

@media screen and (min-width: 64em) {
	#main-menu-toggle {
		display: none;
	}
	#secondary-menu-toggle {
		margin-left: 20px;
	}
	.main-navigation {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	.main-navigation .menu {
		display: flex;
	}
	.main-navigation .menu li > a {
		padding: 7px 15px;
	}
	.main-navigation .menu li:hover > .sub-menu,
	.main-navigation .menu li.focus > .sub-menu {
		left: auto;
	}
	.main-navigation .sub-menu {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.menu-cta > a {
		margin-left: 15px;
	}
	#main-menu {
		display: block;
	}
	#secondary-menu {
		position: absolute;
		top: 125px;
		left: 0;
		right: 0;
		z-index: 1;
	}
	#secondary-menu .menu {
		justify-content: flex-end;
		padding-right: 81px;
	}
	#secondary-menu::after {
		right: auto;
		left: 0;
		width: 375px;
	}
}

.posts-navigation,
.post-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 0 20px 40px;
	font-size: 0.875rem;
}

.posts-navigation .page-numbers,
.post-navigation .page-numbers {
	padding: 6px 10px;
}

.posts-navigation .current,
.post-navigation .current {
	font-weight: bold;
}

.posts-navigation .dots,
.post-navigation .dots {
	color: #686b6f;
}

.posts-navigation a,
.post-navigation a {
	text-underline-offset: 6px;
}

.posts-navigation .prev,
.posts-navigation .next,
.post-navigation .prev,
.post-navigation .next {
	margin: 0 10px;
	display: inline-flex;
	align-items: center;
	background-color: var(--color-button-bg);
	color: var(--color-button-text);
	border: 1px solid var(--color-button-border);
	border-radius: 0;
	font-size: 0.875rem;
	line-height: 1;
	padding: 9px 14px;
	text-decoration: none;
}

.posts-navigation .prev::after,
.posts-navigation .next::after,
.post-navigation .prev::after,
.post-navigation .next::after {
	content: '';
	display: block;
	mask: url("../svg/arrow-right-64.svg");
	background-color: var(--color-button-text);
	width: 64px;
	height: 7px;
	margin-left: 10px;
	flex-shrink: 0;
}

.posts-navigation .prev:focus,
.posts-navigation .next:focus,
.post-navigation .prev:focus,
.post-navigation .next:focus {
	color: var(--color-button-text);
}

.posts-navigation .prev:hover, .posts-navigation .prev:focus-visible,
.posts-navigation .next:hover,
.posts-navigation .next:focus-visible,
.post-navigation .prev:hover,
.post-navigation .prev:focus-visible,
.post-navigation .next:hover,
.post-navigation .next:focus-visible {
	background-color: var(--color-button-bg-hover);
	color: var(--color-button-text-hover);
	border-color: var(--color-button-border-hover);
}

.posts-navigation .prev:hover::after, .posts-navigation .prev:focus-visible::after,
.posts-navigation .next:hover::after,
.posts-navigation .next:focus-visible::after,
.post-navigation .prev:hover::after,
.post-navigation .prev:focus-visible::after,
.post-navigation .next:hover::after,
.post-navigation .next:focus-visible::after {
	background-color: var(--color-button-text-hover);
}

.posts-navigation .prev::after,
.posts-navigation .next::after,
.post-navigation .prev::after,
.post-navigation .next::after {
	margin: 0;
}

.posts-navigation .prev::after,
.post-navigation .prev::after {
	transform: rotate(180deg);
}

@media screen and (min-width: 68em) {
	.posts-navigation,
	.post-navigation {
		padding: 10px 40px 70px;
	}
}

@media screen and (min-width: 90em) {
	#secondary-menu .menu {
		padding-right: 101px;
	}
}

.qualtool-navigation {
	display: none;
	padding-right: 20px;
}

body.page-template-page-qualtool .main-navigation {
	display: none !important;
}

body.page-template-page-qualtool .qualtool-navigation {
	display: block;
}

/* Site header
--------------------------------------------- */
.site-header {
	background-color: #d8dee5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.site-header .site-branding {
	padding: 20px;
}

.site-header .site-branding svg {
	width: 168px;
}

.site-title {
	margin: 0;
}

.site-title a {
	display: block;
	color: #608afd;
}

.site-title svg {
	display: block;
}

@media screen and (min-width: 64em) {
	.main-navigation,
	#secondary-menu .menu {
		padding-left: 50px;
	}
	.site-header .site-branding {
		padding: 44px 30px 43px;
	}
	.site-header .site-branding svg {
		width: 200px;
	}
	.main-navigation,
	.qualtool-navigation {
		padding-right: 30px;
	}
	#secondary-menu .menu {
		padding-top: 44px;
		padding-bottom: 43px;
	}
}

@media screen and (min-width: 75em) {
	.main-navigation,
	#secondary-menu .menu {
		padding-left: 0;
	}
	.site-header .site-branding {
		padding-left: 40px;
		padding-right: 40px;
	}
	.site-header .site-branding svg {
		width: 220px;
	}
}

@media screen and (min-width: 90em) {
	.site-header .site-branding {
		padding-left: 60px;
		padding-right: 60px;
	}
	.site-header .site-branding svg {
		width: 240px;
	}
	.main-navigation,
	.qualtool-navigation {
		padding-right: 50px;
	}
}

/* Site main
--------------------------------------------- */
.site-main {
	background-color: #fff;
}

/* Page header
--------------------------------------------- */
.page-header {
	display: flex;
	flex-direction: column;
}

.page-header__image > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.page-header__text {
	width: 100%;
	min-height: 200px;
	padding: 36px 20px;
	display: flex;
	flex-direction: column;
}

.page-header--large > .page-header__text {
	padding-bottom: 74px;
	justify-content: flex-start;
	position: relative;
}

.page-header--large > .page-header__text.theme-blue {
	--color-line: #000;
}

.page-header--large > .page-header__text::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	content: '';
	background-image: url("../png/pattern-06.png");
	background-repeat: repeat;
	background-size: 102px 102px;
}

.page-header--large > .page-header__text.page-header__text--single::after {
	background-image: url("../png/pattern-07.png");
	background-size: 10px 10px;
}

.page-header--large .arrow-number {
	line-height: 1.25;
	position: absolute;
	width: calc(28% - 37px);
	left: 26px;
	top: 0.625em;
}

.page-header--large .page-header__heading,
.page-header--large .page-header__additional-text {
	padding-left: 28%;
	position: relative;
}

.page-header--large .page-header__heading > p {
	margin-bottom: 17px;
}

.page-header--large .page-header__heading .arrow-number {
	font-size: clamp(1.5rem, calc(1vw + 1.125rem), 1.875rem);
}

.page-header--large .page-header__additional-text .arrow-number {
	font-size: 1.125rem;
}

.page-header--small .arrow-number {
	display: none;
}

.page-header--small .page-header__text {
	justify-content: center;
}

.page-header--small .page-header__image {
	max-height: 238px;
	overflow: hidden;
}

.page-header--home .page-header__text {
	min-height: 0;
}

.page-header--home .page-header__heading {
	position: relative;
	padding-left: 35%;
}

.page-header--home .arrow-number {
	font-size: clamp(1.5rem, calc(1vw + 1.125rem), 1.875rem);
	line-height: 1.25;
	width: calc(35% - 37px);
	left: 26px;
}

.page-header--home .arrow-a {
	top: 0.625em;
}

.page-header--home .arrow-b {
	top: 1.875em;
}

.page-header--home .arrow-c {
	top: 3.125em;
}

@media screen and (max-width: 47.9375em) {
	.page-header--home .arrow-number > span {
		width: 20px;
		height: 20px;
		top: -9.5px;
		left: -25px;
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 48em) {
	.page-header {
		flex-direction: row;
	}
	.page-header__minor {
		width: 37.5%;
	}
	.page-header__major {
		width: 62.5%;
	}
	.page-header--large > .page-header__text {
		padding-bottom: 120px;
	}
	.page-header--large > .page-header__text::after {
		height: 80px;
	}
	.page-header--small {
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 68em) {
	.page-header__minor,
	.page-header__major {
		width: 50%;
	}
	.page-header--large > .page-header__text {
		padding-top: 60px;
		padding-right: 30px;
	}
	.page-header--large > .page-header__text::after {
		height: 150px;
	}
	.page-header--large .arrow-number {
		width: 124px;
		left: 40%;
		margin-left: -135px;
	}
	.page-header--large .page-header__heading,
	.page-header--large .page-header__additional-text {
		padding-left: 40%;
	}
	.page-header--large .page-header__heading > p {
		max-width: 15.5ch;
	}
	.page-header--large .page-header__additional-text > p {
		max-width: 29ch;
	}
	.page-header--small .page-header__text {
		padding: 20px 130px 45px 65px;
	}
	.page-header--small .page-header__image {
		max-height: 350px;
	}
	.page-header__heading > p {
		margin-bottom: 43px;
	}
	.page-header--home .arrow-number {
		width: calc(40% - 47px);
		left: 35px;
		margin-left: 0;
	}
}

@media screen and (min-width: 75em) {
	.page-header--large > .page-header__text {
		padding-top: 100px;
	}
	.page-header--large > .page-header__text.page-header__text--single::before {
		display: block;
		position: absolute;
		bottom: 150px;
		left: 0;
		right: 0;
		height: 60px;
		content: '';
		background-image: url("../png/pattern-01.png");
		background-repeat: repeat;
		background-size: 102px 102px;
	}
	.page-header--large .page-header__heading,
	.page-header--large .page-header__additional-text {
		position: relative;
	}
	.page-header--large .page-header__heading {
		padding-left: 45%;
		position: relative;
	}
	.page-header--large .page-header__heading > p {
		margin-bottom: 42px;
	}
	.page-header--large .page-header__heading .arrow-number {
		left: 45%;
	}
	.page-header--large .page-header__additional-text {
		padding-left: 32%;
	}
	.page-header--large .page-header__additional-text .arrow-number {
		left: 32%;
	}
	.page-header--small > .page-header__text {
		position: relative;
	}
	.page-header--small > .page-header__text::after {
		content: '';
		display: block;
		height: 67px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-image: url("../png/pattern-09.png");
		background-repeat: repeat;
		background-size: 13px 13px;
	}
	.page-header--home .page-header__text {
		padding-left: 60px;
	}
	.page-header--home .page-header__heading .arrow-number {
		width: calc(45% - 47px);
		left: 35px;
	}
}

@media screen and (min-width: 90em) {
	.page-header--large > .page-header__text {
		padding-top: 180px;
	}
	.page-header--large .page-header__heading {
		padding-left: 55%;
	}
	.page-header--large .page-header__heading .arrow-number {
		left: 55%;
	}
	.page-header--home .page-header__heading .arrow-number {
		width: calc(55% - 47px);
		left: 35px;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	min-height: 32vh;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.posts-index {
	padding: 40px 20px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.related-posts {
	padding: 40px 0 40px 20px;
}

.related-posts .posts-index {
	padding: 20px 20px 0 0;
}

.index-post a {
	text-decoration: none;
	color: var(--color-text-standout);
}

.index-post a:hover, .index-post a:focus {
	color: var(--color-text);
	text-decoration: underline;
}

.index-post.theme-grey-light a {
	color: var(--color-text);
}

.index-post.theme-blue {
	--color-text: #fff;
}

.index-post__content {
	padding: 20px;
}

.index-post__image {
	display: block;
	margin-bottom: 20px;
}

.index-post__image > img {
	width: 100%;
}

.index-post__title {
	font-size: clamp(1.25rem, calc(0.75vw + 1rem), 1.5rem);
	margin-bottom: 1em;
}

.index-post__title > a svg {
	margin-left: 10px;
}

.index-post__title > a svg path {
	fill: transparent;
	stroke: currentColor;
}

.post__category {
	font-size: 0.75rem;
	margin-bottom: 0.5em;
}

.post__date {
	font-size: 0.875rem;
	margin: 0;
}

.entry-header .page-header__text {
	justify-content: center;
}

.entry-header .page-header__text::after {
	background-image: url("../png/pattern-09.png");
	background-size: 13px 13px;
}

.entry-header .page-header__text .post__category {
	margin-bottom: 15px;
}

.entry-header .theme-blue {
	--color-text: #fff;
	--color-link: #fff;
}

.entry-header a {
	text-decoration: none;
}

.entry-header a:hover, .entry-header a:focus {
	color: var(--color-text);
	text-decoration: underline;
}

@media screen and (min-width: 48em) {
	.posts-index {
		padding: 60px 40px;
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}
	.related-posts {
		padding: 60px 0 60px 40px;
	}
	.related-posts .posts-index {
		padding-right: 40px;
	}
	.index-post__content {
		padding: 30px;
	}
}

@media screen and (min-width: 68em) {
	.posts-index {
		padding: 64px 60px;
	}
	.related-posts {
		padding: 64px 0 64px 60px;
	}
	.related-posts .posts-index {
		padding-right: 60px;
	}
	.index-post__image {
		margin-bottom: 30px;
	}
	.entry-header .page-header__text::after {
		height: 80px;
	}
}

@media screen and (min-width: 90em) {
	.entry-header .page-header__text {
		padding: 118px 60px 200px 228px;
	}
	.entry-header .page-header__text::after {
		height: 150px;
	}
	.posts-index {
		grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
	}
}

/* Flex Content
--------------------------------------------- */
.banner {
	display: flex;
	flex-direction: column;
}

.banner__text {
	padding: 90px 20px 30px 120px;
	position: relative;
}

.banner__text::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background-image: url("../png/pattern-10.png");
	background-repeat: repeat;
	background-size: 9px 9px;
}

.banner__heading {
	color: var(--color-text-standout);
	position: relative;
	margin: 0;
}

.banner__heading .arrow-number {
	width: 57px;
	left: -68px;
	top: 0.625em;
}

.banner__cta {
	padding: 28px 20px 28px 120px;
	position: relative;
}

.banner__cta::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	background-image: url("../png/pattern-09.png");
	background-repeat: repeat;
	background-size: 15px 15px;
}

@media screen and (min-width: 48em) {
	.banner {
		flex-direction: row;
	}
	.banner__text {
		width: 75%;
		padding: 110px 70px 110px 25%;
	}
	.banner__text::before {
		right: auto;
		bottom: 0;
		height: auto;
		width: 60px;
	}
	.banner__cta {
		width: 25%;
		padding: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner__cta::before {
		bottom: auto;
		right: 0;
		width: auto;
		height: 80px;
	}
}

@media screen and (min-width: 60em) {
	.banner__heading .arrow-number {
		width: 107px;
		left: -119px;
	}
}

@media screen and (min-width: 112.5em) {
	.banner__text::before {
		width: 16.6667%;
	}
}

.columns {
	padding: 64px 0 40px 20px;
	display: flow-root;
}

.columns__inner {
	padding: 0 20px 0 0;
}

.column {
	padding: 20px 0 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	border-bottom: 1px solid #959aa0;
	position: relative;
}

.column:last-child {
	border-bottom: none;
}

.column:last-child::before, .column:last-child::after {
	display: none;
}

.column::before, .column::after {
	content: '';
	width: 14px;
	height: 9px;
	mask: url("../svg/slant.svg");
	background-color: #959aa0;
	position: absolute;
	bottom: -5px;
	transform: rotate(90deg);
}

.column::before {
	left: -3px;
}

.column::after {
	right: -3px;
}

.columns__header {
	padding-top: 0;
}

.columns__header .columns__heading {
	text-wrap: balance;
	max-width: 30ch;
	margin-bottom: 17px;
}

.columns__header > p {
	max-width: 44ch;
}

.column__image {
	background-color: #959aa0;
}

.column__image img {
	width: 100%;
}

.column__text > h3,
.column__text > p {
	margin-bottom: 8px;
}

.column__text .button {
	margin-top: 10px;
}

.column__heading a {
	text-decoration: none;
}

.column__heading--letter::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	color: var(--color-text-standout);
	border: 1px solid;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: 450;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 2px;
}

.columns__body {
	counter-reset: cols;
}

.columns__body .column {
	counter-increment: cols;
}

.columns__body .column .column__heading--letter::before {
	content: counter(cols, upper-alpha);
}

.columns__controls {
	display: none;
	visibility: hidden;
}

@media screen and (min-width: 48em) {
	.columns__body .column {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}
	.column__image,
	.column__text {
		flex: 1;
	}
}

@media screen and (min-width: 60em) {
	.columns {
		padding-left: 14.2%;
	}
	.columns__inner {
		padding-right: 16.55%;
	}
	.columns__header {
		padding-bottom: 0;
		border-bottom: none;
	}
	.columns__header::before, .columns__header::after {
		display: none;
	}
}

@media screen and (min-width: 68em) {
	.columns {
		padding: 70px 0 60px 60px;
		display: flex;
		flex-direction: column;
	}
	.columns__inner {
		display: flex;
		flex-direction: row;
		padding-right: 60px;
	}
	.columns__header {
		width: calc(25% - 20px);
		margin-right: 20px;
	}
	.columns__header::before, .columns__header::after {
		display: block;
	}
	.columns__body {
		width: 75%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 52px;
	}
	.columns__body .column {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.column {
		border-bottom: none;
		border-right: 1px solid #959aa0;
		padding: 2px 20px 27px 0;
	}
	.column.columns__header {
		padding-left: 0;
	}
	.column:last-child {
		border-right: none;
	}
	.column::before, .column::after {
		transform: rotate(0);
		right: -7px;
	}
	.column::before {
		top: 0;
		left: auto;
	}
	.column::after {
		top: auto;
		bottom: 0;
	}
	.column .column__text > p {
		padding-right: 28px;
	}
	.column__image,
	.column__text {
		flex: unset;
	}
	.column--third {
		width: calc(33.333% - 13.333px);
	}
	.column--third .column__text > p {
		padding-right: 20px;
	}
	.columns__body .column--has-image {
		border-right: none;
		padding: 0;
	}
	.columns__body .column--has-image::before, .columns__body .column--has-image::after {
		display: none;
	}
	.column__image {
		width: 100%;
		aspect-ratio: 315/326;
	}
	.column__image img {
		object-fit: cover;
		height: 100%;
	}
	.columns--overflow .columns__inner {
		--columns__inner-right: 60px;
		padding-right: var(--columns__inner-right);
	}
	.columns--overflow .columns__body {
		--columns__body-width: calc(75% + var(--columns__inner-right));
		--columns-visible-width: 650px;
		width: var(--columns__body-width);
		margin-right: calc(var(--columns__inner-right) * -1);
		padding-right: calc(var(--columns__body-width) - var(--columns-visible-width));
		flex-wrap: nowrap;
		overflow: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
	}
	.columns--overflow .columns__body > .column {
		width: 315px;
		flex-shrink: 0;
	}
	.columns__controls {
		visibility: visible;
		align-self: flex-end;
		margin: -16px 60px 18px 0;
		display: flex;
		gap: 10px;
	}
	.columns__controls > button {
		padding: 12px 14px;
	}
	.columns__controls > button::after {
		width: 40px;
		margin: 0;
		mask-position: right;
	}
	.columns__controls > button.scroll-button--left::after {
		transform: rotate(180deg);
	}
	.columns.carousel .carousel-item {
		display: block;
		width: 335px;
		margin-right: 0;
	}
	.columns.carousel .carousel-item > .column {
		width: 100%;
	}
}

@media screen and (min-width: 90em) {
	.columns--overflow .columns__body {
		--columns-visible-width: 985px;
	}
}

.double-stack__header {
	display: flex;
	flex-direction: column;
	position: relative;
}

.double-stack__header::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 60px;
	background-image: url("../png/pattern-01.png");
	background-size: 102px 102px;
}

.double-stack__header-text {
	padding: 46px 20px 78px;
	position: relative;
}

.double-stack__header-text .arrow-1,
.double-stack__header-text .arrow-2 {
	display: none;
}

.double-stack__texture {
	display: none;
}

.double-stack__section-heading {
	max-width: 20ch;
	text-wrap: balance;
}

.double-stack__section-image,
.stack__image {
	max-height: 100vw;
	overflow: hidden;
}

.double-stack__section-image > img,
.stack__image > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.stack__text {
	padding: 31px 20px 37px;
}

@media screen and (min-width: 48em) {
	.double-stack__header,
	.double-stack__stacks > .stack {
		display: flex;
	}
	.double-stack__header > *,
	.double-stack__stacks > .stack > * {
		width: 50%;
	}
	.double-stack__stacks > .stack:last-child {
		flex-direction: row-reverse;
	}
	.double-stack__header {
		flex-direction: row-reverse;
	}
	.double-stack__header::after {
		width: 50%;
	}
	.double-stack__header-text {
		padding-left: 0;
		padding-right: 0;
	}
	.double-stack__header-text .arrow-1,
	.double-stack__header-text .arrow-2 {
		display: block;
		position: absolute;
	}
	.double-stack__header-text .arrow-1 {
		top: 61px;
		right: 23px;
		width: 85%;
	}
	.double-stack__header-text .arrow-2 {
		top: 84px;
		right: 23px;
		width: 62%;
	}
	.double-stack__section-heading {
		margin: 100px 0 57px calc(38% - 23px - 37px);
	}
	.double-stack__section-image,
	.stack__image {
		position: relative;
	}
	.double-stack__section-image > img,
	.stack__image > img {
		position: absolute;
	}
	.stack__text {
		padding: 69px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
}

@media screen and (min-width: 75em) {
	.double-stack {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-auto-rows: auto;
		gap: 0;
		grid-template-rows: auto;
	}
	.double-stack__header > *,
	.double-stack__stacks > .stack > * {
		width: auto;
	}
	.double-stack__header {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
		display: grid;
		grid-template-columns: subgrid;
		grid-template-rows: subgrid;
		overflow: hidden;
	}
	.double-stack__header::before, .double-stack__header::after {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.double-stack__header::after {
		position: static;
		width: 100%;
		height: 80px;
	}
	.double-stack__header::before {
		content: '';
		display: block;
		background-image: url("../png/pattern-06.png");
		background-size: 102px 102px;
		position: relative;
		top: 80px;
	}
	.double-stack__section-image {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.double-stack__section-image > img {
		height: 100%;
	}
	.double-stack__header-text {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
		padding-top: 110px;
	}
	.double-stack__header-text .arrow-1 {
		top: 125px;
	}
	.double-stack__header-text .arrow-2 {
		top: 146px;
	}
	.double-stack__section-heading {
		margin-bottom: 28px;
	}
	.double-stack__stacks {
		grid-column: 3 / 5;
		grid-row: 1 / 3;
		display: grid;
		grid-template-columns: subgrid;
		grid-template-rows: subgrid;
		position: relative;
	}
	.double-stack__stacks > .stack {
		grid-row: 1 / 3;
		display: grid;
		grid-template-columns: subgrid;
		grid-template-rows: subgrid;
	}
	.double-stack__stacks > .stack:last-child .stack__text-divider {
		position: absolute;
		top: 22px;
		bottom: 22px;
		left: 0;
		width: 1px;
		background-color: #686b6f;
	}
	.double-stack__stacks > .stack:last-child .stack__text-divider::before, .double-stack__stacks > .stack:last-child .stack__text-divider::after {
		content: '';
		width: 14px;
		height: 9px;
		mask: url("../svg/slant.svg");
		background-color: #686b6f;
		position: absolute;
		left: -7px;
	}
	.double-stack__stacks > .stack:last-child .stack__text-divider::before {
		top: 0;
	}
	.double-stack__stacks > .stack:last-child .stack__text-divider::after {
		bottom: 0;
	}
	.stack__image {
		grid-row: 1 / 2;
	}
	.stack__image > img {
		height: 100%;
	}
	.stack__text {
		grid-row: 2 / 3;
		padding: 49px;
		justify-content: flex-start;
		position: relative;
	}
}

@media screen and (min-width: 112.5em) {
	.stack__text {
		padding-bottom: 100px;
	}
}

.list-and-image {
	flex-direction: column;
}

.list-and-image.theme-white {
	--color-text-standout: #000;
}

.layout-equal,
.layout-unequal {
	display: flex;
	flex-direction: column;
}

.list-and-image__text {
	padding: 54px 0 14px 30px;
	position: relative;
}

.list-and-image__image {
	background-color: #fff;
	background-repeat: repeat;
}

.list-and-image__image > img {
	object-fit: cover;
	height: 350px;
	width: 100%;
}

.layout-equal.theme-blue .list-and-image__text,
.layout-equal.theme-grey .list-and-image__text {
	padding-top: 100px;
}

.layout-equal.theme-blue .list-and-image__text::before,
.layout-equal.theme-grey .list-and-image__text::before {
	content: '';
	display: block;
	height: 74px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url("../png/pattern-04.png");
	background-repeat: repeat;
	background-size: 102px 102px;
}

.layout-equal .list-and-image__image {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-repeat: repeat;
}

.layout-equal.theme-white .list-and-image__image {
	background-image: url("../png/pattern-08.png");
	background-size: 7px 7px;
}

.layout-equal.theme-blue .list-and-image__image {
	background-image: url("../png/pattern-02.png");
	background-size: 102px 102px;
}

.layout-equal.theme-yellow .list-and-image__image {
	background-image: url("../png/pattern-09.png");
	background-size: 13px 13px;
}

.layout-equal.theme-grey .list-and-image__image {
	background-image: url("../png/pattern-07.png");
	background-size: 10px 10px;
}

.list-and-image .list-heading,
.list-and-image .list-intro {
	padding-right: 20px;
}

.list-and-image .list-items ul,
.list-and-image .list-items ol {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.list-and-image .list-item a:not(.button) {
	color: inherit;
}

.list-and-image .list-item a:not(.button):hover, .list-and-image .list-item a:not(.button):focus {
	color: var(--color-text-standout);
}

.list-and-image .list-heading:has(+ .list-items ol),
.list-and-image .list-items ol > li {
	margin-left: 30px;
}

.list-and-image .list-items ol {
	counter-reset: number;
}

.list-and-image .list-items ol > li {
	counter-increment: number;
	position: relative;
}

.list-and-image .list-items ol > li > .list-item__heading::before {
	content: counter(number);
	position: absolute;
	top: 2px;
	left: -37px;
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 0.875rem;
	font-weight: 450;
	border-radius: 50%;
	border: 1px solid;
	color: var(--color-text);
}

.list-and-image.layout-equal .list-heading,
.list-and-image .list-intro,
.list-and-image .list-item > span {
	max-width: 360px;
}

.list-and-image.layout-equal .list-item {
	padding: 18px 20px 18px 0;
}

.list-and-image.layout-equal .list-item > .list-item__heading.fontsize-lg::before {
	top: calc((clamp(1.25rem, calc(0.75vw + 1rem), 1.5rem) / 4) + 14px);
}

.list-and-image.layout-equal .list-item > .list-item__heading.fontsize-xl::before {
	top: calc((clamp(1.5rem, calc(1vw + 1.125rem), 1.875rem) / 4) + 15px);
}

.list-and-image.layout-equal .list-item > .list-item__heading.fontsize-2xl::before {
	top: calc((clamp(1.875rem, calc(3vw + 0.75rem), 3.375rem) / 4) + 16px);
}

.list-and-image.layout-unequal .list-item {
	padding: 0 20px 0 0;
	margin-bottom: 28px;
}

.list-and-image.layout-unequal .list-item > .list-item__heading.fontsize-lg::before {
	top: calc((clamp(1.25rem, calc(0.75vw + 1rem), 1.5rem) / 4) - 4px);
}

.list-and-image.layout-unequal .list-item > .list-item__heading.fontsize-xl::before {
	top: calc((clamp(1.5rem, calc(1vw + 1.125rem), 1.875rem) / 4) - 3px);
}

.list-and-image.layout-unequal .list-item > .list-item__heading.fontsize-2xl::before {
	top: calc(clamp(1.875rem, calc(3vw + 0.75rem), 3.375rem) / 4);
}

.list-and-image.layout-unequal .border-top-arrow-left {
	border: none;
}

.list-and-image.layout-unequal .border-top-arrow-left::before {
	display: none;
}

.list-and-image.layout-unequal .list-heading {
	border-bottom: 1px solid var(--color-line);
	padding-bottom: 15px;
	margin-bottom: 18px;
	position: relative;
}

.list-and-image.layout-unequal .list-heading > .arrowhead {
	position: absolute;
	bottom: -3.5px;
	left: -1px;
}

.list-and-image.layout-unequal .list-heading > .arrowhead path {
	fill: var(--color-line);
}

.list-item__heading {
	display: block;
	font-weight: 600;
	margin-bottom: 0;
}

.list-item__heading.fontsize-lg, .list-item__heading.fontsize-xl, .list-item__heading.fontsize-2xl {
	margin-bottom: 0;
}

.list-item__heading + .list-item__text {
	margin-top: 8px;
}

.list-item__text {
	display: block;
}

@media screen and (min-width: 48em) {
	.layout-equal,
	.layout-unequal {
		flex-direction: row;
	}
	.list-and-image__text {
		width: 62.5%;
		padding: 60px 0;
		padding-left: 14.2%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.list-and-image .list-heading:has(+ .list-items ol),
	.list-and-image .list-items ol > li {
		margin-left: 0;
	}
	.list-and-image__image {
		width: 37.5%;
	}
	.list-and-image__image > img {
		height: auto;
	}
	.list-and-image.layout-equal {
		flex-direction: row-reverse;
	}
	.list-and-image--reverse.layout-equal {
		flex-direction: row;
	}
	.list-and-image.layout-unequal {
		flex-direction: row-reverse;
		position: relative;
	}
	.list-and-image.layout-unequal::before, .list-and-image.layout-unequal::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		width: 37.5%;
		background-repeat: repeat;
	}
	.list-and-image.layout-unequal::before {
		top: 0;
		bottom: 45%;
		background-image: url("../png/pattern-08.png");
		background-size: 7px 7px;
	}
	.list-and-image.layout-unequal::after {
		bottom: 0;
		top: 55%;
		background-image: url("../png/pattern-04.png");
		background-size: 102px 102px;
	}
	.list-and-image.layout-unequal .list-and-image__image > img {
		position: relative;
	}
	.list-and-image.layout-equal.theme-blue .list-and-image__text::before,
	.list-and-image.layout-equal.theme-grey .list-and-image__text::before {
		display: none;
	}
}

@media screen and (min-width: 68em) {
	.layout-equal .list-and-image__text,
	.layout-equal .list-and-image__image {
		width: 50%;
	}
	.list-and-image.layout-unequal {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-auto-rows: auto;
		gap: 0;
	}
	.list-and-image.layout-unequal .list-and-image__image {
		width: auto;
		grid-row: 1;
		grid-column: 1 / 2;
	}
	.list-and-image.layout-unequal .list-and-image__text {
		width: auto;
		grid-row: 1;
		grid-column: 2 / 5;
	}
	.list-and-image.layout-unequal::before, .list-and-image.layout-unequal::after {
		width: 25%;
	}
}

@media screen and (min-width: 75em) {
	.list-and-image__text {
		padding-top: 140px;
		padding-bottom: 110px;
	}
	.list-and-image.layout-equal.theme-blue .list-and-image__text::before,
	.list-and-image.layout-equal.theme-grey .list-and-image__text::before {
		display: block;
		height: auto;
		bottom: 0;
		width: 60px;
	}
	.list-and-image.layout-unequal {
		display: grid;
		grid-template-columns: repeat(8, 1fr);
		grid-auto-rows: auto;
		gap: 0;
		grid-template-rows: 175px 285px auto;
	}
	.list-and-image.layout-unequal::before, .list-and-image.layout-unequal::after {
		grid-column: 3 / 5;
		grid-row: 3 / 4;
		width: 100%;
	}
	.list-and-image.layout-unequal::before {
		bottom: calc(100% - 170px);
	}
	.list-and-image.layout-unequal::after {
		top: 170px;
	}
	.list-and-image.layout-unequal .list-and-image__image {
		background-color: #36383a;
		grid-column: 1 / 3;
		grid-row: 1 / 4;
		display: grid;
		grid-template-columns: subgrid;
		grid-template-rows: subgrid;
	}
	.list-and-image.layout-unequal .list-and-image__image > img {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
		object-fit: cover;
		height: 100%;
	}
	.list-and-image.layout-unequal .list-and-image__text {
		grid-column: 3 / 9;
		grid-row: 1 / 4;
		display: grid;
		grid-template-columns: subgrid;
		grid-template-rows: subgrid;
		padding: 0;
	}
	.list-and-image.layout-unequal .list-and-image__text .list-heading {
		grid-row: 1 / 2;
		grid-column: 1 / 7;
		padding-top: 9.7225%;
		margin-left: 20px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.list-and-image.layout-unequal .list-and-image__text .list-intro {
		grid-row: 2 / 3;
		grid-column: 1 / 3;
		padding-left: 20px;
	}
	.list-and-image.layout-unequal .list-and-image__text .list-items {
		grid-row: 2 / 4;
		grid-column: 4 / 7;
		padding-bottom: 110px;
	}
	.list-and-image.layout-unequal .list-and-image__text .list-item > .list-item__heading.fontsize-2xl::before {
		top: calc((clamp(1.875rem, calc(3vw + 0.75rem), 3.375rem) / 4) + 5px);
	}
	.list-and-image.layout-unequal.theme-blue .list-and-image__image {
		background-color: #686b6f;
	}
}

@media screen and (min-width: 75em) {
	.list-and-image__text {
		padding-left: 12.5%;
	}
}

.list-with-buttons {
	padding: 20px 20px 0 0;
}

.list-with-buttons .list-items {
	list-style: none;
	margin: 0;
	padding-left: 0;
	border-top: 1px solid #d8dee5;
}

.list-with-buttons .list-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	border-bottom: 1px solid #d8dee5;
	padding: 20px 0;
}

.list-with-buttons .list-item span {
	display: block;
}

.list-with-buttons .list-item .button {
	white-space: nowrap;
}

.list-with-buttons__list-heading {
	color: var(--color-text-standout);
	font-weight: 400;
	font-size: 1.125rem;
}

@media screen and (min-width: 40em) {
	.list-with-buttons {
		padding: 40px 20px 0 0;
	}
	.list-with-buttons .list-item {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (min-width: 68em) {
	.list-with-buttons {
		padding: 80px 60px 0 0;
	}
}

@media screen and (min-width: 90em) {
	.list-with-buttons .list-item {
		padding-right: 145px;
	}
}

.logos {
	padding-top: 45px;
}

.logos .columns__header {
	padding: 0 20px 20px 0;
}

.logos .columns__heading {
	margin-bottom: 0;
}

.logos .columns__body {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 40px;
}

.logos .column {
	border: none;
}

.logos .column::before, .logos .column::after {
	display: none;
}

.logos .columns__body .column {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.logos .columns__body .column > a,
.logos .columns__body .column img {
	display: block;
	max-width: 130px;
	max-height: 60px;
	width: auto;
}

@media screen and (min-width: 48em) {
	.logos {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.logos .columns__body .column > a,
	.logos .columns__body .column img {
		max-width: 200px;
		max-height: 90px;
	}
}

@media screen and (min-width: 68em) {
	.logos .columns__inner {
		display: flex;
	}
	.logos .columns__header {
		width: auto;
		min-width: 15%;
	}
	.logos .columns__body {
		gap: 34px 36px;
		width: auto;
		min-width: 75%;
	}
}

.single-column {
	padding: 40px 20px;
}

.single-column + .single-column {
	padding-top: 0;
}

.single-column__text,
.single-column__image {
	margin: 0 auto;
}

.single-column__text {
	max-width: 655px;
	font-size: clamp(1.125rem, calc(0.5vw + 1rem), 1.25rem);
	line-height: 1.45;
}

.single-column__text figure {
	width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
}

.single-column__image {
	max-width: 985px;
}

.single-column__image .text-footnote {
	margin-top: 1em;
}

@media screen and (min-width: 68em) {
	.single-column {
		padding: 70px 0 80px;
		margin: 0 auto;
		max-width: 985px;
	}
}

.split__text {
	padding: 104px 20px 32px;
	position: relative;
}

.split__text::after {
	content: '';
	display: block;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url("../png/pattern-08.png");
	background-size: 7px 7px;
}

.split__image {
	display: flex;
	align-items: flex-end;
	background-color: #36383a;
}

.split__image > img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.split__heading {
	text-wrap: balance;
}

@media screen and (min-width: 48em) {
	.split {
		display: flex;
	}
	.split > * {
		width: 50%;
		flex-grow: 1;
	}
	.split__text {
		padding: 60px 40px 40px 100px;
	}
	.split__text::after {
		height: auto;
		bottom: 0;
		right: auto;
		width: 60px;
	}
}

@media screen and (min-width: 68em) {
	.split__text {
		padding: 120px 100px;
	}
	.split__text::after {
		right: auto;
		left: 0;
	}
}

@media screen and (min-width: 90em) {
	.split__text {
		padding: 140px 156px 140px 228px;
	}
}

@media screen and (min-width: 112.5em) {
	.split__text {
		padding-left: 25%;
	}
	.split__text::after {
		width: 25%;
	}
}

.tabbed-split .split__text::after {
	background-image: url("../png/pattern-07.png");
	background-size: 10px 10px;
}

.tabbed-split .split__image {
	flex-direction: column;
	align-items: center;
}

.tabbed-split .nav-tabs {
	border: 1px solid #000;
	position: relative;
	bottom: -40px;
	z-index: 1;
	width: auto;
	flex-direction: row;
}

.tabbed-split .nav-tabs .nav-item {
	border-right: 1px solid #000;
}

.tabbed-split .nav-tabs .nav-item:last-child {
	border-right: none;
}

.tabbed-split .nav-tabs .nav-link {
	color: #000;
	font-size: 0.875rem;
	padding: 7px 10px 6px;
}

.tabbed-split .nav-tabs .nav-link.active {
	background-color: #fff;
	color: #000;
}

.tabbed-split .tab-content {
	position: relative;
	top: -30px;
	border: none;
	padding: 0;
}

.tabbed-split__tab-text {
	padding: 40px 20px;
}

.tabbed-split__tab-text > *:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.tabbed-split {
		position: relative;
	}
	.tabbed-split .split__text {
		padding: 60px 20px;
	}
	.tabbed-split .split__text::after {
		display: none;
	}
	.tabbed-split .nav-tabs {
		top: calc(50% - 45px);
		bottom: auto;
		border-color: #e5ff44;
	}
	.tabbed-split .nav-tabs .nav-item {
		border-color: #e5ff44;
	}
	.tabbed-split .nav-tabs .nav-link {
		color: #e5ff44;
	}
	.tabbed-split .nav-tabs .nav-link.active {
		background-color: #e5ff44;
		color: #000;
	}
	.tabbed-split .tab-content {
		position: static;
		top: auto;
	}
	.tabbed-split .nav-tabs,
	.tabbed-split__tab-text {
		position: absolute;
		left: 20px;
	}
	.tabbed-split__tab-text {
		top: 50%;
		padding: 0;
		max-width: 335px;
	}
}

@media screen and (min-width: 60em) {
	.tabbed-split .split__text {
		padding: 100px 40px 40px 100px;
		position: relative;
	}
	.tabbed-split .split__text::after {
		display: block;
	}
	.tabbed-split .split__text-inner {
		position: absolute;
		bottom: 50%;
		margin-bottom: 60px;
		padding-right: 40px;
	}
	.tabbed-split .nav-tabs,
	.tabbed-split__tab-text {
		left: 100px;
	}
	.tabbed-split .tab-content {
		width: auto;
	}
}

@media screen and (min-width: 68em) {
	.tabbed-split .split__text {
		padding: 140px 100px;
	}
	.tabbed-split .split__text-inner {
		padding-right: 100px;
	}
}

@media screen and (min-width: 90em) {
	.tabbed-split .split__text {
		padding: 210px 156px 140px 228px;
	}
	.tabbed-split .split__text-inner {
		padding-right: 156px;
	}
	.tabbed-split .nav-tabs,
	.tabbed-split__tab-text {
		left: 228px;
	}
}

@media screen and (min-width: 112.5em) {
	.tabbed-split .split__text {
		padding-left: 25%;
	}
	.tabbed-split .nav-tabs,
	.tabbed-split__tab-text {
		left: 25%;
	}
}

.columns.theme-white + .tables {
	padding-top: 0;
}

.table {
	overflow-x: auto;
}

.table table {
	border-bottom: 1px solid #d8dee5;
	margin-bottom: 28px;
}

.table table th,
.table table td {
	padding: 1rem;
}

.table table th {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.table table td {
	font-size: 0.875rem;
	border-top: 1px solid #d8dee5;
	border-left: 1px solid #d8dee5;
}

.table table thead > tr > th:first-of-type,
.table table tbody > tr > td:first-of-type {
	padding-left: 4px;
}

.table table tbody > tr > td:first-of-type {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.3;
	width: 12%;
	border-left: none;
}

.table-title-inside thead > tr > th:first-of-type {
	color: var(--color-text-standout);
	font-size: 1rem;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: 0;
}

.table-highlight-col-1 tbody > tr > td:nth-of-type(1) {
	background-color: var(--color-highlight);
}

.table-highlight-col-2 tbody > tr > td:nth-of-type(2) {
	background-color: var(--color-highlight);
}

.table-highlight-col-3 tbody > tr > td:nth-of-type(3) {
	background-color: var(--color-highlight);
}

.table-highlight-col-4 tbody > tr > td:nth-of-type(4) {
	background-color: var(--color-highlight);
}

.table-highlight-row-first tbody > tr:first-of-type > td {
	background-color: var(--color-highlight);
}

.table-highlight-row-last tbody > tr:last-of-type > td {
	background-color: var(--color-highlight);
}

.table-wide-first-column table tbody > tr > td:first-of-type {
	width: 50%;
}

@media screen and (min-width: 60em) {
	.tables.indent--texture {
		position: relative;
	}
	.tables.indent--texture::before {
		background-image: url("../png/pattern-04.png");
	}
	.tables__inner {
		padding-right: 60px;
	}
}

@media screen and (min-width: 68em) {
	.table table td {
		font-size: 1rem;
	}
	.table-title-inside thead > tr > th:first-of-type {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 90em) {
	.table table td {
		font-size: 1.125rem;
	}
	.table-title-inside thead > tr > th:first-of-type {
		font-size: clamp(1.25rem, calc(0.75vw + 1rem), 1.5rem);
	}
}

.table .tablepress > :where(thead, tfoot) > * > th {
	background-color: inherit;
}

.table .tablepress > :not(caption) > * > * {
	vertical-align: middle;
}

.columns__body .column.testimonial {
	justify-content: space-between;
}

.columns__body .column.testimonial p {
	margin-bottom: 0;
}

.testimonial__quote {
	margin: 0;
}

.testimonial__attribution {
	display: flex;
	align-items: center;
	gap: 9px;
}

.testimonial__attribution > div {
	flex-shrink: 0;
}

.testimonial__attribution img {
	border-radius: 50%;
	width: 76px;
	height: 76px;
}

.testimonial__name {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.testimonial__text {
	font-size: 0.875rem;
}

@media screen and (min-width: 48em) {
	.testimonial__quote {
		flex: 2;
	}
	.testimonial__attribution {
		flex: 1;
	}
}

@media screen and (min-width: 68em) {
	.testimonial__quote,
	.testimonial__attribution {
		flex: unset;
	}
}

/* UI Components
--------------------------------------------- */
.button {
	display: inline-flex;
	align-items: center;
	background-color: var(--color-button-bg);
	color: var(--color-button-text);
	border: 1px solid var(--color-button-border);
	border-radius: 0;
	font-size: 0.875rem;
	line-height: 1;
	padding: 9px 14px;
	text-decoration: none;
}

.button::after {
	content: '';
	display: block;
	mask: url("../svg/arrow-right-64.svg");
	background-color: var(--color-button-text);
	width: 64px;
	height: 7px;
	margin-left: 10px;
	flex-shrink: 0;
}

.button:focus {
	color: var(--color-button-text);
}

.button:hover, .button:focus-visible {
	background-color: var(--color-button-bg-hover);
	color: var(--color-button-text-hover);
	border-color: var(--color-button-border-hover);
}

.button:hover::after, .button:focus-visible::after {
	background-color: var(--color-button-text-hover);
}

.button.disabled {
	background-color: #d8dee5;
	border-color: #d8dee5;
	color: white;
	pointer-events: none;
}

.button.disabled::after {
	background-color: white;
}

.button.disabled:hover {
	background-color: #d8dee5;
	border-color: #d8dee5;
	color: white;
}

.button.disabled:hover::after {
	background-color: white;
}

.button--blue {
	--color-button-bg: #608afd;
	--color-button-text: #fff;
}

.button--blue::after {
	background-color: #fff;
}

.button--yellow {
	--color-button-bg: #e5ff44;
	--color-button-text: #000;
	--color-button-border: #e5ff44;
}

.button--yellow::after {
	background-color: #000;
}

.button--back {
	--color-button-bg: #fff;
	--color-button-text: #000;
	--color-button-border: #000;
	cursor: pointer;
}

.button--back::before {
	background-color: #000;
	content: "";
	display: block;
	mask: url("../svg/arrow-left-short-29.svg");
	width: 29px;
	height: 7px;
	margin-right: 10px;
	flex-shrink: 0;
}

.button--back::after {
	display: none;
}

.button--back:hover {
	background-color: #d8dee5;
	border-color: #d8dee5;
	color: white;
}

.button--back:hover::before {
	background-color: white;
}

.button--next::after {
	mask: url("../svg/arrow-right-short-29.svg");
	width: 29px;
}

.button-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1em;
	margin-bottom: 1.5em;
}

.accordion-item {
	border-bottom: 1px solid #d8dee5;
}

.accordion-item:last-child {
	border-bottom: none;
}

.accordion-button {
	font-weight: 600;
	font-size: clamp(1.25rem, calc(0.75vw + 1rem), 1.5rem);
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 0.75em 0;
}

.accordion-button::after {
	margin: 0.15em 12px 0 0;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:focus-visible {
	outline: 2px solid var(--color-outline);
}

.tabbed-content {
	width: 100%;
	padding: 0 0 60px 20px;
}

.tabbed-content:not(:has(.tabbed-content__header)) {
	padding-top: 60px;
}

.tabbed-content__header {
	padding-bottom: 60px;
}

.tabbed-content__header > .tables__heading {
	padding-right: 20px;
}

.tabbed-content__header > p,
.tabbed-content__header > .button {
	margin-right: 20px;
}

.tabbed-content__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 20px;
}

.nav-tabs {
	border: 1px solid #d8dee5;
	border-bottom: none;
	flex-wrap: nowrap;
	counter-reset: tabs;
}

.nav-tabs .nav-item {
	display: flex;
	counter-increment: tabs;
	border-right: 1px solid #d8dee5;
}

.nav-tabs .nav-item:last-child {
	border-right: none;
}

.nav-tabs .nav-item .nav-link--letter::before {
	content: counter(tabs, upper-alpha);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	color: var(--color-text);
	border: 1px solid;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: 450;
	vertical-align: middle;
	margin-right: 10px;
}

.nav-tabs .nav-link {
	font-size: 0.875rem;
	color: #959aa0;
	text-align: left;
	padding: 1em 1em .666em .888em;
	display: inline-flex;
	align-items: flex-start;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
	border-color: #d8dee5;
}

.nav-tabs .nav-link.active {
	color: var(--color-text);
	background-color: #d8dee5;
}

.nav-tabs .nav-link.active::before {
	background-color: #e5ff44;
}

.tab-content {
	width: 100%;
	min-height: 250px;
	border: 1px solid #d8dee5;
	padding: 10px;
}

.tabbed-tables .tab-content {
	padding-right: 0;
}

.faqs .nav-tabs {
	padding: 9px 0;
}

.faqs .nav-tabs .nav-link {
	color: var(--color-text);
	font-weight: 600;
	font-size: 0.875rem;
	padding: 8px 10px 6px;
}

.faqs .nav-tabs .nav-link.active {
	background-color: transparent;
	color: var(--color-text-standout);
}

.faqs .tab-content {
	padding: 3px 20px;
}

@media screen and (min-width: 60em) {
	.tabbed-content {
		padding-left: 0;
		padding-right: 0;
	}
	.tabbed-content__header {
		padding-left: calc((0.25 * (100% - 120px)) + 60px);
	}
	.tabbed-content__header .tables__heading {
		text-wrap: balance;
	}
	.tabbed-content__header > p {
		max-width: 335px;
	}
	.tabbed-content__body {
		flex-direction: row;
		padding: 0 20px;
	}
	.nav-tabs {
		flex-direction: column;
		width: calc((0.25 * (100% - 120px)) + 30px);
		border-bottom: 1px solid #d8dee5;
		border-right: none;
	}
	.nav-tabs .nav-item {
		border-right: none;
		border-bottom: 1px solid #d8dee5;
		border-bottom: none;
	}
	.nav-tabs .nav-link {
		font-size: 1rem;
		width: 100%;
	}
	.tab-content {
		width: calc((0.75 * (100% - 120px)) + 90px);
		padding: 20px;
	}
	.tabbed-tables .tab-content {
		padding-right: 20px;
	}
	.faqs .nav-tabs {
		padding: 9px 18px;
	}
	.faqs .nav-link {
		padding: 8px 0 6px;
	}
}

@media screen and (min-width: 68em) {
	.tabbed-content__body {
		padding: 0 60px;
	}
	.nav-tabs {
		width: calc((0.25 * (100% - 120px)) + 10px);
	}
	.nav-tabs .nav-link {
		font-size: 1.125rem;
	}
	.tab-content {
		width: calc((0.75 * (100% - 120px)) + 110px);
	}
}

/* Visual Texture
--------------------------------------------- */
.border-top-arrow-left {
	border-top: 1px solid var(--color-line);
	padding-top: 24px;
	position: relative;
}

.border-top-arrow-left::before {
	content: '';
	display: block;
	width: 5px;
	height: 6px;
	mask: url("../svg/arrowhead.svg");
	background-color: var(--color-line);
	position: absolute;
	top: -3.5px;
	left: -1px;
}

.arrow-number {
	height: 1px;
	background-color: var(--color-line);
	position: relative;
}

.arrow-number > span {
	width: 27px;
	height: 27px;
	position: absolute;
	top: -13.5px;
	left: -37px;
	color: var(--color-line);
	font-size: 0.875rem;
	font-weight: 450;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-line);
	border-radius: 50%;
}

.arrow-number::after {
	content: '';
	display: block;
	width: 5px;
	height: 6px;
	mask: url("../svg/arrowhead.svg");
	background-color: var(--color-line);
	transform: rotate(180deg);
	position: absolute;
	top: -2.5px;
	right: -1px;
}

/* Site footer
--------------------------------------------- */
.site-footer {
	background-color: #d8dee5;
}

.site-footer a {
	text-decoration: none;
}

.site-footer__image {
	height: 226px;
}

.site-footer__image > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.site-footer__text {
	padding: 60px 20px 38px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	gap: 0;
}

.site-footer__text .site-branding {
	grid-column: 1 / 3;
	margin-bottom: 28px;
}

.site-footer__text .site-branding svg {
	width: 189px;
}

.site-footer__text .copyright {
	font-size: 0.875rem;
}

.site-footer__nav {
	grid-column: 1 / 3;
	display: flex;
}

.site-footer__nav > div {
	flex: 1;
}

.site-footer__nav .menu-cta {
	display: none;
}

.site-footer__nav ul > li {
	margin-bottom: 7px;
}

.site-footer__nav-small {
	grid-column: 2 / 3;
}

.site-footer__nav-small ul {
	font-size: 0.875rem;
}

.site-footer__nav-small ul > li {
	margin-bottom: 1px;
}

.site-footer__bottom {
	grid-column: 1 / 3;
	display: flex;
	align-items: flex-end;
	padding-top: 11px;
	padding-bottom: 13px;
}

.site-footer__bottom > * {
	flex: 1;
}

.site-footer__bottom p, .site-footer__bottom ul {
	margin-bottom: 0;
}

.site-footer__social {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 11px;
}

.site-footer__social ul {
	display: flex;
	gap: 11px;
}

.site-footer__bbb {
	margin-bottom: -19px;
}

@media screen and (min-width: 48em) {
	.site-footer {
		display: flex;
	}
	.site-footer > * {
		width: 50%;
	}
	.site-footer .site-branding svg {
		width: 239px;
	}
	.site-footer__image {
		height: auto;
	}
	.site-footer__bottom {
		display: grid;
		grid-template-columns: subgrid;
	}
	.site-footer__social {
		display: flex;
	}
	.site-footer__social > * {
		flex: 1;
	}
}

@media screen and (min-width: 75em) {
	.site-footer .site-branding {
		grid-column: 1 / 2;
	}
	.site-footer__text {
		padding: 76px 0 45px 61px;
	}
	.site-footer__nav {
		grid-column: 2 / 3;
		padding-bottom: 54px;
	}
	.site-footer__bottom {
		padding-top: 46px;
	}
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.wp-block-image {
	margin-bottom: 1.5em;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.wp-element-caption {
	font-size: 0.875rem;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Qual Tool
--------------------------------------------- */
.qualTool {
	padding-bottom: 300px;
}

.qualTool .hidden {
	display: none !important;
}

@media screen and (max-width: 40em) {
	.qualTool {
		padding-bottom: 200px;
	}
}

.qualToolHeader {
	display: flex;
	flex-direction: row;
}

.qualToolHeader__main {
	width: 75%;
	padding: 24px 64px;
}

.qualToolHeader__pattern {
	width: 25%;
	background-image: url("../png/pattern-08.png");
	background-size: 7px 7px;
	background-color: #608afd;
}

.qualToolHeader__stateTitle {
	margin: 0;
	max-width: 675px;
}

.qualToolHeader__steps {
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
	position: relative;
}

.qualToolHeader__steps::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d8dee5;
	top: 50%;
	left: 0;
}

.qualToolHeader__step {
	width: 32px;
	height: 32px;
	position: relative;
}

.qualToolHeader__step::before {
	content: "";
	display: block;
	width: calc(100% + 20px);
	height: 100%;
	left: -10px;
	top: 0px;
	position: absolute;
	background-color: #36383a;
	z-index: 0;
}

.qualToolHeader__step::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	background-color: #d8dee5;
	transition: background-color 0.2s ease-in-out;
	z-index: 0;
}

.qualToolHeader__step span {
	position: absolute;
	color: #000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease-in-out;
	z-index: 1;
}

.qualToolHeader__step span.qualToolHeader__stepCheck {
	opacity: 0;
}

.qualToolHeader__step.active::after {
	background-color: #e5ff44;
}

.qualToolHeader__step.complete::after {
	background-color: #686b6f;
}

.qualToolHeader__step.complete span.qualToolHeader__stepCheck {
	opacity: 1;
}

.qualToolHeader__step.complete span.qualToolHeader__stepNumber {
	opacity: 0;
}

.qualToolHeader__stepCheck {
	background-image: url("../svg/checkmark.svg");
	width: 16px;
	height: 21px;
	margin-top: 2px;
}

@media screen and (max-width: 40em) {
	.qualToolHeader {
		flex-direction: column;
	}
	.qualToolHeader__main {
		width: 100%;
		padding: 24px;
	}
	.qualToolHeader__pattern {
		width: 100%;
		height: 24px;
	}
}

.qualToolPanels {
	padding: 48px 64px;
}

@media screen and (max-width: 40em) {
	.qualToolPanels {
		padding: 24px;
	}
}

.qualToolPanel {
	display: flex;
}

.qualToolPanel__left {
	width: 40%;
	padding-right: 32px;
}

.qualToolPanel__right {
	width: 60%;
	padding-left: 32px;
}

.qualToolPanel__question {
	margin-bottom: 0;
}

@media screen and (max-width: 40em) {
	.qualToolPanel {
		flex-direction: column;
	}
	.qualToolPanel__left, .qualToolPanel__right {
		width: 100%;
		padding: 0;
	}
	.qualToolPanel__left {
		margin-bottom: 24px;
	}
}

.qualToolSecondaryRadios .qualToolRadios {
	margin-bottom: 60px;
}

.qualToolRadios .qualToolRadio {
	margin-bottom: 20px;
	font-size: 24px;
}

.qualToolRadios .qualToolRadio:last-of-type {
	margin-bottom: 0;
}

.qualToolRadios .qualToolRadio label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
	cursor: pointer;
}

.qualToolRadios .qualToolRadio input {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	margin: 0;
	color: currentColor;
	width: 20px;
	height: 20px;
	border: 1px solid #d8dee5;
	border-radius: 50%;
	display: grid;
	place-content: center;
	transition: all 0.2s ease-in-out;
	flex-shrink: 0;
}

.qualToolRadios .qualToolRadio input::before {
	content: "";
	width: 14px;
	height: 14px;
	background-color: #608afd;
	transform: scale(0);
	transition: transform 0.2s ease-in-out;
	border-radius: 50%;
}

.qualToolRadios .qualToolRadio input:checked {
	border-color: #000;
}

.qualToolRadios .qualToolRadio input:checked::before {
	transform: scale(1);
}

.qualToolRadios .qualToolRadio input[type="checkbox"] {
	border-radius: 0;
}

.qualToolRadios .qualToolRadio input[type="checkbox"]::before {
	transform-origin: center;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.qualToolRadios .qualToolRadio:hover input {
	border-color: #000;
}

.qualToolRadios .qualToolRadio:hover input::before {
	transform: scale(1);
}

.qualToolRadios--large .qualToolRadio {
	padding: 20px 0px;
	border-bottom: 1px solid #d8dee5;
	margin-bottom: 0;
}

.qualToolRadios--large .qualToolRadio:first-of-type {
	padding-top: 0;
}

.qualToolRadios--large .qualToolRadio:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.qualToolRadios__title {
	font-size: 24px;
	border-bottom: 1px solid #d8dee5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	transition: color 0.2s ease-in-out;
}

.qualToolRadios__subtitle {
	font-size: 14px;
	color: #000 !important;
}

.qualToolRadios.error .qualToolRadios__title {
	color: #ff0000;
}

@media screen and (max-width: 40em) {
	.qualToolRadios .qualToolRadio {
		font-size: 18px;
	}
	.qualToolRadios .qualToolRadio input {
		width: 16px;
		height: 16px;
	}
	.qualToolRadios .qualToolRadio input::before {
		content: "";
		width: 10px;
		height: 10px;
	}
}

.qualToolInfo {
	padding: 48px 64px;
	display: flex;
}

.qualToolInfo__left {
	width: 40%;
	padding-right: 32px;
}

.qualToolInfo__right {
	width: 60%;
	padding-left: 32px;
}

.qualToolInfo__title {
	margin-bottom: 0;
}

@media screen and (max-width: 40em) {
	.qualToolInfo {
		flex-direction: column;
		padding: 24px;
	}
	.qualToolInfo__left, .qualToolInfo__right {
		width: 100%;
		padding: 0;
	}
	.qualToolInfo__left {
		margin-bottom: 24px;
	}
}

.qualToolForm {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
	margin-bottom: 60px;
}

.qualToolForm__row {
	display: grid;
	column-gap: 24px;
}

.qualToolForm__row--single {
	grid-template-columns: 1fr;
}

.qualToolForm__row--double {
	grid-template-columns: 1fr 1fr;
}

.qualToolForm__error {
	position: absolute;
	left: 0;
	bottom: -20px;
	color: #ff0000;
	font-size: 12px;
	display: none;
}

.qualToolForm__input {
	position: relative;
}

.qualToolForm__input label {
	display: block;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.72);
	margin-bottom: 8px;
}

.qualToolForm__input input {
	width: 100%;
	padding: 8px 4px;
	transition: border-color 0.2s ease-in-out;
}

.qualToolForm__input.error .qualToolForm__error {
	display: block;
}

.qualToolForm__input.error input {
	border-color: #ff0000;
}

@media screen and (max-width: 40em) {
	.qualToolForm {
		row-gap: 24px;
		margin-bottom: 48px;
	}
	.qualToolForm__row {
		column-gap: 12px;
	}
	.qualToolForm__row--double {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}
	.qualToolForm__input label,
	.qualToolForm__input input {
		font-size: 18px;
	}
}

.qualToolCtas {
	display: flex;
	column-gap: 12px;
	margin-top: 60px;
}

@media screen and (max-width: 40em) {
	.qualToolCtas {
		margin-top: 48px;
	}
}

.qualToolLegal {
	margin-top: 36px;
	max-width: 468px;
	font-size: 14px;
}

.qualToolResponses {
	padding: 48px 64px;
	width: 40%;
	padding-right: 32px;
}

.qualToolResponses p[data-referral-link] {
	word-break: break-all;
	color: #ff0000;
	font-size: 14px;
}

@media screen and (max-width: 40em) {
	.qualToolResponses {
		padding: 24px;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #d8dee5;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.fontsize-lg {
	font-weight: 600;
	font-size: clamp(1.25rem, calc(0.75vw + 1rem), 1.5rem);
	line-height: 1.3;
	margin: 0 0 0.5em;
}

.fontsize-xl {
	font-weight: 600;
	font-size: clamp(1.5rem, calc(1vw + 1.125rem), 1.875rem);
	line-height: 1.25;
	margin: 0 0 0.5em;
}

.fontsize-2xl {
	font-weight: 600;
	font-size: clamp(1.875rem, calc(3vw + 0.75rem), 3.375rem);
	line-height: 1.2;
	margin: 0 0 0.5em;
}

.font-bold {
	font-weight: 600;
}

.text-eyebrow, .post__category {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	margin-bottom: 1em;
}

.text-standout {
	color: var(--color-text-standout);
}

.text-footnote {
	font-size: 0.875rem;
	line-height: 1.4;
	color: var(--color-text-subtle);
}

/*# sourceMappingURL=style.css.map */