/*--- classes ---*/
.-margin-bottom {
	margin-bottom:8.0rem;
}
.-margin-top {
	margin-top:8.0rem;
}

/*--- videos ---*/
.video_mobile {
	display: none !important;
}
.video_desktop {
	display:block !important;
}
.video_modal {
	display:block;
	position: relative;
	max-width: 1263rem;
	width: 100%;
	border-radius: 3rem;
	overflow: hidden;
	cursor: pointer;
}
.video_modal video {
	display:block;
	border-radius: 0;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
}
.video_modal:hover video {
	transform:scale(1.05);
}
.video_modal .button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:0 !important;
	font-size:2.3rem;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
	transform: translate(-50%,-50%);
	transition: 0.2s all ease-in-out;
	pointer-events:none;
	z-index:8;
}
.video_modal.video_mobile .button,
.video_modal .button.video_mobile {
	display:block;
	margin:0;
	padding:0;
	font-size:0;
	border-radius: 9999px;
	line-height:1;
}
.video_modal.video_mobile .button img,
.video_modal .button.video_mobile img {
	width:10.0rem;
}

/*--- body ---*/
body {
	background-color: var(--blue);
}

/*--- dialog ---*/
dialog {
	position: fixed;
	margin: auto;
	padding: 3.0rem;
	border: none;
	outline: none;
	background-color: var(--white);
	border-radius: 3.0rem;
	overflow: hidden;
	z-index: 99;
}
dialog::backdrop {
	background:rgba(0,0,0,0.4);
	z-index:98;
}
dialog h2 {
	display:flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height:5.0rem;
	font-size:4.0rem;
	color:rgb(var(--black));
	text-align: left;
}
dialog video {
	display:none;
	width: 100%;
	max-width: 80vw;
	max-height: 70vh;
	aspect-ratio: 16 / 9;
	margin-top: 2.0rem;
}
dialog video.portrait_video {
	aspect-ratio: 9 / 16;
}
dialog .close {
	width:2.4rem;
	height:2.4rem;
	padding:0;
	border:none;
	background:url('/images/close.svg') center center / 2.4rem 2.4rem no-repeat transparent;
	cursor:pointer;
}


/*--- header ---*/
header {
	flex-direction: column;
	background:
			url(/images/marine/header_bg.svg) 30vw 9.0rem / 100% no-repeat,
			linear-gradient(180deg, rgba(0, 80, 253, 1) 9.0rem, rgba(0, 0, 254, 0) 40%);
	background-color: transparent;
}
header h1 {
	font-size: 9.5rem;
}
header > div:not(.left) > h1 {
	font-size:8.6rem;
}
header .embed_video {
	margin-top: 0.5rem;
}
header div.sub, header div.jellyfish {
	align-items: flex-end;
	background-position: 100% calc(100% - 1.5rem);
	background-size: auto 90%;
	background-repeat: no-repeat;
}
header div.sub {
	background-image: url(/images/marine/submarine.svg);
}
header div.jellyfish {
	background-image: url(/images/marine/jellyfish.svg);
}
/*--- header : propel ---*/
.propel header div {
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap:1.0rem;
}
.propel header div h1 {
	text-align: center;
}
.propel header div span + h1 {
	margin-top:11.0rem;
}
.propel header div img {
	max-width:95.0rem;
	margin:0 auto 11.0rem auto;
}

.propel header div img + span {
	flex: 1 100%;
	margin-top:-8.0rem;
	color: var(--white);
	font-size: 7.0rem;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5rem;
}

/*--- header : h1 : explainer video ---*/
.explainer_video header div h1 {
	font-size:7.6rem;
}

