/*--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;600;700;800;900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lexend+Exa:wght@100..900&family=Lexend+Tera:wght@100..900&family=Lexend:wght@100..900&display=swap');

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

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

.body-wrapper {
	/* 	overflow: hidden; */
}

/**
* 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, .h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #091540;
	font-family: Lexend;
	font-size: 1rem;
	line-height: 1.5;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.search .copy-area h2,
.search .copy-area .h2,
.h4,
h5,
.h5,
h6 {
	margin: 0;
	color: #4300EC;
	clear: both;
}

h2, .h2, h3, .h3 {
	font-size: 32px;
	line-height: 36.5px;
	font-weight: 900;
}

.two-tone .primary-text {
	display: block;
	font-size: 59px;
	line-height: 0.5;
	font-weight: 200;
	color: #24C1FF;
}
.two-tone .emphasis-text {
	display: block;
	font-size: 80px;
	line-height: 1;
	font-weight: 900;
	color: #4300EC;
}
.two-tone .emphasis-text.small {
	font-size: 59px;
}

@media screen and (max-width: 900px) {
	h2, .h2, h3, .h3 {
		font-size: 28px;
		line-height: 33px;
	}
	.two-tone .primary-text {
		font-size: 49px;
	}
	.two-tone .emphasis-text {
		font-size: 66px;
	}
}
@media screen and (max-width: 560px) {
	.two-tone .primary-text {
		font-size: 33px;
	}
	.two-tone .emphasis-text {
		font-size: 44px;
	}
}
.light-text .two-tone .emphasis-text {
	color: #fff;
}
.light-text p {
	color: #fff;
}

label {
	font-weight: 800;
	text-transform: uppercase;
	color: #4300EC;
}

/* Elements
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	font-size: 20px;
	line-height: 26.66px;
	background: #fff;
}

.site-container {
	max-width: 1196px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

section {
	position: relative;
}
section.has-span-image {
	padding-bottom: 0 !important;
}
section.has-span-image .hero-cta.btn-anchor {
	margin-bottom: 0;
}
section.has-span-image + section {
	background-color: transparent !important;
}

img {
	max-width: 100%;
}

.bg-image {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
}

.flexbox {
	display: flex;
}

.dot-grid {
	background-color: #fff;
	background-image: url(../images/dot-grid.svg);
	text-align: center;
	background-position: center;
}
.dot-grid .site-container {
	padding: 51px 101px 119px;
	background-color: #fff;
}

@media screen and (max-width: 900px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
	.dot-grid .site-container {
		padding: 44px 6% 91px;
	}
}
@media screen and (max-width: 768px) {
	.flexbox {
		flex-direction: column;
	}
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul li::marker,
ol li::marker {
	color: inherit;
}


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

.card-section {
	text-align: center;
}
.card-section-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
	object-position: center;
	z-index: -2;
}
.card-section-copy {
	max-width: 937px;
	margin: 38px auto 0;
	font-size: 20px;
	line-height: 26.6px;
}
.card-section-cta {
	display: block;
	margin-top: 51px;
}
.card-section .cards {
	margin: -15px;
	display: flex;
	flex-wrap: wrap;
}
.card-section .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 273px;
	flex: 1 0 calc(33.3333333333% - 60px);
	margin: 15px;
	background-color: #fff;
	padding: 40px 25px;
}
.card-section .card-image {
	margin-bottom: 25px;
	transition: opacity .25s;
	max-height: 80px;
}
.card-section .card-image-hover {
	position: absolute;
	opacity: 0;
	transition: opacity 0.25s;
}
.card-section .card-image.offset {
	margin-top: -112px;
}
.card-section .card.has-hover:hover .card-image {
	opacity: 0;
}
.card-section .card.has-hover:hover .card-image-hover {
	opacity: 1;
}
.card-section .card-supertext {
	margin: 0 0 12px;
	font-weight: 700;
	color: #4300EC;
	text-transform: uppercase;
}
.card-section .card-supertext + .card-title {
	color: #44CCFF;
}
.card-section .card-title {
	font-weight: 400;
}
.card-section .card-title, .card-section .card-copy {
	max-width: 792px;
	margin-left: auto;
	margin-right: auto;
}
.card-section .card-copy {
	color: #091540;
}
.card-section .card-btn {
	margin-top: auto;
	border-top: 44px solid #fff;
}
.card-section.cards-burst {
	background-color: #091540;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	/* 	overflow: hidden; */
	padding: 50px 0;
}
.card-section.cards-burst .card-section-bg {
	object-fit: cover;
	z-index: unset;
}
.card-section.cards-burst .card-section-cta {
	margin-top: 62px;
}
.card-section.cards-burst .card-section-cta.hover-white:hover {
	background-color: #fff;
	color: #3528E3;
}
.card-section.cards-burst .card-section-cta.hover-white:hover:after {
	background-color: #3528E3;
}
.card-section.cards-burst .emphasis-text {
	color: #fff;
}
.card-section.cards-burst .cards {
	position: relative;
	margin-top: 44px;
}
.card-section.cards-burst .cards[data-cols=cols-1] .card-title {
	max-width: 711px;
}
.card-section.cards-burst .cards .card {
	z-index: 1;
}
.card-section.cards-burst .cards .card-title {
	max-width: 469px;
	color: #3528E3;
}
.card-section.cards-burst .cards:before, .card-section.cards-burst .cards:after {
	background-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/burst-white.svg);
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 537px;
	height: 511px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.card-section.cards-burst .cards:before {
	left: -91px;
}
.card-section.cards-burst .cards:after {
	right: -91px;
}
.card-section.cards-burst.burst-purple .cards:before, .card-section.cards-burst.burst-purple .cards:after {
	background-image: url(../images/burst-purple.svg);
}
.card-section.cards-burst.burst-purple .card {
	padding: 63px;
	border: 3px solid #3528E3;
}
.card-section.cards-burst.burst-purple .card-title {
	font-size: 36px;
	line-height: 35px;
	font-weight: 300;
	color: #4300EC;
}
.card-section.cards-dotted {
	padding: 160px 0;
	background-color: #091540;
	background-image: url(../images/dotted-background.svg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.card-section.cards-purple-border .cards {
	margin-top: 70px;
}
.card-section.cards-purple-border .card {
	position: relative;
	border: 3px solid #4300EC;
	min-width: 273px;
	padding: 16px 21px 60px;
}
.card-section.cards-purple-border .card.has-bg:before {
	background-color: transparent;
}
.card-section.cards-purple-border .card[data-aos=fade-up] {
	position: relative !important;
	transform: none !important;
	z-index: unset !important;
	margin-top: 100px !important;
	transition-property: opacity, transform, margin-top;
}
.card-section.cards-purple-border .card[data-aos=fade-up].aos-animate {
	margin-top: 0 !important;
}
.card-section.cards-purple-border .card:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid rgba(66, 0, 235, 0.2196078431);
	opacity: 1;
	z-index: -1;
}
.card-section.cards-purple-border .card:before {
	top: 0;
	left: 0;
	opacity: 0;
}
.card-section.cards-purple-border .card.aos-animate:before {
	animation: increase-border 0.25s linear forwards;
	animation-delay: 2s;
}
.card-section.cards-purple-border .card-title {
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	color: #797596;
}
.card-section.cards-purple-border .card-copy {
	max-width: 290px;
	font-size: 15px;
	line-height: 20px;
	color: #4300EC;
}
.card-section.cards-purple-border .slick-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -33px;
	list-style: none;
	padding-left: 0;
	margin: 0 -4.5px;
}
.card-section.cards-purple-border .slick-dots li {
	margin: 0 4.5px;
	border-radius: 0;
	height: 14px;
	width: 14px;
	background-color: #D2D1DC;
	transition: background-color 0.25s;
}
.card-section.cards-purple-border .slick-dots li.slick-active {
	background-color: #44CCFF;
}
.card-section.cards-purple-border .slick-dots li button {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background-color: transparent;
	color: transparent;
	cursor: pointer;
}
.card-section.cards-logos .slick-list {
	width: 100vw;
	margin: 0 -5%;
}
.card-section.cards-logos .slick-track {
	display: flex;
}
.card-section.cards-logos .cards {
	margin: 51px 0;
}
.card-section.cards-logos .card {
	position: relative;
	border: 3px solid #4300EC;
	padding: 21px;
	height: 177px;
	width: 177px !important;
	display: flex;
	justify-content: center;
	flex: none;
}
.card-section.cards-logos .card.has-bg:before {
	background-color: transparent;
}
.card-section.cards-logos .card[data-aos=fade-up] {
	position: relative !important;
	transform: none !important;
	z-index: unset !important;
	margin-top: 100px !important;
	transition-property: opacity, transform, margin-top;
}
.card-section.cards-logos .card[data-aos=fade-up].aos-animate {
	margin-top: 0 !important;
}
.card-section.cards-logos .card:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	opacity: 1;
	z-index: -1;
}
.card-section.cards-logos .card:before {
	top: 0;
	left: 0;
	opacity: 0;
}
.card-section.cards-logos .card.aos-animate:before {
	animation: increase-border 0.25s linear forwards;
	animation-delay: 2s;
}
.card-section.cards-logos .card-image {
	margin-bottom: 0;
	object-fit: contain;
	filter: grayscale(1);
}
.card-section.cards-logos .card-section-cta {
	margin-top: 38px;
}
.card-section.cards-download {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}
.card-section.cards-download .card-section-bg-image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	z-index: -999;
}
.card-section.cards-download .card {
	position: relative;
	border: 3px solid #3528E3;
	height: 535px;
	padding: 48px 60px;
	display: flex;
	flex: 1 0 calc(50% - 30px);
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.card-section.cards-download .card.has-bg:before {
	background-color: transparent;
}
.card-section.cards-download .card[data-aos=fade-up] {
	position: relative !important;
	transform: none !important;
	z-index: unset !important;
	margin-top: 100px !important;
	transition-property: opacity, transform, margin-top;
}
.card-section.cards-download .card[data-aos=fade-up].aos-animate {
	margin-top: 0 !important;
}
.card-section.cards-download .card:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #3528E3;
	opacity: 1;
	z-index: -1;
}
.card-section.cards-download .card:before {
	top: 0;
	left: 0;
	opacity: 0;
}
.card-section.cards-download .card.aos-animate:before {
	animation: increase-border 0.25s linear forwards;
	animation-delay: 2s;
}
.card-section.cards-download .card:before {
	background-color: #fff;
}
.card-section.cards-download .card-title {
	margin-bottom: auto;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	order: -1;
}
.card-section.cards-download .card-image {
	margin: 0;
}

@media screen and (min-width: 1401px) {
	.card-section.cards-burst .cards:before {
		left: -187px;
	}
	.card-section.cards-burst .cards:after {
		right: -187px;
	}
}
@media screen and (min-width: 769px) {
	.card-section.cards-purple-border .cards .card {
		opacity: 1 !important;
	}
}
@media screen and (max-width: 768px) {
	.card-section.cards-purple-border .cards {
		flex-wrap: nowrap;
		margin-bottom: 44px;
	}
	.card-section.cards-burst {
		padding-top: 50px;
	}
	.card-section.cards-burst .cards {
		flex-direction: column;
		margin-top: 75px;
		margin-bottom: 25px;
	}
	.card-section.cards-burst .cards:before, .card-section.cards-burst .cards:after {
		width: 80%;
		min-height: 700px;
		left: 50%;
		transform: translateX(-50%);
	}
	.card-section.cards-burst .cards:before {
		background-position: top center;
		top: -89px;
	}
	.card-section.cards-burst .cards:after {
		background-position: bottom center;
		top: unset;
		bottom: -89px;
	}
	.card-section.cards-burst .cards .card-title {
		font-size: 28px;
	}
	.card-section.cards-burst.has-bottom-cta .cards:after {
		content: none;
	}
}
@media screen and (max-width: 560px) {
	.card-section .card-image {
		margin-bottom: 24px;
	}
	.card-section.cards-burst .card-section-cta {
		margin-top: 31px;
	}
}
section {
	padding: 102px 0;
}

.small-image-slider .slick-track {
	display: flex;
	align-items: center;
}
.small-image-slider .slick-slide {
	margin: 0 8px;
}
.small-image-slider-nav {
	margin-top: 29px;
	text-align: center;
}
.small-image-slider-nav .slick-prev {
	margin-right: 12px;
	transform: scaleX(-1);
}
.small-image-slider-nav .slick-next {
	margin-left: 12px;
}
.small-image-slider-nav .slick-arrow {
	appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/pixel-arrow-blue.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 31px;
	width: 17px;
	color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background-image 0.25s;
}
.small-image-slider-nav .slick-arrow.slick-disabled {
	background-image: url(../images/pixel-arrow-gray.svg);
}
.small-image-slider-nav .slick-arrow {
	background-size: contain;
	height: 24px;
}

