/*!
Theme Name: hush
Theme URI: http://underscores.me/
Author: Jacob Mogerman
Author URI: http://underscores.me/
Description: Description
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: hush
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.

hush 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

--------------------------------------------------------------*/
@font-face {
	font-family: "DM Sans";
	src: url("fonts/DMSans-Black.woff2");
	font-weight: 900;
	font-display: swap;
}

@font-face {
	font-family: "DM Sans";
	src: url("fonts/DMSans-ExtraBold.woff2");
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: "DM Sans";
	src: url("fonts/DMSans-Bold.woff2");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "DM Sans";
	src: url("fonts/DMSans-SemiBold.woff2");
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "DM Sans";
	src: url("fonts/DMSans-Medium.woff2");
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "DM Sans";
	src: url("fonts/DMSans-Regular.woff2");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "DM Sans";
	src: url("fonts/DMSans-Light.woff2");
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: Figtree;
	src: url("fonts/Figtree-Bold.woff2");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: Figtree;
	src: url("fonts/Figtree-Medium.woff2");
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: Figtree;
	src: url("fonts/Figtree-Regular.woff2");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: Figtree;
	src: url("fonts/Figtree-Light.woff2");
	font-weight: 300;
	font-display: swap;
}

/*--------------------------------------------------------------
# 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%;
	scroll-behavior: smooth;
}

/* 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,
picture 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "DM Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.font-weight-400 {
	font-weight: 400;
}

.italic-text {
	font-style: italic;
}

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

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

.subheading {
	font-size: 1.125rem;
}

@media (max-width: 767px) {

	.subheading {
		font-size: 1rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #171156;
}

h1 {
	font-size: 3.5rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	margin-top: 0;
}

@media (max-width: 991px) {

	h1 {
		font-size: 3rem;
	}
}

@media (max-width: 479px) {

	h1 {
		font-size: 2.25rem;
	}
}

@media (max-width: 991px) {

	h1.style-2 {
		font-size: 3.25rem;
	}
}

@media (max-width: 479px) {

	h1.style-2 {
		font-size: 2.5rem;
	}
}

h2,
h3 {
	font-size: 2.5rem;
	font-family: Figtree, sans-serif;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 1.5rem;
	margin-top: 0;
}

@media (max-width: 991px) {

	h2,
	h3 {
		font-size: 2.25rem;
	}
}

@media (max-width: 767px) {

	h2,
	h3 {
		font-size: 2rem;
		margin-bottom: 1.25rem;
	}
}

@media (max-width: 479px) {

	h2,
	h3 {
		font-size: 1.5rem;
	}
}

p {
	margin-bottom: 1.5em;
	color: #686491;
	margin-top: 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%;
}

strong {
	font-weight: 800;
}

.tagline-wrapper {
	font-size: 1rem;
	line-height: 1.5;
	color: #4110c7;
	padding: 0.2rem 0.625rem;
	border-radius: 100px;
	border: 1px solid #4110c7;
	display: inline-flex;
	margin-bottom: 2rem;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 0;
	scroll-behavior: smooth !important;
}

.section-header {
	display: block;
	min-height: 40rem;
	position: relative;
	background-color: #f5f4fb;
}

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

	.section-header {
		object-fit: cover;
	}
}

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

	.section-header {
		height: auto;
	}
}

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

	.section-header {
		height: 100vh;
	}
}

.header-component {
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	inset: 0;
}

.cta-wrap {
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
}

.section-layout {
	z-index: 1;
	position: relative;
	padding: 4rem 30px 3rem;
}

@media (max-width: 479px) {

	.section-layout {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.section-layout.padding-section-medium {
	padding: 5rem 30px;
}

@media (max-width: 479px) {

	.section-layout.padding-section-medium {
		padding: 40px 30px;
	}
}

@media (max-width: 767px) {

	canvas.desktop {
		display: none;
	}
}

@media (min-width: 768px) {

	canvas.mobile {
		display: none;
	}
}

.padding-section-small {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.padding-section-xlarge {
	padding-top: 9rem;
	padding-bottom: 9rem;
}

.padding-section-xlarge.bottom-small {
	padding-bottom: 5rem;
}

@media (max-width: 991px) {

	.padding-section-xlarge.bottom-small {
		padding-top: 6rem;
	}
}

@media (max-width: 479px) {

	.padding-section-xlarge.bottom-small {
		padding-top: 5rem;
	}
}

.container.center {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 80rem;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.container.large {
	max-width: 80rem;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.background-light {
	background-color: #fbfbfd;
}

.background-blue {
	background-color: #f5f4fb;
}

.background-primary {
	background-color: #fbfbfd;
}

.background-transparent {
	background-color: transparent;
}

.align-center {
	margin-left: auto;
	margin-right: auto;
}

.align-right {
	margin-left: auto;
}

.align-left {
	margin-right: auto;
}

.margin-bottom-large {
	margin-bottom: 5rem;
}

@media (max-width: 479px) {

	.margin-bottom-large {
		margin-bottom: 40px;
	}
}

.margin-bottom-tiny {
	margin-bottom: 0.25rem;
}

.margin-bottom-small {
	margin-bottom: 1.5rem;
}

.margin-bottom-smallish {
	margin-bottom: 0.5rem;
}

.margin-bottom-medium {
	margin-bottom: 1.5rem;
}

.padding-top-xxhuge {
	padding-top: 10rem;
}

.padding-global {
	padding-left: 5%;
	padding-right: 5%;
}

.max-width-xsmall {
	width: 100%;
	max-width: 25rem;
}

.max-width-medium {
	width: 100%;
	max-width: 35rem;
}

.max-width-large {
	width: 100%;
	max-width: 48rem;
}

.max-width-large.is-bigger {
	max-width: 52rem;
}

.max-width-xlarge {
	width: 100%;
	max-width: 64rem;
}

.padding-section-large {
	padding: 4rem 30px 3rem;
}

@media (max-width: 479px) {

	.padding-section-large {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.padding-section-large.desktop {
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

@media (max-width: 991px) {

	.padding-section-large.desktop {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 479px) {

	.padding-section-large.desktop {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.padding-section-medium {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media (max-width: 479px) {

	.padding-section-medium {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.lines-horizontal {
	border-top: 1px solid #e2e2e4;
	border-bottom: 1px solid #e2e2e4;
	max-width: 80rem;
	margin: 5rem auto;
	position: absolute;
	inset: 0%;
}

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

	.lines-horizontal {
		max-width: 90rem;
	}
}

.lines-horizontal.contact {
	margin-top: 7rem;
	margin-bottom: 3rem;
}

@media (max-width: 479px) {

	.lines-horizontal.contact {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.lines-vertical {
	border-right: 1px solid #e2e2e4;
	border-left: 1px solid #e2e2e4;
	max-width: 80rem;
	height: 110%;
	margin-left: 5%;
	margin-right: 5%;
	position: absolute;
	inset: 0%;
}

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

	.lines-vertical {
		max-width: 80.15rem;
		margin-left: auto;
		margin-right: auto;
	}
}

.hide {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.category {
	text-transform: uppercase;
	padding: 0.175rem 0.5rem;
	border-radius: 4px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	color: #16a79d;
	font-weight: 600;
	font-size: 0.875rem;
	gap: 0.3rem;
	background: #d7eeed;
}

@media (max-width: 479px) {

	.category {
		font-size: 0.7rem;
	}
}

.category.research {
	color: #000;
	background: #6db1ac;
}

.category.research svg path {
	fill: #000;
}

.category.breaches {
	color: #ed5a5a;
	background: #faebed;
}

.category.breaches svg path {
	fill: #ed5a5a;
}

.cc-limit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cc-limit.limit-2 {
	-webkit-line-clamp: 2;
}

.cc-limit.limit-3 {
	-webkit-line-clamp: 3;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 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%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

a.with-caret {
	color: #4110c7;
	text-decoration: none;
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

a.with-caret::after {
	content: "";
	background-image: url("images/caret.svg");
	width: 16px;
	height: 16px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	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,
.menu-btn a {
	padding: 0.75rem 1.5rem;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(#5e3de4, #381da8);
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-block;
	line-height: 1.25;
}

.btn:visited,
.menu-btn a:visited {
	color: #fff;
}

.btn::before,
.menu-btn a::before {
	content: "";
	position: absolute;
	border: 1px solid #e2e2e4;
	width: calc(100% + (0.43rem * 2));
	height: calc(100% + (0.43rem * 2));
	top: -0.43rem;
	left: -0.43rem;
	border-radius: 50px;
	z-index: -1;
	transition: border-color 0.2s;
}

.btn.is-small,
.menu-btn a.is-small {
	padding: 0.5rem 1.25rem;
}

@media (hover: hover) {

	.btn:hover,
	.menu-btn a:hover {
		color: #fff;
	}

	.btn:hover::before,
	.menu-btn a:hover::before {
		border-color: #240b8d;
	}
}

.btn.secondary {
	background-image: linear-gradient(#23cabe, #04877e);
}

.btn.secondary::before {
	border-color: #e2e2e4;
	background-color: rgba(35, 202, 190, 0.15);
}

@media (hover: hover) {

	.btn.secondary:hover::before {
		border-color: #73cac4;
	}
}

.btn.secondary.is-alternate::before {
	border-color: #ffffff40;
}

@media (hover: hover) {

	.btn.secondary.is-alternate:hover::before {
		border-color: #d8eeee;
	}
}

.menu-btn.is-small a {
	padding: 0.5rem 1.25rem;
}

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;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
header#masthead {
	display: flex;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0.75rem;
	z-index: 99999;
	border-radius: 50px;
	padding-left: 1.5rem;
	padding-right: 0.375rem;
	backdrop-filter: blur(5px);
	background-color: #fbfbfdcc;
	box-shadow: 0 2px 15px #1711560f;
	justify-content: space-between;
	align-items: center;
	min-width: 715px;
}

@media (max-width: 991px) {

	header#masthead {
		width: 90%;
		min-width: 0;
	}
}

header#masthead .site-branding {
	display: flex;
	align-items: center;
}

header#masthead .custom-logo-link {
	width: 132px;
	display: flex;
	align-items: center;
}

.main-navigation {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-left: 2rem;
}

@media (max-width: 991px) {

	.main-navigation .menu-menu-1-container {
		position: absolute;
		background: #fff;
		border: 1px solid #e2e2e4;
		width: 100%;
		margin-top: 1rem;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 2rem;
		top: 100%;
		left: 0;
		border-radius: 15px;
		height: 0;
		opacity: 0;
		z-index: -5;
		transition: height 0.2s;
	}

	.main-navigation .menu-menu-1-container .nav-menu {
		padding: 2rem 2rem 1rem 0;
	}

	.main-navigation .menu-menu-1-container .nav-menu li.purple {
		margin-left: 0;
	}

	.main-navigation .menu-menu-1-container .nav-menu li.menu-item::after {
		margin-left: 1rem;
	}

	.main-navigation .menu-menu-1-container .nav-menu li:not(.menu-btn) a {
		padding: 1.5rem 0;
		font-size: 1.125rem;
	}
}

@media (max-width: 991px) and (max-width: 991px) {

	.main-navigation .menu-menu-1-container .nav-menu .sub-menu li {
		padding-left: 0;
	}

	.main-navigation .menu-menu-1-container .nav-menu .sub-menu li a {
		padding: 0.5rem 0;
	}
}

@media (max-width: 991px) {

	.main-navigation.toggled .menu-menu-1-container {
		height: calc-size(auto, size);
		z-index: 999;
		opacity: 1;
	}

	@supports (font: -apple-system-body) {

		.main-navigation.toggled .menu-menu-1-container {
			height: auto;
		}
	}

	@-moz-document url-prefix() {

		.main-navigation.toggled .menu-menu-1-container {
			height: auto;
		}
	}
}

.main-navigation.toggled .menu-toggle__line-top {
	transform: rotate(45deg);
	transform-style: preserve-3d;
	transform-origin: left;
}

.main-navigation.toggled .menu-toggle__line-middle {
	opacity: 0;
}

.main-navigation.toggled .menu-toggle__line-bottom {
	transform: rotate(-45deg);
	transform-style: preserve-3d;
	transform-origin: left;
}

.main-navigation .menu-btn {
	margin-right: 0.45rem;
	flex-shrink: 0;
}

.main-navigation .menu-btn a {
	color: #fff;
	height: auto;
	margin: 0.45rem 0 0.45rem;
	line-height: 1;
}

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

@media (max-width: 991px) {

	.main-navigation ul {
		position: relative;
	}
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	transform: translateY(50%);
	opacity: 0;
	padding: 1rem 0;
	transition: all 0.3s;
}

@media (max-width: 991px) {

	.main-navigation ul ul {
		position: static;
		display: none;
		padding-top: 0;
	}
}

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

.main-navigation ul ul li {
	border-radius: 15px 15px 0 0;
	background: #fff;
	padding: 0 0.5rem;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {

	.main-navigation ul ul li {
		box-shadow: unset;
	}
}

.main-navigation ul ul li:first-child {
	padding-top: 0.5rem;
}

.main-navigation ul ul li:last-child {
	border-radius: 0 0 15px 15px;
	padding-bottom: 0.5rem;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	transition: all 0.2s;
	transform: translateY(0);
	opacity: 1;
}

@media (max-width: 991px) {

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

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

@media (max-width: 991px) {

	.main-navigation li {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.main-navigation li > a {
	color: #171156;
	height: 100%;
	display: flex;
	align-items: center;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #381da8;
}

.main-navigation li:not(.menu-btn) a {
	padding: 0.5rem 1rem;
	font-size: 1rem;
}

.main-navigation li.purple {
	margin-left: 0.5rem;
	margin-right: 1rem;
}

.main-navigation li.purple a {
	color: #4110c7;
}

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

.main-navigation .menu-item-has-children > a::after {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url("images/chevron.svg");
	transition: all 0.2s;
	margin-left: 0.5rem;
}

@media (hover: hover) {

	.main-navigation .menu-item-has-children:hover > a::after {
		transform: rotateZ(180deg);
		background-image: url("images/chevron-blue.svg");
	}
}

.main-navigation .menu-item-has-children.focus > a::after {
	transform: rotateZ(180deg);
	background-image: url("images/chevron-blue.svg");
}

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

.menu-toggle {
	background: transparent;
	border: unset;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
}

.menu-toggle__line-top,
.menu-toggle__line-middle,
.menu-toggle__line-bottom {
	width: 24px;
	height: 2px;
	padding-bottom: 0;
	padding-top: 0;
	background: #240b8d;
	transition: all 0.2s;
}

.menu-toggle__line-middle {
	margin: 6px 0;
}

@media (min-width: 991px) {

	.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
--------------------------------------------- */
footer.site-footer {
	padding: 0 5%;
	position: relative;
	z-index: 1;
}

