/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   GLOBAL FOOTER STYLES
\*------------------------------------*/

/*------------------------------------*\
   END GLOBAL FOOTER STYLES
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media screen and (min-width: 735px) {
	.section-ocean-exploration-depth-gauge .static-svg-wave:before {
		height: 150vh !important;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/

@media only screen and (min-width: 1068px) {
	.section.section-design-schematic .pin-wrapper .pin .pin-caption .copy-block.copy-block-wide {
		width: 350px;
	}

	body section.section-outdoor-adventure-compass .drawer-wrapper .backtrack .copy-block {
		top: calc(70px + var(--border-clip-path-size));
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section.section-design-schematic .pin-wrapper .pin .pin-caption .copy-block.copy-block-wide {
		width: 255px;
	}
}

@media only screen and (max-width: 734px) {
	.hero-intro-content .typography-headline-intro {
		font-size: 39px;
	}

	.section.section-design-schematic .pin-wrapper .pin .pin-caption .copy-block.copy-block-depth-gauge .typography-diagram-callout {
		position: relative;
		right: 13px;
		top: 0px;
	}
}

@media only screen and (max-width: 320px) {
	section.section-outdoor-adventure-siren .stats-block {
		padding-left: 20px;
	}
}