.portfolio-slider {
	overflow: hidden;
	pointer-events: none;
}
.portfolio-slider .slick-list {
	overflow: visible;
}
.portfolio-slider .slick-track {
	display: flex;
}
.portfolio-slider .logo-slider {
	margin: -15px;
	padding-top: 77px;
	padding-left: 10%;
	overflow: hidden;
}
.portfolio-slider .logo-slide {
	border: 3px solid #4300EC;
	box-shadow: -6px 6px #ffffff, -6px 6px 0px 3px rgba(67, 0, 236, 0.5);
	padding: 12px;
	margin: 15px;
	height: 183px;
	width: 183px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.portfolio-slider .logo-slide .co-investor-logo {
	filter: grayscale(1);
}

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

/* Forms
--------------------------------------------- */
a {
	color: #4300EC;
}
a:active {
	color: #4300EC;
}

.btn, .subscribe-form .hs-form .actions .hs-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	transition: transform 0.25s;
	/* 	min-width: auto; */
	justify-content: center;
	padding: 13px 47px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #4300EC;
	background-color: #5BD0FF;
	border-radius: 0;
	border: none;
	text-decoration: none;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	transition: background-color 0.25s, color 0.25s;
}
.btn:after, .subscribe-form .hs-form .actions .hs-button:after {
	content: "";
	background-color: #4300EC;
	flex-shrink: 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transition: transform 0.25s, background-color 0.25s;
}
.btn:hover:after, .subscribe-form .hs-form .actions .hs-button:hover:after {
	background-color: #fff;
}
.btn:after, .subscribe-form .hs-form .actions .hs-button:after {
	-webkit-mask-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/arrow-right.svg);
	mask-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/arrow-right.svg);
	width: 32px;
	height: 30px;
}
.btn:after, .subscribe-form .hs-form .actions .hs-button:after {
	margin-left: 12px;
}
.btn:hover:after, .subscribe-form .hs-form .actions .hs-button:hover:after {
	transform: translateX(4px);
}
.btn:hover, .subscribe-form .hs-form .actions .hs-button:hover {
	background-color: #3528E3;
	color: #fff;
}
.btn-download:after {
	mask-image: url(../images/download.svg);
	-webkit-mask-image: url(../images/download.svg);
	transform: none !important;
}
.btn-anchor {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	transition: transform 0.25s;
	flex-direction: column;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	text-decoration: none;
}
.btn-anchor:after {
	content: "";
	background-color: #4300EC;
	flex-shrink: 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transition: transform 0.25s, background-color 0.25s;
}
.btn-anchor:after {
	-webkit-mask-image: url(../images/arrow-down.svg);
	mask-image: url(../images/arrow-down.svg);
	width: 30px;
	height: 33px;
}
.btn-anchor:after {
	margin-top: 12px;
}
.btn-anchor:hover:after {
	transform: translateY(4px);
}
.btn-with-arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	transition: transform 0.25s;
	flex-direction: row-reverse;
}
.btn-with-arrow:after {
	content: "";
	background-color: #000;
	flex-shrink: 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transition: transform 0.25s, background-color 0.25s;
}
.btn-with-arrow:after {
	-webkit-mask-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/arrow-right.svg);
	mask-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/arrow-right.svg);
	width: 32px;
	height: 30px;
}
.btn-with-arrow:after {
	margin-right: 12px;
	transform: rotate(180deg);
}
.btn-with-arrow:hover:after {
	transform: rotate(180deg) translateX(4px);
}
.btn-pixel, .single .addtoany_list a:hover, .single .widget .addtoany_list a:hover, .single .addtoany_list a, .single .widget .addtoany_list a, .btn-pixel-black, .btn-arrow, .btn-white, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a {
	background-image: url(../images/purple-button.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 275px;
	max-width: 100%;
	height: 64px;
	padding: 16px 36px;
	border: none;
	text-align: center;
	color: #4300EC;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.btn-pixel:active, .single .addtoany_list a:active, .btn-pixel-black:active, .btn-arrow:active, .btn-white:active, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:active, .btn-pixel:focus, .single .addtoany_list a:focus, .btn-pixel-black:focus, .btn-arrow:focus, .btn-white:focus, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:focus {
	background-image: url(../images/purple-button-push.svg);
}
.btn-white, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a {
	background-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/white-button.svg);
	height: auto;
	width: 225px;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.btn-white:hover, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:hover {
	background-image: url(../images/Button-White-filled.svg);
	color: #3528E3;
	transition: 0.3s;
}
.btn-white:active, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:active, .btn-white:focus, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:focus {
	background-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/white-button-push.svg);
	color: #fff !important;
}
.btn-arrow {
	background-image: url(../images/Expand-CTA.svg);
	font-size: 20px;
	text-transform: none;
}
.btn-arrow:after {
	content: "";
	background-image: url(../images/cta-arrow.svg);
	position: relative;
	position: relative;
	right: -10px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
}
.btn-arrow:focus {
	background-image: url(../images/Expand-CTA.svg);
}
.btn-arrow:active {
	background-image: url(../images/Close-CTA.svg);
	color: #3528E3 !important;
}

.btn-pixel-black {
	max-width: 257px;
	width: auto;
	margin: 9px 0;
	background-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/black-button-push.svg);
	background-color: #fff;
	color: #08173E;
}
.btn-pixel-black:active, .btn-pixel-black:focus {
	background-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/dark-active.svg);
	color: #fff;
}
.btn-pixel-black.hide {
	display: none;
}
.btn-pixel-black.hide:active, .btn-pixel-black.hide:focus {
	background-image: url(../images/dark-active.svg);
}

.btn-pixel.active, .single .addtoany_list a.active, .active.btn-white, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a.active, .active.btn-arrow, .active.btn-pixel-black {
	background-image: url(../images/dark-active.svg);
	color: #fff;
}

.arrow-link, .arrow-link-back {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	transition: transform 0.25s;
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	color: #4300EC;
}
.arrow-link:after, .arrow-link-back:after {
	content: "";
	background-color: #4300EC;
	flex-shrink: 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transition: transform 0.25s, background-color 0.25s;
}
.arrow-link:after, .arrow-link-back:after {
	-webkit-mask-image: url(../images/arrow-right.svg);
	mask-image: url(../images/arrow-right.svg);
	width: 32px;
	height: 30px;
}
.arrow-link:after, .arrow-link-back:after {
	margin-left: 12px;
}
.arrow-link:hover:after, .arrow-link-back:hover:after {
	transform: translateX(4px);
}
.arrow-link.small, .small.arrow-link-back {
	font-size: 15px;
	line-height: 19px;
}
.arrow-link.small:after, .small.arrow-link-back:after {
	width: 21.5px;
	height: 20px;
}
.arrow-link-back {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	transition: transform 0.25s;
	flex-direction: row-reverse;
}
.arrow-link-back:after {
	content: "";
	background-color: #4300EC;
	flex-shrink: 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transition: transform 0.25s, background-color 0.25s;
}
.arrow-link-back:after {
	-webkit-mask-image: url(../images/arrow-right.svg);
	mask-image: url(../images/arrow-right.svg);
	width: 32px;
	height: 30px;
}
.arrow-link-back:after {
	margin-right: 12px;
	transform: rotate(180deg);
}
.arrow-link-back:hover:after {
	transform: rotate(180deg) translateX(4px);
}

.alm-load-more-btn {
	display: none !important;
}

@media screen and (max-width: 480px) {
	.btn, .subscribe-form .hs-form .actions .hs-button {
		min-width: 0;
		padding: 13px 24px;
		font-size: 18px;
		line-height: 19px;
	}
	.arrow-link, .arrow-link-back {
		font-size: 22px;
		line-height: 22px;
	}
}
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%;
}

.subscribe-form .hs-form {
	display: flex;
	justify-content: center;
}
.subscribe-form .hs-form .actions {
	height: 100%;
}
.subscribe-form .hs-form .actions .hs-button {
	/* 	min-width: 0; */
	height: 100%;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 25px;
	margin-left: 4px;
}
.subscribe-form .hs-form .hs-form-field {
	max-width: 351px;
	width: 100%;
}
.subscribe-form .hs-form .hs-form-field .hs-input {
	width: 100%;
	padding: 9.5px;
	border-radius: 0;
	border: 3px solid #fff;
	text-transform: uppercase;
}
.subscribe-form .hs-form .hs-form-field .hs-input:focus {
	outline: none;
}
.subscribe-form .hs-form .hs_error_rollup {
	display: none;
}
.subscribe-form .hs-form .hs-error-msgs {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
}
.subscribe-form .hs-form .hs-error-msgs .hs-error-msg {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: red;
}

@media screen and (max-width: 500px) {
	.subscribe-form .hs-form {
		flex-direction: column;
	}
	.subscribe-form .hs-form .hs-input[type=email] {
		width: 100%;
	}
	.subscribe-form .hs-form .hs-button.primary.large {
		margin: 20px 0 0;
		width: 100%;
	}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
	position: relative;
	z-index: 1;
}
#masthead:before {
	content: "";
	background: linear-gradient(to right, #4300EC, #24C1FF);
	position: absolute;
	top: 132px;
	left: 0;
	width: 100%;
	height: calc(100% - 132px);
}
#masthead:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 4px;
	width: 100%;
	background: linear-gradient(90deg, #4300EC, #24C1FF);
}
#masthead .main-navigation {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 41px 0 38px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	overflow: hidden;
}
#masthead .main-navigation .menu-toggle {
	display: none;
}
#masthead .main-navigation .menu-primary-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#masthead .main-navigation .menu-primary-container ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] {
	display: flex;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] > .hs-menu-item > a,
#masthead .main-navigation .menu-primary-container .custom-logo-link {
	height: 49px;
	display: flex;
	align-items: center;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-menu-item {
	margin-left: 51px;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-menu-item a {
	color: #4300EC;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .menu-item-home {
	flex: 1 0 auto;
	height: 49px;
	margin-left: 0;
	object-fit: contain;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .menu-item-home + .hs-menu-item {
	margin-left: 0;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children {
	position: relative;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children > a:after {
	content: "+";
	display: inline-block;
	margin-left: 6px;
	color: #44CCFF;
	transition: transform 0.25s;
	cursor: pointer;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper {
	margin-top: -100%;
	display: flex;
	gap: 20px;
	width: 0;
	opacity: 0;
	font-weight: 200;
	pointer-events: none;
	white-space: nowrap;
	transition: opacity 0.25s, margin-top 0.25s;
	display: flex;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item {
	margin-left: 0;
	width: 157px;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	text-transform: none;
	transition: background-image 0.25s, color 0.25s;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:hover:not(:active):not(:focus) {
	background-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/white-button-hover.svg);
	color: #3528E3;
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-menu-item.active > a:after {
	transform: rotate(45deg);
}
#masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-menu-item.active .hs-menu-children-wrapper {
	margin: 62px 0 -16px;
	opacity: 1;
	pointer-events: auto;
}

.hamburger {
	display: none;
	position: relative;
	width: 32px;
	height: 30px;
	cursor: pointer;
}
.hamburger-line {
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0;
	border-radius: 6px;
	background-color: #4300EC;
	transition: transform 0.25s;
}
.hamburger-line:nth-child(1) {
	top: 0;
}
.hamburger-line:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.hamburger-line:nth-child(3) {
	bottom: 0;
}
.hamburger.active .hamburger-line:nth-child(1), .hamburger.active .hamburger-line:nth-child(2) {
	top: 50%;
	transform: rotate(45deg);
}
.hamburger.active .hamburger-line:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

.breadcrumbs {
	position: relative;
	width: 100%;
	padding-bottom: 28px;
	color: #4300EC;
	z-index: 1;
	display: none;
}

.breadcrumbs.show-bdcbs {
	display: block;
}

.breadcrumbs .breadcrumb {
	display: inline;
}

.page-template-template-portfolio .breadcrumbs {
	color: #fff;
}
.page-template-template-portfolio .breadcrumbs a {
	color: #fff;
}

@media screen and (max-width: 1100px) {
	#masthead:before {
		top: 112px;
		height: calc(100% - 112px);
	}
	#masthead .main-navigation {
		flex-direction: row;
	}
	#masthead .main-navigation .custom-logo {
		height: 30px;
		width: auto;
	}
	#masthead .main-navigation .hamburger {
		display: block;
	}
	#masthead .main-navigation .hamburger.active + .menu-primary-container ul[role="menu"] {
		margin-bottom: 0;
	}
	#masthead .main-navigation .hamburger.active + .menu-primary-container ul[role="menu"] .menu-item-home + .hs-menu-item {
		margin-top: 24px;
	}

	#masthead .main-navigation .menu-primary-container ul#primary-menu {
		flex-direction: column;
		display: flex;
		margin-top: -10px;
	}

	#masthead .main-navigation .menu-primary-container ul[role="menu"] {
		flex-direction: column;
		margin-bottom: -100%;
		transition: margin-bottom 0.25s;
		margin-top: 59px;
	}

	#masthead .main-navigation .menu-primary-container {
		flex-flow: column;
	}

	#masthead .main-navigation .menu-primary-container ul[role="menu"] > .hs-menu-item {
		margin-left: 0;
		min-height: 30px;
	}
	#masthead .main-navigation .menu-primary-container ul[role="menu"] > .hs-menu-item a {
		color: #fff;
		font-weight: 200;
	}
	#masthead .main-navigation .menu-primary-container #primary-menu .menu-item-home {
		height: 30px;
		margin-left: auto;
		margin-bottom: 13px;
	}
	#masthead .main-navigation .menu-primary-container ul[role="menu"] > .hs-menu-item > a {
		height: 30px;
	}
	#masthead .main-navigation .menu-primary-container ul[role="menu"] > .hs-item-has-children .hs-menu-children-wrapper {
		margin-top: calc(1em - 100%);
		flex-direction: column;
		gap: 0;
	}
	#masthead .main-navigation .menu-primary-container ul[role="menu"] > .hs-item-has-children.active .hs-menu-children-wrapper {
		margin: 0;
	}
}
.footer {
	position: relative;
	padding: 48px 0 77px;
	background-color: #091540;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
}
.footer a {
	color: #44CCFF;
	text-decoration: underline;
}
.footer ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.footer .subscribe-section {
	display: flex;
	margin-bottom: 51px;
	border: 3px solid #fff;
	background-color: #091540;
	align-items: center;
	padding: 20px 7%;
	box-shadow: -9px 9px #091540, -9px 9px 0px 3px rgba(255, 255, 255, 0.2);
}
.footer .subscribe-section .col-right {
	margin-left: auto;
}
.footer .subscribe-section .col-left {
	padding-right: 20px;
}
.footer .subscribe-section #mc_embed_signup {
	background: none;
}
.footer .subscribe-section #mc_embed_signup_scroll {
	display: flex;
}
.footer .subscribe-section .mc-field-group p {
	margin: 0 4px 0 0;
}
.footer .subscribe-section input#mc-embedded-subscribe {
	background: #44CCFF;
	color: #4300EC;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.25s;
}
.footer .subscribe-section input#mc-embedded-subscribe:hover {
	background: rgba(68, 204, 255, 0.8);
}
.footer .subscribe-section input#mce-EMAIL {
	padding: 5px 20px;
	border-radius: 0;
	border: 3px solid #fff;
	background: none;
	color: #fff;
	font-family: Lexend;
}
.footer .subscribe-section input#mce-EMAIL:focus {
	outline: none;
}
.footer .subscribe-section-headline {
	max-width: 450px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
}
@media screen and (max-width: 800px) {
	.footer .subscribe-section {
		display: block;
		padding: 20px;
	}
	.footer .subscribe-section .col-left {
		padding: 0;
	}
}
@media screen and (max-width: 470px) {
	.footer .subscribe-section div#mc_embed_signup_scroll {
		display: block;
	}
}
.footer-top-row {
	display: flex;
	justify-content: space-between;
	padding-bottom: 44px;
	border-bottom: 3px solid #797596;
}
.footer-nav ul:not(.hs-menu-children-wrapper)[role="menu"] {
	display: flex;
	margin: -15px;
}
.footer-nav ul[role="menu"] .hs-menu-item {
	margin: 15px;
	font-weight: 800;
	font-size: 16px;
}
.footer-nav ul[role="menu"] .hs-item-has-children > a {
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}
.footer-nav ul[role="menu"] .hs-item-has-children > a:after {
	content: "+";
	display: inline-block;
	margin-left: 6px;
}
.footer-nav ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper {
	margin-top: 13px;
	width: 0;
	white-space: nowrap;
}
.footer-nav ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item {
	margin: 0 0 10px 0;
}
.footer-nav ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a {
	color: #fff;
	font-weight: 400;
}
.footer-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 35px;
	font-size: 15px;
	line-height: 26.6px;
	letter-spacing: -0.68px;
}
.footer-bottom-row .footer-link {
	margin-left: 12px;
	color: #fff;
}
.footer-bottom-row .footer-link:first-of-type {
	margin-left: 0;
}
.footer-bottom-row .footer-copyright {
	margin: 0;
}
.footer .footer-logo {
	min-width: 250px;
}