footer.site-footer .site-info {
	display: flex;
	padding-top: 3rem;
}

@media (max-width: 479px) {

	footer.site-footer .site-info {
		padding-top: 40px;
	}
}

footer.site-footer .footer__top-wrapper {
	display: grid;
	grid-template-columns: 0.75fr 1fr;
	border-top: 1px solid #e2e2e4;
	border-bottom: 1px solid #e2e2e4;
	width: 100%;
	grid-column-gap: 8vw;
	grid-row-gap: 1rem;
}

@media (max-width: 991px) {

	footer.site-footer .footer__top-wrapper {
		grid-row-gap: 0;
		grid-template-columns: 1fr;
	}
}

footer.site-footer .footer__left-wrapper,
footer.site-footer .footer__right-wrapper {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

footer.site-footer .footer__left-wrapper {
	border-right: 1px solid #e2e2e4;
}

footer.site-footer .footer__bottom-wrapper {
	height: 11rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2rem;
}

footer.site-footer .footer__credit-text {
	opacity: 0.5;
	font-size: 0.875rem;
}

footer.site-footer .footer__bottom-right {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	justify-content: flex-start;
}

footer.site-footer .footer__social-links {
	grid-column-gap: 0.5rem;
	grid-row-gap: 0.5rem;
	grid-template-rows: auto;
	grid-template-columns: max-content;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	justify-items: start;
	display: grid;
}

footer.site-footer .footer__social-links a {
	color: #9f9fa3;
	transition: all 0.2s;
}

@media (hover: hover) {

	footer.site-footer .footer__social-links a:hover {
		color: #4110c7;
	}
}

footer.site-footer .footer__social-links svg {
	width: 2.5rem;
	height: 2.5rem;
}

footer.site-footer .footer__certificates img,
footer.site-footer .footer__certificates picture {
	width: 80px;
	aspect-ratio: 96 / 97;
}

footer.site-footer #footer-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-left: 0;
	list-style: none;
	grid-row-gap: 1rem;
}

@media (max-width: 991px) {

	footer.site-footer #footer-menu {
		grid-column-gap: 4rem;
		margin-left: 0;
	}
}

@media (max-width: 767px) {

	footer.site-footer #footer-menu {
		grid-column-gap: 1.5rem;
		grid-template-columns: 1fr 1fr;
	}
}

footer.site-footer #footer-menu .menu-item-has-children > a {
	font-weight: 600;
	display: inline-block;
	margin-bottom: 1rem;
}

footer.site-footer #footer-menu a {
	color: #171156;
	text-decoration: none;
	transition: all 0.2s;
}

@media (hover: hover) {

	footer.site-footer #footer-menu a:hover {
		color: #686491;
	}
}

footer.site-footer #footer-menu ul {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
}

footer.site-footer #footer-menu ul a {
	padding: 0.5rem 0;
	font-size: 0.875rem;
	display: inline-block;
}

footer.site-footer .footer__bottom-image {
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	width: 100%;
	height: auto;
	z-index: -1;
}

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

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

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

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

.single-post .blog__header {
	background-image: url("images/blog/background.avif");
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.single-post .max-width-large {
	margin-left: auto;
	margin-right: auto;
}

.single-post h1 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 2rem;
}

@media (max-width: 991px) {

	.single-post h1 {
		font-size: 2.75rem;
	}
}

@media (max-width: 479px) {

	.single-post h1 {
		font-size: 2.25rem;
	}
}

.single-post .featured-image-wrapper {
	border: 1px solid #e2e2e4;
	padding: 1rem;
	border-radius: 16px;
}

.single-post .featured-image-wrapper img,
.single-post .featured-image-wrapper picture img {
	border-radius: 8px;
	aspect-ratio: 2;
}

.single-post .author-and-share {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 3rem;
}

@media (max-width: 479px) {

	.single-post .author-and-share {
		flex-direction: column;
		align-items: center;
	}
}

.single-post .author__content {
	display: flex;
	align-items: center;
}

.single-post .author__content img,
.single-post .author__content picture img {
	height: 56px;
	width: 56px;
	border-radius: 50%;
	margin-right: 1rem;
}

.single-post .author__content strong,
.single-post .author__content span {
	display: block;
	text-align: center;
}

.single-post .author__content span {
	font-size: 0.875rem;
}

.single-post .share {
	display: grid;
	grid-template-columns: max-content;
	grid-auto-flow: column;
	margin-top: 1rem;
	gap: 0.5rem;
}

