/*
Theme Name: Certn Brand Refresh 2026
Theme URI: https://certn.co/

Author: Mohammed Asaduallah
Author URI: https://www.heymosef.com/
Description: This is an updated version of our previous Certn theme. The goal for this updated version was to clean up the site as part of our 2026 brand refresh.
Version: 1.0.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: certn
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Certn is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! 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 {
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	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 {
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	font-size: 2em;
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	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: inherit;
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	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: var(--weight-semibold);
}

/**
 * 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: inherit;
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	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%;
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	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 {
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	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;
}

/* 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;
	/* Mirrors `body { overflow-x: clip }` so anything that escapes the body
	 * clip context (e.g. fixed-position descendants, transform-shifted
	 * blocks, or a Slick track that hasn't yet re-measured on init) can't
	 * push the viewport-level scroll container into horizontal scroll. */
	overflow-x: clip;
}

/* stylelint-disable scale-unlimited/declaration-strict-value --
 * @font-face descriptors require literal numeric weight ranges. CSS custom
 * properties resolve unreliably here across engines (notably Safari), which
 * caused face-matching to fall back to synthesized bolding on headings.
 */
@font-face {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url("assets/fonts/geist-variable-latin-basic.woff2") format("woff2");
}

@font-face {
	font-family: "Geist Mono";
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url("assets/fonts/geist-mono-variable-latin-basic.woff2") format("woff2");
}
/* stylelint-enable scale-unlimited/declaration-strict-value */

body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--font-sans);
	font-size: var(--text-body-md);
	line-height: var(--text-body-line-height);
}

.above-cta-button-text,
.under-cta-button-text,
.supplementary-info,
.supplementary-info-no-margin {
	font-size: var(--text-body-sm) !important;
	line-height: var(--text-18) !important;
	opacity: 0.84;
}

.above-cta-button-text {
	margin: 0 0 calc(var(--space-12) * -1) 0 !important;
}

.under-cta-button-text {
	margin: calc(var(--space-12) * -1) 0 0 0 !important;
}

.supplementary-info {
	margin-top: var(--space-20) !important;
}

.supplementary-info-no-margin {
	margin: 0 !important;
}

.use-accent-colour-for-bold-text strong {
	color: var(--neutral-dark) !important;
}

.text-half-width {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

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

	.text-half-width {
		width: 75%;
	}
}

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

	.text-half-width {
		width: 100%;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	font-weight: var(--weight-semibold);
	font-synthesis-weight: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: var(--weight-semibold);
}

@supports (text-wrap: balance) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.page-title,
	.eyebrow {
		text-wrap: balance;
	}
}

h1 {
	font-size: clamp(var(--heading-h1-mobile-size, var(--text-40)), calc(var(--heading-h1-mobile-size, var(--text-40)) + (var(--heading-h1-desktop-size, var(--text-56)) - var(--heading-h1-mobile-size, var(--text-40))) * ((100vw - 768px) / 432px)), var(--heading-h1-desktop-size, var(--text-56)));
	line-height: var(--heading-h1-line-height, var(--leading-tight));
}

h2 {
	font-size: clamp(var(--heading-h2-mobile-size, var(--text-36)), calc(var(--heading-h2-mobile-size, var(--text-36)) + (var(--heading-h2-desktop-size, var(--text-48)) - var(--heading-h2-mobile-size, var(--text-36))) * ((100vw - 768px) / 432px)), var(--heading-h2-desktop-size, var(--text-48)));
	line-height: var(--heading-h2-line-height, var(--leading-tight));
}

h3 {
	font-size: clamp(var(--heading-h3-mobile-size, var(--text-32)), calc(var(--heading-h3-mobile-size, var(--text-32)) + (var(--heading-h3-desktop-size, var(--text-40)) - var(--heading-h3-mobile-size, var(--text-32))) * ((100vw - 768px) / 432px)), var(--heading-h3-desktop-size, var(--text-40)));
	line-height: var(--heading-h3-line-height, var(--leading-tight));
}

h4 {
	font-size: clamp(var(--heading-h4-mobile-size, var(--text-24)), calc(var(--heading-h4-mobile-size, var(--text-24)) + (var(--heading-h4-desktop-size, var(--text-32)) - var(--heading-h4-mobile-size, var(--text-24))) * ((100vw - 768px) / 432px)), var(--heading-h4-desktop-size, var(--text-32)));
	line-height: var(--heading-h4-line-height, var(--leading-snug));
}

h5 {
	font-size: clamp(var(--heading-h5-mobile-size, var(--text-20)), calc(var(--heading-h5-mobile-size, var(--text-20)) + (var(--heading-h5-desktop-size, var(--text-24)) - var(--heading-h5-mobile-size, var(--text-20))) * ((100vw - 768px) / 432px)), var(--heading-h5-desktop-size, var(--text-24)));
	line-height: var(--heading-h5-line-height, var(--leading-normal));
}

h6 {
	font-size: clamp(var(--heading-h6-mobile-size, var(--text-18)), calc(var(--heading-h6-mobile-size, var(--text-18)) + (var(--heading-h6-desktop-size, var(--text-20)) - var(--heading-h6-mobile-size, var(--text-18))) * ((100vw - 768px) / 432px)), var(--heading-h6-desktop-size, var(--text-20)));
	line-height: var(--heading-h6-line-height, var(--leading-normal));
}

.image-text-blocks h3:not(.keep-large-font),
.image-text-blocks h4:not(.keep-large-font),
.package-cards h3:not(.keep-large-font),
.package-cards h4:not(.keep-large-font),
.package-cards-intercheck h3:not(.keep-large-font),
.package-cards-intercheck h4:not(.keep-large-font) {
	font-weight: var(--weight-semibold);
	font-size: clamp(var(--heading-h5-mobile-size, var(--text-20)), calc(var(--heading-h5-mobile-size, var(--text-20)) + (var(--heading-h5-desktop-size, var(--text-24)) - var(--heading-h5-mobile-size, var(--text-20))) * ((100vw - 768px) / 432px)), var(--heading-h5-desktop-size, var(--text-24)));
	line-height: var(--heading-h5-line-height, var(--leading-normal));
}

.page-title {
	margin: 0;
	font-size: var(--text-36);
	line-height: var(--text-48);
}

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

	.page-title {
		font-size: var(--text-32);
		line-height: var(--text-40);
	}
}

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

	.page-title {
		font-size: var(--text-24);
		line-height: var(--text-36);
	}
}

.eyebrow {
	font-weight: var(--eyebrow-weight);
	text-transform: var(--eyebrow-transform) !important;
	font-size: var(--eyebrow-size) !important;
	line-height: var(--eyebrow-line-height) !important;
	letter-spacing: var(--eyebrow-tracking) !important;
}

p {
	margin: 0 0 var(--space-24) 0;
	font-size: var(--text-16);
	line-height: var(--text-28);
}

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

	p {
		font-size: var(--text-14);
		line-height: var(--text-28);
	}
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--neutral-lightest);
	font-family: var(--font-mono);
	font-feature-settings: "ss04" on, "ss06" on;
	line-height: var(--text-24);
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	padding: 1.6em;
}

code,
kbd,
samp,
tt,
var,
.mono,
.heading-small-all-caps {
	font-family: var(--font-mono);
	font-feature-settings: "ss04" on, "ss06" on;
}

.heading-small-all-caps {
	color: var(--color-text-soft);
	font-size: var(--text-14);
	font-weight: var(--weight-semibold);
	line-height: var(--text-20);
	letter-spacing: var(--eyebrow-tracking, 0.05rem);
	text-transform: uppercase;
	margin-bottom: var(--space-24);
}

abbr,
acronym {
	border-bottom: 1px dotted var(--neutral-dark);
	cursor: help;
}

mark,
ins {
	background: var(--orange-light);
	text-decoration: none;
}

big {
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	font-size: 125%;
}

@supports (text-wrap: pretty) {

	main :where(p, li, blockquote, figcaption, dd, dt),
	.site-main :where(p, li, blockquote, figcaption, dd, dt),
	.content-wrapper :where(p, li, blockquote, figcaption, dd, dt),
	.content-wrapper-full-width :where(p, li, blockquote, figcaption, dd, dt),
	.post :where(p, li, blockquote, figcaption, dd, dt),
	.press :where(p, li, blockquote, figcaption, dd, dt),
	.event :where(p, li, blockquote, figcaption, dd, dt),
	.resource :where(p, li, blockquote, figcaption, dd, dt),
	.hero :where(p, li, blockquote, figcaption, dd, dt),
	.container :where(p, li, blockquote, figcaption, dd, dt),
	.two-tile :where(p, li, blockquote, figcaption, dd, dt),
	.two-tile-half-half :where(p, li, blockquote, figcaption, dd, dt),
	.two-tile-small-large :where(p, li, blockquote, figcaption, dd, dt),
	.two-tile-large-small :where(p, li, blockquote, figcaption, dd, dt),
	.image-text-blocks :where(p, li, blockquote, figcaption, dd, dt),
	.package-cards :where(p, li, blockquote, figcaption, dd, dt),
	.text-image-tabs :where(p, li, blockquote, figcaption, dd, dt),
	.text-image-tabs-animated :where(p, li, blockquote, figcaption, dd, dt),
	.advanced-tabs :where(p, li, blockquote, figcaption, dd, dt) {
		text-wrap: pretty;
	}
}

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

	.desktop-break {
		display: none;
	}
}

body {
	background: var(--color-bg);
	font-feature-settings: "ss04" on, "ss05" on, "ss06" on;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: clip;
}

::selection {
	background: var(--color-selection-bg);
	color: var(--color-selection-text);
}

::-moz-selection {
	background: var(--color-selection-bg);
	color: var(--color-selection-text);
}

.content-wrapper,
.post,
.press,
.event {
	max-width: 1360px;
	width: 100%;
	margin: auto;
	padding: 0 40px;
}

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

	.content-wrapper,
	.post,
	.press,
	.event {
		padding: 0 25px;
	}
}

.content-wrapper-full-width {
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
}

.default-padding {
	padding: 48px 0;
}

@media screen and (min-width: 481px) {

	.default-padding {
		padding: 64px 0;
	}
}

@media screen and (min-width: 769px) {

	.default-padding {
		padding: 80px 0;
	}
}

@media screen and (min-width: 1025px) {

	.default-padding {
		padding: 96px 0;
	}
}

.no-padding-top {
	padding-top: 0;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.no-padding {
	padding: 0;
}

.small-padding-top {
	padding-top: 30px;
}

@media screen and (min-width: 481px) {

	.small-padding-top {
		padding-top: 40px;
	}
}

@media screen and (min-width: 1025px) {

	.small-padding-top {
		padding-top: 50px;
	}
}

.small-padding-bottom {
	padding-bottom: 30px;
}

@media screen and (min-width: 481px) {

	.small-padding-bottom {
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 1025px) {

	.small-padding-bottom {
		padding-bottom: 50px;
	}
}

.small-padding {
	padding: 30px 0;
}

@media screen and (min-width: 481px) {

	.small-padding {
		padding: 40px 0;
	}
}

@media screen and (min-width: 1025px) {

	.small-padding {
		padding: 50px 0;
	}
}

.small-padding-top-no-padding-bottom {
	padding: 30px 0 0 0;
}

@media screen and (min-width: 481px) {

	.small-padding-top-no-padding-bottom {
		padding: 40px 0 0 0;
	}
}

@media screen and (min-width: 1025px) {

	.small-padding-top-no-padding-bottom {
		padding: 50px 0 0 0;
	}
}

.no-padding-top-small-padding-bottom {
	padding: 0 0 30px 0;
}

@media screen and (min-width: 481px) {

	.no-padding-top-small-padding-bottom {
		padding: 0 0 40px 0;
	}
}

@media screen and (min-width: 1025px) {

	.no-padding-top-small-padding-bottom {
		padding: 0 0 50px 0;
	}
}

.accent-color {
	color: var(--color-text-default) !important;
}

.accent-color::before,
.accent-color::after {
	background-color: var(--color-text-muted);
}

b,
strong {
	font-weight: var(--weight-semibold);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-text-strong);
}

a {
	color: var(--color-text-default);
}

div,
button,
input,
select,
optgroup,
textarea,
p,
ul,
ol,
li {
	color: var(--color-text-default);
}

p.promotion-alert {
	display: inline-block;
	border-radius: var(--radius-full);
	padding: var(--space-12) var(--space-20);
	font-size: var(--text-14);
	font-weight: var(--weight-semibold);
	text-align: center;
	color: var(--orange-dark);
	background-color: var(--orange-light);
	border: 2px solid var(--primary-light);
	box-shadow: 0 0 10px var(--dark-24);
}

a:hover,
a:focus,
a:active,
.eyebrow {
	color: var(--color-text-muted);
}

.colour-theme-medium-green .accent-color {
	color: var(--primary-light) !important;
}

.colour-theme-medium-green .accent-color::before,
.colour-theme-medium-green .accent-color::after {
	background-color: var(--primary-light);
}

.colour-theme-medium-green a:hover,
.colour-theme-medium-green a:focus,
.colour-theme-medium-green a:active,
.colour-theme-medium-green .eyebrow {
	color: var(--black);
}

.colour-theme-dark-green .accent-color,
.colour-theme-midnight .accent-color {
	color: var(--primary-light) !important;
}

.colour-theme-dark-green .accent-color::before,
.colour-theme-dark-green .accent-color::after,
.colour-theme-midnight .accent-color::before,
.colour-theme-midnight .accent-color::after {
	background-color: var(--primary-light);
}

.colour-theme-dark-green .enforce-white,
.colour-theme-midnight .enforce-white {
	color: var(--white) !important;
}

.colour-theme-dark-green .enforce-white a,
.colour-theme-midnight .enforce-white a {
	border-color: var(--white) !important;
}

.colour-theme-dark-green h1,
.colour-theme-dark-green h2,
.colour-theme-dark-green h3,
.colour-theme-dark-green h4,
.colour-theme-dark-green h5,
.colour-theme-dark-green h6,
.colour-theme-dark-green a,
.colour-theme-midnight h1,
.colour-theme-midnight h2,
.colour-theme-midnight h3,
.colour-theme-midnight h4,
.colour-theme-midnight h5,
.colour-theme-midnight h6,
.colour-theme-midnight a {
	color: var(--color-text-soft);
}

.colour-theme-dark-green div,
.colour-theme-dark-green button,
.colour-theme-dark-green input,
.colour-theme-dark-green select,
.colour-theme-dark-green optgroup,
.colour-theme-dark-green textarea,
.colour-theme-dark-green p,
.colour-theme-dark-green ul,
.colour-theme-dark-green ol,
.colour-theme-dark-green li,
.colour-theme-midnight div,
.colour-theme-midnight button,
.colour-theme-midnight input,
.colour-theme-midnight select,
.colour-theme-midnight optgroup,
.colour-theme-midnight textarea,
.colour-theme-midnight p,
.colour-theme-midnight ul,
.colour-theme-midnight ol,
.colour-theme-midnight li {
	color: var(--white);
}

.colour-theme-dark-green a:hover,
.colour-theme-dark-green a:focus,
.colour-theme-dark-green a:active,
.colour-theme-dark-green .eyebrow,
.colour-theme-midnight a:hover,
.colour-theme-midnight a:focus,
.colour-theme-midnight a:active,
.colour-theme-midnight .eyebrow {
	color: var(--color-text-soft);
}

.colour-theme-white {
	background-color: var(--white);
}

.colour-theme-platinum {
	background-color: var(--color-bg-surface);
}

.colour-theme-light-green {
	background-color: var(--color-bg-surface);
}

.colour-theme-light-orange {
	background-color: var(--color-bg-orange);
}

.colour-theme-light-orange a:hover,
.colour-theme-light-orange a:focus,
.colour-theme-light-orange a:active,
.colour-theme-light-orange .eyebrow {
	color: var(--color-text-on-orange);
}

.colour-theme-medium-green {
	background-color: var(--color-bg-surface);
}

.colour-theme-medium-green div,
.colour-theme-medium-green button,
.colour-theme-medium-green input,
.colour-theme-medium-green select,
.colour-theme-medium-green optgroup,
.colour-theme-medium-green textarea,
.colour-theme-medium-green p,
.colour-theme-medium-green ul,
.colour-theme-medium-green ol,
.colour-theme-medium-green li {
	color: var(--color-text-default);
}

.colour-theme-dark-green {
	background-color: var(--neutral-darkest);
}

.colour-theme-blue {
	background-color: var(--blue-dark);
}

.colour-theme-midnight {
	background-color: var(--neutral-darkest);
}

.colour-theme-midnight h1,
.colour-theme-midnight h2,
.colour-theme-midnight h3,
.colour-theme-midnight h4,
.colour-theme-midnight h5,
.colour-theme-midnight h6,
.colour-theme-midnight a {
	color: var(--white);
}

.box-appearance-top,
.box-appearance-middle,
.box-appearance-bottom,
.box-appearance-full {
	padding: 0 !important;
	background-color: transparent !important;
}

.box-appearance-top.colour-theme-white .content-wrapper > :only-child,
.box-appearance-middle.colour-theme-white .content-wrapper > :only-child,
.box-appearance-bottom.colour-theme-white .content-wrapper > :only-child,
.box-appearance-full.colour-theme-white .content-wrapper > :only-child {
	background-color: var(--white);
}

.box-appearance-top.colour-theme-platinum .content-wrapper > :only-child,
.box-appearance-middle.colour-theme-platinum .content-wrapper > :only-child,
.box-appearance-bottom.colour-theme-platinum .content-wrapper > :only-child,
.box-appearance-full.colour-theme-platinum .content-wrapper > :only-child {
	background-color: var(--color-bg-surface);
}

.box-appearance-top.colour-theme-light-green .content-wrapper > :only-child,
.box-appearance-middle.colour-theme-light-green .content-wrapper > :only-child,
.box-appearance-bottom.colour-theme-light-green .content-wrapper > :only-child,
.box-appearance-full.colour-theme-light-green .content-wrapper > :only-child {
	background-color: var(--color-bg-surface);
}

.box-appearance-top.colour-theme-light-orange .content-wrapper > :only-child,
.box-appearance-middle.colour-theme-light-orange .content-wrapper > :only-child,
.box-appearance-bottom.colour-theme-light-orange .content-wrapper > :only-child,
.box-appearance-full.colour-theme-light-orange .content-wrapper > :only-child {
	background-color: var(--orange-light);
}

.box-appearance-top.colour-theme-medium-green .content-wrapper > :only-child,
.box-appearance-middle.colour-theme-medium-green .content-wrapper > :only-child,
.box-appearance-bottom.colour-theme-medium-green .content-wrapper > :only-child,
.box-appearance-full.colour-theme-medium-green .content-wrapper > :only-child {
	background-color: var(--neutral-dark);
}

.box-appearance-top.colour-theme-dark-green .content-wrapper > :only-child,
.box-appearance-middle.colour-theme-dark-green .content-wrapper > :only-child,
.box-appearance-bottom.colour-theme-dark-green .content-wrapper > :only-child,
.box-appearance-full.colour-theme-dark-green .content-wrapper > :only-child {
	background-color: var(--neutral-darkest);
}

.box-appearance-top.colour-theme-blue .content-wrapper > :only-child,
.box-appearance-middle.colour-theme-blue .content-wrapper > :only-child,
.box-appearance-bottom.colour-theme-blue .content-wrapper > :only-child,
.box-appearance-full.colour-theme-blue .content-wrapper > :only-child {
	background-color: var(--blue-dark);
}

.box-appearance-top.colour-theme-midnight .content-wrapper > :only-child,
.box-appearance-middle.colour-theme-midnight .content-wrapper > :only-child,
.box-appearance-bottom.colour-theme-midnight .content-wrapper > :only-child,
.box-appearance-full.colour-theme-midnight .content-wrapper > :only-child {
	background-color: var(--neutral-black);
}

.box-appearance-top .content-wrapper > :only-child {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	padding: calc(var(--site-padding-large) * 2) var(--site-padding-large) 0 var(--site-padding-large);
}

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

	.box-appearance-top .content-wrapper > :only-child {
		padding: calc(var(--site-padding-small) * 2) var(--site-padding-small) 0 var(--site-padding-small);
	}
}

.box-appearance-middle .content-wrapper > :only-child,
.box-appearance-bottom .content-wrapper > :only-child {
	padding-top: 30px;
}

@media screen and (min-width: 481px) {

	.box-appearance-middle .content-wrapper > :only-child,
	.box-appearance-bottom .content-wrapper > :only-child {
		padding-top: 40px;
	}
}

@media screen and (min-width: 1025px) {

	.box-appearance-middle .content-wrapper > :only-child,
	.box-appearance-bottom .content-wrapper > :only-child {
		padding-top: 50px;
	}
}

.box-appearance-middle .content-wrapper > :only-child {
	padding-left: 40px;
	padding-right: 40px;
}

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

	.box-appearance-middle .content-wrapper > :only-child {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.box-appearance-bottom .content-wrapper > :only-child {
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: calc(var(--site-padding-large) * 2);
}

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

	.box-appearance-bottom .content-wrapper > :only-child {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: calc(var(--site-padding-small) * 2);
	}
}

.box-appearance-full .content-wrapper > :only-child {
	border-radius: 14px;
}

.box-appearance-full.box_appearance_has_border.colour-theme-white .content-wrapper > :only-child {
	border: 1px solid var(--neutral-dark);
}

.box-appearance-full.default-padding .content-wrapper > :only-child {
	padding: 48px var(--site-padding-small);
}

@media screen and (min-width: 481px) {

	.box-appearance-full.default-padding .content-wrapper > :only-child {
		padding: 64px var(--site-padding-large);
	}
}

@media screen and (min-width: 769px) {

	.box-appearance-full.default-padding .content-wrapper > :only-child {
		padding: 80px var(--site-padding-large);
	}
}

@media screen and (min-width: 1025px) {

	.box-appearance-full.default-padding .content-wrapper > :only-child {
		padding: 96px var(--site-padding-large);
	}
}

.box-appearance-full.small-padding .content-wrapper > :only-child {
	padding: 30px 25px;
}

@media screen and (min-width: 481px) {

	.box-appearance-full.small-padding .content-wrapper > :only-child {
		padding: 40px 40px;
	}
}

@media screen and (min-width: 1025px) {

	.box-appearance-full.small-padding .content-wrapper > :only-child {
		padding: 50px 40px;
	}
}

.page-template-template-certn-identity .colour-theme-white .accent-color::before,
.page-template-template-certn-identity .colour-theme-white .accent-color::after,
.page-template-template-certn-identity .colour-theme-platinum .accent-color::before,
.page-template-template-certn-identity .colour-theme-platinum .accent-color::after,
.page-template-template-certn-identity .colour-theme-light-green .accent-color::before,
.page-template-template-certn-identity .colour-theme-light-green .accent-color::after,
.page-template-template-certn-identity .colour-theme-light-orange .accent-color::before,
.page-template-template-certn-identity .colour-theme-light-orange .accent-color::after {
	background-color: var(--blue-dark);
}

.page-template-template-certn-identity .colour-theme-white a:hover,
.page-template-template-certn-identity .colour-theme-white a:focus,
.page-template-template-certn-identity .colour-theme-white a:active,
.page-template-template-certn-identity .colour-theme-white .eyebrow,
.page-template-template-certn-identity .colour-theme-platinum a:hover,
.page-template-template-certn-identity .colour-theme-platinum a:focus,
.page-template-template-certn-identity .colour-theme-platinum a:active,
.page-template-template-certn-identity .colour-theme-platinum .eyebrow,
.page-template-template-certn-identity .colour-theme-light-green a:hover,
.page-template-template-certn-identity .colour-theme-light-green a:focus,
.page-template-template-certn-identity .colour-theme-light-green a:active,
.page-template-template-certn-identity .colour-theme-light-green .eyebrow,
.page-template-template-certn-identity .colour-theme-light-orange a:hover,
.page-template-template-certn-identity .colour-theme-light-orange a:focus,
.page-template-template-certn-identity .colour-theme-light-orange a:active,
.page-template-template-certn-identity .colour-theme-light-orange .eyebrow {
	color: var(--blue-dark);
}

.lazy-load-background {
	background-image: none !important;
}

.fr-element {
	display: none;
}

html:lang(fr) .eng-element {
	display: none;
}

html:lang(fr) .fr-element {
	display: block;
}

.hidden {
	display: none !important;
}

hr {
	background-color: var(--neutral-lighter);
	border: 0;
	height: 1px;
	margin-bottom: var(--space-24);
}

ul,
ol {
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: var(--weight-medium);
}

dd {
	margin: 0 1.5em 1.5em;
}

.post ul,
.post ol,
.press ul,
.press ol,
.event ul,
.event ol,
.resource ul,
.resource ol,
.hero ul,
.hero ol,
.container ul,
.container ol,
.two-tile ul,
.two-tile ol,
.two-tile-half-half ul,
.two-tile-half-half ol,
.two-tile-small-large ul,
.two-tile-small-large ol,
.two-tile-large-small ul,
.two-tile-large-small ol,
.image-text-blocks ul,
.image-text-blocks ol,
.package-cards ul,
.package-cards ol,
.text-image-tabs ul,
.text-image-tabs ol,
.text-image-tabs-animated ul,
.text-image-tabs-animated ol,
.advanced-tabs ul,
.advanced-tabs ol {
	padding-left: 1.875rem;
	margin-left: 0;
	font-size: var(--text-16);
	line-height: var(--text-24);
	margin-top: var(--space-20);
	text-align: left !important;
}

@media screen and (min-width: 769px) {

	.post ul,
	.post ol,
	.press ul,
	.press ol,
	.event ul,
	.event ol,
	.resource ul,
	.resource ol,
	.hero ul,
	.hero ol,
	.container ul,
	.container ol,
	.two-tile ul,
	.two-tile ol,
	.two-tile-half-half ul,
	.two-tile-half-half ol,
	.two-tile-small-large ul,
	.two-tile-small-large ol,
	.two-tile-large-small ul,
	.two-tile-large-small ol,
	.image-text-blocks ul,
	.image-text-blocks ol,
	.package-cards ul,
	.package-cards ol,
	.text-image-tabs ul,
	.text-image-tabs ol,
	.text-image-tabs-animated ul,
	.text-image-tabs-animated ol,
	.advanced-tabs ul,
	.advanced-tabs ol {
		margin-top: var(--space-24);
	}
}

.post ul li,
.post ol li,
.press ul li,
.press ol li,
.event ul li,
.event ol li,
.resource ul li,
.resource ol li,
.hero ul li,
.hero ol li,
.container ul li,
.container ol li,
.two-tile ul li,
.two-tile ol li,
.two-tile-half-half ul li,
.two-tile-half-half ol li,
.two-tile-small-large ul li,
.two-tile-small-large ol li,
.two-tile-large-small ul li,
.two-tile-large-small ol li,
.image-text-blocks ul li,
.image-text-blocks ol li,
.package-cards ul li,
.package-cards ol li,
.text-image-tabs ul li,
.text-image-tabs ol li,
.text-image-tabs-animated ul li,
.text-image-tabs-animated ol li,
.advanced-tabs ul li,
.advanced-tabs ol li {
	margin: var(--space-12) 0;
}

@media screen and (min-width: 769px) {

	.post ul li,
	.post ol li,
	.press ul li,
	.press ol li,
	.event ul li,
	.event ol li,
	.resource ul li,
	.resource ol li,
	.hero ul li,
	.hero ol li,
	.container ul li,
	.container ol li,
	.two-tile ul li,
	.two-tile ol li,
	.two-tile-half-half ul li,
	.two-tile-half-half ol li,
	.two-tile-small-large ul li,
	.two-tile-small-large ol li,
	.two-tile-large-small ul li,
	.two-tile-large-small ol li,
	.image-text-blocks ul li,
	.image-text-blocks ol li,
	.package-cards ul li,
	.package-cards ol li,
	.text-image-tabs ul li,
	.text-image-tabs ol li,
	.text-image-tabs-animated ul li,
	.text-image-tabs-animated ol li,
	.advanced-tabs ul li,
	.advanced-tabs ol li {
		margin: var(--space-16) 0;
	}
}

.post ul,
.press ul,
.event ul,
.resource ul,
.hero ul,
.container ul,
.two-tile ul,
.two-tile-half-half ul,
.two-tile-small-large ul,
.two-tile-large-small ul,
.image-text-blocks ul,
.package-cards ul,
.text-image-tabs ul,
.text-image-tabs-animated ul,
.advanced-tabs ul {
	list-style: none;
}

.post ul li,
.press ul li,
.event ul li,
.resource ul li,
.hero ul li,
.container ul li,
.two-tile ul li,
.two-tile-half-half ul li,
.two-tile-small-large ul li,
.two-tile-large-small ul li,
.image-text-blocks ul li,
.package-cards ul li,
.text-image-tabs ul li,
.text-image-tabs-animated ul li,
.advanced-tabs ul li {
	position: relative;
}

.post ul li::before,
.press ul li::before,
.event ul li::before,
.resource ul li::before,
.hero ul li::before,
.container ul li::before,
.two-tile ul li::before,
.two-tile-half-half ul li::before,
.two-tile-small-large ul li::before,
.two-tile-large-small ul li::before,
.image-text-blocks ul li::before,
.package-cards ul li::before,
.text-image-tabs ul li::before,
.text-image-tabs-animated ul li::before,
.advanced-tabs ul li::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: var(--radius-4);
	position: absolute;
	left: -30px;
	top: 7px;
}

.post ol,
.press ol,
.event ol,
.resource ol,
.hero ol,
.container ol,
.two-tile ol,
.two-tile-half-half ol,
.two-tile-small-large ol,
.two-tile-large-small ol,
.image-text-blocks ol,
.package-cards ol,
.text-image-tabs ol,
.text-image-tabs-animated ol,
.advanced-tabs ol {
	padding-left: var(--space-40);
	counter-reset: list-counter;
}

.post ol li,
.press ol li,
.event ol li,
.resource ol li,
.hero ol li,
.container ol li,
.two-tile ol li,
.two-tile-half-half ol li,
.two-tile-small-large ol li,
.two-tile-large-small ol li,
.image-text-blocks ol li,
.package-cards ol li,
.text-image-tabs ol li,
.text-image-tabs-animated ol li,
.advanced-tabs ol li {
	counter-increment: list-counter;
	list-style: none;
	position: relative;
}

.post ol li::before,
.press ol li::before,
.event ol li::before,
.resource ol li::before,
.hero ol li::before,
.container ol li::before,
.two-tile ol li::before,
.two-tile-half-half ol li::before,
.two-tile-small-large ol li::before,
.two-tile-large-small ol li::before,
.image-text-blocks ol li::before,
.package-cards ol li::before,
.text-image-tabs ol li::before,
.text-image-tabs-animated ol li::before,
.advanced-tabs ol li::before {
	content: counter(list-counter);
	font-size: var(--text-12);
	line-height: var(--text-12);
	width: 20px;
	height: 20px;
	border-radius: var(--radius-full);
	position: absolute;
	left: -40px;
	top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--weight-medium);
}

.post.list-checkmark ul li::before,
.press.list-checkmark ul li::before,
.event.list-checkmark ul li::before,
.resource.list-checkmark ul li::before,
.hero.list-checkmark ul li::before,
.container.list-checkmark ul li::before,
.two-tile.list-checkmark ul li::before,
.two-tile-half-half.list-checkmark ul li::before,
.two-tile-small-large.list-checkmark ul li::before,
.two-tile-large-small.list-checkmark ul li::before,
.image-text-blocks.list-checkmark ul li::before,
.package-cards.list-checkmark ul li::before,
.text-image-tabs.list-checkmark ul li::before,
.text-image-tabs-animated.list-checkmark ul li::before,
.advanced-tabs.list-checkmark ul li::before {
	background-color: transparent !important;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	width: 20px !important;
	height: 20px !important;
	top: 2px !important;
	left: -32px !important;
}

.post.remove-top-bottom-margins-for-lists ul li,
.press.remove-top-bottom-margins-for-lists ul li,
.event.remove-top-bottom-margins-for-lists ul li,
.resource.remove-top-bottom-margins-for-lists ul li,
.hero.remove-top-bottom-margins-for-lists ul li,
.container.remove-top-bottom-margins-for-lists ul li,
.two-tile.remove-top-bottom-margins-for-lists ul li,
.two-tile-half-half.remove-top-bottom-margins-for-lists ul li,
.two-tile-small-large.remove-top-bottom-margins-for-lists ul li,
.two-tile-large-small.remove-top-bottom-margins-for-lists ul li,
.image-text-blocks.remove-top-bottom-margins-for-lists ul li,
.package-cards.remove-top-bottom-margins-for-lists ul li,
.text-image-tabs.remove-top-bottom-margins-for-lists ul li,
.text-image-tabs-animated.remove-top-bottom-margins-for-lists ul li,
.advanced-tabs.remove-top-bottom-margins-for-lists ul li {
	margin: 0 !important;
}

.post ul li::before,
.post ol li::before,
.press ul li::before,
.press ol li::before,
.event ul li::before,
.event ol li::before,
.resource ul li::before,
.resource ol li::before {
	color: var(--white);
	background-color: var(--neutral-dark);
}

.colour-theme-white.hero ul li::before,
.colour-theme-white.hero ol li::before,
.colour-theme-white.container ul li::before,
.colour-theme-white.container ol li::before,
.colour-theme-white.two-tile ul li::before,
.colour-theme-white.two-tile ol li::before,
.colour-theme-white.two-tile-half-half ul li::before,
.colour-theme-white.two-tile-half-half ol li::before,
.colour-theme-white.two-tile-small-large ul li::before,
.colour-theme-white.two-tile-small-large ol li::before,
.colour-theme-white.two-tile-large-small ul li::before,
.colour-theme-white.two-tile-large-small ol li::before,
.colour-theme-white.image-text-blocks ul li::before,
.colour-theme-white.image-text-blocks ol li::before,
.colour-theme-white.package-cards ul li::before,
.colour-theme-white.package-cards ol li::before,
.colour-theme-white.text-image-tabs ul li::before,
.colour-theme-white.text-image-tabs ol li::before,
.colour-theme-white.text-image-tabs-animated ul li::before,
.colour-theme-white.text-image-tabs-animated ol li::before,
.colour-theme-white.advanced-tabs ul li::before,
.colour-theme-white.advanced-tabs ol li::before,
.colour-theme-platinum.hero ul li::before,
.colour-theme-platinum.hero ol li::before,
.colour-theme-platinum.container ul li::before,
.colour-theme-platinum.container ol li::before,
.colour-theme-platinum.two-tile ul li::before,
.colour-theme-platinum.two-tile ol li::before,
.colour-theme-platinum.two-tile-half-half ul li::before,
.colour-theme-platinum.two-tile-half-half ol li::before,
.colour-theme-platinum.two-tile-small-large ul li::before,
.colour-theme-platinum.two-tile-small-large ol li::before,
.colour-theme-platinum.two-tile-large-small ul li::before,
.colour-theme-platinum.two-tile-large-small ol li::before,
.colour-theme-platinum.image-text-blocks ul li::before,
.colour-theme-platinum.image-text-blocks ol li::before,
.colour-theme-platinum.package-cards ul li::before,
.colour-theme-platinum.package-cards ol li::before,
.colour-theme-platinum.text-image-tabs ul li::before,
.colour-theme-platinum.text-image-tabs ol li::before,
.colour-theme-platinum.text-image-tabs-animated ul li::before,
.colour-theme-platinum.text-image-tabs-animated ol li::before,
.colour-theme-platinum.advanced-tabs ul li::before,
.colour-theme-platinum.advanced-tabs ol li::before,
.colour-theme-light-green.hero ul li::before,
.colour-theme-light-green.hero ol li::before,
.colour-theme-light-green.container ul li::before,
.colour-theme-light-green.container ol li::before,
.colour-theme-light-green.two-tile ul li::before,
.colour-theme-light-green.two-tile ol li::before,
.colour-theme-light-green.two-tile-half-half ul li::before,
.colour-theme-light-green.two-tile-half-half ol li::before,
.colour-theme-light-green.two-tile-small-large ul li::before,
.colour-theme-light-green.two-tile-small-large ol li::before,
.colour-theme-light-green.two-tile-large-small ul li::before,
.colour-theme-light-green.two-tile-large-small ol li::before,
.colour-theme-light-green.image-text-blocks ul li::before,
.colour-theme-light-green.image-text-blocks ol li::before,
.colour-theme-light-green.package-cards ul li::before,
.colour-theme-light-green.package-cards ol li::before,
.colour-theme-light-green.text-image-tabs ul li::before,
.colour-theme-light-green.text-image-tabs ol li::before,
.colour-theme-light-green.text-image-tabs-animated ul li::before,
.colour-theme-light-green.text-image-tabs-animated ol li::before,
.colour-theme-light-green.advanced-tabs ul li::before,
.colour-theme-light-green.advanced-tabs ol li::before {
	color: var(--white);
	background-color: var(--neutral-dark);
}