@media screen and (max-width: 1100px) {
	.footer .footer-logo {
		min-width: 150px;
	}
}
@media screen and (max-width: 1100px) {
	.footer .footer-logo {
		min-width: 100px;
	}
}
@media screen and (max-width: 900px) {
	.footer-logo {
		margin-bottom: 33px;
	}
	.footer .footer-logo {
		min-width: 250px;
	}
	.footer .footer-right .socials {
		justify-content: center;
	}
	.footer-top-row {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
	}
	.footer-bottom-row {
		flex-direction: column;
	}
	.footer-nav ul[role="menu"] {
		flex-direction: column;
		margin: 0;
	}
	.footer-nav ul[role="menu"] .hs-menu-item {
		margin: 0;
	}
	.footer-nav ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper {
		width: auto;
		white-space: normal;
	}
}
.socials {
	display: flex;
	justify-content: flex-end;
	margin: -6px;
	padding-top: 51px;
}
.socials .social-link {
	width: 27px;
	height: 27px;
	margin: 6px;
}
.socials .social-link path {
	fill: #44CCFF;
	transition: fill 0.25s;
}
.socials .social-link:hover path {
	fill: #fff;
}

@media screen and (max-width: 560px) {
	.socials {
		padding: 0 0 33px;
		justify-content: center;
	}
}
/* Pages
--------------------------------------------- */
.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
	margin-bottom: -39px;
	font-size: 87px;
	line-height: 95px;
}
.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
	font-size: 119px;
	line-height: 149px;
	letter-spacing: -6.34px;
}
.home .hero-copy {
	margin-top: 48px;
}
.home .card-section .cards[data-cols=cols-1] .card-title {
	max-width: 100%;
	font-weight: 800;
	color: #4300EC;
}
@media screen and (min-width: 1401px) {
	.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
		margin-bottom: -55px;
		font-size: 111px;
		line-height: 139px;
	}
	.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
		font-size: 141px;
		line-height: 176px;
	}
	.home .card-section.cards-burst .cards[data-cols=cols-1]:before {
		left: -91px;
	}
	.home .card-section.cards-burst .cards[data-cols=cols-1]:after {
		right: -91px;
	}
}
@media screen and (max-width: 900px) {
	.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
		font-size: 66px;
		line-height: 77px;
	}
	.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
		font-size: 102px;
		line-height: 131px;
	}
}
@media screen and (max-width: 768px) {
	.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
		font-size: 52px;
		line-height: 67px;
	}
	.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
		font-size: 80px;
		line-height: 115px;
	}
}
@media screen and (max-width: 560px) {
	.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
		margin-bottom: 0;
		font-size: 44px;
		line-height: 0.5;
	}
	.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
		font-size: 67px;
		line-height: 67px;
	}
}
@media screen and (max-width: 480px) {
	.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
		font-size: 35px;
	}
	.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
		font-size: 51px;
	}
	.home .card-section.cards-burst .card {
		padding: 44px 5% 49px;
	}
}

.default-hero {
	background-size: cover;
	background-position: right;
	padding: 160px 0;
}
.default-hero .site-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.default-hero-headline {
	font-size: 80px;
	line-height: 63px;
	font-weight: 800;
}
.default-hero-subtext {
	margin-top: 21px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #4300EC;
}
.default-disclaimer {
	padding: 133px 0;
	background-color: #091540;
	color: #fff;
}
.default-disclaimer-copy {
	margin: 0;
}
.default-content {
	padding-bottom: 149px;
	background-image: url(../images/dot-grid.svg);
}
.default-content .site-container {
	position: relative;
	border: 3px solid #4300EC;
	padding: 87px 90px 130px;
	background-color: #fff;
}
.default-content .site-container.has-bg:before {
	background-color: transparent;
}
.default-content .site-container:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	opacity: 1;
	z-index: -1;
}
.default-content .site-container:before {
	background-color: #4300EC;
}
.default-content-copy h1, .default-content-copy .h1, .default-content-copy h2, .default-content-copy .h2, .default-content-copy h3, .default-content-copy .h3, .default-content-copy h4, .default-content-copy .search .copy-area h2, .search .copy-area .default-content-copy h2, .default-content-copy .search .copy-area .h2, .search .copy-area .default-content-copy .h2, .default-content-copy .h4, .default-content-copy h5, .default-content-copy .h5, .default-content-copy h6 {
	margin: 1em 0;
	font-weight: 900;
	color: #091540;
}
.default-content-copy h2, .default-content-copy .h2 {
	font-size: 26px;
	line-height: 26.7px;
}
.default-content-copy h3, .default-content-copy .h3 {
	font-size: 20px;
	line-height: 26px;
}
.default-content-copy strong {
	font-weight: 900;
}
.default-content-copy ul, .default-content-copy ol {
	margin-left: 0;
}
.default-cta .cta-copy {
	margin: 0 auto 44px;
	font-size: 37px;
	line-height: 47px;
	font-weight: 300;
}

@media screen and (max-width: 1000px) {
	.default-hero {
		background-color: rgba(255, 255, 255, 0.8392156863);
		background-blend-mode: lighten;
	}
}
@media screen and (max-width: 768px) {
	.default-hero-headline {
		font-size: 57px;
		line-height: 1;
	}
	.default-content .site-container {
		padding: 33px 6% 100px;
	}
	.default-cta .cta-copy {
		font-size: 31px;
		line-height: 38px;
	}
}
@media screen and (max-width: 560px) {
	.default-hero-headline {
		font-size: 43px;
	}
	.default-cta .cta-copy {
		font-size: 26px;
		line-height: 32px;
	}
}
@media screen and (max-width: 480px) {
	.default-content-copy h2, .default-content-copy .h2 {
		font-size: 21px;
		line-height: 26px;
	}
	.default-content-copy h3, .default-content-copy .h3 {
		font-size: 18px;
		line-height: 24px;
	}
}
.category .breadcrumbs, .category .breadcrumbs a {
	color: #fff;
}
.category .search {
	padding-top: 31px;
}

.blog-back {
	display: none;
}

.blog-back.show-btn {
	display: inline-flex;
}

.category .blog-back {
	max-width: 309px;
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	white-space: nowrap;
	text-transform: none;
}

.category .blog-back-mobile {
	display: none;
	position: absolute;
	top: 33px;
	left: 19px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
}
.category .blog-back-mobile:after {
	background-color: #fff;
}
.category .blog-hero {
	position: relative;
	background-image: url(../images/white-dot-grid-header-double.png);
	background-position: center calc(100% + 81px);
	padding-bottom: 67px;
}
.category .blog-hero-post-section {
	padding-top: 0;
}
.category .category-top-section .circle-dot-grid-container {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.category .category-top-section .site-container {
	position: relative;
}
.category .category-top-section .site-container .circle-dot-grid {
	position: absolute;
	top: 313px;
	right: -170px;
}
.category .all-posts {
	padding-top: 0;
}
@media screen and (max-width: 768px) {
	.category .breadcrumbs, .category .blog-back {
		display: none;
	}
	.category .blog-back-mobile {
		display: inline-flex;
	}
	.category .blog-hero {
		background-position: center bottom;
		padding: 113px 0 180px;
	}
	.category .category-top-section {
		margin-top: -46px;
	}
	.category .category-top-section .alm-listing .alm-reveal {
		margin-top: 32px;
		gap: 32px;
	}
}

/* Sections
--------------------------------------------- */
.blog-preview {
	position: relative;
	padding: 249px 0 169px;
	text-align: center;
}
.blog-preview-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	z-index: -2;
}
.blog-preview-headline {
	margin-bottom: 58px;
}
.blog-preview-cta {
	margin-top: 51px;
}
.blog-preview-posts {
	display: flex;
	gap: 31px;
}
.blog-preview-posts-item {
	position: relative;
	border: 3px solid #3528E3;
	background-color: #fff;
	color: inherit;
	text-align: left;
	text-decoration: none;
}
.blog-preview-posts-item.has-bg:before {
	background-color: transparent;
}
.blog-preview-posts-item[data-aos=fade-up] {
	position: relative !important;
	transform: none !important;
	z-index: unset !important;
	margin-top: 100px !important;
	transition-property: opacity, transform, margin-top;
}
.blog-preview-posts-item[data-aos=fade-up].aos-animate {
	margin-top: 0 !important;
}
.blog-preview-posts-item:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #3528E3;
	opacity: 1;
	z-index: -1;
}
.blog-preview-posts-item:before {
	top: 0;
	left: 0;
	opacity: 0;
}
.blog-preview-posts-item.aos-animate:before {
	animation: increase-border 0.25s linear forwards;
	animation-delay: 2s;
}
.blog-preview-posts-item .copy-area {
	padding: 27px 26px;
}
.blog-preview-posts-item.full {
	flex: 1 0 52%;
	display: flex;
	flex-direction: column;
}
.blog-preview-posts-item.full.no-image {
	padding-top: 115px;
}
.blog-preview-posts-item.full .copy-area {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 59px 29px 29px 29px;
}
.blog-preview-posts-item.full .copy-area .blog-preview-posts-item-title {
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -1.57px;
	font-weight: 400;
}
.blog-preview-posts-item.full .copy-area .blog-preview-posts-item-link {
	margin-top: auto;
}
.blog-preview-posts-item.full .copy-area:before, .blog-preview-posts-item.full .copy-area:after {
	position: absolute;
	top: -150px;
	right: 31px;
}
.blog-preview-posts-item.full .copy-area:before {
	content: url(../images/Icon-BlogModule-Static.svg);
}
.blog-preview-posts-item.full .copy-area:after {
	content: url(../images/Icon-BlogModule-Active.svg);
	opacity: 0;
	transition: opacity 0.25s;
}
.blog-preview-posts-item.full:hover .copy-area:after {
	opacity: 1;
}
.blog-preview-posts-item-image {
	flex: 1 0 336px;
	width: 100%;
	background-position: center;
	background-size: cover;
	border-bottom: 3px solid #3528E3;
	background-color: #c2cef9;
	background-blend-mode: luminosity;
}
.blog-preview-posts-item-cats {
	display: flex;
	gap: 12px;
	margin-bottom: 10px;
}
.blog-preview-posts-item-cats p {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #44CCFF;
}
.blog-preview-posts-item-cats p:not(:first-of-type):before {
	content: "/";
	margin-right: 12px;
}
.blog-preview-posts-item-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: -0.9px;
	color: #091540;
}
.blog-preview-posts-item-copy {
	font-size: 15px;
	line-height: 20px;
}
.blog-preview-posts-item-copy p {
	margin: 0;
}
.blog-preview-posts-item-link {
	font-size: 20px;
	text-decoration: none;
}
.blog-preview-posts .subsection {
	flex: 1 0 48%;
	display: flex;
	flex-direction: column;
	gap: 31px;
}
.blog-preview-posts .subsection .blog-preview-posts-item {
	position: relative;
}
.blog-preview-posts .subsection .blog-preview-posts-item:after {
	content: "";
	background-image: url(../images/Corner-Starburst-Fade.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	transform: scale(1, 1);
}
.blog-preview-posts .subsection .blog-preview-posts-item .copy-area {
	display: flex;
}
.blog-preview-posts .subsection .blog-preview-posts-item-title {
	max-width: 363px;
}
.blog-preview-posts .subsection .blog-preview-posts-item-copy {
	max-width: 340px;
}
.blog-preview-posts .subsection .blog-preview-posts-item-link {
	flex: 1 0 auto;
	align-items: flex-start;
	justify-content: flex-end;
}

@media screen and (max-width: 900px) {
	.blog-preview-posts {
		flex-direction: column;
	}
}
@media screen and (max-width: 768px) {
	.blog-preview-posts-item.full .blog-preview-posts-item-image {
		flex-basis: 250px;
	}
	.blog-preview-posts-item.full .copy-area .blog-preview-posts-item-title {
		max-width: 363px;
		font-size: 20px;
		line-height: 25px;
		font-weight: 600;
		letter-spacing: -0.9px;
	}
	.blog-preview-posts-item.full .copy-area .blog-preview-posts-item-copy {
		max-width: 340px;
	}
	.blog-preview-posts-item.full .copy-area .blog-preview-posts-item-link {
		margin-top: 12px;
	}
	.blog-preview .subsection .blog-preview-posts-item .copy-area {
		flex-direction: column;
	}
	.blog-preview .subsection .blog-preview-posts-item-link {
		margin-top: 12px;
		justify-content: flex-start;
	}
}
.button-slides-section {
	text-align: center;
	overflow: hidden;
}
.button-slides-section-wrapper {
	position: relative;
}
.button-slides-section-wrapper + .button-slides-section-wrapper {
	margin-top: 161px;
}
.button-slides-section-headline {
	margin-bottom: 108px;
}
.button-slides-section-supertext {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	text-transform: uppercase;
	color: #4300EC;
}
.button-slides-section-title {
	font-size: 36.54px;
	line-height: 47px;
	font-weight: 400;
	color: #08173E;
}
.button-slides-section-copy {
	max-width: 994px;
	margin: 16px auto 60px;
	font-size: 20px;
	line-height: 26.6px;
}
.button-slides-section .button-slides {
	display: flex;
}
.button-slides-section .button-slides p {
	user-select: text;
}
.button-slides-section .button-slides .slick-list {
	padding: 10px;
}
.button-slides-section .button-slides-wrapper {
	display: flex;
	flex-direction: column-reverse;
}
.button-slides-section .button-slides-labels {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -16px -16px 76px;
}
.button-slides-section .button-slides-labels .btn-pixel, .button-slides-section .button-slides-labels .single .addtoany_list a, .single .addtoany_list .button-slides-section .button-slides-labels a, .button-slides-section .button-slides-labels .btn-white, .button-slides-section .button-slides-labels .btn-arrow, .button-slides-section .button-slides-labels .btn-pixel-black, .button-slides-section .button-slides-labels #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .button-slides-section .button-slides-labels a {
	margin: 16px;
}
.button-slides-section .button-slides .button-slide {
	position: relative;
	border: 3px solid #3528E3;
	display: flex;
	flex: 1 0 100%;
	padding: 33px 91px;
	background-color: #fff;
	text-align: left;
	pointer-events: none;
	z-index: unset !important;
}
.button-slides-section .button-slides .button-slide.has-bg:before {
	background-color: transparent;
}
.button-slides-section .button-slides .button-slide:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #3528E3;
	opacity: 1;
	z-index: -1;
}
.button-slides-section .button-slides .button-slide.active {
	order: -1;
}
.button-slides-section .button-slides .button-slide-image {
	margin-right: 10%;
}
.button-slides-section .button-slides .slick-active {
	pointer-events: auto;
}
@media screen and (min-width: 769) {
	.button-slides-section .button-slides-labels .slick-current {
		background-image: url(../images/purple-button-push.svg);
	}
}
.button-slides-section .button-slides-labels .slick-track {
	width: 100% !important;
}