/*--- section : two column ---*/
.two_column {
	align-items: center;
	flex-wrap: wrap;
}
.two_column:nth-child(odd) {
	flex-direction: row;
}
.two_column.at {
	align-items: flex-start;
}
.two_column.rev {
	flex-direction: row-reverse;
}
.two_column > h2 {
	flex:1 100%;
	margin-bottom:8.0rem;
	color:var(--white);
	text-align: center;

}
.two_column h2 {
	font-size: 4.8rem;
}
.two_column h3 {
	font-size: 3.8rem;
}
.two_column h4 {
	font-family:Archia;
	font-size: 3.8rem;
	padding-top:1.5rem;
}
.two_column p {
	padding-top: 3.0rem;
}
.two_column p:not(.two_column p + p) {
	/*padding-top:0;*/
}
.two_column h2,
.two_column h3,
.two_column h4,
.two_column p {
	color: var(--white);
}
.two_column a {
	font-weight: 600;
}
.two_column video {
	max-width:60.0rem;
	width:100%;
	height:60.0rem;
}
.two_column ul {
	padding-top:4.0rem;
}
.two_column ul li {
	font-size:2.0rem;
	color:var(--white);
}

/*--- section : two column : money 2020 ---*/
.money_2020 .two_column:first-of-type div {
	max-width: 61.0rem;
	width: 100%;
}
.money_2020 .two_column:first-of-type div p {
	padding-top: 0;
}
.money_2020 .two_column:first-of-type img {
	max-width: 40.8rem;
	width: 100%;
	border-radius: 0;
}
/*--- section : one column ---*/
.one_column h2 {
	font-family: Archia;
	width:100%;
	font-size: 4.8rem;
	text-align: center;
	letter-spacing: -0.18rem;
}
.one_column h2.long {
	max-width:80.0rem;
	width:100%;
	margin:0 auto;
	font-size:2.6rem;
}
.one_column h2,
.one_column h3 {
	color:var(--white);
}
.one_column h3 {
	font-size:2.6rem;
	padding:0;
}
.one_column ol li h3{
	display: inline;
}
.one_column p {
	padding-top:3.0rem;
	font-size:2.6rem;
	color:var(--white);
	line-height:1.4;
}
.one_column p:first-of-type {
	padding-top:5.0rem;
}
.one_column a:not(.button) {
	color:var(--white);
	text-decoration: underline;
}
.one_column ul,
.one_column ol {
	padding-top:5.0rem;
	font-size:2.6rem;
	color:var(--white);
}
.one_column ol ::marker {
	font-weight:700;
}
.one_column ol li:not(:first-of-type) {
	padding-top:3.0rem;
}
.one_column ol li h3 {
	margin-left:1.0rem;
}
.one_column ol li p:first-of-type {
	padding-top:0.5rem;
}
.one_column ul li:not(:first-of-type) {
	/*padding-top:3.0rem;*/
}
.one_column ul.bulleted li span,
.one_column ol.bulleted li span {
	position: relative;
	left:-1.5rem;
}
.one_column video {
	max-width:1263rem;
	width:100%;
	border-radius:3rem;
	cursor: pointer;
}
.one_column q {
	font-family: Archia;
	display:block;
	max-width:112.0rem;
	margin:9.4rem auto 0 auto;
	color:var(--white);
	font-size:5.0rem;
	font-weight:500;
	text-align: center;
	line-height:1.4;
}
.one_column q + p {
	max-width:58.0rem;
	width:100%;
	margin:0 auto;
	padding-top:4.0rem;
	text-align: center;
}
.one_column q + p strong {
	display: block;
	font-weight:600;
	line-height: 1.4;
}