.colour-theme-white.hero ul li b,
.colour-theme-white.hero ul li strong,
.colour-theme-white.hero ol li b,
.colour-theme-white.hero ol li strong,
.colour-theme-white.container ul li b,
.colour-theme-white.container ul li strong,
.colour-theme-white.container ol li b,
.colour-theme-white.container ol li strong,
.colour-theme-white.two-tile ul li b,
.colour-theme-white.two-tile ul li strong,
.colour-theme-white.two-tile ol li b,
.colour-theme-white.two-tile ol li strong,
.colour-theme-white.two-tile-half-half ul li b,
.colour-theme-white.two-tile-half-half ul li strong,
.colour-theme-white.two-tile-half-half ol li b,
.colour-theme-white.two-tile-half-half ol li strong,
.colour-theme-white.two-tile-small-large ul li b,
.colour-theme-white.two-tile-small-large ul li strong,
.colour-theme-white.two-tile-small-large ol li b,
.colour-theme-white.two-tile-small-large ol li strong,
.colour-theme-white.two-tile-large-small ul li b,
.colour-theme-white.two-tile-large-small ul li strong,
.colour-theme-white.two-tile-large-small ol li b,
.colour-theme-white.two-tile-large-small ol li strong,
.colour-theme-white.image-text-blocks ul li b,
.colour-theme-white.image-text-blocks ul li strong,
.colour-theme-white.image-text-blocks ol li b,
.colour-theme-white.image-text-blocks ol li strong,
.colour-theme-white.package-cards ul li b,
.colour-theme-white.package-cards ul li strong,
.colour-theme-white.package-cards ol li b,
.colour-theme-white.package-cards ol li strong,
.colour-theme-white.text-image-tabs ul li b,
.colour-theme-white.text-image-tabs ul li strong,
.colour-theme-white.text-image-tabs ol li b,
.colour-theme-white.text-image-tabs ol li strong,
.colour-theme-white.text-image-tabs-animated ul li b,
.colour-theme-white.text-image-tabs-animated ul li strong,
.colour-theme-white.text-image-tabs-animated ol li b,
.colour-theme-white.text-image-tabs-animated ol li strong,
.colour-theme-white.advanced-tabs ul li b,
.colour-theme-white.advanced-tabs ul li strong,
.colour-theme-white.advanced-tabs ol li b,
.colour-theme-white.advanced-tabs ol li strong,
.colour-theme-platinum.hero ul li b,
.colour-theme-platinum.hero ul li strong,
.colour-theme-platinum.hero ol li b,
.colour-theme-platinum.hero ol li strong,
.colour-theme-platinum.container ul li b,
.colour-theme-platinum.container ul li strong,
.colour-theme-platinum.container ol li b,
.colour-theme-platinum.container ol li strong,
.colour-theme-platinum.two-tile ul li b,
.colour-theme-platinum.two-tile ul li strong,
.colour-theme-platinum.two-tile ol li b,
.colour-theme-platinum.two-tile ol li strong,
.colour-theme-platinum.two-tile-half-half ul li b,
.colour-theme-platinum.two-tile-half-half ul li strong,
.colour-theme-platinum.two-tile-half-half ol li b,
.colour-theme-platinum.two-tile-half-half ol li strong,
.colour-theme-platinum.two-tile-small-large ul li b,
.colour-theme-platinum.two-tile-small-large ul li strong,
.colour-theme-platinum.two-tile-small-large ol li b,
.colour-theme-platinum.two-tile-small-large ol li strong,
.colour-theme-platinum.two-tile-large-small ul li b,
.colour-theme-platinum.two-tile-large-small ul li strong,
.colour-theme-platinum.two-tile-large-small ol li b,
.colour-theme-platinum.two-tile-large-small ol li strong,
.colour-theme-platinum.image-text-blocks ul li b,
.colour-theme-platinum.image-text-blocks ul li strong,
.colour-theme-platinum.image-text-blocks ol li b,
.colour-theme-platinum.image-text-blocks ol li strong,
.colour-theme-platinum.package-cards ul li b,
.colour-theme-platinum.package-cards ul li strong,
.colour-theme-platinum.package-cards ol li b,
.colour-theme-platinum.package-cards ol li strong,
.colour-theme-platinum.text-image-tabs ul li b,
.colour-theme-platinum.text-image-tabs ul li strong,
.colour-theme-platinum.text-image-tabs ol li b,
.colour-theme-platinum.text-image-tabs ol li strong,
.colour-theme-platinum.text-image-tabs-animated ul li b,
.colour-theme-platinum.text-image-tabs-animated ul li strong,
.colour-theme-platinum.text-image-tabs-animated ol li b,
.colour-theme-platinum.text-image-tabs-animated ol li strong,
.colour-theme-platinum.advanced-tabs ul li b,
.colour-theme-platinum.advanced-tabs ul li strong,
.colour-theme-platinum.advanced-tabs ol li b,
.colour-theme-platinum.advanced-tabs ol li strong,
.colour-theme-light-green.hero ul li b,
.colour-theme-light-green.hero ul li strong,
.colour-theme-light-green.hero ol li b,
.colour-theme-light-green.hero ol li strong,
.colour-theme-light-green.container ul li b,
.colour-theme-light-green.container ul li strong,
.colour-theme-light-green.container ol li b,
.colour-theme-light-green.container ol li strong,
.colour-theme-light-green.two-tile ul li b,
.colour-theme-light-green.two-tile ul li strong,
.colour-theme-light-green.two-tile ol li b,
.colour-theme-light-green.two-tile ol li strong,
.colour-theme-light-green.two-tile-half-half ul li b,
.colour-theme-light-green.two-tile-half-half ul li strong,
.colour-theme-light-green.two-tile-half-half ol li b,
.colour-theme-light-green.two-tile-half-half ol li strong,
.colour-theme-light-green.two-tile-small-large ul li b,
.colour-theme-light-green.two-tile-small-large ul li strong,
.colour-theme-light-green.two-tile-small-large ol li b,
.colour-theme-light-green.two-tile-small-large ol li strong,
.colour-theme-light-green.two-tile-large-small ul li b,
.colour-theme-light-green.two-tile-large-small ul li strong,
.colour-theme-light-green.two-tile-large-small ol li b,
.colour-theme-light-green.two-tile-large-small ol li strong,
.colour-theme-light-green.image-text-blocks ul li b,
.colour-theme-light-green.image-text-blocks ul li strong,
.colour-theme-light-green.image-text-blocks ol li b,
.colour-theme-light-green.image-text-blocks ol li strong,
.colour-theme-light-green.package-cards ul li b,
.colour-theme-light-green.package-cards ul li strong,
.colour-theme-light-green.package-cards ol li b,
.colour-theme-light-green.package-cards ol li strong,
.colour-theme-light-green.text-image-tabs ul li b,
.colour-theme-light-green.text-image-tabs ul li strong,
.colour-theme-light-green.text-image-tabs ol li b,
.colour-theme-light-green.text-image-tabs ol li strong,
.colour-theme-light-green.text-image-tabs-animated ul li b,
.colour-theme-light-green.text-image-tabs-animated ul li strong,
.colour-theme-light-green.text-image-tabs-animated ol li b,
.colour-theme-light-green.text-image-tabs-animated ol li strong,
.colour-theme-light-green.advanced-tabs ul li b,
.colour-theme-light-green.advanced-tabs ul li strong,
.colour-theme-light-green.advanced-tabs ol li b,
.colour-theme-light-green.advanced-tabs ol li strong {
	color: var(--neutral-dark);
}

.colour-theme-white.hero.list-checkmark ul li::before,
.colour-theme-white.container.list-checkmark ul li::before,
.colour-theme-white.two-tile.list-checkmark ul li::before,
.colour-theme-white.two-tile-half-half.list-checkmark ul li::before,
.colour-theme-white.two-tile-small-large.list-checkmark ul li::before,
.colour-theme-white.two-tile-large-small.list-checkmark ul li::before,
.colour-theme-white.image-text-blocks.list-checkmark ul li::before,
.colour-theme-white.package-cards.list-checkmark ul li::before,
.colour-theme-white.text-image-tabs.list-checkmark ul li::before,
.colour-theme-white.text-image-tabs-animated.list-checkmark ul li::before,
.colour-theme-white.advanced-tabs.list-checkmark ul li::before,
.colour-theme-platinum.hero.list-checkmark ul li::before,
.colour-theme-platinum.container.list-checkmark ul li::before,
.colour-theme-platinum.two-tile.list-checkmark ul li::before,
.colour-theme-platinum.two-tile-half-half.list-checkmark ul li::before,
.colour-theme-platinum.two-tile-small-large.list-checkmark ul li::before,
.colour-theme-platinum.two-tile-large-small.list-checkmark ul li::before,
.colour-theme-platinum.image-text-blocks.list-checkmark ul li::before,
.colour-theme-platinum.package-cards.list-checkmark ul li::before,
.colour-theme-platinum.text-image-tabs.list-checkmark ul li::before,
.colour-theme-platinum.text-image-tabs-animated.list-checkmark ul li::before,
.colour-theme-platinum.advanced-tabs.list-checkmark ul li::before,
.colour-theme-light-green.hero.list-checkmark ul li::before,
.colour-theme-light-green.container.list-checkmark ul li::before,
.colour-theme-light-green.two-tile.list-checkmark ul li::before,
.colour-theme-light-green.two-tile-half-half.list-checkmark ul li::before,
.colour-theme-light-green.two-tile-small-large.list-checkmark ul li::before,
.colour-theme-light-green.two-tile-large-small.list-checkmark ul li::before,
.colour-theme-light-green.image-text-blocks.list-checkmark ul li::before,
.colour-theme-light-green.package-cards.list-checkmark ul li::before,
.colour-theme-light-green.text-image-tabs.list-checkmark ul li::before,
.colour-theme-light-green.text-image-tabs-animated.list-checkmark ul li::before,
.colour-theme-light-green.advanced-tabs.list-checkmark ul li::before {
	background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.13916 6.71235L6.3749 8.9248L10.7765 4.94238' stroke='%23565a54' stroke-width='1.79612' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.colour-theme-light-orange.hero ul li::before,
.colour-theme-light-orange.hero ol li::before,
.colour-theme-light-orange.container ul li::before,
.colour-theme-light-orange.container ol li::before,
.colour-theme-light-orange.two-tile ul li::before,
.colour-theme-light-orange.two-tile ol li::before,
.colour-theme-light-orange.two-tile-half-half ul li::before,
.colour-theme-light-orange.two-tile-half-half ol li::before,
.colour-theme-light-orange.two-tile-small-large ul li::before,
.colour-theme-light-orange.two-tile-small-large ol li::before,
.colour-theme-light-orange.two-tile-large-small ul li::before,
.colour-theme-light-orange.two-tile-large-small ol li::before,
.colour-theme-light-orange.image-text-blocks ul li::before,
.colour-theme-light-orange.image-text-blocks ol li::before,
.colour-theme-light-orange.package-cards ul li::before,
.colour-theme-light-orange.package-cards ol li::before,
.colour-theme-light-orange.text-image-tabs ul li::before,
.colour-theme-light-orange.text-image-tabs ol li::before,
.colour-theme-light-orange.text-image-tabs-animated ul li::before,
.colour-theme-light-orange.text-image-tabs-animated ol li::before,
.colour-theme-light-orange.advanced-tabs ul li::before,
.colour-theme-light-orange.advanced-tabs ol li::before {
	color: var(--white);
	background-color: var(--orange-dark);
}

.colour-theme-light-orange.hero ul li b,
.colour-theme-light-orange.hero ul li strong,
.colour-theme-light-orange.hero ol li b,
.colour-theme-light-orange.hero ol li strong,
.colour-theme-light-orange.container ul li b,
.colour-theme-light-orange.container ul li strong,
.colour-theme-light-orange.container ol li b,
.colour-theme-light-orange.container ol li strong,
.colour-theme-light-orange.two-tile ul li b,
.colour-theme-light-orange.two-tile ul li strong,
.colour-theme-light-orange.two-tile ol li b,
.colour-theme-light-orange.two-tile ol li strong,
.colour-theme-light-orange.two-tile-half-half ul li b,
.colour-theme-light-orange.two-tile-half-half ul li strong,
.colour-theme-light-orange.two-tile-half-half ol li b,
.colour-theme-light-orange.two-tile-half-half ol li strong,
.colour-theme-light-orange.two-tile-small-large ul li b,
.colour-theme-light-orange.two-tile-small-large ul li strong,
.colour-theme-light-orange.two-tile-small-large ol li b,
.colour-theme-light-orange.two-tile-small-large ol li strong,
.colour-theme-light-orange.two-tile-large-small ul li b,
.colour-theme-light-orange.two-tile-large-small ul li strong,
.colour-theme-light-orange.two-tile-large-small ol li b,
.colour-theme-light-orange.two-tile-large-small ol li strong,
.colour-theme-light-orange.image-text-blocks ul li b,
.colour-theme-light-orange.image-text-blocks ul li strong,
.colour-theme-light-orange.image-text-blocks ol li b,
.colour-theme-light-orange.image-text-blocks ol li strong,
.colour-theme-light-orange.package-cards ul li b,
.colour-theme-light-orange.package-cards ul li strong,
.colour-theme-light-orange.package-cards ol li b,
.colour-theme-light-orange.package-cards ol li strong,
.colour-theme-light-orange.text-image-tabs ul li b,
.colour-theme-light-orange.text-image-tabs ul li strong,
.colour-theme-light-orange.text-image-tabs ol li b,
.colour-theme-light-orange.text-image-tabs ol li strong,
.colour-theme-light-orange.text-image-tabs-animated ul li b,
.colour-theme-light-orange.text-image-tabs-animated ul li strong,
.colour-theme-light-orange.text-image-tabs-animated ol li b,
.colour-theme-light-orange.text-image-tabs-animated ol li strong,
.colour-theme-light-orange.advanced-tabs ul li b,
.colour-theme-light-orange.advanced-tabs ul li strong,
.colour-theme-light-orange.advanced-tabs ol li b,
.colour-theme-light-orange.advanced-tabs ol li strong {
	color: var(--orange-dark);
}

.colour-theme-light-orange.hero.list-checkmark ul li::before,
.colour-theme-light-orange.container.list-checkmark ul li::before,
.colour-theme-light-orange.two-tile.list-checkmark ul li::before,
.colour-theme-light-orange.two-tile-half-half.list-checkmark ul li::before,
.colour-theme-light-orange.two-tile-small-large.list-checkmark ul li::before,
.colour-theme-light-orange.two-tile-large-small.list-checkmark ul li::before,
.colour-theme-light-orange.image-text-blocks.list-checkmark ul li::before,
.colour-theme-light-orange.package-cards.list-checkmark ul li::before,
.colour-theme-light-orange.text-image-tabs.list-checkmark ul li::before,
.colour-theme-light-orange.text-image-tabs-animated.list-checkmark ul li::before,
.colour-theme-light-orange.advanced-tabs.list-checkmark ul li::before {
	background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.13916 6.71235L6.3749 8.9248L10.7765 4.94238' stroke='%233d1f00' stroke-width='1.79612' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.colour-theme-dark-green.hero ul li::before,
.colour-theme-dark-green.hero ol li::before,
.colour-theme-dark-green.container ul li::before,
.colour-theme-dark-green.container ol li::before,
.colour-theme-dark-green.two-tile ul li::before,
.colour-theme-dark-green.two-tile ol li::before,
.colour-theme-dark-green.two-tile-half-half ul li::before,
.colour-theme-dark-green.two-tile-half-half ol li::before,
.colour-theme-dark-green.two-tile-small-large ul li::before,
.colour-theme-dark-green.two-tile-small-large ol li::before,
.colour-theme-dark-green.two-tile-large-small ul li::before,
.colour-theme-dark-green.two-tile-large-small ol li::before,
.colour-theme-dark-green.image-text-blocks ul li::before,
.colour-theme-dark-green.image-text-blocks ol li::before,
.colour-theme-dark-green.package-cards ul li::before,
.colour-theme-dark-green.package-cards ol li::before,
.colour-theme-dark-green.text-image-tabs ul li::before,
.colour-theme-dark-green.text-image-tabs ol li::before,
.colour-theme-dark-green.text-image-tabs-animated ul li::before,
.colour-theme-dark-green.text-image-tabs-animated ol li::before,
.colour-theme-dark-green.advanced-tabs ul li::before,
.colour-theme-dark-green.advanced-tabs ol li::before,
.colour-theme-midnight.hero ul li::before,
.colour-theme-midnight.hero ol li::before,
.colour-theme-midnight.container ul li::before,
.colour-theme-midnight.container ol li::before,
.colour-theme-midnight.two-tile ul li::before,
.colour-theme-midnight.two-tile ol li::before,
.colour-theme-midnight.two-tile-half-half ul li::before,
.colour-theme-midnight.two-tile-half-half ol li::before,
.colour-theme-midnight.two-tile-small-large ul li::before,
.colour-theme-midnight.two-tile-small-large ol li::before,
.colour-theme-midnight.two-tile-large-small ul li::before,
.colour-theme-midnight.two-tile-large-small ol li::before,
.colour-theme-midnight.image-text-blocks ul li::before,
.colour-theme-midnight.image-text-blocks ol li::before,
.colour-theme-midnight.package-cards ul li::before,
.colour-theme-midnight.package-cards ol li::before,
.colour-theme-midnight.text-image-tabs ul li::before,
.colour-theme-midnight.text-image-tabs ol li::before,
.colour-theme-midnight.text-image-tabs-animated ul li::before,
.colour-theme-midnight.text-image-tabs-animated ol li::before,
.colour-theme-midnight.advanced-tabs ul li::before,
.colour-theme-midnight.advanced-tabs ol li::before {
	color: var(--neutral-darkest);
	background-color: var(--neutral-lightest);
}

.colour-theme-dark-green.hero ul li b,
.colour-theme-dark-green.hero ul li strong,
.colour-theme-dark-green.hero ol li b,
.colour-theme-dark-green.hero ol li strong,
.colour-theme-dark-green.container ul li b,
.colour-theme-dark-green.container ul li strong,
.colour-theme-dark-green.container ol li b,
.colour-theme-dark-green.container ol li strong,
.colour-theme-dark-green.two-tile ul li b,
.colour-theme-dark-green.two-tile ul li strong,
.colour-theme-dark-green.two-tile ol li b,
.colour-theme-dark-green.two-tile ol li strong,
.colour-theme-dark-green.two-tile-half-half ul li b,
.colour-theme-dark-green.two-tile-half-half ul li strong,
.colour-theme-dark-green.two-tile-half-half ol li b,
.colour-theme-dark-green.two-tile-half-half ol li strong,
.colour-theme-dark-green.two-tile-small-large ul li b,
.colour-theme-dark-green.two-tile-small-large ul li strong,
.colour-theme-dark-green.two-tile-small-large ol li b,
.colour-theme-dark-green.two-tile-small-large ol li strong,
.colour-theme-dark-green.two-tile-large-small ul li b,
.colour-theme-dark-green.two-tile-large-small ul li strong,
.colour-theme-dark-green.two-tile-large-small ol li b,
.colour-theme-dark-green.two-tile-large-small ol li strong,
.colour-theme-dark-green.image-text-blocks ul li b,
.colour-theme-dark-green.image-text-blocks ul li strong,
.colour-theme-dark-green.image-text-blocks ol li b,
.colour-theme-dark-green.image-text-blocks ol li strong,
.colour-theme-dark-green.package-cards ul li b,
.colour-theme-dark-green.package-cards ul li strong,
.colour-theme-dark-green.package-cards ol li b,
.colour-theme-dark-green.package-cards ol li strong,
.colour-theme-dark-green.text-image-tabs ul li b,
.colour-theme-dark-green.text-image-tabs ul li strong,
.colour-theme-dark-green.text-image-tabs ol li b,
.colour-theme-dark-green.text-image-tabs ol li strong,
.colour-theme-dark-green.text-image-tabs-animated ul li b,
.colour-theme-dark-green.text-image-tabs-animated ul li strong,
.colour-theme-dark-green.text-image-tabs-animated ol li b,
.colour-theme-dark-green.text-image-tabs-animated ol li strong,
.colour-theme-dark-green.advanced-tabs ul li b,
.colour-theme-dark-green.advanced-tabs ul li strong,
.colour-theme-dark-green.advanced-tabs ol li b,
.colour-theme-dark-green.advanced-tabs ol li strong,
.colour-theme-midnight.hero ul li b,
.colour-theme-midnight.hero ul li strong,
.colour-theme-midnight.hero ol li b,
.colour-theme-midnight.hero ol li strong,
.colour-theme-midnight.container ul li b,
.colour-theme-midnight.container ul li strong,
.colour-theme-midnight.container ol li b,
.colour-theme-midnight.container ol li strong,
.colour-theme-midnight.two-tile ul li b,
.colour-theme-midnight.two-tile ul li strong,
.colour-theme-midnight.two-tile ol li b,
.colour-theme-midnight.two-tile ol li strong,
.colour-theme-midnight.two-tile-half-half ul li b,
.colour-theme-midnight.two-tile-half-half ul li strong,
.colour-theme-midnight.two-tile-half-half ol li b,
.colour-theme-midnight.two-tile-half-half ol li strong,
.colour-theme-midnight.two-tile-small-large ul li b,
.colour-theme-midnight.two-tile-small-large ul li strong,
.colour-theme-midnight.two-tile-small-large ol li b,
.colour-theme-midnight.two-tile-small-large ol li strong,
.colour-theme-midnight.two-tile-large-small ul li b,
.colour-theme-midnight.two-tile-large-small ul li strong,
.colour-theme-midnight.two-tile-large-small ol li b,
.colour-theme-midnight.two-tile-large-small ol li strong,
.colour-theme-midnight.image-text-blocks ul li b,
.colour-theme-midnight.image-text-blocks ul li strong,
.colour-theme-midnight.image-text-blocks ol li b,
.colour-theme-midnight.image-text-blocks ol li strong,
.colour-theme-midnight.package-cards ul li b,
.colour-theme-midnight.package-cards ul li strong,
.colour-theme-midnight.package-cards ol li b,
.colour-theme-midnight.package-cards ol li strong,
.colour-theme-midnight.text-image-tabs ul li b,
.colour-theme-midnight.text-image-tabs ul li strong,
.colour-theme-midnight.text-image-tabs ol li b,
.colour-theme-midnight.text-image-tabs ol li strong,
.colour-theme-midnight.text-image-tabs-animated ul li b,
.colour-theme-midnight.text-image-tabs-animated ul li strong,
.colour-theme-midnight.text-image-tabs-animated ol li b,
.colour-theme-midnight.text-image-tabs-animated ol li strong,
.colour-theme-midnight.advanced-tabs ul li b,
.colour-theme-midnight.advanced-tabs ul li strong,
.colour-theme-midnight.advanced-tabs ol li b,
.colour-theme-midnight.advanced-tabs ol li strong {
	color: var(--neutral-lightest);
}

.colour-theme-dark-green.hero.list-checkmark ul li::before,
.colour-theme-dark-green.container.list-checkmark ul li::before,
.colour-theme-dark-green.two-tile.list-checkmark ul li::before,
.colour-theme-dark-green.two-tile-half-half.list-checkmark ul li::before,
.colour-theme-dark-green.two-tile-small-large.list-checkmark ul li::before,
.colour-theme-dark-green.two-tile-large-small.list-checkmark ul li::before,
.colour-theme-dark-green.image-text-blocks.list-checkmark ul li::before,
.colour-theme-dark-green.package-cards.list-checkmark ul li::before,
.colour-theme-dark-green.text-image-tabs.list-checkmark ul li::before,
.colour-theme-dark-green.text-image-tabs-animated.list-checkmark ul li::before,
.colour-theme-dark-green.advanced-tabs.list-checkmark ul li::before,
.colour-theme-midnight.hero.list-checkmark ul li::before,
.colour-theme-midnight.container.list-checkmark ul li::before,
.colour-theme-midnight.two-tile.list-checkmark ul li::before,
.colour-theme-midnight.two-tile-half-half.list-checkmark ul li::before,
.colour-theme-midnight.two-tile-small-large.list-checkmark ul li::before,
.colour-theme-midnight.two-tile-large-small.list-checkmark ul li::before,
.colour-theme-midnight.image-text-blocks.list-checkmark ul li::before,
.colour-theme-midnight.package-cards.list-checkmark ul li::before,
.colour-theme-midnight.text-image-tabs.list-checkmark ul li::before,
.colour-theme-midnight.text-image-tabs-animated.list-checkmark ul li::before,
.colour-theme-midnight.advanced-tabs.list-checkmark ul li::before {
	background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.13916 6.71235L6.3749 8.9248L10.7765 4.94238' stroke='%23e6e8e4' stroke-width='1.79612' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.page-template-template-certn-identity .colour-theme-white.hero ul li::before,
.page-template-template-certn-identity .colour-theme-white.hero ol li::before,
.page-template-template-certn-identity .colour-theme-white.container ul li::before,
.page-template-template-certn-identity .colour-theme-white.container ol li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile ul li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile ol li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile-half-half ul li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile-half-half ol li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile-small-large ul li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile-small-large ol li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile-large-small ul li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile-large-small ol li::before,
.page-template-template-certn-identity .colour-theme-white.image-text-blocks ul li::before,
.page-template-template-certn-identity .colour-theme-white.image-text-blocks ol li::before,
.page-template-template-certn-identity .colour-theme-white.package-cards ul li::before,
.page-template-template-certn-identity .colour-theme-white.package-cards ol li::before,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs ul li::before,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs ol li::before,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs-animated ul li::before,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs-animated ol li::before,
.page-template-template-certn-identity .colour-theme-white.advanced-tabs ul li::before,
.page-template-template-certn-identity .colour-theme-white.advanced-tabs ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.hero ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.hero ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.container ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.container ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-half-half ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-half-half ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-small-large ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-small-large ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-large-small ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-large-small ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.image-text-blocks ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.image-text-blocks ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.package-cards ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.package-cards ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs-animated ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs-animated ol li::before,
.page-template-template-certn-identity .colour-theme-platinum.advanced-tabs ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.advanced-tabs ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.hero ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.hero ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.container ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.container ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-half-half ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-half-half ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-small-large ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-small-large ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-large-small ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-large-small ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.image-text-blocks ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.image-text-blocks ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.package-cards ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.package-cards ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs-animated ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs-animated ol li::before,
.page-template-template-certn-identity .colour-theme-light-green.advanced-tabs ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.advanced-tabs ol li::before {
	background-color: var(--blue-dark);
}

.page-template-template-certn-identity .colour-theme-white.hero ul li b,
.page-template-template-certn-identity .colour-theme-white.hero ul li strong,
.page-template-template-certn-identity .colour-theme-white.hero ol li b,
.page-template-template-certn-identity .colour-theme-white.hero ol li strong,
.page-template-template-certn-identity .colour-theme-white.container ul li b,
.page-template-template-certn-identity .colour-theme-white.container ul li strong,
.page-template-template-certn-identity .colour-theme-white.container ol li b,
.page-template-template-certn-identity .colour-theme-white.container ol li strong,
.page-template-template-certn-identity .colour-theme-white.two-tile ul li b,
.page-template-template-certn-identity .colour-theme-white.two-tile ul li strong,
.page-template-template-certn-identity .colour-theme-white.two-tile ol li b,
.page-template-template-certn-identity .colour-theme-white.two-tile ol li strong,
.page-template-template-certn-identity .colour-theme-white.two-tile-half-half ul li b,
.page-template-template-certn-identity .colour-theme-white.two-tile-half-half ul li strong,
.page-template-template-certn-identity .colour-theme-white.two-tile-half-half ol li b,
.page-template-template-certn-identity .colour-theme-white.two-tile-half-half ol li strong,
.page-template-template-certn-identity .colour-theme-white.two-tile-small-large ul li b,
.page-template-template-certn-identity .colour-theme-white.two-tile-small-large ul li strong,
.page-template-template-certn-identity .colour-theme-white.two-tile-small-large ol li b,
.page-template-template-certn-identity .colour-theme-white.two-tile-small-large ol li strong,
.page-template-template-certn-identity .colour-theme-white.two-tile-large-small ul li b,
.page-template-template-certn-identity .colour-theme-white.two-tile-large-small ul li strong,
.page-template-template-certn-identity .colour-theme-white.two-tile-large-small ol li b,
.page-template-template-certn-identity .colour-theme-white.two-tile-large-small ol li strong,
.page-template-template-certn-identity .colour-theme-white.image-text-blocks ul li b,
.page-template-template-certn-identity .colour-theme-white.image-text-blocks ul li strong,
.page-template-template-certn-identity .colour-theme-white.image-text-blocks ol li b,
.page-template-template-certn-identity .colour-theme-white.image-text-blocks ol li strong,
.page-template-template-certn-identity .colour-theme-white.package-cards ul li b,
.page-template-template-certn-identity .colour-theme-white.package-cards ul li strong,
.page-template-template-certn-identity .colour-theme-white.package-cards ol li b,
.page-template-template-certn-identity .colour-theme-white.package-cards ol li strong,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs ul li b,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs ul li strong,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs ol li b,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs ol li strong,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs-animated ul li b,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs-animated ul li strong,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs-animated ol li b,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs-animated ol li strong,
.page-template-template-certn-identity .colour-theme-white.advanced-tabs ul li b,
.page-template-template-certn-identity .colour-theme-white.advanced-tabs ul li strong,
.page-template-template-certn-identity .colour-theme-white.advanced-tabs ol li b,
.page-template-template-certn-identity .colour-theme-white.advanced-tabs ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.hero ul li b,
.page-template-template-certn-identity .colour-theme-platinum.hero ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.hero ol li b,
.page-template-template-certn-identity .colour-theme-platinum.hero ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.container ul li b,
.page-template-template-certn-identity .colour-theme-platinum.container ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.container ol li b,
.page-template-template-certn-identity .colour-theme-platinum.container ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.two-tile ul li b,
.page-template-template-certn-identity .colour-theme-platinum.two-tile ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.two-tile ol li b,
.page-template-template-certn-identity .colour-theme-platinum.two-tile ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-half-half ul li b,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-half-half ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-half-half ol li b,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-half-half ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-small-large ul li b,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-small-large ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-small-large ol li b,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-small-large ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-large-small ul li b,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-large-small ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-large-small ol li b,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-large-small ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.image-text-blocks ul li b,
.page-template-template-certn-identity .colour-theme-platinum.image-text-blocks ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.image-text-blocks ol li b,
.page-template-template-certn-identity .colour-theme-platinum.image-text-blocks ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.package-cards ul li b,
.page-template-template-certn-identity .colour-theme-platinum.package-cards ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.package-cards ol li b,
.page-template-template-certn-identity .colour-theme-platinum.package-cards ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs ul li b,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs ol li b,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs-animated ul li b,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs-animated ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs-animated ol li b,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs-animated ol li strong,
.page-template-template-certn-identity .colour-theme-platinum.advanced-tabs ul li b,
.page-template-template-certn-identity .colour-theme-platinum.advanced-tabs ul li strong,
.page-template-template-certn-identity .colour-theme-platinum.advanced-tabs ol li b,
.page-template-template-certn-identity .colour-theme-platinum.advanced-tabs ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.hero ul li b,
.page-template-template-certn-identity .colour-theme-light-green.hero ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.hero ol li b,
.page-template-template-certn-identity .colour-theme-light-green.hero ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.container ul li b,
.page-template-template-certn-identity .colour-theme-light-green.container ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.container ol li b,
.page-template-template-certn-identity .colour-theme-light-green.container ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.two-tile ul li b,
.page-template-template-certn-identity .colour-theme-light-green.two-tile ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.two-tile ol li b,
.page-template-template-certn-identity .colour-theme-light-green.two-tile ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-half-half ul li b,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-half-half ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-half-half ol li b,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-half-half ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-small-large ul li b,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-small-large ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-small-large ol li b,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-small-large ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-large-small ul li b,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-large-small ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-large-small ol li b,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-large-small ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.image-text-blocks ul li b,
.page-template-template-certn-identity .colour-theme-light-green.image-text-blocks ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.image-text-blocks ol li b,
.page-template-template-certn-identity .colour-theme-light-green.image-text-blocks ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.package-cards ul li b,
.page-template-template-certn-identity .colour-theme-light-green.package-cards ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.package-cards ol li b,
.page-template-template-certn-identity .colour-theme-light-green.package-cards ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs ul li b,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs ol li b,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs-animated ul li b,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs-animated ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs-animated ol li b,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs-animated ol li strong,
.page-template-template-certn-identity .colour-theme-light-green.advanced-tabs ul li b,
.page-template-template-certn-identity .colour-theme-light-green.advanced-tabs ul li strong,
.page-template-template-certn-identity .colour-theme-light-green.advanced-tabs ol li b,
.page-template-template-certn-identity .colour-theme-light-green.advanced-tabs ol li strong {
	color: var(--blue-dark);
}

.page-template-template-certn-identity .colour-theme-white.hero.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-white.container.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile-half-half.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile-small-large.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-white.two-tile-large-small.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-white.image-text-blocks.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-white.package-cards.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-white.text-image-tabs-animated.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-white.advanced-tabs.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.hero.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.container.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-half-half.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-small-large.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.two-tile-large-small.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.image-text-blocks.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.package-cards.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.text-image-tabs-animated.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-platinum.advanced-tabs.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.hero.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.container.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-half-half.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-small-large.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.two-tile-large-small.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.image-text-blocks.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.package-cards.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.text-image-tabs-animated.list-checkmark ul li::before,
.page-template-template-certn-identity .colour-theme-light-green.advanced-tabs.list-checkmark ul li::before {
	background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.13916 6.71235L6.3749 8.9248L10.7765 4.94238' stroke='%23002b44' stroke-width='1.79612' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

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

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

figure {
	margin: 0 0 var(--space-32) 0;
}

figure.wp-block-embed {
	margin-top: 0;
	border-radius: 14px;
	overflow: hidden;
}

figure.wp-block-image.is-style-rounded {
	margin: 0;
	border-radius: var(--radius-12);
	overflow: hidden;
}

.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
	border-radius: var(--radius-12);
}

figure.inline-image {
	display: inline-block;
	margin: 0;
}

figure.inline-image + figure.inline-image {
	margin-left: var(--space-24);
}

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

	figure.inline-image + figure.inline-image {
		margin-left: var(--space-20);
	}
}

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

	figure.inline-image + figure.inline-image {
		margin-left: 0;
	}
}

figure.bio-picture {
	margin-top: calc(var(--space-32) * -1);
}

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

a {
	font-weight: var(--weight-medium);
	transition: all 0.15s ease-out;
}

a:focus {
	outline: 0;
}

a:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: var(--font-sans);
}

.wp-block-buttons {
	margin-top: var(--space-24);
	margin-bottom: var(--space-24);
}

/*
 * Shared button system.
 *
 * Interaction states are expressed via dedicated --button-*-bg / -bg-hover /
 * -bg-active / -bg-disabled tokens (defined in assets/css/primitive-tokens.css).
 * Each state simply swaps background-color rather than stacking an inset
 * shadow overlay, which avoids the inner-border artifact that the overlay
 * approach produced on filled, tonal, and ghost variants.
 */
.btn {

	/*
   * 24px line-height + 11px/7px vertical padding + 1px borders
   * = 48px/40px targets.
   */
	--btn-height: 48px;
	--btn-padding-block: 11px;
	--btn-padding-inline: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--btn-height);
	padding: var(--btn-padding-block) var(--btn-padding-inline);
	border-radius: var(--radius-8);
	border: 1px solid var(--button-filled-neutral-border);
	box-sizing: border-box;
	font-family: var(--font-sans);
	font-size: var(--text-16);
	font-weight: var(--weight-medium);
	line-height: var(--text-24);
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	background-color: var(--button-filled-neutral-bg);
	color: var(--button-filled-neutral-text) !important;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.btn:hover {
	background-color: var(--button-filled-neutral-bg-hover);
	color: var(--button-filled-neutral-text) !important;
	text-decoration: none;
}

