@charset "UTF-8";
/*!
Theme Name: Talent Works
Theme URI: http://underscores.me/
Author: Matt O\'Rourke
Author URI: https://www.talent-works.com
Description: Talent Works theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twi
Tags: custom-background, 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.

Talent Works 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
  - Alignments
# Sections

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
	font-family: 'Bariol Regular';
	font-style: normal;
	font-weight: normal;
	src: local("Bariol Regular"), url("./fonts/bariol_regular-webfont.woff") format("woff");
}

@font-face {
	font-family: 'Bariol Regular Italic';
	font-style: normal;
	font-weight: normal;
	src: local("Bariol Regular Italic"), url("./fonts/bariol_regular_italic-webfont.woff") format("woff");
}

@font-face {
	font-family: 'Bariol Thin Italic';
	font-style: normal;
	font-weight: normal;
	src: local("Bariol Thin Italic"), url("./fonts/bariol_thin_italic-webfont.woff") format("woff");
}

@font-face {
	font-family: 'Bariol Thin';
	font-style: normal;
	font-weight: normal;
	src: local("Bariol Thin"), url("./fonts/bariol_thin-webfont.woff") format("woff");
}

@font-face {
	font-family: 'Bariol Light';
	font-style: normal;
	font-weight: normal;
	src: local("Bariol Light"), url("./fonts/bariol_light-webfont.woff") format("woff");
}

@font-face {
	font-family: 'Bariol Light Italic';
	font-style: normal;
	font-weight: normal;
	src: local("Bariol Light Italic"), url("./fonts/bariol_light_italic-webfont.woff") format("woff");
}

@font-face {
	font-family: 'Bariol Bold';
	font-style: normal;
	font-weight: normal;
	src: local("Bariol Bold"), url("./fonts/bariol_bold-webfont.woff") format("woff");
}

@font-face {
	font-family: 'Bariol Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local("Bariol Bold Italic"), url("./fonts/bariol_bold_italic-webfont.woff") format("woff");
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #04031c;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	font-family: "Bariol Light", "Helvetica Neue", arial, sans-serif;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-family: 'Bariol Bold', arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Bariol Regular", "Helvetica Neue", arial, sans-serif;
	margin-bottom: 0.5rem;
}

.bold {
	font-family: "Bariol Bold", arial, sans-serif;
}

h1 {
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 64px;
}

@media (max-width: 991px) {
	h1 {
		font-size: 2.5rem;
		line-height: 36px;
	}
}

h1.bold {
	font-weight: 700;
}

h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
	line-height: 56px;
	margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
	h2 {
		font-size: 2rem;
		line-height: 36px;
	}
}

h2.bold {
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
}

h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 48px;
	margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
	h3 {
		font-size: 2rem;
		line-height: 40px;
	}
}

h3.bold {
	font-style: normal;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 48px;
}

h3.faded {
	opacity: 0.33;
}

h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	line-height: 40px;
}

@media (max-width: 991px) {
	h4 {
		font-size: 1.5rem;
		line-height: 32px;
	}
}

h4.bold {
	font-weight: 700;
}

h5 {
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 32px;
	margin-bottom: 0.5rem;
}

h5.bold {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 32px;
}

h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 36px;
	margin-bottom: 1.5rem;
}

h6.bold {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 36px;
}

.text-pink {
	color: #282828;
}

p, caption, fn {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	color: #282828;
	opacity: 0.8;
}

p, .body-copy {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 28px;
	margin-bottom: 1rem;
}

.body-copy.bold {
	font-weight: 700;
}

p.bold {
	font-weight: 700;
}

p.large-copy {
	font-size: 1.25rem;
	line-height: 36px;
}

p.faded {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
}

.faded {
	opacity: 0.7;
}

.body-bold {
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	line-height: 28px;
	margin: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

b,
strong {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}

i > strong {
	font-weight: 800;
}

caption {
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 24px;
}

caption.bold {
	font-weight: 700;
}

fn {
	font-style: normal;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 20px;
}

fn.bold {
	font-weight: 700;
}

/* Elements
--------------------------------------------- */
header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: rgba(4, 3, 28, 0);
	transition: all .2s ease;
	backdrop-filter: blur(50px);
	height: 5rem;
}

header.site-header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	max-width: 1660px;
	margin: auto;
}

header.site-header .header-inner .site-title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

header.site-header .header-inner .site-branding {
	z-index: 999;
}

header.site-header .header-inner .site-branding .logo img {
	max-width: 100%;
}

@media screen and (max-width: 1440px) {
	header.site-header .header-inner .site-branding .logo {
		width: 180px;
	}
}

@media screen and (max-width: 991px) {
	header.site-header .header-inner .site-branding .logo {
		margin-inline-start: 4.25rem;
	}
}

header.site-header.bg-color {
	background-color: rgba(4, 3, 28, 0.9);
}

.twi-subnav {
	display: none;
	transition: all 0.2s;
	opacity: 0;
	transform: translateY(20px);
	padding-block: 2.5rem;
	position: fixed;
	width: 100%;
	height: max-content;
	background: white;
	top: 4.8rem;
	left: 0;
	border-radius: 0 0 30px 30px;
	box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.12);
}

.twi-subnav h6 {
	margin: 0;
}

.twi-subnav .container {
	display: flex;
}

.twi-subnav .container .subnav-media, .twi-subnav .container .subnav-menu, .twi-subnav .container .subnav-overview {
	max-width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.twi-subnav .container .subnav-media .text-btn, .twi-subnav .container .subnav-menu .text-btn, .twi-subnav .container .subnav-overview .text-btn {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-weight: 700;
	font-size: 1rem;
}

.twi-subnav .container .subnav-media .text-btn:hover, .twi-subnav .container .subnav-menu .text-btn:hover, .twi-subnav .container .subnav-overview .text-btn:hover {
	color: #EF2660;
}

.twi-subnav .container .subnav-media .text-btn:hover::after, .twi-subnav .container .subnav-menu .text-btn:hover::after, .twi-subnav .container .subnav-overview .text-btn:hover::after {
	background-image: url("svg/button-arrow.svg");
}

.twi-subnav .subnav-menu {
	padding-inline-end: 3rem;
}

.twi-subnav .subnav-menu p {
	margin-block-start: 0;
}

.twi-subnav .subnav-menu .text-btn {
	justify-content: space-between;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-weight: 700;
	font-size: 1rem;
}

.twi-subnav .subnav-overview {
	padding-inline-end: 3rem;
}

.twi-subnav .subnav-overview h6 {
	text-transform: capitalize;
}

.twi-subnav .subnav-media {
	position: relative;
}

.twi-subnav .subnav-media .img-wrap {
	position: relative;
	height: 12.5rem;
	width: 100%;
}

.twi-subnav .subnav-media .gradient-overlay {
	position: absolute;
	background-image: linear-gradient(121deg, #EF2660b0, rgba(4, 3, 28, 0.5) 70%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 1rem;
}

.twi-subnav .subnav-media .subnav-image {
	border-radius: 1rem;
	object-fit: cover;
}

.twi-subnav .subnav-media .subnav-image-overlay {
	z-index: 50;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.5rem;
}

.twi-subnav .subnav-media .subnav-image-overlay * {
	color: white;
	opacity: 1;
}

@media (min-width: 992px) {
	.twi-subnav.active {
		display: block;
		opacity: 1;
		transform: translateY(0);
	}
}

body {
	background: #ffffff;
	font-size: 16px;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
}

#page {
	min-height: 100%;
	position: relative;
}

hr {
	background-color: #A4A9B8;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
	max-width: 812px;
	margin-inline: auto;
}

ul,
ol {
	margin: 0;
	padding: 0;
	padding-left: 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

footer.site-footer {
	background-color: #FFFFFF;
	color: rgba(4, 3, 28, 0.7);
	padding-block: 3.5rem;
}

footer.site-footer ul {
	padding-left: 0;
}

footer.site-footer .branding-wrap .site-logo {
	max-width: 150px;
	margin-bottom: 0.5rem;
}

footer.site-footer .branding-wrap p {
	max-width: 250px;
	margin-bottom: 1rem;
}

footer.site-footer .footer-content {
	display: flex;
	justify-content: space-between;
}

footer.site-footer .footer-menus {
	display: flex;
	gap: 30px;
}

footer.site-footer .footer-menus .nav-wrap {
	width: 185px;
}

footer.site-footer .footer-menus .nav-wrap p {
	text-transform: uppercase;
}

footer.site-footer .footer-menus .nav-wrap p.bold {
	opacity: 1;
}

footer.site-footer .footer-menus .footer-navigation {
	display: flex;
	flex-direction: column;
}

footer.site-footer .footer-menus .footer-navigation ul {
	margin-top: 0.5rem;
	list-style: none;
}

footer.site-footer .footer-menus .footer-navigation li {
	margin-bottom: 0.5rem;
}

footer.site-footer .footer-menus .footer-navigation li a {
	text-decoration: none;
	font-size: 14px;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	color: rgba(4, 3, 28, 0.7);
}

.footer-cta-banner {
	padding-block: 8rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.footer-cta-banner::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(4, 3, 28, 0.8);
}

.footer-cta-banner::before {
	position: absolute;
	content: '';
	z-index: 20;
	width: 323px;
	height: 236px;
	left: calc(50% - 323px/2 - 161.5px);
	top: calc(50% - 236px/2 - 43px);
	flex-grow: 0;
	margin: 0 0 86px;
	background: #EF2660;
	opacity: 0.5;
	filter: blur(100px);
}

.footer-cta-banner .container {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 50;
}

.footer-cta-banner .container .copy-wrap {
	text-align: center;
	max-width: 710px;
}

.footer-cta-banner .container .copy-wrap * {
	color: #FFFFFF;
}

.footer-subnav {
	background-color: #F2F2F4;
	padding-block: 1.5rem;
}

.footer-subnav .container {
	display: flex;
	justify-content: space-between;
}

.footer-subnav ul {
	list-style: none;
	margin-left: 0;
	display: flex;
	gap: 1.5rem;
}

.footer-subnav a, .footer-subnav span {
	color: #4F4F60;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 20px;
}

.footer-subscribe-banner {
	position: relative;
	padding-block: 2rem;
	background-image: linear-gradient(to right, #4f4f60 0%, #04031c 100%);
}

@media (max-width: 1100px) {
	.footer-subscribe-banner .container {
		flex-direction: column;
	}
}

.footer-subscribe-banner .copy-wrap {
	padding-inline: 1.5rem;
}

.footer-subscribe-banner .copy-wrap * {
	color: #FFFFFF;
}

.footer-subscribe-banner .form-wrap {
	width: 100%;
	padding-inline: 1.5rem;
}

.footer-subscribe-banner::after {
	content: url("svg/dot-grid-5.svg");
	position: absolute;
	height: 10rem;
	width: auto;
	right: 1.75rem;
	top: -1rem;
	z-index: 50;
}

.footer-subscribe-banner .hbspt-form .submitted-message {
	color: #FFFFFF;
}

.footer-subscribe-banner .hbspt-form .submitted-message * {
	color: #FFFFFF;
}

@media (max-width: 991px) {
	footer.site-footer .footer-content {
		flex-direction: column;
		padding-inline: 1.5rem;
	}
	footer.site-footer .footer-content .branding-wrap {
		padding-block-end: 3rem;
	}
	footer.site-footer .footer-content .branding-wrap p {
		max-width: 100%;
	}
	footer.site-footer .footer-content .menu-wrap .footer-menus {
		flex-direction: column;
	}
	footer.site-footer .footer-content .menu-wrap .footer-menus .nav-wrap {
		width: unset;
	}
	.footer-subnav .container {
		margin-inline: 1.5rem;
		flex-direction: column;
		max-width: 100%;
		width: unset;
	}
	.footer-subnav .container .site-info {
		padding-block-end: 1.5rem;
	}
	.footer-subnav .container ul {
		flex-wrap: wrap;
		padding: 0;
		gap: 0;
	}
	.footer-subnav .container ul li {
		margin-inline-end: 1rem;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #282828;
}

a:visited {
	color: #282828;
}

a:hover, a:focus, a:active {
	color: #a30c38;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.btn.light {
	display: flex;
	flex-direction: row;
	padding: 4px 16px 4px 24px;
	gap: 8px;
	border: 2px solid #EF2660;
	border-radius: 32px;
	background: transparent;
	align-items: center;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	width: max-content;
}

.btn.light:hover {
	color: #FFFFFF !important;
	background: #EF2660;
}

.btn.light svg path {
	fill: white;
}

.text-btn {
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	display: flex;
	position: relative;
	align-items: center;
	transition: all 0.1s;
}

.text-btn:focus {
	outline: none;
}

.text-btn:visited {
	color: #282828;
}

.text-btn::after {
	content: '';
	background-image: url("svg/button-arrow.svg");
	height: 15px;
	width: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-inline-start: 10px;
}

.text-btn:hover {
	color: #EF2660;
	text-decoration: underline;
}

.text-btn.bold {
	font-weight: 700;
}

.twi-slick-next, .twi-slick-previous {
	width: 28px;
	height: 28px;
	background-image: url(svg/slick-next.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -68px;
	right: 0;
	outline: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.twi-slick-previous {
	background-image: url(svg/slick-previous.svg);
	right: 5rem;
	z-index: 20;
}

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: #666;
	border: 1px solid #ccc;
	padding: 0.5em 0.8em;
}

input[type="text"]:not([type="submit"]),
input[type="email"]:not([type="submit"]),
input[type="url"]:not([type="submit"]),
input[type="password"]:not([type="submit"]),
input[type="search"]:not([type="submit"]),
input[type="number"]:not([type="submit"]),
input[type="tel"]:not([type="submit"]),
input[type="range"]:not([type="submit"]),
input[type="date"]:not([type="submit"]),
input[type="month"]:not([type="submit"]),
input[type="week"]:not([type="submit"]),
input[type="time"]:not([type="submit"]),
input[type="datetime"]:not([type="submit"]),
input[type="datetime-local"]:not([type="submit"]),
input[type="color"]:not([type="submit"]),
textarea:not([type="submit"]) {
	width: 100% !important;
}

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: #111;
}

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

label {
	font-family: "Bariol Bold", arial, sans-serif;
	margin-bottom: 0.5em;
	display: inline-block;
}

label.hs-form-booleancheckbox-display {
	display: flex;
	align-items: center;
}

label.hs-form-booleancheckbox-display input[type="checkbox"] {
	margin-bottom: 0;
}

input,
textarea {
	border-radius: 0.313em;
	padding: 0.5em 0.8em;
	opacity: 1;
	background-color: rgba(4, 3, 28, 0.05);
	transition: all 0.2s ease-in-out;
	border-color: rgba(4, 3, 28, 0.05);
	margin-bottom: 1em;
	color: #04031c;
}

input:focus,
textarea:focus {
	opacity: 1;
	background-color: white;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.sticky-offset {
	top: 130px;
}

.sidebar {
	padding-top: 1rem;
}

.sidebar .cognito input,
.sidebar .cognito textarea,
.sidebar .cognito form input,
.sidebar .cognito form textarea,
.sidebar .cognito form .c-forms-form input,
.sidebar .cognito form .c-forms-form textarea {
	background-color: rgba(255, 255, 255, 0.75);
	color: #04031c;
}

.sidebar .cognito input:focus,
.sidebar .cognito textarea:focus,
.sidebar .cognito form input:focus,
.sidebar .cognito form textarea:focus,
.sidebar .cognito form .c-forms-form input:focus,
.sidebar .cognito form .c-forms-form textarea:focus {
	opacity: 1;
}

.sidebar .cognito .c-html,
.sidebar .cognito form .c-html,
.sidebar .cognito form .c-forms-form .c-html {
	text-align: left;
}

@media screen and (max-width: 991px) {
	.sidebar .cognito .c-html,
	.sidebar .cognito form .c-html,
	.sidebar .cognito form .c-forms-form .c-html {
		text-align: center;
	}
}

@media screen and (max-width: 991px) {
	.sidebar {
		margin: auto;
		text-align: center;
	}
}

.search-results main .container,
.search-no-results main .container,
body.archive main .container {
	max-width: 1255px;
	margin: auto;
	padding: 4.725rem 1rem;
}

.search-results article,
.search-no-results article,
body.archive article {
	width: 75%;
	margin-bottom: 3.45rem;
}

.search-results article h2 a,
.search-no-results article h2 a,
body.archive article h2 a {
	text-decoration: none;
}

.search-results article h2 a:hover, .search-results article h2 a:focus,
.search-no-results article h2 a:hover,
.search-no-results article h2 a:focus,
body.archive article h2 a:hover,
body.archive article h2 a:focus {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.search-results article,
	.search-no-results article,
	body.archive article {
		width: 90%;
	}
	.search-results article h2,
	.search-no-results article h2,
	body.archive article h2 {
		font-size: 27.6px;
		font-size: 1.725rem;
	}
}

.search-results .permalink-readmore,
.search-no-results .permalink-readmore,
body.archive .permalink-readmore {
	font-family: "Bariol Bold", arial, sans-serif;
}

.search-results .search-form-top,
.search-no-results .search-form-top,
body.archive .search-form-top {
	padding-bottom: 2.725rem;
	margin-bottom: 2.725rem;
	border-bottom: 1px solid #EF2660;
	width: 75%;
}

@media screen and (max-width: 991px) {
	.search-results .search-form-top,
	.search-no-results .search-form-top,
	body.archive .search-form-top {
		width: 90%;
	}
}

.search-results .search-form-top .searchwrap,
.search-no-results .search-form-top .searchwrap,
body.archive .search-form-top .searchwrap {
	display: flex;
}

.search-results .search-form-top input,
.search-no-results .search-form-top input,
body.archive .search-form-top input {
	border-radius: 0;
}

.search-results .search-form-top input[type="text"],
.search-no-results .search-form-top input[type="text"],
body.archive .search-form-top input[type="text"] {
	width: 80%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 0;
}

.search-results .search-form-top input[type="submit"],
.search-no-results .search-form-top input[type="submit"],
body.archive .search-form-top input[type="submit"] {
	width: 20%;
	border: 1px solid #EF2660;
	background: #EF2660;
	color: #ffffff;
	font-family: "Bariol Regular", "Helvetica Neue", arial, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	padding: 0.3em 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all .2s ease-in-out;
}

.search-results .search-form-top input[type="submit"]:hover, .search-results .search-form-top input[type="submit"]:focus,
.search-no-results .search-form-top input[type="submit"]:hover,
.search-no-results .search-form-top input[type="submit"]:focus,
body.archive .search-form-top input[type="submit"]:hover,
body.archive .search-form-top input[type="submit"]:focus {
	background: #ffffff;
	color: #EF2660;
}

@media screen and (max-width: 767px) {
	.search-results .search-form-top input[type="submit"],
	.search-no-results .search-form-top input[type="submit"],
	body.archive .search-form-top input[type="submit"] {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

footer#colophon .search-form {
	margin-bottom: 1em;
}

footer#colophon .search-form form {
	display: flex;
}

footer#colophon .search-form .searchwrap {
	display: flex;
}

@media screen and (max-width: 991px) {
	footer#colophon .search-form .searchwrap {
		margin: auto;
	}
}

footer#colophon .search-form input {
	padding: 0.4em 1em;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	color: #ffffff;
}

footer#colophon .search-form input[type="text"] {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 0;
}

footer#colophon .search-form input[type="submit"] {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0.6em 1em 0.7em 0.4em;
	position: relative;
	font-size: 0;
	width: 50px;
	height: 37px;
	z-index: 2;
}

footer#colophon .search-form input[type="submit"]:hover {
	cursor: pointer;
}

footer#colophon .search-form .submit-wrap {
	position: relative;
}

footer#colophon .search-form .submit-wrap:hover {
	cursor: pointer;
}

footer#colophon .search-form .submit-wrap i.search-icon {
	content: url("./svg/icon-search.svg");
	display: block;
	width: 50px;
	height: 37px;
	padding: 0.4em 1em;
	position: absolute;
	z-index: 1;
}

.page-template-download {
	overflow-x: hidden;
}

.page-template-download .cd-nav-trigger {
	display: none;
}

.page-template-download header.site-header.static {
	position: relative;
}

.page-template-download header.site-header .site-branding.guest-logo {
	display: grid;
	grid-template-columns: 50% 50%;
	justify-content: center;
	align-items: center;
}

.page-template-download header.site-header .guest-logo .logo {
	padding-right: 1rem;
}

.page-template-download header.site-header .guest-logo .guest-logo {
	position: relative;
	padding-left: 1rem;
}

.page-template-download header.site-header .guest-logo .guest-logo:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background-color: #EF2660;
}

@media screen and (max-width: 1440px) {
	.page-template-download header.site-header .guest-logo a .logo {
		width: unset;
	}
}

.page-template-download #page {
	background-color: #04031c;
	color: #ffffff;
}

.page-template-download main .container {
	display: grid;
	grid-template-columns: 100%;
	max-width: 1660px;
	margin: auto;
	align-items: stretch;
}

@media screen and (min-width: 768px) {
	.page-template-download main .container {
		grid-template-columns: 57% 43%;
		padding: 5rem 0;
		grid-gap: 6.5vw;
	}
}

.page-template-download main .container .col {
	padding: 1rem;
}

@media screen and (min-width: 768px) {
	.page-template-download main .container .col {
		padding: 1rem 5.5rem;
	}
	.page-template-download main .container .col.img-col {
		padding: 1rem 5.5rem 1rem 1rem;
	}
}

.page-template-download main h1 {
	font-family: "Bariol Bold", arial, sans-serif;
	line-height: 1.1;
	font-size: 40px;
	font-size: 2.5rem;
	font-size: clamp(2.5rem, 5.5vw, 5.5rem);
	margin-bottom: 0.2em;
}

.page-template-download main h2 {
	font-family: "Bariol Bold", arial, sans-serif;
	color: #EF2660;
	font-size: 24px;
	font-size: 1.5rem;
	font-size: clamp(1.5rem, 1.9vw, 1.9rem);
}

.page-template-download main .btn {
	font-size: 19.2px;
	font-size: 1.2rem;
	font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.page-template-download main .button-before,
.page-template-download main .button-after {
	font-size: 19.2px;
	font-size: 1.2rem;
	font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.page-template-download main .button-before p,
.page-template-download main .button-after p {
	margin: 1.5em 0;
}

.page-template-download main .button-before p a,
.page-template-download main .button-after p a {
	color: #46f4f4;
	font-family: "Bariol Bold", arial, sans-serif;
}

.page-template-download main .button-before p a:hover,
.page-template-download main .button-after p a:hover {
	color: #0cc8c8;
}

.page-template-download main .col.img-col {
	display: none;
	position: relative;
}

.page-template-download main .col.img-col img {
	position: relative;
	z-index: 2;
	width: 25vw;
	max-width: 410px;
}

.page-template-download main .col.img-col:before {
	content: url("./svg/download-img-after.svg");
	display: block;
	width: 100%;
	height: 50vh;
	position: absolute;
	top: 0;
	left: -3rem;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.page-template-download main .col.img-col {
		display: block;
	}
}

.page-template-download form.post-password-form {
	max-width: 1080px;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
}

.page-template-download form.post-password-form input {
	display: block;
	margin: 1rem auto;
}

.page-template-download form.post-password-form input[type="submit"] {
	border: 2px solid;
	border-color: #ffce00;
	border-radius: 0;
	background: #ffce00;
	color: #ffffff;
	padding: .6em 1em;
	font-size: 25.6px;
	font-size: 1.6rem;
}

.page-template-download form.post-password-form input[type="submit"]:hover, .page-template-download form.post-password-form input[type="submit"]:focus {
	border-color: #ffce00 !important;
	background: #ffffff !important;
	background-color: transparent;
	color: #F8F3F0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
nav {
	font-family: "Bariol Regular", "Helvetica Neue", arial, sans-serif;
}

.has-submenu {
	display: inline-flex;
	align-items: center;
	height: 100%;
}

.has-submenu a {
	transition: all 0.2s;
}

.has-submenu a:not(.text-btn)::after {
	content: url("svg/chevron.svg");
	padding-inline-start: 0.5rem;
}

.has-submenu:hover a:not(.text-btn)::after {
	content: url("svg/chevron-inverted.svg");
}

@media (min-width: 992px) {
	.has-submenu:hover::after {
		content: '';
		height: 0.25rem;
		width: 100%;
		background: #F8F3F0;
		position: absolute;
		bottom: 2px;
	}
}

.nav-bar-button a {
	background: #EF2660;
	padding-inline: 1rem;
	padding-block: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
}

.main-navigation {
	height: 100%;
	width: 100%;
	max-width: 620px !important;
	margin-top: 18px;
}

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

.main-navigation ul ul.sub-menu {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	bottom: unset;
	z-index: 99999;
	display: flex;
	flex-direction: column;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
	.main-navigation li a {
		text-transform: lowercase;
		font-weight: bold;
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.main-navigation.no-roundal {
	margin-top: 0;
}

@media screen and (max-width: 1440px) {
	.main-navigation {
		margin-top: 6px;
	}
}

.menu-main-menu-container {
	position: relative;
}

.menu-main-menu-container ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.menu-main-menu-container ul {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		padding: 80px 2rem;
	}
}

.menu-main-menu-container ul li {
	flex-grow: 1;
	flex-basis: auto;
	text-align: center;
	border-left: 1px solid #EF2660;
	padding-bottom: 0.2em;
}

.menu-main-menu-container ul li:first-of-type {
	border-left: none;
	text-align: left;
	padding-left: 0;
}

.menu-main-menu-container ul li:last-of-type {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

@media screen and (max-width: 991px) {
	.menu-main-menu-container ul li {
		flex-grow: 0;
		text-align: left;
		margin: 0 !important;
		padding: 1em;
	}
}

@media screen and (max-width: 991px) and (max-height: 815px) {
	.menu-main-menu-container ul li {
		padding: 0.3em 1em;
	}
}

.menu-main-menu-container ul li.menu-item-has-children {
	position: relative !important;
}

.menu-main-menu-container ul li.menu-item-has-children ul.sub-menu {
	background-color: #04031c;
	border-radius: 10px;
	display: none;
	padding: 1rem;
}

.menu-main-menu-container ul li.menu-item-has-children ul.sub-menu li {
	text-align: right;
	max-width: 100%;
	border: none;
	padding: 0 !important;
}

.menu-main-menu-container ul li.menu-item-has-children ul.sub-menu li:first-of-type {
	margin: 0 !important;
}

.menu-main-menu-container ul li.menu-item-has-children ul.sub-menu li a {
	text-align: left;
	max-width: 100%;
	min-width: 250px;
	margin: 0;
	padding: 0.5em 1em;
	font-size: 19.2px;
	font-size: 1.2rem;
	background-color: #04031c;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	letter-spacing: 1;
	line-height: 1.3;
}

.menu-main-menu-container ul li.menu-item-has-children ul.sub-menu li a .menu-item-description {
	font-size: 14.4px;
	font-size: 0.9rem;
	letter-spacing: 1;
}

.menu-main-menu-container ul li.menu-item-has-children ul.sub-menu li a:hover, .menu-main-menu-container ul li.menu-item-has-children ul.sub-menu li a:focus {
	background-color: #EF2660;
	color: #ffffff;
}

@media screen and (max-width: 991px) {
	.menu-main-menu-container ul li.menu-item-has-children ul.sub-menu li a {
		text-align: left;
	}
}

@media screen and (max-width: 991px) {
	.menu-main-menu-container ul li.menu-item-has-children ul.sub-menu {
		display: flex;
		position: relative;
	}
}

.menu-main-menu-container ul li.menu-item-has-children:hover ul.sub-menu, .menu-main-menu-container ul li.menu-item-has-children:focus ul.sub-menu {
	display: flex;
}

@media screen and (max-width: 991px) {
	.menu-main-menu-container ul li.menu-item-has-children a {
		padding-bottom: 1em;
	}
}

.menu-main-menu-container {
	height: 100%;
}

.menu-main-menu-container .cd-primary-nav {
	height: 100%;
}

.menu-main-menu-container ul li {
	flex-grow: 0;
	border: none;
}

@media screen and (max-width: 991px) {
	#footer-navigation {
		margin: auto;
	}
}

.main-navigation {
	max-width: 720px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

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

footer#colophon #social-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 8px;
	width: max-content;
}

footer#colophon #social-menu a {
	content: '';
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	height: 45px;
	color: transparent;
}

footer#colophon #social-menu li.facebook a {
	background-image: url("./svg/icon__social-facebook.svg");
}

footer#colophon #social-menu li.twitter a {
	background-image: url("./svg/icon__social-twitter.svg");
}

footer#colophon #social-menu li.linkedin a {
	background-image: url("./svg/icon__social-linkedin.svg");
}