.one_column.clients {
	max-width: 100%;
	width: 100%;
	padding: 6.5rem 0 calc(20.0rem - 6.5rem) 0;
}
.one_column.clients h2 {
	flex: 1;
	padding: 0 4rem 8rem 4rem;
	font-size: 4.8rem;
	color: var(--white);
	text-align: center;
}
.one_column.clients > div {
	width: 100%;
	height: 100%;
}
.one_column.clients > div > div {
	width: 100%;
	height: 100%;
}
.one_column.clients > div div img {
	height: 10.0rem;
	margin: 0 4rem;
}
.one_column.case_studies {
	flex-direction: column;
}
.one_column.case_studies * {
	box-sizing: border-box;
}
.one_column.case_studies h2 {
	font-size: 4.8rem;
	color: var(--white);
}
.one_column.case_studies > h2 {
	padding: 0 4rem 8rem 4rem;
	font-size: 4.8rem;
}
.one_column.case_studies > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	min-height: 78.8rem;
	border-radius: 4.0rem;
	overflow: hidden;
}
.one_column.case_studies > div:not(:first-of-type) {
	width:100%;
	margin-top: 4.7rem;
}
.one_column.case_studies > div > div {
	flex: 1 50%;
}
.one_column.case_studies > div > div:first-of-type {
	align-self: flex-end;
	padding: 8.4rem 14.4rem 8.4rem 9.4rem;
}
.one_column.case_studies > div > div > h2 {
	display: block;
	max-width: 455rem;
	width: 100%;
	font-size: 5.0rem;
	text-align: left;
}
.one_column.case_studies > div > div > a {
	align-self: flex-start;
	margin-top: 6.5rem;
}
.one_column.whats_included,
.one_column.benefits, .one_column.what_our_clients_say,
.one_column.flexible_subscriptions {
	flex-wrap:wrap;
}
.one_column.whats_included *,
.one_column.benefits *,
.one_column.what_our_clients_say *,
.one_column.flexible_subscriptions * {
	box-sizing: border-box;
}
.one_column.whats_included h3,
.one_column.what_our_clients_say h3,
.one_column.flexible_subscriptions h3 {
	padding-top:0;
	font-weight: 500;
}
.one_column.whats_included p,
.one_column.benefits p,
.one_column.what_our_clients_say p,
.one_column.flexible_subscriptions p {
	font-size:2.6rem;
	font-weight: 400;
}
.one_column.whats_included .button,
.one_column.benefits .button {
	margin-top:8.7rem;
}
.one_column.whats_included a.button:first-of-type,
.one_column.benefits a.button:first-of-type {
	margin-left:auto;
	margin-right:1.0rem;
}
.one_column.whats_included a.button:last-of-type,
.one_column.benefits a.button:last-of-type {
	margin-right:auto;
}
.one_column.whats_included ul {
	display:flex;
	justify-content: space-between;
	gap:4.6rem 6.7rem;
	flex-wrap: wrap;
	margin:0 auto;
	padding-top:8.8rem;
	list-style: none;
}
.one_column.whats_included ul li {
	flex:1 calc(50% - 13.2rem);
	max-width:60.0rem;
	width:100%;
	/*height:29.0rem;*/
	padding:4.2rem 3.0rem 4.2rem 4.2rem;
	background-color:rgba(255,255,255,.25);
	border-radius:2.0rem;
}
.one_column.whats_included ul li h3 {
	font-size:4.5rem;
}
.one_column.whats_included ul li p {
	padding-top:1.5rem;
	line-height:1.4;
}
.one_column.benefits h3 {
	padding-top:2.0rem;
	font-size:2.6rem;
	font-weight: 400;
}
.one_column.benefits ul {
	display:flex;
	justify-content: flex-start;
	gap:9.2rem 7.5rem;
	flex-wrap: wrap;
	max-width:117.0rem;
	width:100%;
	margin:0 auto;
	list-style: none;
}
.one_column.benefits ul li {
	flex: 1 34.0rem;
	max-width: 34.0rem;
	width: 100%;
	height: 29.0rem;
	text-align: center;
}
.one_column.benefits.percents ul li {
	height:auto;
}
.one_column.benefits.percents ul li p {
	font-size:1.5rem;
	padding-top:2.5rem;
}
.one_column.benefits.percents ul li p a {
	font-style:unset;
}
.one_column.benefits ul li a {
	color:var(--white);
	font-weight:400;
	font-style: italic;
	text-decoration: underline;
}
.one_column.benefits ul li img {
	height:11.3rem;
}
.one_column.benefits.percents ul li img {
	height:7.26rem;
}
.one_column.flexible_subscriptions .button {
	margin:8.0rem auto 0 auto;
}
.one_column.flexible_subscriptions h4 {
	font-family: Archia;
	width:100%;
	margin-top:3.6rem;
	font-size:3.6rem;
	color:var(--white);
	font-weight:500;
	letter-spacing: -0.15rem;
}
.one_column.flexible_subscriptions p {
	padding-top:6.0rem;
	letter-spacing: -0.05rem;
}
.one_column.flexible_subscriptions > ul {
	display:flex;
	justify-content: space-between;
	gap:4.6rem 2.6rem;
	flex-wrap: wrap;
	max-width: 126.2rem;
	width:100%;
	margin:0 auto;
	padding-top:7.0rem;
	list-style: none;
}
.one_column.flexible_subscriptions > ul > li {
	flex: 1 38.0rem;
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	max-width: 38.0rem;
	width: 100%;
	/*min-height:90.0rem;*/
	padding:4.0rem 3.0rem;
	background-color:rgba(255,255,255,.25);
	border-radius:2.0rem;
	overflow:hidden;
}
.one_column.flexible_subscriptions > ul > li.most_popular {
	padding-bottom:8.3rem;
	border:3px solid var(--yellow);
}
.one_column.flexible_subscriptions > ul > li.most_popular h3 {
	margin-top:-3px;
}
.one_column.flexible_subscriptions > ul > li p:nth-of-type(2) {
	padding:4.0rem 0 4.6rem 0;
	font-size:2.6rem;
	font-weight:600;
}
.one_column.flexible_subscriptions > ul > li p:nth-of-type(3) {
	display:flex;
	align-self: flex-end;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:8.3rem;
	margin:0;
	padding:0;
	color:var(--blue);
	font-weight:600;
	background-color:var(--yellow);
}
.one_column.flexible_subscriptions > ul li ul {
	width:100%;
	padding-left:1.75rem;
	font-size:2.0rem;
	color:var(--white);
	list-style-position: outside;
}
.one_column.flexible_subscriptions > ul li ul li {
	list-style-type: "• ";
	line-height:1.3;
}
.one_column.faqs {
	display:block;
}
.one_column.faqs ul {
	list-style: none;
}
.one_column.faqs ul li:not(:first-of-type) {
	border-top:4px solid var(--yellow);
}
.one_column.faqs ul li button {
	font-family: Archia;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding: 4.0rem 0;
	font-size:3.0rem;
	color:var(--white);
	text-align: left;
	line-height:1.4;
	cursor:pointer;
}