.btn:active {
	background-color: var(--button-filled-neutral-bg-active);
	color: var(--button-filled-neutral-text) !important;
}

.btn:focus-visible {
	background-color: var(--button-filled-neutral-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-filled-neutral-text) !important;
}

.btn:disabled,
.btn[aria-disabled="true"] {
	pointer-events: none;
	background-color: var(--button-filled-neutral-bg-disabled);
	color: var(--button-filled-neutral-text-disabled) !important;
}

.btn-small {
	--btn-height: 40px;
	--btn-padding-block: 7px;
	--btn-padding-inline: 16px;
}

.btn-icon {
	padding: var(--space-12);
	min-width: 48px;
	min-height: 48px;
	line-height: 0;
}

.btn-icon.btn-small {
	padding: var(--space-8);
	min-width: 40px;
	min-height: 40px;
}

.btn-icon svg {
	display: block;
}

.btn-outlined {
	background-color: var(--button-outlined-bg);
	border-color: var(--button-outlined-border);
	color: var(--button-outlined-text) !important;
}

.btn-outlined:hover {
	background-color: var(--button-outlined-bg-hover);
	color: var(--button-outlined-text) !important;
}

.btn-outlined:active {
	background-color: var(--button-outlined-bg-active);
	color: var(--button-outlined-text) !important;
}

.btn-outlined:focus-visible {
	background-color: var(--button-outlined-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-outlined-text) !important;
}

.btn-outlined:disabled,
.btn-outlined[aria-disabled="true"] {
	background-color: var(--button-outlined-bg-disabled);
	border-color: var(--button-outlined-border-disabled);
	color: var(--button-outlined-text-disabled) !important;
}

.btn-tonal {
	background-color: var(--button-tonal-bg);
	border-color: var(--button-tonal-border);
	color: var(--button-tonal-text) !important;
}

.btn-tonal:hover {
	background-color: var(--button-tonal-bg-hover);
	color: var(--button-tonal-text) !important;
}

.btn-tonal:active {
	background-color: var(--button-tonal-bg-active);
	color: var(--button-tonal-text) !important;
}

.btn-tonal:focus-visible {
	background-color: var(--button-tonal-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-tonal-text) !important;
}

.btn-tonal:disabled,
.btn-tonal[aria-disabled="true"] {
	background-color: var(--button-tonal-bg-disabled);
	color: var(--button-tonal-text-disabled) !important;
}

.btn-ghost {
	background-color: var(--button-ghost-bg);
	border-color: var(--button-ghost-border);
	color: var(--button-ghost-text) !important;
}

.btn-ghost:hover {
	background-color: var(--button-ghost-bg-hover);
	color: var(--button-ghost-text) !important;
}

.btn-ghost:active {
	background-color: var(--button-ghost-bg-active);
	color: var(--button-ghost-text) !important;
}

.btn-ghost:focus-visible {
	background-color: var(--button-ghost-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-ghost-text) !important;
}

.btn-ghost:disabled,
.btn-ghost[aria-disabled="true"] {
	background-color: var(--button-ghost-bg);
	color: var(--button-ghost-text-disabled) !important;
}

.btn-primary {
	background-color: var(--button-filled-primary-bg);
	border-color: var(--button-filled-primary-border);
	color: var(--button-filled-primary-text) !important;
}

.btn-primary:hover {
	background-color: var(--button-filled-primary-bg-hover);
	color: var(--button-filled-primary-text) !important;
}

.btn-primary:active {
	background-color: var(--button-filled-primary-bg-active);
	color: var(--button-filled-primary-text) !important;
}

.btn-primary:focus-visible {
	background-color: var(--button-filled-primary-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-filled-primary-text) !important;
}

.btn-primary:disabled,
.btn-primary[aria-disabled="true"] {
	background-color: var(--button-filled-primary-bg-disabled);
	color: var(--button-filled-primary-text-disabled) !important;
}

.btn-blue {
	background-color: var(--button-filled-blue-bg);
	border-color: var(--button-filled-blue-border);
	color: var(--button-filled-blue-text) !important;
}

.btn-blue:hover {
	background-color: var(--button-filled-blue-bg-hover);
	color: var(--button-filled-blue-text) !important;
}

.btn-blue:active {
	background-color: var(--button-filled-blue-bg-active);
	color: var(--button-filled-blue-text) !important;
}

.btn-blue:focus-visible {
	background-color: var(--button-filled-blue-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-filled-blue-text) !important;
}

.btn-blue:disabled,
.btn-blue[aria-disabled="true"] {
	background-color: var(--button-filled-blue-bg-disabled);
	color: var(--button-filled-blue-text-disabled) !important;
}

.btn-purple {
	background-color: var(--button-filled-purple-bg);
	border-color: var(--button-filled-purple-border);
	color: var(--button-filled-purple-text) !important;
}

.btn-purple:hover {
	background-color: var(--button-filled-purple-bg-hover);
	color: var(--button-filled-purple-text) !important;
}

.btn-purple:active {
	background-color: var(--button-filled-purple-bg-active);
	color: var(--button-filled-purple-text) !important;
}

.btn-purple:focus-visible {
	background-color: var(--button-filled-purple-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-filled-purple-text) !important;
}

.btn-purple:disabled,
.btn-purple[aria-disabled="true"] {
	background-color: var(--button-filled-purple-bg-disabled);
	color: var(--button-filled-purple-text-disabled) !important;
}

/* Gutenberg core button bridge to shared .btn system. */
.wp-block-button .wp-block-button__link {
	--btn-height: 48px;
	--btn-padding-block: 11px;
	--btn-padding-inline: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--btn-height);
	padding: var(--btn-padding-block) var(--btn-padding-inline);
	border-radius: var(--radius-8);
	border: 1px solid var(--button-filled-primary-border);
	box-sizing: border-box;
	font-family: var(--font-sans);
	font-size: var(--text-16);
	font-weight: var(--weight-medium);
	line-height: var(--text-24);
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	background-color: var(--button-filled-primary-bg);
	color: var(--button-filled-primary-text) !important;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.wp-block-button .wp-block-button__link:hover {
	background-color: var(--button-filled-primary-bg-hover);
	color: var(--button-filled-primary-text) !important;
	text-decoration: none;
}

.wp-block-button .wp-block-button__link:active {
	background-color: var(--button-filled-primary-bg-active);
	color: var(--button-filled-primary-text) !important;
}

.wp-block-button .wp-block-button__link:focus-visible {
	background-color: var(--button-filled-primary-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-filled-primary-text) !important;
}

.wp-block-button .wp-block-button__link:disabled,
.wp-block-button .wp-block-button__link[aria-disabled="true"] {
	pointer-events: none;
	background-color: var(--button-filled-primary-bg-disabled);
	color: var(--button-filled-primary-text-disabled) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: var(--button-outlined-bg);
	border-color: var(--button-outlined-border);
	color: var(--button-outlined-text) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: var(--button-outlined-bg-hover);
	color: var(--button-outlined-text) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:active {
	background-color: var(--button-outlined-bg-active);
	color: var(--button-outlined-text) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
	background-color: var(--button-outlined-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-outlined-text) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:disabled,
.wp-block-button.is-style-outline .wp-block-button__link[aria-disabled="true"] {
	background-color: var(--button-outlined-bg-disabled);
	border-color: var(--button-outlined-border-disabled);
	color: var(--button-outlined-text-disabled) !important;
}

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: var(--neutral-dark);
	border: 1px solid var(--neutral-lighter);
	border-radius: var(--radius-4);
	padding: var(--space-4);
}

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: var(--neutral-darkest);
}

select {
	border: 1px solid var(--neutral-lighter);
}

textarea {
	width: 100%;
}

.site-header .content-wrapper,
.site-header .content-wrapper-full-width {
	display: flex;
	width: 100%;
	align-items: center;
}

.site-header .content-wrapper-full-width {
	background-color: var(--color-bg);
	transition: background-color 0.2s ease;
}

.site-header .content-wrapper-full-width .primary-menu-wrapper,
.site-header .content-wrapper-full-width .secondary-menu-wrapper {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}

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

	.site-header .content-wrapper-full-width .primary-menu-wrapper,
	.site-header .content-wrapper-full-width .secondary-menu-wrapper {
		padding: 0 25px;
	}
}

.site-header .content-wrapper-full-width .primary-menu-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 80px);
	padding-inline: 0;
	padding-block: 16px;
	min-height: 80px;
}

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

	.site-header .content-wrapper-full-width .primary-menu-wrapper {
		width: calc(100% - 50px);
	}
}

.site-header .content-wrapper-full-width .secondary-menu-wrapper {
	background: var(--primary-light);
	height: 40px;
	justify-content: flex-end;
}

.site-header .content-wrapper-full-width .certn-logo {
	margin: auto 0;
	height: 40px;
}

.site-header .content-wrapper-full-width .certn-logo .custom-logo-link {
	width: 106px;
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: var(--space-32);
	padding: 0;
	border-radius: var(--radius-8);
}

.site-header .content-wrapper-full-width .certn-logo .custom-logo-link:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
}

.site-header .content-wrapper-full-width .certn-logo .custom-logo-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
	display: block;
}

.site-header .menu-sublevel-back {
	display: none;
	align-items: center;
	gap: var(--space-4);
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--color-text-strong);
	font-size: var(--text-16);
	font-weight: var(--weight-medium);
	line-height: var(--text-24);
	cursor: pointer;
}

.site-header .menu-sublevel-back .menu-sublevel-back__icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	-webkit-mask-image: url(img/keyboard_arrow_left.svg);
	mask-image: url(img/keyboard_arrow_left.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 24px 24px;
	mask-size: 24px 24px;
	flex: 0 0 24px;
}

.site-header #menu-toggle {
	padding: 0;
	border: 0;
	background-color: transparent;
	position: absolute;
	top: 28px;
	right: 40px;
	z-index: 2;
}

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

	.site-header #menu-toggle {
		right: 25px;
	}
}

.site-header #menu-toggle-icon {
	width: 24px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.site-header #menu-toggle-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--color-text-strong);
	border-radius: calc(var(--radius-4) / 2);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.site-header #menu-toggle-icon span:nth-child(1) {
	top: 0;
}

.site-header #menu-toggle-icon span:nth-child(2),
.site-header #menu-toggle-icon span:nth-child(3) {
	top: 8px;
}

.site-header #menu-toggle-icon span:nth-child(4) {
	top: 16px;
}

.site-header #menu-toggle-icon.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.site-header #menu-toggle-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.site-header #menu-toggle-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.site-header #menu-toggle-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.site-header .website-region-switcher {
	z-index: 9999999;
	margin-left: var(--space-32);
}

.site-header .website-region-switcher .wpml-ls-legacy-dropdown {
	width: 150px !important;
}

.site-header .website-region-switcher a {
	padding: 0 var(--space-12) 0 var(--space-12) !important;
	background: var(--primary-light) !important;
	border: 0 !important;
	text-decoration: none !important;
	font-size: var(--text-12) !important;
	font-weight: var(--weight-semibold) !important;
	line-height: var(--text-32) !important;
	color: var(--primary-dark) !important;
}

.site-header .website-region-switcher a:hover {
	background: var(--button-filled-primary-overlay-hover) !important;
	border-radius: 5px;
}

.site-header .website-region-switcher a.wpml-ls-item-toggle {
	z-index: 10000;
	border-radius: 5px;
}

.site-header .website-region-switcher .wpml-ls-sub-menu {
	background: var(--primary-light) !important;
	width: 100% !important;
	border: 0;
	border-radius: 0 0 5px 5px;
	margin-top: calc(var(--space-4) * -1);
	padding: var(--space-4) 0 0 0;
	overflow: hidden;
}

.site-header .website-region-switcher .wpml-ls-sub-menu > li:first-child a.wpml-ls-link {
	margin-top: calc(var(--space-4) * -1);
	padding-top: var(--space-4) !important;
}

.site-header .website-region-switcher .wpml-ls-sub-menu > li:first-child a.wpml-ls-link:hover {
	margin-top: 0;
	padding-top: 0 !important;
}

.site-header.site-header-minimal {
	border-bottom: 1px solid var(--color-border);
	position: relative !important;
}

.page-template-template-certn-identity-disabled .secondary-menu-wrapper {
	background: var(--blue-dark) !important;
}

.page-template-template-certn-identity-disabled .website-region-switcher a {
	color: var(--color-text-strong) !important;
	background: var(--blue-light) !important;
}

.page-template-template-certn-identity-disabled .website-region-switcher a:hover {
	background: var(--button-filled-blue-overlay-hover) !important;
}

.page-template-template-certn-identity-disabled .website-region-switcher .wpml-ls-sub-menu {
	background: var(--blue-light) !important;
}

#masthead {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 99;
	border-bottom: 1px solid var(--color-border-muted);
}

.logged-in #masthead {
	margin-top: var(--space-32);
}

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

	.logged-in #masthead {
		margin-top: var(--space-48);
	}
}

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

	.logged-in #masthead {
		margin-top: 0;
	}
}

#site-body {
	padding-top: var(--space-80);
}

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

	#site-body {
		padding-top: var(--space-80);
	}
}

#site-body-landing-page {
	padding-top: var(--space-80);
}

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

	#site-body-landing-page {
		padding-top: var(--space-80);
	}
}

#site-body-minimal {
	padding-top: 0;
}

[id] {
	scroll-margin-top: 92px;
}

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

	[id] {
		scroll-margin-top: 80px;
	}
}

.header-alert,
.header-alert-prominent {
	height: auto;
	max-height: 200px;
	transition: all 0.2s ease-in-out;
	margin-bottom: var(--space-24);
}

.header-alert__content,
.header-alert-prominent__content {
	padding: var(--space-12) 0;
}

.header-alert__content p,
.header-alert-prominent__content p {
	font-size: var(--text-14);
	line-height: var(--text-18);
	margin: 0;
}

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

	.header-alert__content p,
	.header-alert-prominent__content p {
		font-size: var(--text-12);
		line-height: var(--text-16);
	}
}

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

	.header-alert__content p,
	.header-alert-prominent__content p {
		font-size: var(--text-12);
		line-height: var(--text-14);
	}
}

.header-alert__content a:hover,
.header-alert-prominent__content a:hover {
	color: var(--color-text-muted);
}

.header-alert {
	background-color: var(--color-bg-surface);
}

.header-alert-prominent {
	background-color: var(--color-bg-orange);
	border-top: 2px solid var(--primary-light);
	border-bottom: 2px solid var(--primary-light);
}

.header-alert-prominent__content p {
	font-size: var(--text-16);
	line-height: var(--text-20);
	text-align: center;
	color: var(--color-text-on-orange);
}

.menu-item-has-children .menu-item-has-children .sub-menu {
	position: relative;
	border: none;
}

.uk-accordion-content {
	box-sizing: border-box;
	padding: 0;
}

html body .usa-menu-services,
html body .canadian-menu-services {
	display: none;
}

html body .show-menu-services {
	display: block;
}

.primary-menu-wrapper .certn-menu__mobile .menu-secondary-menu-container {
	margin: var(--space-20) 0;
}

.primary-menu-wrapper .certn-menu__mobile .menu-secondary-menu-container li a {
	padding: var(--space-8) 0 0 0;
	font-weight: var(--weight-normal);
}

.secondary-menu-wrapper {
	display: flex;
	align-items: center;
	font-size: var(--text-12);
	line-height: var(--text-12);
}

.secondary-menu-wrapper a {
	font-weight: var(--weight-normal);
	display: block;
	text-decoration: none;
}

.secondary-menu-wrapper a .top-title,
.secondary-menu-wrapper a .subtitle,
.secondary-menu-wrapper a .label {
	display: none;
}

.secondary-menu-wrapper a:hover {
	color: var(--nav-item-text-hover);
	text-decoration: underline;
}

.secondary-menu-wrapper a[target="_blank"] svg {
	width: 7px;
	margin-left: var(--space-4);
	padding-top: var(--space-2);
}

.secondary-menu-wrapper ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.secondary-menu-wrapper ul li:hover ul,
.secondary-menu-wrapper ul li:focus ul,
.secondary-menu-wrapper ul li.focus ul {
	left: auto;
}

.secondary-menu-wrapper li {
	position: relative;
}

.secondary-menu-wrapper li:focus {
	outline: 1px dotted;
}

.secondary-menu-wrapper li.menu-item + li.menu-item {
	margin-left: var(--space-20);
}

.secondary-menu-wrapper .login-button {
	height: 15px;
	line-height: var(--text-16);
	margin-left: var(--space-32);
	padding-left: var(--space-20);
	background-color: transparent;
	background-image: url(img/login-icon.svg);
	background-size: 12px 15px;
	background-repeat: no-repeat;
	background-position: left 0 top 0;
	-webkit-appearance: none;
}

.secondary-menu-wrapper .login-button a {
	font-weight: var(--weight-semibold);
}

.main-navigation {
	display: flex;
	align-items: center;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	top: 100%;
	left: -999em;
	float: left;
	position: absolute;
	z-index: 1000000;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

	.main-navigation ul ul ul {
		left: 0;
		border: 0;
		top: initial;
		float: none;
		position: relative;
	}
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover ul,
.main-navigation ul li:focus ul,
.main-navigation ul li.focus ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

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

.main-navigation a:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	border-radius: var(--radius-4);
	background-color: var(--nav-item-bg-hover);
	position: relative;
	z-index: 2;
}

.main-navigation a .top-title,
.main-navigation a .subtitle,
.main-navigation a .label {
	display: none;
}

.main-navigation a .top-title {
	font-size: var(--text-12);
	line-height: var(--text-16);
	text-transform: uppercase;
	color: var(--color-text-strong);
	padding-bottom: 0 !important;
}

.main-navigation a .subtitle,
.main-navigation a .label {
	position: relative;
	top: 0;
	margin-bottom: calc(var(--space-4) * -1);
}

.main-navigation a .subtitle {
	font-size: var(--text-14);
	font-weight: var(--weight-normal);
	line-height: var(--text-20);
	color: var(--color-text-muted);
}

.main-navigation a .label {
	font-size: var(--text-12);
	line-height: var(--text-14);
	background-color: var(--color-bg-surface);
	border-radius: var(--radius-8);
	padding: var(--space-4) var(--space-8);
}

.main-navigation a .label + .label {
	margin-right: var(--space-12);
}

.main-navigation a .menu-item-wrapper {
	display: flex;
	flex-direction: row;
	gap: var(--space-12);
}

.main-navigation a .menu-item-wrapper img {
	width: 24px;
	height: 24px;
}

.main-navigation li:has(:focus-visible) > a {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	border-radius: var(--radius-4);
	background-color: var(--nav-item-bg-hover);
	position: relative;
	z-index: 2;
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li > a,
/* Top-level items render as either <a> (real URL) or <button> (placeholder URL
   with children — see `Certn_Desktop_Menu`). Both must share the same
   visual treatment. `font-weight: medium` is set on the toggle itself rather
   than on a `> span` descendant so it applies regardless of whether the menu
   title is wrapped in markup. */
.main-navigation .certn-menu__desktop .menu-primary-menu-container .menu > li > a,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .menu > li > button,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li > a,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li > button {
	display: inline-flex;
	align-items: center;
	gap: var(--space-4, 4px);
	padding: var(--space-8, 8px);
	border-radius: var(--radius-8);
	color: var(--color-text-muted);
	font-weight: var(--weight-medium);
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li > a:hover,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li > button:hover {
	background-color: var(--dark-4);
	color: var(--color-text-strong);
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li > a:active,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li > button:active {
	background-color: var(--dark-12);
	color: var(--color-text-strong);
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li > a:focus-visible,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li > button:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	box-shadow: none;
	background-color: var(--dark-4);
	color: var(--color-text-strong);
}

/* Strip user-agent button styling so the <button> trigger is visually
   indistinguishable from the <a> top-level item. `font-weight` is intentionally
   NOT touched here so the shared rule above (medium) wins; if we used
   `font: inherit` or `font-weight: inherit`, the button would fall back to the
   body's normal weight and visually drift from the anchor toggles.
   `font-feature-settings` is set explicitly because it does NOT cascade to
   <button> by default and the body enables stylistic alternates
   ("ss04 ss05 ss06") which would otherwise change glyph appearance. */
.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li > button,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .menu > li > button {
	background-color: transparent;
	border: 0;
	font-family: inherit;
	font-size: inherit;
	font-feature-settings: inherit;
	line-height: inherit;
	cursor: pointer;
	text-align: inherit;
	appearance: none;
	-webkit-appearance: none;
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li:has(:focus-visible) > a,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .nav-menu > li:has(:focus-visible) > button,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .menu > li:has(:focus-visible) > a,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .menu > li:has(:focus-visible) > button {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	box-shadow: none;
	background-color: var(--dark-4);
	color: var(--color-text-strong);
}

.main-navigation .sub-menu {
	border-bottom: 1px solid var(--color-border);
	background-color: var(--color-bg);
}

.main-navigation .sub-menu li {
	padding: var(--space-8) 0 var(--space-8) 0;
}

.main-navigation .sub-menu li .top-title {
	padding-bottom: var(--space-12);
}

.main-navigation .sub-menu li a .top-title,
.main-navigation .sub-menu li a .subtitle {
	display: block;
}

.main-navigation .sub-menu li a .label {
	display: inline-block;
}

.main-navigation .sub-menu li a[target="_blank"] svg {
	width: 8px;
	margin-left: var(--space-8);
	position: relative;
	top: 0;
}

.main-navigation .sub-menu li:not(.menu-item-has-children) a::before {
	content: none;
}

.main-navigation .sub-menu li:not(.menu-item-has-children) a:hover::before {
	opacity: 1;
}

.main-navigation .sub-menu li + li .top-title {
	padding-top: var(--space-24);
}

.main-navigation .certn-menu__desktop ul.menu > li > a > span {
	font-weight: var(--weight-medium);
}

.main-navigation .certn-menu__desktop ul.menu > li + li {
	padding-left: 0;
}

html:lang(fr) .main-navigation .certn-menu__desktop ul.menu > li + li {
	padding-left: 0;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul {
	width: 100vw;
	box-sizing: border-box;
	margin-left: 0;
	padding: var(--space-32) max((100vw - 1280px) / 2, var(--space-40));
	left: 50%;
	transform: translate(-50%, calc(var(--space-8) * -1));
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 240ms ease-out, transform 240ms ease-out, visibility 0s linear 240ms;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: var(--space-32);
	row-gap: var(--space-32);
	align-items: start;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	height: 20px;
	pointer-events: inherit;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu {
	position: static;
}

/* `:focus-within` is intentionally omitted: tabbing onto a top-level item must
   NOT auto-open the mega-menu. Opening is gated on mouse hover or the `.focus`
   class, which `js/navigation.js` only adds when the user presses Space on a
   focused top-level link. */
.main-navigation .certn-menu__desktop ul.menu > li.mega-menu:hover > ul,
.main-navigation .certn-menu__desktop ul.menu > li.mega-menu.focus > ul {
	left: 50%;
	transform: translate(-50%, 0);
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 240ms ease-out, transform 240ms ease-out, visibility 0s linear 0s;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li {
	position: static;
	float: none;
	width: auto;
	min-width: 0;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li > a {
	display: block;
	padding-bottom: var(--space-12);
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li > ul.sub-menu {
	position: static;
	top: auto;
	left: auto;
	float: none;
	display: flex;
	flex-direction: column;
	gap: var(--space-8);
	z-index: auto;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li.menu-item-has-children {
	display: flex;
	flex-direction: column;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li.menu-item-has-children > a {
	color: var(--color-text-muted);
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li.menu-item-has-children > a:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	box-shadow: none;
	border-radius: var(--radius-8);
	background-color: var(--dark-4);
	color: var(--color-text-strong);
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li.menu-item-has-children > ul.sub-menu {
	display: flex;
	flex-direction: column;
	gap: var(--space-8);
	padding: var(--space-12) 0 0 0;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li.menu-item-has-children > ul.sub-menu > li + li .top-title {
	padding-top: 0;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li.menu-item-has-children.mega-group-overflow {
	grid-column: span 2;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li.menu-item-has-children.mega-group-overflow > ul.sub-menu {
	display: block;
	column-count: 2;
	column-gap: var(--space-32);
	column-fill: balance;
}

.main-navigation .certn-menu__desktop ul.menu > li.mega-menu > ul > li.menu-item-has-children.mega-group-overflow > ul.sub-menu > li {
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}

.main-navigation .certn-menu__desktop .nav-menu > li > a::before {
	content: none;
}

.main-navigation .certn-menu__desktop .nav-menu > li > a:hover::before {
	opacity: 1;
}

.main-navigation .certn-menu__desktop .nav-menu > li:first-child > a::before {
	inset: 0 -10px;
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) {
	padding: 0;
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) + li:not(.menu-item-has-children) {
	margin-top: var(--space-8);
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) > a {
	display: flex;
	gap: var(--space-12);
	padding: var(--space-12);
	border-radius: var(--radius-8);
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) > a:hover {
	background-color: var(--dark-4);
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) > a:active {
	background-color: var(--dark-12);
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) > a:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	box-shadow: none;
	background-color: var(--dark-4);
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) > a .top-title {
	color: var(--color-text-strong);
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) > a .subtitle {
	color: var(--color-text-muted);
}

.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) > a:hover .subtitle,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) > a:active .subtitle,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) > a:focus .subtitle,
.main-navigation .certn-menu__desktop .menu-primary-menu-container .sub-menu li:not(.menu-item-has-children) > a:focus-visible .subtitle {
	color: var(--color-text-default);
}

.main-navigation .certn-menu__mobile .nav-menu {
	font-size: var(--text-18);
	font-weight: var(--weight-medium);
	line-height: var(--text-24);
}

.main-navigation .certn-menu__mobile .nav-menu li a {
	padding: var(--space-8) 0;
	width: 100%;
}

.main-navigation .certn-menu__mobile .nav-menu li a[data-menu-toggle] {
	position: relative;
	padding-right: var(--space-40);
}

.main-navigation .certn-menu__mobile .nav-menu li a[data-menu-toggle]::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	-webkit-mask-image: url(img/keyboard_arrow_right.svg);
	mask-image: url(img/keyboard_arrow_right.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 24px 24px;
	mask-size: 24px 24px;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	margin-left: var(--space-8);
}

.main-navigation .certn-menu__mobile .nav-menu li li a[data-menu-toggle]::after {
	display: none;
}

.main-navigation .certn-menu__mobile .nav-menu li + li {
	margin-top: 0;
}

.main-navigation .certn-menu__mobile .nav-menu li li {
	font-size: var(--text-14);
	line-height: var(--text-20);
}

.main-navigation .certn-menu__mobile .menu-primary-menu-container > .certn-menu__nav > li > a {
	display: flex;
	align-items: center;
	padding: var(--space-12) var(--space-8) var(--space-12) var(--space-12);
	border-radius: var(--radius-8);
}

.main-navigation .certn-menu__mobile .menu-primary-menu-container > .certn-menu__nav > li > a:active {
	background-color: var(--dark-12);
	color: var(--color-text-strong);
}

.main-navigation .certn-menu__mobile .menu-primary-menu-container > .certn-menu__nav > li > a:focus {
	outline: 0;
	background-color: var(--dark-4);
	color: var(--color-text-strong);
}

.main-navigation .certn-menu__mobile .menu-primary-menu-container > .certn-menu__nav > li > a:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	background-color: var(--dark-4);
	color: var(--color-text-strong);
}

.main-navigation .certn-menu__mobile .menu-primary-menu-container .certn-menu__nav-sub-level .sub-menu li {
	padding: 0;
}

.main-navigation .certn-menu__mobile .menu-primary-menu-container .certn-menu__nav-sub-level .sub-menu li + li {
	margin-top: var(--space-8);
}

.main-navigation .certn-menu__mobile .menu-primary-menu-container .certn-menu__nav-sub-level .sub-menu li > a {
	padding: var(--space-12);
	border-radius: var(--radius-8);
}

.main-navigation .certn-menu__mobile .menu-primary-menu-container .certn-menu__nav-sub-level .sub-menu li > a:active {
	background-color: var(--dark-12);
}

.main-navigation .certn-menu__mobile .menu-primary-menu-container .certn-menu__nav-sub-level .sub-menu li > a:focus {
	outline: 0;
	background-color: var(--dark-4);
}

.main-navigation .certn-menu__mobile .menu-primary-menu-container .certn-menu__nav-sub-level .sub-menu li > a:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	background-color: var(--dark-4);
}

.main-navigation .certn-menu__mobile .mega-menu .certn-menu__link--level-1 {
	color: var(--color-text-muted);
	padding-bottom: var(--space-8);
}

.main-navigation .certn-menu__mobile .menu-secondary-menu-container li a {
	font-weight: var(--weight-semibold);
}

@media (hover: hover) {

	.main-navigation .certn-menu .menu-primary-menu-container > .certn-menu__nav > li > a:hover,
	.main-navigation .certn-menu .menu-primary-menu-container .certn-menu__nav-sub-level .sub-menu li > a:hover {
		background-color: var(--dark-4);
		color: var(--color-text-strong);
	}
}

.main-navigation .certn-menu__nav-sub-level {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: calc(100vh - var(--space-80));
	height: calc(100dvh - var(--space-80));
	z-index: 2;
	background-color: var(--color-bg);
	padding: 0 40px var(--space-80) 40px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(16px);
	transition: opacity 240ms ease-out, transform 240ms ease-out, visibility 0s linear 240ms;
}

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

	.main-navigation .certn-menu__nav-sub-level {
		padding: 0 25px var(--space-80) 25px;
	}
}

.main-navigation .certn-menu__nav-sub-level.toggled {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
	transition: opacity 240ms ease-out, transform 240ms ease-out, visibility 0s linear 0s;
}

.main-navigation .certn-menu__nav-sub-level .certn-menu__back {
	height: 40px;
	background-color: var(--color-bg-surface);
	margin: 0 -40px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	font-size: var(--text-16);
	line-height: var(--text-24);
}

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

	.main-navigation .certn-menu__nav-sub-level .certn-menu__back {
		margin: 0 -25px;
		padding: 0 25px;
	}
}

.main-navigation .certn-menu__nav-sub-level .certn-menu__back .certn-menu__link--back {
	width: 100%;
	display: flex;
	align-items: center;
}

.main-navigation .certn-menu__nav-sub-level .certn-menu__back .certn-menu__link--back::before {
	content: url(img/chevron-lg.svg);
	display: inline-block;
	margin: calc(var(--space-8) * -1) var(--space-2) 0 calc(var(--space-8) * -1);
	transform: rotate(180deg);
}

.main-navigation .certn-menu__nav-sub-level .certn-menu__title {
	font-size: var(--text-18);
	line-height: var(--text-24);
	font-weight: var(--weight-semibold);
	color: var(--color-text-default);
	display: block;
	margin: var(--space-12) 0 var(--space-8) 0;
	padding-left: 12px;
	padding-right: 12px;
}

.main-navigation .certn-menu__nav-sub-level .sub-menu {
	background: var(--color-bg);
	position: relative;
	box-shadow: none;
	left: 0;
	top: 0;
	float: none;
	font-size: var(--text-16);
	line-height: var(--text-24);
	border: 0;
	padding-bottom: var(--space-24);
}

.main-navigation .certn-menu__nav-sub-level .sub-menu li a[target="_blank"] span::after {
	top: 10px;
}

.main-navigation .certn-menu__nav-sub-level.visible {
	display: block;
}

.main-navigation .certn-menu__nav-sub-level::-webkit-scrollbar {
	display: none;
}

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

	.site-header {
		position: relative;
	}

	.site-header .primary-menu-wrapper__brand {
		display: grid;
		grid-template-areas: "stack";
		align-items: center;
	}

	.site-header .primary-menu-wrapper__brand > .certn-logo,
	.site-header .primary-menu-wrapper__brand > .menu-sublevel-back {
		grid-area: stack;
	}

	.site-header .primary-menu-wrapper__brand > .certn-logo {
		opacity: 1;
		visibility: visible;
		filter: blur(0);
		transform: translateX(0);
		transition: opacity 240ms ease-out, filter 240ms ease-out, transform 240ms ease-out, visibility 0s linear 0s;
	}

	.site-header .primary-menu-wrapper__brand > .menu-sublevel-back {
		display: inline-flex;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		filter: blur(4px);
		transform: translateX(8px);
		transition: opacity 240ms ease-out, filter 240ms ease-out, transform 240ms ease-out, visibility 0s linear 240ms;
	}

	.site-header .primary-menu-wrapper.has-sublevel-open .primary-menu-wrapper__brand > .certn-logo {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		filter: blur(4px);
		transform: translateX(-8px);
		transition: opacity 240ms ease-out, filter 240ms ease-out, transform 240ms ease-out, visibility 0s linear 240ms;
	}

	.site-header .primary-menu-wrapper.has-sublevel-open .primary-menu-wrapper__brand > .menu-sublevel-back {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		filter: blur(0);
		transform: translateX(0);
		transition: opacity 240ms ease-out, filter 240ms ease-out, transform 240ms ease-out, visibility 0s linear 0s;
	}

	@media (prefers-reduced-motion: reduce) {

		.site-header .primary-menu-wrapper__brand > .certn-logo,
		.site-header .primary-menu-wrapper__brand > .menu-sublevel-back,
		.site-header .primary-menu-wrapper.has-sublevel-open .primary-menu-wrapper__brand > .certn-logo,
		.site-header .primary-menu-wrapper.has-sublevel-open .primary-menu-wrapper__brand > .menu-sublevel-back {
			filter: none;
			transform: none;
			transition: opacity 240ms ease-out, visibility 0s linear var(--brand-visibility-delay, 0s);
		}

		.site-header .primary-menu-wrapper__brand > .menu-sublevel-back {
			--brand-visibility-delay: 240ms;
		}

		.site-header .primary-menu-wrapper.has-sublevel-open .primary-menu-wrapper__brand > .certn-logo {
			--brand-visibility-delay: 240ms;
		}
	}

	.certn-menu__desktop,
	.country-selector__desktop {
		display: none;
	}

	.menu-toggle {
		display: flex;
	}

	.main-navigation .certn-menu__container {
		display: flex;
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		width: 100%;
		height: calc(100vh - var(--space-80));
		height: calc(100dvh - var(--space-80));
		background-color: var(--color-bg);
		padding: 0 40px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 240ms ease-out, visibility 0s linear 240ms;
		z-index: 1;
		flex-direction: column;
		overflow: hidden;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.country-selector__mobile {
		display: flex;
	}

	.country-selector__dropdown.open {
		display: block;
	}

	.main-navigation.toggled .certn-menu__container {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition: opacity 240ms ease-out, visibility 0s linear 0s;
	}
}

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

	.main-navigation .certn-menu__container {
		padding: 0 25px;
	}
}

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

	.main-navigation.toggled .certn-menu__container::-webkit-scrollbar {
		display: none;
	}

	.main-navigation.toggled .certn-menu__buttons {
		display: flex;
		flex-wrap: wrap;
		gap: var(--space-12);
		margin-top: auto;
		padding: var(--space-24) 0 max(var(--space-24), env(safe-area-inset-bottom));
		background-color: var(--color-bg);
	}

	.main-navigation.toggled .certn-menu__buttons .translate {
		flex: 0 0 100%;
		margin-bottom: var(--space-24);
	}

	.main-navigation.toggled .certn-menu__buttons .btn {
		flex: 1 0 0;
		text-align: center;
	}

	.main-navigation.toggled .certn-menu__body {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		padding-bottom: var(--space-24);
	}

	.main-navigation.toggled.has-sub-overflow-top.has-sub-overflow-bottom .certn-menu__body {
		-webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--space-32), #000 calc(100% - var(--space-32)), transparent 100%);
		mask-image: linear-gradient(to bottom, transparent 0, #000 var(--space-32), #000 calc(100% - var(--space-32)), transparent 100%);
	}

	.main-navigation.toggled.has-sub-overflow-top:not(.has-sub-overflow-bottom) .certn-menu__body {
		-webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--space-32));
		mask-image: linear-gradient(to bottom, transparent 0, #000 var(--space-32));
	}

	.main-navigation.toggled.has-sub-overflow-bottom:not(.has-sub-overflow-top) .certn-menu__body {
		-webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - var(--space-32)), transparent 100%);
		mask-image: linear-gradient(to bottom, #000 calc(100% - var(--space-32)), transparent 100%);
	}

	.main-navigation.toggled .country-selector {
		display: none;
	}

	.main-navigation .certn-menu__nav-sub-level .certn-menu__back {
		display: none;
	}
}

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

	.main-navigation.toggled .certn-menu__buttons {
		flex-direction: column;
	}
}

@media screen and (min-width: 1025px) {

	.secondary-menu-wrapper,
	.main-navigation {
		flex-grow: 1;
	}

	.menu-toggle,
	.certn-menu__mobile,
	.country-selector__mobile {
		display: none;
	}

	.certn-menu__desktop {
		display: flex;
	}

	.country-selector__desktop {
		display: block;
	}

	.main-navigation .certn-menu__container {
		display: flex;
		justify-content: space-between;
		flex-grow: 1;
	}

	.certn-menu__container {
		display: flex;
		align-items: center;
	}

	.certn-menu__container .menu {
		display: flex;
	}

	.certn-menu__container .menu li a {
		padding: var(--space-8) 0;
	}

	.certn-menu__container .menu li li a {
		padding: var(--space-4) 0;
	}

	.certn-menu__container .menu li.menu-item-has-children a,
	.certn-menu__container .menu li.menu-item-has-children button {
		display: inline-flex;
		align-items: center;
		gap: var(--space-4);
	}

	.certn-menu__container .menu li.menu-item-has-children::after {
		content: none;
		display: none;
	}

	.certn-menu__container .menu li.menu-item-has-children > a::after,
	.certn-menu__container .menu li.menu-item-has-children > button::after {
		content: none;
		display: none;
	}

	/* Top-level mega-menu trigger: render the down-chevron for both anchor and
	   button forms (button is emitted by `Certn_Desktop_Menu` for placeholder
	   items; anchor is emitted by the default walker for real-URL items). */
	.certn-menu__container .menu > li.menu-item-has-children > a::after,
	.certn-menu__container .menu > li.menu-item-has-children > button::after {
		content: "";
		display: inline-block;
		width: 13px;
		height: 13px;
		flex: 0 0 13px;
		background-color: currentColor;
		-webkit-mask-image: url(img/chevron.svg);
		mask-image: url(img/chevron.svg);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: 13px 13px;
		mask-size: 13px 13px;
	}

	.certn-menu__container .menu li.menu-item-has-children li::after {
		display: none;
	}

	.certn-menu__container .menu li.menu-item-has-children li + li {
		margin-left: 0;
	}

	.certn-menu__container .menu .sub-menu {
		padding: var(--space-24) 0 var(--space-40) 0;
	}

	.certn-menu__buttons {
		display: flex;
		align-items: center;
		gap: var(--space-12);
		z-index: 1000001;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

body.menu-open {
	overflow: hidden;
}

body.menu-open #hubspot-messages-iframe-container,
body.menu-open .hubspot-conversations-iframe,
body.menu-open .intercom-lightweight-app,
body.menu-open #intercom-container,
body.menu-open .zEWidget-launcher,
body.menu-open iframe[src*="hubspot.com/conversations"],
body.menu-open iframe[src*="intercom"],
body.menu-open iframe[src*="zendesk"] {
	display: none !important;
	visibility: hidden;
}

.page-template-template-certn-identity-disabled .secondary-menu-wrapper a {
	color: var(--black);
}

.page-template-template-certn-identity-disabled .secondary-menu-wrapper a:hover {
	color: var(--nav-item-text-hover);
}

.page-template-template-certn-identity-disabled .secondary-menu-wrapper .login-button {
	background-image: url(img/login-icon-certn-identity-black.svg);
}

.sticky {
	display: block;
}

.post,
.press,
.event {
	display: flex;
	flex-direction: row;
	gap: var(--space-40);
	padding-top: 30px;
	padding-bottom: 30px;
}

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

	.post,
	.press,
	.event {
		flex-direction: column;
	}

	.post .subscription-form-wrapper,
	.press .subscription-form-wrapper,
	.event .subscription-form-wrapper {
		width: 100%;
	}
}

@media screen and (min-width: 481px) {

	.post,
	.press,
	.event {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 1025px) {

	.post,
	.press,
	.event {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.post .content-wrapper,
.press .content-wrapper,
.event .content-wrapper {
	max-width: 911.2px;
	margin: 0;
	padding: 0;
}

.post .subscription-form-wrapper,
.press .subscription-form-wrapper,
.event .subscription-form-wrapper {
	width: 408.8px;
}

.post .subscription-form-wrapper .subscription-form,
.press .subscription-form-wrapper .subscription-form,
.event .subscription-form-wrapper .subscription-form {
	padding: var(--space-20);
	border-radius: 11px;
	background: var(--neutral-lightest);
}

.post .post-thumbnail,
.press .post-thumbnail,
.event .post-thumbnail {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}

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

	.post .post-thumbnail,
	.press .post-thumbnail,
	.event .post-thumbnail {
		display: none;
	}
}

@media screen and (min-width: 481px) {

	.post .post-thumbnail,
	.press .post-thumbnail,
	.event .post-thumbnail {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 1025px) {

	.post .post-thumbnail,
	.press .post-thumbnail,
	.event .post-thumbnail {
		margin-bottom: 50px;
	}
}

.post .post-thumbnail img,
.press .post-thumbnail img,
.event .post-thumbnail img {
	border-radius: 5px;
	width: 100%;
	margin: 0;
	padding: 0;
	object-fit: cover;
}

.post h1,
.press h1,
.event h1 {
	font-size: clamp(var(--heading-h3-mobile-size, var(--text-32)), calc(var(--heading-h3-mobile-size, var(--text-32)) + (var(--heading-h3-desktop-size, var(--text-40)) - var(--heading-h3-mobile-size, var(--text-32))) * ((100vw - 768px) / 432px)), var(--heading-h3-desktop-size, var(--text-40)));
	line-height: var(--heading-h3-line-height, var(--leading-tight));
}

.post h2,
.press h2,
.event h2 {
	font-size: clamp(var(--heading-h4-mobile-size, var(--text-24)), calc(var(--heading-h4-mobile-size, var(--text-24)) + (var(--heading-h4-desktop-size, var(--text-32)) - var(--heading-h4-mobile-size, var(--text-24))) * ((100vw - 768px) / 432px)), var(--heading-h4-desktop-size, var(--text-32)));
	line-height: var(--heading-h4-line-height, var(--leading-snug));
}

.post h3,
.press h3,
.event h3 {
	font-size: clamp(var(--heading-h5-mobile-size, var(--text-20)), calc(var(--heading-h5-mobile-size, var(--text-20)) + (var(--heading-h5-desktop-size, var(--text-24)) - var(--heading-h5-mobile-size, var(--text-20))) * ((100vw - 768px) / 432px)), var(--heading-h5-desktop-size, var(--text-24)));
	line-height: var(--heading-h5-line-height, var(--leading-normal));
}

.post p,
.press p,
.event p {
	font-weight: var(--weight-normal);
	font-size: var(--text-body-lg);
	line-height: var(--leading-150);
}

.post .entry-info,
.press .entry-info,
.event .entry-info {
	padding: var(--space-20) 0 var(--space-12) 0;
	font-size: var(--text-14);
	color: var(--neutral-dark);
	border-bottom: 1px dotted var(--neutral-lighter);
}

.post .entry-info a,
.press .entry-info a,
.event .entry-info a {
	color: var(--neutral-dark);
	text-decoration: none;
}

.post .entry-info a:hover,
.press .entry-info a:hover,
.event .entry-info a:hover {
	color: var(--neutral-darkest);
	text-decoration: underline;
}

.post .entry-info-large,
.press .entry-info-large,
.event .entry-info-large {
	font-size: var(--text-16) !important;
	padding-bottom: var(--space-20) !important;
}

.post .entry-content,
.press .entry-content,
.event .entry-content {
	margin: 0;
}

.post .entry-content .wp-block-image,
.press .entry-content .wp-block-image,
.event .entry-content .wp-block-image {
	margin-bottom: var(--space-24);
}

.post .entry-content .wp-block-image img,
.press .entry-content .wp-block-image img,
.event .entry-content .wp-block-image img {
	border-radius: 5px;
}

.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.press .entry-content h1,
.press .entry-content h2,
.press .entry-content h3,
.event .entry-content h1,
.event .entry-content h2,
.event .entry-content h3 {
	margin-top: var(--space-48);
	margin-bottom: var(--space-24);
}

.post .entry-author-details,
.press .entry-author-details,
.event .entry-author-details {
	border: 1px solid var(--neutral-dark);
	border-radius: 11px;
	margin-top: var(--space-48);
	padding: var(--space-32);
}

.post .entry-author-details p,
.press .entry-author-details p,
.event .entry-author-details p {
	margin-bottom: var(--space-20);
}

.post .entry-author-details__author-bio-wrapper,
.press .entry-author-details__author-bio-wrapper,
.event .entry-author-details__author-bio-wrapper {
	width: 100%;
	display: flex;
	gap: var(--space-24);
}

.post .entry-author-details__author-avatar,
.press .entry-author-details__author-avatar,
.event .entry-author-details__author-avatar {
	width: 100px;
	height: 100px;
}

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

	.post .entry-author-details__author-avatar,
	.press .entry-author-details__author-avatar,
	.event .entry-author-details__author-avatar {
		display: none;
	}
}

.post .entry-author-details__author-avatar img,
.press .entry-author-details__author-avatar img,
.event .entry-author-details__author-avatar img {
	margin-top: var(--space-2);
	object-fit: contain;
	border-radius: 5px;
}

.post .entry-author-details__author-bio,
.press .entry-author-details__author-bio,
.event .entry-author-details__author-bio {
	width: 100%;
	font-size: var(--text-16);
	line-height: var(--text-24);
}

.post .entry-footer,
.press .entry-footer,
.event .entry-footer {
	display: flex;
	flex-direction: column;
	margin-top: var(--space-48);
	padding: var(--space-12) 0 var(--space-20) 0;
	font-size: var(--text-14);
	color: var(--neutral-dark);
	border-top: 1px dotted var(--neutral-lighter);
}

.post .entry-footer a,
.press .entry-footer a,
.event .entry-footer a {
	color: var(--neutral-dark);
}

.post .entry-footer a:hover,
.press .entry-footer a:hover,
.event .entry-footer a:hover {
	color: var(--neutral-darkest);
}

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

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

.post-archive .content-wrapper .post-preview .image-text-block__content figure {
	max-height: 210px;
	overflow: hidden;
}

.post-archive .content-wrapper .post-preview .image-text-block__content figure a {
	width: 100%;
	height: 100%;
	display: block;
}

.post-archive .content-wrapper .post-preview .image-text-block__content figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.post-archive .content-wrapper .post-preview.no-image .image-text-block__content .wp-block-buttons {
	flex-grow: 0;
}

.post-archive .content-wrapper .post-preview h5 a {
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}

.post-archive .posts-pagination {
	padding: 30px 0 var(--space-64) 0;
}

@media screen and (min-width: 481px) {

	.post-archive .posts-pagination {
		padding: 40px 0 var(--space-80) 0;
	}
}

@media screen and (min-width: 1025px) {

	.post-archive .posts-pagination {
		padding: 50px 0 var(--space-96) 0;
	}
}

.post-archive .posts-pagination .pagination {
	display: flex;
	justify-content: center;
}

.post-archive .posts-pagination .pagination .nav-links .page-numbers {
	padding: 0 var(--space-4);
}

.post-archive .posts-pagination .pagination .nav-links .prev {
	margin-right: var(--space-20);
}

.post-archive .posts-pagination .pagination .nav-links .prev::before {
	transform: rotate(180deg);
	margin-right: var(--space-8);
	content: url(img/chevron-lg.svg);
	display: inline-flex;
	align-items: center;
	position: relative;
}

.post-archive .posts-pagination .pagination .nav-links .next {
	margin-left: var(--space-20);
}

.post-archive .posts-pagination .pagination .nav-links .next::after {
	content: url(img/chevron-lg.svg);
	display: inline-flex;
	align-items: center;
	margin-left: var(--space-8);
	height: 23px;
	top: var(--space-8);
	position: relative;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

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

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

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: var(--space-24);
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	margin: 0.8075em 0;
}

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

.gallery {
	margin-bottom: var(--space-24);
	display: grid;
	grid-gap: 25px;
}

.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;
}

.slick-dots li button .slick-dot-icon {
	opacity: 0.5;
}

.slick-dots li.slick-active button .slick-dot-icon {
	opacity: 1;
}

.slick-dots li {
	padding: 0 var(--space-32) 0 0 !important;
}

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

	.slick-dots li {
		padding-right: var(--space-24) !important;
	}
}

.slick-dots li .slick-dot-icon::before {
	content: "" !important;
	margin: 0 !important;
	width: 45px;
	height: 20px;
	border-bottom: 5px solid var(--neutral-dark);
}

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

	.slick-dots li .slick-dot-icon::before {
		width: 40px;
	}
}

.slick-dots li button:focus {
	outline: var(--focus-ring-width, 2px) solid var(--focus-ring-color, var(--neutral-dark));
	outline-offset: var(--focus-ring-offset, 2px);
}

.slick-dots li button:focus:not(:focus-visible) {
	outline: none;
}

.slick-dots li button:focus-visible {
	outline: var(--focus-ring-width, 2px) solid var(--focus-ring-color, var(--neutral-dark));
	outline-offset: var(--focus-ring-offset, 2px);
}

.colour-theme-white .slick-dots li button .slick-dot-icon,
.colour-theme-platinum .slick-dots li button .slick-dot-icon,
.colour-theme-light-green .slick-dots li button .slick-dot-icon {
	color: var(--neutral-dark) !important;
}

.colour-theme-white .slick-dots li button:focus .slick-dot-icon::before,
.colour-theme-platinum .slick-dots li button:focus .slick-dot-icon::before,
.colour-theme-light-green .slick-dots li button:focus .slick-dot-icon::before {
	color: var(--neutral-dark) !important;
}

.colour-theme-light-orange .slick-dots li button .slick-dot-icon {
	color: var(--orange-dark) !important;
}

.colour-theme-light-orange .slick-dots li button:focus .slick-dot-icon::before {
	color: var(--orange-dark) !important;
}

.colour-theme-medium-green .slick-dots li button .slick-dot-icon,
.colour-theme-dark-green .slick-dots li button .slick-dot-icon,
.colour-theme-blue .slick-dots li button .slick-dot-icon,
.colour-theme-midnight .slick-dots li button .slick-dot-icon {
	color: var(--neutral-dark) !important;
}

.colour-theme-medium-green .slick-dots li button:focus .slick-dot-icon::before,
.colour-theme-dark-green .slick-dots li button:focus .slick-dot-icon::before,
.colour-theme-blue .slick-dots li button:focus .slick-dot-icon::before,
.colour-theme-midnight .slick-dots li button:focus .slick-dot-icon::before {
	color: var(--neutral-dark) !important;
}

.page-template-template-certn-identity .colour-theme-white .slick-dots li button .slick-dot-icon,
.page-template-template-certn-identity .colour-theme-platinum .slick-dots li button .slick-dot-icon,
.page-template-template-certn-identity .colour-theme-light-green .slick-dots li button .slick-dot-icon {
	color: var(--blue-dark) !important;
}

.page-template-template-certn-identity .colour-theme-white .slick-dots li button:focus .slick-dot-icon::before,
.page-template-template-certn-identity .colour-theme-platinum .slick-dots li button:focus .slick-dot-icon::before,
.page-template-template-certn-identity .colour-theme-light-green .slick-dots li button:focus .slick-dot-icon::before {
	color: var(--blue-dark) !important;
}

.hero {
	position: relative;
	overflow: hidden !important;
}

.hero .content-wrapper-inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: var(--space-64);
}

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

	.hero .content-wrapper-inner {
		gap: var(--space-40);
	}
}

