/*--------------------------------------------------------------
# Part 1 of 4
--------------------------------------------------------------*/
/*@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');
*/

/*Tom replaced the two lines above with this line to add Lexend Deca to font choices*/
/* Imports must come first */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lexend+Deca:wght@100..900&family=Lexend+Exa:wght@100..900&family=Lexend+Tera:wght@100..900&family=Lexend:wght@100..900&display=swap');

/* Keyframes and other rules can follow */
@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%;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
	font-family: "Lexend Deca", sans-serif;
	letter-spacing: -.0625em;
	color: #0a1541;
	font-weight: 200;
	line-height: 1.6; /* Use a unitless multiplier instead */
	background: #fff;
}

.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;
	background-color: #ccc;
	border: 0;
	margin-bottom: 1.5em;
}

/**
* 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;
	color: #D70188;
}
a:active {
	color: #D70188;
}


/**
* 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;
	max-width: 100%;
}

/* 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;
	width: 100%;
}

/**
* 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
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Universal Styles -Tom Lazay check this....
---------------------------------------------
* {
	color: #0a1541;
	font-family: "Lexend", sans-serif;
	font-size: 14px;
	font-weight: 300;
}
 */

#main-content {
	padding-top: 98px;
}

body.noscroll {
	overflow: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #091540;
	font-family: Lexend Exa;
	font-size: 16px;
	line-height: 1.2;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.search .copy-area h2,
.search .copy-area .h2 {
	margin: 0;
	color: #1b5df8;
	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;
}

h1, h1 * {
	font-size: 42px;
	line-height: 1.2;
	font-family: "Bricolage Grotesque", sans-serif;
}
h2, h2 * {
	font-size: 40px;
	line-height: 1.25;
	font-family: "Bricolage Grotesque", sans-serif;
}
h3, h3 * {
	font-size: 32px;
	line-height: 1.36;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 900;
}
h4, h4 * {
	font-size: 18px;
	line-height: 1.25;
	font-family: "Lexend Tera", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: rgb(10, 21, 65);
}
h5, h5 * {
	font-size: 26px;
	line-height: 1.3;
	font-family: "Lexend Exa", sans-serif;
	text-transform: uppercase;
}
h6, h6 * {
	font-size: 15px;
	line-height: 1.73;
	font-family: "Lexend Tera", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: -.14em;
}
/* Tom commented this out and replaced it with the section below for better robustness against browser font size changes

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

/* Using rem for fonts and em for breakpoints for maximum accessibility */
@media screen and (max-width: 56.25em) { /* 900px / 16px = 56.25em */
	h2, .h2, h3, .h3 {
		font-size: 1.75rem;   /* 28px / 16px */
		line-height: 1.2;     /* Unitless multiplier is best */
	}
	.two-tone .primary-text {
		font-size: 3.0625rem; /* 49px / 16px */
	}
	.two-tone .emphasis-text {
		font-size: 4.125rem;  /* 66px / 16px */
	}
}

@media screen and (max-width: 35em) { /* 560px / 16px = 35em */
	.two-tone .primary-text {
		font-size: 2.0625rem; /* 33px / 16px */
	}
	.two-tone .emphasis-text {
		font-size: 2.75rem;   /* 44px / 16px */
	}
}

.light-text .two-tone .emphasis-text {
	color: #fff;
}
.light-text p {
	color: #fff;
}

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

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

section {
	position: relative;
	padding: 102px 0;
}
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;
}

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

/* Tom commented this out for better accessibility

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

@media screen and (max-width: 56.25em) { /* 900px / 16px */
	body {
		line-height: 1.4; /* Unitless multiplier is best. Adjust value as needed. */
	}
	.dot-grid .site-container {
		/* Using rem for padding makes vertical space scale with text size */
		padding: 2.75rem 6% 5.6875rem; /* 44px, 91px converted to rem */
	}
}

@media screen and (max-width: 48em) { /* 768px / 16px */
	.flexbox {
		flex-direction: column;
	}
}

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

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

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

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