@media screen and (min-width: 768px) {
	.button-slides-section .button-slides-labels .slick-list {
		overflow: visible;
	}
	.button-slides-section .button-slides-labels .slick-track {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.button-slides-section .button-slides-labels .button-slide-toggle {
		width: 260px !important;
		display: inline-flex !important;
		padding: 16px;
		height: unset;
	}
}
@media screen and (max-width: 768px) {
	.button-slides-section {
		padding-bottom: 0;
	}
	.button-slides-section-wrapper:not(:last-of-type) {
		margin-bottom: 101px;
	}
	.button-slides-section-title {
		font-size: 28px;
		line-height: 33px;
	}
	.button-slides-section .button-slides-wrapper .slick-slider {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.button-slides-section .button-slides .button-slide {
		flex-direction: column;
		align-items: center;
		padding: 33px;
		text-align: center;
	}
	.button-slides-section .button-slides .button-slide-image {
		margin-right: 0;
		margin-bottom: 33px;
	}
	.button-slides-section .button-slides .slick-dots {
		width: 100%;
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: -33px;
		list-style: none;
		padding-left: 0;
		margin: 0 -4.5px;
	}
	.button-slides-section .button-slides .slick-dots li {
		margin: 0 4.5px;
		border-radius: 0;
		height: 14px;
		width: 14px;
		background-color: #D2D1DC;
		cursor: pointer;
		transition: background-color 0.25s;
	}
	.button-slides-section .button-slides .slick-dots li.slick-active {
		background-color: #44CCFF;
	}
	.button-slides-section .button-slides .slick-dots li button {
		appearance: none;
		-webkit-appearance: none;
		border: none;
		background-color: transparent;
		color: transparent;
	}
	.button-slides-section .button-slides-labels {
		margin-bottom: 44px;
	}
	.button-slides-section .button-slides-labels .slick-track {
		display: block;
		height: 80px;
	}
	.button-slides-section .button-slides-labels .slick-list {
		width: 100%;
	}
	.button-slides-section .button-slides-labels .button-slide-toggle {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		display: flex;
		align-items: center;
		max-width: 80%;
		margin: 0;
		font-size: 16px;
	}
	.button-slides-section .button-slides-labels .slick-arrow {
		background-position: center;
		background-repeat: no-repeat;
		height: 53px;
		width: 53px;
		color: transparent;
		border: none;
		background-color: transparent;
		appearance: none;
		-webkit-appearance: none;
		cursor: pointer;
	}
	.button-slides-section .button-slides-labels .slick-arrow.slick-next {
		background-image: url(../images/mobile-button-right.svg);
	}
	.button-slides-section .button-slides-labels .slick-arrow.slick-next:active {
		background-image: url(../images/press-mobile-button-right.svg);
	}
	.button-slides-section .button-slides-labels .slick-arrow.slick-prev {
		background-image: url(../images/mobile-button-left.svg);
	}
	.button-slides-section .button-slides-labels .slick-arrow.slick-prev:active {
		background-image: url(../images/press-mobile-button-left.svg);
	}
	.button-slides-section-wrapper + .button-slides-section-wrapper {
		margin-top: 60px;
	}
}
@media screen and (max-width: 480px) {
	.button-slides-section .button-slides-labels .button-slide-toggle {
		padding: 16px 28px;
		font-size: 13px;
	}
}
.cta {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 26.6px;
}
.cta .site-container {
	padding: 75px 33px 87px;
	border: 3px solid #fff;
}
.cta .two-tone .primary-text,
.cta .two-tone .emphasis-text {
	font-size: 37px;
	line-height: 1;
}
.cta .two-tone .emphasis-text {
	color: #fff;
}
.cta .two-tone .primary-text.large {
	font-size: 111px;
	line-height: 139px;
	letter-spacing: -1.11px;
	font-weight: 300;
}
.cta-copy {
	max-width: 698px;
	margin: 33px auto 51px;
}
.cta .button {
	background: #44CCFF;
	color: #4300EC;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 10px;
}
.cta div#mc_embed_signup_scroll {
	display: flex;
	align-items: center;
}
.cta div#mc_embed_signup_scroll input#mce-EMAIL {
	border: 3px solid #000000;
	padding: 8px 20px;
}

@media screen and (max-width: 768px) {
	.cta .two-tone .primary-text.large {
		font-size: 80px;
		line-height: 90px;
	}
}
@media screen and (max-width: 560px) {
	.cta {
		font-size: 16px;
		line-height: 22px;
	}
	.cta .site-container {
		padding-left: 6%;
		padding-right: 6%;
	}
	.cta .two-tone .primary-text,
	.cta .two-tone .emphasis-text {
		font-size: 28px;
	}
	.cta .two-tone .primary-text.large {
		font-size: 60px;
		line-height: 65px;
	}
}
@media screen and (max-width: 480px) {
	.cta .two-tone .primary-text.large {
		font-size: 45px;
		line-height: 53px;
	}
}
.hero {
	background-position: center;
	background-size: cover;
	padding: 116px 0 58px;
	text-align: center;
	overflow: hidden;
}
.hero.has-span-image {
	overflow: visible;
}
.hero-headline {
	margin: 0 auto;
}
.hero-headline .primary-text {
	font-size: 60px;
	line-height: 1;
}
.hero-headline .emphasis-text {
	font-size: 80px;
	line-height: 0.8;
}
.hero-copy {
	margin-top: 38px;
	max-width: 848px;
	margin-left: auto;
	margin-right: auto;
	line-height: 28px;
	color: #4300EC;
}
.hero-ctas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -21px;
	padding-top: 44px;
}
.hero-ctas .hero-cta {
	margin: 21px;
}
.hero-cta {
	margin-top: 64px;
}
.hero.has-ctas {
	padding: 155px 0 102px;
}
.hero.is-dual-starburst {
	position: relative;
	padding-bottom: 115px;
}
.hero.is-dual-starburst.has-ctas {
	padding-bottom: 222px;
}
.hero.is-dual-starburst .site-container:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/2-starbursts.png);
	background-position: bottom;
	background-repeat: no-repeat;
	pointer-events: none;
}

@media screen and (min-width: 1401px) {
	.hero.has-ctas {
		padding: 209px 0 115px;
	}
}
@media screen and (min-width: 901px) {
	.hero.has-dual-starburst {
		padding-bottom: 237px;
	}
}
@media screen and (max-width: 900px) {
	.hero-headline .primary-text {
		font-size: 56px;
	}
	.hero-headline .emphasis-text {
		font-size: 76px;
	}
}
@media screen and (max-width: 768px) {
	.hero-headline .primary-text {
		font-size: 50px;
	}
	.hero-headline .emphasis-text {
		font-size: 60px;
	}
	.hero .has-ctas .hero-ctas {
		padding-top: 10px;
	}
}
@media screen and (max-width: 560px) {
	.hero-headline .primary-text {
		font-size: 44px;
	}
	.hero-headline .emphasis-text {
		font-size: 56px;
	}
}
@media screen and (max-width: 500px) {
	.hero-headline .primary-text {
		font-size: 33px;
	}
	.hero-headline .emphasis-text {
		font-size: 44px;
	}
	.hero-copy {
		line-height: 23px;
	}
	.hero.has-ctas {
		padding: 115px 0 58px;
	}
}
.emphasis .site-container {
	position: relative;
	border: 3px solid #4300EC;
	padding: 92px;
	background-color: #fff;
}
.emphasis .site-container.has-bg:before {
	background-color: transparent;
}
.emphasis .site-container:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid rgba(67, 0, 236, 0.1254901961);
	opacity: 1;
	z-index: -1;
}
.emphasis-headline {
	margin-bottom: 99px;
}
.emphasis .item-title {
	margin-bottom: 32px;
	font-weight: 300;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.multi .site-container {
		padding-top: 105px;
	}
}
.multi-headline {
	margin-bottom: 33px;
}
.multi-headline .copy-text {
	font-size: 20px;
	line-height: 28px;
	display: block;
	margin: 24px auto 0;
	max-width: 824px;
	width: auto;
	color: #091540;
	font-weight: 400;
}
.multi .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 98px;
	padding: 106px 0;
	text-align: left;
}
.multi .row:nth-child(even) {
	flex-direction: row-reverse;
}
.multi .row-image {
	max-height: 450px;
	max-width: 335px;
	width: 100%;
	object-fit: contain;
}
.multi .row-copy {
	margin-top: 21px;
	margin-bottom: 0;
}
.multi .row-copy-area {
	font-size: 15px;
	line-height: 20px;
}
.multi .row-copy-area h3, .multi .row-copy-area .h3 {
	font-weight: bold;
}
.multi a.btn.multi-cta, .multi .subscribe-form .hs-form .actions a.multi-cta.hs-button, .subscribe-form .hs-form .actions .multi a.multi-cta.hs-button {
	margin-top: 74px;
}