.hero__column {
	flex: 0 0 calc(50% - 30px);
}

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

	.hero__column {
		flex: 0 0 calc(50% - 20px);
	}
}

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

	.hero__column {
		flex: 0 0 100%;
	}
}

.hero__content,
.hero__image {
	position: relative;
	display: flex;
	justify-content: center;
}

.hero__content {
	width: 100%;
	max-width: 650px;
	margin: 0 0 0 auto;
	overflow: hidden;
	flex-direction: column;
}

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

	.hero__content {
		max-width: 660px;
	}
}

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

	.hero__content {
		max-width: 100%;
	}
}

.hero__content-inner > :last-child {
	margin-bottom: 0;
}

.hero__content-inner .wp-block-buttons {
	margin-top: var(--space-40);
}

.hero__content-inner h1,
.hero__content-inner h2,
.hero__content-inner h3 {
	margin-bottom: var(--space-20);
}

.hero__content-inner .hero-badge {
	display: inline-flex;
	align-items: center;
	gap: var(--space-8);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-full);
	padding: var(--space-8) var(--text-14) var(--space-8) var(--space-8);
	font-size: var(--text-14) !important;
	line-height: var(--text-20) !important;
	font-weight: var(--weight-medium);
	text-transform: none !important;
	letter-spacing: normal !important;
	color: var(--color-text-default);
	margin-bottom: var(--space-20);
	background-color: var(--color-bg);
}

.hero__content-inner .hero-badge svg {
	flex-shrink: 0;
}

.hero__content-inner .hero-disclaimer {
	font-size: var(--text-12) !important;
	line-height: var(--text-16) !important;
	color: var(--color-text-muted);
	margin-top: var(--space-20);
}

.hero__content-inner .hero-features {
	list-style: none;
	padding: 0;
	margin: var(--space-24) 0 0;
}

.hero__content-inner .hero-features li {
	display: flex;
	align-items: flex-start;
	gap: var(--space-12);
	margin: var(--space-12) 0;
	font-size: var(--text-16);
	line-height: var(--text-24);
	color: var(--color-text-default);
}

.hero__content-inner .hero-features li::before {
	display: none;
}

.hero__content-inner .hero-features li svg {
	flex-shrink: 0;
	margin-top: var(--space-2);
}

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

	.hero__image {
		display: none;
	}
}

.hero__image img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center center;
	border-radius: 14px;
}

.hero.hero-content-box .hero__content-inner {
	border-radius: 11px;
	overflow: hidden;
	padding: var(--space-40);
}

.hero.hero-with-enlarged-image .hero__image img {
	max-height: 3000px;
	object-position: left top;
}

.hero.colour-theme-white .hero-animated-background,
.hero.colour-theme-platinum .hero-animated-background,
.hero.colour-theme-light-orange .hero-animated-background,
.hero.colour-theme-light-green .hero-animated-background {
	background-image: linear-gradient(-60deg, var(--color-bg-surface) 50%, var(--color-border-muted) 50%);
}

.hero.colour-theme-white.hero-content-box .hero__content-inner,
.hero.colour-theme-platinum.hero-content-box .hero__content-inner,
.hero.colour-theme-light-orange.hero-content-box .hero__content-inner,
.hero.colour-theme-light-green.hero-content-box .hero__content-inner {
	background-color: var(--color-bg-surface);
}

.hero.colour-theme-medium-green .hero-animated-background,
.hero.colour-theme-dark-green .hero-animated-background {
	background-image: linear-gradient(-60deg, var(--neutral-darkest) 50%, var(--neutral-darkest) 50%);
}

.hero.colour-theme-medium-green.hero-content-box .hero__content-inner,
.hero.colour-theme-dark-green.hero-content-box .hero__content-inner {
	background-color: var(--neutral-darkest);
}

.hero-animated-background {
	opacity: 0.25;
	animation: slide 90s ease-in-out infinite alternate;
	position: absolute;
	left: -50%;
	right: -50%;
	top: 0;
	bottom: 0;
}

.hero-animated-background-2 {
	animation-direction: alternate-reverse;
	animation-duration: 120s;
}

.hero-animated-background-3 {
	animation-duration: 150s;
}

@keyframes slide {

	0% {
		transform: translateX(-25%);
	}

	100% {
		transform: translateX(25%);
	}
}

.hero-homepage {
	background-color: var(--white);
	padding: 96px var(--space-64);
	overflow: hidden;
}

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

	.hero-homepage {
		padding: 80px var(--space-40);
	}
}

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

	.hero-homepage {
		padding: 64px var(--space-24);
	}
}

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

	.hero-homepage {
		padding: 48px var(--space-20);
	}
}

.hero-homepage__container {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}

.hero-homepage__inner {
	display: flex;
	align-items: center;
	gap: var(--space-48);
}

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

	.hero-homepage__inner {
		gap: var(--space-24);
	}
}

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

	.hero-homepage__inner {
		flex-direction: column;
		align-items: stretch;
		gap: var(--space-48);
	}
}

.hero-homepage__content {
	flex: 1 0 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: var(--space-32);
}

.hero-homepage__text {
	display: flex;
	flex-direction: column;
	gap: var(--space-24);
}

.hero-homepage__heading {
	color: var(--color-text-strong);
	letter-spacing: 0;
	margin: 0;
}

.hero-homepage__subtext {
	color: var(--color-text-muted);
	font-size: var(--text-18);
	font-weight: var(--weight-normal);
	line-height: var(--leading-150);
	margin: 0;
}

.hero-homepage__actions {
	display: flex;
	gap: var(--space-12);
	flex-wrap: wrap;
}

.hero-homepage__heading,
.hero-homepage__subtext,
.hero-homepage__actions {
	animation-name: hero-homepage-content-reveal;
	animation-duration: 560ms;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}

.hero-homepage__heading {
	animation-delay: 40ms;
}

.hero-homepage__subtext {
	animation-delay: 140ms;
}

.hero-homepage__actions {
	animation-delay: 240ms;
}

.hero-homepage__visual {
	flex: 1 0 0;
	min-width: 0;
}

.hero-homepage__image-wrap {
	position: relative;
	width: 100%;
	container-type: inline-size;
}

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

	.hero-homepage__image-wrap {
		max-width: 600px;
		margin: 0 auto;
	}
}

.hero-homepage__photo {
	display: block;
	margin: 0 auto;
	width: 70%;
	height: auto;
	min-height: 360px;
	aspect-ratio: 2/3;
	object-fit: cover;
	object-position: center;
	border-radius: 14px;
	animation-name: hero-homepage-photo-reveal;
	animation-duration: 640ms;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	animation-delay: 280ms;
}
@media screen and (max-width: 768px) {
	.hero-homepage__photo {
		width: 57%;
	}
}
@media screen and (max-width: 480px) {
	.hero-homepage__photo {
		width: 73%;
	}
}

.hero-homepage__photo--placeholder {
	background-color: var(--light-8);
}

.hero-homepage__card {
	position: absolute;
	width: 280px;
	background: var(--white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-8);
	box-shadow: 0 8px 16px 0 var(--dark-4), 0 4px 8px 0 var(--dark-4);
	overflow: hidden;
	pointer-events: none;
	--card-scale: clamp(0.564, calc(100cqi / 608px), 1);
	transform: translateY(0) scale(var(--card-scale));
	opacity: 0;
	animation-name: hero-homepage-card-reveal;
	animation-duration: 560ms;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}

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

	.hero-homepage__card {
		--card-scale: clamp(0.702, calc(100cqi / 600px), 1);
	}
}

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

	.hero-homepage__card {
		--card-scale: clamp(0.748, calc(100cqi / 440px), 1);
	}
}

.hero-homepage__card--ats {
	left: 0;
	top: var(--space-64);
	transform-origin: top left;
	animation-delay: 360ms;
}

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

	.hero-homepage__card--ats {
		top: var(--space-40);
	}
}

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

	.hero-homepage__card--ats {
		top: var(--space-24);
	}
}

.hero-homepage__card--checks {
	right: 0;
	bottom: var(--space-40);
	transform-origin: bottom right;
	animation-delay: 460ms;
}

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

	.hero-homepage__card--checks {
		bottom: var(--space-24);
	}
}

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

	.hero-homepage__card--checks {
		bottom: var(--space-24);
	}
}

.hero-homepage__ats-row {
	display: flex;
	align-items: center;
	gap: var(--space-12);
	padding: var(--space-12);
	background: var(--white);
	border-bottom: 1px solid var(--color-border);
}

.hero-homepage__ats-row--last {
	border-bottom: none;
}

.hero-homepage__ats-logo {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: var(--radius-4);
	border: 1px solid var(--dark-8);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-homepage__ats-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-homepage__ats-name {
	flex: 1;
	min-width: 0;
	font-size: var(--text-12);
	font-weight: var(--weight-medium);
	color: var(--color-text-default);
	line-height: var(--text-16);
}

.hero-homepage__ats-btn {
	display: inline-flex;
	align-items: center;
	gap: var(--space-4);
	flex-shrink: 0;
	background: var(--white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-4);
	padding: var(--space-4) var(--space-8) var(--space-4) calc(var(--space-4) + var(--space-2));
	font-size: var(--text-12);
	font-weight: var(--weight-medium);
	color: var(--color-text-muted);
	box-shadow: 0 2px 2px -1px var(--dark-8);
	white-space: nowrap;
}

.hero-homepage__checks-header {
	padding: var(--space-12);
	background: var(--white);
	border-bottom: 1px solid var(--color-border-muted);
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
}

.hero-homepage__checks-title {
	font-size: var(--text-12);
	font-weight: var(--weight-semibold);
	color: var(--color-text-default);
	line-height: var(--text-16);
	margin: 0;
}

.hero-homepage__checks-desc {
	font-size: var(--text-12);
	color: var(--color-text-soft);
	line-height: var(--text-14);
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hero-homepage__checks-options {
	background: var(--color-bg-surface);
	padding: var(--space-8) var(--space-12) var(--space-12);
	display: flex;
	flex-direction: column;
	gap: var(--space-8);
}

.hero-homepage__checks-radios {
	display: flex;
	gap: var(--space-12);
}

.hero-homepage__radio {
	display: inline-flex;
	align-items: center;
	gap: var(--space-4);
	font-size: var(--text-12);
	color: var(--color-text-default);
	line-height: var(--leading-tight);
	padding: var(--space-4) 0;
}

.hero-homepage__radio-dot {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1.5px solid var(--color-border);
	background: var(--white);
	display: inline-block;
}

.hero-homepage__radio-dot--on {
	border-color: var(--primary-dark);
	background: var(--primary-dark);
	box-shadow: inset 0 0 0 3px var(--white);
}

.hero-homepage__checks-field {
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
}

.hero-homepage__field-label {
	font-size: var(--text-12);
	font-weight: var(--weight-medium);
	color: var(--color-text-default);
	line-height: var(--leading-tight);
}

.hero-homepage__select {
	background: var(--white);
	border: 0.715px solid var(--color-border);
	border-radius: var(--radius-4);
	padding: var(--space-4);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-4);
}

.hero-homepage__select-tags {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-4);
}

.hero-homepage__tag {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2);
	background: var(--color-bg-surface);
	border-radius: var(--radius-4);
	padding: var(--space-4) var(--space-8);
	font-size: var(--text-12);
	font-weight: var(--weight-medium);
	color: var(--color-text-strong);
	line-height: var(--leading-tight);
	white-space: nowrap;
}

.hero-homepage__tag-x {
	font-size: var(--text-12);
	color: var(--color-text-soft);
	line-height: var(--leading-tight);
}

.hero-homepage__chevron {
	flex-shrink: 0;
}

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

	.hero-homepage__ats-row {
		padding: var(--space-8) var(--space-12);
	}

	.hero-homepage__checks-radios {
		display: none;
	}
}

@keyframes hero-homepage-content-reveal {
	from {
		opacity: 0;
		filter: blur(10px);
		transform: translateY(var(--space-12));
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}
}

@keyframes hero-homepage-photo-reveal {
	from {
		opacity: 0;
		filter: blur(4px);
		transform: scale(1.04);
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: scale(1);
	}
}

@keyframes hero-homepage-card-reveal {
	from {
		opacity: 0;
		transform: translateY(var(--space-12)) scale(var(--card-scale));
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(var(--card-scale));
	}
}

@media (prefers-reduced-motion: reduce) {

	.hero-homepage__heading,
	.hero-homepage__subtext,
	.hero-homepage__actions,
	.hero-homepage__photo {
		animation: none;
		opacity: 1;
		filter: none;
		transform: none;
	}

	.hero-homepage__card {
		animation: none;
		opacity: 1;
		transform: scale(var(--card-scale));
	}
}

.hero-banner {
	position: relative;
	overflow: hidden !important;
}

.hero-banner .banner-overlay {
	display: none;
}

.hero-banner .content-wrapper-inner {
	border-radius: 11px;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.hero-banner .content-wrapper-inner.image-banner-sizing {
	aspect-ratio: 3/1;
}

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

	.hero-banner .content-wrapper-inner {
		border-radius: 6px;
	}
}

.hero-banner .content-wrapper-inner .video-banner,
.hero-banner .content-wrapper-inner img {
	border-radius: 11px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

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

	.hero-banner .content-wrapper-inner .video-banner,
	.hero-banner .content-wrapper-inner img {
		border-radius: 6px;
	}
}

.hero-banner .content-wrapper-inner .video-banner {
	background-color: var(--neutral-dark);
}

.hero-banner .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1360px;
	height: calc(100% - 5.5px);
	margin: auto;
	padding: 0 40px;
}

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

	.hero-banner .banner-overlay {
		padding: 0 25px;
	}
}

.hero-banner .banner-overlay__image-desktop,
.hero-banner .banner-overlay__image-mobile {
	object-position: left !important;
	object-fit: cover;
	overflow: hidden;
}

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

	.hero-banner .banner-overlay__image-desktop {
		display: none;
	}
}

@media screen and (min-width: 769px) {

	.hero-banner .banner-overlay__image-mobile {
		display: none;
	}
}

.hero-table {
	width: 100%;
}

.hero-table__content > :last-child {
	border-bottom: 1px solid var(--color-border-muted);
}

.hero-table__content .hero-table-one-line {
	border-top: 1px solid var(--color-border-muted);
	display: flex;
	flex-direction: row;
	gap: var(--space-12);
	padding: var(--space-12) 0;
}

.hero-table__content .hero-table-one-line .hero-table-heading {
	font-weight: var(--weight-normal);
	width: calc(40% - 5px);
}

.hero-table__content .hero-table-one-line .hero-table-text {
	font-weight: var(--weight-medium);
	width: calc(60% - 5px);
}

.simple-table {
	width: 100%;
}

.simple-table__content .simple-table-one-line {
	display: flex;
	flex-direction: row;
	gap: var(--space-20);
	padding: var(--space-12) 0;
}

.simple-table__content .simple-table-one-line .simple-table-heading {
	font-weight: var(--weight-semibold);
}

.simple-table__content .simple-table-one-line .simple-table-text {
	font-weight: var(--weight-normal);
}

.simple-table.show-row-lines .simple-table__content > :last-child {
	border-bottom: 2px solid var(--neutral-darkest);
}

.simple-table.show-row-lines .simple-table__content .simple-table-one-line {
	border-top: 2px solid var(--neutral-darkest);
}

.advanced-table {
	width: 100%;
	margin-bottom: var(--space-40);
}

.advanced-table__content > :last-child {
	border-bottom: 2px solid var(--neutral-darkest);
}

.advanced-table__content .advanced-table-row-header,
.advanced-table__content .advanced-table-row {
	display: flex;
	flex-direction: row;
	gap: var(--space-20);
	padding: var(--space-12) 0;
}

.advanced-table__content .advanced-table-row-header {
	border-top: 2px solid var(--neutral-darkest);
	font-weight: var(--weight-semibold);
}

.advanced-table__content .advanced-table-row {
	border-top: 1px solid var(--neutral-darkest);
	font-weight: var(--weight-normal);
}

.container {
	width: 100%;
}

.container.text-center.width-medium .content-wrapper-with-parent > .content-wrapper-inner,
.container.text-center.width-medium .content-wrapper > .content-wrapper-inner {
	padding-left: 15%;
	padding-right: 15%;
}

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

	.container.text-center.width-medium .content-wrapper-with-parent > .content-wrapper-inner,
	.container.text-center.width-medium .content-wrapper > .content-wrapper-inner {
		padding-left: 40px;
		padding-right: 40px;
	}
}

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

	.container.text-center.width-medium .content-wrapper-with-parent > .content-wrapper-inner,
	.container.text-center.width-medium .content-wrapper > .content-wrapper-inner {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.container.text-left.width-medium.align-medium-width-container-to-center .content-wrapper-with-parent > .content-wrapper-inner,
.container.text-left.width-medium.align-medium-width-container-to-center .content-wrapper > .content-wrapper-inner {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

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

	.container.text-left.width-medium.align-medium-width-container-to-center .content-wrapper-with-parent > .content-wrapper-inner,
	.container.text-left.width-medium.align-medium-width-container-to-center .content-wrapper > .content-wrapper-inner {
		max-width: 100%;
	}
}

.container.text-left.width-medium .content-wrapper-with-parent > .content-wrapper-inner,
.container.text-left.width-medium .content-wrapper > .content-wrapper-inner {
	max-width: 70%;
}

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

	.container.text-left.width-medium .content-wrapper-with-parent > .content-wrapper-inner,
	.container.text-left.width-medium .content-wrapper > .content-wrapper-inner {
		max-width: 100%;
	}
}

.container .content-wrapper-with-parent > .content-wrapper-inner ul,
.container .content-wrapper-with-parent > .content-wrapper-inner ol,
.container .content-wrapper > .content-wrapper-inner ul,
.container .content-wrapper > .content-wrapper-inner ol {
	padding-left: var(--space-24);
	margin-left: 0;
	font-size: var(--text-16);
	line-height: var(--text-20);
}

@media screen and (min-width: 769px) {

	.container .content-wrapper-with-parent > .content-wrapper-inner ul,
	.container .content-wrapper-with-parent > .content-wrapper-inner ol,
	.container .content-wrapper > .content-wrapper-inner ul,
	.container .content-wrapper > .content-wrapper-inner ol {
		padding-left: var(--space-40);
	}
}

.container .content-wrapper-with-parent > .content-wrapper-inner ul li,
.container .content-wrapper-with-parent > .content-wrapper-inner ol li,
.container .content-wrapper > .content-wrapper-inner ul li,
.container .content-wrapper > .content-wrapper-inner ol li {
	margin: var(--space-12) 0;
}

@media screen and (min-width: 769px) {

	.container .content-wrapper-with-parent > .content-wrapper-inner ul li,
	.container .content-wrapper-with-parent > .content-wrapper-inner ol li,
	.container .content-wrapper > .content-wrapper-inner ul li,
	.container .content-wrapper > .content-wrapper-inner ol li {
		margin: var(--space-16) 0;
	}
}

.container .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
.container .content-wrapper > .content-wrapper-inner > :first-child {
	margin-top: 0;
}

.container .content-wrapper-with-parent > .content-wrapper-inner > :last-child,
.container .content-wrapper > .content-wrapper-inner > :last-child {
	margin-bottom: 0;
}

.container.text-center .content-wrapper-with-parent > .content-wrapper-inner,
.container.text-center .content-wrapper > .content-wrapper-inner {
	text-align: center;
}

.container.text-center .wp-block-buttons {
	justify-content: center;
}

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

	.two-tile.two-tile-hide-image-on-small-screens .two-tile__column {
		flex: 0 0 100%;
	}

	.two-tile.two-tile-hide-image-on-small-screens .two-tile__image {
		display: none;
	}
}

.two-tile .content-wrapper > .content-wrapper-inner {
	width: 100%;
	display: flex;
	gap: var(--space-48);
}

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

	.two-tile .content-wrapper > .content-wrapper-inner {
		gap: var(--space-24);
	}
}

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

	.two-tile .content-wrapper > .content-wrapper-inner {
		flex-direction: column;
	}
}

.two-tile__column {
	flex: 0 0 calc(50% - 24px);
}

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

	.two-tile__column {
		flex: 0 0 calc(50% - 12px);
	}
}

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

	.two-tile__column {
		flex: 0 0 100%;
	}
}

.two-tile__content-inner :last-child {
	margin-bottom: 0;
}

.two-tile__content p {
	color: var(--color-text-muted);
}

.two-tile__content p strong,
.two-tile__content p b {
	color: var(--color-text-default);
}

.two-tile__image {
	overflow: hidden;
	border-radius: 14px;
}

.two-tile__image img {
	border-radius: 14px;
	object-fit: contain;
}