.one_column.faqs ul li button span {
	position:absolute;
	top:48%;
	right:3.0rem;
	display:block;
	width:3.2rem;
	height:0.5rem;
	background-color:var(--white);
	transition:0.25s ease-in-out;
}
.one_column.faqs ul li button span:nth-child(2) {
	transform:rotateZ(-90deg);
	opacity:0;
}
.one_column.faqs ul li button:not(.selected) span:nth-child(1) {
	transform:rotateZ(-90deg);
}
.one_column.faqs ul li button:not(.selected) span:nth-child(2) {
	transform:rotateZ(-180deg);
	opacity:1;
}
.one_column.faqs ul li button:first-of-type {
	border:none;
}
.one_column.faqs div {
	display: none;
}
.one_column.faqs div p{
	padding:0 0 4.0rem 0;
	font-size:2.6rem;
	line-height: 1.4;
	color:var(--white);
	text-align: left;
}
.one_column.faqs div p a{
	color:var(--red);
	font-weight:bold;
}
.one_column.faqs > div:last-of-type {
	display:flex;
	column-gap: 2.6rem;
	max-width:56.0rem;
	width:100%;
	margin:0 auto;
	padding-top:7.5rem;
}
.one_column.faqs > div:last-of-type > div {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	row-gap:8.0rem;
}

.one_column.discover {
	flex-direction: column;
}
.one_column.discover h3 {
	max-width:75.0rem;
	width:100%;
	margin:5.0rem auto 0 auto;
	font-size:4.8rem;
	text-align: center;
}
.one_column.discover a {
	margin-top:4.0rem;
}
.one_column.explainer_video h2 {
	margin-top:8.0rem;
}
.one_column.explainer_video video {
	margin:0 auto;
}

.one_column.calendly {
	max-width:100%;
}
.one_column.calendly h2 {
	font-size:4.8rem;
	text-align: center;
}