/* Buttons & Links
--------------------------------------------- */
.btn, .subscribe-form .hs-form .actions .hs-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	padding: 13px 47px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	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, transform 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;
	-webkit-mask-image: url(https://47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/arrow-right.svg);
	mask-image: url(https://47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/arrow-right.svg);
	width: 32px;
	height: 30px;
	margin-left: 12px;
}
.btn:hover, .subscribe-form .hs-form .actions .hs-button:hover {
	background-color: #3528E3;
	color: #fff;
}
.btn:hover:after, .subscribe-form .hs-form .actions .hs-button:hover:after {
	background-color: #fff;
	transform: translateX(4px);
}
.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;
	-webkit-mask-image: url(../images/arrow-down.svg);
	mask-image: url(../images/arrow-down.svg);
	width: 30px;
	height: 33px;
	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;
	-webkit-mask-image: url(https://47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/arrow-right.svg);
	mask-image: url(https://47880027.fs1.hubspotusercontent-na1.net/hubfs/47880027/raw_assets/public/companyon-theme/images/arrow-right.svg);
	width: 32px;
	height: 30px;
	margin-right: 12px;
	transform: rotate(180deg);
}
.btn-with-arrow:hover:after {
	transform: rotate(180deg) translateX(4px);
}
.btn-pixel, .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;
}
.single .addtoany_list a:hover, .single .widget .addtoany_list a:hover {
	background-image: url(../images/purple-button.svg);
}
.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(https://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(https://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;
	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(https://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(https://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;
	-webkit-mask-image: url(../images/arrow-right.svg);
	mask-image: url(../images/arrow-right.svg);
	width: 32px;
	height: 30px;
	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 {
	flex-direction: row-reverse;
}
.arrow-link-back:after {
	margin-right: 12px;
	margin-left: 0;
	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;
	}
}
/* Subscribe Form
--------------------------------------------- */
.subscribe-form .hs-form {
	display: flex;
	justify-content: center;
}
.subscribe-form .hs-form .actions {
	height: 100%;
}
.subscribe-form .hs-form .actions .hs-button {
	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%;
	}
}

/* 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;
}
#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(https://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,
.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
--------------------------------------------- */
.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: 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;
	}
}

/* Header/Footer (No Navigation)
--------------------------------------------- */
.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%;
}
.header.header--no-navigation {
	padding: 0;
}
.header.header--no-navigation:after {
	display: none;
}
.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; */
}

/*--------------------------------------------------------------
# Generic Sections & Cards
--------------------------------------------------------------*/
.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: 50px 10px;
}
.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(https://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:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	border: 3px solid rgba(66, 0, 235, 0.2196078431);
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
}
.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.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:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
}
.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.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:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	border: 3px solid #3528E3;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
}
.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.aos-animate:before {
	animation: increase-border 0.25s linear forwards;
	animation-delay: 2s;
}
.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;
	}
}
/* Sliders
--------------------------------------------- */
.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;
	background-size: contain;
}
.small-image-slider-nav .slick-arrow.slick-disabled {
	background-image: url(../images/pixel-arrow-gray.svg);
}
.small-image-slider-nav .slick-arrow {
	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);
}
/*--------------------------------------------------------------
# Specific 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:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #fff;
	border: 3px solid #3528E3;
	z-index: -1;
	opacity: 0;
}
.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.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:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #3528E3;
	z-index: -1;
}
.button-slides-section .button-slides .button-slide.has-bg:before {
	background-color: transparent;
}
.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: 769px) {
	.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:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid rgba(67, 0, 236, 0.1254901961);
	z-index: -1;
}
.emphasis .site-container.has-bg:before {
	background-color: transparent;
}
.emphasis-headline {
	margin-bottom: 99px;
}
.emphasis .item-title {
	margin-bottom: 32px;
	font-weight: 300;
	text-transform: uppercase;
}
.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 (min-width: 768px) {
	.multi .site-container {
		padding-top: 105px;
	}
}
@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-copy-area {
	padding-right: 8%;
}
.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-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-wrapper {
	flex: 1 0 575px;
	position: relative;
}
.two-col-image {
	position: relative;
	border: 3px solid #4300EC;
	width: 100%;
	height: 100%;
}
.two-col-image:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #4300EC;
	z-index: -1;
}
.two-col-image.has-bg:before {
	background-color: transparent;
}
.two-col-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.two-col-image-wrapper:before, .two-col-image-wrapper:after {
	content: "";
	background-image: url(https://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,
	.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;
}

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

/* Combined Slider Navigation Styles */
.slider-section .slider-nav .slick-arrow,
.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;
}
.slider-section .slider-nav .slick-arrow.slick-disabled,
.video-slider-section .video-slider-nav .slick-arrow.slick-disabled {
	background-image: url(../images/pixel-arrow-gray.svg);
}
.slider-section .slider-nav .slick-prev,
.video-slider-section .video-slider-nav .slick-prev {
	margin-right: 12px;
	transform: scaleX(-1);
}
.slider-section .slider-nav .slick-next,
.video-slider-section .video-slider-nav .slick-next {
	margin-left: 12px;
}

.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:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid #fff;
	z-index: -1;
}
.logo-slider-section .logo-slide.has-bg:before {
	background-color: transparent;
}

@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:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 12px;
	left: -12px;
	position: absolute;
	background-color: #fff;
	border: 3px solid rgba(67, 0, 236, 0.1254901961);
	z-index: -1;
}
.mini-slider-section .site-container.has-bg:before {
	background-color: transparent;
}
.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;
}
.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;
}
.subscribe-cta .cta-copy {
	max-width: 698px;
	margin: 33px auto 51px 0;
	color: #091540;
}
@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;
	}
}
@media screen and (max-width: 900px) {
	.subscribe-cta .cta-copy {
		max-width: 300px;
	}
}
@media screen and (max-width: 768px) {
	.subscribe-cta .site-container {
		background-color: rgba(255, 255, 255, 0.9294117647);
		background-blend-mode: soft-light;
	}
}
@media screen and (max-width: 600px) {
	.subscribe-cta .wrapper {
		background-image: none;
	}
}