.two-tile__image.image-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 769px) {

	.two-tile__content,
	.two-tile__image {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.two-tile.image-left .two-tile__content {
		order: 2;
	}
}

.two-tile-half-half,
.two-tile-small-large,
.two-tile-large-small {
	width: 100%;
}

.two-tile-half-half.no-height-stretch .content-wrapper > .content-wrapper-inner,
.two-tile-small-large.no-height-stretch .content-wrapper > .content-wrapper-inner,
.two-tile-large-small.no-height-stretch .content-wrapper > .content-wrapper-inner {
	align-items: flex-start;
}

.two-tile-half-half.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner,
.two-tile-half-half.narrow-gap .content-wrapper > .content-wrapper-inner,
.two-tile-small-large.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner,
.two-tile-small-large.narrow-gap .content-wrapper > .content-wrapper-inner,
.two-tile-large-small.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner,
.two-tile-large-small.narrow-gap .content-wrapper > .content-wrapper-inner {
	width: 100%;
	max-width: 100% !important;
	display: flex;
	gap: var(--space-24);
}

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

	.two-tile-half-half.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner,
	.two-tile-half-half.narrow-gap .content-wrapper > .content-wrapper-inner,
	.two-tile-small-large.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner,
	.two-tile-small-large.narrow-gap .content-wrapper > .content-wrapper-inner,
	.two-tile-large-small.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner,
	.two-tile-large-small.narrow-gap .content-wrapper > .content-wrapper-inner {
		gap: var(--space-24);
	}
}

.two-tile-half-half.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
.two-tile-half-half.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
.two-tile-half-half.narrow-gap .content-wrapper > .content-wrapper-inner > :first-child,
.two-tile-half-half.narrow-gap .content-wrapper > .content-wrapper-inner > :nth-child(2),
.two-tile-small-large.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
.two-tile-small-large.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
.two-tile-small-large.narrow-gap .content-wrapper > .content-wrapper-inner > :first-child,
.two-tile-small-large.narrow-gap .content-wrapper > .content-wrapper-inner > :nth-child(2),
.two-tile-large-small.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
.two-tile-large-small.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
.two-tile-large-small.narrow-gap .content-wrapper > .content-wrapper-inner > :first-child,
.two-tile-large-small.narrow-gap .content-wrapper > .content-wrapper-inner > :nth-child(2) {
	flex: 0 0 calc(50% - 12px);
}

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

	.two-tile-half-half.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-half-half.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-half-half.narrow-gap .content-wrapper > .content-wrapper-inner > :first-child,
	.two-tile-half-half.narrow-gap .content-wrapper > .content-wrapper-inner > :nth-child(2),
	.two-tile-small-large.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-small-large.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-small-large.narrow-gap .content-wrapper > .content-wrapper-inner > :first-child,
	.two-tile-small-large.narrow-gap .content-wrapper > .content-wrapper-inner > :nth-child(2),
	.two-tile-large-small.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-large-small.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-large-small.narrow-gap .content-wrapper > .content-wrapper-inner > :first-child,
	.two-tile-large-small.narrow-gap .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 calc(50% - 11px);
	}
}

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

	.two-tile-half-half.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-half-half.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-half-half.narrow-gap .content-wrapper > .content-wrapper-inner > :first-child,
	.two-tile-half-half.narrow-gap .content-wrapper > .content-wrapper-inner > :nth-child(2),
	.two-tile-small-large.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-small-large.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-small-large.narrow-gap .content-wrapper > .content-wrapper-inner > :first-child,
	.two-tile-small-large.narrow-gap .content-wrapper > .content-wrapper-inner > :nth-child(2),
	.two-tile-large-small.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-large-small.narrow-gap .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-large-small.narrow-gap .content-wrapper > .content-wrapper-inner > :first-child,
	.two-tile-large-small.narrow-gap .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 100%;
	}
}

.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner,
.two-tile-half-half .content-wrapper > .content-wrapper-inner,
.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner,
.two-tile-small-large .content-wrapper > .content-wrapper-inner,
.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner,
.two-tile-large-small .content-wrapper > .content-wrapper-inner {
	width: 100%;
	max-width: 100% !important;
	display: flex;
	gap: var(--space-48);
}

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

	.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner,
	.two-tile-half-half .content-wrapper > .content-wrapper-inner,
	.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner,
	.two-tile-small-large .content-wrapper > .content-wrapper-inner,
	.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner,
	.two-tile-large-small .content-wrapper > .content-wrapper-inner {
		gap: var(--space-24);
	}
}

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

	.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner,
	.two-tile-half-half .content-wrapper > .content-wrapper-inner,
	.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner,
	.two-tile-small-large .content-wrapper > .content-wrapper-inner,
	.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner,
	.two-tile-large-small .content-wrapper > .content-wrapper-inner {
		flex-direction: column;
	}
}

.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(3),
.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(4),
.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(5),
.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(6),
.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(7),
.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(8),
.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(9),
.two-tile-half-half .content-wrapper > .content-wrapper-inner > :nth-child(3),
.two-tile-half-half .content-wrapper > .content-wrapper-inner > :nth-child(4),
.two-tile-half-half .content-wrapper > .content-wrapper-inner > :nth-child(5),
.two-tile-half-half .content-wrapper > .content-wrapper-inner > :nth-child(6),
.two-tile-half-half .content-wrapper > .content-wrapper-inner > :nth-child(7),
.two-tile-half-half .content-wrapper > .content-wrapper-inner > :nth-child(8),
.two-tile-half-half .content-wrapper > .content-wrapper-inner > :nth-child(9),
.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(3),
.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(4),
.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(5),
.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(6),
.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(7),
.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(8),
.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(9),
.two-tile-small-large .content-wrapper > .content-wrapper-inner > :nth-child(3),
.two-tile-small-large .content-wrapper > .content-wrapper-inner > :nth-child(4),
.two-tile-small-large .content-wrapper > .content-wrapper-inner > :nth-child(5),
.two-tile-small-large .content-wrapper > .content-wrapper-inner > :nth-child(6),
.two-tile-small-large .content-wrapper > .content-wrapper-inner > :nth-child(7),
.two-tile-small-large .content-wrapper > .content-wrapper-inner > :nth-child(8),
.two-tile-small-large .content-wrapper > .content-wrapper-inner > :nth-child(9),
.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(3),
.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(4),
.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(5),
.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(6),
.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(7),
.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(8),
.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(9),
.two-tile-large-small .content-wrapper > .content-wrapper-inner > :nth-child(3),
.two-tile-large-small .content-wrapper > .content-wrapper-inner > :nth-child(4),
.two-tile-large-small .content-wrapper > .content-wrapper-inner > :nth-child(5),
.two-tile-large-small .content-wrapper > .content-wrapper-inner > :nth-child(6),
.two-tile-large-small .content-wrapper > .content-wrapper-inner > :nth-child(7),
.two-tile-large-small .content-wrapper > .content-wrapper-inner > :nth-child(8),
.two-tile-large-small .content-wrapper > .content-wrapper-inner > :nth-child(9) {
	display: none;
}

.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
.two-tile-half-half .content-wrapper > .content-wrapper-inner > :first-child,
.two-tile-half-half .content-wrapper > .content-wrapper-inner > :nth-child(2) {
	flex: 0 0 calc(50% - 24px);
}

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

	.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-half-half .content-wrapper > .content-wrapper-inner > :first-child,
	.two-tile-half-half .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 calc(50% - 20px);
	}
}

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

	.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-half-half .content-wrapper > .content-wrapper-inner > :first-child,
	.two-tile-half-half .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 100%;
	}
}

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

	.two-tile-half-half.shrink-left-column .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-half-half.shrink-left-column .content-wrapper > .content-wrapper-inner > :first-child {
		flex: 0 0 calc(25% - 20px);
	}

	.two-tile-half-half.shrink-left-column .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-half-half.shrink-left-column .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 calc(75% - 20px);
	}

	.two-tile-half-half.shrink-right-column .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-half-half.shrink-right-column .content-wrapper > .content-wrapper-inner > :first-child {
		flex: 0 0 calc(75% - 20px);
	}

	.two-tile-half-half.shrink-right-column .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-half-half.shrink-right-column .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 calc(25% - 20px);
	}
}

.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
.two-tile-small-large .content-wrapper > .content-wrapper-inner > :first-child {
	flex: 0 0 calc(25% - 24px);
}

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

	.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-small-large .content-wrapper > .content-wrapper-inner > :first-child {
		flex: 0 0 calc(25% - 20px);
	}
}

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

	.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-small-large .content-wrapper > .content-wrapper-inner > :first-child {
		flex: 0 0 100%;
	}
}

.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
.two-tile-small-large .content-wrapper > .content-wrapper-inner > :nth-child(2) {
	flex: 0 0 calc(75% - 24px);
}

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

	.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-small-large .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 calc(75% - 20px);
	}
}

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

	.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-small-large .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 100%;
	}
}

.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
.two-tile-large-small .content-wrapper > .content-wrapper-inner > :first-child {
	flex: 0 0 calc(75% - 24px);
}

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

	.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-large-small .content-wrapper > .content-wrapper-inner > :first-child {
		flex: 0 0 calc(75% - 20px);
	}
}

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

	.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-large-small .content-wrapper > .content-wrapper-inner > :first-child {
		flex: 0 0 100%;
	}
}

.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
.two-tile-large-small .content-wrapper > .content-wrapper-inner > :nth-child(2) {
	flex: 0 0 calc(25% - 24px);
}

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

	.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-large-small .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 calc(25% - 20px);
	}
}

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

	.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-large-small .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 100%;
	}
}

.two-tile-small-large-thirds .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
.two-tile-small-large-thirds .content-wrapper > .content-wrapper-inner > :first-child {
	flex: 0 0 calc(33% - 24px);
}

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

	.two-tile-small-large-thirds .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-small-large-thirds .content-wrapper > .content-wrapper-inner > :first-child {
		flex: 0 0 calc(33% - 20px);
	}
}

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

	.two-tile-small-large-thirds .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-small-large-thirds .content-wrapper > .content-wrapper-inner > :first-child {
		flex: 0 0 100%;
	}
}

.two-tile-small-large-thirds .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
.two-tile-small-large-thirds .content-wrapper > .content-wrapper-inner > :nth-child(2) {
	flex: 0 0 calc(66% - 24px);
}

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

	.two-tile-small-large-thirds .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-small-large-thirds .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 calc(66% - 20px);
	}
}

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

	.two-tile-small-large-thirds .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-small-large-thirds .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 100%;
	}
}

.two-tile-large-small-thirds .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
.two-tile-large-small-thirds .content-wrapper > .content-wrapper-inner > :first-child {
	flex: 0 0 calc(66% - 24px);
}

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

	.two-tile-large-small-thirds .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-large-small-thirds .content-wrapper > .content-wrapper-inner > :first-child {
		flex: 0 0 calc(66% - 20px);
	}
}

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

	.two-tile-large-small-thirds .content-wrapper-with-parent > .content-wrapper-inner > :first-child,
	.two-tile-large-small-thirds .content-wrapper > .content-wrapper-inner > :first-child {
		flex: 0 0 100%;
	}
}

.two-tile-large-small-thirds .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
.two-tile-large-small-thirds .content-wrapper > .content-wrapper-inner > :nth-child(2) {
	flex: 0 0 calc(33% - 24px);
}

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

	.two-tile-large-small-thirds .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-large-small-thirds .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 calc(33% - 20px);
	}
}

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

	.two-tile-large-small-thirds .content-wrapper-with-parent > .content-wrapper-inner > :nth-child(2),
	.two-tile-large-small-thirds .content-wrapper > .content-wrapper-inner > :nth-child(2) {
		flex: 0 0 100%;
	}
}

.three-tile {
	width: 100%;
}

.three-tile .content-wrapper > .content-wrapper-inner {
	width: 100%;
	display: flex;
	gap: var(--space-64);
}

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

	.three-tile .content-wrapper > .content-wrapper-inner {
		gap: var(--space-40);
	}
}

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

	.three-tile .content-wrapper > .content-wrapper-inner {
		flex-direction: column;
	}
}

.three-tile .content-wrapper > .content-wrapper-inner > :first-child,
.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(2),
.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(3) {
	flex: 0 0 calc((100% - 120px) / 3);
}

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

	.three-tile .content-wrapper > .content-wrapper-inner > :first-child,
	.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(2),
	.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(3) {
		flex: 0 0 calc((100% - 80px) / 3);
	}
}

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

	.three-tile .content-wrapper > .content-wrapper-inner > :first-child,
	.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(2),
	.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(3) {
		flex: 0 0 100%;
	}
}

.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(4),
.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(5),
.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(6),
.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(7),
.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(8),
.three-tile .content-wrapper > .content-wrapper-inner > :nth-child(9) {
	display: none;
}

.one-tile {
	width: 100%;
	overflow: hidden;
}

.one-tile.fixed-height {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 11px;
	padding: var(--space-24);
	background-color: var(--neutral-darkest);
}

.one-tile.fixed-height h1,
.one-tile.fixed-height h2,
.one-tile.fixed-height h3,
.one-tile.fixed-height h4,
.one-tile.fixed-height h5,
.one-tile.fixed-height a,
.one-tile.fixed-height p {
	color: var(--neutral-lightest);
}

.one-tile.fixed-height h1 b,
.one-tile.fixed-height h1 strong,
.one-tile.fixed-height h2 b,
.one-tile.fixed-height h2 strong,
.one-tile.fixed-height h3 b,
.one-tile.fixed-height h3 strong,
.one-tile.fixed-height h4 b,
.one-tile.fixed-height h4 strong,
.one-tile.fixed-height h5 b,
.one-tile.fixed-height h5 strong,
.one-tile.fixed-height a b,
.one-tile.fixed-height a strong,
.one-tile.fixed-height p b,
.one-tile.fixed-height p strong {
	color: var(--primary-light);
}

.one-tile.vertical-align-content-center {
	display: flex;
	align-items: center;
}

.one-tile.horizontal-align-content-center {
	text-align: center;
}

.one-tile.horizontal-align-content-right {
	text-align: right;
}

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

	.two-tile-half-half .content-wrapper-with-parent > .content-wrapper-inner > .one-tile.vertical-align-content-center .wp-block-buttons.is-content-justification-right,
	.two-tile-half-half .content-wrapper > .content-wrapper-inner > .one-tile.vertical-align-content-center .wp-block-buttons.is-content-justification-right,
	.two-tile-small-large .content-wrapper-with-parent > .content-wrapper-inner > .one-tile.vertical-align-content-center .wp-block-buttons.is-content-justification-right,
	.two-tile-small-large .content-wrapper > .content-wrapper-inner > .one-tile.vertical-align-content-center .wp-block-buttons.is-content-justification-right,
	.two-tile-large-small .content-wrapper-with-parent > .content-wrapper-inner > .one-tile.vertical-align-content-center .wp-block-buttons.is-content-justification-right,
	.two-tile-large-small .content-wrapper > .content-wrapper-inner > .one-tile.vertical-align-content-center .wp-block-buttons.is-content-justification-right {
		justify-content: flex-start;
	}

	.one-tile.horizontal-align-content-right {
		text-align: left;
	}

	.one-tile.horizontal-align-content-right .wp-block-buttons.is-content-justification-right {
		justify-content: flex-start;
	}
}

.one-tile.wrapper-with-border {
	border: 1px solid var(--neutral-dark);
	padding: var(--space-32) var(--space-32) var(--space-40) var(--space-32);
	border-radius: 11px;
}

.one-tile__content {
	width: 100%;
}

.one-tile__content > :last-child {
	margin-bottom: var(--space-12);
}

.one-tile__content > :only-child {
	margin: 0;
}

.one-tile__content p {
	color: var(--color-text-muted);
}

.one-tile__content p strong,
.one-tile__content p b {
	color: var(--color-text-default);
}

.one-tile.centered-pricing-card .one-tile__content {
	flex: 1 1 auto;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: var(--white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-card);
	padding: var(--space-48);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: var(--space-16);
}

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

	.one-tile.centered-pricing-card .one-tile__content {
		padding: var(--space-24);
	}
}

.one-tile.centered-pricing-card {
	display: flex;
	align-items: stretch;
}

.one-tile.centered-pricing-card .one-tile__content > * {
	margin: 0;
}

.one-tile.centered-pricing-card .one-tile__content > h2 {
	font-size: var(--text-24);
	font-weight: var(--weight-semibold);
}

.one-tile p.additional-top-margin {
	margin-top: var(--space-12);
}

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

	.one-tile p.additional-top-margin {
		margin-top: 0;
	}
}

.image-text-block {
	width: 100%;
	overflow: hidden;
}

.image-text-block__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.image-text-block__content figure img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.image-text-block__content figure.bottom-icon {
	flex-grow: 1;
	margin: var(--space-64) 0 0 0;
	display: flex;
	align-items: flex-end;
}

.image-text-block__content figure.bottom-icon img {
	width: 50px !important;
	height: 50px !important;
	object-fit: contain !important;
}

.image-text-block__content > :first-child {
	margin-top: 0;
}

.image-text-block__content > div:last-child {
	margin-top: var(--space-24);
	margin-bottom: 0;
}

.image-text-block__content h1,
.image-text-block__content h2,
.image-text-block__content h3,
.image-text-block__content h4,
.image-text-block__content h5,
.image-text-block__content h6 {
	flex-grow: 0;
	margin: var(--space-24) 0 0 0;
}

.image-text-block__content h1 a,
.image-text-block__content h2 a,
.image-text-block__content h3 a,
.image-text-block__content h4 a,
.image-text-block__content h5 a,
.image-text-block__content h6 a {
	text-decoration: none;
}

.image-text-block__content p {
	font-size: var(--text-16);
	line-height: var(--text-20);
	color: var(--color-text-muted);
	margin: var(--space-12) 0 0 0;
}

.image-text-block__content p strong,
.image-text-block__content p b {
	color: var(--color-text-default);
}

.image-text-block__content ul,
.image-text-block__content ol {
	margin: var(--space-16) 0 0 0;
}

.image-text-block__content ul li,
.image-text-block__content ol li {
	margin: 0 0 var(--space-4) 0;
	font-size: var(--text-16);
	line-height: var(--text-20);
}

.image-text-block__content p.large-text {
	font-size: var(--space-64);
	line-height: var(--text-80);
	font-weight: var(--weight-medium);
}

.image-text-block__content p.medium-large-text {
	font-size: var(--text-32);
	line-height: var(--text-40);
	font-weight: var(--weight-medium);
}

.image-text-block__content .wp-block-buttons {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
}

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

	.image-text-block__content .wp-block-buttons {
		flex-direction: row;
	}
}

.image-text-block.preferred-partner .image-text-block__content {
	background-image: url(img/preferred-partner-star.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: right 0 top 0;
	-webkit-appearance: none;
}

.image-text-block .wp-block-buttons .wp-block-button:only-child .wp-block-button__link {
	--btn-height: 40px;
	--btn-padding-block: 7px;
	--btn-padding-inline: 16px;
	background-color: var(--button-tonal-bg);
	border-color: var(--button-tonal-border);
	color: var(--button-tonal-text) !important;
}

.image-text-block .wp-block-buttons .wp-block-button:only-child .wp-block-button__link:hover {
	background-color: var(--button-tonal-bg-hover);
	color: var(--button-tonal-text) !important;
}

.image-text-block .wp-block-buttons .wp-block-button:only-child .wp-block-button__link:active {
	background-color: var(--button-tonal-bg-active);
	color: var(--button-tonal-text) !important;
}

.image-text-block .wp-block-buttons .wp-block-button:only-child .wp-block-button__link:focus-visible {
	background-color: var(--button-tonal-bg-hover);
	color: var(--button-tonal-text) !important;
}

.image-text-block .wp-block-buttons .wp-block-button:only-child .wp-block-button__link:disabled,
.image-text-block .wp-block-buttons .wp-block-button:only-child .wp-block-button__link[aria-disabled="true"] {
	background-color: var(--button-tonal-bg-disabled);
	color: var(--button-tonal-text-disabled) !important;
}

.image-text-blocks {
	--individual-column-gap: 25px;
	position: relative;
	overflow: hidden;
}

.image-text-blocks__stacked {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: var(--individual-column-gap);
}

.image-text-blocks__slider {
	margin: auto;
	padding: 0;
	display: block;
}

.image-text-blocks__slider .slick-slide {
	height: auto;
	padding: 0 var(--space-12);
}

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

	.image-text-blocks__slider .slick-slide {
		padding-left: 0;
	}
}

.image-text-blocks__slider .slick-slide div {
	height: 100%;
}

.image-text-blocks__slider .slick-track {
	display: flex !important;
}

.image-text-blocks__slider .slick-list {
	z-index: 2;
}

.image-text-blocks__slider .slick-dots {
	left: 0 !important;
	padding-left: 0 !important;
	text-align: center !important;
}

.image-text-blocks__slider .slick-dots li::before {
	display: none;
}

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

	.image-text-blocks.hide-stacked-on-mobile {
		display: none;
	}
}

@media screen and (min-width: 481px) {

	.image-text-blocks.hide-slider-on-desktop {
		display: none;
	}
}

.image-text-blocks.items-alignment--left .image-text-block {
	text-align: left;
}

.image-text-blocks.items-alignment--center .image-text-block {
	text-align: center;
}

.image-text-blocks.items-alignment--right .image-text-block {
	text-align: right;
}

.image-text-blocks.image-shape--landscape .image-text-block figure img {
	aspect-ratio: 16/9;
}

.image-text-blocks.image-shape--portrait .image-text-block figure img {
	aspect-ratio: 4/5;
}

.image-text-blocks.image-shape--square .image-text-block figure img,
.image-text-blocks.image-shape--round .image-text-block figure img {
	aspect-ratio: 1/1;
}

.image-text-blocks.image-shape--round .image-text-block figure {
	border-radius: var(--radius-full);
	overflow: hidden;
}

.image-text-blocks.image-shape--logo .image-text-block figure,
.image-text-blocks.image-shape--large-logo .image-text-block figure {
	margin-top: var(--space-16) !important;
	margin-bottom: var(--space-12) !important;
}

.image-text-blocks.image-shape--logo .image-text-block figure img,
.image-text-blocks.image-shape--large-logo .image-text-block figure img {
	width: 100%;
	object-fit: contain;
	object-position: left;
}

.image-text-blocks.image-shape--logo .image-text-block figure img {
	height: 40px;
}

.image-text-blocks.image-shape--large-logo .image-text-block figure img {
	height: 80px;
}

.image-text-blocks.image-shape--small-icon .image-text-block figure img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.image-text-blocks.image-shape--medium-icon .image-text-block figure img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.image-text-blocks.image-shape--large-icon .image-text-block figure img {
	width: 160px;
	height: 160px;
	object-fit: contain;
}

.image-text-blocks.image-shape--extra-large-icon .image-text-block figure img {
	width: 240px;
	height: 240px;
	object-fit: contain;
}

@media screen and (min-width: 481px) {

	.image-text-blocks.has-2-columns .image-text-block {
		flex: 0 0 calc((100% - var(--individual-column-gap)) / 2);
	}
}

@media screen and (min-width: 769px) {

	.image-text-blocks.has-3-columns .image-text-block {
		flex: 0 0 calc((100% - var(--individual-column-gap) * 2) / 3);
	}
}

@media screen and (min-width: 481px) {

	.image-text-blocks.has-4-columns .image-text-block {
		flex: 0 0 calc((100% - var(--individual-column-gap)) / 2);
	}
}

@media screen and (min-width: 769px) {

	.image-text-blocks.has-4-columns .image-text-blocks__stacked .image-text-block {
		flex: 0 0 calc((100% - var(--individual-column-gap)) / 2);
	}
}

@media screen and (min-width: 1025px) {

	.image-text-blocks.has-4-columns .image-text-blocks__stacked .image-text-block {
		flex: 0 0 calc((100% - var(--individual-column-gap) * 3) / 4);
	}
}

@media screen and (min-width: 769px) {

	.image-text-blocks.has-6-columns .image-text-block {
		flex: 0 0 calc((100% - var(--individual-column-gap) * 5) / 6);
	}
}

@media screen and (min-width: 769px) {

	.image-text-blocks.has-8-columns .image-text-block {
		flex: 0 0 calc((100% - var(--individual-column-gap) * 7) / 8);
	}
}

.image-text-blocks.show-individual-columns .image-text-block {
	border: 1px solid var(--color-border);
	border-radius: var(--radius-card);
	padding: var(--space-24);
}

.image-text-blocks.show-individual-columns .image-text-block__content > figure:first-child {
	margin: calc(var(--space-16) * -1) calc(var(--space-16) * -1) 0 calc(var(--space-16) * -1);
}

.image-text-blocks.show-individual-columns.keep-margins-for-top-image .image-text-block__content > figure:first-child,
.image-text-blocks.show-individual-columns.keep-margins-for-top-image .image-text-block__content > figure:nth-child(2) {
	margin: 0;
}

.image-text-blocks.show-individual-columns.keep-margins-for-top-image .image-text-block__content > figure:first-child img,
.image-text-blocks.show-individual-columns.keep-margins-for-top-image .image-text-block__content > figure:nth-child(2) img {
	border-radius: var(--radius-4);
}

.image-text-blocks.show-individual-columns.colour-theme-white .image-text-block {
	background-color: var(--white);
}

.image-text-blocks.show-individual-columns.colour-theme-platinum .image-text-block,
.image-text-blocks.show-individual-columns.colour-theme-light-orange .image-text-block,
.image-text-blocks.show-individual-columns.colour-theme-light-green .image-text-block {
	background-color: var(--white);
}

.image-text-blocks.show-individual-columns.colour-theme-medium-green .image-text-block,
.image-text-blocks.show-individual-columns.colour-theme-blue .image-text-block {
	background-color: var(--neutral-darker);
}

.image-text-blocks.show-individual-columns.colour-theme-dark-green .image-text-block {
	background-color: var(--neutral-dark);
}

.image-text-blocks.show-individual-columns.colour-theme-midnight .image-text-block {
	background-color: var(--white);
}

.image-text-blocks.show-individual-columns.colour-theme-midnight .image-text-block h1,
.image-text-blocks.show-individual-columns.colour-theme-midnight .image-text-block h2,
.image-text-blocks.show-individual-columns.colour-theme-midnight .image-text-block h3,
.image-text-blocks.show-individual-columns.colour-theme-midnight .image-text-block h4,
.image-text-blocks.show-individual-columns.colour-theme-midnight .image-text-block h5,
.image-text-blocks.show-individual-columns.colour-theme-midnight .image-text-block h6,
.image-text-blocks.show-individual-columns.colour-theme-midnight .image-text-block p,
.image-text-blocks.show-individual-columns.colour-theme-midnight .image-text-block a {
	color: var(--neutral-darker);
}

.image-text-blocks.show-left-border .image-text-block {
	border-left: 1px solid var(--neutral-dark);
	padding: 0 var(--space-40);
}

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

	.image-text-blocks.show-left-border .image-text-block {
		padding: 0 var(--space-24);
	}
}

.image-text-blocks.colour-theme-white p.large-text,
.image-text-blocks.colour-theme-platinum p.large-text,
.image-text-blocks.colour-theme-light-green p.large-text,
.image-text-blocks.colour-theme-medium-green p.large-text,
.image-text-blocks.colour-theme-blue p.large-text,
.image-text-blocks.colour-theme-midnight p.large-text,
.image-text-blocks.colour-theme-white p.medium-large-text,
.image-text-blocks.colour-theme-platinum p.medium-large-text,
.image-text-blocks.colour-theme-light-green p.medium-large-text,
.image-text-blocks.colour-theme-medium-green p.medium-large-text,
.image-text-blocks.colour-theme-blue p.medium-large-text,
.image-text-blocks.colour-theme-midnight p.medium-large-text {
	color: var(--neutral-dark);
}

.image-text-blocks.colour-theme-light-orange p.large-text,
.image-text-blocks.colour-theme-light-orange p.medium-large-text {
	color: var(--orange-dark);
}

.image-text-blocks.colour-theme-dark-green p.large-text,
.image-text-blocks.colour-theme-dark-green p.medium-large-text {
	color: var(--color-text-soft);
}

.page-template-template-certn-identity .image-text-blocks.colour-theme-white p.large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-platinum p.large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-light-green p.large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-medium-green p.large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-blue p.large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-midnight p.large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-white p.medium-large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-platinum p.medium-large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-light-green p.medium-large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-medium-green p.medium-large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-blue p.medium-large-text,
.page-template-template-certn-identity .image-text-blocks.colour-theme-midnight p.medium-large-text {
	color: var(--blue-dark);
}

.package-cards {
	position: relative;
	overflow: hidden;
}

.package-cards .content-wrapper-inner {
	display: flex;
	gap: var(--space-24);
}

@media screen and (min-width: 769px) {

	.package-cards .content-wrapper-inner {
		padding-top: var(--space-40);
	}
}

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

	.package-cards .content-wrapper-inner {
		flex-direction: column;
	}
}

.package-cards .content-wrapper-inner .package-card {
	border-radius: 11px;
	overflow: hidden;
}

@media screen and (min-width: 769px) {

	.package-cards .content-wrapper-inner .package-card {
		flex: 1 0 0;
	}
}

.package-cards .content-wrapper-inner .package-card__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.package-cards .content-wrapper-inner .package-card__content-inner {
	padding: var(--space-32);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.package-cards .content-wrapper-inner .package-card__content-inner :last-child {
	margin-bottom: 0;
}

.package-cards .content-wrapper-inner .package-card__content-inner a,
.package-cards .content-wrapper-inner .package-card__content-inner a:hover {
	font-weight: var(--weight-normal);
}

.package-cards .content-wrapper-inner .package-card__content-inner p {
	font-size: var(--text-16);
	line-height: var(--leading-150);
	margin-bottom: var(--space-20);
}

.package-cards .content-wrapper-inner .package-card__content-inner p.price-original {
	font-size: var(--text-18);
	line-height: var(--leading-150);
	opacity: 0.84;
	text-decoration: line-through;
	margin-bottom: 0;
}

.package-cards .content-wrapper-inner .package-card__content-inner p.price {
	font-size: var(--text-24);
	line-height: var(--text-36);
	font-weight: var(--weight-normal);
	margin-bottom: 0;
	color: var(--color-text-default);
}

.package-cards .content-wrapper-inner .package-card__content-inner p.price-supplement {
	font-size: var(--text-12);
	font-weight: var(--weight-normal);
	line-height: var(--text-18);
}

.package-cards .content-wrapper-inner .package-card__content-inner p.promotion-badge {
	display: inline-block;
	border-radius: var(--radius-full);
	margin: var(--space-16) auto 0 0;
	padding: var(--space-8) var(--space-16);
	font-size: var(--text-14);
	font-weight: var(--weight-semibold);
	text-align: center;
	color: var(--color-text-on-orange);
	background-color: var(--color-bg-orange);
	border: 2px solid var(--primary-light);
	box-shadow: 0 0 10px var(--dark-24);
}

.package-cards .content-wrapper-inner .package-card__content-inner h1,
.package-cards .content-wrapper-inner .package-card__content-inner h2,
.package-cards .content-wrapper-inner .package-card__content-inner h3,
.package-cards .content-wrapper-inner .package-card__content-inner h4,
.package-cards .content-wrapper-inner .package-card__content-inner h5,
.package-cards .content-wrapper-inner .package-card__content-inner h6 {
	flex-grow: 0;
	margin-bottom: var(--space-24);
}

.package-cards .content-wrapper-inner .package-card__content-inner h3 {
	flex-grow: 0;
}

.package-cards .content-wrapper-inner .package-card__content-inner ul,
.package-cards .content-wrapper-inner .package-card__content-inner ol {
	margin: 0 0 var(--space-20) 0;
}

.package-cards .content-wrapper-inner .package-card__content-inner ul > :first-child,
.package-cards .content-wrapper-inner .package-card__content-inner ol > :first-child {
	margin-top: 0;
}

.package-cards .content-wrapper-inner .package-card__content-inner ul li,
.package-cards .content-wrapper-inner .package-card__content-inner ol li {
	font-size: var(--text-16);
	line-height: var(--text-20);
}

.package-cards .content-wrapper-inner .package-card__content-inner .role-risk-label-1,
.package-cards .content-wrapper-inner .package-card__content-inner .role-risk-label-2,
.package-cards .content-wrapper-inner .package-card__content-inner .role-risk-label-3,
.package-cards .content-wrapper-inner .package-card__content-inner .role-risk-label-4 {
	width: auto;
	margin-right: auto;
	padding: var(--space-2) var(--space-12) var(--space-2) var(--space-12);
	border-radius: var(--radius-full);
	text-transform: uppercase;
	font-size: var(--text-12);
	font-weight: var(--weight-medium);
	color: var(--color-text-default);
}

.package-cards .content-wrapper-inner .package-card__content-inner .role-risk-label-1 {
	background-color: var(--blue-light);
}

.package-cards .content-wrapper-inner .package-card__content-inner .role-risk-label-2 {
	background-color: var(--neutral-lightest);
}

.package-cards .content-wrapper-inner .package-card__content-inner .role-risk-label-3 {
	background-color: var(--purple-light);
}

.package-cards .content-wrapper-inner .package-card__content-inner .role-risk-label-4 {
	background-color: var(--color-bg-surface);
}

.package-cards .content-wrapper-inner .package-card__content-inner .text-with-top-divider {
	border-top: 2px solid var(--color-border);
	padding-top: var(--space-20);
}

.package-cards .content-wrapper-inner .package-card__content-inner .flex-grow-element {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
}

.package-cards .content-wrapper-inner .package-card__content-inner .wp-block-buttons {
	display: flex;
}

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

	.package-cards .content-wrapper-inner .package-card__content-inner .wp-block-buttons {
		flex-direction: row;
	}
}

.package-cards .content-wrapper-inner .package-card__content-inner .wp-block-buttons a,
.package-cards .content-wrapper-inner .package-card__content-inner .wp-block-buttons a:hover {
	font-weight: var(--weight-semibold);
}

@media screen and (min-width: 769px) {

	.package-cards .content-wrapper-inner .package-card.featured {
		margin-top: calc(var(--space-40) * -1);
	}
}

.package-cards .content-wrapper-inner .package-card.featured .package-card__featured {
	text-align: center;
	height: 40px;
	min-height: 40px;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.package-cards .content-wrapper-inner .package-card.featured .package-card__featured p {
	margin: 0;
	padding: 0 var(--space-24);
	font-size: var(--text-16);
	font-weight: var(--weight-medium);
	line-height: var(--text-24);
}

@media screen and (min-width: 481px) {

	.package-cards.no-featured .content-wrapper-inner {
		padding-top: 0;
	}
}

.package-cards.colour-theme-white .package-card__featured,
.package-cards.colour-theme-platinum .package-card__featured,
.package-cards.colour-theme-light-green .package-card__featured {
	background-color: var(--neutral-dark);
}

.package-cards.colour-theme-white .package-card__featured p,
.package-cards.colour-theme-platinum .package-card__featured p,
.package-cards.colour-theme-light-green .package-card__featured p {
	color: var(--white);
}

.package-cards.colour-theme-light-orange .package-card__featured {
	background-color: var(--orange-dark);
}

.package-cards.colour-theme-light-orange .package-card__featured p {
	color: var(--white);
}

.package-cards.colour-theme-medium-green .package-card__featured,
.package-cards.colour-theme-dark-green .package-card__featured,
.package-cards.colour-theme-blue .package-card__featured,
.package-cards.colour-theme-midnight .package-card__featured {
	background-color: var(--color-bg-surface);
}

.package-cards.colour-theme-medium-green .package-card__featured p,
.package-cards.colour-theme-dark-green .package-card__featured p,
.package-cards.colour-theme-blue .package-card__featured p,
.package-cards.colour-theme-midnight .package-card__featured p {
	color: var(--color-text-strong);
}

.package-cards.colour-theme-white .package-card {
	border: 2px solid var(--color-border);
}

.package-cards.colour-theme-platinum .package-card,
.package-cards.colour-theme-light-orange .package-card,
.package-cards.colour-theme-light-green .package-card {
	background-color: var(--color-bg);
}

.package-cards.colour-theme-medium-green .package-card,
.package-cards.colour-theme-blue .package-card {
	background-color: var(--neutral-darker);
}

.package-cards.colour-theme-dark-green .package-card {
	background-color: var(--neutral-darker);
}

.package-cards.colour-theme-midnight .package-card {
	background-color: var(--neutral-black);
}

.package-cards-intercheck {
	margin-top: var(--space-40);
}

.package-cards-intercheck__inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-32);
}

.package-card-intercheck {
	background: var(--neutral-lightest);
	border-radius: 14px;
	display: flex;
	flex-direction: row;
	gap: var(--space-32);
	padding: var(--space-40) var(--space-24);
}

.package-card-intercheck.package-card-intercheck-highlight {
	background: var(--neutral-dark);
}

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

	.package-card-intercheck {
		flex-direction: column;
	}
}