@media screen and (max-width: 900px) {
	.multi .row,
	.multi .row:nth-child(even) {
		flex-direction: column;
		gap: 31px;
		text-align: center;
	}
	.multi .row {
		padding: 38px 0;
	}
	a.btn.multi-cta, .subscribe-form .hs-form .actions a.multi-cta.hs-button {
		margin-top: 44px;
	}
}
@media screen and (max-width: 560px) {
	.multi .row-copy-area h3, .multi .row-copy-area .h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.multi span.primary-text.aos-init.aos-animate {
		line-height: 30px !important;
	}
}
.two-col:nth-child(even) .flexbox {
	flex-direction: row-reverse;
}
.two-col:nth-child(even) .two-col-copy-area {
	padding-right: 0;
	padding-left: 8%;
}
.two-col-copy-area {
	padding-right: 8%;
}
.two-col-headline {
	max-width: 453px;
	margin-bottom: 21px;
	font-size: 37px;
	line-height: 47px;
	font-weight: 400;
	color: #08173E;
}
.two-col-copy {
	margin: 0;
}
.two-col-cta {
	min-width: 314px;
	margin-top: 28px;
	padding: 9px 47px;
	font-size: 20px;
	justify-content: center;
}
.two-col-image {
	position: relative;
	border: 3px solid #4300EC;
	width: 100%;
	height: 100%;
}
.two-col-image.has-bg:before {
	background-color: transparent;
}
.two-col-image:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	opacity: 1;
	z-index: -1;
}
.two-col-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.two-col-image-wrapper {
	flex: 1 0 575px;
	position: relative;
}
.two-col-image-wrapper:before, .two-col-image-wrapper:after {
	content: "";
	background-image: url(//47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/burst-purple.svg);
	background-size: cover;
	position: absolute;
	width: 40px;
	height: 153px;
	top: 12px;
	right: calc(100% + 9px);
}
.two-col-image-wrapper:after {
	top: unset;
	right: unset;
	left: 100%;
	bottom: 12px;
	transform: scaleX(-1);
}

@media screen and (max-width: 900px) {
	.two-col + .two-col {
		padding-top: 0;
	}
	.two-col-copy-area {
		padding-right: 0;
	}
	.two-col-image-wrapper {
		max-width: 400px;
		max-height: 249px;
		margin-bottom: 35px;
	}
	.two-col .flexbox {
		flex-direction: column-reverse;
	}
	.two-col:nth-child(even) .flexbox {
		flex-direction: column-reverse;
	}
	.two-col:nth-child(even) .two-col-copy-area {
		padding-left: 0;
	}
}
.slider-section {
	background-color: #091540;
	text-align: center;
}
.slider-section-headline {
	margin-bottom: 28px;
	font-size: 32px;
	line-height: 36px;
	color: #fff;
}
.slider-section-copy {
	max-width: 792px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}
.slider-section .slider {
	margin-top: 60px;
}
.slider-section .slider .slide {
	padding: 66px 6%;
	text-align: center;
	background-color: #fff;
}
.slider-section .slider .slide-image {
	background-color: #091540;
	background-size: cover;
	background-position: center;
	margin: 0 auto 36px;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	border: 3px solid #4300EC;
	background-blend-mode: luminosity;
}
.slider-section .slider .slide-credit {
	margin-top: 46px;
}
.slider-section .slider .slide-credit-name, .slider-section .slider .slide-credit-company {
	margin: 0;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}
.slider-section .slider .slide-credit-name {
	color: #4300EC;
}
.slider-section .slider .slide-credit-company {
	color: #44CCFF;
}
.slider-section .slider-nav {
	margin-top: 38px;
}
.slider-section .slider-nav .slick-prev {
	margin-right: 12px;
	transform: scaleX(-1);
}
.slider-section .slider-nav .slick-next {
	margin-left: 12px;
}
.slider-section .slider-nav .slick-arrow {
	appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/pixel-arrow-blue.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 31px;
	width: 17px;
	color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background-image 0.25s;
}
.slider-section .slider-nav .slick-arrow.slick-disabled {
	background-image: url(../images/pixel-arrow-gray.svg);
}

.video-slider-section {
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.video-slider-section .site-container {
	background-color: #fff;
	padding: 51px 34px 25px;
}
.video-slider-section.cards-burst {
	overflow: hidden;
}
.video-slider-section.cards-burst .site-container {
	position: relative;
}
.video-slider-section.cards-burst .site-container .wrapper {
	position: relative;
	z-index: 1;
}
.video-slider-section.cards-burst .site-container:before, .video-slider-section.cards-burst .site-container:after {
	background-image: url(../images/burst-white.svg);
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 537px;
	height: 511px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.video-slider-section.cards-burst .site-container:before {
	left: -120px;
}
.video-slider-section.cards-burst .site-container:after {
	right: -120px;
}
.video-slider-section-headline {
	margin-bottom: 33px;
}
.video-slider-section-copy {
	max-width: 809px;
	margin: 0 auto 44px;
}
.video-slider-section .video-slide .iframe-wrapper {
	position: relative;
	height: 56.25vw;
	max-height: 632px;
}
.video-slider-section .video-slide iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-slider-section .video-slide-credit {
	margin-top: 42px;
}
.video-slider-section .video-slide-credit-name, .video-slider-section .video-slide-credit-position {
	margin: 0;
	color: #4300EC;
}
.video-slider-section .video-slide-credit-name {
	text-transform: uppercase;
}
.video-slider-section .video-slide-credit-position {
	color: #44CCFF;
}
.video-slider-section .video-slider-nav {
	margin-top: 44px;
}
.video-slider-section .video-slider-nav .slick-prev {
	margin-right: 12px;
	transform: scaleX(-1);
}
.video-slider-section .video-slider-nav .slick-next {
	margin-left: 12px;
}
.video-slider-section .video-slider-nav .slick-arrow {
	appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/pixel-arrow-blue.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 31px;
	width: 17px;
	color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background-image 0.25s;
}
.video-slider-section .video-slider-nav .slick-arrow.slick-disabled {
	background-image: url(../images/pixel-arrow-gray.svg);
}

.page-template-standard .video-slider-section {
	background-image: none;
	background-color: #091540;
	overflow: hidden;
}
.page-template-standard .video-slider-section .site-container {
	padding: 51px 35px 35px;
}
.page-template-standard .video-slider-section .video-slider:before, .page-template-standard .video-slider-section .video-slider:after {
	content: "";
	background-image: url(../images/burst-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 537px;
	height: 511px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.page-template-standard .video-slider-section .video-slider:before {
	left: -210px;
}
.page-template-standard .video-slider-section .video-slider:after {
	right: -210px;
}
@media screen and (max-width: 768px) {
	.page-template-standard .video-slider-section .video-slider:before, .page-template-standard .video-slider-section .video-slider:after {
		width: 422px;
		height: 405px;
	}
	.page-template-standard .video-slider-section .video-slider:before {
		left: -120px;
	}
	.page-template-standard .video-slider-section .video-slider:after {
		right: -120px;
	}
}
.page-template-standard .video-slider-section .video-slider-section-headline {
	position: relative;
	z-index: 1;
}
.page-template-standard .video-slider-section .video-slider .slick-list {
	z-index: 1;
}
.page-template-standard .video-slider-section .video-slider-nav {
	position: relative;
	margin-top: 0;
	z-index: 1;
}
.page-template-standard .video-slider-section .video-slider-nav .slick-arrow {
	background-image: url(../images/arrow-right.svg);
	width: 35px;
	margin-left: 37px;
}
.page-template-standard .video-slider-section .video-slider-nav .slick-arrow.slick-prev {
	margin-left: 19px;
}
.page-template-standard .video-slider-section .video-slider-nav .slick-arrow.slick-next {
	margin-right: 19px;
}
.page-template-standard .video-slider-section .video-slider-nav .slick-arrow:active {
	background-image: url(../images/arrow-right-blue.svg);
}

@media screen and (max-width: 1280px) {
	.video-slider-section .site-container {
		padding: 51px 34px;
	}
}
@media screen and (max-width: 900px) {
	.video-slider-section-headline.two-tone .primary-text {
		font-size: 41px;
	}
	.video-slider-section-headline.two-tone .emphasis-text {
		font-size: 60px;
	}
}
@media screen and (max-width: 768px) {
	.video-slider-section-headline.two-tone .primary-text {
		font-size: 30px;
	}
	.video-slider-section-headline.two-tone .emphasis-text {
		font-size: 44px;
	}
}
@media screen and (max-width: 560px) {
	.video-slider-section-headline.two-tone .primary-text {
		font-size: 26px;
	}
	.video-slider-section-headline.two-tone .emphasis-text {
		font-size: 35px;
	}
}
.logo-slider-section {
	overflow: hidden;
}
.logo-slider-section .site-container {
	display: flex;
}
.logo-slider-section-copy-area {
	position: relative;
	flex: 1 0 483px;
	z-index: 1;
}
.logo-slider-section-headline {
	margin-bottom: 33px;
}
.logo-slider-section-headline .primary-text,
.logo-slider-section-headline .emphasis-text {
	font-size: 37px;
	line-height: 47px;
}
.logo-slider-section-copy {
	max-width: 466px;
	margin: 0;
	font-size: 20px;
	line-height: 26px;
}
.logo-slider-section-cta {
	margin-top: 31px;
}
.logo-slider-section .slick-list {
	overflow: visible;
}
.logo-slider-section .slick-track {
	display: flex;
}
.logo-slider-section .logo-slider {
	margin: -15px;
	padding-top: 77px;
	padding-left: 8%;
}
.logo-slider-section .logo-slide {
	position: relative;
	border: 3px solid #fff;
	padding: 12px;
	margin: 15px;
	height: 118px;
	width: 118px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3528E3;
}
.logo-slider-section .logo-slide.has-bg:before {
	background-color: transparent;
}
.logo-slider-section .logo-slide:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #fff;
	opacity: 1;
	z-index: -1;
}

@media screen and (min-width: 1401px) {
	.logo-slider-section .logo-slide {
		height: 145px;
		width: 145px !important;
	}
}
@media screen and (max-width: 900px) {
	.logo-slider-section .site-container {
		flex-direction: column;
	}
	.logo-slider-section-copy-area {
		flex: unset;
	}
	.logo-slider-section .logo-slider {
		padding-left: 0;
		pointer-events: none;
	}
}
@media screen and (max-width: 480px) {
	.logo-slider-section-headline .primary-text,
	.logo-slider-section-headline .emphasis-text {
		font-size: 33px;
		line-height: 40px;
	}
}
.mini-slider-section .site-container {
	position: relative;
	border: 3px solid #4300EC;
	display: flex;
	padding: 93px;
}
.mini-slider-section .site-container.has-bg:before {
	background-color: transparent;
}
.mini-slider-section .site-container:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid rgba(67, 0, 236, 0.1254901961);
	opacity: 1;
	z-index: -1;
}
.mini-slider-section .site-container .slide {
	padding: 42px 32px;
	background-color: #44CCFF;
	color: #4300EC;
	font-size: 20px;
	line-height: 28px;
}

.standard {
	text-align: center;
}
.standard.has-bottom-image {
	padding-bottom: 40%;
}
.standard-copy {
	max-width: 905px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 28px;
}
.standard-cta {
	margin-top: 30px;
}
.standard-bottom-image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 500px;
	object-fit: contain;
	z-index: -1;
}
.standard .two-tone .primary-text {
	font-size: 40px;
	letter-spacing: -0.4px;
}
.standard .two-tone .emphasis-text {
	font-size: 50px;
	letter-spacing: -2.25px;
}

@media screen and (min-width: 1401px) {
	.standard.has-bottom-image {
		padding-bottom: 500px;
	}
}
.video-carousel {
	display: flex;
	gap: 43px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 62px;
	/* -------------------------------- 

	xpopup 

	-------------------------------- */
}
.video-carousel .video-card {
	display: flex;
	flex-direction: column;
	flex: 0 0 368px;
	border: solid 3px #3528E3;
}
.video-carousel .video-card .video-container {
	width: 100%;
	height: 200px;
	position: relative;
	display: block;
}
.video-carousel .video-card .video-container iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-carousel .video-card .video-container img.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-carousel .video-card .copy-container {
	background: #fff;
	border-top: solid 3px #3528E3;
	padding: 47px 52px;
	display: block;
	flex-grow: 1;
}
.video-carousel .video-card .copy-container p.author {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #3528E3;
	margin: 0;
}
.video-carousel .video-card .copy-container p.job-title {
	color: #24C1FF;
	font-size: 20px;
	margin: 0;
}
.video-carousel .video-card.hide {
	display: none;
}
.video-carousel .cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(9, 21, 64, 0.9);
	opacity: 0;
	z-index: 9;
	visibility: hidden;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.video-carousel .cd-popup iframe {
	width: 100%;
	margin: 0 auto 0;
}
.video-carousel .cd-popup .btn-with-arrow {
	align-self: center;
	width: 100px;
}
.video-carousel .cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.video-carousel .cd-popup-container {
	position: relative;
	width: 100%;
	gap: 20px;
	max-width: 930px;
	margin: auto;
	transform: translateY(-40px);
	transition-property: transform;
	transition-duration: 0.3s;
}
.video-carousel .cd-popup-container div.close {
	transform: rotate(45deg);
	position: absolute;
	font-size: 30px;
	z-index: 99999;
	top: 20%;
	right: 16px;
	color: #fff;
	cursor: pointer;
}
.video-carousel .cd-popup-container iframe {
	padding: 0 20px;
	width: 100vh;
	height: 100vh;
}

.load-more {
	margin-top: 51px;
}

.load-more.hide {
	display: none;
}

.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
}

.is-visible .cd-popup-container {
	transform: translateY(0);
}

@media screen and (max-width: 990px) {
	.video-carousel .cd-popup-container iframe {
		padding: 0 20px;
		width: 100%;
		height: 100vh;
	}
	.video-carousel .cd-popup-container div.close {
		top: 5%;
	}
}
.subscribe-cta {
	text-align: left;
	padding: 100px 0;
}
.subscribe-cta .site-container {
	background: #ffffff;
	background-image: url("../images/search-cta.png");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 100px 33px;
}
.subscribe-cta .hs-form {
	justify-content: flex-start;
}
.subscribe-cta .hs-form .hs-form-field .hs-input {
	border: 3px solid #091540;
}
.subscribe-cta .submitted-message span {
	color: #091540 !important;
}
.subscribe-cta .two-tone .emphasis-text {
	color: #4300EC;
}
@media screen and (min-width: 481px) {
	.subscribe-cta .two-tone .primary-text,
	.subscribe-cta .two-tone .emphasis-text {
		font-size: 37px;
	}
	.subscribe-cta .two-tone .primary-text {
		line-height: 30px;
	}
}
.subscribe-cta .cta-copy {
	max-width: 698px;
	margin: 33px auto 51px 0;
	color: #091540;
}
@media screen and (max-width: 900px) {
	.subscribe-cta .cta-copy {
		max-width: 300px;
	}
}
@media screen and (max-width: 600px) {
	.subscribe-cta .wrapper {
		background-image: none;
	}
}

@media screen and (max-width: 768px) {
	.subscribe-cta .site-container {
		background-color: rgba(255, 255, 255, 0.9294117647);
		background-blend-mode: soft-light;
	}
}
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
.error404 #masthead {
	z-index: 1;
}

.error-404 .error-img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	object-fit: cover;
	max-height: 400px;
	height: 100%;
}
.error-404 .site-container .flexbox {
	justify-content: end;
}
.error-404 .site-container .flexbox .heading {
	width: 50%;
}
.error-404 .site-container .flexbox .heading h2, .error-404 .site-container .flexbox .heading .h2 {
	font-size: 60px;
	color: #44CCFF;
	font-weight: lighter;
}
.error-404 .site-container .flexbox .heading h1, .error-404 .site-container .flexbox .heading .h1 {
	font-size: 80px;
	color: #4300EC;
	font-weight: bold;
	line-height: 30px;
}
.error-404 .site-container .flexbox .heading p {
	margin: 45px 0 35px;
}
@media screen and (max-width: 768px) {
	.error-404 .site-container .flexbox .heading .primary-text {
		font-size: 40px;
	}
	.error-404 .site-container .flexbox .heading .emphasis-text {
		font-size: 50px;
	}
}
@media screen and (max-width: 1087px) {
	.error-404 .heading .emphasis-text {
		font-size: 60px;
	}
}
@media screen and (max-width: 1048px) {
	.error-404 {
		padding: 76px 0;
	}
	.error-404 .heading .emphasis-text {
		font-size: 60px;
	}
}
@media screen and (max-width: 990px) {
	.error-404 .heading .emphasis-text {
		font-size: 50px;
	}
	.error-404 .heading p {
		font-size: 16px;
	}
	.error-404 .error-img {
		max-height: 350px;
	}
}
@media screen and (max-width: 850px) {
	.error-404 .error-img {
		max-height: 300px;
	}
}
@media screen and (max-width: 768px) {
	.error-404 {
		padding-bottom: 0;
	}
	.error-404 .site-container {
		padding-bottom: 330px;
	}
	.error-404 .heading {
		width: 100% !important;
	}
	.error-404 .heading .emphasis-text {
		font-size: 50px;
	}
}

.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
	margin-bottom: -39px;
	font-size: 87px;
	line-height: 95px;
}
.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
	font-size: 119px;
	line-height: 149px;
	letter-spacing: -6.34px;
}
.home .hero-copy {
	margin-top: 48px;
}
.home .card-section .cards[data-cols=cols-1] .card-title {
	max-width: 100%;
	font-weight: 800;
	color: #4300EC;
}
@media screen and (min-width: 1401px) {
	.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
		margin-bottom: -55px;
		font-size: 111px;
		line-height: 139px;
	}
	.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
		font-size: 141px;
		line-height: 176px;
	}
	.home .card-section.cards-burst .cards[data-cols=cols-1]:before {
		left: -91px;
	}
	.home .card-section.cards-burst .cards[data-cols=cols-1]:after {
		right: -91px;
	}
}
@media screen and (max-width: 900px) {
	.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
		font-size: 66px;
		line-height: 77px;
	}
	.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
		font-size: 102px;
		line-height: 131px;
	}
}
@media screen and (max-width: 768px) {
	.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
		font-size: 52px;
		line-height: 67px;
	}
	.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
		font-size: 80px;
		line-height: 115px;
	}
}
@media screen and (max-width: 560px) {
	.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
		margin-bottom: 0;
		font-size: 44px;
		line-height: 0.5;
	}
	.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
		font-size: 67px;
		line-height: 67px;
	}
}
@media screen and (max-width: 480px) {
	.home h1.two-tone .primary-text, .home .two-tone.h1 .primary-text {
		font-size: 35px;
	}
	.home h1.two-tone .emphasis-text, .home .two-tone.h1 .emphasis-text {
		font-size: 51px;
	}
	.home .card-section.cards-burst .card {
		padding: 44px 5% 49px;
	}
}