footer#colophon #social-menu li.instagram a {
	background-image: url("./svg/icon__social-instagram.svg");
}

footer#colophon .nav-wrap p {
	margin-top: 0;
}

@keyframes slide-up {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-10%);
	}
}

@keyframes slide-down {
	0% {
		transform: translateY(-10%);
	}
	100% {
		transform: translateY(0%);
	}
}

@keyframes slide-right {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0%);
	}
}

@keyframes slide-left {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.twi-mobile-nav {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	background-color: rgba(4, 3, 28, 0.7);
	padding-inline-end: 1.5rem;
	z-index: 999;
	transform: translateX(-100%);
	animation: all 0.5s;
}

.twi-mobile-nav[visible='true'] {
	animation: slide-right 500ms forwards;
}

.twi-mobile-nav[visible='false'] {
	animation: slide-left 500ms forwards;
}

.twi-mobile-nav .mobile-nav-container {
	overflow-y: scroll;
	position: relative;
	height: 100%;
	width: 100%;
	background-color: white;
}

.twi-mobile-nav .mobile-nav-container .mobile-nav-header {
	position: fixed;
	height: 6rem;
	width: calc(100% - 24px);
	display: flex;
	align-items: center;
	background-color: white;
	z-index: 1500;
}

.twi-mobile-nav .mobile-nav-container .mobile-nav-header a {
	height: max-content;
	width: max-content;
	display: flex;
	position: relative;
	margin-left: 1.5rem;
	align-items: center;
	gap: 1rem;
}

.twi-mobile-nav .mobile-nav-container .mobile-nav-header a::before {
	content: '';
	height: 18px;
	width: 18px;
	background-image: url("svg/mobile-nav-close.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.twi-mobile-nav .mobile-nav-container .mobile-nav-header svg {
	max-width: 160px;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav {
	padding-block-start: 6rem;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	padding-inline: 1.5rem;
	list-style-type: none;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li {
	width: 100%;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li a:not(.text-btn) {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	line-height: 32px;
	color: #04031C;
	text-decoration: none;
	padding-bottom: 1rem;
	padding-top: 0.875rem;
	padding-inline: 0;
	border-bottom: 1px solid rgba(79, 79, 96, 0.33);
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li a:not(.text-btn)::after {
	content: url("svg/chevron-grey.svg");
	opacity: 0.33;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li a:not(.text-btn).top-nav-item.open {
	border-bottom: 0;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li a.submenu-item {
	border-bottom: 0;
	padding-bottom: 0;
	color: #EF2660;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li a.submenu-item::after {
	display: none;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li a.top-nav-item {
	font-weight: 700;
	line-height: 1.75rem;
	font-size: 1.25rem;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li.has-submenu {
	display: flex;
	flex-direction: column;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li.has-submenu .submenu-wrap {
	display: none;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li.has-submenu .submenu-wrap::after {
	display: none;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li.has-submenu .submenu-wrap .submenu p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
	color: #4F4F60;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li.has-submenu .submenu-wrap .submenu li p {
	margin-block-start: 0;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile li.has-submenu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile .nav-bar-button {
	margin-block: 2.5rem;
	max-width: 10rem;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile .nav-bar-button a {
	border-radius: 2rem;
	display: flex;
	width: 100%;
	padding: 0.5rem 1.5rem;
	justify-content: center !important;
	align-items: center;
	font-weight: 700;
	line-height: 1.75rem;
	font-size: 1rem;
	color: #FFFFFF !important;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile .nav-bar-button a::after {
	display: none;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile .subnav-media a::after {
	content: '' !important;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile .subnav-media {
	position: relative;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile .subnav-media .img-wrap {
	position: relative;
	height: 12.5rem;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 1rem;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile .subnav-media .gradient-overlay {
	position: absolute;
	background-image: linear-gradient(121deg, #EF2660b0, rgba(4, 3, 28, 0.5) 70%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 1rem;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile .subnav-media .subnav-image {
	border-radius: 1rem;
	object-fit: cover;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile .subnav-media .subnav-image-overlay {
	z-index: 50;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.5rem;
}

.twi-mobile-nav .mobile-nav-container nav.mobile-nav .primary-nav-mobile .subnav-media .subnav-image-overlay * {
	color: white;
}

@media (min-width: 992px) {
	.twi-mobile-nav {
		display: none;
	}
}

.twi-mobile-nav a.submenu-item, .twi-mobile-nav a.text-btn {
	height: 50px;
	width: 100%;
}

.cd-nav-trigger {
	display: none;
}

@media screen and (max-width: 991px) {
	html, body {
		height: 100%;
	}
	header {
		z-index: 100;
	}
	.cd-logo, .cd-nav-trigger {
		position: absolute;
		display: inline-block;
	}
	.cd-logo {
		top: 28px;
		left: 5%;
	}
	.cd-logo img {
		display: block;
	}
	.cd-nav-trigger {
		display: block;
		top: 2.25em;
		left: 1.5rem;
		height: 44px;
		width: 44px;
		z-index: 105;
		/* image replacement */
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		margin-top: 12px;
		position: fixed;
	}
	.cd-nav-trigger:focus {
		outline: 0;
	}
}

@media screen and (max-width: 991px) and (max-width: 1440px) {
	.cd-nav-trigger {
		top: 0.25em;
	}
}

@media screen and (max-width: 991px) {
	.cd-nav-trigger .cd-icon {
		/* icon created in CSS */
		position: absolute;
		left: 50%;
		top: 50%;
		bottom: auto;
		right: auto;
		transform: translateX(-50%) translateY(-50%);
		display: inline-block;
		width: 18px;
		height: 3px;
		background-color: #ffffff;
		z-index: 110;
	}
	.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
		/* upper and lower lines of the menu icon */
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: transform .3s;
	}
	.cd-nav-trigger .cd-icon::before {
		transform: translateY(-6px) rotate(0deg);
	}
	.cd-nav-trigger .cd-icon::after {
		transform: translateY(6px) rotate(0deg);
	}
	.cd-nav-trigger::before, .cd-nav-trigger::after {
		/* 2 rounded colored backgrounds for the menu icon */
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
		height: 100%;
		width: 100%;
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition-property: transform;
	}
	.cd-nav-trigger::before {
		background-color: #EF2660;
		transform: scale(1);
		transition-duration: 0.3s;
		transition-delay: 0.4s;
	}
	.cd-nav-trigger::after {
		background-color: #04031c;
		transform: scale(0);
		transition-duration: 0s;
		transition-delay: 0s;
	}
	.cd-nav-trigger.close-nav::before {
		/* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
		transform: scale(0);
	}
	.cd-nav-trigger.close-nav::after {
		/* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
		transform: scale(1);
		transition-duration: 0.3s;
		transition-delay: 0.4s;
	}
	.cd-nav-trigger.close-nav .cd-icon {
		/* user clicks on the .cd-nav-trigger element - transform the icon */
		background-color: rgba(255, 255, 255, 0);
	}
	.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
		background-color: white;
	}
	.cd-nav-trigger.close-nav .cd-icon::before {
		transform: translateY(0) rotate(45deg);
	}
	.cd-nav-trigger.close-nav .cd-icon::after {
		transform: translateY(0) rotate(-45deg);
	}
	.cd-primary-nav {
		/* by default it's hidden */
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		padding: 80px 0;
		z-index: 100;
		background-color: #EF2660;
		overflow: auto;
		/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
		-webkit-overflow-scrolling: touch;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.3s;
	}
	.cd-primary-nav li {
		margin: 0;
		text-align: center;
		text-transform: capitalize;
	}
	.cd-primary-nav a {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transition: color 0.2s;
	}
	.no-touch .cd-primary-nav a:hover {
		color: #ffffff;
	}
	.cd-primary-nav.fade-in {
		/* navigation visible at the end of the circle animation */
		visibility: visible;
		opacity: 1;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.cd-primary-nav li {
		margin: 2em 0;
	}
	.cd-primary-nav a {
		font-size: 28px;
		font-size: 1.75rem;
	}
}

@media only screen and (max-width: 991px) and (min-width: 1170px) {
	.cd-primary-nav li {
		margin: 2.6em 0;
	}
	.cd-primary-nav a {
		font-size: 32px;
		font-size: 2rem;
	}
}

@media screen and (max-width: 991px) {
	.cd-overlay-nav, .cd-overlay-content {
		/* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
		position: fixed;
		top: 2.25em;
		right: 1em;
		height: 4px;
		width: 4px;
		transform: translateX(-20px) translateY(20px);
		margin-top: 12px;
	}
}

@media screen and (max-width: 991px) and (max-width: 1440px) {
	.cd-overlay-nav, .cd-overlay-content {
		top: 0.25em;
	}
}

@media screen and (max-width: 991px) {
	.cd-overlay-nav span, .cd-overlay-content span {
		display: inline-block;
		position: absolute;
		border-radius: 50%;
		transform: translateZ(0);
		backface-visibility: hidden;
		will-change: transform;
		transform-origin: 50% 50%;
		transform: scale(0);
	}
	.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
		/* background fades out at the end of the animation */
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s 0s, visibility 0s .3s;
	}
	.cd-overlay-nav {
		/* main rounded colored bg 1 */
		z-index: 99;
	}
	.cd-overlay-nav span {
		background-color: #EF2660;
	}
	.cd-overlay-content {
		/* main rounded colored bg 2 */
		z-index: 104;
	}
	.cd-overlay-content span {
		background-color: #04031c;
	}
	.cd-content {
		/* just some dummy content */
		padding: 80px 0;
		width: 90%;
		max-width: 768px;
		margin: 0 auto;
		z-index: 90;
	}
	.cd-content .cd-intro {
		height: 200px;
		padding-top: 4.6em;
	}
	.cd-content h1 {
		text-align: center;
		font-size: 20px;
		font-size: 1.25rem;
	}
	.cd-content p {
		line-height: 1.5;
		color: #a76500;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.cd-content .cd-intro {
		height: 250px;
		padding-top: 6em;
	}
	.cd-content h1 {
		font-size: 28px;
		font-size: 1.75rem;
	}
	.cd-content p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.8;
	}
}

.btn,
.button,
input.button,
input.hs-button.primary,
.cog-button {
	display: inline-block;
	background-color: #EF2660;
	color: #ffffff !important;
	text-decoration: none;
	padding: 0.5em 1.5em;
	border-radius: 1.563em;
	font-family: "Bariol bold", arial, sans-serif;
	border: 1px solid #EF2660;
	transition: all 0.2s ease-in-out;
}

.btn:hover, .btn:focus,
.button:hover,
.button:focus,
input.button:hover,
input.button:focus,
input.hs-button.primary:hover,
input.hs-button.primary:focus,
.cog-button:hover,
.cog-button:focus {
	background-color: #ffffff;
	color: #EF2660 !important;
}

.btn.secondary,
.button.secondary,
input.button.secondary,
input.hs-button.primary.secondary,
.cog-button.secondary {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #EF2660 !important;
}

.btn.secondary:hover, .btn.secondary:focus,
.button.secondary:hover,
.button.secondary:focus,
input.button.secondary:hover,
input.button.secondary:focus,
input.hs-button.primary.secondary:hover,
input.hs-button.primary.secondary:focus,
.cog-button.secondary:hover,
.cog-button.secondary:focus {
	background-color: #EF2660;
	color: #ffffff !important;
	border-color: #EF2660;
}

.filter-group {
	padding: 0 1em;
	max-width: 250px;
	min-width: 200px;
	/* Customize the label (the container) */
	/* Hide the browser's default checkbox */
	/* Create a custom checkbox */
	/* On mouse-over, add a grey background color */
	/* When the checkbox is checked, add a blue background */
	/* Create the checkmark/indicator (hidden when not checked) */
	/* Show the checkmark when checked */
	/* Style the checkmark/indicator */
}

.filter-group h4 {
	font-family: "Bariol Bold", arial, sans-serif;
	margin-bottom: 0.8em;
}

.filter-group .checkboxes-group {
	margin-bottom: 1rem;
}

.filter-group .container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter-group .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.filter-group .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #04031c;
}

.filter-group .container:hover input ~ .checkmark {
	background-color: #eee;
}

.filter-group .container input:checked ~ .checkmark {
	background-color: #04031c;
}

.filter-group .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.filter-group .container input:checked ~ .checkmark:after {
	display: block;
}

.filter-group .container .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#work-results {
	width: 100%;
}

.posts-navigation {
	padding-top: 3.5rem;
}

.posts-navigation a {
	border-radius: 2rem;
	border: 2px solid #F2F2F4;
	background: #F2F2F4;
	text-decoration: none;
	color: #04031C !important;
	/* Body/Bold */
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75rem;
}

.posts-navigation a:hover, .posts-navigation a:focus {
	text-decoration: underline;
}

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

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

.content-container {
	max-width: 1255px;
	margin: auto;
	padding: 4.725rem 1rem;
}

.site-main.dark-mode .section {
	background-color: #04031c;
	color: #ffffff;
}

.recent-articles {
	padding-top: 6rem;
}

.recent-articles h4 {
	text-transform: uppercase;
}

.recent-articles h4, .recent-articles p {
	margin-block: 0;
}

.recent-articles .recent-article-grid, .recent-articles .insights-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	padding-top: 3rem;
}

.recent-articles .recent-article-grid a, .recent-articles .insights-grid a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.recent-articles .recent-article-grid .single-recent-article, .recent-articles .recent-article-grid .single-insight, .recent-articles .insights-grid .single-recent-article, .recent-articles .insights-grid .single-insight {
	border-radius: 16px;
	min-height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 1rem 1.5rem;
	position: relative;
	overflow: hidden;
}

.recent-articles .recent-article-grid .single-recent-article::after, .recent-articles .recent-article-grid .single-insight::after, .recent-articles .insights-grid .single-recent-article::after, .recent-articles .insights-grid .single-insight::after {
	content: '';
	background-image: linear-gradient(180deg, rgba(4, 3, 28, 0.32) 0%, rgba(4, 3, 28, 0.72) 100%);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.recent-articles .recent-article-grid .single-recent-article .copy-wrap, .recent-articles .recent-article-grid .single-insight .copy-wrap, .recent-articles .insights-grid .single-recent-article .copy-wrap, .recent-articles .insights-grid .single-insight .copy-wrap {
	position: relative;
	z-index: 50;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.recent-articles .recent-article-grid .single-recent-article .copy-wrap *, .recent-articles .recent-article-grid .single-insight .copy-wrap *, .recent-articles .insights-grid .single-recent-article .copy-wrap *, .recent-articles .insights-grid .single-insight .copy-wrap * {
	color: #FFFFFF;
}

.recent-articles .recent-article-grid .single-recent-article .copy-wrap .pill, .recent-articles .recent-article-grid .single-insight .copy-wrap .pill, .recent-articles .insights-grid .single-recent-article .copy-wrap .pill, .recent-articles .insights-grid .single-insight .copy-wrap .pill {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 1px 10px 0px;
	gap: 10px;
	background: #EF2660;
	border-radius: 20px;
	width: max-content;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
}

.recent-articles .recent-article-grid .single-recent-article .copy-wrap h6, .recent-articles .recent-article-grid .single-insight .copy-wrap h6, .recent-articles .insights-grid .single-recent-article .copy-wrap h6, .recent-articles .insights-grid .single-insight .copy-wrap h6 {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: white;
	margin: 0;
}

.recent-articles .recent-article-grid .single-recent-article .copy-wrap p, .recent-articles .recent-article-grid .single-insight .copy-wrap p, .recent-articles .insights-grid .single-recent-article .copy-wrap p, .recent-articles .insights-grid .single-insight .copy-wrap p {
	line-height: 28px;
	margin-block: 4px;
}

.recent-articles .recent-article-grid .grid-item-1, .recent-articles .recent-article-grid .grid-item-5, .recent-articles .insights-grid .grid-item-1, .recent-articles .insights-grid .grid-item-5 {
	grid-column: span 2;
}

@media (max-width: 800px) {
	.recent-articles .recent-article-grid {
		gap: 1.5rem;
		grid-template-columns: repeat(2, 1fr);
	}
	.recent-articles .recent-article-grid .single-insight-card {
		height: 170px;
	}
	.recent-articles .recent-article-grid .grid-item-1, .recent-articles .recent-article-grid .grid-item-4 {
		grid-column: span 2;
	}
	.recent-articles .recent-article-grid .grid-item-5 {
		grid-column: span 1;
	}
}

@media (max-width: 1050px) {
	.recent-articles .recent-article-grid .container {
		padding-inline: 1.5rem;
	}
}

.page-template-services {
	background-color: #04031c;
}

.category-icons {
	padding: 2.5rem 0;
	margin-bottom: -4.25rem;
}

.category-icons .container {
	max-width: 1080px;
	margin: auto;
}

.category-icons .services-icons {
	display: flex;
	text-align: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.category-icons .services-icons .service-icon {
	max-width: 25%;
	margin: auto;
	padding: 0 1rem;
	margin: 1rem 0;
}

.category-icons .services-icons .service-icon .icon img {
	max-width: 250px;
	max-height: 150px;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.category-icons .services-icons .service-icon .icon img {
		max-width: 150px;
		max-height: 80px;
	}
}

.category-icons .services-icons .service-icon .title {
	font-family: "Bariol Bold", arial, sans-serif;
	text-transform: capitalize;
	font-size: 26px;
	font-size: 1.625rem;
}

@media screen and (max-width: 767px) {
	.category-icons .services-icons .service-icon .title {
		font-size: 19.2px;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 495px) {
	.category-icons .services-icons .service-icon {
		width: 50%;
		max-width: 50%;
	}
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.fancybox-content {
	min-width: 50%;
}

.page-template-landing-page .fancybox-content {
	max-width: 1080px;
	padding: 5.125rem 5.5rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

/* Alignments
--------------------------------------------- */
.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;
}

/*
# Helpers
 */
.container {
	max-width: 1080px;
	margin: auto;
	width: 100%;
	margin-inline: auto;
	margin-block: 0;
}

.single-ebook .entry-content .container {
	max-width: 710px;
}

.shadow {
	box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.12);
}

.pill {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background-color: #EF2660;
	width: max-content;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 1px 10px 0;
	gap: 10px;
	border-radius: 20px;
}

/* Sections
--------------------------------------------- */
.section {
	padding: 2.5rem 1rem 2.5rem 1rem;
}

.section.lead {
	font-size: 21.2px;
	font-size: 1.325rem;
}

@media screen and (max-width: 767px) {
	.section.lead {
		font-size: 16px;
		font-size: 1rem;
	}
	.section.lead h2 {
		font-size: 33.328px;
		font-size: 2.083rem;
	}
}

@media screen and (max-width: 767px) {
	.section {
		padding: 4.25rem 1rem;
	}
}

.hero {
	background-color: #04031c;
	color: #ffffff;
	padding-bottom: 5.5rem;
	position: relative;
	height: 45rem;
	display: flex;
	justify-content: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero .tags {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.hero h1 {
	font-family: "Bariol Light", "Helvetica Neue", arial, sans-serif;
}

.hero h1 span {
	font-family: "Bariol Bold", arial, sans-serif;
}

.hero .gradient {
	background: linear-gradient(118deg, #04031c, rgba(4, 3, 28, 0.5) 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 40;
}

.hero::before {
	content: url("svg/dot-grid-1.svg");
	position: absolute;
	height: 10rem;
	width: auto;
	left: 1.75rem;
	bottom: -7rem;
	z-index: 50;
}

.hero::after {
	content: url("svg/dot-grid-2.svg");
	position: absolute;
	height: 10rem;
	width: auto;
	right: 1.75rem;
	bottom: -7rem;
	z-index: 50;
}

.hero .hero-content {
	position: relative;
	z-index: 50;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: flex-end;
	max-width: min(100%, 1080px);
}

@media (max-width: 1050px) {
	.hero .hero-content {
		padding-inline: 1.5rem;
		padding-block-end: 2rem;
	}
}

.hero .hero-content h5 {
	font-family: "Bariol Bold", arial, sans-serif;
	font-weight: 700;
}

.hero .hero-content p {
	color: #FFFFFF;
	opacity: 1;
}

.hero .hero-content h5.pill {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background-color: #EF2660;
	width: max-content;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 1px 10px 0;
	gap: 10px;
	border-radius: 20px;
}

.hero .hero-content .counters-wrap {
	margin-top: 5rem;
	display: flex;
}

.hero .hero-content .counters-wrap .single-counter {
	display: inline-flex;
}

.hero .hero-content .counters-wrap .single-counter .counter-wrap {
	padding-inline: 1rem 4rem;
	display: flex;
	flex-direction: column;
}

.hero .hero-content .counters-wrap .single-counter .counter-wrap span {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
}

.hero .hero-content .counters-wrap .single-counter::before {
	content: url("svg/counter-seperator.svg");
	height: 3rem;
}

.hero .hero-content .date,
.hero .hero-content .locations {
	font-size: 30px;
	font-size: 1.875rem;
	display: block;
}

@media screen and (max-height: 1000px), screen and (max-width: 890px) {
	.hero .hero-content .date,
	.hero .hero-content .locations {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.hero .hero-content .locations {
	font-size: 20px;
	font-size: 1.25rem;
}

.hero .hero-content .copy {
	max-width: 520px;
}

.hero .hero-content .hex-imgs {
	z-index: 1;
	position: relative;
}

.hero .hero-content .hex-imgs .main-img {
	position: relative;
	z-index: 2;
	margin-right: -53px;
}

.hero .hero-content .hex-imgs .main-img.solo {
	margin-right: 53px;
}

.hero .hero-content .hex-imgs .main-img .colored-hexs {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.hero .hero-content .hex-imgs .main-img .colored-hexs .colored-hex {
	position: absolute;
}

.hero .hero-content .hex-imgs .main-img .colored-hexs .colored-hex.top-left {
	top: -30px;
	left: -50px;
}

.hero .hero-content .hex-imgs .main-img .colored-hexs .colored-hex.top-left.small {
	top: 0;
	left: -35px;
}

.hero .hero-content .hex-imgs .main-img .colored-hexs .colored-hex.top-right {
	top: -30px;
	right: -60px;
}

.hero .hero-content .hex-imgs .main-img .colored-hexs .colored-hex.top-right.small {
	top: 0;
	right: -35px;
}

.hero .hero-content .hex-imgs .main-img .colored-hexs .colored-hex.bottom-left {
	bottom: -30px;
	left: -60px;
}

.hero .hero-content .hex-imgs .main-img .colored-hexs .colored-hex.bottom-left.small {
	bottom: 30px;
	left: -40px;
}

.hero .hero-content .hex-imgs .main-img .colored-hexs .colored-hex.bottom-right {
	bottom: -30px;
	right: -60px;
}

.hero .hero-content .hex-imgs .main-img .colored-hexs .colored-hex.bottom-right.small {
	bottom: 40px;
	right: -35px;
}

@media screen and (max-width: 1440px) {
	.hero .hero-content .hex-imgs .main-img {
		margin-right: 0;
	}
}

@media screen and (max-width: 890px) {
	.hero .hero-content .hex-imgs .main-img svg {
		width: 155px;
		height: 175.713px;
	}
}

.hero .hero-content .hex-imgs .top-left {
	z-index: 1;
	position: absolute;
	top: -15%;
	left: -50%;
}

.hero .hero-content .hex-imgs .bot-left {
	z-index: 1;
	position: absolute;
	bottom: -75px;
	left: -170px;
}

@media screen and (max-width: 890px) {
	.hero .hero-content .hex-imgs .bot-left {
		bottom: 0;
		left: -80px;
	}
}

@media screen and (max-width: 890px) {
	.hero .hero-content .hex-imgs {
		margin-left: 50px;
		margin-bottom: 3rem;
	}
	.hero .hero-content .hex-imgs .top-left svg,
	.hero .hero-content .hex-imgs .bot-left svg {
		width: 115px;
		height: 105.713px;
	}
}

.hero.small {
	height: 550px;
	display: flex;
	align-items: end;
}

@media (max-width: 991px) {
	.hero.small {
		height: 450px;
	}
	.hero.small .copy-wrap {
		padding-bottom: 2.5rem;
	}
	.hero.small .copy-wrap h1 {
		font-size: 2rem;
	}
}

.hero.small::after {
	content: '';
	background-image: none;
}

@media screen and (max-width: 991px) {
	.hero {
		padding-bottom: 0;
		height: 41rem;
	}
	.hero::before, .hero::after {
		display: none;
	}
	.hero .hero-content {
		justify-content: center;
		flex-direction: column;
		text-align: start;
		padding-inline: 1.5rem;
	}
	.hero .hero-content h1 {
		font-size: 2.5rem;
	}
	.hero .hero-content .counters-wrap:not(:first-child) {
		display: none;
	}
}

.hero .splide {
	max-width: 100%;
}

.hero .splide__pagination {
	display: flex;
	gap: 1rem;
	position: relative;
	max-width: 1080px;
	margin: auto;
	width: 100%;
	margin-inline: auto;
	margin-block: 0;
	padding: 0;
	justify-content: flex-end;
}

.hero .splide__pagination li {
	position: relative;
}

.hero .splide__pagination li .splide__pagination__page {
	border: 4px solid #F2F2F4;
	width: 2rem;
	height: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.2s;
	background-color: #FFFFFF;
	opacity: 0.3;
	border-radius: 1.25rem;
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}

.hero .splide__pagination li .splide__pagination__page.is-active {
	transform: unset;
	opacity: 1;
}

.pullout-paragraph {
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pullout-paragraph .copy-wrap {
	max-width: 767px;
	padding: 0 15px;
	margin: auto;
}

.pullout-paragraph.title-only {
	padding: 0;
}

.pullout-paragraph.title-only + .section {
	padding-top: 1.5rem;
}

.pullout-paragraph.awards {
	text-align: left;
	background-color: #ffffff !important;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.pullout-paragraph.awards .container {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	padding-left: 7vw;
}

@media screen and (max-width: 1200px) {
	.pullout-paragraph.awards .container {
		flex-direction: column;
		padding-left: 0;
	}
}

.pullout-paragraph.awards .copy-wrap {
	padding: 6.25rem 1rem 4.75rem 1rem;
}

@media screen and (max-width: 1200px) {
	.pullout-paragraph.awards .copy-wrap {
		padding-bottom: 1.5rem;
	}
}

.pullout-paragraph.awards .awards {
	max-width: 838px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.pullout-paragraph.awards .awards img {
	z-index: 1;
}

.pullout-paragraph.awards .awards:after {
	content: '';
	background-image: url("./svg/awards-bg.svg");
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	max-width: 100%;
	width: 838px;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.pullout-paragraph.awards .awards:after {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.pullout-paragraph.awards .awards {
		max-width: 100%;
	}
}

@media screen and (max-width: 1340px) {
	.pullout-paragraph.awards {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 1200px) {
	.pullout-paragraph.awards {
		text-align: center;
		padding-bottom: 4.75rem;
	}
}

.pullout-paragraph.pink {
	background-color: #EF2660 !important;
	color: white;
}

.pullout-paragraph.pink h2 {
	font-family: "Bariol Bold", arial, sans-serif;
	font-size: 80px;
	font-size: 5rem;
	line-height: 0.8em;
}

.pullout-paragraph.pink h2 span {
	font-size: 0.5em;
}

@media screen and (max-width: 890px) {
	.pullout-paragraph.pink h2 {
		font-size: 56px;
		font-size: 3.5rem;
	}
}

.dark-mode .pullout-paragraph {
	padding-bottom: 0;
	margin-bottom: 0;
}

.dark-mode .pullout-paragraph .copy-wrap {
	padding-bottom: 4.75rem;
	border-bottom: 1px solid #EF2660;
}

.page-id-70091 .pullout-paragraph, .page-id-70082 .pullout-paragraph {
	height: 268px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #c4c7cf;
}

.page-id-70091 .pullout-paragraph .container, .page-id-70082 .pullout-paragraph .container {
	width: 1088px;
}

.page-id-70091 .pullout-paragraph .container .copy-wrap, .page-id-70082 .pullout-paragraph .container .copy-wrap {
	width: 100%;
	max-width: 1088px !important;
}

.page-id-70091 .pullout-paragraph p, .page-id-70082 .pullout-paragraph p {
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #04031c;
}

.page-id-70091 .pullout-paragraph.blue, .page-id-70082 .pullout-paragraph.blue {
	background-color: #04031C !important;
	height: auto;
}

.page-id-70091 .pullout-paragraph.blue h2, .page-id-70082 .pullout-paragraph.blue h2 {
	color: white;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: center;
}

.page-id-70091 .pullout-paragraph.image, .page-id-70082 .pullout-paragraph.image {
	position: relative;
	height: auto;
}

.page-id-70091 .pullout-paragraph.image .container, .page-id-70082 .pullout-paragraph.image .container {
	z-index: 99;
}

.page-id-70091 .pullout-paragraph.image::after, .page-id-70082 .pullout-paragraph.image::after {
	position: absolute;
	z-index: 50;
	content: '';
	height: 100%;
	width: 100%;
	background-color: #04031c;
	opacity: 0.2;
	top: 0;
	left: 0;
}

.page-id-70091 .pullout-paragraph.image h2, .page-id-70082 .pullout-paragraph.image h2 {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: white;
	max-width: 536px;
	margin-inline: auto;
}

.page-id-70091 .pullout-paragraph.image p, .page-id-70082 .pullout-paragraph.image p {
	font-size: 1rem;
	max-width: 800px;
	margin-inline: auto;
}

.page-id-70091 .pullout-paragraph.image .pullout-list-heading, .page-id-70082 .pullout-paragraph.image .pullout-list-heading {
	font-weight: bold;
}

.page-id-70091 .pullout-paragraph.image *, .page-id-70082 .pullout-paragraph.image * {
	color: white;
}

.page-id-70091 .pullout-paragraph.image ul, .page-id-70082 .pullout-paragraph.image ul {
	position: relative;
	list-style: none;
}

.page-id-70091 .pullout-paragraph.image ul li, .page-id-70082 .pullout-paragraph.image ul li {
	font-size: 1rem;
	padding-block: 0.5rem;
	display: flex;
	justify-content: center;
}

.page-id-70091 .pullout-paragraph.image ul li::before, .page-id-70082 .pullout-paragraph.image ul li::before {
	content: url("svg/pullout-paragraph-marker.svg");
	padding-inline-end: 3rem;
}

.page-id-70091 .pullout-paragraph.image ul li::after, .page-id-70082 .pullout-paragraph.image ul li::after {
	content: url("svg/pullout-paragraph-marker-left.svg");
	padding-inline-start: 3rem;
}

.page-id-70091 .pullout-paragraph, .page-id-70082 .pullout-paragraph {
	height: auto;
}

.single-ebook .pullout-paragraph {
	text-align: start;
}

.single-ebook .pullout-paragraph .copy-wrap.small {
	max-width: 100%;
	padding: 0;
}

.split-50-50 {
	padding: 0;
	display: flex;
	flex-direction: row;
	background-color: #FFFFFF;
	overflow: hidden;
	max-width: 1080px;
	margin: auto;
	margin-top: 0;
}

.split-50-50 .title-5050 {
	text-transform: uppercase;
	color: #878792;
}

.split-50-50 .container {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 767px) {
	.split-50-50 .container {
		flex-direction: column-reverse;
	}
}

.split-50-50 .copy-carousel {
	position: relative;
}

.split-50-50 .copy-carousel span {
	color: rgba(4, 3, 28, 0.7);
}

.split-50-50.image-left {
	flex-direction: row-reverse;
}

.split-50-50.image-left .container {
	flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
	.split-50-50.image-left .container {
		flex-direction: column-reverse;
	}
}

.split-50-50 .copy-section,
.split-50-50 .media-section {
	width: 50%;
}

@media screen and (max-width: 991px) {
	.split-50-50 .copy-section,
	.split-50-50 .media-section {
		width: 100%;
	}
}

.split-50-50 .copy-section {
	padding: 2.5em;
	display: flex;
}

.split-50-50 .copy-section .copy-wrap {
	align-self: center;
	max-width: 525px;
	margin: auto;
	z-index: 1;
	padding-inline: 4rem;
}

@media (max-width: 991px) {
	.split-50-50 .copy-section .copy-wrap {
		max-width: unset;
	}
}

@media screen and (max-width: 767px) {
	.split-50-50 .copy-section {
		text-align: center;
	}
}

.split-50-50 .media-section {
	height: auto;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.split-50-50 .media-section {
		padding-inline: 1.5rem;
	}
}

.split-50-50 .media-section img {
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
	border-radius: 20px;
}

.split-50-50 .media-section.video {
	position: relative;
}

.split-50-50 .media-section.video .play-button {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 50%;
	left: 50%;
	object-fit: contain;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
	.split-50-50 {
		flex-direction: column-reverse;
	}
}

@media (max-width: 991px) {
	.split-50-50.image-left .copy-section, .split-50-50.image-right .copy-section {
		padding-inline: 1.5rem;
		padding-top: 3rem;
	}
}

@media screen and (max-width: 991px) {
	.split-50-50.image-left .copy-section .copy-wrap, .split-50-50.image-right .copy-section .copy-wrap {
		text-align: start;
		padding-inline: 0;
	}
}

@media screen and (max-width: 991px) {
	.split-50-50.image-left, .split-50-50.image-right {
		flex-direction: column;
	}
}

.split-50-50.dark-bg {
	background-color: #04031c;
	color: #ffffff;
}

.split-50-50.dark-bg .copy-section .copy-wrap h2 {
	font-family: 'Bariol Bold', arial, sans-serif;
	font-size: 50px;
	font-size: 3.125rem;
}

.split-50-50.dark-bg.image-right .copy-section {
	position: relative;
}

.split-50-50.dark-bg.image-right .copy-section:before {
	content: url("./img/img-right-keyline.png");
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.split-50-50.dark-bg.image-left .copy-section {
	position: relative;
}

@media screen and (max-width: 767px) {
	.split-50-50.dark-bg.image-left .copy-section .copy-wrap {
		text-align: center;
	}
}

.split-50-50.dark-bg.image-left .copy-section:before {
	content: url("./img/img-left-keyline.png");
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

@media (max-width: 991px) {
	.split-50-50.small-copy {
		padding-inline: 1.5rem;
	}
}

.single-work .split-50-50 {
	background: none;
}

.single-work .split-50-50 .media-section img {
	height: auto;
}

.single-work .split-50-50 .media-section .video-link {
	position: relative;
	display: block;
}

.single-work .split-50-50 .media-section .video-link .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-template-services-new .split-50-50 {
	background-color: #F7F5F3;
}

.page-template-services-new .split-50-50 .copy-section .copy-wrap {
	text-align: left;
}

.page-template-services-new .split-50-50 .copy-section .copy-wrap h2,
.page-template-services-new .split-50-50 .copy-section .copy-wrap .copy {
	padding-left: 0;
	padding-right: 0;
}

.page-template-services-new .split-50-50 .copy-section .copy-wrap h2 {
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #EF2660;
	display: inline-block;
	padding-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
	.page-template-services-new .split-50-50 .copy-section .copy-wrap {
		text-align: initial;
	}
}

.page-template-services-new .split-50-50.image-left .copy-section .copy-wrap {
	text-align: left;
}

@media (min-width: 768px) {
	.page-id-70091 .split-50-50, .page-id-70082 .split-50-50 {
		max-height: 500px;
	}
}

.page-id-70091 .split-50-50 .media-section, .page-id-70082 .split-50-50 .media-section {
	position: relative;
}

.page-id-70091 .split-50-50 .media-section .image-overlay-copy, .page-id-70082 .split-50-50 .media-section .image-overlay-copy {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 38px;
	width: 85%;
}

@media (max-width: 767px) {
	.page-id-70091 .split-50-50 .media-section .image-overlay-copy, .page-id-70082 .split-50-50 .media-section .image-overlay-copy {
		line-height: 1.3;
	}
}

@media (min-width: 600px) {
	.page-id-70091 .split-50-50 .media-section .image-overlay-copy, .page-id-70082 .split-50-50 .media-section .image-overlay-copy {
		width: 70%;
	}
}

.page-id-70091 .split-50-50 .media-section::after, .page-id-70082 .split-50-50 .media-section::after {
	content: '';
	z-index: 50;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-image: linear-gradient(to bottom, #04031c, #04031c);
}

.carousel {
	margin-top: 0;
	max-width: 100%;
	min-height: 560px;
	height: 100%;
	max-height: 600px;
	background-color: #F2F2F4;
}

.carousel .copy-section {
	display: flex;
	align-items: center;
}

.carousel .copy-section .copy-wrap {
	display: none;
}

.carousel .media-section img {
	border-radius: 0;
	height: 100%;
}

.carousel .media-section::after {
	background-image: none !important;
}

.carousel .copy-carousel {
	max-width: 100%;
	padding-inline: 8rem;
	height: max-content;
}

.carousel .copy-carousel .slick-track {
	display: flex;
}

.carousel .copy-carousel p {
	opacity: 0.7;
	padding-bottom: 2rem;
}

.carousel .copy-carousel .twi-slick-previous {
	top: unset;
	left: 8rem;
	bottom: 0;
}

.carousel .copy-carousel .twi-slick-next {
	top: unset;
	left: 12rem;
	bottom: 0;
}

@media (max-width: 1300px) {
	.carousel .copy-carousel {
		padding-inline: 3rem;
	}
	.carousel .single-carousel-item {
		width: unset;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.carousel {
		max-height: unset;
	}
	.carousel.image-left, .carousel.image-right {
		flex-direction: column-reverse;
	}
	.carousel.image-left .copy-section, .carousel.image-left .media-section, .carousel.image-right .copy-section, .carousel.image-right .media-section {
		width: 100%;
		background: #FFFFFF;
		position: relative;
		z-index: 99;
	}
	.carousel.image-left .copy-section, .carousel.image-right .copy-section {
		padding-block-start: 0;
	}
	.carousel.image-left .media-section, .carousel.image-right .media-section {
		height: 21rem;
		padding-inline: 0;
	}
}

@media (max-width: 991px) and (max-width: 991px) {
	.carousel.image-left .media-section, .carousel.image-right .media-section {
		z-index: 50;
	}
}

@media (max-width: 991px) {
	.carousel.image-left .copy-carousel, .carousel.image-right .copy-carousel {
		background-color: #F2F2F4;
		padding-inline: 1.5rem;
		padding-block: 1.5rem;
		border-radius: 16px;
		transform: translateY(-1.5rem);
	}
	.carousel.image-left .copy-carousel h4, .carousel.image-right .copy-carousel h4 {
		font-weight: 700;
		font-size: 20px;
		line-height: 28px;
		text-align: start;
	}
	.carousel.image-left .copy-carousel p, .carousel.image-right .copy-carousel p {
		font-weight: 400;
		font-size: 14px;
		line-height: 22px;
		text-align: start;
	}
	.carousel.image-left .slick-dots, .carousel.image-right .slick-dots {
		left: 50%;
		transform: translateX(-50%);
		height: 5px;
		bottom: -1rem;
	}
	.carousel.image-left .slick-dots li, .carousel.image-right .slick-dots li {
		width: 5px;
		height: 5px;
	}
	.carousel.image-left .slick-dots li button, .carousel.image-right .slick-dots li button {
		padding: 0;
		height: 100%;
		width: 100%;
		background-image: url("svg/slick-dot-mobile.svg");
		background-size: contain;
		background-repeat: no-repeat;
	}
	.carousel.image-left .slick-dots li button::before, .carousel.image-right .slick-dots li button::before {
		display: none;
	}
	.carousel.image-left .slick-dots li.slick-active, .carousel.image-right .slick-dots li.slick-active {
		width: 55px;
		height: 5px;
	}
	.carousel.image-left .slick-dots li.slick-active button, .carousel.image-right .slick-dots li.slick-active button {
		height: 100%;
		width: 100%;
		background-image: url("svg/slick-dot-mobile-active.svg");
		background-size: contain;
		background-repeat: no-repeat;
	}
}

.split-50-50.small-copy {
	margin-top: 3rem;
	gap: 4rem;
	height: max-content;
}

.split-50-50.small-copy .copy-section, .split-50-50.small-copy .media-section {
	width: unset;
	flex-basis: 0;
	flex-grow: 1;
	padding: 0;
}

.split-50-50.small-copy .copy-wrap {
	padding-inline: 0;
}

.split-50-50.small-copy .title-5050 {
	color: #282828;
	text-transform: capitalize;
}

.split-50-50.small-copy h2 {
	color: #282828;
	font-size: 1.5rem;
	line-height: 32px;
	border-bottom: 1px solid rgba(4, 3, 28, 0.2);
	padding-bottom: 0.5rem;
}

.split-50-50.small-copy .copy p {
	opacity: 0.8;
	line-height: 28px;
}

@media (max-width: 767px) {
	.split-50-50.small-copy .media-section {
		margin-inline: 0;
	}
	.split-50-50.small-copy .copy-section {
		padding-inline: 0;
	}
	.split-50-50.small-copy .copy-section * {
		text-align: start;
	}
}

.split-50-50.social {
	margin-top: 5rem;
	max-width: 100%;
	min-height: 560px;
	height: 100%;
	max-height: 600px;
	background-color: #F2F2F4;
}

.split-50-50.social .copy-section {
	display: flex;
	align-items: center;
}

.split-50-50.social .copy-section .copy-wrap {
	display: unset;
}

.split-50-50.social .copy-section .copy-wrap {
	padding-inline: 0;
}

.split-50-50.social .copy-section .title-5050 {
	color: #282828;
	text-transform: capitalize;
}

.split-50-50.social .copy-section h2 {
	color: #282828;
	font-size: 1.5rem;
	line-height: 32px;
	border-bottom: 1px solid rgba(4, 3, 28, 0.2);
	padding-bottom: 0.5rem;
}

.split-50-50.social .copy-section .copy p {
	opacity: 0.8;
	line-height: 28px;
}

.split-50-50.social .social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 8px;
	width: max-content;
}

.split-50-50.social .social-links ul li {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	margin-inline-end: 0.5rem;
}

.split-50-50.social .social-links ul li:last-child {
	margin-right: 0;
}

.split-50-50.social .social-links ul li.facebook a {
	background-image: url("./svg/icon__social-facebook.svg");
}

.split-50-50.social .social-links ul li.twitter a {
	background-image: url("./svg/icon__social-twitter.svg");
}

.split-50-50.social .social-links ul li.linkedin a {
	background-image: url("./svg/icon__social-linkedin.svg");
}

.split-50-50.social .social-links ul li.instagram a {
	background-image: url("./svg/icon__social-instagram.svg");
}

.split-50-50.social .social-links ul li a {
	width: 45px;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 1.781em;
}

@media screen and (max-width: 992px) {
	.split-50-50.social .social-links ul li a {
		width: 35px;
		height: 35px;
	}
}

.split-50-50.social .media-section img {
	border-radius: 0;
	height: 100%;
}

.split-50-50.social .media-section::after {
	background-image: none !important;
}

@media (max-width: 991px) {
	.split-50-50.social {
		max-height: unset;
	}
	.split-50-50.social .media-section {
		padding-inline: 0;
	}
}

#post-105 > div > div > div.copy-section > div {
	padding-inline: 1rem;
}

.pullout-services {
	background-color: #04031c;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.pullout-services .services-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.pullout-services .services-wrap .service {
	padding: 3rem 1rem;
	text-align: center;
	margin: 0;
	flex-basis: 100%;
	position: relative;
}

.pullout-services .services-wrap .service::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(4, 3, 28, 0.75);
}

.pullout-services .services-wrap .service[data-index="0"]::before, .pullout-services .services-wrap .service[data-index="3"]::before {
	background-color: rgba(4, 3, 28, 0.9);
}

.pullout-services .services-wrap .service[data-index="1"]::before, .pullout-services .services-wrap .service[data-index="2"]::before {
	background-color: rgba(4, 3, 28, 0.85);
}

.pullout-services .services-wrap .service .container {
	max-width: 550px;
	margin-inline: auto;
}

.pullout-services .services-wrap .service .service-icon {
	position: relative;
	max-height: 90px;
}

.pullout-services .services-wrap .service h2 {
	margin-bottom: 0;
	font-family: "Bariol Bold", arial, sans-serif;
	font-size: 2.125rem;
	font-size: clamp(2.125rem, 3.125vw, 3.125rem);
	letter-spacing: 0.1em;
}

.pullout-services .services-wrap .service .copy {
	margin: 1.875em 0;
	font-size: 1rem;
	font-size: clamp(1rem, 1.125vw, 1.125rem);
}

@media screen and (min-width: 768px) {
	.pullout-services .services-wrap .service {
		flex-basis: 50%;
	}
}

@media screen and (min-width: 768px) {
	.pullout-services .services-wrap.count-3 .service:first-of-type {
		flex-basis: 100%;
	}
}

.pop-color-pullout {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.pop-color-pullout.pink {
	background-color: #EF2660;
	color: #ffffff;
}

.pop-color-pullout.pink .btn {
	background-color: #04031c;
	border: 1px solid #04031c;
}

.pop-color-pullout.pink .btn:hover, .pop-color-pullout.pink .btn:focus {
	color: #04031c;
	background-color: #ffffff;
}

.pop-color-pullout .content-wrap {
	max-width: 1255px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 6.25rem 1rem 4.75rem 1rem;
}

.pop-color-pullout .content-wrap:after {
	content: url("./svg/hero-bg-texture.svg");
	display: inline-block;
	position: absolute;
	z-index: 0;
	right: -7rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 845px) {
	.pop-color-pullout .content-wrap:after {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pop-color-pullout .content-wrap {
		padding: 4.25rem 1rem;
		text-align: center;
		flex-direction: column;
	}
}

.pop-color-pullout .content-wrap .copy-wrap,
.pop-color-pullout .content-wrap .graphics {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.pop-color-pullout .content-wrap .copy-wrap,
	.pop-color-pullout .content-wrap .graphics {
		width: 100%;
	}
}

.pop-color-pullout .content-wrap .copy-wrap {
	position: relative;
	z-index: 4;
}

.pop-color-pullout .content-wrap .copy-wrap .copy {
	max-width: 565px;
}

@media screen and (max-width: 767px) {
	.pop-color-pullout .content-wrap .copy-wrap .copy {
		margin: auto;
	}
}

.pop-color-pullout .content-wrap .graphics {
	text-align: center;
}

.pop-color-pullout .content-wrap .graphics:before {
	content: url("./svg/clouds.svg");
	position: absolute;
	bottom: -10px;
	right: -80px;
	z-index: 3;
	width: 50%;
}

@media screen and (max-width: 767px) {
	.pop-color-pullout .content-wrap .graphics:before {
		width: 100%;
		right: 0;
	}
}

.pop-color-pullout .content-wrap .graphics:after {
	content: url("./svg/rocket.svg");
	position: absolute;
	bottom: -7px;
	right: -110px;
	z-index: 2;
	width: 50%;
}

@media screen and (max-width: 767px) {
	.pop-color-pullout .content-wrap .graphics:after {
		width: 100%;
		right: -30%;
	}
}

.pop-color-pullout .content-wrap .graphics .cutout-img {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.pop-color-pullout .content-wrap .graphics .cutout-img {
		display: none;
	}
}

.pop-color-pullout .content-wrap .cta-tn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3.75rem;
}

@media screen and (max-width: 1290px) {
	.pop-color-pullout .content-wrap .cta-tn-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.pop-color-pullout .content-wrap .cta-tn-wrap .btn {
		margin-bottom: 3.75rem;
	}
}

@media screen and (max-width: 1290px) and (max-width: 767px) {
	.pop-color-pullout .content-wrap .cta-tn-wrap .btn {
		margin-bottom: 4.75rem;
	}
}

@media screen and (max-width: 767px) {
	.pop-color-pullout .content-wrap .cta-tn-wrap {
		align-items: center;
		margin-top: 1.75rem;
	}
}

.pop-color-pullout .content-wrap .cta-tn-wrap .tech-nation {
	position: relative;
}

.pop-color-pullout .content-wrap .cta-tn-wrap .tech-nation img {
	position: relative;
	display: inline-block;
	padding-top: 1.2rem;
}

.pop-color-pullout .content-wrap .cta-tn-wrap .tech-nation span {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	display: inline-block;
	color: #04031c;
	font-size: 17.008px;
	font-size: 1.063rem;
}

.pop-color-pullout .content-wrap .cta-tn-wrap .btn {
	font-size: 26px;
	font-size: 1.625rem;
}

@media screen and (max-width: 767px) {
	.pop-color-pullout .content-wrap .cta-tn-wrap .btn {
		font-size: 16px;
		font-size: 1rem;
	}
}

.ebook-links {
	text-align: center;
	background-color: #fafafa;
	padding-top: 0.1rem;
}

.ebook-links .ebook-row {
	max-width: 1345px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.ebook-links .ebook-row .ebook-cover {
	margin: 2.375rem 1rem;
	max-width: 350px;
}

.ebook-links .ebook-row .ebook-cover img {
	border: 12px solid #04031c;
	border-radius: 1.563em;
	box-shadow: 2px 22px 54px 0px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 991px) {
	.ebook-links .ebook-row .ebook-cover {
		margin: 2.375rem auto;
	}
}

@media screen and (max-width: 850px) {
	.ebook-links .ebook-row {
		flex-direction: column;
	}
}

.section.contact-form {
	text-align: center;
	background-color: #ffffff;
}

.section.contact-form .container {
	max-width: 1255px;
	margin: auto;
	padding: 0 1rem;
}

.section.contact-form .copy-wrap {
	max-width: 830px;
	margin: auto;
}

.section.contact-form h2 {
	font-family: "Bariol Bold", arial, sans-serif;
}

.section.contact-form .copy {
	max-width: 720px;
	margin: auto;
	padding: 0 1rem;
}

.section.contact-form .cognito {
	position: relative;
}

.section.contact-form .cognito:before {
	content: url(./svg/lines-texture.svg);
	position: absolute;
	max-width: 600px;
	transform: rotateY(180deg);
	left: -100%;
	top: 0;
}

@media screen and (max-width: 991px) {
	.section.contact-form .cognito:before {
		display: none;
	}
}

.section.contact-form .cognito:after {
	content: url(./svg/bg__graph-line-triangle-dark.svg);
	position: absolute;
	max-width: 600px;
	top: 0;
	transform: rotateY(180deg);
	right: -22.5em;
	opacity: 0.2;
	z-index: -1;
}

@media screen and (max-width: 991px) {
	.section.contact-form .cognito:after {
		display: none;
	}
}

.section.contact-form .cognito.c-sml .c-action {
	margin: 0 auto;
}

.section.contact-form.row-index-1 {
	background-color: #ffffff;
	text-align: left;
	padding: 4.25rem 1rem 4.75rem 1rem;
}

.section.contact-form.row-index-1 h2 {
	font-size: 26px;
	font-size: 1.625rem;
	color: #EF2660;
}

.section.contact-form.row-index-1 .cognito:before, .section.contact-form.row-index-1 .cognito:after {
	display: none !important;
}

.section.contact-form.lp-variant {
	text-align: center;
	background-color: #f2f2f3;
	overflow-x: clip;
	overflow-x: hidden;
	overflow-y: hidden;
}

.section.contact-form.lp-variant h2 {
	color: #04031c;
	font-size: 50px;
	font-size: 3.125rem;
}

.section.contact-form.lp-variant .copy {
	max-width: 970px;
	margin: auto;
}

.section.contact-form.lp-variant .cognito {
	position: relative;
}

.section.contact-form.lp-variant .cognito:before, .section.contact-form.lp-variant .cognito:after {
	display: inline-block !important;
}

@media screen and (max-width: 767px) {
	.section.contact-form.lp-variant .cognito:before, .section.contact-form.lp-variant .cognito:after {
		display: none !important;
	}
}

.section.contact-form.lp-variant .cognito:before {
	content: url(./svg/lines-texture.svg);
	position: absolute;
	max-width: 600px;
	transform: rotateY(180deg);
	left: calc(-100% - 54px);
	top: 0;
}

.section.contact-form.lp-variant .cognito:after {
	content: url(./svg/bg__graph-line-triangle-dark.svg);
	position: absolute;
	max-width: 600px;
	top: -150px;
	right: -670px;
	opacity: 0.7;
	z-index: -1;
	opacity: 0.5;
	transform: rotate(0deg);
}

.section.contact-form form {
	text-align: left;
}

.section.contact-form form .hs-form-required {
	color: #dc3545;
}

.section.contact-form form .hs-input.error {
	border-color: #dc3545;
}

.section.contact-form form label.hs-error-msg {
	color: #dc3545;
}

.cognito {
	position: relative;
	z-index: 0;
}

.cognito:focus,
.cognito form:focus,
.cognito form .c-forms-form:focus,
form:focus {
	outline: 0;
}

.cognito fieldset,
.cognito form fieldset,
.cognito form .c-forms-form fieldset,
form fieldset {
	width: 100%;
	max-width: 100% !important;
}

.cognito label,
.cognito form label,
.cognito form .c-forms-form label,
form label {
	font-family: "Bariol Bold", arial, sans-serif;
	margin-bottom: 0.5em;
	display: inline-block;
}

.cognito input,
.cognito textarea,
.cognito form input,
.cognito form textarea,
.cognito form .c-forms-form input,
.cognito form .c-forms-form textarea,
form input,
form textarea {
	border-radius: 0.313em;
	padding: 0.5em 0.8em;
	opacity: 1;
	background-color: rgba(4, 3, 28, 0.05);
	transition: all 0.2s ease-in-out;
	border-color: rgba(4, 3, 28, 0.05);
	margin-bottom: 1em;
	color: #04031c;
}

.cognito input:not([type="submit"]),
.cognito textarea:not([type="submit"]),
.cognito form input:not([type="submit"]),
.cognito form textarea:not([type="submit"]),
.cognito form .c-forms-form input:not([type="submit"]),
.cognito form .c-forms-form textarea:not([type="submit"]),
form input:not([type="submit"]),
form textarea:not([type="submit"]) {
	width: 100%;
}

.cognito input:focus,
.cognito textarea:focus,
.cognito form input:focus,
.cognito form textarea:focus,
.cognito form .c-forms-form input:focus,
.cognito form .c-forms-form textarea:focus,
form input:focus,
form textarea:focus {
	opacity: 1;
	background-color: white;
}

.single-careers .cognito input[type="file"],
.single-careers .cognito form input[type="file"],
.single-careers .cognito form .c-forms-form input[type="file"] {
	opacity: 0;
}

.single-careers .cognito .c-field[data-field="JobApplyingFor"],
.single-careers .cognito form .c-field[data-field="JobApplyingFor"],
.single-careers .cognito form .c-forms-form .c-field[data-field="JobApplyingFor"] {
	display: none;
}

.cognito .c-forms-form .c-upload-button input {
	display: none;
}

.cognito .c-forms-form .c-html {
	text-align: center;
	margin: auto;
	max-width: 307px;
	padding: 0 1em;
}

.cognito .c-forms-form .c-html a {
	color: #04031c;
	text-decoration: underline;
}

.cognito .c-forms-form .c-html a:hover {
	color: #EF2660;
	text-decoration: none;
}

.c-button-section,
.cog-page__navigation {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center !important;
}

.c-button-section .c-action,
.cog-page__navigation .c-action {
	margin: auto;
}

.c-button-section #c-submit-button,
.cog-page__navigation #c-submit-button {
	font-size: 26px;
	font-size: 1.625rem;
	width: 240px;
}

.footer-subscribe-banner .container {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.footer-subscribe-banner .form-wrap {
	flex-grow: 1;
	height: max-content;
	transform: translateY(-1.5rem);
}

.footer-subscribe-banner form {
	display: flex;
	gap: 1rem;
	position: relative;
}

.footer-subscribe-banner form .legal-consent-container {
	padding-top: 0.5rem;
	position: absolute;
	top: 100%;
}

.footer-subscribe-banner form .legal-consent-container * {
	color: white;
}

.footer-subscribe-banner form .legal-consent-container input {
	width: max-content;
}

.footer-subscribe-banner form .hs-email {
	flex-grow: 1;
	max-width: 400px;
}

.footer-subscribe-banner form .hs-email label {
	display: none;
}

.footer-subscribe-banner form .hs-email input {
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 8px 16px 8px 24px;
	gap: 10px;
	background: #FFFFFF;
	border: 1px solid #F2F2F4;
	border-radius: 32px;
}

.footer-subscribe-banner form .actions {
	height: 100%;
}

.footer-subscribe-banner form .hs-button {
	margin: 0;
	height: 100%;
}

.section.numbers {
	padding: 2.75rem 0;
	margin-top: -2.75rem;
	overflow-x: clip;
}

.section.numbers .content-wrap {
	max-width: 1018px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	position: relative;
}

.section.numbers .content-wrap:after {
	content: url("./svg/lines-texture-pink-1.svg");
	position: absolute;
	max-width: 600px;
	right: -50%;
	top: -80%;
}

@media screen and (max-width: 991px) {
	.section.numbers .content-wrap:after {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.section.numbers .content-wrap {
		flex-direction: column;
	}
}

.section.numbers .number-block {
	position: relative;
	line-height: 1;
	width: 250px;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 3em;
}

.section.numbers .number-block span {
	display: block;
}

.section.numbers .number-block .number {
	font-size: 79.008px;
	font-size: 4.938rem;
	color: #EF2660;
	font-family: "Bariol Bold", arial, sans-serif;
}

@media screen and (max-width: 767px) {
	.section.numbers .number-block .number {
		font-size: 63.008px;
		font-size: 3.938rem;
	}
}

.section.numbers .number-block .title {
	font-family: 'Bariol Light Italic', arial, sans-serif;
	font-size: 50px;
	font-size: 3.125rem;
}

@media screen and (max-width: 767px) {
	.section.numbers .number-block .title {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

.section.numbers .number-block svg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.section.numbers .number-block {
		margin-left: auto;
		margin-right: auto;
	}
}

.section.numbers.copy {
	position: relative;
	z-index: -1;
}

.section.numbers.copy .copy-wrap {
	padding-top: 5em;
	text-align: center;
	padding-bottom: 2em;
}

.section.numbers.copy .number-block .title {
	font-size: 32px;
	font-size: 2rem;
}

.section.numbers.copy .content-wrap:after {
	opacity: 0.2;
}

.section.overlay-blocks {
	padding: 0 1rem;
}

.section.overlay-blocks:first-of-type {
	padding-top: 6.25rem;
}

.section.overlay-blocks:last-of-type {
	padding-bottom: 4.75rem;
}

.section.overlay-blocks .container {
	max-width: 1345px;
	margin: auto;
}

.section.overlay-blocks .blocks {
	display: flex;
	flex-direction: row;
	margin-bottom: 5rem;
}

.section.overlay-blocks .blocks .block {
	width: 50%;
	margin: 0 1rem;
	position: relative;
}

.section.overlay-blocks .blocks .block:first-of-type:after {
	content: url("./svg/lines-texture-pink-2.svg");
	position: absolute;
	max-width: 600px;
	left: -70%;
	bottom: 0%;
	opacity: 0.5;
	z-index: -1;
}

@media screen and (max-width: 991px) {
	.section.overlay-blocks .blocks .block:first-of-type:after {
		display: none;
	}
}

.section.overlay-blocks .blocks .block:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 0.8;
}

.section.overlay-blocks .blocks .block .copy-wrap {
	padding: 4.375rem 2.5rem;
	position: inherit;
	color: #ffffff;
}

.section.overlay-blocks .blocks .block .copy {
	max-width: 400px;
}

.section.overlay-blocks .blocks .block .copy p {
	margin-top: 0;
}

.section.overlay-blocks .blocks .block .hex-wrap {
	color: #04031c;
	position: absolute;
	background-color: #F8F3F0;
	bottom: -8.5rem;
	padding-top: 0.8em;
}

.section.overlay-blocks .blocks .block .hex-wrap .hex-copy {
	position: relative;
	padding: 0 3.438em;
	z-index: 1;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4;
}

.section.overlay-blocks .blocks .block .hex-wrap .hex-copy em {
	font-size: 19.008px;
	font-size: 1.188rem;
	font-family: 'Bariol Bold Italic', helvetica, arial, sans-serif;
	font-style: italic;
}

.section.overlay-blocks .blocks .block .hex-wrap .hex-copy em:last-of-type {
	margin-bottom: 0.8em;
	display: inline-block;
}

@media screen and (max-width: 1198px) {
	.section.overlay-blocks .blocks .block .hex-wrap .hex-copy em {
		font-family: 'Bariol Regular Italic', Arial, Helvetica, sans-serif;
	}
}

.section.overlay-blocks .blocks .block .hex-wrap .hex-copy .courageo {
	font-size: 34px;
	font-size: 2.125rem;
	font-family: "Bariol Regular", "Helvetica Neue", arial, sans-serif;
}

.section.overlay-blocks .blocks .block .hex-wrap .hex-copy .courageo strong, .section.overlay-blocks .blocks .block .hex-wrap .hex-copy .courageo u {
	color: #EF2660;
}

@media screen and (max-width: 1198px) {
	.section.overlay-blocks .blocks .block .hex-wrap .hex-copy .courageo {
		font-size: 24.4px;
		font-size: 1.525rem;
	}
}

.section.overlay-blocks .blocks .block .hex-wrap .hex-copy strong {
	font-family: "Bariol Bold", arial, sans-serif;
}

@media screen and (max-width: 767px) {
	.section.overlay-blocks .blocks .block .hex-wrap .hex-copy {
		padding: 0 1.5em;
	}
}

@media screen and (max-width: 370px) {
	.section.overlay-blocks .blocks .block .hex-wrap .hex-copy {
		width: 100%;
	}
}

.section.overlay-blocks .blocks .block .hex-wrap:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: #04031c;
	position: absolute;
	top: -15px;
	left: 30px;
	transform: rotateZ(45deg);
}

.section.overlay-blocks .blocks .block .hex-wrap.img-wrap {
	position: absolute;
	bottom: -4rem;
	right: 0;
	background-color: transparent;
}

.section.overlay-blocks .blocks .block .hex-wrap.img-wrap:before {
	display: none;
}

@media screen and (max-width: 991px) {
	.section.overlay-blocks .blocks .block .hex-wrap {
		width: 50%;
		position: relative;
		bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.section.overlay-blocks .blocks .block .hex-wrap {
		width: 100%;
	}
}

.section.overlay-blocks .blocks .block .bg-img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.section.overlay-blocks .blocks .block.dark:before {
	background-color: #04031c;
}

.section.overlay-blocks .blocks .block.pink:before {
	background-color: #EF2660;
}

.section.overlay-blocks .blocks .block.yellow:before {
	background-color: #ffce00;
}

.section.overlay-blocks .blocks .block.yellow .copy-wrap {
	color: #04031c;
}

.section.overlay-blocks .blocks .block.blue:before {
	background-color: #46f4f4;
}

.section.overlay-blocks .blocks .block.no-img:before {
	opacity: 1;
}

.section.overlay-blocks .blocks .block.hex .copy-hex-row {
	display: flex;
	flex-direction: column;
	max-width: 490px;
}

@media screen and (max-width: 991px) {
	.section.overlay-blocks .blocks .block.hex .copy-hex-row {
		flex-direction: row;
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.section.overlay-blocks .blocks .block.hex .copy-hex-row {
		flex-direction: column;
	}
}

.section.overlay-blocks .blocks .block.hex .copy-hex-row.has-image .copy {
	max-width: 70%;
}

@media screen and (max-width: 450px) {
	.section.overlay-blocks .blocks .block.hex .copy-hex-row.has-image .copy {
		max-width: 100%;
	}
}

.section.overlay-blocks .blocks .block.hex .copy-hex-row.has-image .img-wrap {
	text-align: right;
}

@media screen and (max-width: 450px) {
	.section.overlay-blocks .blocks .block.hex .copy-hex-row.has-image .img-wrap {
		position: absolute;
		bottom: -5rem;
		text-align: left;
		left: 2rem;
	}
}

@media screen and (max-width: 450px) {
	.section.overlay-blocks .blocks .block.hex .copy-hex-row.has-image {
		padding-bottom: 8rem;
	}
}

.section.overlay-blocks .blocks .block.hex .copy {
	max-width: 100%;
}

@media screen and (max-width: 991px) {
	.section.overlay-blocks .blocks .block.hex .copy {
		max-width: 50%;
		padding-right: 1em;
	}
}

@media screen and (max-width: 767px) {
	.section.overlay-blocks .blocks .block.hex .copy {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.section.overlay-blocks .blocks .block {
		width: 100%;
		margin: 1em 0;
	}
}

@media screen and (max-width: 991px) {
	.section.overlay-blocks .blocks {
		flex-direction: column;
	}
}

.section.overlay-blocks .post-copy {
	text-align: center;
}

.section.overlay-blocks .post-copy .copy-wrap {
	max-width: 830px;
	margin: auto;
	padding: 0 1rem;
	margin-bottom: 0;
}

.section.logo-carousel .container {
	max-width: 1345px;
	margin: auto;
}

.section.logo-carousel .carousel {
	max-width: 1150px;
	margin: auto;
	padding: 0 2.5rem;
}

@media screen and (max-width: 480px) {
	.section.logo-carousel .carousel {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-evenly;
	}
	.section.logo-carousel .carousel .img-wrap {
		padding: 1rem;
	}
}

.section.logo-carousel .slick-slide {
	text-align: center;
}

.section.logo-carousel .slick-slide img {
	display: inline;
}

@media screen and (max-width: 480px) {
	.section.logo-carousel {
		padding: 0 1rem 3rem 1rem;
	}
}

.slick-arrow:before {
	color: black;
}

.slick-next {
	right: 0.5rem;
}

.slick-next:before {
	content: url("./svg/carousel-arrow-next.svg");
}

.slick-prev {
	left: 0.5rem;
}

.slick-prev:before {
	content: url("./svg/carousel-arrow-prev.svg");
}

.section.video {
	text-align: center;
	background-color: #F8F3F0;
	padding-bottom: 7rem;
	overflow-x: clip;
	overflow-x: hidden;
}

@media screen and (max-width: 991px) {
	.section.video {
		padding-bottom: 1.25rem;
	}
}

.section.video .container {
	max-width: 1080px;
	margin: auto;
}

.section.video .copy-wrap {
	max-width: 830px;
	margin: auto;
	padding: 0 1rem;
	margin-bottom: 5rem;
}

.section.video .video-wrap {
	position: relative;
	z-index: 0;
	margin-bottom: 5.5rem;
}

.section.video .video-wrap .video-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section.video .video-wrap .video-link svg path {
	stroke: #ffffff;
	fill: rgba(239, 38, 96, 0);
	transition: all .2s ease-in-out;
}

.section.video .video-wrap .video-link:hover svg path, .section.video .video-wrap .video-link:focus svg path {
	fill: rgba(239, 38, 96, 0.8);
}

.section.video .video-wrap:after {
	content: url("./svg/bg__graph-line-triangle-dark.svg");
	position: absolute;
	max-width: 600px;
	top: -4rem;
	right: 0;
	opacity: 0.34;
	z-index: -1;
}

@media screen and (max-width: 991px) {
	.section.video .video-wrap:after {
		display: none;
	}
}

.section.video .video-wrap.svg-hidden:after {
	display: none;
}

.section.video .post-copy .copy-wrap {
	margin-bottom: 0;
}

.section.icon-row {
	text-align: center;
	padding-bottom: 0;
	overflow: hidden;
}

.section.icon-row .copy-wrap {
	max-width: 600px;
	margin: auto;
	margin-bottom: 2em;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section.icon-row .icons {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 710px;
	margin: auto;
}

.section.icon-row .icons .icon-block {
	max-width: 266px;
	padding: 0 1em;
	margin: 0 auto;
	margin-bottom: 3rem;
}

.section.icon-row .icons .icon-block .icon-copy h3 {
	font-family: "Bariol Bold", arial, sans-serif;
	margin-bottom: 0;
}

@media screen and (max-width: 890px) {
	.section.icon-row .icons .icon-block {
		margin-left: auto;
		margin-right: auto;
	}
}

.section.icon-row .icons:after {
	content: url("./svg/lines-texture-pink-1.svg");
	position: absolute;
	max-width: 600px;
	right: -70%;
	top: -80%;
}

@media screen and (max-width: 890px) {
	.section.icon-row .icons {
		flex-direction: column;
	}
}

.page-template-landing-page .section.icon-row .icons {
	max-width: 1360px;
	margin: auto;
}

.page-template-landing-page .section.icon-row .icons .icon-block {
	max-width: 450px;
	width: 33.33%;
}

.page-template-landing-page .section.icon-row .icons .icon-block .icon-copy .details {
	font-size: 26px;
	font-size: 1.625rem;
}

@media screen and (max-width: 991px) {
	.page-template-landing-page .section.icon-row .icons .icon-block .icon-copy .details {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.page-template-landing-page .section.icon-row .icons:after {
	display: none;
}

.page-template-landing-page .section.pullout-paragraph.icons-list.dark-bg {
	background-color: #04031c;
	color: #ffffff;
}

.page-template-landing-page .section.pullout-paragraph.icons-list.dark-bg .copy-wrap {
	max-width: 1330px;
}

.page-template-landing-page .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .icon-group {
	text-align: left;
	font-size: 26px;
	font-size: 1.625rem;
}

.page-template-landing-page .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .icon-group .copy p {
	margin-top: 0;
}

.page-template-landing-page .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .icon-group h3 {
	font-size: 1.923em;
}

.page-template-landing-page .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .icon-group img {
	max-width: 300px;
}

@media screen and (max-width: 991px) {
	.page-template-landing-page .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .icon-group img {
		max-width: 100%;
	}
}

@media screen and (max-width: 1440px) {
	.page-template-landing-page .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .icon-group {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 991px) {
	.page-template-landing-page .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .icon-group {
		text-align: center;
	}
}

.page-template-landing-page .section.pullout-paragraph.icons-list .copy {
	max-width: 870px;
	margin: auto;
}

.section.tech-50-50 {
	overflow-x: clip;
}

.section.tech-50-50 .container {
	max-width: 1345px;
	margin: auto;
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 991px) {
	.section.tech-50-50 .container {
		flex-direction: column;
	}
	.section.tech-50-50 .container .copy-section,
	.section.tech-50-50 .container .media-section {
		width: 100%;
	}
}

.section.tech-50-50 .copy-section {
	padding: 5rem 2.5rem;
	flex-direction: column;
	z-index: 2;
}

@media screen and (max-width: 991px) {
	.section.tech-50-50 .copy-section {
		text-align: left;
		width: 100%;
	}
}

.section.tech-50-50 .graphic-container {
	margin: auto;
	margin-bottom: 0.7rem;
}

@media screen and (max-width: 991px) {
	.section.tech-50-50 .graphic-container {
		max-width: 450px;
	}
}

.section.tech-50-50:nth-child(odd) {
	background-color: #ffffff;
}

.section.tech-50-50:nth-child(odd) .container {
	flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
	.section.tech-50-50:nth-child(odd) .container {
		flex-direction: column;
	}
}

.section.tech-50-50:nth-child(odd) .copy-section {
	text-align: right;
}

@media screen and (max-width: 991px) {
	.section.tech-50-50:nth-child(odd) .copy-section {
		text-align: left;
		width: 100%;
	}
}

.section.tech-50-50.startup .container, .section.tech-50-50.series_c .container {
	position: relative;
	align-items: flex-end;
}

.section.tech-50-50.startup .container .media-section, .section.tech-50-50.series_c .container .media-section {
	position: relative;
}

.section.tech-50-50.startup .container .media-section img, .section.tech-50-50.series_c .container .media-section img {
	margin-bottom: -3.2rem;
	position: relative;
	z-index: 1;
}

.section.tech-50-50.startup .container:before, .section.tech-50-50.startup .container:after, .section.tech-50-50.series_c .container:before, .section.tech-50-50.series_c .container:after {
	content: url("./svg/arrow-group.svg");
	display: block;
	position: absolute;
	top: -226px;
	z-index: -1;
}

@media screen and (max-width: 991px) {
	.section.tech-50-50.startup .container:before, .section.tech-50-50.startup .container:after, .section.tech-50-50.series_c .container:before, .section.tech-50-50.series_c .container:after {
		display: none;
	}
}

.section.tech-50-50.startup .container:before, .section.tech-50-50.series_c .container:before {
	left: 0;
}

.section.tech-50-50.startup .container:after, .section.tech-50-50.series_c .container:after {
	right: 0;
}

.section.tech-50-50.startup .container .media-section:before {
	content: url("./svg/startup-rocket-bg-texture.svg");
	position: absolute;
	max-width: 600px;
	bottom: -220px;
	right: 0;
	z-index: 0;
}

@media screen and (max-width: 991px) {
	.section.tech-50-50.startup .container .media-section:before {
		display: none;
	}
}

.section.tech-50-50.high_growth {
	position: relative;
}

.section.tech-50-50.high_growth .media-section {
	position: relative;
}

.section.tech-50-50.high_growth .media-section .graphic-container {
	display: flex;
	height: 100%;
}

.section.tech-50-50.high_growth .media-section .graphic-container img {
	max-width: 420px;
	margin: auto;
	height: auto;
}

.section.tech-50-50.high_growth:after {
	content: '';
	display: inline-block;
	background-image: url("./svg/keyline-zigzag.svg");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -1.8rem;
	left: -4rem;
	width: 1024px;
	height: 100px;
	z-index: 1;
}

.section.tech-50-50.series_c {
	position: relative;
}

.section.tech-50-50.series_c .container {
	align-items: center;
}

.section.tech-50-50.series_c .graphic-container {
	margin-bottom: unset;
}

.section.tech-50-50.series_c .graphic-container img {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: unset !important;
	display: block;
}

.section.tech-50-50.series_c .graphic-container:after {
	content: '';
	display: inline-block;
	background-image: url("./svg/tech-talent-series-c-lines.svg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -6.5rem;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1320px) {
	.section.tech-50-50.series_c .graphic-container:after {
		bottom: -1rem;
	}
}

body.blog .content-container {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 991px) {
	body.blog .content-container {
		flex-direction: column;
	}
}

.page .posts-column,
.page .post-column {
	max-width: 1080px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.page .posts-column article.post .image-wrap,
.page .posts-column article.type-post .image-wrap,
.page .post-column article.post .image-wrap,
.page .post-column article.type-post .image-wrap {
	position: relative;
	width: 100%;
	height: 210px;
	margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
	.page .posts-column article.post .image-wrap img,
	.page .posts-column article.type-post .image-wrap img,
	.page .post-column article.post .image-wrap img,
	.page .post-column article.type-post .image-wrap img {
		width: 100%;
	}
}

.page .posts-column article.post h2,
.page .posts-column article.type-post h2,
.page .post-column article.post h2,
.page .post-column article.type-post h2 {
	font-size: 30px;
	font-size: 1.875rem;
	font-family: "Bariol Bold", arial, sans-serif;
}

.page .posts-column article.post h2 a,
.page .posts-column article.type-post h2 a,
.page .post-column article.post h2 a,
.page .post-column article.type-post h2 a {
	color: #282828;
	text-decoration: none;
}

.page .posts-column article.post h2 a:hover, .page .posts-column article.post h2 a:focus,
.page .posts-column article.type-post h2 a:hover,
.page .posts-column article.type-post h2 a:focus,
.page .post-column article.post h2 a:hover,
.page .post-column article.post h2 a:focus,
.page .post-column article.type-post h2 a:hover,
.page .post-column article.type-post h2 a:focus {
	color: #EF2660;
	text-decoration: underline;
}

.page .posts-column article.post .date,
.page .posts-column article.type-post .date,
.page .post-column article.post .date,
.page .post-column article.type-post .date {
	display: inline-block;
	margin-bottom: 1em;
}

.page .posts-column article.post .read-more,
.page .posts-column article.type-post .read-more,
.page .post-column article.post .read-more,
.page .post-column article.type-post .read-more {
	text-decoration: none;
}

.page .posts-column article.post .read-more:hover, .page .posts-column article.post .read-more:focus,
.page .posts-column article.type-post .read-more:hover,
.page .posts-column article.type-post .read-more:focus,
.page .post-column article.post .read-more:hover,
.page .post-column article.post .read-more:focus,
.page .post-column article.type-post .read-more:hover,
.page .post-column article.type-post .read-more:focus {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.page .posts-column article.post,
	.page .posts-column article.type-post,
	.page .post-column article.post,
	.page .post-column article.type-post {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.page .posts-column article.post,
	.page .posts-column article.type-post,
	.page .post-column article.post,
	.page .post-column article.type-post {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.page .posts-column,
	.page .post-column {
		grid-template-columns: repeat(2, 1fr);
		padding-inline: 1.5rem;
	}
}

@media (max-width: 767px) {
	.page .posts-column,
	.page .post-column {
		grid-template-columns: repeat(1, 1fr);
		padding-inline: 1.5rem;
	}
}

.all-articles, .related-posts {
	margin-top: 6rem;
	position: relative;
}

.all-articles .bg-wrap, .related-posts .bg-wrap {
	z-index: -1;
	position: absolute;
	top: 210px;
	left: 0;
	width: 100%;
	height: 480px;
	background: linear-gradient(180deg, #F2F2F4 0%, rgba(242, 242, 244, 0) 100%);
}

.all-articles .post-column, .related-posts .post-column {
	position: relative;
}

.all-articles article, .all-articles .entry-content, .all-articles .blog-post, .all-articles .case-studies-container, .all-articles .single-case-study, .related-posts article, .related-posts .entry-content, .related-posts .blog-post, .related-posts .case-studies-container, .related-posts .single-case-study {
	height: 100%;
}

.all-articles .image-wrap, .related-posts .image-wrap {
	position: relative;
	width: 100%;
	height: 210px;
}

.all-articles .image-wrap img, .related-posts .image-wrap img {
	border-radius: 0;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.all-articles .blog-post, .all-articles .single-case-study, .all-articles .single-ebook, .related-posts .blog-post, .related-posts .single-case-study, .related-posts .single-ebook {
	background-color: white;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 4px 4px 40px #E0E0EA;
	display: flex;
	flex-direction: column;
}

.all-articles .blog-post .pill, .all-articles .single-case-study .pill, .all-articles .single-ebook .pill, .related-posts .blog-post .pill, .related-posts .single-case-study .pill, .related-posts .single-ebook .pill {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 1px 10px 0px;
	gap: 10px;
	background: #EF2660;
	border-radius: 20px;
	width: max-content;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	opacity: 1 !important;
	color: #FFFFFF;
	margin-bottom: 1rem;
}

.all-articles .blog-post .copy-wrap, .all-articles .single-case-study .copy-wrap, .all-articles .single-ebook .copy-wrap, .related-posts .blog-post .copy-wrap, .related-posts .single-case-study .copy-wrap, .related-posts .single-ebook .copy-wrap {
	flex-grow: 1;
	padding-inline: 2rem;
}

.all-articles .blog-post .copy-wrap *, .all-articles .single-case-study .copy-wrap *, .all-articles .single-ebook .copy-wrap *, .related-posts .blog-post .copy-wrap *, .related-posts .single-case-study .copy-wrap *, .related-posts .single-ebook .copy-wrap * {
	text-decoration: none;
}

.all-articles .blog-post .copy-wrap h5 a, .all-articles .single-case-study .copy-wrap h5 a, .all-articles .single-ebook .copy-wrap h5 a, .related-posts .blog-post .copy-wrap h5 a, .related-posts .single-case-study .copy-wrap h5 a, .related-posts .single-ebook .copy-wrap h5 a {
	color: #282828;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
}

.all-articles .blog-post .copy-wrap span, .all-articles .single-case-study .copy-wrap span, .all-articles .single-ebook .copy-wrap span, .related-posts .blog-post .copy-wrap span, .related-posts .single-case-study .copy-wrap span, .related-posts .single-ebook .copy-wrap span {
	font-size: 12px;
	opacity: 0.7;
	line-height: 20px;
}

.all-articles .single-ebook .copy-wrap, .related-posts .single-ebook .copy-wrap {
	padding-block: 1rem;
}

.all-articles {
	padding-block-end: 3rem;
}

.single-case-study .copy-wrap {
	display: flex;
	align-items: center;
}

.single-case-study .copy-wrap .entry-title {
	margin-bottom: 0;
}

.posts-navigation {
	align-self: flex-end;
	width: 100%;
	grid-column: 2;
}

.posts-navigation a:hover {
	text-decoration: none;
}

#more_posts_post, #more_posts_work {
	text-align: center;
	align-self: flex-end;
	order: 1;
}

.posts-navigation {
	display: flex;
	justify-content: center;
}

.single .content-container {
	max-width: 710px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	padding-inline: 0;
	padding-block-start: 3rem;
}

.single .content-container .post-column {
	flex-direction: column;
}

@media screen and (max-width: 991px) {
	.single .content-container .post-column {
		padding: 0 1rem;
		margin: auto;
	}
}

@media screen and (max-width: 991px) {
	.single .content-container {
		flex-direction: column;
	}
}

@media screen and (max-width: 991px) {
	.single .content-container .sidebar {
		margin: auto;
		text-align: center;
	}
}

.single-post header.site-header,
.single-work header.site-header {
	background-color: rgba(4, 3, 28, 0);
	transition: all .2s ease-in-out;
}

.single-post header.site-header.bg-color,
.single-work header.site-header.bg-color {
	background-color: rgba(4, 3, 28, 0.9);
}

.related-post {
	background-color: white;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 4px 4px 40px #E0E0EA;
	display: flex;
	flex-direction: column;
}

.related-post .pill {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 1px 10px 0px;
	gap: 10px;
	background: #EF2660;
	border-radius: 20px;
	width: max-content;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	opacity: 1 !important;
	color: #FFFFFF;
	margin-bottom: 1rem;
}

.related-post .copy-wrap {
	flex-grow: 1;
	padding-inline: 2rem;
}

.related-post .copy-wrap * {
	text-decoration: none;
}

.related-post .copy-wrap h5 a {
	color: #282828;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
}

.related-post .copy-wrap span {
	font-size: 12px;
	opacity: 0.7;
	line-height: 20px;
}

.single-work article {
	padding-bottom: 3rem;
}

.single-ebook .social-share-tray {
	padding-bottom: 3rem;
}

.related-posts {
	padding-block: 4rem;
	background: linear-gradient(180deg, #F2F2F4 0%, rgba(242, 242, 244, 0) 100%);
}

.related-posts .related-carousel .slick-track {
	display: flex;
	padding-block: 1rem;
}

.related-posts .related-carousel .blog-post {
	width: 340px;
	min-height: 500px;
	margin-inline: 1rem;
	box-shadow: 3px 3px 3px #E0E0EA;
	display: flex;
	flex-direction: column;
	height: auto;
}

.related-posts .related-carousel .blog-post .copy-wrap {
	padding-top: 2rem;
}

@media (max-width: 1050px) {
	.related-posts .container {
		padding-inline: 1.5rem;
	}
	.related-posts .twi-slick-next {
		right: 1.5rem;
	}
}

.single-case-study .copy-wrap {
	padding-block: 1rem;
}

.section.maps {
	background-color: #f2f2f3;
}

.section.maps .content-container {
	padding: 0;
}

.section.maps .map {
	height: 300px;
	width: 300px;
	border-radius: 10px;
}

@media screen and (max-width: 370px) {
	.section.maps .map {
		width: 100%;
	}
}

.section.maps .marker {
	background-image: url("./img/map-pin.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 60px;
}

.section.maps .map-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	position: relative;
	overflow-x: clip;
}

.section.maps .map-row:before, .section.maps .map-row:after {
	position: absolute;
	max-width: 600px;
	z-index: 0;
	opacity: 0.5;
}

@media screen and (max-width: 991px) {
	.section.maps .map-row:before, .section.maps .map-row:after {
		display: none;
	}
}

.section.maps .map-row:before {
	content: url("./svg/map-line-texture-bg-left.svg");
	left: -4em;
	bottom: -4em;
}

.section.maps .map-row:after {
	content: url("./svg/map-line-texture-bg-left.svg");
	top: -4rem;
	right: -12rem;
}

.section.maps .map-wrap {
	position: relative;
	max-width: 390px;
	width: 100%;
	padding-bottom: 1rem;
	margin-bottom: 4rem;
	z-index: 1;
}

.section.maps .map-wrap h3 {
	font-size: 19.2px;
	font-size: 1.2rem;
	font-family: "Bariol Bold", arial, sans-serif;
	color: #EF2660;
	margin-bottom: 0;
}

.section.maps .map-wrap .phone-number {
	font-family: "Bariol Bold", arial, sans-serif;
	color: #04031c;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 2em;
}

.section.maps .map-wrap .phone-number:hover, .section.maps .map-wrap .phone-number:focus {
	color: #EF2660;
	text-decoration: underline;
}

.section.maps .map-wrap .hex-wrap {
	width: 180px;
	text-align: left;
	color: #04031c;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
}

.section.maps .map-wrap .hex-wrap .hex-copy {
	position: relative;
	z-index: 1;
	width: 180px;
	padding: 0 1em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
}

.section.maps .map-wrap .hex-wrap .hex-copy em {
	font-size: 16px;
	font-size: 1rem;
}

.section.maps .map-wrap .hex-wrap .hex-copy em:last-of-type {
	margin-bottom: 0.8em;
	display: inline-block;
}

.section.maps .map-wrap .hex-wrap .hex-copy strong {
	font-family: "Bariol Bold", arial, sans-serif;
}

@media screen and (max-width: 370px) {
	.section.maps .map-wrap .hex-wrap .hex-copy {
		width: 100%;
	}
}

.section.maps .map-wrap .hex-wrap .hex-bg {
	position: absolute;
	top: -4em;
	width: 180px;
}

.section.maps .map-wrap .hex-wrap .hex-bg path {
	fill: #ffffff;
}

@media screen and (max-width: 370px) {
	.section.maps .map-wrap .hex-wrap .hex-bg {
		width: 50%;
		top: -50%;
	}
}

.section.maps .map-wrap .hex-wrap.img-wrap {
	position: absolute;
	bottom: -4rem;
	right: 0;
}

@media screen and (max-width: 370px) {
	.section.maps .map-wrap .hex-wrap {
		width: 100%;
	}
}

.section.maps .map-wrap address {
	font-style: normal;
	line-height: 1.3;
}

.section.pullout-paragraph.icons-list .copy-wrap {
	max-width: 1250px;
}

.section.pullout-paragraph.icons-list .icons-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5em;
}

.section.pullout-paragraph.icons-list .icons-wrap .icon-group {
	width: 33.33%;
	padding: 0 1rem;
	margin: auto;
	text-align: center;
}

.section.pullout-paragraph.icons-list .icons-wrap .icon-group img {
	max-width: 150px;
	margin: auto;
}

.section.pullout-paragraph.icons-list .icons-wrap .icon-group h3,
.section.pullout-paragraph.icons-list .icons-wrap .icon-group .icon-title {
	margin-bottom: 0;
	margin-top: 1em;
	font-family: "Bariol Bold", arial, sans-serif;
	font-size: 1.625rem;
}

@media screen and (max-width: 991px) {
	.section.pullout-paragraph.icons-list .icons-wrap .icon-group {
		width: 50%;
	}
}

@media screen and (max-width: 550px) {
	.section.pullout-paragraph.icons-list .icons-wrap .icon-group {
		width: 100%;
	}
}

.section.pullout-paragraph.icons-list .icons-wrap.icons-only {
	margin-top: 0 !important;
}

.section.pullout-paragraph.icons-list.dark-bg {
	background-color: #c4c7cf;
}

.page-template-landing-page .section.pullout-paragraph.lead {
	background-color: #F8F3F0;
}

.page-template-services-new .section.pullout-paragraph.icons-list {
	padding: 4.75rem 1rem 4.75rem 1rem;
}

.page-template-services-new .section.pullout-paragraph.icons-list .copy-wrap {
	max-width: 772px;
}

.page-template-services-new .section.pullout-paragraph.icons-list .copy-wrap p:first-of-type {
	margin-top: 0;
}

.page-template-services-new .section.pullout-paragraph.icons-list .icons-wrap {
	max-width: 1365px;
	margin-inline: auto;
	gap: 1rem;
	margin-top: 3.75rem;
}

.page-template-services-new .section.pullout-paragraph.icons-list .icons-wrap .icon-group {
	width: calc(50% - 2rem);
}

@media screen and (min-width: 768px) {
	.page-template-services-new .section.pullout-paragraph.icons-list .icons-wrap .icon-group {
		width: calc(25% - 2rem);
	}
}

.page-template-services-new .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .icon-group {
	font-family: "Bariol Regular", "Helvetica Neue", arial, sans-serif;
}

.page-template-services-new .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .icon-group .icon-title {
	color: #EF2660;
	font-family: "Bariol Regular", "Helvetica Neue", arial, sans-serif;
	font-size: 1.25rem;
	font-size: clamp(1.25rem, 3.25vw, 3.25rem);
}

.page-template-services-new .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .copy p:first-of-type, .page-template-services-new .section.pullout-paragraph.icons-list.dark-bg .icons-wrap .copy p:last-of-type {
	margin: 0;
}

.section.client-logos-row {
	background-color: rgba(4, 3, 28, 0.75);
	color: #ffffff;
	overflow-x: clip;
	overflow-x: hidden;
}

.section.client-logos-row .copy {
	max-width: 992px;
	margin: auto;
	padding: 0 1rem;
	text-align: center;
}

.section.client-logos-row .logos {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	max-width: 1075px;
	margin: auto;
}

.section.client-logos-row .logos .logo-block {
	padding: 0 1rem;
	margin: 1rem auto;
}

.section.client-logos-row .logos:before, .section.client-logos-row .logos:after {
	content: url("./svg/lines-texture.svg");
	position: absolute;
	max-width: 600px;
	z-index: 0;
	opacity: 0.5;
}

@media screen and (max-width: 991px) {
	.section.client-logos-row .logos:before, .section.client-logos-row .logos:after {
		display: none;
	}
}

.section.client-logos-row .logos:before {
	top: -12em;
	left: -400px;
}

.section.client-logos-row .logos:after {
	top: -12em;
	left: unset;
	right: -330px;
}

.section.careers-list {
	background: #f2f2f3;
	margin-top: 6.25rem;
}

.section.careers-list h2 {
	color: #EF2660;
	font-family: "Bariol Bold", arial, sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
}

.section.careers-list .container {
	max-width: 1345px;
	margin: auto;
}

.section.careers-list .lead {
	max-width: 65%;
	margin-bottom: 2em;
	text-align: center;
	margin: auto;
}

@media screen and (max-width: 991px) {
	.section.careers-list .lead {
		max-width: 660px;
		margin: auto;
	}
}

.section.careers-list .post-meta {
	padding-left: 1em;
	border-left: 8px solid #EF2660;
	margin-bottom: 1rem;
}

.section.careers-list .details {
	padding-left: calc( 1em + 8px);
}

.section.careers-list .listings {
	display: flex;
	flex-wrap: wrap;
}

.section.careers-list .listing {
	width: calc(25% - 2rem);
	max-width: 345px;
	margin: 2em auto;
	background-color: white;
	padding: 1.5rem 1.5rem;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 5px 5px 25px 0px #c8c8c8;
}

.section.careers-list .listing h3 {
	font-family: "Bariol Bold", arial, sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	margin-bottom: 0.2em;
	line-height: 1.2;
}

.section.careers-list .listing span.location,
.section.careers-list .listing span.xp,
.section.careers-list .listing span.empType,
.section.careers-list .listing span.schedule {
	display: block;
	position: relative;
	margin: 0.7em 0;
}

.section.careers-list .listing span.location:before,
.section.careers-list .listing span.xp:before,
.section.careers-list .listing span.empType:before,
.section.careers-list .listing span.schedule:before {
	content: url("./svg/map-pin-solid.svg");
	display: inline-block;
	width: 11px;
	height: 11px;
	fill: #EF2660;
	margin-right: 0.5em;
}

.section.careers-list .listing span.xp:before {
	content: url("./svg/suitcase-solid.svg");
	width: 15px;
	height: 15px;
}

.section.careers-list .listing .permalink {
	font-family: "Bariol Light", "Helvetica Neue", arial, sans-serif;
	font-size: 19.2px;
	font-size: 1.2rem;
}

@media screen and (max-width: 1170px) {
	.section.careers-list .listing {
		width: calc(50% - 2rem);
		max-width: 500px;
	}
}

@media screen and (max-width: 767px) {
	.section.careers-list .listing {
		width: 100%;
	}
}

.lightbox.job-description {
	width: 90%;
	max-width: 992px;
}

.lightbox.job-description header.modal-header {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

@media screen and (max-width: 991px) {
	.lightbox.job-description header.modal-header h2 {
		font-size: 34px;
		font-size: 2.125rem;
	}
}

.lightbox.job-description h3 {
	margin-bottom: 0.3em;
}

.lightbox.job-description p {
	margin-top: 0;
}

.lightbox.job-description span.location,
.lightbox.job-description span.xp,
.lightbox.job-description span.empType,
.lightbox.job-description span.schedule {
	display: block;
	position: relative;
	margin: 0.7em 0;
}

.lightbox.job-description span.location:before,
.lightbox.job-description span.xp:before,
.lightbox.job-description span.empType:before,
.lightbox.job-description span.schedule:before {
	content: url("./svg/map-pin-solid.svg");
	display: inline-block;
	width: 11px;
	height: 11px;
	fill: #EF2660;
	margin-right: 0.5em;
}

.lightbox.job-description span.xp:before {
	content: url("./svg/suitcase-solid.svg");
	width: 15px;
	height: 15px;
}

.lightbox.job-description span.empType:before {
	content: url("./svg/clock-regular.svg");
}

.section.image-row {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.section.image-row img {
	max-width: 50%;
	object-fit: contain;
}

@media screen and (max-width: 890px) {
	.section.image-row img {
		max-width: 100%;
	}
}

@media screen and (max-width: 890px) {
	.section.image-row {
		display: block;
	}
}

.section.subpages {
	text-align: center;
	padding: 4.74rem 0;
	position: relative;
}

.section.subpages .container {
	max-width: 1660px;
	margin: auto;
}

.section.subpages .subpage {
	margin: 5rem 0;
}

.section.subpages .subpage:first-of-type {
	margin-top: 0;
}

.section.subpages .subpage:last-of-type {
	margin-bottom: 0;
}

.section.subpages .subpage:last-of-type .subpage-details {
	padding-bottom: 6.75rem;
	border-bottom: 1px solid #EF2660;
}

.section.subpages .subpage-details {
	max-width: 1080px;
	margin: auto;
	display: flex;
	flex-direction: row;
	text-align: left;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.section.subpages .subpage-details {
		flex-direction: column;
		text-align: center;
	}
}

.section.subpages .subpage-details strong {
	font-family: "Bariol Bold", arial, sans-serif;
}

.section.subpages .subpage-details .title-col,
.section.subpages .subpage-details .details-col {
	padding: 0 1rem;
	width: 50%;
}

@media screen and (max-width: 767px) {
	.section.subpages .subpage-details .title-col,
	.section.subpages .subpage-details .details-col {
		text-align: center;
		margin: auto;
		width: 90%;
	}
}

.section.subpages .subpage-details .title-col {
	text-align: right;
	line-height: 1;
}

.section.subpages .subpage-details .title-col h2 {
	font-size: 120px;
	font-size: 7.5rem;
	margin: 0;
	position: relative;
	display: inline;
}

.section.subpages .subpage-details .title-col h2:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0.1em;
	left: -0.4em;
}

@media screen and (max-width: 1190px) {
	.section.subpages .subpage-details .title-col h2:before {
		width: 25px;
		height: 25px;
		top: 0.1em;
		left: -0.4em;
	}
}

@media screen and (max-width: 1190px) {
	.section.subpages .subpage-details .title-col h2 {
		font-size: 60px;
		font-size: 3.75rem;
	}
}

.section.subpages .subpage-details .title-col h3 {
	font-size: 46.784px;
	font-size: 2.924rem;
}

@media screen and (max-width: 1190px) {
	.section.subpages .subpage-details .title-col h3 {
		font-size: 26px;
		font-size: 1.625rem;
	}
}

@media screen and (max-width: 767px) {
	.section.subpages .subpage-details .title-col {
		text-align: center;
	}
}

.section.subpages .subpage-details .details-col {
	margin-top: 2rem;
}

@media screen and (max-width: 1190px) {
	.section.subpages .subpage-details .details-col {
		margin-top: 0;
	}
}

.section.subpages .subpage-details.pink .title-col h2:before {
	background-image: url("./img/twi-pink.png");
}

.section.subpages .subpage-details.pink .title-col span {
	color: #EF2660;
}

.section.subpages .subpage-details.yellow .title-col h2:before {
	background-image: url("./img/twi-yellow.png");
}

.section.subpages .subpage-details.yellow .title-col span {
	color: #ffce00;
}

.section.subpages .subpage-details.blue .title-col h2:before {
	background-image: url("./img/twi-blue.png");
}

.section.subpages .subpage-details.blue .title-col span {
	color: #46f4f4;
}

.section.subpages::before {
	content: url("./svg/bg__graph-line-triangle.svg");
	position: absolute;
	left: -20em;
	top: 50%;
	transform: translateY(-50%);
	max-width: 600px;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.section.subpages::before {
		display: none;
	}
}

.section.subpages:after {
	content: url("./svg/lines-texture.svg");
	position: absolute;
	max-width: 600px;
	right: 0;
	bottom: 10rem;
	opacity: 0.5;
}

@media screen and (max-width: 991px) {
	.section.subpages:after {
		display: none;
	}
}

.section.leadership .container {
	max-width: 1345px;
	margin: auto;
}

.section.leadership .section-title {
	position: relative;
	font-size: 30px;
	font-size: 1.875rem;
}

.section.leadership .section-title:after {
	content: '';
	display: block;
	width: 88px;
	height: 4px;
	background-color: #EF2660;
	margin-top: 5px;
}

.section.leadership .team-members {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0;
	overflow-x: hidden;
}

@media screen and (max-width: 991px) {
	.section.leadership .team-members {
		flex-direction: column;
	}
}

.section.leadership .team-member {
	position: relative;
	color: #ffffff;
	overflow: hidden;
	min-height: 365px;
	padding: 25px 27px;
	max-width: 650px;
}

@media screen and (max-width: 991px) {
	.section.leadership .team-member {
		max-width: 100%;
		margin: 1em 0;
	}
}

.section.leadership .team-member:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(4, 3, 28, 0.6);
	transition: all .2s ease-in-out;
}

.section.leadership .team-member .copy-wrap {
	position: relative;
	padding: 1.375rem;
	border-left: 1px solid #ffffff;
	height: 100%;
}

.section.leadership .team-member h4 {
	position: relative;
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 0.5em;
	transform: translateY(220px);
	transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.075);
	transition-delay: 0;
}

.section.leadership .team-member .bio {
	position: relative;
	left: 150%;
	transition: left 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.075);
	transition-delay: 0.1s;
}

.section.leadership .team-member .button-wrap {
	position: relative;
	bottom: -200px;
	transition: bottom 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.075);
	transition-delay: 0.15s;
}

.section.leadership .team-member .profile-picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.section.leadership .team-member:hover:before, .section.leadership .team-member:focus:before {
	background-color: #04031c;
}

.section.leadership .team-member:hover .copy-wrap, .section.leadership .team-member:focus .copy-wrap {
	border-color: #EF2660;
}

.section.leadership .team-member:hover .bio, .section.leadership .team-member:focus .bio {
	left: 0%;
}

.section.leadership .team-member:hover h4, .section.leadership .team-member:focus h4 {
	transform: translateY(0px);
}

.section.leadership .team-member:hover .button-wrap, .section.leadership .team-member:focus .button-wrap {
	bottom: 0px;
}

.section.leadership.staff-profiles .team-member {
	display: flex;
	background-color: #F8F3F0;
	color: #04031c;
	min-height: 165px;
	max-width: 33.33%;
	padding: 0;
}

.section.leadership.staff-profiles .team-member:before {
	display: none;
}

.section.leadership.staff-profiles .team-member h4 {
	transform: none;
	font-size: 16px;
	font-size: 1rem;
}

.section.leadership.staff-profiles .team-member .bio {
	left: unset;
	left: 150%;
}

.section.leadership.staff-profiles .team-member .img-wrap {
	min-width: 200px;
	position: relative;
}

.section.leadership.staff-profiles .team-member .img-wrap:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #ffffff;
	position: absolute;
	left: 20px;
}

.section.leadership.staff-profiles .team-member .copy-wrap {
	width: 100%;
}

.section.leadership.staff-profiles .team-member .profile-picture {
	position: relative;
	z-index: 1;
}

.section.usp-row {
	background-color: #F8F3F0;
	position: relative;
	overflow-x: clip;
	overflow-x: hidden;
}

.section.usp-row .container {
	max-width: 1090px;
	margin: auto;
}

.section.usp-row h2 {
	text-align: center;
	margin: auto;
}

.section.usp-row .usps {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 3.125rem;
	position: relative;
	z-index: 2;
}

.section.usp-row .usps .usp-block {
	max-width: 260px;
	margin: 0 auto;
	text-align: center;
	background-image: url("./svg/usp-hex.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 33.33%;
	padding: 3rem 1rem;
}

.section.usp-row .usps .usp-block .copy-wrap {
	margin-top: 1.5rem;
}

.section.usp-row .usps .usp-block h3 {
	font-family: 'Bariol Bold', arial, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
}

.section.usp-row:before, .section.usp-row:after {
	position: absolute;
	z-index: 1;
}

@media screen and (max-width: 1130px) {
	.section.usp-row:before, .section.usp-row:after {
		display: none;
	}
}

.section.usp-row:before {
	left: 0;
	top: 75px;
	content: url("./svg/usp-lines-left.svg");
}

.section.usp-row:after {
	right: 0;
	top: 43px;
	content: url("./svg/usp-lines.svg");
}

.section.posts-feed .copy-wrap {
	text-align: center;
	max-width: 830px;
	margin: auto;
}

.section.posts-feed .feed {
	max-width: 1440px;
	margin: auto;
	padding: 0 1.5rem;
}

.section.posts-feed .feed:not(.slick-list) {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.section.posts-feed .feed .slick-prev {
	left: 0;
}

.section.posts-feed .feed .slick-next {
	right: 0;
}

.section.posts-feed .feed .blog-post,
.section.posts-feed .feed .blog-card {
	width: calc(250px + 2rem);
	padding: 0 1rem;
	display: inline-block;
	margin: 2rem 0;
}

.section.posts-feed .feed .blog-post.slick-slide,
.section.posts-feed .feed .blog-card.slick-slide {
	max-width: unset;
}

.section.posts-feed .feed .blog-post .entry-title,
.section.posts-feed .feed .blog-card .entry-title {
	font-family: "Bariol Bold", arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 0.8em;
}

.section.posts-feed .feed .blog-post .entry-title a,
.section.posts-feed .feed .blog-card .entry-title a {
	color: #04031c;
	text-decoration: none;
}

.section.posts-feed .feed .blog-post .entry-title a:hover, .section.posts-feed .feed .blog-post .entry-title a:focus,
.section.posts-feed .feed .blog-card .entry-title a:hover,
.section.posts-feed .feed .blog-card .entry-title a:focus {
	color: #EF2660;
	text-decoration: underline;
}

.section.posts-feed .feed .blog-card {
	border-radius: 0.5rem;
	padding: 0;
	width: calc(360px + 2rem);
	background-color: #ffffff;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	font-size: 1rem;
	display: flex;
	flex-direction: column;
}

.section.posts-feed .feed .blog-card .image-wrap {
	position: relative;
	height: 217px;
	border-top-right-radius: 0.5rem;
	border-top-left-radius: 0.5rem;
}

.section.posts-feed .feed .blog-card .image-wrap a {
	display: block;
}

.section.posts-feed .feed .blog-card .image-wrap img {
	position: absolute;
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.section.posts-feed .feed .blog-card .card-body {
	background-color: #ffffff;
	padding: 2rem;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section.posts-feed .feed .blog-card .card-body .entry-title {
	font-size: 1.75rem;
	margin-top: 0;
}

.section.posts-feed .button-wrap {
	text-align: center;
	padding: 1rem 0;
}

.section.posts-feed .button-wrap .btn {
	font-size: 1.25rem;
}

.home .section.posts-feed {
	background-color: #fafafa;
	padding-bottom: 2rem;
}

.section.timeline {
	background-color: #fdfdfd;
	position: relative;
}

.section.timeline .copy-wrap {
	padding: 0 2.25rem;
	text-align: center;
	margin-bottom: 3.5rem;
}

.section.timeline .copy-wrap .section-title {
	font-size: 1.75rem;
	font-size: clamp(1.75rem, 3.2381vw, 3.2381rem);
	text-transform: uppercase;
	margin: 0.5em 0 1em;
}

.section.timeline .copy-wrap .section-title span {
	color: #EF2660;
	font-family: "Bariol Bold", arial, sans-serif;
	display: block;
}

.section.timeline .copy-wrap .icon {
	width: 60px;
}

@media screen and (min-width: 992px) {
	.section.timeline .copy-wrap .icon {
		width: auto;
	}
}

.section.timeline hr {
	background-color: #EF2660;
	max-width: 542px;
	margin: 4.6875rem auto 0;
}

ul.timeline {
	margin: 0;
	padding: 50px 0 10rem;
	overflow-x: hidden;
	overflow-x: clip;
	position: relative;
}

ul.timeline > li {
	list-style-type: none;
	position: relative;
	width: 6px;
	margin: 0 auto 0 20px;
	padding-top: 8.4rem;
	background: transparent;
	color: #04031c;
	border-left: 6px dotted #707070;
}

ul.timeline > li div.tl-block {
	position: relative;
	bottom: 0;
	width: calc(100vw - 91px);
	padding: 1rem;
	background: #e0e0e0;
	border-radius: 1.25rem;
	font-size: 1rem;
	z-index: 1;
	max-width: 560px;
}

@media screen and (min-width: 1440px) {
	ul.timeline > li div.tl-block:before {
		content: url(./svg/tl-indicator.svg);
		position: absolute;
		width: 130px;
		padding: 0 1rem;
		height: 0.9375rem;
		background-color: transparent;
		z-index: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

ul.timeline > li div.tl-block .copy-wrap {
	text-align: left;
	margin: 0;
	padding: 0;
}

ul.timeline > li div.tl-block .icon {
	position: absolute;
	top: -5.5rem;
	left: 0;
	max-width: 75px;
}

@media screen and (min-width: 1440px) {
	ul.timeline > li div.tl-block .icon {
		max-width: 95px;
		top: -7rem;
	}
}

ul.timeline > li div.tl-block span.indicator {
	position: absolute;
	left: -0.6em;
	font-size: 15rem;
	font-size: clamp(5rem, 15vw, 15rem);
	top: 0;
	line-height: 0.7;
	color: #ebebeb;
	font-family: "Bariol Bold", arial, sans-serif;
	display: none;
}

@media screen and (min-width: 768px) {
	ul.timeline > li div.tl-block span.indicator {
		display: block;
	}
}

ul.timeline > li div.tl-block span.title {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 1.25rem;
	line-height: 1.5;
	font-family: 'Bariol Bold Italic', Arial, Helvetica, sans-serif;
	color: #EF2660;
}

@media screen and (min-width: 768px) {
	ul.timeline > li div.tl-block span.title {
		font-size: 1.35rem;
	}
}

@media screen and (min-width: 1440px) {
	ul.timeline > li div.tl-block span.title {
		font-size: 1.6987rem;
	}
}

ul.timeline > li div.tl-block.social {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 768px) {
	ul.timeline > li div.tl-block {
		width: 300px;
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1440px) {
	ul.timeline > li div.tl-block {
		width: 452px;
	}
}

ul.timeline > li:nth-child(even) div.tl-block {
	left: 25px;
}

ul.timeline > li:nth-child(even) div.tl-block span.indicator {
	left: unset;
	right: -0.6em;
}

ul.timeline > li:nth-child(even) div.tl-block:before {
	left: -130px;
	border-width: 0;
	transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
	ul.timeline > li:nth-child(even) div.tl-block {
		left: 40px;
		/*250+45-6*/
	}
}

@media screen and (min-width: 1440px) {
	ul.timeline > li:nth-child(even) div.tl-block {
		left: 130px;
	}
}

ul.timeline > li:nth-child(odd) div.tl-block {
	left: 25px;
}

@media screen and (min-width: 768px) {
	ul.timeline > li:nth-child(odd) div.tl-block .icon {
		left: unset;
		right: 0;
	}
}

ul.timeline > li:nth-child(odd) div.tl-block:before {
	right: -130px;
	border-width: 0;
}

@media screen and (min-width: 768px) {
	ul.timeline > li:nth-child(odd) div.tl-block:before {
		left: unset;
	}
}

@media screen and (min-width: 768px) {
	ul.timeline > li:nth-child(odd) div.tl-block {
		left: -340px;
	}
}

@media screen and (min-width: 1440px) {
	ul.timeline > li:nth-child(odd) div.tl-block {
		left: -588px;
	}
}

ul.timeline > li.end:after {
	content: url(./svg/icon-employees.svg);
	position: absolute;
	left: 0;
	transform: none;
	bottom: -100%;
}

@media screen and (min-width: 768px) {
	ul.timeline > li.end:after {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 768px) {
	ul.timeline > li {
		margin: 0 auto;
	}
}

ul.timeline:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 45px;
	background-image: url("./svg/tl-header.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	ul.timeline:before {
		left: 50%;
		transform: translateX(-50%);
		width: 57.52px;
		height: 47.07px;
	}
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.timeline li:nth-child(even) div {
	transform: translate3d(200px, 0, 0);
}

ul.timeline li:nth-child(odd) div {
	transform: translate3d(-200px, 0, 0);
}

ul.timeline li.in-view div {
	transform: none;
	visibility: visible;
	opacity: 1;
}

ul.timeline li div {
	visibility: hidden;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}

.section.clouds-cards {
	background-color: #c4c7cf;
	text-align: center;
	overflow-x: hidden;
}

.section.clouds-cards .container {
	max-width: 1088px;
	margin-inline: auto;
}

.section.clouds-cards .graphic-row {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	max-width: 1360px;
	margin-inline: auto;
}

.section.clouds-cards .graphic-row img.center {
	mix-blend-mode: multiply;
}

.section.clouds-cards .graphic-row .cloud-right {
	display: none;
}

@media screen and (min-width: 768px) {
	.section.clouds-cards .graphic-row .cloud-right {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.section.clouds-cards .graphic-row {
		flex-direction: row;
	}
}

.section.clouds-cards .section-title {
	font-size: 3.125rem;
	font-family: "Bariol Bold";
}

.section.clouds-cards ul.cards {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1.5rem;
	margin-top: 5rem;
}

.section.clouds-cards ul.cards .card {
	border-radius: 1.25rem;
	font-size: 1.375rem;
	color: #04031c;
	padding: 4rem 1rem;
}

.section.clouds-cards ul.cards .card__title {
	font-family: "Bariol Bold";
	font-size: 2.625rem;
	margin-bottom: 1.25rem;
}

.section.clouds-cards ul.cards .card.nude {
	background-color: #cdb7b7;
}

.section.clouds-cards ul.cards .card.dark {
	background-color: #39394a;
	color: #ffffff;
}

.section.clouds-cards ul.cards .card.dark_gray {
	background-color: #7b8191;
	color: #ffffff;
}

.section.clouds-cards ul.cards .card.light_gray {
	background-color: #acb1c0;
}

@media screen and (min-width: 768px) {
	.section.clouds-cards ul.cards {
		grid-template-columns: 1fr 1fr;
	}
}

.section.cws-infographic {
	padding: 0 0 5rem;
}

.section.cws-infographic .lead {
	text-align: center;
	padding: 5.25rem 2rem 0;
}

.section.cws-infographic .lead .section-title {
	font-family: "Bariol Bold", arial, sans-serif;
}

.section.cws-infographic .fh-panel {
	display: grid;
	align-items: center;
	padding: 2rem 0;
}

.section.cws-infographic .fh-panel .container {
	max-width: 1364px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	padding: 0 2rem;
	gap: 2rem;
}

@media screen and (min-width: 768px) {
	.section.cws-infographic .fh-panel .container {
		flex-direction: row;
	}
}

.section.cws-infographic .fh-panel .graphic {
	text-align: center;
	max-width: 674px;
	width: 100%;
}

.section.cws-infographic .fh-panel .graphic svg {
	max-width: 100%;
}

.section.cws-infographic .fh-panel .copy-wrap {
	max-width: 536px;
	margin-left: auto;
	width: 100%;
}

.section.cws-infographic .fh-panel .copy-wrap h3 {
	font-size: 1.75rem;
	font-size: clamp(1.75rem, 2.75vw, 2.75rem);
	color: #EF2660;
	font-family: "Bariol Bold", arial, sans-serif;
	line-height: 1.2;
}

.section.cws-infographic .fh-panel .copy-wrap .copy {
	font-size: 1.25rem;
	font-size: clamp(1.25rem, 1.625vw, 1.625rem);
	color: #63666d;
}

.section.cws-infographic .fh-panel .copy-wrap span.level {
	font-size: 1.375rem;
	font-size: clamp(1.375rem, 2.5vw, 2.5rem);
	color: #04031c;
	font-family: "Bariol Bold", arial, sans-serif;
}

.section.cws-infographic .fh-panel.first .graphic .circle.outer, .section.cws-infographic .fh-panel.first .graphic .circle.middle {
	display: none;
}

@media screen and (min-width: 768px) {
	.section.cws-infographic .fh-panel.second .container {
		flex-direction: row-reverse;
	}
}

.section.cws-infographic .fh-panel.second .graphic .circle.outer {
	display: none;
}

.benefits .section-heading-wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media (max-width: 767px) {
	.benefits .section-heading-wrap {
		padding-block-end: 2rem;
	}
}

.benefits .section-heading-wrap h3 {
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.benefits .section-heading-wrap p {
	margin-block: 0.5rem;
}

.benefits .benefits-wheel {
	margin-top: 3rem;
	max-width: 1100px;
	margin-inline: auto;
	display: flex;
	justify-content: center;
}

.benefits .benefits-wheel .copy {
	margin-bottom: 1rem;
}

.benefits .benefits-wheel img {
	padding: 0 !important;
}

@media (max-width: 1170px) {
	.benefits .benefits-wheel {
		max-width: 95%;
	}
}

@media (max-width: 767px) {
	.benefits .benefits-wheel {
		flex-direction: column;
	}
}

.benefits .benefits-wheel h3 {
	border-bottom: 2px solid #EF2660;
	margin-bottom: 0;
	width: 350px;
	font-size: 2rem;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #04031c;
}

@media (max-width: 1100px) {
	.benefits .benefits-wheel h3 {
		width: 95%;
	}
}

.benefits .benefits-wheel h6 {
	margin: 0;
}

.benefits .benefits-wheel p {
	opacity: 0.7;
	max-width: 275px;
	margin-block: 0.5rem;
}

.benefits .benefits-wheel .col {
	width: 33%;
}

@media (max-width: 767px) {
	.benefits .benefits-wheel .col {
		width: 100%;
	}
}

.benefits .benefits-wheel .col .copy {
	display: flex;
	flex-direction: column;
}

.benefits .benefits-wheel .first-benefits .copy {
	align-items: end;
}

.benefits .benefits-wheel .first-benefits .copy:nth-child(2) {
	padding-inline-end: 3rem;
}

@media (max-width: 767px) {
	.benefits .benefits-wheel .first-benefits .copy:nth-child(2) {
		padding-inline-end: 0;
	}
}

.benefits .benefits-wheel .first-benefits .copy * {
	text-align: end;
}

@media (max-width: 767px) {
	.benefits .benefits-wheel .first-benefits .copy {
		align-items: start;
	}
	.benefits .benefits-wheel .first-benefits .copy * {
		text-align: start;
	}
}

.benefits .benefits-wheel .last-benefits .copy {
	align-items: start;
}

.benefits .benefits-wheel .last-benefits .copy:nth-child(2) {
	padding-inline-start: 3rem;
}

@media (max-width: 767px) {
	.benefits .benefits-wheel .last-benefits .copy:nth-child(2) {
		padding-inline-start: 3.75rem;
	}
}

.benefits .benefits-wheel .last-benefits .copy * {
	text-align: start;
}

.benefits .benefits-wheel .wheel-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.benefits .benefits-wheel .wheel-wrap img {
	padding-inline: 20px;
}

.benefits .benefits-icon {
	max-width: 75px;
}

@media (max-width: 991px) {
	.benefits {
		padding-block-start: 0;
	}
}

@media (max-width: 767px) {
	.benefits {
		padding-inline: 1.5rem;
	}
	.benefits .benefits-wheel {
		margin-top: 0;
		flex-direction: column-reverse;
		max-width: 100%;
	}
	.benefits .benefits-wheel .wheel-wrap {
		order: 1;
		padding-block-end: 2.5rem;
	}
	.benefits .benefits-wheel .first-benefits {
		order: 1;
	}
	.benefits .benefits-wheel .copy {
		align-items: start;
		padding-inline-start: 3.75rem;
	}
	.benefits .benefits-wheel .copy * {
		text-align: start;
	}
	.benefits .benefits-wheel .copy p {
		display: none;
	}
}

@media (max-width: 767px) {
	.benefits .wheel-wrap svg circle.benefit-circle {
		cursor: pointer;
	}
	.benefits .wheel-wrap svg circle.active {
		fill: #EF2660;
	}
}

@media (max-width: 767px) {
	.benefits .benefits-wheel h6 {
		cursor: pointer;
		position: relative;
	}
	.benefits .benefits-wheel h6::before {
		content: '';
		height: 32px;
		width: 32px;
		background-image: url("svg/rpo-benefit-icon.svg");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: -3rem;
	}
	.benefits .benefits-wheel h6:nth-child(2n)::before {
		background-image: url("svg/cwfs-visibility.svg");
	}
	.benefits .benefits-wheel h6[data-item="1"]::before {
		background-image: url("svg/cwfs-benefit-scalable.svg");
	}
	.benefits .benefits-wheel h6[data-item="2"]::before {
		background-image: url("svg/cwfs-visibility.svg");
	}
	.benefits .benefits-wheel h6[data-item="3"]::before {
		background-image: url("svg/cwfs-compliance.svg");
	}
	.benefits .benefits-wheel h6[data-item="4"]::before {
		background-image: url("svg/cwfs-technology.svg");
	}
	.benefits .benefits-wheel h6[data-item="5"]::before {
		background-image: url("svg/cwfs-supply.svg");
	}
	.benefits .benefits-wheel h6[data-item="6"]::before {
		background-image: url("svg/cwfs-cost.svg");
	}
	.benefits .benefits-wheel .copy.active h6 {
		color: #04031C;
	}
	.benefits .benefits-wheel .copy.active h6[data-item="1"]::before {
		background-image: url("svg/cwfs-benefit-scalable-active.svg");
	}
	.benefits .benefits-wheel .copy.active h6[data-item="2"]::before {
		background-image: url("svg/cwfs-visbility-active.svg");
	}
	.benefits .benefits-wheel .copy.active h6[data-item="3"]::before {
		background-image: url("svg/cwfs-compliance-active.svg");
	}
	.benefits .benefits-wheel .copy.active h6[data-item="4"]::before {
		background-image: url("svg/cwfs-technology-active.svg");
	}
	.benefits .benefits-wheel .copy.active h6[data-item="5"]::before {
		background-image: url("svg/cwfs-supply-active.svg");
	}
	.benefits .benefits-wheel .copy.active h6[data-item="6"]::before {
		background-image: url("svg/cwfs-cost-active.svg");
	}
	.benefits .benefits-wheel .copy.active p {
		display: unset;
	}
	.benefits .benefits-wheel.rpo h6 {
		background-size: contain;
	}
	.benefits .benefits-wheel.rpo .copy h6[data-item="1"]::before {
		background-image: url("svg/RPO_Icons_1_Built_in_Agility.svg");
	}
	.benefits .benefits-wheel.rpo .copy h6[data-item="2"]::before {
		background-image: url("svg/RPO_Icons_2_Process_Improvement.svg");
	}
	.benefits .benefits-wheel.rpo .copy h6[data-item="3"]::before {
		background-image: url("svg/RPO_Icons_3_Cost_Sharing.svg");
	}
	.benefits .benefits-wheel.rpo .copy h6[data-item="4"]::before {
		background-image: url("svg/RPO_Icons_4_Hiring_Manager_Engagement.svg");
	}
	.benefits .benefits-wheel.rpo .copy h6[data-item="5"]::before {
		background-image: url("svg/RPO_Icons_5_Specialist_Resource.svg");
	}
	.benefits .benefits-wheel.rpo .copy h6[data-item="6"]::before {
		background-image: url("svg/RPO_Icons_6_Talent_Mapping.svg");
	}
	.benefits .benefits-wheel.rpo .copy.active h6[data-item="1"]::before {
		background-image: url("svg/rpo-icon-1-active.svg");
	}
	.benefits .benefits-wheel.rpo .copy.active h6[data-item="2"]::before {
		background-image: url("svg/rpo-icon-2-active.svg");
	}
	.benefits .benefits-wheel.rpo .copy.active h6[data-item="3"]::before {
		background-image: url("svg/rpo-icon-3-active.svg");
	}
	.benefits .benefits-wheel.rpo .copy.active h6[data-item="4"]::before {
		background-image: url("svg/rpo-icon-4-active.svg");
	}
	.benefits .benefits-wheel.rpo .copy.active h6[data-item="5"]::before {
		background-image: url("svg/rpo-icon-5-active.svg");
	}
	.benefits .benefits-wheel.rpo .copy.active h6[data-item="6"]::before {
		background-image: url("svg/rpo-icon-6-active.svg");
	}
}

.program-overview {
	background-color: #c4c7cf;
}

.program-overview .main-image-container {
	display: flex;
	justify-content: center;
}

.program-overview .main-image-container .img-wrap {
	margin-bottom: 2rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program-overview .main-image-container .img-wrap::after {
	content: '';
	background-image: url("svg/program-circle.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.program-overview .main-image-container img {
	position: relative;
	padding: 3.5rem;
	border-radius: 50%;
}

.program-overview .copy-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1100px;
	margin-inline: auto;
}

.program-overview .copy-wrap * {
	text-align: center;
}

.program-overview .program-copy {
	max-width: 1100px;
	margin-inline: auto;
	display: flex;
	flex-direction: row;
}

@media (max-width: 1000px) {
	.program-overview .program-copy {
		flex-direction: column;
	}
}

.program-overview .program-copy .single-program {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
	padding-inline: 1rem;
}

@media (max-width: 1000px) {
	.program-overview .program-copy .single-program {
		width: 60%;
		margin-inline: auto;
	}
}

@media (max-width: 850px) {
	.program-overview .program-copy .single-program {
		width: 80%;
	}
}

@media (max-width: 650px) {
	.program-overview .program-copy .single-program {
		width: 90%;
	}
}

.program-overview .program-copy .single-program .single-program-copy {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #7b8191;
}

.program-overview .program-copy .single-program .program-trigger {
	text-decoration: none;
	color: #04031c;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.program-overview .program-copy .single-program .program-trigger {
		margin-bottom: 0;
		margin-top: 2rem;
	}
}

.program-overview .program-copy .single-program:nth-child(1)::before {
	content: '';
	background-image: url("svg/program-1.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 119px;
	height: 119px;
	position: absolute;
}

.program-overview .program-copy .single-program:nth-child(2)::before {
	content: '';
	background-image: url("svg/program-2.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 119px;
	height: 119px;
	position: absolute;
}

.program-overview .program-copy .single-program:nth-child(3)::before {
	content: '';
	background-image: url("svg/program-3.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 119px;
	height: 119px;
	position: absolute;
}

.program-overview .program-copy .single-program .program-container {
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 100%;
	margin-top: 10rem;
	min-height: 12rem;
}

.program-overview .program-copy .single-program .program-container h3 {
	font-family: "Bariol Bold", arial, sans-serif;
	padding-block: 1rem;
	padding-inline: 20px;
	font-size: 2rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: center;
	margin: 0;
}

.program-overview .program-copy .single-program .program-container * {
	text-align: center;
	color: white;
}

.program-overview .program-copy .single-program .program-container div {
	transition: all ease-in 0.5s;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.program-overview .program-copy .single-program .program-container div.hidden {
	transition: ease-in 0.5s;
	display: none;
}

.program-overview .program-copy .single-program .program-container div.secondary-content {
	padding: 1rem;
}

.program-overview .program-copy .single-program .program-container div.secondary-content ul {
	list-style-type: none;
	margin: 0;
	padding-top: 1rem;
}

.program-overview .program-copy .single-program .program-container div.secondary-content li {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	display: flex;
	flex-direction: row;
	margin-bottom: 1rem;
}

.program-overview .program-copy .single-program .program-container div.secondary-content li::before {
	content: url("svg/project-bullet.svg");
	position: relative;
	padding-inline-end: 2rem;
}

.program-overview .program-copy .single-program .hidden {
	display: none;
}

.program-container.blue {
	background-color: #039DA2;
}

.program-container.purple {
	background-color: #421E74;
}

.program-container.pink {
	background-color: #BE00FF;
}

.page-template-services {
	color: #ffffff;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 100 !important;
	/**
*
* SERVICES
*
*
*/
}

.page-template-services header.site-header {
	background-color: rgba(4, 3, 28, 0);
	transition: all .2s ease-in-out;
}

.page-template-services header.site-header.bg-color {
	background-color: rgba(4, 3, 28, 0.9);
}

.page-template-services #page.pink #hero {
	border-bottom: 10px solid #EF2660;
}

.page-template-services #page.pink #hero .hero-content h1 span,
.page-template-services #page.pink #hero .hero-content h2 span,
.page-template-services #page.pink #hero .hero-content h3 span {
	color: #EF2660;
}

.page-template-services #page.pink #hero a.hero-arrow svg path {
	stroke: #EF2660;
}

.page-template-services #page.pink #hero a.hero-arrow:hover svg path, .page-template-services #page.pink #hero a.hero-arrow:focus svg path {
	fill: #EF2660;
}

.page-template-services #page.pink h2 {
	border-color: #EF2660;
	font-weight: 100;
}

.page-template-services #page.pink .section.intro h2 span {
	color: #EF2660;
}

.page-template-services #page.pink .section.floating-highlight h2 {
	border-left: 0.5rem solid #EF2660;
}

@media screen and (max-width: 991px) {
	.page-template-services #page.pink .section.floating-highlight h2 {
		border: 0;
	}
}

.page-template-services #page.pink .section.floating-highlight .copy-wrap .img-wrap img {
	border-right: 10px solid #EF2660;
}

.page-template-services #page.pink .section.floating-highlight .copy {
	background-color: rgba(239, 38, 96, 0.2);
}

.page-template-services #page.pink .section.showcase h2, .page-template-services #page.pink .section.video h2 {
	border-left: 0.5rem solid #EF2660;
	padding-left: 1.5rem;
}

@media screen and (max-width: 991px) {
	.page-template-services #page.pink .section.showcase h2, .page-template-services #page.pink .section.video h2 {
		border: 0;
		padding: 0;
	}
}

.page-template-services #page.pink .section.showcase .feature-img-wrap img,
.page-template-services #page.pink .section.showcase .gallery, .page-template-services #page.pink .section.video .feature-img-wrap img,
.page-template-services #page.pink .section.video .gallery {
	border-left: 10px solid #EF2660;
}

.page-template-services #page.pink .section.video .img-wrap img {
	border-right: 10px solid #EF2660;
}

.page-template-services #page.pink .section.video .video-wrap .video-link svg path {
	stroke: #EF2660;
}

.page-template-services #page.pink .section.floating-highlight .copy {
	background: none;
}

.page-template-services #page.pink .section.intro .content-wrap {
	position: relative;
}

.page-template-services #page.pink .section.intro .content-wrap:before {
	content: '';
	display: inline-block;
	width: 234px;
	height: 234px;
	background-image: url("./img/digital-circle.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -234px;
	right: 0;
}

.page-template-services #page.pink .section.floating-highlight .copy {
	padding-top: 0;
	padding-bottom: 0;
}

.page-template-services #page.pink .section.floating-highlight .left-img {
	position: relative;
}

.page-template-services #page.pink .section.floating-highlight .left-img:before {
	content: '';
	display: inline-block;
	width: 234px;
	height: 234px;
	background-image: url("./img/digital-circle.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -157px;
	left: -70px;
	z-index: -1;
}

.page-template-services #page.pink .section.split-50-50 .media-section img {
	position: relative;
	z-index: 1;
}

.page-template-services #page.pink .section.split-50-50 .media-section:after {
	content: '';
	display: inline-block;
	width: 164px;
	height: 164px;
	background-image: url("./img/digital-circle.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -67px;
	left: 0px;
	z-index: 0;
	opacity: 0.8;
}

@media screen and (max-width: 890px) {
	.page-template-services #page.pink .section.split-50-50 .media-section:after {
		display: none;
	}
}

.page-template-services #page.yellow #hero {
	border-bottom: 10px solid #ffce00;
}

.page-template-services #page.yellow #hero .hero-content h1 span,
.page-template-services #page.yellow #hero .hero-content h2 span,
.page-template-services #page.yellow #hero .hero-content h3 span {
	color: #ffce00;
}

.page-template-services #page.yellow #hero a.hero-arrow svg path {
	stroke: #ffce00;
}

.page-template-services #page.yellow #hero a.hero-arrow:hover svg path, .page-template-services #page.yellow #hero a.hero-arrow:focus svg path {
	fill: #ffce00;
}

.page-template-services #page.yellow h2 {
	border-color: #ffce00;
	font-weight: 100;
}

.page-template-services #page.yellow .section.intro h2 span {
	color: #ffce00;
}

.page-template-services #page.yellow .section.floating-highlight h2 {
	border-left: 0.5rem solid #ffce00;
}

@media screen and (max-width: 991px) {
	.page-template-services #page.yellow .section.floating-highlight h2 {
		border: 0;
	}
}

.page-template-services #page.yellow .section.floating-highlight .copy-wrap .img-wrap img {
	border-right: 10px solid #ffce00;
}

.page-template-services #page.yellow .section.floating-highlight .copy {
	background-color: rgba(255, 206, 0, 0.2);
}

.page-template-services #page.yellow .section.showcase h2, .page-template-services #page.yellow .section.video h2 {
	border-left: 0.5rem solid #ffce00;
	padding-left: 1.5rem;
}

@media screen and (max-width: 991px) {
	.page-template-services #page.yellow .section.showcase h2, .page-template-services #page.yellow .section.video h2 {
		border: 0;
		padding: 0;
	}
}

.page-template-services #page.yellow .section.showcase .feature-img-wrap img,
.page-template-services #page.yellow .section.showcase .gallery, .page-template-services #page.yellow .section.video .feature-img-wrap img,
.page-template-services #page.yellow .section.video .gallery {
	border-left: 10px solid #ffce00;
}

.page-template-services #page.yellow .section.video .img-wrap img {
	border-right: 10px solid #ffce00;
}

.page-template-services #page.yellow .section.video .video-wrap .video-link svg path {
	stroke: #ffce00;
}

.page-template-services #page.blue #hero {
	border-bottom: 10px solid #46f4f4;
}

.page-template-services #page.blue #hero .hero-content h1 span,
.page-template-services #page.blue #hero .hero-content h2 span,
.page-template-services #page.blue #hero .hero-content h3 span {
	color: #46f4f4;
}

.page-template-services #page.blue #hero a.hero-arrow svg path {
	stroke: #46f4f4;
}

.page-template-services #page.blue #hero a.hero-arrow:hover svg path, .page-template-services #page.blue #hero a.hero-arrow:focus svg path {
	fill: #46f4f4;
}

.page-template-services #page.blue h2 {
	border-color: #46f4f4;
	font-weight: 100;
}

.page-template-services #page.blue .section.intro h2 span {
	color: #46f4f4;
}

.page-template-services #page.blue .section.floating-highlight h2 {
	border-left: 0.5rem solid #46f4f4;
}

@media screen and (max-width: 991px) {
	.page-template-services #page.blue .section.floating-highlight h2 {
		border: 0;
	}
}

.page-template-services #page.blue .section.floating-highlight .copy-wrap .img-wrap img {
	border-right: 10px solid #46f4f4;
}

.page-template-services #page.blue .section.floating-highlight .copy {
	background-color: rgba(70, 244, 244, 0.2);
}

.page-template-services #page.blue .section.showcase h2, .page-template-services #page.blue .section.video h2 {
	border-left: 0.5rem solid #46f4f4;
	padding-left: 1.5rem;
}

@media screen and (max-width: 991px) {
	.page-template-services #page.blue .section.showcase h2, .page-template-services #page.blue .section.video h2 {
		border: 0;
		padding: 0;
	}
}

.page-template-services #page.blue .section.showcase .feature-img-wrap img,
.page-template-services #page.blue .section.showcase .gallery, .page-template-services #page.blue .section.video .feature-img-wrap img,
.page-template-services #page.blue .section.video .gallery {
	border-left: 10px solid #46f4f4;
}

.page-template-services #page.blue .section.video .img-wrap img {
	border-right: 10px solid #46f4f4;
}

.page-template-services #page.blue .section.video .video-wrap .video-link svg path {
	stroke: #46f4f4;
}

.page-template-services .entry-content {
	overflow: hidden;
}

.page-template-services footer.site-footer .content-wrap {
	border-top: 1px solid #EF2660;
	padding-top: 2rem;
}

.page-template-services #hero {
	text-align: center;
	padding-top: 0 !important;
	height: 70vh;
	position: relative;
	padding-bottom: 0 !important;
}

.page-template-services #hero:after {
	content: '';
	background-color: rgba(4, 3, 28, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.page-template-services #hero .hero-content {
	position: absolute;
	width: 100%;
	display: block;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-template-services #hero .hero-content:after {
	content: url("./svg/bg__graph-line-triangle.svg");
	right: unset;
	top: -180px;
	left: 50%;
	transform: translate(-50%, 0);
}

.page-template-services #hero .hero-content .copy-wrap {
	width: 100%;
}

.page-template-services #hero .hero-content h1, .page-template-services #hero .hero-content h2 {
	max-width: 80%;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 80px;
	font-size: 5rem;
	font-size: clamp(5rem, 20vw, 12.375rem);
	position: relative;
	font-weight: 100;
}