.package-card-intercheck .package-card-intercheck-left,
.package-card-intercheck .package-card-intercheck-right {
	display: flex;
	flex-direction: column;
}

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

	.package-card-intercheck .package-card-intercheck-left,
	.package-card-intercheck .package-card-intercheck-right {
		flex: 0 0 100%;
	}
}

.package-card-intercheck .package-card-intercheck-left {
	flex: 0 0 calc(65% - var(--space-32) / 2);
	text-align: left;
}

.package-card-intercheck .package-card-intercheck-left h3 {
	margin: 0;
}

.package-card-intercheck .package-card-intercheck-left p {
	margin: var(--space-20) 0 0 0;
}

.package-card-intercheck .package-card-intercheck-supplementary-info p {
	font-size: var(--text-14);
	line-height: var(--text-18);
	opacity: 0.84;
}

.package-card-intercheck .package-card-intercheck-right {
	flex: 0 0 calc(35% - var(--space-32) / 2);
	text-align: right;
}

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

	.package-card-intercheck .package-card-intercheck-right {
		text-align: left;
	}
}

.package-card-intercheck .package-card-intercheck-pricing {
	font-size: var(--text-40);
	line-height: var(--text-48);
	font-weight: var(--weight-medium);
	margin-bottom: var(--space-20);
}

.logos .content-wrapper-with-parent > .content-wrapper-inner > :first-child {
	flex: initial;
	width: 100%;
}

.logos.logos-has-side-copy .content-wrapper-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: var(--space-40);
	overflow: hidden;
}

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

	.logos.logos-has-side-copy .content-wrapper-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--space-24);
	}
}

.logos__side-copy {
	flex: 0 0 220px;
	font-size: var(--text-16);
	font-weight: var(--weight-semibold);
	line-height: var(--text-24);
	color: var(--color-text-strong);
	margin: 0;
}

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

	.logos__side-copy {
		flex: 0 0 180px;
	}
}

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

	.logos__side-copy {
		flex: none;
		width: 100%;
	}
}

.logos__marquee-wrap {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	position: relative;
	--logos-mask-fade: var(--space-40);
}

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

	.logos__marquee-wrap {
		--logos-mask-fade: var(--space-24);
		align-self: stretch;
		width: 100%;
	}
}

.logos__marquee-wrap::before,
.logos__marquee-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: var(--logos-mask-fade);
	pointer-events: none;
	z-index: 2;
}

.logos__marquee-wrap::before {
	left: 0;
	background: linear-gradient(to left, transparent 0, var(--white) 100%);
}

.logos__marquee-wrap::after {
	right: 0;
	background: linear-gradient(to left, var(--white) 0, transparent 100%);
}

@media screen and (min-width: 1025px) {

	.logos__marquee-wrap:has(.logo-static, .logo-static-less-than-four)::before,
	.logos__marquee-wrap:has(.logo-static, .logo-static-less-than-four)::after {
		display: none;
	}
}

.logos .logo-static,
.logos .logo-static-less-than-four {
	display: flex;
}

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

	.logos .logo-static,
	.logos .logo-static-less-than-four {
		display: none !important;
	}
}

.logos .logo-static img,
.logos .logo-static-less-than-four img {
	display: inline-block;
	object-fit: scale-down;
	transition: transform 0.5s ease-in-out;
	height: 26px;
}

.logos .logo-static {
	justify-content: space-between;
}

.logos .logo-static-less-than-four {
	gap: calc(var(--space-64) + var(--space-56));
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 1025px) {

	.logos .logo-marquee-hide-on-wide-screen {
		display: none !important;
	}
}

.logos .logo-marquee {
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
}

.logos .logo-marquee__content {
	display: flex;
	flex-direction: row;
	flex: none;
}

.logos .logo-marquee__content img {
	display: inline-block;
	object-fit: scale-down;
	transition: transform 0.5s ease-in-out;
	height: 26px;
	margin-right: var(--space-64);
}

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

	.logos .logo-marquee__content img {
		height: 22px;
		margin-right: var(--space-40);
	}
}

.logos.use-extra-large-size .logo-static img,
.logos.use-extra-large-size .logo-marquee__content img {
	height: 100px;
}

@keyframes marquee {

	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.logos.colour-theme-light-green {
	background-color: var(--white) !important;
}

.stats {
	background-color: transparent;
}

.stats__card {
	background-color: var(--color-bg-purple);
	display: flex;
	flex-direction: column;
	gap: var(--space-48);
	padding: var(--space-48);
	border-radius: var(--radius-12);
}

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

	.stats__card {
		padding: var(--space-24);
	}
}

.stats__header {
	display: flex;
	flex-direction: column;
	gap: var(--space-24);
	align-items: flex-start;
	width: 60%;
	max-width: 60%;
}

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

	.stats__header {
		width: 70%;
		max-width: 70%;
	}
}

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

	.stats__header {
		width: 80%;
		max-width: 80%;
	}
}

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

	.stats__header {
		width: 100%;
		max-width: 100%;
	}
}

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

	.stats__header {
		gap: var(--space-12);
	}
}

.stats__heading {
	color: var(--color-text-strong);
	margin: 0;
}

.stats__description {
	font-size: var(--text-18);
	line-height: var(--leading-150);
	color: var(--color-text-muted);
	margin: 0;
}

.stats__items {
	display: flex;
	flex-direction: row;
	gap: var(--space-48);
	padding-top: 0;
	border-top: none;
}

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

	.stats__items {
		flex-direction: column;
		gap: var(--space-48);
	}
}

.stats__item {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: var(--space-24);
}

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

	.stats__item {
		gap: var(--space-12);
	}
}

.stats__value {
	font-size: var(--space-80);
	font-weight: var(--weight-semibold);
	line-height: 1;
	color: var(--color-text-on-purple);
	margin: 0;
}

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

	.stats__value {
		font-size: 64px;
	}
}

.stats__label {
	font-size: var(--text-20);
	font-weight: var(--weight-medium);
	line-height: var(--leading-normal);
	color: var(--color-text-muted);
	margin: 0;
}

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

	.text-image-tabs__tab-titles {
		display: none;
	}
}

.text-image-tabs__tab-titles ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	gap: var(--space-8);
	margin: 0;
	padding: 0;
}

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

	.text-image-tabs__tab-titles ul {
		flex-direction: column;
		margin: var(--space-12) 0;
	}
}

.text-image-tabs__tab-titles ul .tab-title {
	flex: 0 0 calc(25% - 6px);
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	overflow: hidden;
	list-style: none;
	margin: 0;
}

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

	.text-image-tabs__tab-titles ul .tab-title + .tab-title {
		margin-top: var(--space-12);
	}
}

.text-image-tabs__tab-titles ul .tab-title a {
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: var(--space-16) var(--space-24) var(--space-16) var(--space-24);
	height: 100%;
	align-items: center;
	cursor: pointer;
}

.text-image-tabs__tab-titles ul .tab-title__number {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	font-size: var(--text-14);
	line-height: var(--text-20);
	width: 26px;
	height: 26px;
	margin-right: var(--space-12);
	border-radius: var(--radius-full);
	transition: all 0.25s ease-in-out;
}

.text-image-tabs__tab-titles ul .tab-title__text {
	flex-grow: 1;
	display: flex;
	transition: all 0.25s ease-in-out;
}

.text-image-tabs__tab-titles ul .tab-title__text p {
	margin: 0;
	font-size: var(--text-16);
	line-height: var(--leading-150);
}

.text-image-tabs__tabs .tab {
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	border-top-right-radius: 11px;
}

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

	.text-image-tabs__tabs .tab {
		border-top-left-radius: 11px;
	}

	.text-image-tabs__tabs .tab + .tab {
		margin-top: var(--space-24);
	}
}

.text-image-tabs__tabs .tab .tab-title--mobile {
	display: none;
}

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

	.text-image-tabs__tabs .tab .tab-title--mobile {
		display: flex;
		padding: var(--space-16) var(--space-24) var(--space-16) var(--space-24);
		align-items: center;
	}
}

.text-image-tabs__tabs .tab .tab-title--mobile .tab-title__number {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	font-size: var(--text-14);
	font-weight: var(--weight-medium);
	line-height: var(--text-20);
	width: 26px;
	height: 26px;
	margin-right: var(--space-12);
	border-radius: var(--radius-full);
}

.text-image-tabs__tabs .tab .tab-title--mobile .tab-title__text p {
	font-size: var(--text-16);
	font-weight: var(--weight-medium);
	line-height: var(--leading-150);
	margin: 0;
	padding: 0;
}

.text-image-tabs__tabs .tab[role="tabpanel"] {
	display: none;
}

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

	.text-image-tabs__tabs .tab[role="tabpanel"] {
		display: block;
	}
}

.text-image-tabs__tabs .tab[role="tabpanel"]:not([aria-hidden="true"]) {
	display: block;
}

.text-image-tabs__tabs .tab__content {
	display: flex;
	flex-direction: row;
	gap: var(--space-32);
	overflow: hidden;
	padding: var(--space-24) 0 var(--space-24) 0;
}

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

	.text-image-tabs__tabs .tab__content {
		gap: var(--space-24);
		flex-direction: column;
	}
}

.text-image-tabs__tabs .tab__text25 {
	flex: 0 0 calc(25% - 15px);
}

.text-image-tabs__tabs .tab__text50 {
	flex: 0 0 calc(50% - 15px);
}

.text-image-tabs__tabs .tab__text25,
.text-image-tabs__tabs .tab__text50 {
	margin: 0;
	padding: 0 0 0 var(--space-24);
	align-items: flex-start;
}

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

	.text-image-tabs__tabs .tab__text25,
	.text-image-tabs__tabs .tab__text50 {
		padding-right: var(--space-24);
	}
}

.text-image-tabs__tabs .tab__text25 p,
.text-image-tabs__tabs .tab__text50 p {
	margin: 0;
	padding: 0;
	font-size: var(--text-16);
	line-height: var(--leading-150);
}

.text-image-tabs__tabs .tab__text25 .wp-block-buttons,
.text-image-tabs__tabs .tab__text50 .wp-block-buttons {
	margin: var(--space-20) 0 0 0;
}

.text-image-tabs__tabs .tab__image75 {
	flex: 0 0 calc(75% - 15px);
	max-height: 400px;
}

.text-image-tabs__tabs .tab__image50 {
	flex: 0 0 calc(50% - 15px);
	max-height: 500px;
}

.text-image-tabs__tabs .tab__image75,
.text-image-tabs__tabs .tab__image50 {
	width: 100%;
	padding: 0 var(--space-24) 0 0;
	overflow: hidden;
}

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

	.text-image-tabs__tabs .tab__image75,
	.text-image-tabs__tabs .tab__image50 {
		padding-left: var(--space-24);
	}
}

.text-image-tabs__tabs .tab__image75 img,
.text-image-tabs__tabs .tab__image50 img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 14px;
	object-fit: contain;
}

.text-image-tabs.colour-theme-white .tab-title__number,
.text-image-tabs.colour-theme-platinum .tab-title__number,
.text-image-tabs.colour-theme-light-green .tab-title__number,
.text-image-tabs.colour-theme-medium-green .tab-title__number {
	color: var(--white);
	background-color: var(--neutral-dark);
}

.text-image-tabs.colour-theme-dark-green .tab-title__number,
.text-image-tabs.colour-theme-midnight .tab-title__number {
	color: var(--white);
	background-color: var(--neutral-dark);
}

.text-image-tabs.colour-theme-blue .tab-title__number {
	color: var(--white);
	background-color: var(--blue-dark);
}

.text-image-tabs.colour-theme-light-orange .tab-title__number {
	color: var(--white);
	background-color: var(--orange-dark);
}

.text-image-tabs.colour-theme-light-orange .tab-title__text p {
	color: var(--neutral-darkest);
}

.text-image-tabs.colour-theme-light-orange .tab-title a {
	background-color: var(--orange-light);
}

.text-image-tabs.colour-theme-light-orange .tab-title a[aria-selected="true"] {
	background-color: var(--white);
}

.text-image-tabs.colour-theme-light-orange .tab-title a:not([aria-selected="true"]):hover {
	box-shadow: inset 0 0 0 9999px var(--dark-4);
}

.text-image-tabs.colour-theme-light-orange .text-image-tabs__tabs .tab {
	background-color: var(--white);
}

.text-image-tabs.colour-theme-white .tab-title a,
.text-image-tabs.colour-theme-platinum .tab-title a,
.text-image-tabs.colour-theme-light-green .tab-title a {
	background-color: var(--neutral-darker);
}

.text-image-tabs.colour-theme-white .tab-title a .tab-title__text p,
.text-image-tabs.colour-theme-platinum .tab-title a .tab-title__text p,
.text-image-tabs.colour-theme-light-green .tab-title a .tab-title__text p {
	color: var(--white);
}

.text-image-tabs.colour-theme-white .tab-title a:not([aria-selected="true"]):hover,
.text-image-tabs.colour-theme-platinum .tab-title a:not([aria-selected="true"]):hover,
.text-image-tabs.colour-theme-light-green .tab-title a:not([aria-selected="true"]):hover {
	background: var(--neutral-dark);
}

.text-image-tabs.colour-theme-white .tab-title a[aria-selected="true"] {
	background-color: var(--neutral-lightest);
}

.text-image-tabs.colour-theme-white .tab-title a[aria-selected="true"] .tab-title__text p {
	color: var(--neutral-darkest);
}

.text-image-tabs.colour-theme-white .text-image-tabs__tabs .tab {
	background-color: var(--neutral-lightest);
}

.text-image-tabs.colour-theme-platinum .tab-title a[aria-selected="true"],
.text-image-tabs.colour-theme-light-green .tab-title a[aria-selected="true"],
.text-image-tabs.colour-theme-medium-green .tab-title a[aria-selected="true"],
.text-image-tabs.colour-theme-blue .tab-title a[aria-selected="true"] {
	background-color: var(--white);
}

.text-image-tabs.colour-theme-platinum .tab-title a[aria-selected="true"] .tab-title__text p,
.text-image-tabs.colour-theme-light-green .tab-title a[aria-selected="true"] .tab-title__text p,
.text-image-tabs.colour-theme-medium-green .tab-title a[aria-selected="true"] .tab-title__text p,
.text-image-tabs.colour-theme-blue .tab-title a[aria-selected="true"] .tab-title__text p {
	color: var(--neutral-darkest);
}

.text-image-tabs.colour-theme-platinum .text-image-tabs__tabs .tab,
.text-image-tabs.colour-theme-light-green .text-image-tabs__tabs .tab,
.text-image-tabs.colour-theme-medium-green .text-image-tabs__tabs .tab,
.text-image-tabs.colour-theme-blue .text-image-tabs__tabs .tab {
	background-color: var(--white);
}

.text-image-tabs.colour-theme-dark-green .tab-title a,
.text-image-tabs.colour-theme-midnight .tab-title a {
	background-color: var(--neutral-lightest);
}

.text-image-tabs.colour-theme-dark-green .tab-title a .tab-title__text p,
.text-image-tabs.colour-theme-midnight .tab-title a .tab-title__text p {
	color: var(--neutral-darkest);
}

.text-image-tabs.colour-theme-dark-green .tab-title a:not([aria-selected="true"]):hover,
.text-image-tabs.colour-theme-midnight .tab-title a:not([aria-selected="true"]):hover {
	box-shadow: inset 0 0 0 9999px var(--dark-4);
}

.text-image-tabs.colour-theme-medium-green .tab-title a[aria-selected="true"],
.text-image-tabs.colour-theme-blue .tab-title a[aria-selected="true"] {
	background-color: var(--neutral-darker);
}

.text-image-tabs.colour-theme-medium-green .tab-title a[aria-selected="true"] .tab-title__text p,
.text-image-tabs.colour-theme-blue .tab-title a[aria-selected="true"] .tab-title__text p {
	color: var(--white);
}

.text-image-tabs.colour-theme-medium-green .text-image-tabs__tabs .tab,
.text-image-tabs.colour-theme-blue .text-image-tabs__tabs .tab {
	background-color: var(--neutral-darker);
}

.text-image-tabs.colour-theme-dark-green .tab-title a[aria-selected="true"],
.text-image-tabs.colour-theme-midnight .tab-title a[aria-selected="true"] {
	background-color: var(--neutral-dark);
}

.text-image-tabs.colour-theme-dark-green .tab-title a[aria-selected="true"] .tab-title__text p,
.text-image-tabs.colour-theme-midnight .tab-title a[aria-selected="true"] .tab-title__text p {
	color: var(--white);
}

.text-image-tabs.colour-theme-dark-green .text-image-tabs__tabs .tab,
.text-image-tabs.colour-theme-midnight .text-image-tabs__tabs .tab {
	background-color: var(--neutral-dark);
}

.text-image-tabs-animated {
	width: 100%;
}

.text-image-tabs-animated .content-wrapper > .content-wrapper-inner {
	width: 100%;
	max-width: 100% !important;
	display: flex;
	gap: var(--space-40);
}

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

	.text-image-tabs-animated .content-wrapper > .content-wrapper-inner {
		gap: var(--space-32);
	}
}

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

	.text-image-tabs-animated .content-wrapper > .content-wrapper-inner {
		flex-direction: column;
	}
}

.text-image-tabs-animated .tabs-container {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.text-image-tabs-animated .tab-item {
	cursor: pointer;
	position: relative;
	padding: var(--space-32) var(--space-20);
	background-color: transparent;
	transition: background-color 0.2s ease;
}

.text-image-tabs-animated .tab-item:hover {
	background-color: var(--neutral-lightest);
}

.text-image-tabs-animated .tab-content h3,
.text-image-tabs-animated .tab-content p {
	color: var(--neutral-light);
	transition: color 0.3s ease;
}

.text-image-tabs-animated .tab-content h3 {
	margin-bottom: var(--space-12);
	font-size: var(--text-24);
	line-height: var(--text-32);
}

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

	.text-image-tabs-animated .tab-content h3 {
		font-size: var(--text-20);
		line-height: var(--text-32);
	}
}

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

	.text-image-tabs-animated .tab-content h3 {
		font-size: var(--text-18);
		line-height: var(--text-24);
	}
}

.text-image-tabs-animated .tab-content p {
	margin-bottom: 0;
}

.text-image-tabs-animated .tab-item.active .tab-content h3,
.text-image-tabs-animated .tab-item.active .tab-content p,
.text-image-tabs-animated .tab-item:hover .tab-content h3,
.text-image-tabs-animated .tab-item:hover .tab-content p {
	color: var(--neutral-darker);
}

.text-image-tabs-animated .progress-bar {
	height: 2px;
	width: 100%;
	background-color: var(--neutral-lightest);
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}

.text-image-tabs-animated .progress-fill {
	height: 100%;
	width: 0%;
	background-color: var(--black);
	opacity: 0;
}

.text-image-tabs-animated .tab-item.active .progress-fill {
	opacity: 1;
	width: 100%;
	transition: width 8s linear;
}

.text-image-tabs-animated .mobile-image {
	display: none;
	width: 100%;
	margin-bottom: var(--space-20);
}

.text-image-tabs-animated .mobile-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 5px;
}

.text-image-tabs-animated .images-container {
	flex: 1;
	position: relative;
	min-height: 500px;
	overflow: hidden;
}

.text-image-tabs-animated .desktop-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.text-image-tabs-animated .desktop-img.active {
	opacity: 1;
}

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

	.text-image-tabs-animated .tabs-container {
		width: 100%;
	}

	.text-image-tabs-animated .tabs-container .tab-item {
		padding: var(--space-20);
	}

	.text-image-tabs-animated .tabs-container .tab-item.active .mobile-image {
		display: block;
	}

	.text-image-tabs-animated .tabs-container .mobile-image img {
		max-height: 300px;
	}

	.text-image-tabs-animated .images-container {
		display: none;
	}
}

.advanced-tabs__tab-titles ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	column-gap: var(--space-8);
	margin: 0;
	padding: 0;
}

.advanced-tabs__tab-titles ul .tab-title {
	flex: 1;
	overflow: hidden;
	list-style: none;
	margin: 0;
}

.advanced-tabs__tab-titles ul .tab-title a {
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: var(--space-16) var(--space-24) var(--space-16) var(--space-24);
	height: 100%;
	align-items: center;
	cursor: pointer;
}

.advanced-tabs__tab-titles ul .tab-title__text {
	flex-grow: 1;
	text-align: center;
	transition: all 0.25s ease-in-out;
}

.advanced-tabs__tab-titles ul .tab-title__text p {
	margin: 0;
}

.advanced-tabs__tabs-wrapper .tab-block[role="tabpanel"] {
	display: none;
}

.advanced-tabs__tabs-wrapper .tab-block[role="tabpanel"]:not([aria-hidden="true"]) {
	display: block;
}

.advanced-tabs__tabs-wrapper .tab-block__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	padding-top: var(--space-24);
}

.advanced-tabs.tabs-style-box .content-wrapper > .content-wrapper-inner {
	border-radius: 11px;
	padding: var(--space-24);
}

.advanced-tabs.tabs-style-box .content-wrapper > .content-wrapper-inner .advanced-tabs__tab-titles {
	width: min(100%, 500px);
}

.advanced-tabs.tabs-style-box .content-wrapper > .content-wrapper-inner .advanced-tabs__tab-titles ul .tab-title .tab-title__text p {
	font-size: var(--text-14);
	line-height: var(--text-16);
}

.advanced-tabs.tabs-style-box.colour-theme-white .content-wrapper > .content-wrapper-inner {
	background-color: var(--neutral-lightest);
}

.advanced-tabs.tabs-style-box .advanced-tabs__tab-titles,
.advanced-tabs.tabs-style-full-box-titles .advanced-tabs__tab-titles {
	border-radius: var(--radius-full);
	border: 1px solid;
	padding: var(--space-8);
	margin: auto;
}

.advanced-tabs.tabs-style-box .advanced-tabs__tab-titles ul,
.advanced-tabs.tabs-style-full-box-titles .advanced-tabs__tab-titles ul {
	border-radius: var(--radius-full);
}

.advanced-tabs.tabs-style-box .advanced-tabs__tab-titles ul .tab-title__text p,
.advanced-tabs.tabs-style-full-box-titles .advanced-tabs__tab-titles ul .tab-title__text p {
	font-weight: var(--weight-semibold);
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles,
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles {
	border-radius: var(--radius-12);
	border-color: var(--neutral-lighter);
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles ul,
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles ul {
	border-radius: var(--radius-0);
	border-color: var(--neutral-lighter);
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles .tab-title a .tab-title__text p,
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles .tab-title a .tab-title__text p {
	color: var(--button-ghost-text);
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles .tab-title a,
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles .tab-title a {
	border-radius: var(--radius-8);
	position: relative;
	outline-offset: var(--button-focus-ring-offset);
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles .tab-title a:not([aria-selected="true"]),
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles .tab-title a:not([aria-selected="true"]) {
	background-color: var(--button-ghost-bg);
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles .tab-title a:not([aria-selected="true"]):hover,
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles .tab-title a:not([aria-selected="true"]):hover {
	background-color: var(--button-ghost-bg-hover);
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles .tab-title a:not([aria-selected="true"]):active,
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles .tab-title a:not([aria-selected="true"]):active {
	background-color: var(--button-ghost-bg-active);
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles .tab-title a[aria-selected="true"],
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles .tab-title a[aria-selected="true"] {
	background-color: var(--neutral-darker);
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles .tab-title a[aria-selected="true"] .tab-title__text p,
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles .tab-title a[aria-selected="true"] .tab-title__text p {
	color: var(--white);
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles .tab-title a:focus-visible,
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles .tab-title a:focus-visible {
	outline: none;
}

.advanced-tabs.tabs-style-box.colour-theme-white .advanced-tabs__tab-titles .tab-title a:focus-visible::after,
.advanced-tabs.tabs-style-full-box-titles.colour-theme-white .advanced-tabs__tab-titles .tab-title a:focus-visible::after {
	content: "";
	position: absolute;
	inset: var(--button-focus-ring-width);
	border: var(--button-focus-ring-width) solid var(--white);
	border-radius: calc(var(--radius-8) - var(--button-focus-ring-width));
	pointer-events: none;
}

.advanced-tabs.tabs-style-full-box-titles .advanced-tabs__tab-titles ul .tab-title .tab-title__text p {
	font-size: var(--text-18);
	line-height: var(--leading-150);
}

.advanced-tabs.tabs-style-full > .content-wrapper {
	max-width: none;
	padding: 0;
}

.advanced-tabs.tabs-style-full .advanced-tabs__tab-titles ul .tab-title__text p {
	font-size: var(--text-20);
	line-height: var(--leading-150);
	font-weight: var(--weight-semibold);
}

.advanced-tabs.tabs-style-full .advanced-tabs__tabs-wrapper {
	max-width: 1360px;
	width: 100%;
	margin: auto;
	padding: 0 40px;
}

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

	.advanced-tabs.tabs-style-full .advanced-tabs__tabs-wrapper {
		padding: 0 25px;
	}
}

.advanced-tabs.tabs-style-full.colour-theme-white .content-wrapper > .content-wrapper-inner {
	background-color: var(--white);
}

.advanced-tabs.tabs-style-full.colour-theme-white .advanced-tabs__tab-titles .tab-title a {
	background-color: var(--primary-light);
}

.advanced-tabs.tabs-style-full.colour-theme-white .advanced-tabs__tab-titles .tab-title a .tab-title__text p {
	color: var(--neutral-darkest);
}

.advanced-tabs.tabs-style-full.colour-theme-white .advanced-tabs__tab-titles .tab-title a:not([aria-selected="true"]):hover {
	background: var(--neutral-dark);
}

.advanced-tabs.tabs-style-full.colour-theme-white .advanced-tabs__tab-titles .tab-title a[aria-selected="true"] {
	background-color: var(--white);
}

.advanced-tabs.tabs-style-full.colour-theme-white .advanced-tabs__tab-titles .tab-title a[aria-selected="true"] .tab-title__text p {
	color: var(--neutral-darkest);
}

.segment-tabs__intro {
	display: flex;
	flex-direction: column;
	gap: var(--space-24);
	width: 60%;
	max-width: 60%;
	margin-bottom: var(--space-48);
}

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

	.segment-tabs__intro {
		width: 70%;
		max-width: 70%;
	}
}

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

	.segment-tabs__intro {
		width: 80%;
		max-width: 80%;
	}
}

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

	.segment-tabs__intro {
		width: 100%;
		max-width: 100%;
	}
}

.segment-tabs__section-heading {
	color: var(--color-text-strong);
	margin: 0;
}

.segment-tabs__section-subtext {
	font-size: var(--text-18);
	font-weight: var(--weight-normal);
	line-height: var(--leading-150);
	color: var(--color-text-muted);
	margin: 0;
}

.segment-tabs__container {
	border: 1px solid var(--color-border);
	border-radius: var(--radius-12);
	overflow: hidden;
	background: var(--color-bg);
}

.segment-tabs__nav {
	display: flex;
	height: 76px;
}

.segment-tabs__nav-item {
	flex: 1 0 0;
	padding: var(--space-24) var(--space-48);
	font-size: var(--text-20);
	font-weight: var(--weight-semibold);
	line-height: var(--leading-normal);
	color: var(--nav-item-text-default);
	background: var(--nav-item-bg-default);
	border: none;
	border-right: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	cursor: pointer;
	text-align: left;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}

.segment-tabs__nav-item:last-child {
	border-right: none;
}

.segment-tabs__nav-item:hover {
	color: var(--nav-item-text-hover);
	background-color: var(--nav-item-bg-hover);
}

.segment-tabs__nav-item:active,
.segment-tabs__nav-item:focus {
	outline: var(--focus-ring-width, 2px) solid var(--focus-ring-color, var(--button-focus-ring-color));
	outline-offset: calc(var(--focus-ring-offset, 2px) * -1);
	box-shadow: inset 0 0 0 var(--focus-ring-width, 2px) var(--focus-ring-color, var(--button-focus-ring-color));
	color: var(--nav-item-text-active);
	background-color: var(--nav-item-bg-active);
	border-color: var(--color-border);
}

.segment-tabs__nav-item:focus-visible {
	outline: var(--focus-ring-width, 2px) solid var(--focus-ring-color, var(--button-focus-ring-color));
	outline-offset: calc(var(--focus-ring-offset, 2px) * -1);
	box-shadow: inset 0 0 0 var(--focus-ring-width, 2px) var(--focus-ring-color, var(--button-focus-ring-color));
	color: var(--nav-item-text-active);
	background-color: var(--nav-item-bg-active);
	border-color: var(--color-border);
}

.segment-tabs__nav-item--active {
	color: var(--nav-item-text-active);
	border-bottom: none;
}

.segment-tabs__nav-item--active:hover {
	background-color: transparent;
}

.segment-tabs__nav-label {
	display: inline-block;
	font-size: clamp(var(--heading-h6-mobile-size, var(--text-18)), calc(var(--heading-h6-mobile-size, var(--text-18)) + (var(--heading-h6-desktop-size, var(--text-20)) - var(--heading-h6-mobile-size, var(--text-18))) * ((100vw - 768px) / 432px)), var(--heading-h6-desktop-size, var(--text-20)));
	line-height: var(--heading-h6-line-height, var(--leading-normal));
}

.segment-tabs__nav-icon {
	display: none;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	color: currentColor;
	transition: transform 250ms ease;
}

.segment-tabs__nav-icon svg {
	display: block;
}

.segment-tabs__pane {
	display: none;
	gap: var(--space-48);
	padding: var(--space-48);
	align-items: flex-start;
}

.segment-tabs__pane--active {
	display: flex;
}

.segment-tabs__pane-inner {
	display: contents;
}

.segment-tabs__pane-content {
	flex: 1 0 0;
	display: flex;
	flex-direction: column;
	gap: var(--space-32);
	min-width: 0;
}

.segment-tabs__pane-heading {
	color: var(--color-text-strong);
	margin: 0;
}

.segment-tabs__pane-body {
	font-size: var(--text-16);
	font-weight: var(--weight-normal);
	line-height: var(--leading-150);
	color: var(--color-text-muted);
	margin: 0;
}

.segment-tabs__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: var(--space-24);
	row-gap: var(--space-4);
	list-style: none;
	margin: 0;
	padding: 0;
}

.segment-tabs__list-item::before {
	content: none;
}

.segment-tabs__list-row {
	display: flex;
	align-items: center;
	gap: var(--space-12);
	padding: var(--space-8);
	margin-inline: calc(var(--space-8) * -1);
	border-radius: var(--radius-8);
	font-size: var(--text-16);
	font-weight: var(--weight-normal);
	line-height: var(--leading-150);
	color: var(--color-text-strong);
	background-color: transparent;
	text-decoration: none;
	transition: background-color 150ms ease;
}

.segment-tabs__list-row--link {
	cursor: pointer;
}

.segment-tabs__list-row--link:hover {
	background-color: var(--button-ghost-bg-hover);
	text-decoration: none;
	color: var(--color-text-strong);
}

.segment-tabs__list-row--link:active {
	background-color: var(--button-ghost-bg-active);
	color: var(--color-text-strong);
}

.segment-tabs__list-row--link:focus-visible {
	background-color: var(--button-ghost-bg-hover);
	outline: var(--focus-ring-width, 2px) solid var(--focus-ring-color, var(--button-focus-ring-color));
	outline-offset: 0;
	color: var(--color-text-strong);
}

.segment-tabs__list-row--link:hover,
.segment-tabs__list-row--link:focus-visible,
.segment-tabs__list-row--link:active {
	padding-inline-start: var(--space-12);
	margin-inline-start: calc(var(--space-12) * -1);
}

.segment-tabs__list-label {
	min-width: 0;
	flex: 1 1 auto;
}

.segment-tabs__list-icon {
	width: var(--space-20);
	height: var(--space-20);
	flex-shrink: 0;
	display: block;
}

.segment-tabs__list-arrow {
	flex-shrink: 0;
	display: block;
	margin-inline-start: auto;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 200ms ease, transform 200ms ease;
	color: currentColor;
}

.segment-tabs__list-row--link:hover .segment-tabs__list-arrow,
.segment-tabs__list-row--link:focus-visible .segment-tabs__list-arrow,
.segment-tabs__list-row--link:active .segment-tabs__list-arrow {
	opacity: 1;
	transform: translateX(0);
}

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

	.segment-tabs__list-arrow {
		transition: none;
		transform: none;
	}
}

.segment-tabs__actions {
	display: flex;
	gap: var(--space-12);
	align-items: center;
}

.segment-tabs__cta {
	align-self: flex-start;
}

.segment-tabs__cta:hover {
	text-decoration: none;
}

.segment-tabs__pane-image {
	flex: 1 0 0;
	min-width: 0;
	aspect-ratio: 3/2;
	border-radius: var(--radius-8);
	overflow: hidden;
}

.segment-tabs__pane-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.segment-tabs__pane--active .segment-tabs__image {
	animation: segment-tabs-image-enter 320ms ease both;
}

@keyframes segment-tabs-image-enter {
	from {
		opacity: 0;
		filter: blur(8px);
	}

	to {
		opacity: 1;
		filter: blur(0);
	}
}

@media (prefers-reduced-motion: reduce) {

	.segment-tabs__pane--active .segment-tabs__image {
		animation: none;
		filter: none;
	}
}

@media (max-width: 768px) {

	.segment-tabs__container {
		display: flex;
		flex-direction: column;
		border-bottom: 0;
	}

	.segment-tabs__nav,
	.segment-tabs__panes {
		display: contents;
	}

	.segment-tabs__nav-item[data-tab-index="0"] { order: 0; }
	.segment-tabs__pane[data-tab-index="0"]     { order: 1; }
	.segment-tabs__nav-item[data-tab-index="1"] { order: 2; }
	.segment-tabs__pane[data-tab-index="1"]     { order: 3; }
	.segment-tabs__nav-item[data-tab-index="2"] { order: 4; }
	.segment-tabs__pane[data-tab-index="2"]     { order: 5; }
	.segment-tabs__nav-item[data-tab-index="3"] { order: 6; }
	.segment-tabs__pane[data-tab-index="3"]     { order: 7; }
	.segment-tabs__nav-item[data-tab-index="4"] { order: 8; }
	.segment-tabs__pane[data-tab-index="4"]     { order: 9; }
	.segment-tabs__nav-item[data-tab-index="5"] { order: 10; }
	.segment-tabs__pane[data-tab-index="5"]     { order: 11; }
	.segment-tabs__nav-item[data-tab-index="6"] { order: 12; }
	.segment-tabs__pane[data-tab-index="6"]     { order: 13; }
	.segment-tabs__nav-item[data-tab-index="7"] { order: 14; }
	.segment-tabs__pane[data-tab-index="7"]     { order: 15; }
	.segment-tabs__nav-item[data-tab-index="8"] { order: 16; }
	.segment-tabs__pane[data-tab-index="8"]     { order: 17; }
	.segment-tabs__nav-item[data-tab-index="9"] { order: 18; }
	.segment-tabs__pane[data-tab-index="9"]     { order: 19; }

	.segment-tabs__nav-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: var(--space-12);
		padding: var(--space-16) var(--space-24);
		font-size: var(--text-16);
		border-right: none;
		border-bottom: 1px solid var(--color-border);
	}

	.segment-tabs__nav-item--active {
		border-bottom: none;
		background: transparent;
	}

	.segment-tabs__nav-item--active:hover {
		background-color: transparent;
	}

	.segment-tabs__nav-icon {
		display: inline-flex;
	}

	.segment-tabs__nav-item--active .segment-tabs__nav-icon {
		transform: rotate(180deg);
	}

	.segment-tabs__pane {
		display: grid;
		grid-template-rows: 0fr;
		align-items: stretch;
		overflow: hidden;
		gap: 0;
		padding: 0 var(--space-24);
		border-bottom: 0;
		transition: grid-template-rows 280ms ease, padding 280ms ease;
	}

	.segment-tabs__pane--active {
		display: grid;
		grid-template-rows: 1fr;
		padding-block: var(--space-32);
		border-bottom: 1px solid var(--color-border);
	}

	.segment-tabs__pane-inner {
		display: flex;
		flex-direction: column-reverse;
		gap: var(--space-32);
		min-height: 0;
		overflow: hidden;
	}

	.segment-tabs__pane-content {
		gap: var(--space-24);
	}

	.segment-tabs__pane-image {
		flex: none;
		width: 100%;
	}

	.segment-tabs__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {

	.segment-tabs__intro {
		margin-bottom: var(--space-32);
	}
}

.featured-posts .content-wrapper-inner {
	display: flex;
	gap: var(--space-24);
}

@media screen and (min-width: 769px) {

	.featured-posts .content-wrapper-inner {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

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

	.featured-posts .content-wrapper-inner {
		flex-direction: column;
	}
}

.featured-posts .featured-post {
	display: flex;
	flex: 0 0 100%;
	border-radius: 6px;
	padding: 24px;
	gap: var(--space-24);
}

@media screen and (min-width: 769px) {

	.featured-posts .featured-post {
		justify-content: space-between;
	}
}

.featured-posts .featured-post__image,
.featured-posts .featured-post__content {
	overflow: hidden;
	flex: 0 0 calc(50% - 12.5px);
}

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

	.featured-posts .featured-post__image,
	.featured-posts .featured-post__content {
		flex: 0 0 100%;
	}
}

.featured-posts .featured-post__image img {
	overflow: hidden;
	border-radius: var(--radius-4);
}

@media screen and (min-width: 769px) {

	.featured-posts .featured-post__image a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.featured-posts .featured-post__image a img {
		object-fit: cover;
		object-position: center;
		height: 100%;
	}
}

.featured-posts .featured-post__categories {
	margin-bottom: var(--space-12) !important;
	font-size: var(--text-12);
	line-height: var(--text-18);
}

.featured-posts .featured-post__categories span:last-child {
	display: none;
}

.featured-posts .featured-post h3,
.featured-posts .featured-post h4,
.featured-posts .featured-post h6,
.featured-posts .featured-post p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
}

.featured-posts .featured-post h3 {
	-webkit-line-clamp: 3;
}

.featured-posts .featured-post h4 {
	-webkit-line-clamp: 3;
	font-size: var(--text-24);
	line-height: var(--text-32);
}

.featured-posts .featured-post h6 {
	-webkit-line-clamp: 2;
}

.featured-posts .featured-post p {
	-webkit-line-clamp: 8;
}

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

	.featured-posts .featured-post p {
		-webkit-line-clamp: 3;
	}
}

.featured-posts .featured-post a {
	text-decoration: none;
	font-weight: var(--weight-medium);
}

@media screen and (min-width: 769px) {

	.featured-posts .post-2,
	.featured-posts .post-3 {
		flex: 0 0 calc(50% - var(--space-32) / 2);
	}
}

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

	.featured-posts .post-1,
	.featured-posts .post-2 {
		gap: 0;
		flex-direction: column;
	}

	.featured-posts .post-3 {
		display: none;
	}
}

.featured-posts.colour-theme-white .featured-post {
	background-color: var(--neutral-white);
}

.featured-posts.colour-theme-platinum .featured-post,
.featured-posts.colour-theme-light-orange .featured-post,
.featured-posts.colour-theme-light-green .featured-post,
.featured-posts.colour-theme-medium-green .featured-post,
.featured-posts.colour-theme-blue .featured-post,
.featured-posts.colour-theme-midnight .featured-post {
	background-color: var(--white);
}

.featured-posts.colour-theme-dark-green .featured-post {
	background-color: var(--neutral-dark);
}

.pricing-row {
	--individual-column-gap: var(--space-24);
	width: 100%;
	margin-top: var(--space-24);
	padding: var(--space-24);
	border: 1px solid var(--neutral-lighter);
	border-radius: var(--radius-12);
	background-color: var(--white);
	display: flex;
	gap: var(--individual-column-gap);
	overflow: hidden;
}

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

	.pricing-row {
		flex-direction: column;
	}

	.pricing-row__product-name,
	.pricing-row__pricing-info,
	.pricing-row__product-description {
		flex: 0 0 100%;
	}
}

