@charset "UTF-8";

body {
	font-size: 20px;
}

main a {
	text-decoration: underline;
}

main section:not(:first-of-type) {
	margin-top: 50px;
}

main strong,
main b {
	color: var(--main-content-blue);
	font-weight: 400;
}

main.ai .module {
	padding-inline: 0;
}

main :focus-visible {
	border-radius: 4px;
	outline: 2px solid var(--main-content-blue);
	outline-offset: 2px;
}

/*---------------------------------------*\
   MODULE: AI Intro
\*---------------------------------------*/
.module_ai-intro {
	background-image: url('../img/ai/graphic1.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 360px 710px;
	min-height: 710px;
}

.module_ai-intro .module__content {
	-webkit-padding-end: 50px;
	        padding-inline-end: 50px;
	-webkit-padding-start: 370px;
	        padding-inline-start: 370px;
}

.module_ai-intro .centered {
	margin-inline: auto;
	max-width: min(100%, 700px);
}

.module_ai-intro .h-module-heading {
	font-size: 110px;
	line-height: 0.9091;
	margin-bottom: 0.2em;
}

@media only screen and (max-width:1023px) and (min-width:900px) {
	.module_ai-intro {
		background-size: calc(100vw - 664px) calc((100vw - 664px) * 1.9722);
		min-height: calc((100vw - 664px) * 1.9722);
	}
	.module_ai-intro .module__content {
		-webkit-padding-start: calc(100vw - 664px + 10px);
		        padding-inline-start: calc(100vw - 664px + 10px);
	}
}

@media only screen and (max-width:899px) {
	.module_ai-intro {
		background-size: 108px 228px;
		min-height: 0px;
	}
	.module_ai-intro .module__content {
		-webkit-padding-start: 50px;
		        padding-inline-start: 50px;
		-webkit-margin-before: 75px;
		        margin-block-start: 75px;
	}
	.module_ai-intro .h-module-heading {
		font-size: clamp(52px, 12.2358vw, 110px)
	}
}

@media only screen and (max-width:479px) {
	.module_ai-intro .module__content {
		padding-inline: 20px;
	}
}

/*---------------------------------------*\
   MODULE: Module Heading
\*---------------------------------------*/
.module_heading div.module__content {
	border-bottom: 1px solid #616161;
	margin: 0 50px;
	padding: 0;
}

.module_heading .h-module-heading {
	color: #fff;
	font-size: 60px;
	line-height: 1;
	margin-block: 0.25em;
	max-width: min(100%, 500px);
}

@media only screen and (max-width:479px) {
	.module_heading div.module__content {
		margin: 0 20px;
	}
	.module_heading .h-module-heading {
		font-size: clamp(53px, 0.125vw, 60px);
	}
}

/*---------------------------------------*\
   MODULE: Companies List from original-site.scss
\*---------------------------------------*/
.module_ai-investments div.module__content,
.module_atlas-picks div.module__content,
.module_insights div.module__content.atlas-picks,
.module_insights div.module__content.featured-picks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0 50px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.module_ai-investments div.object-cache {
	display: none;
}

.module_ai-investments article:not(.open) a {
	display: none;
}

.module_ai-investments article {
	color: #54585A;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.3333;
	margin: 35px 0;
	overflow: visible;
	width: calc((100% - 150px) / 4);
}

.module_ai-investments article > div.name {
	border-top: 2px solid #6b99ba;
	margin-top: 2px;
	padding-top: 10px;
}

.module_ai-investments article > div.name:hover,
html:is(.using-keyboard-navigation, .no-js) .module_ai-investments article > div.name:focus {
	border-top: 4px solid var(--main-blue-color);
	margin-top: 0;
	color: var(--main-blue-color);
}

.module_ai-investments article > div.name sup {
	color: var(--main-blue-color);
	font-size: 24px;
	font-weight: 700;
	top: 0;
}

.module_ai-investments article.blank {
	visibility: hidden;
}

.module_ai-investments article div.details {
	background-color: var(--main-blue-color);
	color: #fff;
	height: 0;
	overflow: hidden;
	padding: 0 20px;
	width: calc(400% + 150px + 50px + 50px);
}

.module_ai-investments article:nth-child(4n+1) div.details {
	margin-left: calc((-0 * (100% + 50px)) - 50px);
}

.module_ai-investments article:nth-child(4n+2) div.details {
	margin-left: calc((-1 * (100% + 50px)) - 50px);
}

.module_ai-investments article:nth-child(4n+3) div.details {
	margin-left: calc((-2 * (100% + 50px)) - 50px);
}

.module_ai-investments article:nth-child(4n+4) div.details {
	margin-left: calc((-3 * (100% + 50px)) - 50px);
}

.module_ai-investments article div.pointer {
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 0;
}

.module_ai-investments article:not(.open) {
	z-index: 0;
}

.module_featured-investments article.open,
.module_ai-investments article.open {
	z-index: 1;
}

.module_ai-investments article.open div.details {
	height: auto;
	margin-bottom: 20px;
	padding: 60px 20px;
	position: relative;
}

.module_ai-investments article div.pointer {
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 0 solid var(--main-blue-color);
	-webkit-transition: border-bottom 0.3s ease 0s;
	transition: border-bottom 0.3s ease 0s;
}

.module_ai-investments article.closing-to-open-other div.details,
.module_ai-investments article.closing-to-open-other div.pointer {
	-webkit-transition: reset;
	transition: reset;
}

.module_ai-investments article.open div.pointer {
	border-bottom: 35px solid var(--main-blue-color);
}

.module_ai-investments article.open div.pointer {
	margin-top: 20px;
}

.module_ai-investments article div.details div.width {
	font-size: 21px;
	line-height: 1.3333;
	margin: 0 auto;
	max-width: min(100%, 640px);
	position: relative;
}

.module_ai-investments article div.details .h-module-h3 {
	display: inline-block;
	font-size: 36px;
	line-height: normal;
	margin-bottom: 7px;
	white-space: nowrap;
}

.module_ai-investments article div.details *:first-child {
	margin-top: 0;
}

.module_ai-investments article div.details *:last-child {
	margin-bottom: 0;
}

.module_ai-investments article aside.cta:not(.button) a,
.module_ai-investments article aside.cta:not(.button) span {
	border-bottom: 4px solid #4982AA;
	color: #B8CEDE;
}

.module_ai-investments article aside.cta:not(.button) a:hover,
html:is(.using-keyboard-navigation, .no-js) .module_ai-investments article aside.cta a:focus {
	border-bottom: 4px solid #fff;
}

@media only screen and (max-width:1219px) { /* go to 3-wide on bio and scale homepage */
	.module_ai-investments article {
		width: calc((100% - 100px) / 3);
	}
	.module_ai-investments article div.details {
		width: calc(300% + 100px + 50px + 50px)
	}
	.module_ai-investments article:nth-child(3n+1) div.details {
		margin-left: calc((-0 * (100% + 50px)) - 50px);
	}
	.module_ai-investments article:nth-child(3n+2) div.details {
		margin-left: calc((-1 * (100% + 50px)) - 50px);
	}
	.module_ai-investments article:nth-child(3n+3) div.details {
		margin-left: calc((-2 * (100% + 50px)) - 50px);
	}
}

@media only screen and (max-width:939px) { /* go to 2-wide stack some full-width modules */
	.module_ai-investments article {
		width: calc((100% - 50px) / 2);
	}
	.module_ai-investments article.blank-3 {
		display: none;
	}
	.module_ai-investments article div.details {
		width: calc(200% + 50px + 50px + 50px)
	}
	.module_ai-investments article:nth-child(2n+1) div.details {
		margin-left: calc((-0 * (100% + 50px)) - 50px);
	}
	.module_ai-investments article:nth-child(2n+2) div.details {
		margin-left: calc((-1 * (100% + 50px)) - 50px);
	}
}

@media only screen and (max-width:639px) { /* stack full-width modules */
	.module_ai-investments div.module__content {
		padding: 0 20px;
	}
	.module_ai-investments article:nth-child(2n+1) div.details {
		margin-left: calc((-0 * (100% + 20px)) - 20px);
	}
	.module_ai-investments article:nth-child(2n+2) div.details {
		margin-left: calc((-1 * (100% + 20px)) - 20px);
	}
	.module_ai-investments article div.details {
		width: calc(200% + 20px + 20px + 20px);
	}
	.module_ai-investments article {
		margin-top: 20px;
		width: calc((100% - 20px) / 2);
	}
	.module_ai-investments article div.details .h-module-h3 {
		display: block;
		white-space: normal;
	}
}

@media only screen and (max-width:479px) {
	.module_ai-investments article {
		font-size: 4.375vw;
	}
}

/*---------------------------------------*\
   MODULE: Companies List OVERRIDES
\*---------------------------------------*/
.module_ai-investments article > div.name,
.module_ai-investments article > div.name:hover,
html:is(.using-keyboard-navigation, .no-js) .module_ai-investments article > div.name:focus {
	border-top: none;
	margin-top: 0;
}

.module_ai-investments article div.details {
	background-color: #ffffff22;
}

.module_ai-investments article div.pointer,
.module_ai-investments article.open div.pointer {
	border-bottom-color: #ffffff22;
}

.module_ai-investments article aside.cta:not(.button) a {
	background-color: #222222;
	border: 2px solid transparent;
	border-radius: 11px;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	padding: 2px 15px;
}

.module_ai-investments article aside.cta:not(.button) a:is(:hover, :focus-visible) {
	background-color: transparent;
	border: 2px solid #222222;
}

/*---------------------------------------*\
   MODULE: ZIG or ZAG
\*---------------------------------------*/
.module_ai-zig-zag {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.module_ai-zig-zag.right {
	background-image: url('../img/ai/graphic2.png');
	background-position: left center;
}

.module_ai-zig-zag.left {
	background-image: url('../img/ai/graphic3.png');
	background-position: right center;
}

.module_ai-zig-zag .module__content {
	width: 100%;
}

.module_ai-zig-zag.left .module__content {
	-webkit-padding-end: 370px;
	        padding-inline-end: 370px;
	-webkit-padding-start: 50px;
	        padding-inline-start: 50px;
}

.module_ai-zig-zag .centered {
	line-height: 1.5556;
}

.module_ai-zig-zag .points {
	font-size: 23px;
}

.module_ai-zig-zag .h-module-heading {
	font-size: 60px;
	line-height: 1;
}

@media only screen and (max-width:1023px) and (min-width:900px) {
	.module_ai-zig-zag.left .module__content {
		-webkit-padding-end: calc(100vw - 664px + 10px);
		        padding-inline-end: calc(100vw - 664px + 10px);
	}
}

@media only screen and (max-width:899px) {
	.module_ai-zig-zag .module__content {
		-webkit-margin-before: 100px;
		        margin-block-start: 100px;
	}
	.module_ai-zig-zag.left .module__content {
		-webkit-padding-end: 50px;
		        padding-inline-end: 50px;
	}
	.module_ai-zig-zag.right {
		background-position: left top;
	}
	
	.module_ai-zig-zag.left {
		background-image: url('../img/ai/graphic3-rotated.png');
		background-position: left top;
	}
}

@media only screen and (max-width:479px) {
	.module_ai-zig-zag:is(.left, .right) .module__content {
		padding-inline: 20px;
	}
}

.module_ai-zig-zag .points {
	border-top: 1px solid #616161;
}

.module_ai-zig-zag .point {
	border-bottom: 1px solid #616161;
	font-weight: 700;
	padding-block: 1em;
}

.module_ai-zig-zag .point > :is(div, a) {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 20px;
	text-decoration: none;
}

.module_ai-zig-zag .point img.point-icon {
	height: auto;
	width: 58px;
}

.module_ai-zig-zag .point a:is(:hover, :focus-visible) {
	color: var(--main-content-blue);
}

/*---------------------------------------*\
   MODULE: Simple ZigZag Team List
\*---------------------------------------*/
.module_heading + .module_ai-simple-zigzag-team-list.with-intro {
	margin-top: 0;
}

.module_ai-simple-zigzag-team-list div.module__content {
	margin: 0 50px;
}

.module_ai-simple-zigzag-team-list .intro {
	max-width: min(100%, 800px);
	margin-bottom: 50px;
}

.module_ai-simple-zigzag-team-list .team-members {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:899px) {
	.module_ai-simple-zigzag-team-list .team-members {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.module_ai-simple-zigzag-team-list .team-members.right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.module_ai-simple-zigzag-team-list .team-members > a {
	display: block;
	text-decoration: none;
	max-width: min(100%, 337px);
}

.module_ai-simple-zigzag-team-list .details {
	font-size: 25px;
	font-weight: 700;
	padding-block: 1.3em 2em;
}

.module_ai-simple-zigzag-team-list a:is(:hover, :focus-visible) img {
	opacity: 0.5;
}

.module_ai-simple-zigzag-team-list a:is(:hover, :focus-visible) .details {
	color: var(--main-content-blue);
}

/*---------------------------------------*\
   TryChatBvp links
\*---------------------------------------*/
a.try-chat-bvp-button {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	text-decoration: none;
}

a.try-chat-bvp-button::after {
	background-image: url('../img/ai/arrow-button.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 29px;
	content: '';
	display: inline-block;
	height: 29px;
	margin-left: 5px;
	width: 29px;
}

a.try-chat-bvp-button:is(:hover, :focus-visible)::after {
	background-position: right center;
}

/*---------------------------------------*\
   Embedded forms
\*---------------------------------------*/
div.mc_embed_signup div.h2 {
	color: var(--main-content-blue);
	font-style: normal;
	font-weight: 700;
	margin: 15px 0;
	text-transform: uppercase;
}

div.mc_embed_signup form {
	margin-block: 1em !important;
}

div.mc_embed_signup input::-webkit-input-placeholder {
	color: #ffffff;
}
div.mc_embed_signup input:-moz-placeholder {
	color: #ffffff;
}
div.mc_embed_signup input::-moz-placeholder {
	color: #ffffff;
}
div.mc_embed_signup input:-ms-input-placeholder {
	color: #ffffff;
}

div.mc_embed_signup .mc-field-group input:not([type="submit"],[type="image"]) {
	background-color: #ffffff22 !important;
	border-radius: 16px !important;
	color: #ffffff !important;
	height: 32px !important;
	margin-right: 10px;
	max-width: min(100%, 450px);
	width: calc(100% - 50px) !important;
}

div.mc_embed_signup.ai-theme .mc-field-group input[type="image"] {
	background-image: url('../img/ai/arrow-button.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 29px;
	height: 29px;
	-webkit-transition: none;
	transition: none;
	width: 29px;
}

div.mc_embed_signup.ai-theme .mc-field-group input[type="image"]:is(:hover, :focus-visible) {
	background-position: right center;
}

div.mc_embed_signup .mc-field-group div[for="mce-EMAIL"] {
	margin-bottom: 0 !important;
	width: 100%;
}

div.mc_embed_signup .mc-field-group {
	flex-wrap: wrap;
}