@media screen and (max-width: 370px) {
	.page-template-services #hero .hero-content h1, .page-template-services #hero .hero-content h2 {
		font-size: 33.328px;
		font-size: 2.083rem;
	}
}

.page-template-services #hero .hero-content h3 {
	font-size: 72px;
	font-size: 4.5rem;
	font-size: clamp(2.5rem, 4.9vw, 3rem);
	font-weight: 100;
}

.page-template-services #hero .hero-content h3 span {
	font-family: "Bariol Regular", "Helvetica Neue", arial, sans-serif;
}

@media screen and (max-width: 370px) {
	.page-template-services #hero .hero-content h3 {
		font-size: 26px;
		font-size: 1.625rem;
	}
}

.page-template-services #hero .hero-arrow {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 1rem;
	transform: translateX(-50%);
}

.page-template-services .intro {
	padding-bottom: 0;
}

.page-template-services .intro .content-wrap {
	max-width: 1345px;
	margin: auto;
}

.page-template-services .intro h2 {
	margin-bottom: 0.96em;
}

.page-template-services .intro .copy-img-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.page-template-services .intro .copy-img-wrap .img-wrap {
	position: relative;
	flex-grow: 1;
	text-align: center;
	padding: 0 1em;
	max-width: 20%;
	margin: auto;
}