.pricing-row__product-name {
	display: flex;
	flex-direction: column;
	row-gap: var(--space-24);
	flex: 0 0 calc(35% - 0.75 * var(--individual-column-gap));
}

.pricing-row__product-name h3,
.pricing-row__product-name .wp-block-buttons {
	margin-bottom: 0;
}

.pricing-row__product-name h3 {
	font-size: var(--text-24);
	line-height: var(--text-32);
}

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

	.pricing-row__product-name h3 {
		font-size: var(--text-20);
		line-height: var(--text-24);
	}
}

.pricing-row__product-name .wp-block-buttons {
	margin-top: 0;
}

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

	.pricing-row__product-name .wp-block-buttons {
		width: 100%;
	}

	.pricing-row__product-name .wp-block-buttons .wp-block-button,
	.pricing-row__product-name .wp-block-buttons a {
		width: 100%;
	}
}

.pricing-row__pricing-info {
	flex: 0 0 calc(15% - 0.75 * var(--individual-column-gap));
}

.pricing-row__pricing-info span.product-price,
.pricing-row__pricing-info span.product-price-original,
.pricing-row__pricing-info span.product-turnaround-time {
	display: block;
	width: 100%;
}

.pricing-row__pricing-info span.product-price {
	font-size: var(--text-24);
	line-height: var(--text-32);
	font-weight: var(--weight-medium);
}

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

	.pricing-row__pricing-info span.product-price {
		font-size: var(--text-20);
		line-height: var(--text-24);
	}
}

.pricing-row__pricing-info span.product-price-original {
	font-size: var(--text-18);
	line-height: var(--text-24);
	opacity: 0.84;
	text-decoration: line-through;
	font-weight: var(--weight-normal);
}

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

	.pricing-row__pricing-info span.product-price-original {
		font-size: var(--text-16);
		line-height: var(--text-24);
	}
}

.pricing-row__pricing-info span.product-price-promotion-badge {
	display: inline-block;
	border-radius: var(--radius-full);
	margin: var(--space-4) auto var(--space-12) 0;
	padding: var(--space-8) var(--space-12);
	font-size: var(--text-14);
	font-weight: var(--weight-semibold);
	text-align: center;
	color: var(--orange-dark);
	background-color: var(--orange-light);
	border: 2px solid var(--primary-light);
	box-shadow: 0 0 10px var(--dark-24);
}

.pricing-row__pricing-info span.product-turnaround-time {
	font-size: var(--text-14);
	line-height: var(--text-20);
	margin-top: var(--space-12);
	color: var(--color-text-muted);
}

.pricing-row__product-description {
	font-size: var(--text-14);
	line-height: var(--text-20);
	flex: 0 0 calc(50% - 1.5 * var(--individual-column-gap));
}

.pricing-row__product-description p {
	margin: 0;
}

.pricing-row__product-description p + p {
	margin-top: var(--space-20);
}

.pricing-row__product-description .supplementary-info {
	color: var(--color-text-muted);
}

.gated-content-form {
	padding: var(--space-32);
	border-radius: 11px;
}

.colour-theme-white .gated-content-form {
	background: var(--neutral-lightest);
}

.colour-theme-platinum .gated-content-form,
.colour-theme-light-green .gated-content-form {
	background: var(--white);
}

.hubspot-form-box-appearance {
	padding: var(--space-32);
	border-radius: 11px;
}

.colour-theme-white .hubspot-form-box-appearance {
	background: var(--neutral-lightest);
}

.colour-theme-platinum .hubspot-form-box-appearance,
.colour-theme-light-green .hubspot-form-box-appearance {
	background: var(--white);
}

.accordion {
	margin-bottom: var(--space-64);
}

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

.accordion .accordion-item {
	border-bottom: 1px solid var(--color-border);
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.accordion .accordion-item__title {
	font-size: var(--text-20);
	line-height: var(--text-28);
	font-weight: var(--weight-semibold);
	color: var(--color-text-strong);
	padding: var(--space-20) var(--text-40) var(--space-20) 0;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	border: 0;
	background: transparent;
	align-items: center;
	text-align: left;
	position: relative;
	cursor: pointer;
}

.accordion .accordion-item__title img {
	max-width: 60px;
	max-height: 60px;
	margin-right: var(--space-20);
	object-fit: contain;
	aspect-ratio: 1/1;
}

.accordion .accordion-item__title::before,
.accordion .accordion-item__title::after {
	content: "";
	position: absolute;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 16px;
	background-color: currentColor;
	opacity: 1;
	transition: transform 0.3s ease-in-out;
}

.accordion .accordion-item__title::after {
	transform: rotate(90deg);
}

.accordion .accordion-item__content {
	display: grid;
	grid-template-rows: minmax(0, 0fr);
	overflow: hidden;
	transition: grid-template-rows 0.32s ease;
	text-align: left;
}

.accordion .accordion-item__content-inner {
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	padding: 0 var(--text-40) var(--space-20) 0;
	min-height: 0;
	overflow: hidden;
}

.accordion .accordion-item__content-inner p {
	font-size: var(--text-16);
	line-height: var(--text-24);
	color: var(--color-text-muted);
}

.accordion .accordion-item__content-inner p:first-child {
	margin-top: 0;
}

.accordion .accordion-item.active .accordion-item__content {
	grid-template-rows: minmax(0, 1fr);
}

.accordion .accordion-item.active .accordion-item__title::before {
	transform: rotate(45deg);
}

.accordion .accordion-item.active .accordion-item__title::after {
	transform: rotate(-45deg);
}

.accordion .accordion-item + .accordion-item {
	border-top: 0;
}

.colour-theme-white .accordion-item,
.colour-theme-platinum .accordion-item,
.colour-theme-light-green .accordion-item,
.colour-theme-light-orange .accordion-item,
.colour-theme-medium-green .accordion-item,
.colour-theme-dark-green .accordion-item,
.colour-theme-blue .accordion-item,
.colour-theme-midnight .accordion-item {
	background: transparent;
}

@media screen and (min-width: 769px) {

	.accordion-advanced .content-wrapper-inner {
		display: flex;
		gap: var(--space-40);
	}
}

.accordion-advanced .content-wrapper-inner .accordion-advanced-column {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 769px) {

	.accordion-advanced .content-wrapper-inner .accordion-advanced-column {
		width: calc(50% - 20px);
	}
}

.accordion-advanced .content-wrapper-inner .accordion-advanced-column .app-download-button-image {
	height: 40px;
	object-fit: contain;
}

.accordion-advanced .content-wrapper-inner .accordion-advanced-description {
	flex-grow: 1;
}

.accordion-advanced .content-wrapper-inner .accordion-advanced-rows img {
	width: 100%;
}

.accordion-advanced .content-wrapper-inner .accordion-advanced-images {
	position: relative;
}

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

	.accordion-advanced .content-wrapper-inner .accordion-advanced-images {
		display: none;
	}
}

.accordion-advanced .content-wrapper-inner .accordion-advanced-images img {
	width: 100%;
	max-height: 600px;
	transition: 0.3s;
	object-fit: contain;
	opacity: 0;
}

.accordion-advanced .content-wrapper-inner .accordion-advanced-images img:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
}

.accordion-advanced .content-wrapper-inner .accordion-advanced-images img.active {
	opacity: 1;
}

.accordion-advanced .accordion-advanced-item {
	margin-bottom: var(--space-24);
	overflow: hidden;
}

.accordion-advanced .accordion-advanced-item__title {
	border-radius: 6px;
	position: relative;
	padding: var(--space-16) var(--space-20);
	font-size: var(--text-18);
	line-height: var(--text-24);
	font-weight: var(--weight-medium);
	color: var(--white);
	cursor: pointer;
}

.accordion-advanced .accordion-advanced-item__title-aqua {
	background-color: var(--neutral-dark);
}

.accordion-advanced .accordion-advanced-item__title-crimson {
	background-color: var(--pink-dark);
}

.accordion-advanced .accordion-advanced-item__title-moss {
	background-color: var(--neutral-darkest);
}

.accordion-advanced .accordion-advanced-item__title-yellow {
	background-color: var(--primary-light);
}

.accordion-advanced .accordion-advanced-item__content {
	padding: 0 var(--space-20);
	overflow: hidden;
	will-change: max-height;
	max-height: 0;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.accordion-advanced .accordion-advanced-item__content p {
	font-size: var(--text-16);
	line-height: var(--text-20);
	margin: var(--space-20) 0 0 0;
}

@media screen and (min-width: 769px) {

	.accordion-advanced .accordion-advanced-item__content .accordion-advanced-item-image {
		display: none;
	}
}

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

	.accordion-advanced .accordion-advanced-item__content .accordion-advanced-item-image {
		display: block;
		margin: var(--space-20) 0 0 0;
		max-height: 400px;
		object-position: left top;
		object-fit: cover;
	}
}

.accordion-advanced .accordion-advanced-item__active .accordion-advanced-item__content {
	opacity: 1;
}

.accordion-advanced .accordion-advanced-item.active .accordion-advanced-item__content {
	max-height: 750px;
	overflow-y: scroll;
}

.accordion-advanced .accordion-advanced-item.active .accordion-advanced-item__title::after {
	opacity: 0;
}

.accordion-advanced.highlight-active-accordion-item .accordion-advanced-item .accordion-advanced-item__title {
	background-color: var(--neutral-darkest);
}

.accordion-advanced.highlight-active-accordion-item .accordion-advanced-item__active .accordion-advanced-item__title {
	background-color: var(--neutral-dark);
}

.responsive-image-set__mobile-image,
.responsive-image-set__desktop-image {
	align-items: center;
	justify-content: center;
}

.responsive-image-set__mobile-image img,
.responsive-image-set__desktop-image img {
	width: 100%;
	max-width: none;
}

@media screen and (min-width: 481px) {

	.responsive-image-set__mobile-image {
		display: none;
	}
}

.responsive-image-set__desktop-image {
	display: none;
}

@media screen and (min-width: 481px) {

	.responsive-image-set__desktop-image {
		display: block;
	}
}

.hero .responsive-image-set .responsive-image-set__mobile-image,
.two-tile .responsive-image-set .responsive-image-set__mobile-image,
.two-tile-half-half .responsive-image-set .responsive-image-set__mobile-image,
.two-tile-small-large .responsive-image-set .responsive-image-set__mobile-image,
.two-tile-large-small .responsive-image-set .responsive-image-set__mobile-image {
	display: flex;
}

@media screen and (min-width: 481px) {

	.hero .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile-half-half .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile-small-large .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile-large-small .responsive-image-set .responsive-image-set__mobile-image {
		display: none;
	}
}

@media screen and (min-width: 769px) {

	.hero .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile-half-half .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile-small-large .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile-large-small .responsive-image-set .responsive-image-set__mobile-image {
		display: flex;
	}
}

@media screen and (min-width: 1025px) {

	.hero .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile-half-half .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile-small-large .responsive-image-set .responsive-image-set__mobile-image,
	.two-tile-large-small .responsive-image-set .responsive-image-set__mobile-image {
		display: none;
	}
}

.hero .responsive-image-set .responsive-image-set__desktop-image,
.two-tile .responsive-image-set .responsive-image-set__desktop-image,
.two-tile-half-half .responsive-image-set .responsive-image-set__desktop-image,
.two-tile-small-large .responsive-image-set .responsive-image-set__desktop-image,
.two-tile-large-small .responsive-image-set .responsive-image-set__desktop-image {
	display: none;
}

@media screen and (min-width: 481px) {

	.hero .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile-half-half .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile-small-large .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile-large-small .responsive-image-set .responsive-image-set__desktop-image {
		display: flex;
	}
}

@media screen and (min-width: 769px) {

	.hero .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile-half-half .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile-small-large .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile-large-small .responsive-image-set .responsive-image-set__desktop-image {
		display: none;
	}
}

@media screen and (min-width: 1025px) {

	.hero .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile-half-half .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile-small-large .responsive-image-set .responsive-image-set__desktop-image,
	.two-tile-large-small .responsive-image-set .responsive-image-set__desktop-image {
		display: flex;
	}
}

.wp-block-buttons + .responsive-image-set,
p + .responsive-image-set {
	margin-top: var(--space-32);
}

.ssb-single-check-wrapper {
	border: 2px solid var(--neutral-lighter);
	border-radius: var(--radius-12);
	padding: var(--space-16);
	margin-bottom: var(--space-16);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ssb-single-check-wrapper:hover {
	cursor: pointer;
}

.ssb-single-check-content {
	max-width: 80%;
}

.ssb-single-check-title {
	font-weight: var(--weight-semibold);
	margin-bottom: var(--space-4);
}

.ssb-single-check-description {
	color: var(--neutral-dark);
}

.ssb-single-check-button {
	background-color: var(--neutral-lightest);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-24);
	font-weight: var(--weight-normal);
	color: var(--neutral-darker);
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.ssb-single-check-wrapper.selected {
	border: 2px solid var(--neutral-darkest);
}

.ssb-single-check-button.selected {
	background-color: var(--neutral-darkest);
	color: var(--white);
}

.testimonials {
	background-color: var(--color-bg-surface);
}

.testimonials__header {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--space-24);
	margin-bottom: var(--space-48);
}

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

	.testimonials__header {
		flex-direction: column;
		gap: var(--space-16);
		margin-bottom: var(--space-32);
	}
}

.testimonials__header-left {
	flex: 0 0 60%;
	max-width: 60%;
}

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

	.testimonials__header-left {
		flex-basis: 70%;
		max-width: 70%;
	}
}

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

	.testimonials__header-left {
		flex-basis: 80%;
		max-width: 80%;
	}
}

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

	.testimonials__header-left {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.testimonials__heading {
	color: var(--color-text-strong);
	margin: 0 0 var(--space-24) 0;
	padding: 0;
}

.testimonials__subheading {
	font-size: var(--text-18);
	line-height: var(--leading-150);
	margin: 0;
	color: var(--color-text-muted);
}

.testimonials__header-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	align-self: stretch;
	flex-shrink: 0;
	gap: var(--space-16);
}

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

	.testimonials__header-right {
		align-self: auto;
		align-items: flex-start;
	}
}

.testimonials__cta {
	text-decoration: none;
}

.testimonials__cta:hover {
	text-decoration: none;
}

.testimonials__nav-buttons {
	display: flex;
	flex-direction: row;
	gap: var(--space-12);
	flex-shrink: 0;
}

.testimonials__nav-buttons--below {
	display: none;
	margin-top: var(--space-24);
	justify-content: flex-end;
}

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

	.testimonials__nav-buttons--header {
		display: none;
	}

	.testimonials__nav-buttons--below {
		display: flex;
	}
}

.testimonials__slider {
	margin: auto;
	padding: 0;
	position: relative;
	--testimonials-mask-fade: var(--space-96);
	--testimonials-mask-gutter: var(--site-padding-large);
}

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

	.testimonials__slider {
		--testimonials-mask-gutter: var(--site-padding-small);
		padding: 0;
	}
}

.testimonials__slider::before,
.testimonials__slider::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(var(--testimonials-mask-fade) + var(--testimonials-mask-gutter));
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease;
	z-index: 2;
}

.testimonials__slider::before {
	left: calc(var(--testimonials-mask-gutter) * -1);
	background: linear-gradient(to left, transparent 0, var(--white) var(--testimonials-mask-fade));
}

.testimonials__slider::after {
	right: calc(var(--testimonials-mask-gutter) * -1);
	background: linear-gradient(to right, transparent 0, var(--white) var(--testimonials-mask-fade));
}

.testimonials__slider.testimonials__slider--mask-left::before {
	opacity: 1;
}

.testimonials__slider.testimonials__slider--mask-right::after {
	opacity: 1;
}

.testimonials__slider.slick-slider,
.testimonials__slider.slick-dotted {
	margin-bottom: 0 !important;
}

.testimonials__slider .slick-list {
	margin: 0 calc(var(--space-12) * -1);
}

.testimonials__slider .slick-slide {
	display: flex !important;
	height: auto;
	padding: 0 var(--space-12);
}

.testimonials__slider .slick-slide > div {
	display: flex;
	height: 100%;
	width: 100%;
}

.testimonials__slider .slick-track {
	display: flex !important;
}

.testimonials__slider .slick-dots {
	left: 0;
	text-align: center;
	display: none !important;
}

.testimonials.single-testimonials .testimonial {
	border-radius: 11px;
	overflow: hidden;
	margin: auto;
}

.testimonials.single-testimonials .testimonial__wrapper {
	display: block;
}

.testimonials.single-testimonials .testimonial__simplified-content {
	display: flex;
	flex-direction: column;
	gap: var(--space-48);
	flex: 1 1 auto;
	min-width: 0;
}

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

	.testimonials.single-testimonials .testimonial__simplified-content {
		gap: var(--space-24);
	}
}

.testimonials.single-testimonials .testimonial__simplified-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--space-48);
	padding: var(--space-48);
}

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

	.testimonials.single-testimonials .testimonial__simplified-card {
		flex-direction: column;
		padding: var(--space-24);
	}
}

.testimonials.single-testimonials .testimonial__simplified-quote {
	text-align: left;
	margin: 0;
	color: var(--blue-dark);
	max-width: 58ch;
}

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

	.testimonials.single-testimonials .testimonial__simplified-quote {
		max-width: none;
	}
}

.testimonials.single-testimonials .testimonial__simplified-avatar {
	display: flex;
	align-items: center;
	gap: var(--space-16);
	max-width: 100%;
}

.testimonials.single-testimonials .testimonial__simplified-avatar-img {
	width: 64px;
	height: 64px;
	border-radius: var(--radius-8);
	overflow: hidden;
	flex-shrink: 0;
}

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

	.testimonials.single-testimonials .testimonial__simplified-avatar-img {
		border-radius: var(--radius-4);
	}
}

.testimonials.single-testimonials .testimonial__simplified-avatar-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.testimonials.single-testimonials .testimonial__simplified-avatar-text {
	display: flex;
	flex-direction: column;
	font-size: var(--text-16);
	line-height: var(--text-24);
	min-width: 0;
}

.testimonials.single-testimonials .testimonial__simplified-avatar-text .testimonial__author-name {
	font-weight: var(--weight-semibold);
	color: var(--neutral-darkest);
}

.testimonials.single-testimonials .testimonial__simplified-author-role {
	color: var(--neutral-dark);
	font-weight: var(--weight-normal);
}

.testimonials.single-testimonials .testimonial__simplified-actions {
	flex-shrink: 0;
	align-self: flex-start;
}

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

	.testimonials.single-testimonials .testimonial__simplified-actions {
		width: 100%;
	}
}

.testimonials.multiple-testimonials .testimonial {
	border: 1px solid var(--color-border);
	border-radius: var(--radius-12);
	overflow: hidden;
	margin: auto;
	padding: var(--space-48);
	height: 100%;
	display: flex;
}

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

	.testimonials.multiple-testimonials .testimonial {
		padding: var(--space-24);
	}
}

.testimonials.multiple-testimonials .testimonial__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.testimonials.multiple-testimonials .testimonial__author-company-logo {
	height: 48px !important;
	max-width: 120px;
	margin: 0 0 var(--space-48) 0;
}

.testimonials.multiple-testimonials .testimonial__author-company-logo img {
	max-width: 100%;
	height: 48px;
	object-fit: contain;
	object-position: left;
}

.testimonials.multiple-testimonials .testimonial__content {
	margin-top: 0;
	font-size: var(--text-18);
	line-height: var(--leading-150);
	color: var(--neutral);
}

.testimonials.multiple-testimonials .testimonial__author {
	margin-top: auto;
	padding-top: var(--space-24);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-size: var(--text-16);
	line-height: var(--text-24);
}

.testimonials.multiple-testimonials .testimonial__author-inner {
	display: flex;
	flex-direction: row;
	gap: var(--space-16);
}

.testimonials.multiple-testimonials .testimonial__author-image {
	flex-shrink: 0;
	width: 40px;
	height: 40px !important;
	border-radius: var(--radius-full);
	overflow: hidden;
}

.testimonials.multiple-testimonials .testimonial__author-image img {
	object-fit: cover;
	object-position: center;
}

.testimonials.multiple-testimonials .testimonial__author-details {
	flex-grow: 1;
}

.testimonials.multiple-testimonials .testimonial__author-details span {
	display: block;
}

.testimonials.multiple-testimonials .testimonial__author-name {
	font-weight: var(--weight-semibold);
}

.testimonials.multiple-testimonials .testimonial__call-to-action {
	margin-top: var(--space-24);
}

.testimonials.multiple-testimonials .testimonial__call-to-action a {
	font-size: var(--text-14);
	line-height: var(--text-20);
}

.testimonials.multiple-testimonials .testimonial__call-to-action a[target="_blank"] {
	position: relative;
}

.testimonials.multiple-testimonials .testimonial__call-to-action a[target="_blank"] svg {
	padding-top: var(--space-2);
	margin-left: var(--space-4);
}

.testimonials.colour-theme-white .testimonial,
.testimonials.colour-theme-platinum .testimonial,
.testimonials.colour-theme-light-orange .testimonial,
.testimonials.colour-theme-light-green .testimonial {
	background-color: var(--color-bg);
}

.testimonials.colour-theme-platinum {
	background-color: var(--white);
}

.testimonials.colour-theme-white {
	background-color: var(--white);
}

.testimonials.colour-theme-white.single-testimonials .testimonial {
	background-color: var(--blue-light);
}

.testimonials.colour-theme-white.single-testimonials .testimonial .testimonial__simplified-quote {
	color: var(--blue-dark);
}

.testimonials.colour-theme-medium-green .testimonial {
	background-color: var(--neutral-darker);
}

.testimonials.colour-theme-dark-green .testimonial {
	background-color: var(--neutral-dark);
}

.testimonials.colour-theme-blue .testimonial {
	background-color: var(--neutral-darker);
}

.testimonials.colour-theme-midnight .testimonial {
	background-color: var(--color-bg);
}

.testimonials.colour-theme-midnight .testimonial h3,
.testimonials.colour-theme-midnight .testimonial p {
	color: var(--color-text-default);
}

.page-template-template-certn-identity .testimonials.colour-theme-white .testimonial,
.page-template-template-certn-identity .testimonials.colour-theme-platinum .testimonial,
.page-template-template-certn-identity .testimonials.colour-theme-light-orange .testimonial,
.page-template-template-certn-identity .testimonials.colour-theme-light-green .testimonial {
	border-color: var(--blue-dark);
}

.faqs {
	background: var(--white);
}

.faqs .content-wrapper-inner {
	display: flex;
	gap: var(--space-48);
	align-items: flex-start;
}

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

	.faqs .content-wrapper-inner {
		flex-direction: column;
	}
}

.faqs__left {
	width: 500px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: var(--space-24);
}

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

	.faqs__left {
		width: 100%;
	}
}

.faqs__content {
	display: flex;
	flex-direction: column;
	gap: var(--space-24);
}

.faqs__heading {
	font-size: var(--text-48);
	font-weight: var(--weight-semibold);
	line-height: var(--leading-tight);
	color: var(--neutral-darkest);
	margin: 0;
}

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

	.faqs__heading {
		font-size: var(--text-32);
	}
}

.faqs__subheading {
	font-size: var(--text-18);
	line-height: var(--leading-150);
	color: var(--neutral-darkest);
	margin: 0;
}

.faqs__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: var(--space-12) var(--space-24);
	border: 1px solid var(--neutral-darkest);
	border-radius: var(--radius-8);
	font-size: var(--text-16);
	line-height: var(--text-24);
	color: var(--neutral-darkest);
	text-decoration: none;
	align-self: flex-start;
}

.faqs__cta:hover {
	background: var(--neutral-darkest);
	color: var(--white);
}

.faqs__accordion {
	flex: 1 0 0;
	min-width: 0;
	border-bottom: 1px solid var(--neutral-lighter);
}

.faqs__item {
	border-top: 1px solid var(--neutral-lighter);
}

.faqs__question {
	display: flex;
	gap: var(--space-24);
	align-items: center;
	padding: var(--space-20) 0;
	cursor: pointer;
	user-select: none;
}

.faqs__question span {
	flex: 1 0 0;
	font-size: var(--text-18);
	font-weight: var(--weight-semibold);
	line-height: var(--leading-150);
	color: var(--neutral-darkest);
}

.faqs__chevron {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	color: var(--neutral-darkest);
	transition: transform 0.3s ease;
}

.faqs__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.faqs__answer-inner {
	padding-bottom: var(--space-24);
	font-size: var(--text-16);
	line-height: var(--leading-150);
	color: var(--neutral-darkest);
}

.faqs__answer-inner p {
	margin: 0;
}

.faqs__answer-inner p + p {
	margin-top: var(--space-12);
}

.faqs__answer-inner ol,
.faqs__answer-inner ul {
	margin: var(--space-12) 0 0 0;
	padding-left: var(--space-20);
}

.faqs__answer-inner li {
	margin-top: var(--space-8);
}

.faqs__answer-inner a {
	color: var(--neutral-darkest);
	text-decoration: underline;
}

.faqs__item--open .faqs__chevron {
	transform: rotate(180deg);
}

.features-list-image-tabs {
	background: var(--color-bg);
}

.features-list-image-tabs .content-wrapper-inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-48);
}

.features-list-image-tabs__intro {
	width: 60%;
	max-width: 60%;
}

@media (max-width: 1024px) {

	.features-list-image-tabs__intro {
		width: 70%;
		max-width: 70%;
	}
}

@media (max-width: 768px) {

	.features-list-image-tabs__intro {
		width: 80%;
		max-width: 80%;
	}
}

@media (max-width: 480px) {

	.features-list-image-tabs__intro {
		width: 100%;
		max-width: 100%;
	}
}

.features-list-image-tabs__heading {
	color: var(--color-text-strong);
	margin: 0 0 var(--space-24);
}

.features-list-image-tabs__subheading {
	font-size: var(--text-18);
	line-height: var(--leading-150);
	color: var(--color-text-muted);
	margin: 0;
}

.features-list-image-tabs__body {
	display: flex;
	gap: var(--space-48);
	align-items: flex-start;
}

@media (max-width: 768px) {

	.features-list-image-tabs__body {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}
}

.features-list-image-tabs__tabs-nav {
	flex: 1 1 0;
	min-width: 0;
}

@media (max-width: 768px) {

	.features-list-image-tabs__tabs-nav {
		display: contents;
	}
}

.features-list-image-tabs__images {
	flex: 1 1 0;
	min-width: 0;
	display: grid;
	position: relative;
}

@media (max-width: 768px) {

	.features-list-image-tabs__images {
		display: contents;
	}
}

.features-list-image-tabs__image {
	display: block;
	aspect-ratio: 3/2;
	border-radius: var(--radius-12);
	overflow: hidden;
	grid-area: 1/1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	filter: blur(8px);
	transition:
		opacity 280ms ease,
		filter 280ms ease,
		visibility 0s linear 280ms;
}

.features-list-image-tabs__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.features-list-image-tabs__image--active {
	opacity: 1;
	visibility: visible;
	filter: blur(0);
	pointer-events: auto;
	transition-delay: 0s;
}

@media (max-width: 768px) {

	.features-list-image-tabs__image {
		display: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		filter: none;
		transition: none;
		grid-area: auto;
		margin-bottom: var(--space-16);
	}

	.features-list-image-tabs__image--active {
		display: block;
	}

	.features-list-image-tabs__image:not([data-tab-index="0"]) {
		margin-top: var(--space-24);
	}

	.features-list-image-tabs__image[data-tab-index="0"] { order: 0; }
	.features-list-image-tabs__tab[data-tab-index="0"]   { order: 1; }
	.features-list-image-tabs__image[data-tab-index="1"] { order: 2; }
	.features-list-image-tabs__tab[data-tab-index="1"]   { order: 3; }
	.features-list-image-tabs__image[data-tab-index="2"] { order: 4; }
	.features-list-image-tabs__tab[data-tab-index="2"]   { order: 5; }
	.features-list-image-tabs__image[data-tab-index="3"] { order: 6; }
	.features-list-image-tabs__tab[data-tab-index="3"]   { order: 7; }
	.features-list-image-tabs__image[data-tab-index="4"] { order: 8; }
	.features-list-image-tabs__tab[data-tab-index="4"]   { order: 9; }
	.features-list-image-tabs__image[data-tab-index="5"] { order: 10; }
	.features-list-image-tabs__tab[data-tab-index="5"]   { order: 11; }
	.features-list-image-tabs__image[data-tab-index="6"] { order: 12; }
	.features-list-image-tabs__tab[data-tab-index="6"]   { order: 13; }
	.features-list-image-tabs__image[data-tab-index="7"] { order: 14; }
	.features-list-image-tabs__tab[data-tab-index="7"]   { order: 15; }
	.features-list-image-tabs__image[data-tab-index="8"] { order: 16; }
	.features-list-image-tabs__tab[data-tab-index="8"]   { order: 17; }
	.features-list-image-tabs__image[data-tab-index="9"] { order: 18; }
	.features-list-image-tabs__tab[data-tab-index="9"]   { order: 19; }
}

.features-list-image-tabs__tab {
	position: relative;
	border-bottom: 2px solid var(--color-border-muted);
	opacity: 0.64;
	padding: var(--space-24) 0;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.features-list-image-tabs__tab--active {
	opacity: 1;
}

.features-list-image-tabs__tab--active::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--primary-dark);
	transform: scaleX(0);
	transform-origin: left center;
	animation: flit-progress var(--flit-duration, 6s) linear forwards;
}

@keyframes flit-progress {

	from {
		transform: scaleX(0);
	}

	to {
		transform: scaleX(1);
	}
}

.features-list-image-tabs__tab-header {
	display: flex;
	gap: var(--space-12);
	align-items: center;
}

.features-list-image-tabs__tab-icon {
	width: var(--space-32);
	height: var(--space-32);
	flex-shrink: 0;
	object-fit: contain;
}

.features-list-image-tabs__tab-heading {
	font-size: var(--text-32);
	font-weight: var(--weight-semibold);
	line-height: var(--leading-snug);
	color: var(--color-text-strong);
}

@media (max-width: 768px) {

	.features-list-image-tabs__tab-heading {
		font-size: var(--text-24);
	}
}

.features-list-image-tabs__tab-body {
	display: grid;
	grid-template-rows: 0fr;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	transition:
		grid-template-rows 280ms ease,
		margin 280ms ease,
		padding 280ms ease;
}

.features-list-image-tabs__tab-body p {
	font-size: var(--text-16);
	line-height: var(--leading-150);
	color: var(--color-text-muted);
	margin: 0;
}

.features-list-image-tabs__tab-body-inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-24);
	min-height: 0;
	overflow: hidden;
}

.features-list-image-tabs__tab--active .features-list-image-tabs__tab-body {
	grid-template-rows: 1fr;
	margin-top: var(--space-12);
	padding-top: var(--space-12);
	padding-bottom: var(--space-12);
}

.features-list-image-tabs__tab-cta {
	align-self: flex-start;
}

.features-list-image-tabs__tab-cta:hover {
	text-decoration: none;
}

.posts-section {
	background: var(--color-bg);
}

.posts-section__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: var(--space-24);
	margin-bottom: var(--space-48);
}

@media (max-width: 768px) {

	.posts-section__header {
		flex-direction: column;
		align-items: flex-start;
	}
}

.posts-section__header-left {
	flex: 1 0 0;
	min-width: 0;
	max-width: 768px;
}

.posts-section__heading {
	font-size: var(--text-48);
	font-weight: var(--weight-semibold);
	line-height: var(--leading-tight);
	color: var(--color-text-strong);
	margin: 0 0 var(--space-16);
}

@media (max-width: 768px) {

	.posts-section__heading {
		font-size: var(--text-36);
	}
}

.posts-section__subheading {
	font-size: var(--text-18);
	line-height: var(--leading-150);
	color: var(--color-text-strong);
	margin: 0;
}

.posts-section__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: var(--space-12) var(--space-24);
	border: 1px solid var(--button-outlined-border);
	border-radius: var(--radius-8);
	font-size: var(--text-16);
	line-height: var(--text-24);
	color: var(--button-outlined-text);
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.posts-section__cta:hover {
	background-color: var(--dark-4);
	color: var(--button-outlined-text);
	text-decoration: none;
}

.posts-section__cards {
	display: flex;
	gap: var(--space-24);
	align-items: stretch;
}

@media (max-width: 768px) {

	.posts-section__cards {
		flex-direction: column;
	}
}

.posts-section__card {
	flex: 1 0 0;
	min-width: 0;
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-12);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.posts-section__card-image a {
	display: block;
}

.posts-section__card-image img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
	display: block;
}

.posts-section__card-content {
	padding: var(--space-24);
	display: flex;
	flex-direction: column;
	gap: var(--space-24);
	flex: 1;
}

.posts-section__tag {
	display: inline-block;
	background: var(--color-bg-surface);
	border-radius: var(--radius-4);
	padding: var(--space-4) var(--space-8);
	font-size: var(--text-14);
	font-weight: var(--weight-semibold);
	line-height: var(--text-20);
	color: var(--color-text-strong);
}