.single-post .entry-meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.single-post .entry-meta time {
	color: #686491;
}

.single-post .breadcrumbs {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

.single-post .breadcrumbs a {
	display: inline-flex;
	text-decoration: none;
	color: #686491;
	align-items: center;
	padding: 0 0.5rem;
	gap: 0.5rem;
}

.single-post .toc-block {
	border: 1px solid #e2e2e4;
	border-radius: 8px;
	padding: 1rem 1rem 2rem;
	top: 5rem;
	margin-bottom: 4rem;
}

@media (min-width: 1440px) {

	.single-post .toc-block {
		position: sticky;
	}
}

@media (max-width: 479px) {

	.single-post .toc-block {
		margin-bottom: 40px;
	}
}

.single-post .toc-block h4 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
	color: #171156;
}

.single-post .toc-block .toc a {
	padding: 1rem 0;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: #686491;
	border-bottom: 1px solid #e2e2e4;
	transition: color 0.2s;
}

.single-post .toc-block .toc a.active {
	color: #171156;
}

.single-post .entry-content {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

@media (min-width: 1440px) {

	.single-post .entry-content {
		display: grid;
		grid-template-columns: 0.5fr 2fr 0.5fr;
		place-items: start stretch;
		gap: 16px;
	}
}

@media (max-width: 479px) {

	.single-post .entry-content {
		margin-top: 0;
		gap: 0;
	}
}

@media (max-width: 479px) {

	.single-post .entry-content .container.large {
		padding-top: 0;
	}
}

.single-post .entry-content__content h2:first-child,
.single-post .entry-content__content h3:first-child {
	margin-top: 0;
}

.single-post .entry-content__content h2 {
	margin-top: 3rem;
	font-size: 2.5rem;
}

@media (max-width: 479px) {

	.single-post .entry-content__content h2 {
		font-size: 2rem;
	}
}

.single-post .entry-content__content h3 {
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-size: 2.25rem;
}

.single-post .entry-content__content h4 {
	font-size: 2rem;
}

@media (max-width: 479px) {

	.single-post .entry-content__content h4 {
		font-size: 1.5rem;
	}
}

.single-post .entry-content__content figure {
	padding: 1rem;
	border: 1px solid #e2e2e4;
	border-radius: 16px;
	display: flex;
}

.single-post .entry-content__content figure img,
.single-post .entry-content__content figure picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.single-post .entry-content__content > p,
.single-post .entry-content__content li {
	color: #686491;
	font-size: 1.125rem;
}

.single-post .entry-content__content ul,
.single-post .entry-content__content ol {
	margin-left: 0;
	padding-left: 17px;
}

.single-post .entry-content__content li {
	margin-bottom: 0;
}

.single-post .entry-content__content > p {
	margin-bottom: 2rem;
}

.single-post .entry-content__cta {
	top: 5rem;
	padding: 1.5rem 1rem;
	background-image: linear-gradient(211deg, #53cfc9, #381da8 32%);
	border-radius: 8px;
	max-width: 48rem;
	flex-flow: column;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	width: 100%;
}

.single-post .entry-content__cta h6 {
	font-size: 1.5rem;
	line-height: 1.4;
	color: #fff;
	margin: 0;
	font-weight: 700;
}

.single-post .entry-content__cta p {
	margin-bottom: 1rem;
	font-size: 1.125rem;
	color: #fff;
}

@media (min-width: 1440px) {

	.single-post .entry-content__cta {
		position: sticky;
		gap: 0.5rem;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

@media (max-width: 479px) {

	.single-post .padding-section-small {
		padding-top: 0;
	}
}

.single-post blockquote {
	border: 1px solid #73cac4;
	background-color: #d8eeee;
	font-size: 18px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 20px;
	border-radius: 16px;
	margin-bottom: 2.25rem;
	box-shadow: 0 2px 20px #17115626;
	color: #d8eeee;
	font-size: 21px;
}

.single-post blockquote > p {
	margin-bottom: 0;
}

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

/* Accordion Slide Setion
--------------------------------------------- */
.accordion-slides__section {
	padding: 5rem 5%;
}

@media (max-width: 479px) {

	.accordion-slides__section {
		padding: 40px 30px;
	}
}

.accordion-slides__wrapper {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1.2fr;
	grid-auto-columns: 1fr;
	align-items: stretch;
}

@media (max-width: 991px) {

	.accordion-slides__wrapper {
		grid-template-columns: 1fr;
	}
}

.accordion-slides__slides {
	border-left: 1px solid #e2e2e4;
}

@media (max-width: 991px) {

	.accordion-slides__slides {
		border-right: 1px solid #e2e2e4;
	}
}

.accordion-slides__tab {
	text-decoration: none;
	padding: 1.5rem 2rem;
	opacity: 0.5;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #e2e2e4;
	transition: opacity 0.2s ease;
	position: relative;
}

.accordion-slides__tab:not(.active) .accordion-slides__description,
.accordion-slides__tab:not(.active) .accordion-slides__mobile-image,
.accordion-slides__tab:not(.active) .accordion-slides__timer {
	height: 0;
	opacity: 0;
	z-index: -10;
	display: none;
}

.accordion-slides__tab:hover {
	opacity: 0.88;
}

.accordion-slides__tab.active {
	opacity: 1;
}

.accordion-slides__tab.active .accordion-slides__timer {
	animation: accordionTimerAnimation 10s linear;
	animation-fill-mode: forwards;
}

@media (min-width: 991px) {

	.accordion-slides__tab:last-of-type {
		border-bottom: unset;
	}
}

.accordion-slides__images {
	position: relative;
}

@media (max-width: 991px) {

	.accordion-slides__images {
		display: none;
	}
}

.accordion-slides__image {
	padding: 2rem 3rem;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: opacity 0.3s linear;
	opacity: 1;
}

.accordion-slides__image:not(.active) {
	opacity: 0;
	z-index: -10;
}

.accordion-slides__heading {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.accordion-slides__heading h3 {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-family: "Figtree", sans-serif;
	line-height: 1.4;
	color: #4110c7;
}

.accordion-slides__description {
	font-size: 1.125rem;
	color: #686491;
	text-align: left;
	line-height: 1.5;
	margin-top: 1rem;
}

.accordion-slides__mobile-image {
	margin-top: 2rem;
}

@media (min-width: 991px) {

	.accordion-slides__mobile-image {
		display: none;
	}
}

.accordion-slides__timer {
	width: 3px;
	background-color: #4110c7;
	position: absolute;
	height: 0;
	top: 0;
	left: -1px;
}

@keyframes accordionTimerAnimation {

	from {
		height: 0;
	}

	to {
		height: 100%;
	}
}

/* Bars Section Break
--------------------------------------------- */
.bars-section-break {
	border-top: 1px solid #e2e2e4;
	border-bottom: 1px solid #e2e2e4;
	padding-top: 0;
	padding-bottom: 0;
}

.bars-section-break .max-width-xlarge {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

/* CTA Strip
--------------------------------------------- */
.cta__section {
	padding: 0 5%;
}

.cta__component {
	background-image: url("images/template-parts/cta-bg.avif");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 5rem;
	padding-bottom: 5rem;
	border-radius: 15px;
}

.cta__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cta__heading {
	margin: 0 auto 2rem;
	color: #fff;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

@media (max-width: 767px) {

	.cta__heading {
		font-size: 3rem;
	}
}

@media (max-width: 479px) {

	.cta__heading {
		font-size: 2.25rem;
	}
}

.cta .btn {
	margin-left: auto;
	margin-right: auto;
}

/* Subscribe Strip
--------------------------------------------- */
.subscribe-strip {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (max-width: 479px) {

	.subscribe-strip {
		padding-top: 40px;
		padding-bottom: 0;
	}
}

.subscribe-strip__cta {
	padding: 2.5rem 4rem 1rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(23, 17, 86, 0.17);
	border-radius: 16px;
	align-items: center;
}

@media (max-width: 991px) {

	.subscribe-strip__cta {
		display: flex;
		flex-direction: column;
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (max-width: 479px) {

	.subscribe-strip__cta {
		padding: 2rem 2rem 1rem;
		gap: 0;
	}
}

/*--------------------------------------------------------------
# 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: #f1f1f1;
	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;
}

/* Pages
----------------------------------------------*/
.page-template-page-home .section-header .header-component {
	z-index: 2;
}

.page-template-page-home .section-header .header-content__wrapper {
	padding: 0 5%;
	max-width: 90vw;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 767px) {

	.page-template-page-home .section-header .header-content__wrapper {
		max-width: 64rem;
	}
}

@media (max-width: 479px) {

	.page-template-page-home .section-header .header-content__wrapper {
		margin-top: 25px;
	}
}

.page-template-page-home .section-header .header-animation {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.page-template-page-home section.second-section.section-layout .animation-wrapper {
	aspect-ratio: 1220 / 432;
	width: 100%;
}

@media (max-width: 479px) {

	.page-template-page-home section.second-section.section-layout.padding-section-medium {
		padding: 40px 30px 10px;
	}
}

.page-template-page-home #second-animation-mobile {
	aspect-ratio: 291 / 240;
}

.page-template-page-home .scroll-cards__section {
	padding-left: 5%;
	padding-right: 5%;
}

.page-template-page-home .scroll-cards__section h2 {
	margin-bottom: 5rem;
}

@media (max-width: 479px) {

	.page-template-page-home .scroll-cards__section h2 {
		margin-bottom: 40px;
	}
}

.page-template-page-home .scroll-card__card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	align-content: center;
	align-items: stretch;
	margin-bottom: 10vh;
	position: sticky;
	top: 10%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	background-color: #fbfbfd;
	border-radius: 15px;
	animation: scrollCardScroll linear forwards;
	animation-timeline: view(75%);
}

@media (max-width: 991px) {

	.page-template-page-home .scroll-card__card {
		animation: none;
		position: static;
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 767px) {

	.page-template-page-home .scroll-card__card {
		grid-template-columns: 1fr;
	}
}

.page-template-page-home .scroll-card__text-wrapper {
	padding: 3rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 767px) {

	.page-template-page-home .scroll-card__text-wrapper {
		padding: 1.5rem;
	}
}

.page-template-page-home .quotes-section {
	padding: 0 5% 3rem;
}

.page-template-page-home .quotes-section .quotes__wrapper {
	position: relative;
	height: var(--quotes-wrapper-height, 386px);
	transition: height 0.2s linear;
}

@media (max-width: 991px) {

	.page-template-page-home .quotes-section .quotes__wrapper {
		height: var(--quotes-wrapper-height, 278px);
	}
}

.page-template-page-home .quotes-section .quotes__quote-box {
	border: 1px solid #73cac4;
	background-image: url("images/home/quotes-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	border-radius: 16px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.2s linear;
	width: 100%;
	z-index: -5;
}

.page-template-page-home .quotes-section .quotes__quote-box.active {
	opacity: 1;
	z-index: 1;
}

.page-template-page-home .quotes-section .quotes__quote {
	border-radius: 16px;
	margin: 1rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background-color: #fff;
	height: 100%;
	min-height: 350px;
}

@media (max-width: 991px) {

	.page-template-page-home .quotes-section .quotes__quote {
		min-height: auto;
	}
}

@media (max-width: 479px) {

	.page-template-page-home .quotes-section .quotes__quote {
		padding: 1.5rem;
		justify-content: space-between;
	}
}

.page-template-page-home .quotes-section .quotes__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
}

.page-template-page-home .quotes-section .quotes__content h3 {
	font-family: Figtree, sans-serif;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0;
	color: #171156;
}

@media (max-width: 991px) {

	.page-template-page-home .quotes-section .quotes__content h3 {
		font-size: 2.25rem;
	}
}

@media (max-width: 767px) {

	.page-template-page-home .quotes-section .quotes__content h3 {
		font-size: 2rem;
		margin-bottom: 1.25rem;
	}
}

@media (max-width: 479px) {

	.page-template-page-home .quotes-section .quotes__content h3 {
		font-size: 1.5rem;
	}
}

.page-template-page-home .quotes-section .quotes__content p {
	color: #686491;
	text-align: center;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 0;
}

.page-template-page-home .quotes-section .quotes__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
}

.page-template-page-home .quotes-section .quotes__avatar-wrapper {
	display: flex;
}

.page-template-page-home .quotes-section .quotes__bottom {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-top: 1.5rem;
}

.page-template-page-home .quotes-section .quotes__name {
	color: #686491;
	font-family: "DM Sans", sans-serif;
	line-height: 1.5;
}

.page-template-page-home .quotes-section .quotes__name strong {
	display: block;
	font-weight: 600;
}

.page-template-page-home .quotes-section .quotes__logos {
	display: flex;
	flex-flow: wrap;
	gap: 16px;
	justify-content: center;
}

@media (max-width: 479px) {

	.page-template-page-home .quotes-section .quotes__logos {
		gap: 0.5rem;
	}
}

.page-template-page-home .quotes-section .quotes__logo {
	flex-basis: 25%;
	padding: 9px 30px;
	position: relative;
	height: 4.5rem;
	opacity: 0.2;
	background: transparent;
	border-radius: 8px;
	background: transparent;
	border: 1px solid #171156;
	cursor: pointer;
	box-shadow: unset;
	transition: all 0.2s;
}

@media (max-width: 767px) {

	.page-template-page-home .quotes-section .quotes__logo {
		flex-basis: 48%;
	}
}

@media (max-width: 767px) and (max-width: 479px) {

	.page-template-page-home .quotes-section .quotes__logo {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.page-template-page-home .quotes-section .quotes__logo img,
.page-template-page-home .quotes-section .quotes__logo picture img {
	max-width: 100%;
	height: auto;
	object-fit: fill;
	max-height: 3rem;
}

@media (hover: hover) {

	.page-template-page-home .quotes-section .quotes__logo:hover {
		background: #fff;
		box-shadow: 0 4px 10px #0000000d;
		opacity: 1;
	}
}

.page-template-page-home .quotes-section .quotes__logo.active {
	background: #fff;
	box-shadow: 0 4px 10px #0000000d;
	opacity: 1;
}

.page-template-page-home #see-animation-mobile {
	aspect-ratio: 351 / 256;
}

.page-template-page-home .section-logo {
	padding: 5rem 5%;
	background: #fbfbfd;
}

@media (max-width: 479px) {

	.page-template-page-home .section-logo {
		padding-top: 0;
		padding-bottom: 40px;
	}
}

.page-template-page-home .section-logo .container {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	grid-template-rows: auto;
	grid-template-columns: 0.9fr 1fr;
	grid-auto-columns: 1fr;
	grid-auto-flow: row;
	justify-content: space-between;
	place-items: stretch stretch;
	display: grid;
	position: relative;
}

@media (min-width: 1200px) {

	.page-template-page-home .section-logo .container {
		grid-template-columns: 0.9fr auto;
	}
}

@media (max-width: 767px) {

	.page-template-page-home .section-logo .container {
		display: flex;
		gap: 1.5rem;
		flex-flow: column;
	}
}

.page-template-page-home .section-logo__logos-wrapper {
	position: relative;
}

.page-template-page-home .section-logo__logos-wrapper-bg {
	position: absolute;
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
	z-index: 0;
}

@media (max-width: 479px) {

	.page-template-page-home .section-logo__logos-wrapper-bg {
		width: 100%;
	}
}

.page-template-page-home .section-logo__logos-wrapper::before,
.page-template-page-home .section-logo__logos-wrapper::after {
	content: url("images/home/Fade Up.png");
	width: 100%;
	max-width: 100%;
	position: absolute;
	left: 0;
	height: auto;
	z-index: 4;
	overflow: hidden;
}

.page-template-page-home .section-logo__logos-wrapper::before {
	top: -25px;
}

.page-template-page-home .section-logo__logos-wrapper::after {
	transform: rotate(180deg);
	bottom: 0;
}

.page-template-page-home .section-logo__logos-columns {
	max-height: 26rem;
	display: grid;
	grid-auto-columns: 1fr;
	position: relative;
	overflow: hidden;
	grid-template-columns: auto auto;
	z-index: 2;
	justify-content: center;
}

@media (hover: hover) {

	.page-template-page-home .section-logo__logos-column:hover .section-logo__logo-group {
		animation-play-state: paused;
	}
}

.page-template-page-home .section-logo__logo-group {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	gap: 0.5rem;
	animation: scrollUpLogos 25s linear infinite;
	padding-bottom: 0.5rem;
	flex: 0;
}

.page-template-page-home .section-logo__logo-group.reverse {
	animation-name: scrollDownLogos;
}

.page-template-page-home .section-logo__logo-wrapper {
	width: 14rem;
	background: #fff;
	padding: 0.875rem;
	box-shadow: 0 0 6px #00000026;
	border-radius: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 1280px) {

	.page-template-page-home .section-logo__logo-wrapper {
		width: 18rem;
	}
}

@media (max-width: 767px) {

	.page-template-page-home .section-logo__logo-wrapper {
		width: 13rem;
	}
}

@media (max-width: 479px) {

	.page-template-page-home .section-logo__logo-wrapper {
		width: 9rem;
	}
}

.page-template-page-home .section-logo__logo-wrapper.is-bigger {
	height: 10rem;
}

@keyframes scrollUpLogos {

	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

@keyframes scrollDownLogos {

	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes scrollCardScroll {

	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.9);
	}

	100% {
		transform: scale(0.8);
		margin-bottom: 0;
	}
}

.page-template-page-demo .demo-section {
	padding: 0 5%;
}

@media (max-width: 479px) {

	.page-template-page-demo .demo-section .container.large {
		padding-bottom: 0;
	}
}

.page-template-page-demo .demo-section__box {
	padding: 4rem 3rem;
	border-radius: 1rem;
	background-position: 50%;
	background-size: cover;
	box-shadow: 0 2px 5px #1711561a;
	background-color: #16a79d14;
	grid-column-gap: 5rem;
	grid-row-gap: 4rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	align-items: start;
	display: grid;
}

@media (max-width: 991px) {

	.page-template-page-demo .demo-section__box {
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		min-height: auto;
		padding-left: 2rem;
		padding-right: 2rem;
		margin-top: 6rem;
	}
}

@media (max-width: 767px) {

	.page-template-page-demo .demo-section__box {
		margin-top: 3rem;
	}
}

@media (max-width: 479px) {

	.page-template-page-demo .demo-section__box {
		padding: 40px 1rem;
		margin-top: 20px;
	}
}

.page-template-page-demo .demo-section__content {
	max-width: 100%;
}

.page-template-page-demo .demo-section__title {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media (max-width: 767px) {

	.page-template-page-demo .demo-section__title {
		font-size: 2.25rem;
	}
}

.page-template-page-demo .demo-section__text {
	color: #686491;
	font-size: 1.125rem;
}

@media (max-width: 991px) {

	.page-template-page-demo .demo-section__text {
		font-size: 1.125rem;
	}
}

@media (max-width: 479px) {

	.page-template-page-demo .demo-section__text {
		font-size: 1rem;
	}
}

.page-template-page-demo .demo-section__text p,
.page-template-page-demo .demo-section__text li {
	margin-bottom: 2rem;
}

@media (max-width: 991px) {

	.page-template-page-demo .demo-section__text p,
	.page-template-page-demo .demo-section__text li {
		margin-bottom: 1.5rem;
	}
}

.page-template-page-demo .demo-section__text ul {
	margin-left: 0;
	padding-left: 20px;
}

@media (max-width: 991px) {

	.page-template-page-demo .demo-section__text ul {
		padding-left: 17px;
	}
}

.page-template-page-demo .demo-section__form {
	background: #ffffffb3;
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 2px 20.5px #1711561a;
}

.page-template-page-contact {
	background-color: #fbfbfd;
}

.page-template-page-contact .contact-section {
	position: relative;
	overflow: hidden;
}

.page-template-page-contact .contact-section .container {
	padding: 4rem 5% 3rem;
}

@media (max-width: 479px) {

	.page-template-page-contact .contact-section .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.page-template-page-contact .contact-section__box {
	padding: 4rem 3rem;
	position: relative;
	z-index: 1;
	grid-column-gap: 5rem;
	grid-row-gap: 4rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	align-items: start;
	display: grid;
}

@media (max-width: 991px) {

	.page-template-page-contact .contact-section__box {
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		min-height: auto;
		padding: 4rem 30px;
	}
}

@media (max-width: 479px) {

	.page-template-page-contact .contact-section__box {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 991px) {

	.page-template-page-contact .contact-section__content {
		margin-left: auto;
		margin-right: auto;
	}
}

.page-template-page-contact .contact-section__title,
.page-template-page-contact .contact-section__text {
	text-align: center;
}

@media (max-width: 767px) {

	.page-template-page-contact .contact-section__title {
		font-size: 2.5rem;
	}
}

.page-template-page-contact .contact-section__text {
	font-size: 1.125rem;
	line-height: 1.6;
	color: #686491;
	margin-bottom: 1.5rem;
}

@media (max-width: 767px) {

	.page-template-page-contact .contact-section__text {
		font-size: 1rem;
	}
}

.page-template-page-contact .contact-section__contacts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	padding: 0.5rem 0;
}

.page-template-page-contact .contact-section__contacts-item {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.page-template-page-contact .contact-section__contacts-item a,
.page-template-page-contact .contact-section__contacts-item span {
	color: #171156;
	font-size: 1rem;
	text-decoration: none;
}

.page-template-page-contact .contact-section__contacts-item a {
	opacity: 1;
	transition: opacity 0.2s;
}

@media (hover: hover) {

	.page-template-page-contact .contact-section__contacts-item a:hover {
		opacity: 0.8;
	}
}

.page-template-page-contact .contact-section__content {
	color: #686491;
	font-size: 1.125rem;
}

.page-template-page-contact .contact-section__content ul {
	margin-left: 0;
	padding-left: 20px;
}

.page-template-page-contact .contact-section__form {
	position: relative;
	z-index: 1;
}

.page-template-page-contact .contact-section__form-wrapper {
	background: #ffffffb3;
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 2px 20.5px #1711561a;
	position: relative;
	z-index: 1;
}

.page-template-page-contact .contact-section__form-bg {
	position: absolute;
	z-index: -1;
	width: 786px;
	max-width: none;
	top: 110px;
	right: -100px;
}

@media (min-width: 1440px) {

	.page-template-page-contact .contact-section__form-bg {
		right: -215px;
	}
}

.page-template-page-platform .section-layout {
	padding: 0 5%;
}

.page-template-page-platform .title {
	text-align: center;
}

.page-template-page-platform .section-header {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: transparent;
	min-height: 50rem;
	background-size: cover;
}

@media (min-width: 1440px) {

	.page-template-page-platform .section-header {
		background-size: cover;
	}
}

.page-template-page-platform .section-header .header-content__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 991px) {

	.page-template-page-platform .section-header .header-content__wrapper {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 991px) and (max-width: 479px) {

	.page-template-page-platform .section-header .header-content__wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.page-template-page-platform .section-header .subheading {
	margin-bottom: 0;
}

.page-template-page-platform .second-section {
	box-shadow: inset -3px 0 10px #00000036;
}

.page-template-page-platform .second-section h2 {
	margin-bottom: 1.5rem;
	text-align: center;
}

@media (max-width: 479px) {

	.page-template-page-platform .second-section h2 br {
		display: none;
	}
}

.page-template-page-platform .second-section .first-animation__wrapper {
	height: 30rem;
}

@media (max-width: 479px) {

	.page-template-page-platform .second-section .first-animation__wrapper {
		height: auto;
	}
}

.page-template-page-platform .alternating-rows__titles {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5rem;
}

@media (max-width: 479px) {

	.page-template-page-platform .alternating-rows__titles {
		margin-bottom: 40px;
	}
}

.page-template-page-platform .alternating-rows__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	margin-bottom: 6rem;
}

@media (max-width: 479px) {

	.page-template-page-platform .alternating-rows__row {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}
}

.page-template-page-platform .alternating-rows__row:last-child {
	margin-bottom: 0;
}

.page-template-page-platform .alternating-rows__row:nth-child(even) .alternating-rows__text-wrapper {
	order: 2;
}

.page-template-page-platform .alternating-rows__row:nth-child(1) .alternating-rows__box:nth-child(1) {
	flex-basis: calc(45% - (0.75em / 2));
	flex-grow: 0;
	flex-shrink: 1;
}

.page-template-page-platform .alternating-rows__row:nth-child(1) .alternating-rows__box:nth-child(2) {
	flex-basis: calc(52% - (0.75em / 2));
	flex: 1;
}

.page-template-page-platform .alternating-rows__row:nth-child(1) .alternating-rows__box:nth-child(3) {
	flex-basis: calc(56% - (0.75em / 2));
	flex-shrink: 0;
	flex-grow: 0;
}

.page-template-page-platform .alternating-rows__row:nth-child(1) .alternating-rows__box:nth-child(4) {
	flex-basis: calc(33% - (0.75em / 2));
	flex-grow: 1;
}

.page-template-page-platform .alternating-rows__row:nth-child(2) .alternating-rows__box:nth-child(1) {
	flex-basis: calc(51% - (0.75em / 2));
	flex-grow: 0;
	flex-shrink: 0;
}

.page-template-page-platform .alternating-rows__row:nth-child(2) .alternating-rows__box:nth-child(2) {
	flex-basis: calc(45% - (0.75em / 2));
	flex: 1;
}

.page-template-page-platform .alternating-rows__row:nth-child(2) .alternating-rows__box:nth-child(3) {
	flex-basis: calc(45% - (0.75em / 2));
}

.page-template-page-platform .alternating-rows__row:nth-child(2) .alternating-rows__box:nth-child(4) {
	flex-basis: calc(50% - (0.75em / 2));
	flex: 1;
}

.page-template-page-platform .alternating-rows__row:nth-child(3) .alternating-rows__box:nth-child(1) {
	flex-basis: calc(48.4% - (0.75em / 2));
	flex-shrink: 1;
}

.page-template-page-platform .alternating-rows__row:nth-child(3) .alternating-rows__box:nth-child(2) {
	flex-basis: calc(49% - (0.75em / 2));
	flex-grow: 1;
	flex-shrink: 0;
}

.page-template-page-platform .alternating-rows__row:nth-child(3) .alternating-rows__box:nth-child(3) {
	flex-basis: 100%;
	align-items: center;
}

.page-template-page-platform .alternating-rows__row:nth-child(3) .alternating-rows__box:nth-child(4) {
	flex-basis: calc(54% - (0.75em / 2));
	flex-shrink: 1;
}

.page-template-page-platform .alternating-rows__row:nth-child(3) .alternating-rows__box:nth-child(5) {
	flex-basis: calc(43% - (0.75em / 2));
	flex: 1;
}

.page-template-page-platform .alternating-rows__text {
	margin-bottom: 2rem;
}

.page-template-page-platform .alternating-rows__boxes {
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
}

.page-template-page-platform .alternating-rows__text-wrapper {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (max-width: 479px) {

	.page-template-page-platform .alternating-rows__text-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page-template-page-platform .alternating-rows__icon {
	padding-top: 5px;
}

.page-template-page-platform .alternating-rows__box {
	padding: 1rem;
	display: flex;
	border-radius: 8px;
	box-shadow: 0 4px 10px #0000000d;
	background-color: #fff;
	gap: 0.75rem;
	align-items: flex-start;
	flex-shrink: 0;
}

@media (max-width: 479px) {

	.page-template-page-platform .alternating-rows__box {
		flex-basis: 100% !important;
	}
}

.page-template-page-platform .alternating-rows__box p {
	margin-bottom: 0;
}

@media (max-width: 479px) {

	.page-template-page-platform .alternating-rows__animation-wrapper {
		order: 2;
		aspect-ratio: 396 / 288;
	}
}

.page-template-page-platform .scroll-section__wrapper {
	display: grid;
	grid-template-columns: auto auto 32px 1fr auto;
	grid-auto-columns: 1fr;
	gap: 1rem;
	padding: 10rem 0 3rem;
	position: sticky;
	top: 0;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 479px) {

	.page-template-page-platform .scroll-section__wrapper {
		padding: 40px 0;
		position: static;
	}
}

@media (max-width: 767px) {

	.page-template-page-platform .scroll-section__wrapper {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 1280px) {

	.page-template-page-platform .scroll-section__wrapper {
		grid-template-columns: auto 492px 32px 30rem auto;
	}
}

@media (min-width: 1920px) {

	.page-template-page-platform .scroll-section__wrapper {
		gap: 4rem;
	}
}

@media (max-width: 991px) {

	.page-template-page-platform .scroll-section__wrapper {
		gap: 0;
	}
}

.page-template-page-platform .scroll-section__text-wrapper {
	padding-right: 1rem;
}

.page-template-page-platform .scroll-section__boxes {
	z-index: 1;
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	height: 100%;
	display: grid;
}

@media (max-width: 767px) {

	.page-template-page-platform .scroll-section__boxes {
		width: 100%;
	}
}

@media (min-width: 1920px) {

	.page-template-page-platform .scroll-section__boxes {
		grid-column-gap: 4rem;
		grid-row-gap: 4rem;
	}
}

.page-template-page-platform .scroll-section__timeline {
	width: 2rem;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
}

.page-template-page-platform .scroll-section__line {
	width: 3px;
	opacity: 1;
	background-color: #4110c7;
	height: 0;
	animation: timeline linear forwards;
	animation-timeline: view(75%);
}

@media (min-width: 1500px) {

	.page-template-page-platform .scroll-section__line {
		animation-timeline: view(50%);
	}
}

.page-template-page-platform .scroll-section__box {
	display: flex;
	width: 30rem;
	min-width: 30rem;
	gap: 2rem;
	align-items: center;
	padding: 1.5rem;
	border-radius: 8px;
	background-color: rgba(65, 16, 199, 0.1);
	opacity: 0.35;
	animation: linear forwards;
	animation-timeline: view(75%);
}

.page-template-page-platform .scroll-section__box:nth-child(1) {
	animation-name: box1;
}

.page-template-page-platform .scroll-section__box:nth-child(2) {
	animation-name: box2;
}

.page-template-page-platform .scroll-section__box:nth-child(3) {
	animation-name: box3;
}

@media (max-width: 991px) {

	.page-template-page-platform .scroll-section__box {
		min-width: 25rem;
		width: 25rem;
	}
}

@media (max-width: 767px) {

	.page-template-page-platform .scroll-section__box {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 479px) {

	.page-template-page-platform .scroll-section__box {
		animation-timeline: view(50%);
	}
}

.page-template-page-platform .scroll-section__box h4 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.page-template-page-platform .scroll-section__spacer {
	height: 70vh;
	width: 100%;
}

@media (min-width: 1920px) {

	.page-template-page-platform .scroll-section__spacer {
		height: 50vh;
	}
}

@media (max-width: 479px) {

	.page-template-page-platform .scroll-section__spacer {
		display: none;
	}
}

.page-template-page-platform .hover-boxes .title {
	margin-bottom: 5rem;
}

@media (max-width: 479px) {

	.page-template-page-platform .hover-boxes .title {
		margin-bottom: 40px;
	}
}

@media (max-width: 479px) {

	.page-template-page-platform .hover-boxes .padding-section-large {
		padding-top: 0;
	}
}

.page-template-page-platform .hover-boxes__wrapper {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {

	.page-template-page-platform .hover-boxes__wrapper {
		display: flex;
		flex-direction: column;
	}
}

.page-template-page-platform .hover-boxes__box {
	background-position: 100% 0;
	background-size: contain;
	background-repeat: no-repeat;
	height: 23rem;
	position: relative;
	overflow: hidden;
	border: 1px solid #e2e2e4;
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	box-shadow: 0 4px 10px #0000000d;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 0 1rem 1rem;
}

@media (hover: hover) {

	.page-template-page-platform .hover-boxes__box:hover .hover-boxes__hover-image {
		opacity: 1;
	}

	.page-template-page-platform .hover-boxes__box:hover .hover-boxes__title,
	.page-template-page-platform .hover-boxes__box:hover .hover-boxes__list {
		transform: translateY(0);
	}

	.page-template-page-platform .hover-boxes__box:hover .hover-boxes__list {
		opacity: 1;
	}
}

.page-template-page-platform .hover-boxes__content {
	min-height: 12rem;
}

.page-template-page-platform .hover-boxes__title,
.page-template-page-platform .hover-boxes__list {
	transform: translateY(8rem);
	transition: opacity 0.3s, transform 0.7s;
}

@media (max-width: 991px) {

	.page-template-page-platform .hover-boxes__title,
	.page-template-page-platform .hover-boxes__list {
		transform: none;
	}
}

.page-template-page-platform .hover-boxes__title {
	height: 3.2rem;
	margin-bottom: 1rem;
}

.page-template-page-platform .hover-boxes__list {
	height: 7.5rem;
	opacity: 0;
}

@media (max-width: 991px) {

	.page-template-page-platform .hover-boxes__list {
		opacity: 1;
	}
}

.page-template-page-platform .hover-boxes__list ul {
	margin-left: 0;
	padding-left: 20px;
}

.page-template-page-platform .hover-boxes__list ul li {
	font-size: 1.125rem;
	color: #686491;
	line-height: 150%;
}

.page-template-page-platform .hover-boxes__hover-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.2s;
}

@media (max-width: 991px) {

	.page-template-page-platform .hover-boxes__hover-image {
		opacity: 1;
	}
}

.page-template-page-platform .cards__section .title {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4.5rem;
}

@media (max-width: 479px) {

	.page-template-page-platform .cards__section .title {
		margin-bottom: 40px;
	}
}

.page-template-page-platform .cards__wrapper {
	display: flex;
	flex-flow: row wrap;
	gap: 2rem;
}

@media (max-width: 991px) {

	.page-template-page-platform .cards__wrapper {
		gap: 1rem;
	}
}

@media (max-width: 767px) {

	.page-template-page-platform .cards__wrapper {
		flex-direction: column;
	}
}

.page-template-page-platform .cards__card {
	border: 1px solid #e2e2e4;
	background: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding-top: 1.5rem;
	justify-content: space-between;
}

.page-template-page-platform .cards__card:nth-child(1),
.page-template-page-platform .cards__card:nth-child(4) {
	flex-basis: calc(42.3% - (2rem / 2));
	flex-shrink: 1;
}

.page-template-page-platform .cards__card:nth-child(2),
.page-template-page-platform .cards__card:nth-child(3) {
	flex-basis: calc(55% - (2rem / 2));
	flex-shrink: 0;
}

.page-template-page-platform .cards__top {
	text-align: center;
	padding: 0 1.5rem;
}

.page-template-page-platform .cards__top h4 {
	margin-top: 0;
	font-size: 1.5rem;
	line-height: 1.4;
}

.page-template-page-platform .cards__top p {
	text-align: left;
	font-size: 1.125rem;
}

.page-template-page-platform .cards__image img,
.page-template-page-platform .cards__image picture img {
	height: 100%;
	width: 100%;
}

.page-template-page-platform #how-animation-mobile {
	aspect-ratio: 314 / 640;
}

@media (max-width: 479px) {

	.page-template-page-platform .how-section .padding-section-medium {
		padding-bottom: 0;
	}
}

.page-template-page-platform .faq {
	background-image: url("images/platform/faq-bg.png");
	background-repeat: no-repeat;
}

.page-template-page-platform .faq__wrapper {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 479px) {

	.page-template-page-platform .faq .padding-section-large {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-template-page-platform .faq__question {
	display: flex;
	padding: 1.25rem 1rem;
}

.page-template-page-platform .faq__question-wrapper {
	display: flex;
	gap: 0.75rem;
}

.page-template-page-platform .faq__question h4 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin: 0;
}

.page-template-page-platform .faq__answer {
	padding: 0 1rem;
	margin-bottom: 1.5rem;
	line-height: 1.5;
	font-size: 1.125rem;
	height: 0;
	overflow: hidden;
	transition: height 0.2s;
}

.page-template-page-platform .faq__cross {
	margin-left: auto;
	transition: all 0.1s;
	transform-origin: center;
	width: 20px;
	height: 20px;
}

.page-template-page-platform .faq__row.open .faq__cross {
	transform: rotate(45deg);
}

.page-template-page-platform .faq__row.open .faq__answer {
	height: calc-size(auto, size);
}

@media not all and (min-resolution: 0.001dpcm) {

	.page-template-page-platform .faq__row.open .faq__answer {
		height: auto;
	}
}

@-moz-document url-prefix() {

	.page-template-page-platform .faq__row.open .faq__answer {
		height: auto;
	}
}

@keyframes timeline {

	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

@keyframes box1 {

	35% {
		opacity: 0.35;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes box2 {

	50% {
		opacity: 0.35;
	}

	65% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes box3 {

	65% {
		opacity: 0.35;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.page-template-page-privacy {
	color: #171156;
}

.page-template-page-privacy .max-width-large {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-template-page-privacy .page-title,
.page-template-page-privacy .last-updated {
	text-align: center;
}

.page-template-page-privacy .page-title {
	font-size: 1.1rem;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	line-height: 2.5;
	margin-top: 60px;
}

.page-template-page-privacy .last-updated {
	font-size: 2.5rem;
	line-height: 1;
	padding: 0 40px;
	font-weight: 700;
	margin-bottom: 3rem;
}

.page-template-page-privacy .section-privacy li,
.page-template-page-privacy .section-privacy p,
.page-template-page-privacy .section-privacy div {
	margin-bottom: 1rem;
}

.page-template-page-privacy .section-privacy li:last-child {
	margin-bottom: 0;
}

.page-template-page-privacy .section-privacy a {
	color: #16a79d;
}

.page-template-page-privacy ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.page-template-page-about .small-title {
	color: #16a79d;
	font-size: 1rem;
	text-transform: uppercase;
}

.page-template-page-about .about-hero {
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.page-template-page-about .about-hero__wrapper {
	padding-top: 6rem;
}

.page-template-page-about .about-hero h1 {
	color: #fff;
	margin-bottom: 4rem;
}

.page-template-page-about .about-hero__bg {
	position: absolute;
	height: 39.6rem;
	z-index: -1;
	left: 0;
	width: 100%;
	top: -3px;
	max-width: none;
}

@media (max-width: 479px) {

	.page-template-page-about .about-hero__bg {
		height: 32.5rem;
	}
}

.page-template-page-about .about-hero__marquee {
	width: 100%;
	height: 547px;
	padding: 3rem 0;
	bottom: 0;
	position: relative;
}

@media (max-width: 479px) {

	.page-template-page-about .about-hero__marquee {
		height: 372px;
	}
}

.page-template-page-about .about-hero__marquee-wrapper {
	width: auto;
	display: flex;
	position: absolute;
	bottom: 0;
	align-items: center;
	animation: marquee 30s linear infinite;
	height: 100%;
	max-height: 100%;
}

@media (hover: hover) {

	.page-template-page-about .about-hero__marquee-wrapper:hover {
		animation-play-state: paused;
	}
}

.page-template-page-about .about-hero__stacked {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

.page-template-page-about .about-hero__image-wrapper {
	padding: 0.75rem;
	border-radius: 16px;
	border: 1px solid #e2e2e4;
	width: 22rem;
	margin-right: 2rem;
}

@media (max-width: 479px) {

	.page-template-page-about .about-hero__image-wrapper {
		width: 15rem;
	}
}

.page-template-page-about .about-us .container {
	display: flex;
	justify-content: center;
}

@media (max-width: 991px) {

	.page-template-page-about .about-us .padding-section-large {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 479px) {

	.page-template-page-about .about-us .padding-section-large {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page-template-page-about .about-us h4 {
	margin-top: 0;
}

.page-template-page-about .about-us__scrolling-text {
	font-size: 2rem;
}

@media (max-width: 991px) {

	.page-template-page-about .about-us__scrolling-text {
		font-size: 1.75rem;
	}
}

@media (max-width: 767px) {

	.page-template-page-about .about-us__scrolling-text {
		font-size: 1.5rem;
	}
}

.page-template-page-about .about-us__scrolling-text p {
	line-height: 1.3;
	color: #171156;
}

.page-template-page-about .about-us__scrolling-text p:last-child {
	margin-bottom: 0;
}

.page-template-page-about .what-drives-us__wrapper {
	width: 64rem;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #e2e2e4;
	border-left: 1px solid #e2e2e4;
}

.page-template-page-about .what-drives-us__content {
	padding: 5rem 5%;
}

@media (max-width: 479px) {

	.page-template-page-about .what-drives-us__content {
		padding: 40px 30px;
	}
}

.page-template-page-about .what-drives-us__content p {
	font-size: 1.125rem;
}

@media (max-width: 479px) {

	.page-template-page-about .what-drives-us__content p {
		font-size: 1rem;
	}
}

.page-template-page-about .what-drives-us__content p:last-child {
	margin-bottom: 0;
}

.page-template-page-about .section-wrapper {
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.page-template-page-about .who-we-are {
	padding: 0 5%;
}

.page-template-page-about .who-we-are__content {
	display: grid;
	grid-template-columns: 0.6fr 1.4fr;
	gap: 16px;
}

@media (max-width: 991px) {

	.page-template-page-about .who-we-are__content {
		display: flex;
		flex-direction: column;
		margin-bottom: 4.5rem;
		gap: 0;
	}
}

@media (max-width: 479px) {

	.page-template-page-about .who-we-are__content {
		margin-bottom: 40px;
	}
}

.page-template-page-about .who-we-are__content h2 {
	text-align: center;
}

@media (max-width: 991px) {

	.page-template-page-about .who-we-are__content p {
		margin-bottom: 0;
	}
}

.page-template-page-about .who-we-are__team {
	display: flex;
	justify-content: center;
	column-gap: 3rem;
	row-gap: 4rem;
	flex-flow: row wrap;
}

.page-template-page-about .who-we-are__team-member {
	width: 15.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (hover: hover) {

	.page-template-page-about .who-we-are__team-member:hover .who-we-are__linkedin {
		opacity: 1;
	}
}

.page-template-page-about .who-we-are__team-member strong,
.page-template-page-about .who-we-are__team-member span {
	display: block;
}

.page-template-page-about .who-we-are__team-member strong {
	font-size: 1.25rem;
	color: #171156;
}

.page-template-page-about .who-we-are__team-member span {
	font-size: 1.125rem;
	color: #686491;
}

.page-template-page-about .who-we-are__image-wrapper {
	padding: 1rem;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #e2e2e4;
	position: relative;
}

.page-template-page-about .who-we-are__image-wrapper img,
.page-template-page-about .who-we-are__image-wrapper picture img {
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(23, 17, 86, 0.2);
	margin-bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1;
	max-width: 100%;
}

.page-template-page-about .who-we-are__linkedin {
	position: absolute;
	top: 8%;
	right: 10%;
	display: flex;
	opacity: 0;
	transition: opacity 0.2s;
}

.page-template-page-about .investors {
	padding-top: 2rem;
	position: relative;
	z-index: 2;
}

.page-template-page-about .investors h2 {
	margin-bottom: 3rem;
	text-align: center;
}

@media (max-width: 479px) {

	.page-template-page-about .investors h2 {
		margin-bottom: 40px;
	}
}

.page-template-page-about .investors__wrapper {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	align-items: stretch;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {

	.page-template-page-about .investors__wrapper {
		flex-direction: column;
		align-items: center;
	}
}

.page-template-page-about .investors__investor {
	width: 19rem;
	height: 13rem;
	padding: 0.875rem;
	border-radius: 8px;
	border: 1px solid #e2e2e4;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.page-template-page-about .careers {
	padding-top: 5rem;
	padding-bottom: 5rem;
	position: relative;
	z-index: 1;
}

@media (max-width: 479px) {

	.page-template-page-about .careers {
		padding-right: 5%;
		padding-left: 5%;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.page-template-page-about .careers .lines-horizontal,
.page-template-page-about .careers .lines-vertical {
	z-index: -1;
}

.page-template-page-about .careers .lines-horizontal {
	margin: 40px 0;
}

.page-template-page-about .careers__wrapper {
	padding: 3.5rem 7rem;
	background-image: url("images/about/careers-bg.avif");
	background-size: cover;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 0.8fr;
	align-items: center;
}

@media (max-width: 991px) {

	.page-template-page-about .careers__wrapper {
		flex-direction: column;
		display: flex;
		padding: 2rem 3rem;
		gap: 2rem;
		background-position: 100% 0;
	}
}

@media (max-width: 767px) {

	.page-template-page-about .careers__wrapper {
		padding: 2rem;
		gap: 1.25rem;
	}
}

.page-template-page-about .careers__wrapper h4 {
	margin-top: 0;
}

.page-template-page-about .careers h2 {
	font-weight: 400;
	margin-bottom: 0;
}

@media (max-width: 767px) {

	.page-template-page-about .careers h2 {
		font-size: 1.5rem;
	}
}

.page-template-page-about .careers h2 strong {
	font-weight: 700;
}

.page-template-page-about .careers__text p {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {

	.page-template-page-about .careers__text p {
		font-size: 1rem;
	}
}

.page-template-page-about .careers__blur-bg {
	width: 1920px;
	height: auto;
	position: absolute;
	z-index: -1;
	top: -40%;
	right: -33%;
}

@keyframes marquee {

	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.page-template-page-blog .blog-header {
	background-image: url("images/blog/archive-bg.avif");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-page-blog .blog-card__featured {
	border: 1px solid #e2e2e4;
	border-radius: 16px;
	padding: 1rem;
	transition: all 0.2s;
	position: relative;
}

@media (hover: hover) {

	.page-template-page-blog .blog-card__featured:hover {
		transform: scale(1.02);
	}
}

.page-template-page-blog .blog-card__featured-diamond {
	position: absolute;
	width: 4rem;
	height: 4rem;
	top: -2rem;
	right: -2rem;
}

.page-template-page-blog .blog-card__featured-content-wrapper {
	background: #fff;
	padding: 1.5rem;
	border-radius: 16px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
	text-decoration: none;
	align-items: stretch;
	box-shadow: 0 2px 20px #17115626;
}

@media (max-width: 991px) {

	.page-template-page-blog .blog-card__featured-content-wrapper {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
	}
}

.page-template-page-blog .blog-card__featured-content .category {
	margin-bottom: 1rem;
}

.page-template-page-blog .blog-card__featured-content h2 {
	font-size: 2rem;
	text-align: left;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 1rem;
	padding-right: 1rem;
}

@media (max-width: 479px) {

	.page-template-page-blog .blog-card__featured-content h2 {
		font-size: 1.5rem;
	}
}

.page-template-page-blog .blog-card__featured-content p {
	font-size: 1.125rem;
	line-height: 1.5;
}

@media (max-width: 479px) {

	.page-template-page-blog .blog-card__featured-content p {
		font-size: 1rem;
	}
}

.page-template-page-blog .blog-card__featured-image-wrapper {
	border-radius: 0.5rem;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	width: 100%;
}

.page-template-page-blog .blog-card__featured-author-wrapper {
	display: flex;
}

.page-template-page-blog .blog-card__featured-author-wrapper img,
.page-template-page-blog .blog-card__featured-author-wrapper picture {
	border-radius: 50%;
	height: 48px;
	width: 48px;
	margin-right: 1rem;
	flex-shrink: 0;
}

.page-template-page-blog .blog-card__featured-author-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0.25rem;
	flex-grow: 1;
	color: #686491;
	font-size: 0.875rem;
}

.page-template-page-blog .blog-card__featured-author-text strong {
	color: #171156;
	display: block;
}

.page-template-page-blog .blog-card__link {
	padding: 1rem;
	border-radius: 10px;
	transition: opacity 0.2s, transform 0.2s;
	overflow: visible;
	box-shadow: none;
	text-decoration: none;
}

@media (hover: hover) {

	.page-template-page-blog .blog-card__link:hover {
		box-shadow: 0 2px 20px #17115626;
		transform: scale(1.02);
	}
}

.page-template-page-blog .blog-card__image-wrapper {
	overflow: hidden;
	border-radius: 8px;
	width: 100%;
	aspect-ratio: 1.91;
}

.page-template-page-blog .blog-card__category {
	min-height: 27px;
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.page-template-page-blog .blog-card__content {
	padding-top: 1.5rem;
}

.page-template-page-blog .blog-card__content h3 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0;
	color: #171156;
	text-align: center;
}

@media (max-width: 479px) {

	.page-template-page-blog .blog-card__content h3 {
		font-size: 1.125rem;
	}
}

.page-template-page-blog .blog-card__content p {
	font-size: 1.125rem;
	line-height: 1.5;
}

@media (max-width: 479px) {

	.page-template-page-blog .blog-card__content p {
		font-size: 1rem;
	}
}

.page-template-page-blog .blog-card__author {
	display: flex;
}

.page-template-page-blog .blog-card__author img,
.page-template-page-blog .blog-card__author picture {
	border-radius: 50%;
	height: 48px;
	width: 48px;
	margin-right: 1rem;
	flex-shrink: 0;
}

.page-template-page-blog .blog-card__author-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0.25rem;
	flex-grow: 1;
	color: #686491;
	font-size: 0.875rem;
}

.page-template-page-blog .blog-card__author-text strong {
	font-size: 0.875rem;
	color: #171156;
	display: block;
}

@media (max-width: 767px) {

	.page-template-page-blog .blog-archive {
		overflow: hidden;
	}
}

.page-template-page-blog .blog-archive__posts {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
}

@media (min-width: 991px) {

	.page-template-page-blog .blog-archive__posts {
		min-height: 1050px;
	}
}

@media (max-width: 991px) {

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

@media (max-width: 767px) {

	.page-template-page-blog .blog-archive__posts {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 479px) {

	.page-template-page-blog .blogs-list .padding-section-large {
		padding-left: 0;
		padding-right: 0;
	}
}

.search-and-filter__filter-subject {
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {

	.search-and-filter__filter-subject {
		overflow: visible;
		width: 100%;
	}
}

.search-and-filter__filter-list {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	gap: 0.5rem;
	margin-bottom: 4rem;
}

@media (max-width: 991px) {

	.search-and-filter__filter-list {
		margin-bottom: 3rem;
		overflow: scroll;
		margin-left: -5vw;
		padding-left: 5vw;
		white-space: nowrap;
	}
}

.search-and-filter__filter-list-item {
	color: #686491;
	padding: 0.5rem 1rem;
	transition: all 0.2s;
	white-space: nowrap;
	display: inline-block;
	border-radius: 50px;
	line-height: 1.25;
	border: 1px solid transparent;
	cursor: pointer;
}

@media (hover: hover) {

	.search-and-filter__filter-list-item:hover {
		border-color: #e2e2e4;
		background: #fff;
		color: #171156;
	}
}

.search-and-filter__filter-list-item.active {
	background-color: #171156;
	border: 1px solid #171156;
	color: #fff;
}

.single-news {
	color: #171156;
}

.single-news .max-width-large {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 479px) {

	.single-news .padding-section-large {
		padding-left: 0;
		padding-right: 0;
	}
}

.single-news .page-title,
.single-news .last-updated {
	text-align: center;
}

.single-news .page-title {
	font-size: 2.5rem;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin-top: calc(60px - 4rem);
}

@media (max-width: 991px) {

	.single-news .page-title {
		font-size: 2rem;
	}
}

@media (max-width: 479px) {

	.single-news .page-title {
		font-size: 1.5rem;
	}
}

.single-news p.subheading {
	font-size: 1.3rem;
	font-weight: 700;
	color: #171156;
	margin-bottom: 0;
}

@media (max-width: 991px) {

	.single-news p.subheading {
		font-size: 1.1rem;
	}
}

@media (max-width: 479px) {

	.single-news p.subheading {
		font-size: 1rem;
	}
}

.single-news .section-news__content {
	text-align: left;
}

.single-news .section-news__content .padding-section-large {
	padding-top: 0;
}

.single-news .section-news__content li,
.single-news .section-news__content p,
.single-news .section-news__content div {
	margin-bottom: 1rem;
	color: #171156;
	text-align: left;
	width: 100%;
}

.single-news .section-news__content li:last-child {
	margin-bottom: 0;
}

.single-news .section-news__content a {
	color: #16a79d;
}

.single-news .section-news__content h3 {
	font-size: 1.5rem;
}

.single-news .section-news__content blockquote {
	border: 1px solid #73cac4;
	background-color: #d8eeee;
	font-size: 18px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 20px;
	border-radius: 16px;
	margin-bottom: 2.25rem;
	box-shadow: 0 2px 20px #17115626;
}

.single-news .section-news__content blockquote > p {
	margin-bottom: 0;
}

.single-news ul {
	margin-left: 0;
}

@media (max-width: 991px) {

	.single-resources .section-resources.podcast .padding-section-large {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 2rem;
	}
}

.single-resources .podcast .subheading {
	color: #686491;
	font-size: 1rem;
	margin-bottom: 24px;
}

.single-resources .podcast__top-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 991px) {

	.single-resources .podcast__top-wrapper {
		flex-direction: column;
	}
}

.single-resources .podcast__top-wrapper .image-wrapper {
	max-width: 46%;
}

@media (max-width: 991px) {

	.single-resources .podcast__top-wrapper .image-wrapper {
		max-width: 100%;
	}
}

.single-resources .podcast__top-wrapper .text-wrapper {
	max-width: 46%;
}

@media (max-width: 991px) {

	.single-resources .podcast__top-wrapper .text-wrapper {
		max-width: 100%;
	}
}

.single-resources .podcast__top-wrapper .text-wrapper h1 {
	font-size: 3.7rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 2rem;
	padding: 0;
}

.single-resources .podcast__youtube {
	max-width: 950px;
	width: 100%;
	aspect-ratio: 1140 / 640;
	margin-left: auto;
	margin-right: auto;
}

.single-resources .podcast__youtube-section {
	padding: 80px 20px;
	background-color: #f5f7fa;
	border-top: 1px solid #e2e2e4;
	border-bottom: 1px solid #e2e2e4;
}

.single-resources .section-resources {
	background-color: #f5f7fa;
}

.single-resources .section-resources__content {
	font-size: 1.1rem;
	line-height: 2;
	width: 1026px;
	max-width: 100%;
}

.single-resources .section-resources__content * {
	color: #171156;
}

.single-resources .section-resources__content ul {
	margin-left: 0;
	padding-left: 17px;
}

.single-resources .section-resources__content.podcast {
	background-color: #f5f7fa;
	margin-top: 80px;
	margin-bottom: 80px;
}

.single-resources .section-resources__content.podcast .padding-section-large {
	max-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 991px) {

	.single-resources .section-resources__content.podcast .padding-section-large {
		padding-left: 0;
		padding-right: 0;
	}
}

.single-resources .section-resources__content.podcast .padding-section-large * {
	font-size: 1.4rem;
	line-height: 1.4;
}

.single-resources .webinar__label {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #171156;
}

@media (max-width: 767px) {

	.single-resources .webinar__label {
		font-size: 1.5rem;
	}
}

.single-resources .webinar__youtube {
	width: 100%;
	aspect-ratio: 1140 / 640;
}

.single-resources h1 {
	font-size: 2.5rem;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 3rem;
}

@media (max-width: 767px) {

	.single-resources h1 {
		font-size: 1.8rem;
		padding-left: 0;
		padding-right: 0;
	}
}

.single-resources .max-width-large {
	margin-left: auto;
	margin-right: auto;
}

.single-resources .section-speakers {
	border-top: 1px solid #e4ebf3;
	border-bottom: 1px solid #e4ebf3;
}

.single-resources .section-speakers.container {
	max-width: 940px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 991px) {

	.single-resources .section-speakers.container {
		max-width: 728px;
	}
}

.single-resources .section-speakers__speakers {
	display: grid;
	grid-row-gap: 56px;
	grid-column-gap: 64px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 50px;
}

@media (max-width: 991px) {

	.single-resources .section-speakers__speakers {
		grid-column-gap: 40px;
	}
}

@media (max-width: 767px) {

	.single-resources .section-speakers__speakers {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 479px) {

	.single-resources .section-speakers__speakers {
		grid-template-columns: 1fr;
	}
}

.single-resources .section-speakers__speaker {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.single-resources .section-speakers img.section-speakers__avatar {
	display: block;
	min-width: 270px;
}

@media (max-width: 991px) {

	.single-resources .section-speakers img.section-speakers__avatar {
		min-width: 190px;
	}
}

.single-resources .section-speakers__avatar {
	width: 270px;
	height: 270px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 24px;
}

@media (max-width: 991px) {

	.single-resources .section-speakers__avatar {
		width: 190px;
		height: 190px;
	}
}

.single-resources .section-speakers__avatar img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.single-resources .section-speakers__speaker-text strong,
.single-resources .section-speakers__speaker-text span {
	display: block;
	text-align: center;
}

.single-resources .section-speakers__speaker-text strong {
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
}

.single-resources .section-speakers__speaker-text span {
	margin-bottom: 24px;
	font-size: 14px;
}