.page-template-services .intro .copy-img-wrap .img-wrap:after {
	content: url("./svg/bg__graph-line-triangle.svg");
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%, 0) rotateY(180deg);
	max-width: 600px;
	z-index: -1;
	opacity: 0.5;
}

@media screen and (max-width: 991px) {
	.page-template-services .intro .copy-img-wrap .img-wrap:after {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.page-template-services .intro .copy-img-wrap .img-wrap {
		max-width: 200px;
	}
}

.page-template-services .intro .copy-img-wrap .copy {
	position: relative;
	padding: 0 5em 0 0;
}

.page-template-services .intro .copy-img-wrap .copy.width_50 {
	width: 50%;
}

.page-template-services .intro .copy-img-wrap .copy.width_75 {
	width: 65%;
}

.page-template-services .intro .copy-img-wrap .copy.width_100 {
	width: 75%;
	margin: auto;
}

.page-template-services .intro .copy-img-wrap .copy p {
	margin-top: 0;
}

.page-template-services .intro .copy-img-wrap .copy:after {
	content: url("./svg/lines-texture.svg");
	position: absolute;
	top: -100%;
	right: -50%;
	opacity: 0.5;
}

@media screen and (max-width: 1440px) {
	.page-template-services .intro .copy-img-wrap .copy:after {
		top: 20%;
		right: -20%;
	}
}

@media screen and (max-width: 991px) {
	.page-template-services .intro .copy-img-wrap .copy:after {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.page-template-services .intro .copy-img-wrap .copy {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.page-template-services .intro .copy-img-wrap .copy.width_50, .page-template-services .intro .copy-img-wrap .copy.width_75, .page-template-services .intro .copy-img-wrap .copy.width_100 {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.page-template-services .intro .copy-img-wrap {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 767px) {
	.page-template-services .intro {
		text-align: center;
	}
}

.page-template-services .section.floating-highlight {
	position: relative;
	padding-top: 4.75rem;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.floating-highlight {
		text-align: center;
	}
}

.page-template-services .section.floating-highlight .content-wrap {
	max-width: 1345px;
	margin: auto;
	display: flex;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.floating-highlight .content-wrap {
		flex-direction: column-reverse;
	}
}

.page-template-services .section.floating-highlight h2 {
	position: relative;
	padding-left: 1rem;
}

@media screen and (max-width: 991px) {
	.page-template-services .section.floating-highlight h2 {
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.floating-highlight h2 {
		text-align: center;
	}
}

.page-template-services .section.floating-highlight .copy-wrap {
	width: 50%;
}

.page-template-services .section.floating-highlight .copy-wrap .copy {
	padding: 2.105em 12.368em 2.105em 2.368em;
	width: 125%;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.floating-highlight .copy-wrap .copy {
		width: 100%;
		padding: 2.105em 2.368em 2.105em 2.368em;
	}
}

.page-template-services .section.floating-highlight .copy-wrap .img-wrap {
	position: relative;
	width: 125%;
}

@media screen and (max-width: 991px) {
	.page-template-services .section.floating-highlight .copy-wrap .img-wrap {
		display: none;
	}
}

@media screen and (max-width: 1170px) {
	.page-template-services .section.floating-highlight .copy-wrap {
		width: 80%;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.floating-highlight .copy-wrap {
		width: 100%;
	}
}

.page-template-services .section.floating-highlight .img-col {
	width: 50%;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.floating-highlight .img-col {
		width: 100%;
	}
}

.page-template-services .section.split-50-50 {
	background-color: #04031c;
	padding: 0.25rem 1rem 0 1rem;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.split-50-50 {
		flex-direction: column;
		padding-top: 0;
	}
}

.page-template-services .section.split-50-50 .media-section {
	text-align: right;
	padding: 0 8rem;
	position: relative;
}

.page-template-services .section.split-50-50 .media-section img {
	width: auto;
	height: auto;
	object-fit: contain;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.page-template-services .section.split-50-50 .media-section img {
		max-width: 180px;
		top: unset;
		transform: none;
	}
}

.page-template-services .section.split-50-50 .media-section svg {
	margin-right: -180px;
	margin-top: -80px;
}

.page-template-services .section.split-50-50 .media-section:before {
	content: url("./svg/lines-texture.svg");
	position: absolute;
	top: -12em;
	left: 1em;
	max-width: 600px;
	z-index: 0;
	opacity: 0.5;
}

@media screen and (max-width: 991px) {
	.page-template-services .section.split-50-50 .media-section:before {
		display: none;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.split-50-50 .media-section {
		width: 100%;
		text-align: center;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.page-template-services .section.split-50-50 .media-section {
		text-align: center;
		padding: 0;
	}
}

.page-template-services .section.split-50-50 .copy-section {
	padding: 0 1rem 0 0;
	position: relative;
	z-index: 3;
}

.page-template-services .section.split-50-50 .copy-section:after {
	content: url("./svg/bg__graph-line-triangle.svg");
	position: absolute;
	left: 5em;
	top: -5em;
	max-width: 600px;
	opacity: 0.5;
}

@media screen and (max-width: 991px) {
	.page-template-services .section.split-50-50 .copy-section:after {
		display: none;
	}
}

.page-template-services .section.split-50-50 .copy-section .copy-wrap {
	margin: 0;
}

.page-template-services .section.split-50-50 .copy-section .copy-wrap h2.no-img {
	margin-left: -25%;
	padding: 0;
	border: none;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.split-50-50 .copy-section .copy-wrap h2.no-img {
		margin-left: auto;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.split-50-50 .copy-section .copy-wrap {
		max-width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.split-50-50 .copy-section {
		width: 100%;
		margin: auto;
	}
}

.page-template-services .section.split-50-50.no-image .media-section svg {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.split-50-50.no-image .media-section {
		display: none;
	}
}

.page-template-services .section.split-50-50.img-right {
	max-width: 1345px;
	margin: auto;
	flex-direction: row-reverse;
}

.page-template-services .section.split-50-50.img-right .media-section {
	padding: 0;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.split-50-50.img-right .media-section img {
		top: 0;
		transform: none;
		max-width: 450px;
	}
}

.page-template-services .section.split-50-50.img-right .media-section:before {
	left: unset;
	right: -3rem;
	transform: rotateY(180deg);
}

.page-template-services .section.split-50-50.img-right .copy-section .copy-wrap .copy {
	padding-left: 12rem;
	margin-right: -10rem;
}

@media screen and (max-width: 1190px) {
	.page-template-services .section.split-50-50.img-right .copy-section .copy-wrap .copy {
		padding-left: 1.5em;
		margin-right: 0;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.split-50-50.img-right .copy-section .copy-wrap .copy {
		padding-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 1190px) {
	.page-template-services .section.split-50-50.img-right .copy-section {
		padding: 0 1em;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.split-50-50.img-right {
		flex-direction: column-reverse;
	}
	.page-template-services .section.split-50-50.img-right .copy-section .copy-wrap h2 {
		border-left: none;
		padding-left: 0;
	}
}

.page-template-services .section.showcase {
	position: relative;
	padding: 4.25rem 1rem 4.75rem 1rem;
}

@media screen and (max-width: 1550px) {
	.page-template-services .section.showcase {
		padding-bottom: 4.75rem;
	}
}

.page-template-services .section.showcase .content-wrap {
	max-width: 1345px;
	margin: auto;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.showcase .content-wrap {
		text-align: center;
	}
}

.page-template-services .section.showcase .copy-img-row {
	max-width: 1345px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.page-template-services .section.showcase .copy-img-row .copy {
	max-width: 500px;
	padding: 0 2.5rem 1em 2.5rem;
}

.page-template-services .section.showcase .copy-img-row .copy p {
	margin-top: 0;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.showcase .copy-img-row .copy {
		max-width: 100%;
	}
}

.page-template-services .section.showcase .copy-img-row .feature-img-wrap {
	position: relative;
}

.page-template-services .section.showcase .copy-img-row .feature-img-wrap:after {
	content: url("./svg/lines-texture.svg");
	position: absolute;
	max-width: 600px;
	bottom: -220px;
	right: 20%;
	transform: rotateY(180deg);
	z-index: -1;
	opacity: 0.5;
}

@media screen and (max-width: 991px) {
	.page-template-services .section.showcase .copy-img-row .feature-img-wrap:after {
		display: none;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.showcase .copy-img-row .feature-img-wrap {
		text-align: right;
	}
	.page-template-services .section.showcase .copy-img-row .feature-img-wrap img {
		width: 100%;
	}
}

@media screen and (max-width: 1550px) {
	.page-template-services .section.showcase .copy-img-row {
		margin-right: 0 !important;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.showcase .copy-img-row {
		flex-direction: column;
		text-align: center;
	}
	.page-template-services .section.showcase .copy-img-row .copy {
		margin: auto;
	}
}

.page-template-services .section.showcase .gallery {
	display: flex;
	flex-direction: row;
	position: relative;
	margin-top: -150px;
	z-index: -1;
	max-width: 1345px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-services .section.showcase .gallery .gallery-img {
	margin-left: -10rem;
	box-shadow: -12px 0px 24px 0px rgba(0, 0, 0, 0.45);
}

.page-template-services .section.showcase .gallery .gallery-img:first-of-type {
	margin-left: 0;
	box-shadow: none;
}

.page-template-services .section.showcase .gallery .gallery-img:last-of-type {
	margin-left: -3rem;
}

@media screen and (max-width: 1550px) {
	.page-template-services .section.showcase .gallery .gallery-img {
		margin: 0 !important;
	}
}

@media screen and (max-width: 1550px) {
	.page-template-services .section.showcase .gallery {
		margin-top: 0 !important;
		justify-content: space-evenly;
		border-left: 0 !important;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.showcase .gallery {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.page-template-services .section.showcase .gallery {
		flex-wrap: wrap;
		border-left: 0 !important;
	}
}

.page-template-services .section.showcase.no-gallery {
	padding-top: 0;
}

.page-template-services .section.showcase.no-gallery .copy-img-row {
	margin-right: auto;
}

.page-template-services .section.showcase.no-gallery .copy-img-row .copy {
	padding-top: 0;
	padding-bottom: 0;
}

.page-template-services .section.showcase.no-gallery .copy-img-row .copy p {
	margin-top: 0;
}

@media screen and (max-width: 1550px) {
	.page-template-services .section.showcase.no-gallery .copy-img-row {
		margin-right: auto !important;
	}
}

.page-template-services .section.showcase.no-gallery .feature-img-wrap {
	max-width: 100%;
	position: relative;
	padding-left: 200px;
}

.page-template-services .section.showcase.no-gallery .feature-img-wrap .icon {
	position: absolute;
	left: 2rem;
	top: 2rem;
	border-left: 0 !important;
}

@media screen and (max-width: 1230px) {
	.page-template-services .section.showcase.no-gallery .feature-img-wrap .icon {
		left: 0;
		top: unset;
		bottom: 0;
		width: 100px;
	}
}

@media screen and (max-width: 1230px) {
	.page-template-services .section.showcase.no-gallery .feature-img-wrap {
		padding-left: 0;
	}
}

@media screen and (max-width: 1180px) {
	.page-template-services .section.showcase.no-gallery .feature-img-wrap {
		max-width: 50%;
	}
}

@media screen and (max-width: 890px) {
	.page-template-services .section.showcase.no-gallery .feature-img-wrap .main-feature {
		width: 100%;
	}
}

.page-template-services .section.contact-form {
	text-align: center;
	background-color: #04031c;
}

@media screen and (max-width: 890px) {
	.page-template-services .section.contact-form {
		padding-top: 0;
	}
}

.page-template-services .section.contact-form h2 {
	font-family: "Bariol Bold", arial, sans-serif;
}

.page-template-services .section.contact-form .copy {
	max-width: 720px;
	margin: auto;
	padding: 0 1rem;
}

.page-template-services .section.contact-form .cognito:focus,
.page-template-services .section.contact-form .cognito form:focus,
.page-template-services .section.contact-form .cognito form .c-forms-form:focus,
.page-template-services .section.contact-form .cog-form:focus {
	outline: 0;
}

.page-template-services .section.contact-form .cognito label,
.page-template-services .section.contact-form .cognito .cog-label,
.page-template-services .section.contact-form .cognito form label,
.page-template-services .section.contact-form .cognito form .cog-label,
.page-template-services .section.contact-form .cognito form .c-forms-form label,
.page-template-services .section.contact-form .cognito form .c-forms-form .cog-label,
.page-template-services .section.contact-form .cog-form label,
.page-template-services .section.contact-form .cog-form .cog-label {
	font-family: "Bariol Bold", arial, sans-serif !important;
	margin-bottom: 0.5em;
	display: inline-block;
	text-align: left;
}

.page-template-services .section.contact-form .cognito input,
.page-template-services .section.contact-form .cognito textarea,
.page-template-services .section.contact-form .cognito form input,
.page-template-services .section.contact-form .cognito form textarea,
.page-template-services .section.contact-form .cognito form .c-forms-form input,
.page-template-services .section.contact-form .cognito form .c-forms-form textarea,
.page-template-services .section.contact-form .cog-form input,
.page-template-services .section.contact-form .cog-form textarea {
	border-radius: 0.313em;
	padding: 1em 0.8em;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	margin-bottom: 1em;
	background-color: #ffffff;
	color: #04031c;
}

.page-template-services .section.contact-form .cognito input:focus,
.page-template-services .section.contact-form .cognito textarea:focus,
.page-template-services .section.contact-form .cognito form input:focus,
.page-template-services .section.contact-form .cognito form textarea:focus,
.page-template-services .section.contact-form .cognito form .c-forms-form input:focus,
.page-template-services .section.contact-form .cognito form .c-forms-form textarea:focus,
.page-template-services .section.contact-form .cog-form input:focus,
.page-template-services .section.contact-form .cog-form textarea:focus {
	opacity: 1;
}

.page-template-services .section.contact-form .cognito .c-forms-form .c-html {
	text-align: center;
	margin: auto;
	max-width: 307px;
	padding: 0 1em;
}

.page-template-services .section.contact-form .cognito .c-forms-form .c-html a {
	color: #ffffff;
	text-decoration: underline;
}

.page-template-services .section.contact-form .cognito .c-forms-form .c-html a:hover {
	color: #EF2660;
	text-decoration: none;
}

.page-template-services .section.contact-form .c-button-section,
.page-template-services .section.contact-form .cog-page__navigation {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center !important;
}

.page-template-services .section.contact-form .c-button-section .c-action,
.page-template-services .section.contact-form .cog-page__navigation .c-action {
	margin: auto;
}

.page-template-services .section.contact-form .c-button-section #c-submit-button,
.page-template-services .section.contact-form .cog-page__navigation #c-submit-button {
	font-size: 26px;
	font-size: 1.625rem;
	width: 240px;
}

.page-template-services .section.contact-form .cognito {
	position: relative;
}

.page-template-services .section.contact-form .cognito:before {
	content: url("./svg/lines-texture.svg");
	position: absolute;
	max-width: 600px;
	transform: rotateY(180deg);
	left: -100%;
	top: 0;
	opacity: 0.5;
}

@media screen and (max-width: 991px) {
	.page-template-services .section.contact-form .cognito:before {
		display: none;
	}
}

.page-template-services .section.contact-form .cognito:after {
	content: url("./svg/bg__graph-line-triangle.svg");
	position: absolute;
	max-width: 600px;
	top: 0;
	transform: rotateY(180deg);
	right: -22.5em;
	opacity: 0.7;
	z-index: -1;
	opacity: 0.5;
}

@media screen and (max-width: 991px) {
	.page-template-services .section.contact-form .cognito:after {
		display: none;
	}
}

.page-template-services .section.video {
	padding: 2.25rem 1rem 4.75rem 1rem;
	background-color: #04031c;
}

.page-template-services .section.video .content-wrap {
	max-width: 1345px;
	margin: auto;
}

.page-template-services .section.video .title-wrap {
	margin-left: 50%;
	width: 45%;
	text-align: left;
}

@media screen and (max-width: 991px) {
	.page-template-services .section.video .title-wrap {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
}

.page-template-services .section.video .title-wrap h2 {
	margin-left: -250px;
}

@media screen and (max-width: 991px) {
	.page-template-services .section.video .title-wrap h2 {
		margin-left: 0;
	}
}

.page-template-services .section.video .title-wrap .copy {
	padding: 0 1em;
	text-align: left;
	margin-bottom: 1em;
	position: relative;
}

.page-template-services .section.video .title-wrap .copy:after {
	content: url("./svg/bg__graph-line-triangle.svg");
	position: absolute;
	right: -5em;
	top: -12em;
	max-width: 600px;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.page-template-services .section.video .title-wrap .copy:after {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.page-template-services .section.video .title-wrap .copy {
		text-align: center;
	}
}

.page-template-services .section.video .media-row {
	display: flex;
	flex-direction: row;
	position: relative;
}

.page-template-services .section.video .media-row .img-wrap,
.page-template-services .section.video .media-row .video-wrap {
	width: 50%;
}

.page-template-services .section.video .media-row .img-wrap img {
	max-width: 100%;
	text-align: right;
	right: -10%;
	position: relative;
	top: 20%;
}

.page-template-services .section.video .media-row .video-wrap {
	position: relative;
}

.page-template-services .section.video .media-row .video-wrap .video-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-template-services .section.video .media-row .video-wrap .video-link svg path {
	transition: all .2s ease-in-out;
}

.page-template-services .section.video .media-row .video-wrap .video-link:hover svg path, .page-template-services .section.video .media-row .video-wrap .video-link:focus svg path {
	fill: #04031c;
}

.page-template-services .section.video .media-row .video-wrap img {
	object-fit: cover;
	height: 100%;
}

@media screen and (max-width: 550px) {
	.page-template-services .section.video .media-row .img-wrap {
		display: none;
	}
	.page-template-services .section.video .media-row .video-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.page-template-services .section.video {
		padding-top: 0;
	}
}

section.addresses {
	background-color: #f2f2f3;
}

section.addresses .address-row {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

section.addresses .address-row .single-address {
	max-width: 350px;
	position: relative;
	width: 100%;
	background-color: white;
	border-radius: 25px;
	padding: 2rem;
	margin-bottom: 1rem;
}

section.addresses h3 {
	font-size: 19.2px;
	font-size: 1.2rem;
	font-family: "Bariol Bold", arial, sans-serif;
	color: #EF2660;
	margin-bottom: 0;
}

section.addresses a {
	color: #EF2660;
}

section.addresses .phone-number {
	font-family: "Bariol Bold", arial, sans-serif;
	color: #04031c;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 2em;
}

section.addresses .phone-number:hover, section.addresses .phone-number:focus {
	color: #EF2660;
	text-decoration: underline;
}

section.addresses .address-wrap {
	text-align: left;
	color: #04031c;
}

section.addresses .address-wrap * {
	font-style: normal;
}

section.addresses .address-wrap .address-copy {
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
}

section.addresses .address-wrap .address-copy em {
	font-size: 16px;
	font-size: 1rem;
}

section.addresses .address-wrap .address-copy em:last-of-type {
	margin-bottom: 0.8em;
	display: inline-block;
}

section.addresses .address-wrap .address-copy strong {
	font-family: "Bariol Bold", arial, sans-serif;
}

@media screen and (max-width: 370px) {
	section.addresses .address-wrap .address-copy {
		width: 100%;
	}
}

section.addresses .address-wrap .address-copy .email {
	margin-bottom: 1rem;
}

section.addresses .address-wrap .address-copy address {
	margin: 0;
}

.single-work .copy-wrap * {
	text-align: start;
}

.single-work .copy-wrap.large h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
}

.single-work .copy-wrap.large p {
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
}

.single-work .copy-wrap.small h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #EF2660;
}

.single-work .copy-wrap.small p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

.single-ebook .entry-content .container {
	max-width: 710px;
}

/**
2023 Custom Blocks
 */
.brand-carousel {
	margin-block: 5rem;
}

.brand-carousel .brands-wrap {
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
}

.brand-carousel .brands-wrap .single-brand-wrap {
	margin-inline: 1rem;
	height: 7rem;
	border-radius: 20px;
	background-color: #F2F2F4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-carousel .brands-wrap .single-brand-wrap img {
	filter: grayscale(1);
}

@media (max-width: 1100px) {
	.brand-carousel .copy-wrap {
		padding-inline: 1.5rem;
	}
}

@media (max-width: 777px) {
	.brand-carousel .twi-slick-previous, .brand-carousel .twi-slick-next {
		top: -140px;
		height: 24px;
	}
}

@media (min-width: 778px) and (max-width: 991px) {
	.brand-carousel .twi-slick-previous, .brand-carousel .twi-slick-next {
		top: -110px;
	}
}

@media (max-width: 991px) {
	.brand-carousel .twi-slick-next {
		right: 1.5rem;
	}
}

.brand-carousel .slick-list {
	width: 100%;
}

.brand-carousel .slick-list .slick-track {
	width: 100%;
}

.cards-50-50 {
	position: relative;
	padding-block-start: 5rem;
	padding-block-end: 11rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cards-50-50 .overlay {
	display: none;
}

.cards-50-50 .container {
	z-index: 50;
	position: relative;
}

.cards-50-50 .copy-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cards-50-50 .copy-wrap span {
	text-transform: uppercase;
}

.cards-50-50 .copy-wrap h3 {
	color: white;
	margin-bottom: 0;
}

.cards-50-50 .cards-wrap {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}

.cards-50-50 .cards-wrap a {
	text-decoration: none;
}

.cards-50-50 .cards-wrap .single-card {
	border-radius: 20px;
	overflow: hidden;
	height: 27rem;
	display: flex;
	flex-direction: column;
}

.cards-50-50 .cards-wrap .single-card h5 {
	color: #F2F2F4;
}

.cards-50-50 .cards-wrap .single-card p {
	color: #F2F2F4;
	opacity: 0.7;
}

.cards-50-50 .cards-wrap .single-card .card-image {
	height: 280px;
	background-position: center;
	background-size: cover;
}

.cards-50-50 .cards-wrap .single-card .card-copy {
	background-image: radial-gradient(circle at 50% 50%, rgba(45, 44, 68, 0.2), rgba(45, 44, 68, 0.72) 64%);
	padding-block: 1rem;
	padding-inline-start: 2rem;
	padding-inline-end: 5rem;
	position: relative;
	flex-grow: 1;
}

.cards-50-50 .cards-wrap .single-card .card-copy::after {
	content: url("svg/button-arrow.svg");
	height: 20px;
	width: 20px;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
}

.cards-50-50::before {
	content: url("svg/dot-grid-3.svg");
	position: absolute;
	height: 10rem;
	width: auto;
	left: 1.75rem;
	bottom: -7rem;
	z-index: 50;
}

.cards-50-50::after {
	content: url("svg/dot-grid-4.svg");
	position: absolute;
	height: 10rem;
	width: auto;
	right: 1.75rem;
	top: -3rem;
	z-index: 50;
}

#post-105 > div > section.cards-50-50.dark > div.container > div.copy-wrap > a:hover {
	color: #EF2660;
}

.cards-50-50.dark .text-pink {
	color: #FFFFFF;
}

.cards-50-50.dark .text-btn {
	color: #FFFFFF;
}

.cards-50-50.dark .overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(4, 3, 28, 0.7);
	opacity: 0.9;
	z-index: 5;
}

.cards-50-50.dark .container .cards-wrap a .single-card .card-image, .cards-50-50.dark .container .cards-wrap a .single-card .card-copy {
	transition: all 1s ease-in-out !important;
}

.cards-50-50.dark .container .cards-wrap a:hover .single-card .card-image {
	background-size: 110% auto;
}

.cards-50-50.dark .container .cards-wrap a:hover .single-card .card-copy {
	background: radial-gradient(50% 50% at 50% 50%, rgba(79, 79, 96, 0.2) 0%, rgba(79, 79, 96, 0.72) 100%);
}

.cards-50-50.dark .container .cards-wrap a:hover .single-card .card-copy::after {
	content: url("svg/button-arrow-light.svg");
}

@media (max-width: 1150px) {
	.cards-50-50.dark .container {
		padding-inline: 1.5rem;
	}
}

@media (max-width: 991px) {
	.cards-50-50.dark::after, .cards-50-50.dark::before {
		display: none;
	}
}

@media (max-width: 800px) {
	.cards-50-50.dark {
		padding-block-start: 3rem;
		padding-block-end: 3rem;
	}
	.cards-50-50.dark .container .copy-wrap {
		align-items: start;
		flex-direction: column;
	}
	.cards-50-50.dark .container .copy-wrap .text-btn {
		padding-top: 1rem;
		align-self: flex-end;
	}
	.cards-50-50.dark .container .cards-wrap {
		display: flex;
		flex-direction: column;
	}
	.cards-50-50.dark .container .cards-wrap h5 {
		font-size: 20px;
		width: max-content;
		max-width: 100%;
	}
}

.cards-50-50.light {
	padding-block-end: 0;
	padding-block-start: 0;
}

.cards-50-50.light::before {
	content: '';
}

.cards-50-50.light::after {
	content: '';
}

.cards-50-50.light .cards-wrap {
	margin-top: 0;
}

.cards-50-50.light .cards-wrap .card-copy {
	background: white;
}

.cards-50-50.light .cards-wrap .card-copy h5 {
	color: #282828;
}

.cards-50-50.light .cards-wrap .card-copy p {
	color: #282828;
	opacity: 0.8;
}

.cards-50-50.light .overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 17rem;
	top: 280px;
	left: 0;
	background-color: #F8F3F0;
	opacity: 1;
	z-index: 5;
	padding-top: 1rem;
}

@media (max-width: 1150px) {
	.cards-50-50.light .container {
		padding-inline: 1.5rem;
	}
}

@media (max-width: 991px) {
	.cards-50-50.light::after, .cards-50-50.light::before {
		display: none;
	}
}

@media (max-width: 800px) {
	.cards-50-50.light {
		padding-block-start: 0;
		padding-block-end: 3rem;
	}
	.cards-50-50.light .overlay {
		top: 680px;
	}
	.cards-50-50.light .container .copy-wrap {
		align-items: start;
		flex-direction: column;
	}
	.cards-50-50.light .container .copy-wrap .text-btn {
		padding-top: 1rem;
		align-self: flex-end;
	}
	.cards-50-50.light .container .cards-wrap {
		padding-top: 0;
		display: flex;
		flex-direction: column;
	}
	.cards-50-50.light .container .cards-wrap .single-card {
		box-shadow: 4px 4px 40px #E0E0EA;
	}
	.cards-50-50.light .container .cards-wrap h5 {
		font-size: 20px;
		width: max-content;
		max-width: 100%;
	}
}

.cards-3-columns {
	padding-top: 5rem;
	position: relative;
}

.cards-3-columns .bg-wrap {
	background-color: #F8F3F0;
	position: absolute;
	width: 100vw;
	height: calc(100% - calc(350px - 236px));
	bottom: 172px;
	left: 0;
	z-index: -1;
}

.cards-3-columns .container {
	position: relative;
	z-index: 50;
}

.cards-3-columns .copy-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cards-3-columns .copy-wrap span {
	text-transform: uppercase;
}

.cards-3-columns .copy-wrap h3 {
	margin-bottom: 0;
}

.cards-3-columns .cards-wrap.box {
	height: max-content;
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
}

.cards-3-columns .cards-wrap.box a {
	text-decoration: none;
}

.cards-3-columns .cards-wrap.box .single-card {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.cards-3-columns .cards-wrap.box .single-card p {
	color: rgba(4, 3, 28, 0.7);
	opacity: 0.7;
	margin: 0;
}

.cards-3-columns .cards-wrap.box .single-card h5 {
	margin-bottom: 0.5rem;
}

.cards-3-columns .cards-wrap.box .single-card .card-image {
	height: 208px;
	background-position: center;
	background-size: cover;
}

.cards-3-columns .cards-wrap.box .single-card .card-copy {
	background-color: #FFFFFF;
	padding-block: 1.5rem;
	padding-inline: 2rem;
	position: relative;
	flex-grow: 1;
}

.cards-3-columns.light.card::after {
	content: url("svg/dot-grid-4.svg");
	position: absolute;
	height: 10rem;
	width: auto;
	right: 1.75rem;
	bottom: 10rem;
	z-index: 50;
}

.cards-3-columns.light.card .bg-wrap {
	bottom: calc(444px - 208px);
}

.cards-3-columns.light.card .copy-wrap {
	justify-content: start;
}

.cards-3-columns.light.card .copy-wrap span {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}

.cards-3-columns.light.card .cards-wrap {
	height: 444px;
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
}

.cards-3-columns.light.card .cards-wrap a {
	text-decoration: none;
}

.cards-3-columns.light.card .cards-wrap .single-card {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.cards-3-columns.light.card .cards-wrap .single-card p {
	color: #282828;
	opacity: 0.8;
	margin: 0;
}

.cards-3-columns.light.card .cards-wrap .single-card h5 {
	margin-bottom: 0.5rem;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #282828;
}

.cards-3-columns.light.card .cards-wrap .single-card .card-image {
	height: 208px;
	background-position: center;
	background-size: cover;
}

.cards-3-columns.light.card .cards-wrap .single-card .card-copy {
	background-color: #FFFFFF;
	padding-block: 0.5rem;
	padding-inline: 1.5rem;
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

@media (max-width: 1150px) {
	.cards-3-columns.light.card::after {
		display: none;
	}
	.cards-3-columns.light.card .container {
		padding-inline: 1.5rem;
	}
}

@media (max-width: 991px) {
	.cards-3-columns.light.card::after, .cards-3-columns.light.card::before {
		display: none;
	}
}

@media (max-width: 800px) {
	.cards-3-columns.light.card {
		padding-block-start: 0;
		padding-block-end: 3rem;
	}
	.cards-3-columns.light.card .container .copy-wrap {
		text-align: center;
	}
	.cards-3-columns.light.card .container .cards-wrap {
		display: flex;
		flex-direction: column;
		height: max-content;
	}
	.cards-3-columns.light.card .container .cards-wrap .single-card {
		min-height: 444px;
	}
}

.cards-3-columns.grey.box {
	margin-top: 5rem;
	padding-top: 0;
	overflow-x: hidden;
}

.cards-3-columns.grey.box .copy-wrap h3 {
	margin-bottom: 0;
}

.cards-3-columns.grey.box .cards-wrap {
	margin-bottom: 7rem;
	position: relative;
}

.cards-3-columns.grey.box .bg-wrap {
	background: linear-gradient(180deg, #F2F2F4 0%, rgba(242, 242, 244, 0) 100%);
	position: absolute;
	width: 150vw;
	height: calc(100% - calc(350px - 236px));
	top: 208px;
	left: -30vw;
	z-index: -1;
}

.cards-3-columns.grey.box .large-copy .card-copy {
	padding: 1.5rem;
}

.cards-3-columns.grey.box .large-copy h5 {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	color: #282828;
	opacity: 0.7;
}

.cards-3-columns.grey.box .large-copy p {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #282828;
	opacity: 0.8;
}

@media (max-width: 1050px) {
	.cards-3-columns.grey.box .container {
		padding-inline: 1.5rem;
	}
}

@media (max-width: 991px) {
	.cards-3-columns.grey.box {
		margin-top: 0;
		padding-top: 3rem;
	}
	.cards-3-columns.grey.box .bg-wrap {
		height: 15rem;
	}
	.cards-3-columns.grey.box .cards-wrap {
		display: flex;
		flex-direction: column;
		margin-bottom: 3rem;
	}
	.cards-3-columns.grey.box .text-btn {
		display: none;
	}
}

@media (max-width: 1150px) {
	.cards-3-columns.light.box .container {
		padding-inline: 1.5rem;
	}
}

@media (max-width: 991px) {
	.cards-3-columns.light.box {
		padding-block: 3rem;
	}
	.cards-3-columns.light.box .bg-wrap {
		bottom: 36rem;
	}
	.cards-3-columns.light.box .cards-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.cards-3-columns.light.box::after, .cards-3-columns.light.box::before {
		display: none;
	}
}

@media (max-width: 640px) {
	.cards-3-columns.light.box .copy-wrap {
		flex-direction: column;
	}
	.cards-3-columns.light.box .copy-wrap .text-btn {
		padding-top: 1rem;
	}
	.cards-3-columns.light.box .cards-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}

.breadcrumb-wrap {
	position: absolute;
	z-index: 50;
	top: 7rem;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	.breadcrumb-wrap {
		display: none;
	}
}

.breadcrumb-wrap a {
	text-decoration: none;
}

.breadcrumb-wrap .breadcrumbs {
	display: flex;
	gap: 5px;
}

@media (max-width: 1100px) {
	.breadcrumb-wrap .breadcrumbs {
		padding-inline-start: 1.5rem;
	}
}

.breadcrumb-wrap .breadcrumb-link {
	text-transform: capitalize;
	font-size: 12px;
	color: #F2F2F4;
}

.breadcrumb-wrap span {
	font-size: 12px;
	color: #EF2660;
}

.breadcrumb-wrap .breadcrumb-link.current {
	color: #EF2660;
}

.lead-copy .container {
	display: flex;
	padding-block: 6rem;
}

.lead-copy .container h3 {
	max-width: 33%;
}

.lead-copy .container p {
	margin-top: 0;
	max-width: 66%;
}

@media (max-width: 991px) {
	.lead-copy .container {
		padding-inline: 1.5rem;
	}
	.lead-copy .container h3 {
		font-size: 1.5rem;
	}
	.lead-copy .container .large-copy {
		font-size: 1rem;
		line-height: 28px;
	}
}

@media (max-width: 670px) {
	.lead-copy .container {
		padding-block: 2.5rem;
		flex-direction: column;
	}
	.lead-copy .container p, .lead-copy .container h3 {
		max-width: 100%;
	}
}

@media (min-width: 671px) {
	.lead-copy .container {
		gap: 2rem;
	}
}

.frequently-asked-questions .container {
	padding-block: 6rem;
	display: flex;
}

.frequently-asked-questions .copy-wrap {
	max-width: 340px;
}

.frequently-asked-questions .accordion-wrap {
	width: 100%;
	padding-inline-start: 2rem;
}

.frequently-asked-questions .single-question {
	margin-bottom: 0.5rem;
}

.frequently-asked-questions .single-question a {
	min-height: 80px;
	width: 100%;
	text-decoration: none;
	background: #F2F2F4;
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding-inline-start: 24px;
}

.frequently-asked-questions .single-question a:hover p.large-copy {
	color: #EF2660;
}

.frequently-asked-questions .single-question a:focus {
	outline: none;
}

.frequently-asked-questions .single-question p {
	transition: all 0.2s;
	color: rgba(4, 3, 28, 0.7);
}

.frequently-asked-questions .single-question .faq-question {
	font-weight: 700;
	display: inline-flex;
	align-items: center;
}

.frequently-asked-questions .single-question .faq-question::before {
	content: '';
	width: 25px;
	height: 25px;
	background-image: url("svg/faq-plus-grey.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-inline-end: 8px;
}

.frequently-asked-questions .single-question .faq-answer {
	display: none;
	margin-top: 0;
}

.frequently-asked-questions .single-question.active a {
	flex-direction: column;
	align-items: flex-start;
}

.frequently-asked-questions .single-question.active .faq-question {
	color: #EF2660;
	opacity: 1;
}

.frequently-asked-questions .single-question.active .faq-question::before {
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-inline-end: 8px;
	background-image: url("svg/faq-minus-pink.svg");
}

.frequently-asked-questions .single-question.active .faq-answer {
	display: block;
}

@media (max-width: 1150px) {
	.frequently-asked-questions .container {
		padding-inline: 1.5rem;
	}
}

@media (max-width: 991px) {
	.frequently-asked-questions .container {
		flex-direction: column;
		padding-block-start: 0;
	}
	.frequently-asked-questions .container h3 {
		font-size: 28px;
		line-height: 32px;
	}
	.frequently-asked-questions .container .large-copy {
		font-size: 16px;
		line-height: 28px;
	}
	.frequently-asked-questions .container .accordion-wrap {
		padding-inline-start: 0;
	}
	.frequently-asked-questions .container .accordion-wrap .accordion-container {
		padding-block-start: 1.5rem;
	}
	.frequently-asked-questions .container .accordion-wrap .accordion-container .faq-answer, .frequently-asked-questions .container .accordion-wrap .accordion-container .faq-question {
		padding-inline-end: 1.5rem;
	}
}

.lead-copy .container {
	justify-content: space-between;
}

.solution-overview {
	position: relative;
	padding-block: 5rem;
}

.solution-overview .bg-wrap {
	background-color: #F8F3F0;
	height: calc(100% - 17rem);
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.solution-overview .copy-wrap {
	position: relative;
	z-index: 50;
	padding-bottom: 3rem;
}

.solution-overview .card-wrap {
	position: relative;
	z-index: 50;
	display: flex;
	flex-wrap: nowrap;
	gap: 2rem;
}

.solution-overview .card-wrap .single-card {
	background-color: #FFFFFF;
	padding: 2rem;
	border-radius: 20px;
	flex-grow: 1;
	flex-basis: 0;
}

.solution-overview .card-wrap .single-card h5 {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
}

.solution-overview .card-wrap .single-card .font-regular {
	color: #4F4F60;
	font-weight: 400 !important;
}

.solution-overview .card-wrap .single-card ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.solution-overview .card-wrap .single-card ul li {
	display: flex;
	align-items: center;
}

.solution-overview .card-wrap .single-card ul li::before {
	content: url("svg/solutions-bullet.svg");
	margin-right: 8px;
	width: 10px;
}

.solution-overview .card-wrap .single-card ul li p {
	margin: 0;
}

@media (max-width: 1050px) {
	.solution-overview .container {
		padding-inline: 1.5rem;
	}
}

@media (max-width: 991px) {
	.solution-overview .card-wrap {
		flex-direction: column;
	}
}

.leadership {
	padding-top: 5rem;
}

.leadership h5.bold.outer {
	font-size: 2rem;
	text-transform: uppercase;
}

.leadership .leadership-grid {
	padding-bottom: 3rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.leadership .leadership-grid .single-team-member {
	background-color: #FFFFFF;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 4px 4px 40px #E0E0EA;
	height: 100%;
}

.leadership .leadership-grid .image-wrap {
	height: 240px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.leadership .leadership-grid .image-wrap img {
	width: 100%;
	height: auto;
	object-fit: cover;
	filter: grayscale(1);
}

.leadership .leadership-grid .copy-wrap {
	padding: 2rem;
}

.leadership .leadership-grid a {
	text-decoration: none;
}

.leadership .leadership-grid a * {
	color: #282828;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
}

.leadership .leadership-grid a p {
	opacity: 0.8;
}

.leadership .leadership-grid .text-pink {
	color: #282828;
}

@media (max-width: 1050px) {
	.leadership .container {
		padding-inline: 1.5rem;
	}
	.leadership .leadership-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.leadership .leadership-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.team-member.expanded, .career-details.expanded, .main-contact-form {
	max-width: 700px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	padding: 0;
	overflow-y: scroll;
}

.team-member.expanded .content-wrap, .career-details.expanded .content-wrap, .main-contact-form .content-wrap {
	height: 100%;
	width: 100%;
	position: relative;
}

.team-member.expanded .content-wrap::after, .career-details.expanded .content-wrap::after, .main-contact-form .content-wrap::after {
	content: '';
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 17rem;
	background: linear-gradient(180deg, #F2F2F4 0%, rgba(242, 242, 244, 0) 100%);
}

.team-member.expanded .content, .career-details.expanded .content, .main-contact-form .content {
	z-index: 50;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	padding-top: 5rem;
	padding-inline: 3rem;
	position: relative;
}

.team-member.expanded .content .copy-wrap, .career-details.expanded .content .copy-wrap, .main-contact-form .content .copy-wrap {
	padding-block: 1.5rem;
	border-bottom: 1px solid rgba(79, 79, 96, 0.33);
}

.team-member.expanded .content .contact-details, .career-details.expanded .content .contact-details, .main-contact-form .content .contact-details {
	padding-top: 2.5rem;
	padding-bottom: 10rem;
}

.team-member.expanded .content .contact-details a, .career-details.expanded .content .contact-details a, .main-contact-form .content .contact-details a {
	text-decoration: none;
}

.team-member.expanded .content .contact-details span, .career-details.expanded .content .contact-details span, .main-contact-form .content .contact-details span {
	color: #EF2660;
}

.team-member.expanded .content .contact-details ul, .career-details.expanded .content .contact-details ul, .main-contact-form .content .contact-details ul {
	list-style-type: none;
}

.team-member.expanded .content .contact-details ul li, .career-details.expanded .content .contact-details ul li, .main-contact-form .content .contact-details ul li {
	opacity: 0.7;
	font-size: 16px;
	line-height: 28px;
}

.team-member.expanded .content .image-wrap, .career-details.expanded .content .image-wrap, .main-contact-form .content .image-wrap {
	max-width: 100%;
	display: flex;
}

.team-member.expanded .content .image-wrap img, .career-details.expanded .content .image-wrap img, .main-contact-form .content .image-wrap img {
	max-width: 260px;
	aspect-ratio: 1/1;
	border: 4px solid #FFFFFF;
	border-radius: 20px;
	filter: grayscale(1);
	object-fit: cover;
}

.team-member.expanded .content .image-wrap .team-member-details, .career-details.expanded .content .image-wrap .team-member-details, .main-contact-form .content .image-wrap .team-member-details {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-inline-start: 2.5rem;
}

.team-member.expanded .content .image-wrap .team-member-details h5, .career-details.expanded .content .image-wrap .team-member-details h5, .main-contact-form .content .image-wrap .team-member-details h5 {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
}

.team-member.expanded .content .image-wrap .social-links, .career-details.expanded .content .image-wrap .social-links, .main-contact-form .content .image-wrap .social-links {
	padding-top: 3.75rem;
}

.team-member.expanded .content .image-wrap .social-links a:focus, .career-details.expanded .content .image-wrap .social-links a:focus, .main-contact-form .content .image-wrap .social-links a:focus {
	outline: none;
}

.team-member.expanded .content .image-wrap .social-links ul, .career-details.expanded .content .image-wrap .social-links ul, .main-contact-form .content .image-wrap .social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 8px;
	width: max-content;
}

.team-member.expanded .content .image-wrap .social-links ul li, .career-details.expanded .content .image-wrap .social-links ul li, .main-contact-form .content .image-wrap .social-links ul li {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	margin-inline-end: 0;
}

.team-member.expanded .content .image-wrap .social-links ul li:last-child, .career-details.expanded .content .image-wrap .social-links ul li:last-child, .main-contact-form .content .image-wrap .social-links ul li:last-child {
	margin-right: 0;
}

.team-member.expanded .content .image-wrap .social-links ul li.facebook a, .career-details.expanded .content .image-wrap .social-links ul li.facebook a, .main-contact-form .content .image-wrap .social-links ul li.facebook a {
	background-image: url("./svg/icon__social-facebook.svg");
}

.team-member.expanded .content .image-wrap .social-links ul li.twitter a, .career-details.expanded .content .image-wrap .social-links ul li.twitter a, .main-contact-form .content .image-wrap .social-links ul li.twitter a {
	background-image: url("./svg/icon__social-twitter.svg");
}

.team-member.expanded .content .image-wrap .social-links ul li.linkedin a, .career-details.expanded .content .image-wrap .social-links ul li.linkedin a, .main-contact-form .content .image-wrap .social-links ul li.linkedin a {
	background-image: url("./svg/icon__social-linkedin.svg");
}

.team-member.expanded .content .image-wrap .social-links ul li.instagram a, .career-details.expanded .content .image-wrap .social-links ul li.instagram a, .main-contact-form .content .image-wrap .social-links ul li.instagram a {
	background-image: url("./svg/icon__social-instagram.svg");
}

.team-member.expanded .content .image-wrap .social-links ul li a, .career-details.expanded .content .image-wrap .social-links ul li a, .main-contact-form .content .image-wrap .social-links ul li a {
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

@media screen and (max-width: 992px) {
	.team-member.expanded .content .image-wrap .social-links ul li a, .career-details.expanded .content .image-wrap .social-links ul li a, .main-contact-form .content .image-wrap .social-links ul li a {
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 1400px) {
	.team-member.expanded, .career-details.expanded, .main-contact-form {
		max-width: 60vw;
		right: 0;
	}
}

@media (max-width: 991px) {
	.team-member.expanded, .career-details.expanded, .main-contact-form {
		max-width: 90vw;
		right: 0;
	}
}

@media (max-width: 768px) {
	.team-member.expanded .content .image-wrap {
		flex-direction: column;
	}
	.team-member.expanded .content .image-wrap .team-member-details {
		padding-inline-start: 0 !important;
	}
	.team-member.expanded .content .image-wrap .team-member-details .social-links {
		padding-top: 0;
	}
}

.careers {
	margin-top: 5rem;
}

@media (max-width: 1050px) {
	.careers .container {
		padding-inline: 1.5rem;
	}
}

.careers h5.bold.outer {
	font-size: 2rem;
	text-transform: uppercase;
}

.careers .careers-grid {
	padding-bottom: 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.careers .careers-grid a {
	text-decoration: none;
}

@media (max-width: 991px) {
	.careers .careers-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.careers .careers-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.careers .careers-grid .single-career-opportunity {
	padding: 2rem;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 40px #E0E0EA;
	border-radius: 16px;
}

.careers .careers-grid .single-career-opportunity p.pill {
	margin-top: 0;
}

.careers .careers-grid .single-career-opportunity .date {
	font-size: 12px;
	line-height: 20px;
	color: rgba(4, 3, 28, 0.7);
	opacity: 0.7;
}

.careers .careers-grid .single-career-opportunity p.short-description {
	color: rgba(4, 3, 28, 0.7);
	opacity: 0.7;
}

.careers .careers-grid .single-career-opportunity h5 {
	color: rgba(4, 3, 28, 0.7);
	position: relative;
}

.careers .careers-grid .single-career-opportunity h5::before {
	content: '';
	height: 32px;
	width: 4px;
	position: absolute;
	background-color: #EF2660;
	left: -2rem;
	top: 50%;
	transform: translateY(-50%);
}

.career-details.expanded button {
	color: #FFFFFF;
	opacity: 1;
}

.career-details.expanded .hero-image {
	max-height: 270px;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media (max-width: 540px) {
	.career-details.expanded .hero-image {
		padding-inline: 1rem;
	}
}

.career-details.expanded .hero-image::after {
	content: '';
	background: linear-gradient(180deg, #EF2660 0%, rgba(238, 37, 96, 0.4) 100%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.career-details.expanded .hero-image .copy-wrap {
	position: relative;
	z-index: 50;
}

.career-details.expanded .hero-image .copy-wrap * {
	color: #FFFFFF;
}

.career-details.expanded .hero-image .copy-wrap h3 {
	margin-bottom: 0;
}

.career-details.expanded .hero-image .copy-wrap .job-info {
	display: flex;
	gap: 1.5rem;
}

@media (max-width: 540px) {
	.career-details.expanded .hero-image .copy-wrap .job-info {
		flex-direction: column;
		gap: 0.5rem;
	}
}

.career-details.expanded .hero-image .copy-wrap .job-info p {
	margin-bottom: 0;
}

.career-details.expanded .hero-image .copy-wrap .job-info p#location {
	display: flex;
	gap: 1rem;
}

.career-details.expanded .hero-image .copy-wrap .job-info p#location::before {
	content: '';
	height: 32px;
	width: 32px;
	background-image: url("svg/icon-job-location.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: 50;
}

.career-details.expanded .hero-image .copy-wrap .job-info p#hours {
	display: flex;
	gap: 1rem;
}

.career-details.expanded .hero-image .copy-wrap .job-info p#hours::before {
	content: '';
	height: 32px;
	width: 32px;
	background-image: url("svg/icon-job-location.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: 50;
}

.career-details.expanded .role-information {
	position: relative;
	padding: 2.5rem;
	z-index: 99;
}

@media (max-width: 540px) {
	.career-details.expanded .role-information {
		padding-inline: 1rem;
	}
}

.career-details.expanded .role-information * {
	color: #282828;
}

.career-details.expanded .role-information ul li {
	opacity: 0.8;
}

.career-details.expanded .apply {
	position: relative;
	z-index: 99;
	padding-inline: 2.5rem;
	padding-block-start: 2rem;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 540px) {
	.career-details.expanded .apply {
		padding-inline: 1rem;
	}
}

.career-details.expanded .apply .date {
	opacity: 0.8;
}

@media (max-width: 540px) {
	.career-details.expanded .apply .date {
		display: none;
	}
}

.main-contact-form .content {
	padding: 3rem;
	position: relative;
	z-index: 50;
}

.main-contact-form .content .copy-wrap {
	padding-top: 0;
	border-bottom: none;
}

.main-contact-form .content .form-wrap {
	position: absolute;
	top: 19rem;
	left: 0;
	right: 0;
	padding-inline: 3rem;
}

.main-contact-form .content .form-wrap input[type="text"], .main-contact-form .content .form-wrap input[type="email"], .main-contact-form .content .form-wrap textarea {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 8px 16px;
	gap: 10px;
	background: #FFFFFF;
	border: 1px solid rgba(79, 79, 96, 0.24);
	border-radius: 8px;
}

.main-contact-form .content .form-wrap input[type="text"]:focus-visible, .main-contact-form .content .form-wrap input[type="email"]:focus-visible, .main-contact-form .content .form-wrap textarea:focus-visible {
	outline: none;
}

#hsForm_9dfeb207-6d23-4e3d-a5c3-bf1a371016c6 > div.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	margin-bottom: 1rem;
}

.social-share-tray {
	padding-inline: 1.5rem;
	display: flex;
	justify-content: center;
}

.social-share-tray .content {
	display: flex;
	justify-content: space-between;
	max-width: 710px;
	width: 100%;
	align-items: center;
	padding: 1.5rem;
	background: rgba(242, 242, 244, 0.5);
	border-radius: 16px;
}

.social-share-tray .content h6 {
	margin: 0;
}

.social-share-tray .buttons {
	opacity: 1;
	display: flex;
	gap: 0.5rem;
}

.social-share-tray .button {
	cursor: pointer;
	padding: 0;
	background-color: transparent;
	height: 28px;
	width: 28px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
}

.social-share-tray .button#facebook {
	background-image: url("svg/icon-share-facebook.svg");
}

.social-share-tray .button#twitter {
	background-image: url("svg/icon-share-twitter.svg");
}

.social-share-tray .button#linkedin {
	background-image: url("svg/icon-share-linkedin.svg");
}

.social-share-tray .button#copy-url {
	background-image: url("svg/icon-share-copyurl.svg");
}

.social-share-tray .button#email {
	background-image: url("svg/icon-share-email.svg");
}

.insights {
	padding-block: 5rem;
}

.insights .heading-wrap {
	text-align: center;
}

.insights .heading-wrap h2 {
	margin: 0;
	text-transform: uppercase;
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	/* identical to box height, or 175% */
	text-align: center;
	/* #04031C */
	color: #04031C;
	opacity: 0.4;
}

@media (max-width: 1100px) {
	.insights .container {
		padding-inline: 1.5rem;
	}
}

.insights-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}

.insights-grid .single-insight-card {
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 1.5rem;
	position: relative;
	height: 240px;
	text-decoration: none;
}

.insights-grid .single-insight-card .copy-wrap {
	position: relative;
	z-index: 50;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.insights-grid .single-insight-card .copy-wrap * {
	color: #FFFFFF;
}

.insights-grid .single-insight-card .copy-wrap h6, .insights-grid .single-insight-card .copy-wrap p {
	margin: 0;
}

.insights-grid .single-insight-card::before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(4, 3, 28, 0.32) 0%, rgba(4, 3, 28, 0.72) 100%);
}

.insights-grid .single-insight-card.news {
	grid-column: span 2;
}

@media (max-width: 800px) {
	.insights-grid .single-insight-card.news:not(:first-child) {
		grid-row: 3;
	}
}

@media (max-width: 800px) {
	.insights-grid {
		gap: 1.5rem;
		grid-template-columns: repeat(2, 1fr);
	}
	.insights-grid .single-insight-card {
		height: 170px;
	}
}

.card-carousel {
	padding-top: 7.5rem;
}

.card-carousel .container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.card-carousel .container .copy-wrap {
	max-width: 600px;
	text-align: center;
}

.card-carousel .container .carousel-icons ul {
	list-style-type: none;
	display: flex;
	gap: 20px;
}

.card-carousel .container .carousel-icons ul li {
	border: 4px solid #F2F2F4;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.2s;
}

.card-carousel .container .carousel-icons ul li.active {
	background-color: #EF2660;
}

.card-carousel .container .carousel-icons ul li.active svg path {
	fill: #FFFFFF;
}

.card-carousel .container .carousel-icons ul li:hover {
	background-color: #EF2660;
}

.card-carousel .container .carousel-icons ul li:hover svg path {
	fill: #FFFFFF;
}

.card-carousel .container .carousel-icons ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 14px);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 1px;
	background-color: #EF2660;
}

.card-carousel .container .carousel-icons ul li svg path {
	fill: #4F4F60;
}

.card-carousel .container .carousel-icons ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-carousel .carousel-wrap {
	padding-inline-start: 11rem;
	padding-top: 2.5rem;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	overflow-x: hidden;
}

.card-carousel .carousel-wrap::before {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, #F2F2F4 0%, rgba(242, 242, 244, 0) 100%);
	width: 150%;
	height: 30rem;
	top: 28.875rem;
	left: -11rem;
}

.card-carousel .carousel-wrap .splide__track {
	padding-bottom: 2rem;
}

.card-carousel .carousel-wrap .splide__track .splide__list .splide__slide {
	opacity: 0;
	transition: opacity 0.5s;
}

.card-carousel .carousel-wrap .splide__track .splide__list .splide__slide.is-visible {
	opacity: 1;
}

.card-carousel .carousel-wrap .splide__pagination {
	display: flex;
	gap: 20px;
	position: relative;
	margin-bottom: 3.5rem;
	transform: translateX(-5.5rem);
}

.card-carousel .carousel-wrap .splide__pagination li {
	position: relative;
}

.card-carousel .carousel-wrap .splide__pagination li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 1px;
	background-color: #EF2660;
}

.card-carousel .carousel-wrap .splide__pagination li .splide__pagination__page {
	border: 4px solid #F2F2F4;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.2s;
	background-color: #FFFFFF;
	opacity: 1;
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}

.card-carousel .carousel-wrap .splide__pagination li .splide__pagination__page.is-active, .card-carousel .carousel-wrap .splide__pagination li .splide__pagination__page:hover {
	background-color: #EF2660;
	transform: none !important;
}

.card-carousel .carousel-wrap .splide__pagination li .splide__pagination__page.is-active svg path, .card-carousel .carousel-wrap .splide__pagination li .splide__pagination__page:hover svg path {
	fill: #FFFFFF;
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(1) button {
	background-image: url("svg/talent-attraction-icon-1.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(1) button:hover, .card-carousel .carousel-wrap .splide__pagination li:nth-child(1) button.is-active {
	background-image: url("svg/talent-attraction-icon-1-white.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(2) button {
	background-image: url("svg/talent-attraction-icon-2.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(2) button:hover, .card-carousel .carousel-wrap .splide__pagination li:nth-child(2) button.is-active {
	background-image: url("svg/talent-attraction-icon-2-white.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(3) button {
	background-image: url("svg/talent-attraction-icon-3.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(3) button:hover, .card-carousel .carousel-wrap .splide__pagination li:nth-child(3) button.is-active {
	background-image: url("svg/talent-attraction-icon-3-white.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(4) button {
	background-image: url("svg/talent-attraction-icon-4.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(4) button:hover, .card-carousel .carousel-wrap .splide__pagination li:nth-child(4) button.is-active {
	background-image: url("svg/talent-attraction-icon-4-white.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(5) button {
	background-image: url("svg/talent-attraction-icon-5.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(5) button:hover, .card-carousel .carousel-wrap .splide__pagination li:nth-child(5) button.is-active {
	background-image: url("svg/talent-attraction-icon-5-white.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(6) button {
	background-image: url("svg/talent-attraction-icon-6.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(6) button:hover, .card-carousel .carousel-wrap .splide__pagination li:nth-child(6) button.is-active {
	background-image: url("svg/talent-attraction-icon-6-white.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(7) button {
	background-image: url("svg/talent-attraction-icon-7.svg");
}

.card-carousel .carousel-wrap .splide__pagination li:nth-child(7) button:hover, .card-carousel .carousel-wrap .splide__pagination li:nth-child(7) button.is-active {
	background-image: url("svg/talent-attraction-icon-7-white.svg");
}

.card-carousel .carousel-wrap .splide__slide.is-active .single-card .card-image {
	position: relative;
}

.card-carousel .carousel-wrap .splide__slide.is-active .single-card .card-image::after {
	content: '';
	width: 100%;
	height: 8px;
	background-color: #EF2660;
	position: absolute;
	bottom: 0;
	left: 0;
}

.card-carousel .carousel-wrap .single-card {
	overflow: hidden;
	height: 27rem;
	display: flex;
	width: 525px;
	box-shadow: 8px 8px 32px rgba(4, 3, 28, 0.08);
	border-radius: 16px;
	flex-direction: column;
}

.card-carousel .carousel-wrap .single-card h5 {
	color: #F2F2F4;
}

.card-carousel .carousel-wrap .single-card p {
	color: #F2F2F4;
	opacity: 0.7;
}

.card-carousel .carousel-wrap .single-card .card-image {
	height: 280px;
	background-position: center;
	background-size: cover;
}

.card-carousel .carousel-wrap .single-card .card-copy {
	background-color: #FFFFFF;
	padding-block: 1rem;
	padding-inline-start: 2rem;
	padding-inline-end: 5rem;
	position: relative;
	flex-grow: 1;
}

.card-carousel .carousel-wrap .single-card .card-copy h5 {
	color: #282828;
}

.card-carousel .carousel-wrap .single-card .card-copy p {
	color: #282828;
	opacity: 0.8;
}

@media (max-width: 991px) {
	.card-carousel .container {
		padding-inline: 1.5rem;
	}
	.card-carousel .carousel-wrap {
		padding-inline-start: 0;
	}
	.card-carousel .carousel-wrap::before {
		display: none;
	}
	.card-carousel .carousel-wrap .splide__slide {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 550px) {
	.card-carousel .splide__slide {
		padding-inline: 1.5rem;
	}
}

.card-carousel .splide__arrow {
	background: transparent;
}

.card-carousel .splide__arrow svg {
	width: 28px;
	height: 28px;
}

@media (max-width: 690px) {
	.card-carousel .splide__arrow {
		display: none;
	}
}

.card-carousel .splide__arrow--prev {
	left: 2rem;
}

.card-carousel .splide__arrow--next {
	right: 2rem;
}

.single-work .section.pullout-paragraph {
	padding-block-start: 2.5rem;
}

.single-work .copy-wrap {
	max-width: 100%;
}

.single-work .copy-wrap * {
	text-align: start;
}

.single-work .copy-wrap.large h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
}

.single-work .copy-wrap.large p {
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
}

.single-work .copy-wrap.small h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: rgba(4, 3, 28, 0.7);
}

.single-work .copy-wrap.small p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

.full-width-image .container {
	display: flex;
	justify-content: center;
}

@media (max-width: 1050px) {
	.full-width-image .container {
		padding-inline: 1.5rem;
	}
}

.full-width-image img {
	border-radius: 16px;
}

.download-section {
	padding-block-end: 3rem;
}

.article-filters .filters {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.article-filters .filters a {
	font-family: "Proxima Nova Light", "Helvetica Neue", arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	color: #04031C;
	opacity: 0.7;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 8px 24px;
	gap: 8px;
	background: #F2F2F4;
	border-radius: 32px;
	text-decoration: none;
}

.article-filters .filters a.active {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 8px 24px;
	gap: 8px;
	color: #EF2660;
	border: 2px solid #EF2660;
	border-radius: 32px;
	background-color: white;
}

@media (max-width: 1050px) {
	.article-filters {
		padding-inline: 1.5rem;
	}
}

/* 404
--------------------------------------------- */
body.error404 {
	background-color: #e1e1e1;
}

body.error404 header.site-header {
	background-color: #e1e1e1;
}

body.error404 .main-navigation li a {
	color: #04031c;
}

body.error404 .main-navigation li a:hover, body.error404 .main-navigation li a:focus {
	color: #EF2660;
}

body.error404 .main-navigation li.menu-item-has-children ul a {
	color: #ffffff;
}

body.error404 main#primary {
	padding-top: 8rem;
}

body.error404 footer.site-footer {
	background-color: #e1e1e1;
	color: #04031c;
}

body.error404 footer.site-footer .footer-posts a {
	color: #04031c;
}

body.error404 footer.site-footer .footer-posts a:hover, body.error404 footer.site-footer .footer-posts a:focus {
	color: #EF2660;
}

body.error404 footer.site-footer .footer-content nav ul li {
	border-color: #04031c;
}

body.error404 footer.site-footer .footer-content nav ul a {
	color: #04031c;
}

body.error404 footer.site-footer .footer-content nav ul a:hover, body.error404 footer.site-footer .footer-content nav ul a:focus {
	color: #EF2660;
}

body.error404 footer#colophon .search-form .searchwrap input[type="text"] {
	background-color: rgba(4, 3, 28, 0.05);
	border-color: rgba(4, 3, 28, 0.05);
	color: #04031c;
}

body.error404 footer#colophon .search-form .searchwrap input[type="text"]:focus {
	opacity: 1;
	background-color: white;
}

body.error404 footer#colophon .search-form input {
	background-color: rgba(4, 3, 28, 0.05);
	border-color: rgba(4, 3, 28, 0.05);
}

body.error404 footer#colophon .search-form .submit-wrap i.search-icon {
	content: url("./svg/icon-search__dark.svg");
}

section.error-404 {
	padding-top: 5rem;
}

section.error-404 .container {
	max-width: 1080px;
	margin: auto;
	text-align: center;
}

section.error-404 .feature-image {
	text-align: center;
	position: relative;
}

section.error-404 .feature-image img {
	width: 100%;
	max-width: 510px;
	margin: auto;
}

section.error-404 .feature-image:after {
	content: url("./svg/lines-texture.svg");
	position: absolute;
	max-width: 510px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	opacity: 0.5;
}

@media screen and (max-width: 991px) {
	section.error-404 .feature-image:after {
		display: none;
	}
}

section.error-404 .page-header h1 {
	font-size: 40px;
	font-size: 2.5rem;
}

section.error-404 .page-header h1 strong {
	font-family: "Bariol Regular", "Helvetica Neue", arial, sans-serif;
}

section.error-404 .page-content {
	font-size: 19.008px;
	font-size: 1.188rem;
	max-width: 450px;
	padding: 0 1rem;
	margin: auto;
}

section.error-404 .button-list {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

section.error-404 .button-list .btn {
	font-size: 23.024px;
	font-size: 1.439rem;
}

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