.category-top-section {
	position: relative;
}
.category-top-section .circle-dot-grid-container {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.category-top-section .site-container {
	position: relative;
}
.category-top-section .site-container .circle-dot-grid {
	position: absolute;
	top: 851px;
	right: -170px;
}
.category-top-section .row .copy-area {
	max-width: 236px;
}
.category-top-section .row .copy-area h4, .category-top-section .row .search .copy-area h2, .search .category-top-section .row .copy-area h2, .category-top-section .row .search .copy-area .h2, .search .category-top-section .row .copy-area .h2, .category-top-section .row .copy-area .h4 {
	letter-spacing: 0px;
	color: #08173E;
	font-size: 20px;
	line-height: 28px;
}

@media screen and (min-width: 769px) {
	.hide-on-desktop {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.category-top-section .search {
		display: none;
	}
	.category-top-section .row {
		flex-wrap: wrap;
	}
	.category-top-section .row .copy-area {
		max-width: 100%;
	}
	.category-top-section .search {
		display: none;
	}
}
.all-posts {
	padding-top: 0;
}

.featured-post {
	margin-bottom: 42px;
}

.blog-hero {
	position: relative;
	padding: 182px 20px;
	background-image: url(../images/White-Dot-Grid-Header.svg);
	background-repeat: repeat no-repeat;
	background-position: center bottom;
}
.blog-hero:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #091540;
	z-index: -3;
}
.blog-hero .site-container {
	max-width: 1196px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.blog-hero .site-container .blog-hero-headline {
	text-align: center;
}
.blog-hero .site-container .blog-hero-headline .primary-text {
	letter-spacing: 0px;
	color: #44CCFF;
	font-size: 60px;
	line-height: 63px;
}
.blog-hero .site-container .blog-hero-headline .emphasis-text {
	letter-spacing: 0px;
	color: #FFFFFF;
	font-size: 80px;
	line-height: 63px;
}
.blog-hero .site-container .hero-arrow {
	margin: 50px auto 20px;
	display: block;
}

.page-template-blog .breadcrumbs {
	color: #fff;
}
.page-template-blog .breadcrumbs a {
	color: #fff;
}

.blog-hero-post-section {
	width: 70%;
	padding-left: 51px;
	margin-left: auto;
	padding-top: 0;
	min-height: 620px;
}
@media screen and (min-width: 561px) {
	.blog-hero-post-section-headline .primary-text {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.blog-hero-post-section-headline .emphasis-text {
		font-size: 50px;
		letter-spacing: -2.25px;
	}
}
@media screen and (max-width: 768px) {
	.blog-hero-post-section {
		padding-top: 0;
	}
}

.featured-post {
	position: relative;
	border: 3px solid #3528E3;
	background-color: #fff;
	position: relative;
	display: block;
	color: initial;
	text-decoration: none;
}
.featured-post.has-bg:before {
	background-color: transparent;
}
.featured-post:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #3528E3;
	opacity: 1;
	z-index: -1;
}
.featured-post-content {
	position: relative;
	z-index: 1;
}
.featured-post .image-section {
	border-bottom: 3px solid #3528E3;
	height: 243px;
	background-size: cover;
	background-position: center;
	background-color: #091540;
	background-blend-mode: luminosity;
}
.featured-post-supertext {
	display: block;
	margin-bottom: 21px;
	font-weight: 700;
	color: #44CCFF;
}
.featured-post .pre-title {
	margin-top: 0;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 6px;
	color: #44CCFF;
}
.featured-post-headline {
	max-width: 533px;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -1.57px;
	color: #08173E;
	font-weight: 400;
}
.featured-post-copy {
	margin-top: 22px;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 20px;
}
.featured-post-content {
	padding: 27px 29px;
}
.featured-post-cta {
	font-size: 20px;
	text-transform: none;
}

.blog-hero + .featured-articles-section {
	padding-top: 0;
}

.articles {
	flex-wrap: wrap;
}

.article {
	display: flex;
	flex-direction: column;
	flex: 1 0 calc(50% - 20px);
	position: relative;
	border: 3px solid #4300EC;
	position: relative;
	min-width: 320px;
	width: 100%;
	background: #fff;
	color: initial;
	text-decoration: none;
}
.article.has-bg:before {
	background-color: transparent;
}
.article[data-aos=fade-up] {
	position: relative !important;
	transform: none !important;
	z-index: unset !important;
	margin-top: 100px !important;
	transition-property: opacity, transform, margin-top;
}
.article[data-aos=fade-up].aos-animate {
	margin-top: 0 !important;
}
.article:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	opacity: 1;
	z-index: -1;
}
.article:before {
	top: 0;
	left: 0;
	opacity: 0;
}
.article.aos-animate:before {
	animation: increase-border 0.25s linear forwards;
	animation-delay: 2s;
}
.article:before {
	background-color: #fff;
}
.article-thumbnail {
	height: 230px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #091540;
	background-blend-mode: luminosity;
	border-bottom: 3px solid #3528E3;
}
.article a {
	text-decoration: none;
}
.article a p {
	color: #091540;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
}
.article-content {
	height: 100%;
	display: inline-flex;
	flex-direction: column;
	padding: 27px 29px;
}
.article-content-title {
	color: #08173E;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 16px;
	line-height: 30px;
}
.article-content-date {
	color: #091540;
	font-size: 15px;
}
.article-content-supertext {
	color: #44CCFF;
	letter-spacing: 0px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}
.article-content-copy {
	font-size: 15px;
	line-height: 20px;
}
.article-content .arrow-link, .article-content .arrow-link-back {
	margin-top: auto;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.article .article-thumbnail {
		height: 222px;
	}
	.article .article-content {
		background-image: url(../images/post-burst-purple.svg);
		background-size: 35%;
		background-repeat: no-repeat;
		background-position: top right;
		width: 100%;
		max-width: 100%;
	}
	.article .article-content .arrow-link, .article .article-content .arrow-link-back {
		font-size: 15px;
	}
}

.search {
	position: sticky;
	height: 0;
	top: 0;
	color: #08173E;
	padding-top: 33px;
	width: 30%;
}
.search .copy-area h2, .search .copy-area .h2 {
	font-size: 18px;
	line-height: 22px;
}
.search .subscribe-section {
	margin: 21px 0 50px;
}
.search .subscribe-copy {
	letter-spacing: 0px;
	color: #08173E;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	max-width: 250px;
	margin-bottom: 11px;
}
.search .subscribe-btn {
	background: #44CCFF;
	color: #08173E;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	padding: 10px 65px;
	font-weight: 700;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.search .btn-pixel, .search .single .addtoany_list a, .single .addtoany_list .search a, .search .btn-white, .search .btn-arrow, .search .btn-pixel-black, .search #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .search a {
		max-width: 100%;
	}
	.search .subscribe-section {
		margin: 70px auto;
		display: block;
		text-align: center;
	}
	.search .subscribe-section .subscribe-copy {
		max-width: 100%;
	}
}

.alm-listing {
	display: flex !important;
	flex-wrap: wrap;
	gap: 40px;
}
.alm-listing .article {
	position: relative;
	border: 3px solid #3528E3;
	width: 48%;
}
.alm-listing .article.has-bg:before {
	background-color: transparent;
}
.alm-listing .article:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #3528E3;
	opacity: 1;
	z-index: -1;
}

.search-copy {
	margin: 0;
}

.alm-filter-nav {
	text-align: center;
	display: flex;
	flex-direction: column;
}
.alm-filter-nav .btn-pixel-black {
	margin: 2px 0;
	height: 30px;
	font-size: 12px;
}
.alm-filter-nav .btn-pixel-black.current {
	background-image: url(../images/dark-active.svg);
	color: #fff;
}

.alm-search-form {
	flex: 1 0 553px;
	margin: 52px 0 30px;
}
.alm-search-form .alm-filter--inner {
	padding: 0 !important;
}
.alm-search-form .alm-filters-container {
	margin: 0 !important;
}
.alm-search-form .alm-filter--textfield {
	border: none;
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent !important;
	border: 3px solid #fff !important;
	color: #fff !important;
	padding: 15px 32px !important;
}
.alm-search-form .alm-filter--textfield::placeholder {
	color: #fff;
}
.alm-search-form button {
	appearance: none;
	-webkit-appearance: none;
	border: none !important;
	color: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 22px !important;
	height: 100% !important;
	width: 20px !important;
}
.alm-search-form button:after {
	content: "";
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	display: inline-block;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #44CCFF;
	transition: border-color 0.25s;
	transform: rotate(90deg);
}
.alm-search-form button:hover:after {
	border-left-color: #fff;
}

.alm-filters--controls {
	display: none !important;
}