.posts-section__card-text {
	display: flex;
	flex-direction: column;
	gap: var(--space-12);
}

.posts-section__card-text h3 {
	font-size: var(--text-24);
	font-weight: var(--weight-semibold);
	line-height: var(--leading-normal);
	color: var(--color-text-strong);
	margin: 0;
}

.posts-section__card-text h3 a {
	color: inherit;
	text-decoration: none;
}

.posts-section__card-text h3 a:hover {
	text-decoration: underline;
}

.posts-section__card-text p {
	font-size: var(--text-16);
	line-height: var(--leading-150);
	color: var(--color-text-default);
	margin: 0;
}

.cases__slider {
	margin: auto;
	padding: 0;
}

.cases__slider .slick-slide {
	height: auto;
	padding: 0;
}

.cases__slider .slick-slide div {
	height: 100%;
}

.cases__slider.slick-slider,
.cases__slider.slick-dotted {
	margin-bottom: 0 !important;
}

.cases__slider .slick-track {
	display: flex !important;
}

.cases__slider .slick-dots {
	left: 0;
	padding-left: var(--space-40);
	text-align: left;
}

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

	.cases__slider .slick-dots {
		padding-left: 0;
		text-align: center;
	}
}

.cases .case {
	border-radius: 11px;
	overflow: hidden;
	margin: auto;
}

.cases .case__wrapper {
	display: flex;
}

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

	.cases .case__wrapper {
		flex-direction: column;
	}
}

@media screen and (min-width: 769px) {

	.cases .case__content,
	.cases .case__image {
		flex: 0 0 50%;
	}
}

.cases .case__content {
	display: flex;
	flex-direction: column;
	padding: var(--space-40);
}

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

	.cases .case__content {
		padding: var(--space-40) var(--text-14) var(--space-40) var(--text-14);
	}
}

.cases .case__content > :last-child {
	margin-bottom: 0;
}

.cases .case__content h3 {
	margin-top: var(--space-20);
	font-size: var(--text-36);
	line-height: var(--text-48);
}

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

	.cases .case__content h3 {
		font-size: var(--text-24);
		line-height: var(--text-36);
	}
}

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

	.cases .case__content h3 {
		font-size: var(--text-24);
		line-height: var(--text-32);
	}
}

.cases .case__content .wp-block-buttons {
	margin-top: 0;
}

.cases .case__image {
	flex-shrink: 0;
	margin: 0;
	padding: var(--text-14);
	overflow: hidden;
}

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

	.cases .case__image {
		padding: 0;
	}
}

.cases .case__image img {
	border-radius: 6px;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	object-fit: cover;
	object-position: center;
}

.cases.colour-theme-white .case {
	background-color: var(--neutral-white);
}

.cases.colour-theme-platinum .case,
.cases.colour-theme-light-orange .case,
.cases.colour-theme-light-green .case {
	background-color: var(--white);
}

.cases.colour-theme-medium-green .case,
.cases.colour-theme-blue .case {
	background-color: var(--neutral-darker);
}

.cases.colour-theme-dark-green .case {
	background-color: var(--neutral-dark);
}

.cases.colour-theme-midnight .case {
	background-color: var(--white);
}

.cases.colour-theme-midnight .case h3,
.cases.colour-theme-midnight .case p {
	color: var(--neutral-darker);
}

.press-releases .content-wrapper-inner .press-release figure {
	max-height: 210px;
}

.press-releases .content-wrapper-inner .press-release figure img {
	object-fit: cover;
	height: 100%;
	object-position: center;
}

.press-releases .content-wrapper-inner .press-release.no-image .image-text-block__content .wp-block-buttons {
	flex-grow: 0;
}

.press-releases .content-wrapper-inner .press-release h5 a {
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}

.gravity-forms .content-wrapper > .content-wrapper-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
}

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

	.gravity-forms .content-wrapper > .content-wrapper-inner {
		max-width: 100%;
	}
}

.gravity-forms p {
	color: var(--color-text-muted);
}

.gravity-forms .gravity-forms-header {
	text-align: center;
}

.gravity-forms .gravity-forms-header p {
	margin-top: var(--space-12);
}

.gravity-forms .form-top-banner {
	border: 1px solid var(--neutral-dark);
	border-radius: 6px;
	margin: 0 0 var(--space-32) 0;
	padding: var(--space-16);
	font-size: var(--text-14);
	text-align: center;
}

.gravity-forms .gravity-forms-radio-boxes-row-wrapper {
	display: flex;
	flex-direction: row;
	gap: var(--space-32);
}

.gravity-forms .gravity-forms-radio-boxes-row-wrapper .radio-box {
	flex: 0 0 calc(50% - 15px);
	box-sizing: border-box;
	border: 2px solid var(--neutral-lighter);
	border-radius: 11px;
	padding: var(--space-20);
	text-align: center;
	cursor: pointer;
}

.gravity-forms .gravity-forms-radio-boxes-row-wrapper .radio-box .radio-line {
	display: flex;
	align-items: center;
	gap: var(--space-8);
}

.gravity-forms .gravity-forms-radio-boxes-row-wrapper .radio-box img {
	width: 40px;
	height: 40px;
	margin-bottom: var(--space-12);
	object-fit: contain;
}

.gravity-forms .gravity-forms-radio-boxes-row-wrapper .radio-box h5 {
	margin-bottom: var(--space-12);
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--space-32);
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box {
	box-sizing: border-box;
	border: 2px solid var(--neutral-lighter);
	border-radius: 11px;
	padding: var(--space-20);
	cursor: pointer;
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box .radio-line-wrapper {
	display: flex;
	flex-direction: row;
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box .radio-line-wrapper .radio-line-left-column,
.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box .radio-line-wrapper .radio-line-right-column {
	display: flex;
	flex-direction: column;
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box .radio-line-wrapper .radio-line-left-column {
	flex: 1;
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box .radio-line-wrapper .radio-line-left-column .radio-line {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: var(--space-8);
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box .radio-line-wrapper .solution-price {
	font-size: var(--text-20);
	line-height: var(--text-24);
	font-weight: var(--weight-medium);
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box .radio-line-wrapper .solution-price-per-report {
	font-size: var(--text-12);
	line-height: var(--text-16);
	font-weight: var(--weight-normal);
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box .included-checks {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box .included-checks li {
	font-size: var(--text-14);
	line-height: var(--text-18);
	margin-right: var(--space-20);
	position: relative;
	padding-left: var(--space-20);
	opacity: 0.84;
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper .radio-box .included-checks li::before {
	position: absolute;
	content: "";
	background-image: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.13916 6.71235L6.3749 8.9248L10.7765 4.94238' stroke='%23565a54' stroke-width='1.79612' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-color: transparent;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	top: 1px;
	left: -4px;
}

.gravity-forms .gravity-forms-radio-boxes-column-wrapper #radio-box-solution-other {
	background-color: var(--neutral-white);
	cursor: default;
}

.gravity-forms .heading-margin-modifier {
	margin-bottom: 0;
}

.gravity-forms .social-login-buttons {
	display: flex;
	justify-content: space-between;
	gap: var(--space-20);
	align-items: center;
}

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

	.gravity-forms .social-login-buttons {
		gap: var(--space-12);
	}
}

.gravity-forms .social-login-buttons div img {
	cursor: pointer;
	border-radius: 5px;
	object-fit: contain;
	height: 45px;
	min-height: 45px;
	width: auto;
	display: block;
}

.gravity-forms .social-login-buttons .login-badge-long {
	display: block !important;
}

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

	.gravity-forms .social-login-buttons .login-badge-long {
		display: none !important;
	}
}

.gravity-forms .social-login-buttons .login-badge-short {
	display: none !important;
}

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

	.gravity-forms .social-login-buttons .login-badge-short {
		display: block !important;
	}
}

.gravity-forms .divider {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	margin: var(--space-32) 0 0 0;
}

.gravity-forms .divider::before,
.gravity-forms .divider::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	border-top: 1px solid var(--neutral-lighter);
	transform: translateY(-50%);
}

.gravity-forms .divider span {
	z-index: 1;
	background: var(--white);
	padding: 0 var(--space-20);
	font-size: var(--text-14);
	font-weight: var(--weight-medium);
	color: var(--neutral-light);
}

.gravity-forms .password-requirements {
	padding: var(--space-16);
	border-radius: 6px;
	background-color: var(--neutral-white);
	font-size: var(--text-14);
	line-height: var(--text-20);
}

.gravity-forms .password-requirements ul {
	margin: var(--space-4) 0 0 var(--space-40);
	padding-left: 0;
}

.gravity-forms .password-requirements ul ul {
	margin-left: var(--space-16);
}

.gform_validation_errors {
	border: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
	display: block !important;
}

.gform_validation_errors:hover,
.gform_validation_errors:active,
.gform_validation_errors:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: initial !important;
}

.gform_submission_error {
	background-color: var(--gf-form-validation-bg-color) !important;
	border: 1px solid var(--orange-dark) !important;
	padding-block: var(--gf-form-validation-padding-y) !important;
	padding-inline: var(--gf-form-validation-padding-x) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.gf_progressbar_wrapper {
	margin: var(--space-48) auto var(--space-48) auto !important;
}

.gf_progressbar_percentage {
	background: var(--neutral-dark) !important;
}

.gform_page_footer {
	margin: var(--space-32) auto var(--space-48) auto !important;
	display: flex;
}

.gform_button,
.gform_previous_button,
.gform_next_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: var(--space-12) var(--space-24) !important;
	border-radius: var(--radius-8) !important;
	font-family: inherit;
	font-size: var(--text-16) !important;
	line-height: var(--text-24) !important;
	font-weight: var(--weight-medium) !important;
	border: 1px solid transparent !important;
	box-sizing: border-box;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease;
	flex: 1 1 auto !important;
}

.gform_button,
.gform_next_button {
	background-color: var(--button-filled-neutral-bg) !important;
	border-color: var(--button-filled-neutral-border) !important;
	color: var(--button-filled-neutral-text) !important;
}

.gform_button:hover,
.gform_next_button:hover {
	background-color: var(--button-filled-neutral-bg-hover) !important;
	color: var(--button-filled-neutral-text) !important;
}

.gform_button:active,
.gform_next_button:active {
	background-color: var(--button-filled-neutral-bg-active) !important;
	color: var(--button-filled-neutral-text) !important;
}

.gform_button:focus-visible,
.gform_next_button:focus-visible {
	background-color: var(--button-filled-neutral-bg-hover) !important;
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-filled-neutral-text) !important;
}

.gform_button:disabled,
.gform_button[aria-disabled="true"],
.gform_next_button:disabled,
.gform_next_button[aria-disabled="true"] {
	pointer-events: none;
	background-color: var(--button-filled-neutral-bg-disabled) !important;
	color: var(--button-filled-neutral-text-disabled) !important;
}

.gform_previous_button {
	background-color: var(--button-outlined-bg) !important;
	border-color: var(--button-outlined-border) !important;
	color: var(--button-outlined-text) !important;
}

.gform_previous_button:hover {
	background-color: var(--button-outlined-bg-hover) !important;
	color: var(--button-outlined-text) !important;
}

.gform_previous_button:active {
	background-color: var(--button-outlined-bg-active) !important;
	color: var(--button-outlined-text) !important;
}

.gform_previous_button:focus-visible {
	background-color: var(--button-outlined-bg-hover) !important;
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-outlined-text) !important;
}

.gform_previous_button:disabled,
.gform_previous_button[aria-disabled="true"] {
	pointer-events: none;
	background-color: var(--button-outlined-bg-disabled) !important;
	border-color: var(--button-outlined-border-disabled) !important;
	color: var(--button-outlined-text-disabled) !important;
}

/*
 * Re-point Gravity Forms framework focus token at the shared button focus
 * ring color. GF paints its own outline on `.gform-theme-button:focus` using
 * `--gf-ctrl-outline-color-focus`, which it defines on `.gform-theme--framework`
 * as a translucent variant of `--gf-color-primary` (the GF blue). Overriding
 * the variable on the same wrapper makes that rule resolve to our token
 * instead of fighting it with new selectors.
 */
.gform-theme--framework.gform_wrapper {
	--gf-ctrl-border-color-focus: var(--neutral-darkest);
	--gf-ctrl-outline-color-focus: var(--button-focus-ring-color);
	--gf-ctrl-outline-width-focus: var(--button-focus-ring-width);
	--gf-ctrl-outline-offset: var(--button-focus-ring-offset);
}

/* iOS Safari zooms focused controls with computed font-size below 16px. */
@media screen and (max-width: 768px) {
	.gform_wrapper input[type="text"],
	.gform_wrapper input[type="email"],
	.gform_wrapper input[type="tel"],
	.gform_wrapper input[type="url"],
	.gform_wrapper input[type="search"],
	.gform_wrapper input[type="number"],
	.gform_wrapper input[type="password"],
	.gform_wrapper textarea,
	.gform_wrapper select {
		font-size: var(--text-16) !important;
	}
}

.gform_page_fields {
	margin-left: auto !important;
	margin-right: auto !important;
}

.gform_page_fields > div {
	width: 100% !important;
}

.gf-form-container {
	flex-direction: column;
	justify-content: flex-start;
	display: flex !important;
	gap: var(--space-20);
}

.gf-form-all-field {
	width: 100%;
}

.gf-form-custom-list {
	list-style: disc !important;
	padding-left: var(--space-16) !important;
}

.gf-form-custom-list li {
	padding-left: var(--space-12) !important;
}

.gf-form-bold {
	font-weight: var(--weight-medium) !important;
}

.gf-form-heading {
	color: var(--neutral-darkest);
	font-size: var(--text-24);
	font-weight: var(--weight-medium);
	line-height: var(--text-32);
	word-wrap: break-word;
}

.gf-form-main-text {
	color: var(--neutral-darker) !important;
	font-size: var(--text-16);
	font-weight: var(--weight-normal) !important;
	line-height: var(--text-24) !important;
	word-wrap: break-word;
}

.gf-form-main-text label,
.gform-field-label {
	color: var(--neutral-darker) !important;
	font-size: var(--text-16);
	font-weight: var(--weight-medium) !important;
	line-height: var(--text-24) !important;
	word-wrap: break-word;
}

.ginput_address_country {
	inline-size: 100% !important;
}

::placeholder {

	/* Firefox */
	color: var(--neutral-light) !important;
	opacity: 1;
}

::-ms-input-placeholder {

	/* Edge 12 -18 */
	color: var(--neutral-light) !important;
}

.gf-form-main-text a {
	text-decoration: underline !important;
}

.gf-form-supplementary-text {
	color: var(--neutral-darker) !important;
	opacity: 0.84;
	font-size: var(--text-16);
	font-weight: var(--weight-normal);
	line-height: var(--text-24);
	word-wrap: break-word;
}

.gf-form-icon-text-box {
	width: 100%;
	border-radius: 6px;
	border: 1px solid var(--neutral-dark) !important;
	justify-content: flex-start;
	gap: var(--space-32);
	display: inline-flex;
	padding: var(--space-16);
	align-items: flex-start;
}

.gf-form-warning-box {
	border: 2px solid var(--orange-dark) !important;
	background: var(--orange-light) !important;
}

.gf-form-icon-text-box-icon {
	width: 24px;
	height: 24px;
}

.gfield_required,
.gfield_optional {
	color: var(--neutral-dark) !important;
	font-size: var(--text-12) !important;
	font-weight: var(--weight-medium) !important;
}

.gfield-locked-input {
	background-color: var(--neutral-lightest) !important;
	color: var(--neutral-dark) !important;
	cursor: not-allowed;
}

table.gpnf-nested-entries {
	border-collapse: collapse !important;
}

.gform_fields {
	row-gap: var(--space-16) !important;
}

.gform_fields table th,
.gform_fields table td,
.gf-form-container th,
.gf-form-container td {
	border-style: hidden !important;
	padding: var(--space-12) !important;
}

.gform_fields table th font,
.gform_fields table td font,
.gf-form-container th font,
.gf-form-container td font {
	display: block !important;
	min-height: 31px !important;
	line-height: var(--text-32) !important;
}

.gform_fields table th ul.bulleted,
.gform_fields table td ul.bulleted,
.gf-form-container th ul.bulleted,
.gf-form-container td ul.bulleted {
	list-style: disc !important;
	padding-left: var(--space-12) !important;
}

/*
 * Theme-level overrides for GP Advanced Save and Continue tingle modal.
 * Keep these in-theme (not in plugin files) so updates are durable.
 */
.tingle-modal .tingle-modal__close {
	background-color: transparent !important;
}

.tingle-modal .tingle-modal-box {
	border-radius: var(--radius-12);
	overflow: hidden;
}

.tingle-modal .tingle-modal-box__content h2 {
	font-size: clamp(var(--heading-h3-mobile-size, var(--text-32)), calc(var(--heading-h3-mobile-size, var(--text-32)) + (var(--heading-h3-desktop-size, var(--text-40)) - var(--heading-h3-mobile-size, var(--text-32))) * ((100vw - 768px) / 432px)), var(--heading-h3-desktop-size, var(--text-40)));
	line-height: var(--heading-h3-line-height, var(--leading-tight));
	margin-bottom: var(--space-24);
}

.tingle-modal .tingle-modal-box__content p {
	color: var(--color-text-muted);
}

.tingle-modal .tingle-modal-box__footer {
	background-color: var(--color-bg-surface);
}

.tingle-modal .tingle-modal-box__footer .tingle-btn {
	--btn-height: 48px;
	--btn-padding-block: 11px;
	--btn-padding-inline: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--btn-height);
	padding: var(--btn-padding-block) var(--btn-padding-inline);
	border-radius: var(--radius-8);
	border: 1px solid var(--button-filled-neutral-border);
	box-sizing: border-box;
	font-size: var(--text-16);
	font-weight: var(--weight-medium);
	line-height: var(--text-24);
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--primary {
	background-color: var(--button-filled-neutral-bg);
	border-color: var(--button-filled-neutral-border);
	color: var(--button-filled-neutral-text);
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--primary:hover {
	background-color: var(--button-filled-neutral-bg-hover);
	color: var(--button-filled-neutral-text);
	text-decoration: none;
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--primary:active {
	background-color: var(--button-filled-neutral-bg-active);
	color: var(--button-filled-neutral-text);
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--primary:focus-visible {
	background-color: var(--button-filled-neutral-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-filled-neutral-text);
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--primary:disabled,
.tingle-modal .tingle-modal-box__footer .tingle-btn--primary[aria-disabled="true"] {
	pointer-events: none;
	background-color: var(--button-filled-neutral-bg-disabled);
	color: var(--button-filled-neutral-text-disabled);
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--default {
	background-color: var(--button-outlined-bg);
	border-color: var(--button-outlined-border);
	color: var(--button-outlined-text);
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--default:hover {
	background-color: var(--button-outlined-bg-hover);
	color: var(--button-outlined-text);
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--default:active {
	background-color: var(--button-outlined-bg-active);
	color: var(--button-outlined-text);
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--default:focus-visible {
	background-color: var(--button-outlined-bg-hover);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-outlined-text);
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--default:disabled,
.tingle-modal .tingle-modal-box__footer .tingle-btn--default[aria-disabled="true"] {
	pointer-events: none;
	background-color: var(--button-outlined-bg-disabled);
	border-color: var(--button-outlined-border-disabled);
	color: var(--button-outlined-text-disabled);
}

.certn-individual-selection-banner {
	padding: var(--space-24);
	border-radius: var(--radius-8);
	margin-top: var(--space-48);
	background-color: var(--neutral-white);
	gap: var(--space-24);
	display: none;
}

.certn-individual-selection-banner.is-layout-flex {
	display: none;
}

.certn-individual-selection-banner h3 {
	margin: 0 !important;
	font-size: var(--text-16) !important;
	font-weight: var(--weight-semibold) !important;
	line-height: var(--text-24) !important;
}

.certn-individual-selection-banner p {
	line-height: var(--leading-150);
}

.certn-individual-selection-banner .wp-block-button__link svg path {
	fill: currentColor;
}

.page-template-template-ssb-sign-up .gf_progressbar_wrapper,
.page-template-template-ssb-sign-up .gform_previous_button {
	display: none !important;
}

.home-hero-section .content-wrapper-inner,
.page-hero-section .content-wrapper-inner {
	align-items: center;
}

.home-hero-section .hero-image img,
.page-hero-section .hero-image img {
	border-radius: var(--radius-12);
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center;
}

.home-hero-section h1,
.page-hero-section h1 {
	margin-bottom: var(--space-12);
	text-wrap: balance;
}

.home-hero-section p,
.page-hero-section p {
	margin-bottom: var(--space-24);
	text-wrap: pretty;
}

.home-hero-section .disclaimer,
.page-hero-section .disclaimer {
	font-size: var(--text-12);
	font-style: italic;
}

.home-hero-section ul li span,
.page-hero-section ul li span {
	text-wrap: pretty;
}

.home-hero-section.the-peak img,
.page-hero-section.the-peak img {
	margin-bottom: var(--space-12);
	margin-top: var(--space-12);
}

.home-hero-section.the-peak p,
.page-hero-section.the-peak p {
	margin-bottom: var(--space-12);
}

.home-hero-section.the-peak .content-wrapper-inner,
.page-hero-section.the-peak .content-wrapper-inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-16);
	align-items: center;
	justify-content: center;
}

.home-hero-section.the-peak ul,
.page-hero-section.the-peak ul {
	align-items: center;
}

.home-hero-section.the-peak ul li::before,
.page-hero-section.the-peak ul li::before {
	display: none;
	background-color: var(--blue-dark);
}

.footer {
	background-color: var(--color-bg-surface);
	color: var(--color-text-muted);
}

.footer a {
	text-decoration: none;
	color: inherit;
}

.footer a:not(.btn):hover {
	text-decoration: underline;
}

.footer__main {
	background-color: var(--color-bg-surface);
}

.footer__inner {
	max-width: 1360px;
	margin: 0 auto;
	padding: var(--space-96) 40px;
	display: flex;
	flex-direction: column;
	gap: var(--space-48);
}

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

	.footer__inner {
		padding: var(--space-64) 25px;
		gap: var(--space-40);
	}
}

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

	.footer__inner {
		padding: var(--space-48) 25px;
		gap: var(--space-32);
	}
}

.footer__cta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--space-48);
}

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

	.footer__cta {
		flex-direction: column;
		gap: var(--space-24);
	}
}

.footer__cta-content {
	flex: 0 0 60%;
	width: 60%;
	max-width: 60%;
	display: flex;
	flex-direction: column;
	gap: var(--space-16);
}

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

	.footer__cta-content {
		flex-basis: 70%;
		width: 70%;
		max-width: 70%;
	}
}

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

	.footer__cta-content {
		flex-basis: 80%;
		width: 80%;
		max-width: 80%;
	}
}

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

	.footer__cta-content {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}
}

.footer__cta-heading {
	font-size: clamp(var(--heading-h1-mobile-size, var(--text-40)), calc(var(--heading-h1-mobile-size, var(--text-40)) + (var(--heading-h1-desktop-size, var(--text-56)) - var(--heading-h1-mobile-size, var(--text-40))) * ((100vw - 768px) / 432px)), var(--heading-h1-desktop-size, var(--text-56)));
	line-height: var(--leading-tight);
	font-weight: var(--weight-semibold);
	color: var(--color-text-strong);
	margin: 0;
}

.footer__cta-subtext {
	font-size: var(--text-18);
	line-height: var(--leading-150);
	font-weight: var(--weight-normal);
	color: var(--color-text-muted);
	margin: 0;
}

.footer__cta-actions {
	flex-shrink: 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-12);
	align-items: flex-start;
	padding-top: var(--space-8);
}

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

	.footer__cta-actions {
		padding-top: 0;
	}
}

.footer__divider {
	width: 100%;
	height: 1px;
	background-color: var(--color-border-muted);
}

.footer__nav {
	display: flex;
	gap: var(--space-32);
}

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

	.footer__nav {
		flex-wrap: wrap;
	}
}

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

	.footer__nav {
		flex-direction: column;
	}
}

.footer__nav .footer-menu {
	flex: 1 0 0;
	min-width: 0;
	overflow: visible;
}

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

	.footer__nav .footer-menu {
		flex: 0 0 calc(33.333% - 21.3333333333px);
	}
}

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

	.footer__nav .footer-menu {
		flex: 0 0 100%;
	}
}

.footer__nav .footer-menu .footer-menu-title {
	display: block;
	font-size: var(--text-16);
	line-height: var(--text-24);
	font-weight: var(--weight-semibold);
	color: var(--color-text-default);
	margin-bottom: var(--space-8);
}

.footer__nav .footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__nav .footer-menu ul li a {
	display: block;
	font-size: var(--text-14);
	line-height: var(--text-20);
	font-weight: var(--weight-normal);
	color: var(--color-text-muted);
	padding: var(--space-8) 0;
	border-radius: var(--radius-4);
}

.footer__nav .footer-menu ul li a:hover {
	color: var(--color-text-strong);
	text-decoration: none;
}

.footer__nav .footer-menu ul li.has-badge > a {
	display: inline-flex;
	align-items: center;
	gap: var(--space-8);
}

.footer__nav .footer-menu ul li.has-badge > a::after {
	content: "we're hiring";
	display: inline-flex;
	align-items: center;
	height: 21px;
	padding: 0 var(--space-4);
	background-color: var(--color-bg-blue);
	color: var(--color-text-on-blue);
	font-size: var(--text-12);
	line-height: var(--text-14);
	font-weight: var(--weight-medium);
	white-space: nowrap;
}

.footer__credits {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: var(--space-32);
}

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

	.footer__credits {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--space-24);
	}
}

.footer__credits-left {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	flex-wrap: wrap;
	gap: var(--space-32);
}

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

	.footer__credits-left {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--space-16);
	}
}

.footer__logo a {
	display: block;
	height: var(--text-36);
	border-radius: var(--radius-4);
	overflow: hidden;
}

.footer__logo a img {
	display: block;
	height: var(--text-36);
	width: auto;
	max-width: none;
	object-fit: contain;
}

.footer__logo {
	flex: 0 0 auto;
}

.footer__selectors {
	display: flex;
	align-items: center;
	gap: var(--space-12);
}

.footer__selectors #google-translate-element2 {
	display: none !important;
}

.footer__selector-dropdown {
	position: relative;
	display: inline-flex;
	border-radius: var(--radius-8);
	color: var(--button-outlined-text);
}

.footer__selector-dropdown::after {
	content: "";
	position: absolute;
	right: var(--space-12);
	top: 50%;
	width: 13px;
	height: 13px;
	transform: translateY(-50%);
	background-color: currentColor;
	-webkit-mask-image: url("img/chevron.svg");
	mask-image: url("img/chevron.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 13px 13px;
	mask-size: 13px 13px;
	pointer-events: none;
}

.footer__selector-dropdown:has(.footer__select:disabled) {
	color: var(--button-outlined-text-disabled);
}

.footer__select {
	min-width: 72px;
	height: var(--space-48);
	padding: 0 var(--space-24) 0 var(--space-12);
	font-size: var(--text-16);
	line-height: var(--text-24);
	font-weight: var(--weight-medium);
	color: var(--button-outlined-text);
	background-color: var(--button-outlined-bg);
	border: 1px solid var(--button-outlined-border);
	border-radius: var(--radius-8);
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.footer__select option {
	background-color: var(--color-bg-surface);
	color: var(--color-text-strong);
}

.footer__select:focus {
	outline: 0;
}

.footer__select:focus-visible {
	background-color: var(--button-outlined-overlay-hover);
	border-color: var(--button-outlined-border);
	outline: var(--focus-ring-width, 2px) solid var(--focus-ring-color, var(--button-focus-ring-color));
	outline-offset: var(--focus-ring-offset, 2px);
	color: var(--button-outlined-text);
}

.footer__select:hover {
	background-color: var(--button-outlined-overlay-hover);
	border-color: var(--button-outlined-border);
	color: var(--button-outlined-text);
}

.footer__select:active {
	background-color: var(--button-outlined-overlay-active);
	border-color: var(--button-outlined-border);
	color: var(--button-outlined-text);
}

.footer__select:disabled {
	border-color: var(--button-outlined-border-disabled);
	color: var(--button-outlined-text-disabled);
	background-color: var(--button-outlined-bg-disabled);
	cursor: not-allowed;
}

.footer__credits-right {
	flex: 0 0 auto;
	margin-inline-start: auto;
}

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

	.footer__credits-right {
		flex-basis: 100%;
		margin-inline-start: 0;
	}
}

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

	.footer__credits-right {
		margin-inline-start: 0;
	}
}

.footer__certificates {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--space-8);
}

.footer__certificates .certificate {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: var(--space-48);
	overflow: hidden;
}

.footer__certificates .certificate img {
	width: var(--space-48);
	height: var(--space-48);
	object-fit: contain;
}

.footer__certificates .certificate a {
	display: flex;
	transition: opacity 0.2s ease-in-out;
}

.footer__certificates .certificate a:hover {
	opacity: 0.8;
}

.footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-24);
}

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

	.footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

.footer__social {
	display: flex;
	align-items: center;
	gap: var(--space-12);
	color: var(--neutral-dark);
}

.footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--space-24);
	height: var(--space-24);
	box-sizing: content-box;
	flex: 0 0 auto;
	padding: var(--space-4);
	margin: calc(var(--space-4) * -1);
	border-radius: var(--radius-8);
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	transition: background-color 150ms ease;
}

.footer__social-link:hover {
	background-color: var(--button-ghost-bg-hover);
	color: var(--neutral-darker);
	text-decoration: none;
}

.footer__social-link:active {
	background-color: var(--button-ghost-bg-active);
	color: var(--neutral-darker);
}

.footer__social-link:focus-visible {
	background-color: var(--button-ghost-bg-hover);
	outline: var(--focus-ring-width, 2px) solid var(--focus-ring-color, var(--button-focus-ring-color));
	outline-offset: 0;
	color: var(--neutral-darker);
	text-decoration: none;
}

.footer__social-link img,
.footer__social-link .footer__social-icon {
	width: var(--space-24);
	height: var(--space-24);
	flex: 0 0 auto;
	object-fit: contain;
	color: currentColor;
}

.footer__social-link .footer__social-icon {
	display: block;
}

.footer__social-link .footer__social-icon [fill]:not([fill='none']) {
	fill: currentColor;
}

.footer__social-link .footer__social-icon [stroke]:not([stroke='none']) {
	stroke: currentColor;
}

.footer__copyright {
	font-size: var(--text-14);
	line-height: var(--text-20);
	font-weight: var(--weight-normal);
	color: var(--color-text-muted);
	margin: 0;
	white-space: nowrap;
}

.footer.site-footer-minimal {
	background-color: transparent;
	border-top: 1px solid var(--neutral-lighter);
}

.footer.site-footer-minimal .footer__minimal-bar .footer__inner {
	padding: var(--space-12) var(--space-64);
	gap: 0;
}

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

	.footer.site-footer-minimal .footer__minimal-bar .footer__inner {
		padding: var(--space-12) var(--space-20);
	}
}

.footer.site-footer-minimal .footer__copyright {
	color: var(--neutral-darkest);
}

.search-filter-form,
.search-form {
	padding-bottom: var(--space-20);
}

.search-filter-form ul,
.search-form ul {
	margin: 0;
	padding: 0 !important;
}

.search-filter-form ul li,
.search-form ul li {
	margin: 0 0 var(--space-20) 0 !important;
	padding: 0;
	height: 40px;
}

.search-filter-form input,
.search-filter-form select,
.search-form input,
.search-form select {
	height: 40px;
	margin-right: var(--space-20);
	padding: 0 var(--space-40) 0 var(--space-16);
	border-radius: var(--radius-full);
}

.search-filter-form select,
.search-form select {
	border-radius: var(--radius-8);
	background-color: var(--button-outlined-bg);
	border-color: var(--button-outlined-border);
	color: var(--button-outlined-text);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline-width: 0;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 96% 50%;
	background-color: var(--button-outlined-bg);
}

.search-filter-form select:hover,
.search-form select:hover {
	background-color: var(--button-outlined-bg-hover);
	border-color: var(--button-outlined-border);
	color: var(--button-outlined-text);
}

.search-filter-form select:active,
.search-form select:active {
	background-color: var(--button-outlined-bg-active);
	border-color: var(--button-outlined-border);
	color: var(--button-outlined-text);
}

.search-filter-form select:focus-visible,
.search-form select:focus-visible {
	background-color: var(--button-outlined-bg-hover);
	border-color: var(--button-outlined-border);
	outline: var(--button-focus-ring-width) solid var(--button-focus-ring-color);
	outline-offset: var(--button-focus-ring-offset);
	color: var(--button-outlined-text);
}

.search-filter-form select:disabled,
.search-form select:disabled {
	background-color: var(--button-outlined-bg-disabled);
	border-color: var(--button-outlined-border-disabled);
	color: var(--button-outlined-text-disabled);
}

.region-redirect-container {
	padding: var(--space-24) !important;
}

.region-redirect-popup {
	border-radius: 12px !important;
	padding: var(--space-40) !important;
	color: var(--color-text-muted) !important;
}

.region-redirect-content {
	display: flex;
	flex-direction: column;
	gap: var(--space-12);
}

.region-redirect-title {
	text-align: left !important;
	color: var(--neutral-darkest) !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: var(--weight-semibold) !important;
	font-size: clamp(var(--heading-h5-mobile-size, var(--text-20)), calc(var(--heading-h5-mobile-size, var(--text-20)) + (var(--heading-h5-desktop-size, var(--text-24)) - var(--heading-h5-mobile-size, var(--text-20))) * ((100vw - 768px) / 432px)), var(--heading-h5-desktop-size, var(--text-24))) !important;
	line-height: var(--heading-h5-line-height, var(--leading-normal)) !important;
}

.region-redirect-html-container {
	text-align: left !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--color-text-muted) !important;
	font-family: var(--font-sans) !important;
	font-size: var(--text-16) !important;
	line-height: var(--text-24) !important;
	font-feature-settings: "ss04" on, "ss05" on, "ss06" on;
}

.region-redirect-actions {
	margin: var(--space-24) 0 0 0 !important;
	padding: 0 !important;
	justify-content: left !important;
	gap: var(--space-12);
}

.region-redirect-button-confirm,
.region-redirect-button-deny {
	margin: 0 !important;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--white);
	border-radius: var(--radius-4);
	box-shadow: 0 0 0 2px var(--dark-48);
	clip: auto !important;
	clip-path: none;
	color: var(--color-text-default);
	display: block;
	font-size: var(--text-14);
	font-weight: var(--weight-medium);
	height: auto;
	left: 5px;
	line-height: normal;
	padding: var(--space-16) var(--space-24) var(--space-16);
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#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;
}

.features-list-icons .content-wrapper > .content-wrapper-inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-48);
}

.features-list-icons__intro {
	display: flex;
	flex-direction: column;
	gap: var(--space-24);
	width: 60%;
	max-width: 60%;
}

@media screen and (max-width: 1024px) {
	.features-list-icons__intro {
		width: 70%;
		max-width: 70%;
	}
}

@media screen and (max-width: 768px) and (min-width: 481px) {
	.features-list-icons__intro {
		width: 80%;
		max-width: 80%;
	}
}

@media screen and (max-width: 480px) {
	.features-list-icons__intro {
		width: 100%;
		max-width: 100%;
	}
}

.features-list-icons__heading {
	width: 100%;
	max-width: none;
	margin: 0;
	color: var(--color-text-strong);
}

.features-list-icons__subheading {
	margin: 0;
	color: var(--color-text-muted);
	font-size: var(--text-body-lg);
	line-height: var(--leading-normal);
}

.features-list-icons__columns {
	display: flex;
	align-items: flex-start;
	gap: var(--space-48);
}

@media screen and (max-width: 768px) {
	.features-list-icons__columns {
		flex-direction: column;
	}
}

.features-list-icons__column {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space-24);
	min-width: 0;
}

.features-list-icons__icon {
	display: block;
	width: 48px;
	height: 48px;
}

.features-list-icons__col-heading {
	margin: 0;
	color: var(--color-text-strong);
	font-size: var(--heading-h4-desktop-size);
	line-height: var(--heading-h4-line-height);
}

@media screen and (max-width: 480px) {
	.features-list-icons__col-heading {
		font-size: var(--heading-h4-mobile-size);
	}
}

.features-list-icons__col-body {
	margin: 0;
	color: var(--color-text-muted);
	font-size: var(--text-body-md);
	line-height: 1.5;
}