/*--- section : one column : case study ---*/
.case_study_v2 .one_column video {
	margin-top:0;
}
.case_study_v2 .one_column.overview > div {
	display:flex;
	gap:5.0rem;
	width:100%;
	min-height:20rem;
	padding:4.8rem;
	color:var(--white);
	background-color:rgba(255,255,255,0.25);
	border-radius:3rem;
}
.case_study_v2 .one_column.overview > div > div:first-of-type {
	flex:1;
	width:100%;
}
.case_study_v2 .one_column.overview > div > div:first-of-type h2,
.case_study_v2 .one_column.overview > div > div:first-of-type p {
	font-size:2.0rem;
	color:var(--white);
}
.case_study_v2 .one_column.overview > div > div:first-of-type h2 {
	text-align: left;
	font-weight:700;
}
.case_study_v2 .one_column.overview > div > div:first-of-type h2:not(:first-of-type){
	padding-top:4.0rem;
}
.case_study_v2 .one_column.overview > div > div:first-of-type p {
	padding-top:1.0rem;
}
.case_study_v2 .one_column.overview > div > div:last-of-type {
	max-width:70.0rem;
}
.case_study_v2 .one_column.overview > div > div:last-of-type p {
	padding:0;
	font-size:3.0rem;
	color:var(--white);
	line-height:1.4;
}
.case_study_v2 .one_column ul.results {
	list-style-position: outside;
	padding-left:3.0rem;
	font-size:4.8rem;
}
.case_study_v2 .one_column ul.results li {
	padding: 0 0 0 1.0rem;
}
.case_study_v2 .one_column ul.results li::marker {
	content:'–';
}
.case_study_v2 .one_column ul.results li h3 {
	font-family: Archia;
	font-size:4.8rem;
	font-weight:500;
}

/*--- section : flexible subscriptions : explainer video ---*/
.explainer_video .one_column.flexible_subscriptions h3 {
	font-size:4.8rem;
}
.explainer_video .one_column.flexible_subscriptions h4 {
	margin-top:2.0rem;
}
.explainer_video .one_column.flexible_subscriptions > p {
	margin: 0 auto;
	font-size:2.2rem;
	text-align: center;
}
.explainer_video .one_column.flexible_subscriptions ul ul {
	padding-top:1.0rem;
}

	/*--- section : fb ---*/