.alm-btn-wrap .alm-load-more-btn,
.alm-btn-wrap .alm-load-more-btn.done {
	margin-top: 100px;
	background-image: url(../images/purple-button.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 16px 36px;
	text-align: center;
	color: #4300EC;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #ffffff !important;
	cursor: pointer;
}
.alm-btn-wrap .alm-load-more-btn:active,
.alm-btn-wrap .alm-load-more-btn.done:active {
	background-image: url(../images/purple-button-push.svg);
}
.alm-btn-wrap .alm-load-more-btn:hover,
.alm-btn-wrap .alm-load-more-btn.done:hover {
	color: rgba(67, 0, 236, 0.5);
}

.alm-listing:after {
	display: none !important;
}

@media screen and (max-width: 1150px) {
	.blog-hero .hero-featured-post-box {
		flex-wrap: wrap;
		padding: 90px 0 0;
	}
	.blog-hero .hero-featured-post-box .hero-box-content {
		padding: 0 30px;
	}
	.blog-hero .hero-featured-post-box .hero-box-image {
		position: relative;
		margin-left: auto;
	}
}
@media screen and (max-width: 768px) {
	.blog-hero {
		padding: 131px 0 165px;
	}
	.blog-hero .site-container .blog-hero-headline .emphasis-text {
		font-size: 35px;
		line-height: 35px;
		letter-spacing: -1.75px;
	}
	.blog-hero .site-container .blog-hero-headline .primary-text {
		font-size: 25px;
		line-height: 31px;
		letter-spacing: -0.25px;
	}
	.blog-hero-post-section {
		width: 100%;
		padding-left: 0;
	}
	.featured-post-content {
		padding: 20px 19px 32px;
	}
	.featured-post-content .arrow-link, .featured-post-content .arrow-link-back {
		font-size: 15px;
	}
	.featured-post .image-section {
		height: 222px;
	}
	.article-content {
		padding: 51px 19px 36px;
	}
	.article-content-supertext {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.article-content-title {
		margin-top: 0;
	}
	.article-content-copy {
		font-size: 16px;
	}
	.article-content .arrow-link, .article-content .arrow-link-back {
		font-weight: 900;
		font-size: 15px;
	}
	.featured-post-headline,
	.article-content-title {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: -0.2px;
	}
	.category-top-section {
		margin-top: -115px;
	}
	.all-posts {
		padding-top: 0;
	}
	.all-posts .article-thumbnail {
		display: none;
	}
	.featured-post-cta {
		font-size: 15px;
	}
}
@media screen and (max-width: 560px) {
	.search .search .alm-filter-nav {
		margin: 56px -4px -4px;
	}
	.search .btn-pixel, .search .single .addtoany_list a, .single .addtoany_list .search a, .search .btn-white, .search .btn-arrow, .search .btn-pixel-black, .search #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .search a {
		margin: 4px;
	}
}
@media screen and (max-width: 480px) {
	.article {
		min-width: 100%;
	}
}
.single .addtoany_list a, .single .widget .addtoany_list a {
	justify-content: space-evenly;
	width: 185px;
	font-size: 20px;
	text-transform: none;
}
.single .addtoany_list a:after, .single .widget .addtoany_list a:after {
	content: url(../images/Button-Share-Arrow.svg);
}
.single .mobile-hero {
	display: flex;
	align-content: center;
	background: #fff;
	padding: 41px 0 17px;
	max-width: 1196px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: none;
	column-gap: 9px;
	justify-content: center;
}
.single .mobile-hero .btn-pixel, .single .mobile-hero .btn-white, .single .mobile-hero .btn-arrow, .single .mobile-hero .btn-pixel-black, .single .mobile-hero #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .single .mobile-hero a, .single .mobile-hero .addtoany_list a, .single .addtoany_list .mobile-hero a {
	justify-content: space-evenly;
	width: 185px;
	font-size: 20px;
	text-transform: none;
}
.single .mobile-hero .back-btn {
	justify-content: space-evenly;
	width: 145px;
	text-transform: none;
	font-size: 15px;
}
.single .mobile-hero .back-btn img {
	margin-right: 7px;
}
.single .single-post-hero {
	background-image: url(../images/single-hero-dots.svg);
	padding: 38px 0 49px;
	margin-top: 97px;
}
.single .single-post-hero .box.mobile {
	display: none;
}
.single .single-post-hero .box {
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	border: 3px solid #4300EC;
	background: #fff;
}
.single .single-post-hero .box.has-bg:before {
	background-color: transparent;
}
.single .single-post-hero .box[data-aos=fade-up] {
	position: relative !important;
	transform: none !important;
	z-index: unset !important;
	margin-top: 100px !important;
	transition-property: opacity, transform, margin-top;
}
.single .single-post-hero .box[data-aos=fade-up].aos-animate {
	margin-top: 0 !important;
}
.single .single-post-hero .box:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	opacity: 1;
	z-index: -1;
}
.single .single-post-hero .box:before {
	top: 0;
	left: 0;
	opacity: 0;
}
.single .single-post-hero .box.aos-animate:before {
	animation: increase-border 0.25s linear forwards;
	animation-delay: 2s;
}
.single .single-post-hero .box .content {
	position: relative;
	max-width: 506px;
	z-index: 1;
	padding: 80px 42px 74px;
}
.single .single-post-hero .box .small-info {
	margin-bottom: 50px;
}
.single .single-post-hero .box .small-info p {
	font-size: 15px;
	color: #091540;
	text-transform: uppercase;
	font-weight: 300 !important;
	margin-top: 0;
}
.single .single-post-hero .box .small-info label {
	letter-spacing: 0px;
	color: #44CCFF;
	font-size: 20px;
	line-height: 28px;
	position: relative;
}
.single .single-post-hero .box .small-info label:before {
	content: url(../images/pixel-burst-text.svg);
	position: absolute;
	top: -20px;
	right: -26%;
}
.single .single-post-hero .box p {
	max-width: 450px;
	font-size: 15px;
}
.single .single-post-hero .box .hero-post-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	padding: 64px 42px 31px;
	background-color: #091540;
	background-blend-mode: luminosity;
	border-left: 3px solid #3528E3;
}
.single .single-post-hero .box .post-title {
	font-size: 50px;
	line-height: 60px;
	margin-top: 65px;
	font-weight: 600;
	letter-spacing: -2.25px;
	color: #08173E;
}
.single .single-post-hero .box:before {
	top: 12px;
	left: -12px;
	opacity: 1;
}
@media screen and (max-width: 1680px) {
	.single .single-post-hero .box .post-title {
		font-size: 42px;
		line-height: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.single .single-post-hero .post-title {
		font-size: 36px;
		line-height: 46px;
	}
}
@media screen and (max-width: 900px) {
	.single .single-post-hero .box {
		display: none;
	}
	.single .single-post-hero .box.mobile {
		display: block;
	}
	.single .single-post-hero .box.mobile .hero-post-image {
		border-left: 0;
		border-bottom: 3px solid #3528E3;
		height: 222px;
	}
	.single .single-post-hero .box.mobile label:before {
		display: none;
	}
	.single .single-post-hero .post-title {
		font-size: 30px;
		line-height: 40px;
	}
}
.single .site-container {
	position: relative;
}
.single .site-container .btn-pixel, .single .site-container .btn-white, .single .site-container .btn-arrow, .single .site-container .btn-pixel-black, .single .site-container #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .single .site-container a, .single .site-container .addtoany_list a, .single .addtoany_list .site-container a {
	justify-content: space-evenly;
	width: 185px;
	font-size: 20px;
	text-transform: none;
}
.single .site-container .btn-pixel:active, .single .site-container .btn-white:active, .single .site-container .btn-arrow:active, .single .site-container .btn-pixel-black:active, .single .site-container #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:active, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .single .site-container a:active, .single .site-container .addtoany_list a:active, .single .addtoany_list .site-container a:active, .single .site-container .btn-pixel:focus, .single .site-container .btn-white:focus, .single .site-container .btn-arrow:focus, .single .site-container .btn-pixel-black:focus, .single .site-container #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:focus, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .single .site-container a:focus, .single .site-container .addtoany_list a:focus, .single .addtoany_list .site-container a:focus {
	background-image: url(../images/purple-button-push.svg);
}
.single .site-container .share-btn {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 1196px;
}
.single .site-container .share-btn:active, .single .site-container .share-btn:focus {
	background-image: url(../images/purple-button-push.svg);
}
.single .site-container .post-main-content {
	max-width: 935px;
	margin-bottom: 100px;
	line-height: 30px;
	margin-top: 83px;
}
.single .site-container .post-main-content h1, .single .site-container .post-main-content .h1 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 900;
	margin-top: 55px;
	margin: 35px 0;
	color: #4300EC;
}
.single .site-container .post-main-content h2, .single .site-container .post-main-content .h2 {
	font-size: 35px;
	line-height: 38px;
	font-weight: 700;
	margin: 50px 0 35px;
	color: #4300EC;
}
.single .site-container .post-main-content h3, .single .site-container .post-main-content .h3 {
	font-size: 25px;
	line-height: 28px;
	font-weight: 900;
	margin: 35px 0;
	color: #4300EC;
}
.single .site-container .post-main-content h4, .single .site-container .post-main-content .h4, .single .site-container .post-main-content .search .copy-area h2, .search .copy-area .single .site-container .post-main-content h2, .single .site-container .post-main-content .search .copy-area .h2, .search .copy-area .single .site-container .post-main-content .h2 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	margin: 35px 0;
	color: #4300EC;
}
.single .site-container .post-main-content ul {
	margin-left: 0;
	padding-left: 20px;
}
.single .site-container .post-main-content ul li {
	margin-bottom: 17px;
}
.single .site-container .post-main-content ul li::marker {
	color: #3528E3;
}
.single .site-container .post-main-content ul li:last-of-type {
	margin-bottom: 0;
}
.single .site-container .post-main-content .arrow-bullets {
	margin-left: 0;
	padding-left: 15px;
}
.single .site-container .post-main-content .arrow-bullets li {
	display: flex;
	list-style: none;
	margin-bottom: 35px;
}
.single .site-container .post-main-content .arrow-bullets li img {
	height: 32px;
	margin-right: 25px;
}
.single .site-container .post-main-content .image-with-border {
	position: relative;
	border: 3px solid #4300EC;
	max-width: 100%;
	margin: 35px auto;
	text-align: center;
	padding: 30px;
	background: #fff;
}
.single .site-container .post-main-content .image-with-border.has-bg:before {
	background-color: transparent;
}
.single .site-container .post-main-content .image-with-border:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	opacity: 1;
	z-index: -1;
}
.single .site-container .post-main-content .image-with-copy {
	position: relative;
	border: 3px solid #4300EC;
	display: inline-block;
	padding: 27px 23px 0 13px;
	background: #fff;
}
.single .site-container .post-main-content .image-with-copy.has-bg:before {
	background-color: transparent;
}
.single .site-container .post-main-content .image-with-copy:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	opacity: 1;
	z-index: -1;
}
.single .site-container .post-main-content .image-with-copy img {
	float: none;
	border: none;
	margin: 0;
	display: block;
}
.single .site-container .post-main-content .image-with-copy.left {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.single .site-container .post-main-content .image-with-copy.right {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
	.single .site-container .post-main-content .image-with-copy.left, .single .site-container .post-main-content .image-with-copy.right {
		float: none;
		margin: 1.5em;
	}
}
.single .site-container .post-main-content .box-with-icon {
	display: flex;
	position: relative;
	border: 3px solid #4300EC;
	padding: 83px 40px;
	margin-top: 55px;
	margin-bottom: 35px;
	background: #fff;
}
.single .site-container .post-main-content .box-with-icon.has-bg:before {
	background-color: transparent;
}
.single .site-container .post-main-content .box-with-icon:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	opacity: 1;
	z-index: -1;
}
.single .site-container .post-main-content .box-with-icon .icon {
	margin-right: 34px;
}
.single .site-container .post-main-content .box-with-icon .icon img {
	min-width: 150px;
}
.single .site-container .post-main-content .box-with-icon .copy {
	margin-bottom: 0;
}
@media screen and (max-width: 900px) {
	.single .site-container .post-main-content .box-with-icon {
		display: inline-block;
		text-align: center;
	}
	.single .site-container .post-main-content .box-with-icon .icon {
		margin-right: 0;
	}
	.single .site-container .post-main-content .box-with-icon .icon img {
		min-width: 0;
		max-width: 150px;
		width: auto;
	}
	.single .site-container .post-main-content .box-with-icon h3, .single .site-container .post-main-content .box-with-icon .h3 {
		letter-spacing: 0px;
		color: #3528E3;
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width: 1400px) {
	.single .site-container .post-main-content {
		max-width: 750px;
	}
}
@media screen and (max-width: 1100px) {
	.single .site-container .post-main-content .arrow-bullets li, .single .site-container .post-main-content .normal-bullets li {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 990px) {
	.single .site-container .post-main-content {
		line-height: 30px;
	}
	.single .site-container .post-main-content .heading {
		margin: 0 auto 35px;
		text-align: center;
		letter-spacing: 0px;
		color: #3528E3;
		font-size: 20px;
		line-height: 26px;
	}
	.single .site-container .post-main-content .h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.single .site-container .post-main-content .box-with-icon {
		padding: 32px 18px;
	}
	.single .site-container .post-main-content .box-with-icon h3, .single .site-container .post-main-content .box-with-icon .h3 {
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.single .site-container .post-main-content {
		margin-bottom: 35px;
	}
	.single .site-container .post-main-content .box-with-icon {
		margin-bottom: 40px;
	}
	.single .site-container .post-main-content h1, .single .site-container .post-main-content .h1, .single .site-container .post-main-content h2, .single .site-container .post-main-content .h2, .single .site-container .post-main-content h3, .single .site-container .post-main-content .h3, .single .site-container .post-main-content h4, .single .site-container .post-main-content .h4, .single .site-container .post-main-content h5, .single .site-container .post-main-content .h5 {
		text-align: center;
	}
}
.single .site-container .featured-articles-section {
	padding: 102px 0 92px;
}
.single .site-container .featured-articles-section h2, .single .site-container .featured-articles-section .h2 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.single .site-container .featured-articles-section h2, .single .site-container .featured-articles-section .h2 {
		text-align: center;
		margin-bottom: 71px;
	}
}
.single .site-container .featured-articles-section .featured-articles {
	display: flex;
	flex-wrap: wrap;
	column-gap: 29px;
}
.single .site-container .featured-articles-section .featured-articles-section {
	position: relative;
	z-index: 1;
}
.single .site-container .featured-articles-section .featured-articles-supertext {
	display: block;
	margin-bottom: 21px;
	font-weight: 700;
}
.single .site-container .featured-articles-section .featured-articles .section-title {
	margin-bottom: 35px;
}
.single .site-container .featured-articles-section .featured-articles .article {
	position: relative;
	border: 3px solid #4300EC;
	min-width: 48%;
	flex-direction: row;
	flex: 1;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 29px;
	background-image: url(../images/recent-posts-burst.svg);
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 27px 29px;
}
.single .site-container .featured-articles-section .featured-articles .article.has-bg:before {
	background-color: transparent;
}
.single .site-container .featured-articles-section .featured-articles .article:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	opacity: 1;
	z-index: -1;
}
.single .site-container .featured-articles-section .featured-articles .article-content {
	max-width: 340px;
	background: none;
	padding: 0;
}
.single .site-container .featured-articles-section .featured-articles .article-content label {
	color: #44CCFF;
	font-size: 16px;
	line-height: 28px;
}
.single .site-container .featured-articles-section .featured-articles .article-content-title {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0;
	line-height: 25px;
	letter-spacing: -0.9px;
	color: #091540;
	margin: 12px 0 10px;
}
.single .site-container .featured-articles-section .featured-articles .article-content .article-excerpt {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #091540;
}
.single .site-container .featured-articles-section .featured-articles .article .arrow-link, .single .site-container .featured-articles-section .featured-articles .article .arrow-link-back {
	letter-spacing: 0px;
	color: #4300EC;
	font-size: 20px;
	line-height: 27px;
}
.single .site-container .featured-articles-section .featured-articles .article .mobile-arrow {
	display: none;
}
@media screen and (max-width: 1300px) {
	.single .site-container .featured-articles-section .featured-articles .article-content {
		max-width: 240px;
	}
}
@media screen and (max-width: 1200px) {
	.single .site-container .featured-articles-section .featured-articles .article .arrow-link, .single .site-container .featured-articles-section .featured-articles .article .arrow-link-back {
		font-size: 16px;
	}
}
@media screen and (max-width: 990px) {
	.single .site-container .featured-articles-section .featured-articles .article {
		flex-direction: column;
		background-image: url(../images/mobile-post-burst.png);
		background-position: top right;
		background-size: 120px;
	}
	.single .site-container .featured-articles-section .featured-articles .article .arrow-link, .single .site-container .featured-articles-section .featured-articles .article .arrow-link-back {
		padding-left: 0;
		padding-bottom: 0;
		margin-top: 22px;
	}
	.single .site-container .featured-articles-section .featured-articles .article .mobile-arrow {
		display: block;
		margin-right: 30px;
		right: 0;
		bottom: 35px;
		position: absolute;
	}
	.single .site-container .featured-articles-section .featured-articles .article .content {
		max-width: calc(100% - 131px);
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.single .site-container .featured-articles-section {
		padding-top: 0;
		padding-bottom: 69px;
	}
}
@media screen and (max-width: 900px) {
	.single .site-container .box {
		flex-direction: column;
		margin-bottom: 0;
	}
	.single .site-container .box .series-title {
		font-size: 28px;
		line-height: 32px;
	}
	.single .site-container .box .post-title {
		font-size: 44px;
		line-height: 50px;
	}
	.single .site-container .box .hero-post-image {
		max-width: 100%;
		width: 100%;
		height: 260px;
		object-fit: cover;
	}
	.single .site-container .author-info {
		padding: 51px 6%;
		flex-direction: column;
		text-align: center;
	}
	.single .site-container .author-info .headshot {
		padding-right: 0;
	}
}
@media screen and (max-width: 788px) {
	.single .site-container .share-btn {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.single .site-container .box .series-title {
		font-size: 23px;
		line-height: 28px;
	}
	.single .site-container .box .post-title {
		font-size: 40px;
		line-height: 45px;
	}
}
.single .post-author-section {
	background-image: url(../images/single-hero-dots.svg);
	padding: 38px 0 53px;
}
.single .author-info {
	position: relative;
	border: 3px solid #4300EC;
	display: flex;
	align-items: center;
	margin: 0 auto;
	background-color: #fff;
	padding: 100px 50px;
	max-width: 1197px;
}
.single .author-info.has-bg:before {
	background-color: transparent;
}
.single .author-info:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	opacity: 1;
	z-index: -1;
}
.single .author-info .headshot {
	flex: none;
	margin-right: 51px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	object-fit: cover;
	height: 175px;
	width: 175px;
}
.single .author-info .bio h2, .single .author-info .bio .h2 {
	text-transform: uppercase;
	color: #5BD0FF;
	font-size: 20px;
	font-weight: 700;
}
.single .author-info .bio h3, .single .author-info .bio .h3 {
	letter-spacing: 0px;
	color: #08173E;
	font-size: 45px;
	line-height: 56px;
	font-weight: 600;
}
.single .author-info .bio p {
	font-size: 15px;
	line-height: 20px;
}
@media screen and (max-width: 900px) {
	.single .author-info {
		position: relative;
		border: 3px solid #4300EC;
		display: inline-block;
		text-align: center;
		margin: 0 19px;
		padding: 50px 30px;
	}
	.single .author-info.has-bg:before {
		background-color: transparent;
	}
	.single .author-info:before {
		content: "";
		width: 100%;
		height: 100%;
		top: 12px;
		left: -12px;
		position: absolute;
		background-color: #fff;
		border: 3px solid #4300EC;
		opacity: 1;
		z-index: -1;
	}
	.single .author-info .headshot {
		text-align: center;
		margin: 0 auto 16px;
	}
}
@media screen and (max-width: 768px) {
	.single .single-post-hero {
		margin-top: 0;
	}
	.single .mobile-hero {
		display: flex;
	}
	.single .breadcrumbs {
		display: none;
	}
}

.portfolio-page .dots {
	background-image: url(../images/portfolio-dots.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 200px;
	z-index: -2;
}
.portfolio-page .hero {
	padding-bottom: 300px;
}
.portfolio-page .hero:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #091540;
	z-index: -1;
}
.portfolio-page .hero .emphasis-text {
	color: #fff;
}
.portfolio-page .hero .hero-copy {
	color: #fff;
	font-weight: normal;
}
.portfolio-page .hero .btn-anchor {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	transition: transform 0.25s;
	flex-direction: column;
	color: #fff;
	text-decoration: none;
}
.portfolio-page .hero .btn-anchor:after {
	content: "";
	background-color: #24C1FF;
	flex-shrink: 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transition: transform 0.25s, background-color 0.25s;
}
.portfolio-page .hero .btn-anchor:after {
	-webkit-mask-image: url(../images/arrow-down.svg);
	mask-image: url(../images/arrow-down.svg);
	width: 30px;
	height: 33px;
}
.portfolio-page .hero .btn-anchor:after {
	margin-top: 12px;
}
.portfolio-page .hero .btn-anchor:hover:after {
	transform: translateY(4px);
}
.portfolio-page .portfolio-list {
	margin-top: -370px;
	padding-top: 0;
	padding-bottom: 137px;
	background-image: url(../images/gray-dot-starburst.svg), url(../images/gray-dot-starburst.svg), url(../images/gray-dot-starburst.svg);
	background-size: 17%;
	background-repeat: no-repeat;
	background-position: left 3% top 25%, right 3% top 57%, left 3% bottom 8%;
}
.portfolio-page .portfolio-list .site-container {
	display: flex;
	flex-wrap: wrap;
}
.portfolio-page .portfolio-list .site-container .portfolio-item {
	position: relative;
	min-width: 31%;
	flex: 1;
	margin: 0 10px 50px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 3px solid #4300EC;
	color: inherit;
	text-decoration: none;
}
.portfolio-page .portfolio-list .site-container .portfolio-item:after {
	content: "";
	background-image: url(../images/Corner-Starburst-Fade.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	transform: scale(1, -1);
}
.portfolio-page .portfolio-list .site-container .portfolio-item.ghost {
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
	pointer-events: none;
}
.portfolio-page .portfolio-list .site-container .portfolio-item .company-content {
	flex: 1 0 auto;
	padding: 23px 23px 37px;
	font-size: 15px;
	line-height: 22px;
}
.portfolio-page .portfolio-list .site-container .portfolio-item .company-content .company-logo {
	height: 36px;
	margin-bottom: 15px;
	object-fit: contain;
}
.portfolio-page .portfolio-list .site-container .portfolio-item .company-content .founder-title,
.portfolio-page .portfolio-list .site-container .portfolio-item .company-content .founder-name {
	margin: 0;
	font-weight: 700;
	color: #3528E3;
}
.portfolio-page .portfolio-list .site-container .portfolio-item .company-content .founder-name {
	margin-top: 3px;
	font-weight: 400;
}
.portfolio-page .portfolio-list .site-container .portfolio-item .company-content .company-bio {
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 20px;
}
.portfolio-page .portfolio-list .site-container .portfolio-item .banner-text {
	position: absolute;
	right: -3%;
	top: 23px;
	font-weight: bold;
	font-size: 15px;
	padding: 7px 30px;
	background: #24C1FF;
	color: #3528E3;
	text-transform: uppercase;
	z-index: 1;
}
.portfolio-page .portfolio-list .site-container .portfolio-item .founder-headshot {
	background-size: cover;
	background-position: center;
	height: 258px;
	width: 100%;
	border-top: 3px solid #4300EC;
	border-bottom: 3px solid #4300EC;
	background-blend-mode: luminosity;
	transition: background-color 0.25s;
}
.portfolio-page .portfolio-list .site-container .portfolio-item .founder-link {
	position: absolute;
	right: 23px;
	bottom: 0;
	height: 60px;
	display: flex;
	align-items: center;
}
.portfolio-page .portfolio-list .site-container .portfolio-item .founder-link .arrow-link, .portfolio-page .portfolio-list .site-container .portfolio-item .founder-link .arrow-link-back {
	text-decoration: none;
}
.portfolio-page .portfolio-list .site-container .portfolio-item:not(.no-headshot):hover .founder-headshot {
	background-color: #091540;
}
.portfolio-page .co-investor-slider {
	padding-top: 51px;
}
.portfolio-page .co-investor-slider .co-investor-heading {
	text-align: center;
}
.portfolio-page .co-investor-slider .co-investor-heading .emphasis-text {
	color: #4300EC;
}
@media screen and (max-width: 1150px) {
	.portfolio-page .portfolio-list .site-container .portfolio-item {
		min-width: 46%;
	}
}
@media screen and (max-width: 900px) {
	.portfolio-page .co-investor-slider {
		padding-top: 0;
	}
}
@media screen and (max-width: 800px) {
	.portfolio-page .portfolio-list .site-container .portfolio-item {
		min-width: 51%;
		margin: 0 0 50px;
	}
}
@media screen and (max-width: 560px) {
	.portfolio-page .portfolio-list .site-container .portfolio-item {
		position: relative;
		border: 3px solid #4300EC;
		background-color: #fff;
		padding-bottom: 31px;
		margin-bottom: 30px;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item.has-bg:before {
		background-color: transparent;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item[data-aos=fade-up] {
		position: relative !important;
		transform: none !important;
		z-index: unset !important;
		margin-top: 100px !important;
		transition-property: opacity, transform, margin-top;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item[data-aos=fade-up].aos-animate {
		margin-top: 0 !important;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item:before {
		content: "";
		width: 100%;
		height: 100%;
		top: 12px;
		left: -12px;
		position: absolute;
		background-color: #fff;
		border: 3px solid #4300EC;
		opacity: 1;
		z-index: -1;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item:before {
		top: 0;
		left: 0;
		opacity: 0;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item.aos-animate:before {
		animation: increase-border 0.25s linear forwards;
		animation-delay: 2s;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item:after {
		content: none;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item .founder-headshot {
		display: none;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item .banner-text + .company-content {
		padding-top: 50px;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item .company-content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 23px 15px;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item .company-content .company-logo {
		order: -2;
		height: 31px;
		margin-bottom: 27px;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item .company-content .company-bio {
		order: -1;
		max-width: 268px;
		margin-top: 0;
		margin-bottom: 13px;
	}
	.portfolio-page .portfolio-list .site-container .portfolio-item .founder-link {
		height: auto;
		left: 15px;
		bottom: 12px;
	}
}

.team-page .hero {
	background-image: url(../images/team-hero.png);
}
.team-page .team {
	padding: 115px 0 127px;
}
.team-page .team + .team {
	padding-top: 0;
}
.team-page .team-page-filter {
	padding: 59px 0;
	background: #091540;
}
.team-page .team-page-filter .flexbox {
	align-items: center;
	justify-content: center;
}
.team-page .team-page-filter .page-filter-buttons {
	margin: -10px;
}
.team-page .team-page-filter .page-filter-buttons .btn-white, .team-page .team-page-filter .page-filter-buttons #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .team-page .team-page-filter .page-filter-buttons a {
	margin: 20px auto;
}
.team-page .loop-and-filter-wrapper {
	display: flex;
	flex-direction: column-reverse;
}
.team-page .portfolio-slider {
	margin-bottom: 64px;
}
.team-page .loop-filter {
	background-image: url("../images/Repeat%20Grid%204.svg");
	padding: 70px 0 92px;
	align-items: center;
}
.team-page .loop-filter .site-container {
	padding: 46px 33px;
	background-color: #fff;
}
.team-page .loop-filter .filter-title {
	margin-bottom: 28px;
	text-align: center;
}
.team-page .loop-filter .filter-title-copy {
	margin: 0;
	font-weight: 700;
}
.team-page .loop-filter .loop-filter-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.team-page .loop-filter .loop-filter-links .btn-pixel, .team-page .loop-filter .loop-filter-links .btn-white, .team-page .loop-filter .loop-filter-links .btn-arrow, .team-page .loop-filter .loop-filter-links .btn-pixel-black, .team-page .loop-filter .loop-filter-links #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .team-page .loop-filter .loop-filter-links a, .team-page .loop-filter .loop-filter-links .single .addtoany_list a, .single .addtoany_list .team-page .loop-filter .loop-filter-links a {
	font-size: 14px;
	width: auto;
	height: 32px;
	margin: 0 5px 20px;
	text-transform: none;
}
.team-page .loop-filter .loop-filter-links .btn-pixel:active, .team-page .loop-filter .loop-filter-links .btn-white:active, .team-page .loop-filter .loop-filter-links .btn-arrow:active, .team-page .loop-filter .loop-filter-links .btn-pixel-black:active, .team-page .loop-filter .loop-filter-links #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:active, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .team-page .loop-filter .loop-filter-links a:active, .team-page .loop-filter .loop-filter-links .single .addtoany_list a:active, .single .addtoany_list .team-page .loop-filter .loop-filter-links a:active, .team-page .loop-filter .loop-filter-links .btn-pixel:focus, .team-page .loop-filter .loop-filter-links .btn-white:focus, .team-page .loop-filter .loop-filter-links .btn-arrow:focus, .team-page .loop-filter .loop-filter-links .btn-pixel-black:focus, .team-page .loop-filter .loop-filter-links #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:focus, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .team-page .loop-filter .loop-filter-links a:focus, .team-page .loop-filter .loop-filter-links .single .addtoany_list a:focus, .single .addtoany_list .team-page .loop-filter .loop-filter-links a:focus {
	background-image: url(../images/purple-button-push.svg) !important;
}
.team-page .loop-filter .loop-filter-links .active-btn {
	background-image: url(../images/purple-button-push.svg) !important;
}
.team-page .headline {
	max-width: 994px;
	margin: 0 auto 112px;
	text-align: center;
}
.team-page .headline label {
	position: relative;
	margin-bottom: 21px;
	display: inline-block;
	font-weight: 700;
}
.team-page .headline label:before, .team-page .headline label:after {
	content: url(../images/purple-burst.svg);
	position: absolute;
	top: -24px;
}
.team-page .headline label:before {
	left: -68px;
}
.team-page .headline label:after {
	right: -58px;
	transform: scaleX(-1);
}
.team-page .headline .emphasis {
	max-width: 650px;
	margin: 0 auto 12px;
	font-size: 37px;
	line-height: 47px;
	color: #08173E;
	font-weight: 400;
}
.team-page .card-container {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.team-page .card-container .card {
	margin: 10px;
}
.team-page .card-container .card:not(.active) {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	order: 1;
	pointer-events: none;
	transition: all 0.25s;
}
.team-page .card-container .card.top-socials .cta {
	top: unset;
	bottom: 10px;
}
.team-page .card-container .card.top-socials .linkedin {
	position: absolute;
	top: 20px;
	right: 20px;
}
.team-page .card-container .card.top-socials .linkedin svg {
	background-color: #fff;
	border-radius: 3px;
}
.team-page .card-container .card .cta {
	background-image: url(../images/team-modal-button.svg);
	height: 30px;
	width: 30px;
	transition: background-image 0.25s;
}
.team-page .card-container .card .cta:hover {
	background-image: url(../images/team-modal-button-white.svg);
}
.team-page .team-member {
	min-width: 290px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 0 calc(33.3333333333% - 20px);
	border: 3px solid #4300EC;
	position: relative;
}
.team-page .team-member:after {
	content: "";
	background-image: url(../images/Corner-Starburst-Fade.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	transform: scale(1, 1);
}
.team-page .team-member:hover .member-headshot {
	background-color: transparent;
}
.team-page .team-member:after {
	background-size: 74px;
}
.team-page .team-member.ghost {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
	pointer-events: none;
}
.team-page .team-member .member-content {
	flex-grow: 1;
	padding: 26px 23px 21px;
	border-top: 3px solid #4300EC;
}
.team-page .team-member .member-content .member-info {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}
.team-page .team-member .member-content .member-info-top {
	display: flex;
}
.team-page .team-member .member-content .member-info-top-copy {
	flex-grow: 1;
}
.team-page .team-member .member-content .member-info .small-image-slider-nav {
	position: absolute;
	left: 50%;
	bottom: 21px;
	transform: translateX(-50%);
}
.team-page .team-member .member-content .member-name {
	font-size: 20px;
	font-weight: 700;
	color: #4300EC;
	text-transform: uppercase;
	margin: 0 0 6px;
}
.team-page .team-member .member-content .member-position {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
}
.team-page .team-member .member-content .previous-companies-slider {
	margin-top: auto;
	padding: 15px 0;
}
.team-page .team-member .member-content .previous-companies-slider .previous-companies-slide {
	height: 86px;
	margin: 0 18px;
	object-fit: contain;
	object-position: center;
}
.team-page .team-member .member-content .linkedin svg path {
	transition: fill 0.25s;
}
.team-page .team-member .member-content .linkedin:hover svg path {
	fill: #3528E3;
}
.team-page .team-member .member-headshot {
	position: relative;
	height: 339px;
	background-size: cover;
	background-position: center;
	background-color: #091540;
	background-blend-mode: luminosity;
	transition: background-color 0.25s;
}
.team-page .team-member .cta {
	position: absolute;
	top: 20px;
	right: 20px;
}
.team-page .team-member .cta img {
	max-width: 30px;
}
.team-page .modaloverlay {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 400ms ease-in;
	z-index: -1;
	display: none;
}
.team-page .modaloverlay:target {
	display: block;
	opacity: 1;
	pointer-events: auto;
	z-index: 99999;
}
.team-page .modaloverlay .modal {
	margin: 5% auto;
	background-color: white;
	height: 80%;
	max-width: 1100px;
	width: 90%;
	position: relative;
	padding: 100px 75px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	align-items: center;
}
.team-page .modaloverlay .modal-headshot {
	width: 60%;
}
.team-page .modaloverlay .modal-headshot .modal-headshot-img {
	max-height: 360px;
	max-width: 360px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.team-page .modaloverlay .modal-content {
	align-items: center;
}
.team-page .modaloverlay .modal-member-info {
	width: 100%;
	padding-left: 30px;
}
.team-page .modaloverlay .modal-member-info label {
	font-size: 20px;
	color: #4300EC;
	text-transform: uppercase;
	font-weight: 700;
}
.team-page .modaloverlay .modal-member-info .member-name {
	font-size: 37px;
	color: #44CCFF;
	font-weight: 300;
	margin-bottom: 10px;
}
.team-page .modaloverlay .modal-member-info .member-bio {
	font-size: 15px;
	line-height: 20px;
}
.team-page .modaloverlay .modal-member-info .socials {
	padding-top: 11px;
	justify-content: flex-start;
}
.team-page .modaloverlay .modal-member-info .socials a {
	margin-right: 12px;
	transition: all 0.4s ease-in-out;
}
.team-page .modaloverlay .modal-member-info .socials a:hover {
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}
.team-page .modaloverlay .close {
	position: absolute;
	right: 48px;
	top: 55px;
	z-index: 1;
	cursor: pointer;
}
.team-page .filter {
	margin-bottom: 111px;
}
.team-page .filter-tag {
	margin: 6px !important;
}
@media screen and (max-width: 1000px) {
	.team-page .team-page-filter .btn-pixel, .team-page .team-page-filter .btn-white, .team-page .team-page-filter .btn-arrow, .team-page .team-page-filter .btn-pixel-black, .team-page .team-page-filter #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .team-page .team-page-filter a, .team-page .team-page-filter .single .addtoany_list a, .single .addtoany_list .team-page .team-page-filter a {
		width: 225px;
	}
	.team-page .modaloverlay .modal {
		padding: 30px;
	}
	.team-page .modaloverlay .modal .modal-content {
		flex-wrap: wrap;
	}
	.team-page .modaloverlay .modal .modal-content .modal-headshot {
		width: 100%;
	}
	.team-page .modaloverlay .modal .modal-content .modal-headshot .modal-headshot-img {
		margin-bottom: 30px;
	}
	.team-page .modaloverlay .modal .modal-content .modal-member-info {
		display: flex;
		flex-direction: column;
		padding: 0;
	}
	.team-page .modaloverlay .modal .modal-content .modal-member-info .member-bio {
		order: 3;
	}
	.team-page .modaloverlay .modal .modal-content .modal-socials .socials {
		margin: 0;
	}
}
@media screen and (max-width: 830px) {
	.team-page .team-page-filter .btn-pixel, .team-page .team-page-filter .btn-white, .team-page .team-page-filter .btn-arrow, .team-page .team-page-filter .btn-pixel-black, .team-page .team-page-filter #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a, #masthead .main-navigation .menu-primary-container ul[role="menu"] .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item .team-page .team-page-filter a, .team-page .team-page-filter .single .addtoany_list a, .single .addtoany_list .team-page .team-page-filter a {
		display: block;
		margin-bottom: 20px;
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.team-page .team {
		padding: 77px 0 80px;
	}
	.team-page .headline {
		margin-bottom: 44px;
	}
	.team-page .headline .emphasis {
		font-size: 24px;
		line-height: 31px;
		font-weight: 300;
	}
	.team-page .headline .team-copy {
		font-size: 16px;
		line-height: 20px;
	}
	.team-page .loop-filter {
		display: block;
		text-align: center;
	}
	.team-page .loop-filter .loop-filter-links {
		width: 100%;
	}
	.team-page .team-member .member-content {
		flex-direction: row;
	}
	.team-page .card-container .card:not(.active) {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.team-page .modaloverlay .modal .modal-content .modal-headshot {
		width: 100%;
	}
	.team-page .modaloverlay .modal .modal-content .modal-headshot .modal-headshot-img {
		height: 200px;
		width: 200px;
	}
} 

.header--no-navigation {
	text-align: center;
	padding: 20px 0;
	position: relative;
}

.header--no-navigation:after {
	background: linear-gradient(90deg, #4300ec, #24c1ff);
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
}

.header--no-navigation img {
	max-width: 150px !important;
	width: 100%;
}

.footer--no-navigation {
	text-align: center;
	padding: 20px 0;
}

.footer--no-navigation img {
	max-width: 180px !important;
	width: 100%;
}

.footer--no-navigation .hs_cos_wrapper_type_rich_text * {
	font-size: 15px;
	/* 	font-weight: 200; */
}

/* test comment */