.fb {
	background-color: var(--yellow);
}
.fb p {
	color: var(--black);
}
/*--- section : fb background ---*/
.fb_bg {
	display: block;
	height: 60.0rem;
	background: url('/images/marine/fb_bg.svg') bottom center / 100% auto no-repeat;
}
.fb_tt {
	display: block;
}
/*--- section : footer ---*/
footer {
	max-width: 100%;
	background-color: var(--white);
}
footer > div {
	max-width: 120.0rem;
	margin: 0 auto;
}
@media (max-width: 1023px) {
	header {
		max-height:100%;
	}
	header > div {
		width:auto;
	}
	header div.left {
		padding: 18rem 36% 14rem 5rem;
	}
	header div.sub, header div.jellyfish {
		background-position: 100% calc(100% - 12.5rem);
		background-size: auto 56%;
	}
	.one_column.case_studies > div > div:first-of-type {
		max-width:50%;
		padding:5% 15% 5% 5%;
	}
	.one_column.whats_included ul li {
		height:39.0rem;
	}
	.one_column.flexible_subscriptions > ul > li {
		flex:1 100%;
		max-width:100%;
		min-height:100%;
	}
	.case_study_v2 .one_column.overview > div {
		flex-wrap:wrap;
	}
	.case_study_v2 .one_column.overview > div > div:last-of-type {
		max-width:60.0rem;
	}
	.one_column.benefits ul {
		justify-content: center;
	}
	.case_study_v2 .one_column ul.results li h3 {
		font-size:4.0rem;
	}
	.propel header div img + span {
		font-size:6.0rem;
	}
	.one_column.calendly #calendly-embed {
		margin-top:8.0rem;
	}
	.one_column.calendly #calendly-embed iframe {
		border-radius:3rem;
	}

	/*--- section : header : money 2020 ---*/
	.money_2020 header {
		min-height: auto;
	}
	.money_2020 header > div {
		max-width: 86vw;
		padding: 6.5rem 4.0rem 0 4.0rem;
	}
}
@media (max-width: 750px) {
	.video_desktop{
		display:none !important;
	}
	.video_mobile{
		display:block !important;
	}
	.one_column.whats_included ul li {
		flex:1 100%;
		max-width:100%;
		width:100%;
		height:auto;
	}
	.one_column.benefits ul li {
		flex:1 100%;
		max-width:80vw;
		height:auto;
		margin:0 auto;
	}
	.one_column.discover img  {
		/*margin-top:0;*/
	}
	.two_column {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.two_column img {
		width: 100%;
	}
	.two_column div, .two_column object {
		width:100%;
	}
	.two_column.at {
		padding-bottom:0;
	}
}
@media (max-width: 800px) {
	/*--- header ---*/
	header {
		background-position: 0 9rem;
		background-size: 250%;
	}
	header > div:not(.left) > h1 {
		font-size: 7.4rem;
	}
	header div.sub, header div.jellyfish {
		flex: 1;
		min-height:90rem;
		background-position: 50% 100%;
		background-size: 78vw auto;
	}
	header > div.left {
		align-items: flex-start;
		width: auto;
		padding: 12rem 5rem 12rem 5rem;
	}
	.propel header div {
		padding: 10rem 5.5rem;
		box-sizing: border-box;
	}
	.propel header div img {
		max-width:100%;
	}
	/*--- section : two column ---*/
	.two_column:nth-child(odd) {
		flex-direction: column;
	}
	.two_column h2 {
		font-size: 4.8rem;
		padding-top: 5.5rem;
	}
	.two_column img {
		max-width:100%;
		width: calc(100vw - 8rem);
	}
	.two_column.rev {
		flex-direction: column;
	}
	.two_column.at {
		padding-top: 0;
	}
	.two_column.at h2 {
		padding-top: 0;
	}
	.two_column.at div {
		padding-top: 4rem;
	}

	/*--- section : two column : tailored solutions ---*/
	.two_column.tailored_solutions h2 {
		margin:0;
		padding:0;
	}

	/*--- section : two column : money 2020 ---*/
	.money_2020 .two_column:first-of-type img {
		max-width: 34rem;
	}
	/*--- section : one column ---*/
	.one_column.clients {
		padding: 6.5rem 0 6.5rem 0;
	}
	.one_column.clients > div div img {
		margin: 0 2.0rem;
	}
	.one_column.case_studies {
		width: calc(100% - 8rem);
		padding-top: 11.8rem;
	}
	.one_column.case_studies > div {
		flex-direction: column-reverse;
		width: 100%;
	}
	.one_column.case_studies > div > div:first-of-type {
		max-width:100%;
		width:100%;
		padding: 7.2rem;
	}
	.one_column.case_studies > div > div:last-of-type {
		min-height: 65rem;
	}
	.one_column.case_studies > h2 {
		font-size: 4.8rem;
	}
	.one_column.case_studies > div > div > h2 {
		font-size: 3.0rem;
	}
	.one_column.whats_included ul li:nth-of-type(4) h3 {
		font-size:4.2rem;
	}
	.one_column.benefits h3 {
		padding-top:3.0rem;
	}
	.one_column.benefits ul {
		justify-content: center;
	}
	.one_column.benefits ul li {
		height:auto;
	}
	.one_column.what_our_clients_say q {
		margin-top:4.4rem;
		font-size:3.5rem;
	}
	.one_column.what_our_clients_say p:last-of-type {
		margin-top:3.0rem;
		font-size:1.8rem;
	}
	.one_column.flexible_subscriptions > ul > li {
		flex:1 100%;
		max-width:100%;
		min-height:auto;
	}
	.one_column.flexible_subscriptions h4 {
		margin-top:1.6rem;
	}
	.one_column.faqs ul li button {
		padding-right:9.0rem;
	}
	/*--- fb ---*/
	.fb_bg {
		height: 20rem;
	}
}
