
@charset "UTF-8";

body {
	background-color: #232323;
}

#adroll_slg {
	display: none;
}

.dt-breaks {
	display: none;
}

@media (min-width:900px) {
	.dt-breaks {
		display: inline-block;
	}
}

.smLs-breaks {
	display: inline-block;
}

@media (min-width:600px) {
	.smLs-breaks {
		display: none;
	}
}

.whiteSpace-noWrap {
	white-space: nowrap;
}

.no-mobile {
	display: block;
}

@media (max-width:781px) {
	.no-mobile {
		display: none;
	}
}

.only-mobile {
	display: none;
}

@media (max-width:781px) {
	.only-mobile {
		display: block;
	}
}

body {
	font-family: "redhattext", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "redhattext", sans-serif;
}

section.ch2 .ch2-dialog {
	font-family: "redhatmono", sans-serif;
}

section.ch2 .ch2-dialog #ch2-dialog-title {
	font-size: 20px;
}

section.ch2 .ch2-dialog #ch2-dialog-title strong {
	font-size: 20px;
	font-family: "redhatmono";
	font-weight: 500;
}

section.ch2 .ch2-dialog #ch2-dialog-description, section.ch2 .ch2-dialog .ch2-learn-more {
	font-size: 23px;
	font-family: "redhattext";
}

section.ch2 .ch2-dialog .ch2-btn-primary {
	background-color: #e8ff00;
}

section.ch2 .ch2-dialog .ch2-btn-primary, section.ch2 .ch2-dialog .ch2-btn-secondary {
	font-family: "redhatmono";
	font-weight: 400;
	font-size: 16px;
	padding: 20px 26px;
}

span.highlighter {
	background-image: linear-gradient(#e8ff00, #e8ff00);
	background-size: 0 71%;
	transition: background-size 1s cubic-bezier(1, .14, .43, .84);
	background-repeat: no-repeat;
	background-position-y: 23px;
}

span.highlighter.active {
	background-size: 100% 71%;
	transition: background-size 1s cubic-bezier(1, .14, .43, .84);
	background-position-y: 23px;
}

@media (max-width:781px) {
	span.highlighter {
		background-position-y: 12px;
	}
	
	span.highlighter.active {
		background-position-y: 12px;
	}
}

h1.main-header {
	color: #e8ff00;
	font-family: "manukacondensedbold";
	font-size: 148px;
	font-weight: bold;
	line-height: 71px;
	text-transform: uppercase;
}

#overlay-menu-container {
	background-color: black;
	height: 0;
	width: 100vw;
	z-index: 999;
	position: absolute;
	top: 0;
	padding: 0px 4vw 0 52px;
	overflow: hidden;
	position: fixed;
	top: 0;
}

#overlay-menu-container #overlay-menu {
	height: 0;
	display: flex;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 36px;
	padding-bottom: 36px;
	justify-content: space-between;
}

#overlay-menu-container #overlay-menu #menu-link-container {
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

#overlay-menu-container #overlay-menu .menu-vid-container {
	display: flex;
	flex-direction: column;
	width: 53vw;
}

#overlay-menu-container #overlay-menu .menu-vid-container .menu-vid {
	transform: scale(0);
	transform-origin: top right;
	margin-bottom: 2vw;
}

#overlay-menu-container #overlay-menu .menu-vid-container .menu-info {
	display: flex;
	font-size: clamp(.625rem, .143rem + 1.286vw, 1.188rem);
	justify-content: space-between;
	line-height: 1.5;
	align-items: center;
	color: white;
}

#overlay-menu-container #overlay-menu .menu-vid-container .menu-info a {
	color: white;
}

#overlay-menu-container #overlay-menu .menu-vid-container .menu-info .menu-address, #overlay-menu-container #overlay-menu .menu-vid-container .menu-info .menu-contact, #overlay-menu-container #overlay-menu .menu-vid-container .menu-info .menu-socials {
	transform: translateY(-12px);
	opacity: 0;
}

#overlay-menu-container #overlay-menu .menu-vid-container .menu-info .menu-socials a {
	padding-left: 23px;
}

#overlay-menu-container #overlay-menu .menu-vid-container .menu-info .menu-socials a img {
	max-width: 31px;
}

@media (max-width:1023px) {
	#overlay-menu-container #overlay-menu .menu-vid-container .menu-info {
		flex-direction: column;
		gap: 20px;
		align-items: baseline;
	}
	
	#overlay-menu-container #overlay-menu .menu-vid-container .menu-info .menu-socials a {
		padding-left: 0px;
		padding-right: 23px;
	}
}

@media (max-width:781px) {
	#overlay-menu-container #overlay-menu .menu-vid-container .menu-info {
		flex-direction: row;
	}
	
	#overlay-menu-container #overlay-menu .menu-vid-container .menu-info .menu-socials a {
		padding-right: 2px;
	}
	
	#overlay-menu-container #overlay-menu .menu-vid-container .menu-info .menu-socials a img {
		max-width: 23px;
	}
}

@media (max-width:781px) {
	#overlay-menu-container {
		padding-left: 1em;
	}
	
	#overlay-menu-container #overlay-menu {
		flex-direction: column;
		padding-bottom: 0;
		border-bottom: 0;
	}
	
	#overlay-menu-container #overlay-menu .anim-nav-link {
		line-height: 0;
	}
	
	#overlay-menu-container #overlay-menu .anim-nav-link svg {
		max-height: 8.5vh;
	}
	
	#overlay-menu-container #overlay-menu .menu-vid-container {
		width: 100%;
	}
	
	#overlay-menu-container #overlay-menu #menu-link-container {
		border-bottom: 1px solid white;
		margin-bottom: 20px;
	}
	
	#overlay-menu-container #overlay-menu .reelVidWIthLoop {
		max-width: 58vh;
	}
}

#overlay-menu-container .reelVidWIthLoop {
	position: relative;
}

#overlay-menu-container .reelVidWIthLoop video {
	border-radius: 10px;
	overflow: hidden;
}

#overlay-menu-container .reelPauseButton {
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	left: 0;
	bottom: 0;
	color: white;
	z-index: 1;
	left: 20px;
	bottom: 20px;
	border-radius: 10px;
	padding: 4px 8px;
	background-color: rgba(0, 0, 0, .6666666667);
}

#overlay-menu-container .slider-vid-reel-preview {
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.highlight-parent {
	filter: blur(0);
	transition: .7s cubic-bezier(1, .14, .43, .84);
}

.highlight-parent:has(span.active:hover) span {
	filter: blur(.25rem);
	transition: .35s cubic-bezier(1, .14, .43, .84);
}

.highlight-parent:has(span.active:hover) span.active {
	filter: blur(0);
	transition: .35s cubic-bezier(1, .14, .43, .84);
}

.highlight-parent span {
	pointer-events: auto;
	transition: .35s cubic-bezier(1, .14, .43, .84);
}

.st-fadeinup, .st-fadeinup-delay, .st-fadeinup-mobile-early {
	transform: translate3d(0, 65px, 0);
	opacity: 0;
	transition: .4s cubic-bezier(.57, .24, .61, 1);
	text-wrap-style: pretty;
}

.st-fadeinup-delay.active, .st-fadeinup-mobile-early.active, .st-fadeinup.active {
	transform: translate3d(0, 0, 0);
	padding-top: 0;
	opacity: 1;
	transition: .4s cubic-bezier(.57, .24, .61, 1);
}

.vid-gap-40 {
	gap: 40px;
}

.unblur.active {
	filter: blur(0) grayscale(0) brightness(1) invert(0) saturate(1) sepia(0);
	transition: .75s cubic-bezier(.57, .24, .61, 1);
}

.unblur {}

.show-overflow {
	overflow: visible !important;
}

.vimeo-play-container {
	position: relative;
}

.vimeo-play-container .pauseButton {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 100;
	pointer-events: all;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .6666666667);
	color: white;
	border-radius: 10px;
	padding: 4px 8px;
}

.vimeo-play-container .pauseButton.hide {
	display: none;
}

.vimeo-play-container .videoloop-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
}

.vimeo-play-container .playloop-container {
	cursor: pointer;
}

.vimeo-play-container .playloop-container.hide {
	opacity: 0;
}

.vimeo-play-container iframe {
	pointer-events: none;
	border-radius: 20px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

:focus {
	outline: none;
}

a {
	text-decoration: none;
}

html, input[type=search] {
	box-sizing: border-box;
}

*, :after, :before {
	box-sizing: inherit;
}

.wrap {
	margin: 0 auto;
	padding-left: 53px;
	padding-right: 53px;
}

@media (max-width:1360px) {
	.wrap {
		padding-left: 1em;
		padding-right: 1em;
		max-width: 1265px;
	}
}

.wrap:after {
	content: "";
	display: table;
	clear: both;
}

.site-inner {
	padding: 0px !important;
	background-color: #fff;
}

@media (min-width:782px) {
	.site-inner {
		padding: 48px 0;
	}
}

.singular.content .site-inner>.wrap {
	max-width: 800px;
}

.genesis-skip-link {
	display: none;
}

.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-shortcut:focus, .screen-reader-text:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

@media (max-width:1023px) {
	.sidebar-primary {
		display: none;
	}
}

@media (min-width:1024px) {
	.content-sidebar .site-main {
		float: left;
		width: 65.7534246575%;
	}
	
	.content-sidebar .sidebar-primary {
		float: right;
		width: 28.6815068493%;
	}
	
	@supports (display:grid) {
		.content-sidebar .content-area {
			display: grid;
			grid-template-columns: 1fr 300px;
			grid-column-gap: 32px;
		}
		
		.content-sidebar .site-main {
			float: none;
			width: 100%;
			max-width: 768px;
		}
		
		.content-sidebar .sidebar-primary {
			float: none;
			width: 100%;
		}
	}
}

.entry {
	margin-bottom: 0px !important;
}

.preload-overlay {
	position: absolute;
	align-items: center;
	margin: 0px auto;
	background-color: #eed33a;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100vw;
	z-index: 2;
}

@media (max-width:600px) {
	.preload-overlay .site-loader-gif {
		display: flex;
	}
}

@media (min-width:600px) {
	.preload-overlay.hide-desktop {
		opacity: 0;
		visibility: hidden;
	}
}

.home-overlay {
	position: absolute;
	align-items: center;
	margin: 0px auto;
	background-color: #e8ff00;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100vw;
	z-index: 2;
	margin: 0;
}

.home-overlay .wp-block-getwid-section__wrapper {
	padding: 0;
}

@media (min-width:600px) {
	.home-overlay.hide-desktop {
		opacity: 0;
		visibility: hidden;
	}
}

.story-overlay {
	position: absolute;
	align-items: center;
	margin: 0px auto;
	background-color: #000;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100vw;
	z-index: 1001;
	margin: 0;
	max-width: 100%;
}

.story-overlay.transparent-bg {
	background-color: transparent;
}

.story-overlay .wp-block-getwid-section__wrapper {
	padding: 0;
}

@media (min-width:600px) {
	.story-overlay.hide-desktop {
		opacity: 0;
		visibility: hidden;
	}
}

@media only screen and (min-width:768px) and (max-width:1156px) {
	#storyoverlay div {
		min-height: 100vh;
	}
	
	#storypreloader svg {
		height: 102vh !important;
		overflow-x: hidden;
		width: auto !important;
		margin-left: calc(( 100vw - 130.814vh ) / 2);
	}
}

@media only screen and (max-width:476px) {
	#storyoverlay div {
		min-height: 100vh;
	}
	
	#storypreloader svg {
		height: 102vh !important;
		overflow-x: hidden;
		width: auto !important;
		margin-left: calc(( 100vw - 56.814vh ) / 2);
	}
}

.ch2 .ch2-icon a svg {
	width: 23px !important;
}

.ch2-style-dark.ch2-icon a:hover svg {
	border: 2px solid transparent !important;
	background: transparent !important;
}

.ch2-style-dark.ch2-icon a:hover svg path {
	fill: #eed33a;
}

@media (max-width:782px) {
	.site-inner .wp-block-column {
		flex-basis: 100% !important;
	}
}

.thought_custom_link, .thought_video_large, .thought_video_small {
	display: none;
}

.site-header {
	background: transparent;
	position: fixed;
	top: 0px;
	z-index: 1000;
	width: 100%;
	min-height: 49px;
	padding: 0px 0 40px 0;
	pointer-events: none;
	transition: all .5s ease-out;
}

.site-header.sticky {
	top: -50px;
}

.site-header>.wrap {
	top: 0;
	position: relative;
	transition-timing-function: ease-in-out;
	transition: top .25s;
}

.site-header>.wrap.menu-open {
	background: transparent;
}

.site-header>.wrap .genesis-nav-menu {
	top: 0px;
	transition-timing-function: ease-in-out;
	transition: top .25s;
	position: relative;
}

.site-header .title-area {
	padding-top: 0px;
	padding-bottom: 0px;
	pointer-events: all;
	background-color: transparent;
	margin-top: 17px;
	width: 62.05px;
	height: 40.8px;
	margin-left: 0;
}

.site-header .title-area a img {
	width: 70px;
}

.site-header .title-area h1.site-title, .site-header .title-area p.site-title {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	padding: 8px;
}

.site-header .title-area h1.site-title a, .site-header .title-area p.site-title a {
	text-decoration: none;
}

.site-header .title-area .custom-logo-link img {
	display: none;
}

.site-header .genesis-nav-menu {
	clear: both;
	float: right;
	margin-right: 50px;
	display: flex;
	pointer-events: all;
	position: sticky;
	top: 0;
}

@media (max-width:781px) {
	.site-header .genesis-nav-menu {
		display: none;
	}
}

.site-header .genesis-nav-menu .menu-item {
	text-align: right;
	margin-left: 10px;
	text-transform: uppercase;
}

.site-header .genesis-nav-menu .menu-item a {
	font-size: 14px;
	font-family: "redhatmono";
	font-weight: 300;
	color: #fff;
	transition: .25s;
}

.site-header .genesis-nav-menu .menu-item a:focus, .site-header .genesis-nav-menu .menu-item a:hover {
	font-weight: 500;
	transition: .25s;
}

@media (min-width:600px) {
	.site-header .genesis-nav-menu .menu-item a {
		font-size: 17px;
	}
}

.site-header .genesis-nav-menu .menu-item.current-menu-item>a:focus, .site-header .genesis-nav-menu .menu-item.current-menu-item>a:hover {
	font-weight: 500;
}

.site-header.hide {
	pointer-events: none;
	top: -80px;
	transition-timing-function: ease-in-out;
	transition: top .25s;
}

.site-header.hide .genesis-nav-menu {
	top: -50px;
	transition-timing-function: ease-in-out;
	transition: top .25s;
}

.site-header.hide:has(>.menu-open) {
	top: 0px;
	transition-timing-function: ease-in-out;
	transition: top .25s;
}

.site-header.hide .menu-open {
	top: 0px;
}

.site-header.hide .menu-open .genesis-nav-menu {
	top: 0px;
	transition-timing-function: ease-in-out;
	transition: top .25s;
}

.site-header.transparent>.wrap {
	background: transparent;
	transition: .25s;
}

.site-header.moving-up>.wrap:not(.menu-open) {
	background: white;
}

.site-header.moving-up>.wrap:not(.menu-open) a {
	color: black;
}

.site-header.moving-up>.wrap:not(.menu-open) .custom-logo-link svg path {
	fill: #000;
}

.white-header .site-header {
	background: white;
	padding: 0;
}

.white-header .site-header:has(div.menu-open) {
	background: black;
}

.white-header .site-header .genesis-nav-menu .menu-item a {
	color: black;
	padding-left: 15px;
	padding-right: 15px;
}

.white-header .site-header .genesis-nav-menu .menu-item a:hover {
	font-weight: 500;
}

.white-header .site-header .genesis-nav-menu .menu-item a.menu-open {
	color: white;
}

.white-header .custom-logo-link svg path {
	fill: #000;
}

.white-header .content-sidebar-wrap {
	margin-top: 75px;
}

.nav-primary {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1001;
	width: auto;
	padding: 0px;
}

@media (max-width:782px) {
	.nav-primary {
		width: 60%;
	}
}

.nav-primary {
	overflow: hidden;
	transition-timing-function: ease-in-out;
	transition: top .25s;
}

.nav-primary.active {
	width: 100%;
	height: 100%;
	right: 0%;
}

.nav-primary .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

button#genesis-mobile-nav-primary {
	display: none;
}

.anim-nav-link svg {
	max-height: 12vh;
	width: auto !important;
}

#primary-nav-btn-open {
	width: 75px;
	height: 75px;
	float: right;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	pointer-events: all;
}

#primary-nav-btn-open.inactive svg {
	display: none;
}

#primary-nav-btn-close {
	width: 100px;
	height: 100px;
	float: right;
	position: fixed;
	top: -6px;
	right: 0;
	z-index: 1002;
	cursor: pointer;
}

#primary-nav-btn-close.inactive {
	display: none;
}

svg {
	flex: 1;
	text-align: center;
	width: 100% !important;
}

#ddVimeoplayer, video {
	width: 100% !important;
	height: 100% !important;
}

@media (min-width:600px) {
	#ddVimeoplayer, video {}
}

#home-hero-container, .home-hero-container {
	position: relative;
	max-width: 1360px;
	align-items: center;
	margin: 0px auto;
	background-color: #edd239;
	overflow: hidden;
	height: 100vh !important;
}

@media (max-width:600px) {
	#home-hero-container .wp-block-getwid-section__wrapper, .home-hero-container .wp-block-getwid-section__wrapper {
		min-height: 60vh !important;
	}
}

#home-hero-video-container, .home-hero-video-container {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #eed33a;
}

@media (min-width:600px) {
	#home-hero-video-container, .home-hero-video-container {
		position: absolute;
		top: 3px;
		left: 50%;
		transform: translateX(-50%);
	}
}

#hypeVIdeoMobileContainer, .home-hero-mobile {
	display: none;
}

@media (max-width:900px) {
	#ddVimeoplayer, #home-hero-dataDelight, #home-hero-video-container, #homeoverlay {
		display: none;
	}
	
	#hypeVIdeoMobileContainer, .home-hero-mobile {
		display: block;
	}
	
	#hypeVIdeoMobileContainer {
		z-index: 500000;
	}
}

#hypeVIdeoMobileContainer.show {
	display: block;
}

#home-hero-overlay-container.home-hero-overlay-container {
	position: relative;
	top: -1px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 1366px;
}

#home-scroll-anim-mask {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -92px;
	overflow: hidden;
	height: 127px;
}

#home-scroll-anim-container {
	position: absolute;
	width: 100%;
	height: 332px;
	text-align: center;
	top: 0px;
	overflow: hidden;
	z-index: 1;
}

#home-scroll-anim-container svg {
	width: 90px !important;
}

.site-loader-gif {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:600px) {
	.site-loader-gif {
		display: none;
	}
}

@media (max-width:600px) {
	.container-valuePropsCTA h3 {
		font-size: 17px !important;
		text-align: center;
	}
	
	.container-valuePropsCTA .btnContainer {
		float: none;
	}
}

#short-hero-container, .short-hero-container {
	position: relative;
	text-align: center;
	margin: 0px auto;
	padding: 100px 0 125px 0;
	background-color: #eed33a;
}

#short-hero-container.mobile, .short-hero-container.mobile {
	padding: 190px 0 145px 0;
	display: none;
}

@media only screen and (max-width:600px) {
	#short-hero-container, .short-hero-container {
		display: none;
	}
	
	#short-hero-container.mobile, .short-hero-container.mobile {
		display: block;
	}
}

.getwid-columns.getwid-columns-1, .getwid-columns.getwid-columns-1>*, .getwid-columns.getwid-columns-3>* {
	padding-left: 0px;
	padding-right: 0px;
	min-height: 360px;
	font-weight: 600;
	background-position: center;
	overflow: hidden;
}

.getwid-columns.getwid-columns-1 h2, .getwid-columns.getwid-columns-1>* h2, .getwid-columns.getwid-columns-3>* h2 {
	font-weight: bold !important;
}

.getwid-columns.getwid-columns-1 .wp-block-getwid-template-post-featured-background-image__foreground, .getwid-columns.getwid-columns-1>* .wp-block-getwid-template-post-featured-background-image__foreground, .getwid-columns.getwid-columns-3>* .wp-block-getwid-template-post-featured-background-image__foreground {
	transition-timing-function: ease-in-out;
	transition: all .75s;
	position: absolute;
}

.getwid-columns.getwid-columns-1 .isTag, .getwid-columns.getwid-columns-1>* .isTag, .getwid-columns.getwid-columns-3>* .isTag {
	transition-timing-function: ease-in;
	transition: all 1.25s;
	transform: translateY(-20px);
	opacity: 0;
}

.getwid-columns.getwid-columns-1 .isTitle, .getwid-columns.getwid-columns-1>* .isTitle, .getwid-columns.getwid-columns-3>* .isTitle {
	transition-timing-function: ease-in;
	transition: all 1.25s;
	transform: translateY(20px);
	opacity: 0;
}

.getwid-columns.getwid-columns-1 .wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image, .getwid-columns.getwid-columns-1>* .wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image, .getwid-columns.getwid-columns-3>* .wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image {
	transition-timing-function: ease-in;
	transition: all 1.25s;
	background-size: cover;
}

.wp-block-getwid-template-post-featured-image img {
	width: 100%;
}

#homepage-work-feature .wp-block-columns, .work-detail-prevNext .wp-block-columns {
	margin-bottom: 0px;
}

#homepage-work-feature .wp-block-columns .block, .work-detail-prevNext .wp-block-columns .block {
	margin-bottom: 0px;
	margin-left: 0px;
	flex-grow: 1;
}

#homepage-work-feature .wp-block-columns .block .wp-block-getwid-custom-post-type__wrapper, .work-detail-prevNext .wp-block-columns .block .wp-block-getwid-custom-post-type__wrapper {
	min-height: 500px;
}

.custom-post-type-work .getwid-columns.getwid-columns-1:hover .wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image, .custom-post-type-work .getwid-columns.getwid-columns-1>:hover .wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image, .custom-post-type-work .getwid-columns.getwid-columns-3>:hover .wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image {
	transform: scale(1.1);
}

.custom-post-type-work .getwid-columns.getwid-columns-1:hover .wp-block-getwid-template-post-featured-background-image__foreground, .custom-post-type-work .getwid-columns.getwid-columns-1>:hover .wp-block-getwid-template-post-featured-background-image__foreground, .custom-post-type-work .getwid-columns.getwid-columns-3>:hover .wp-block-getwid-template-post-featured-background-image__foreground {
	opacity: 55%;
	top: 10%;
	bottom: 10%;
	right: 7%;
	left: 7%;
}

.custom-post-type-work .getwid-columns.getwid-columns-1:hover .wp-block-getwid-template-post-featured-background-image, .custom-post-type-work .getwid-columns.getwid-columns-1>:hover .wp-block-getwid-template-post-featured-background-image, .custom-post-type-work .getwid-columns.getwid-columns-3>:hover .wp-block-getwid-template-post-featured-background-image {
	background-size: 110%;
}

.custom-post-type-work .getwid-columns.getwid-columns-1:hover .isTag, .custom-post-type-work .getwid-columns.getwid-columns-1>:hover .isTag, .custom-post-type-work .getwid-columns.getwid-columns-3>:hover .isTag {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: none;
}

.custom-post-type-work .getwid-columns.getwid-columns-1:hover .isTitle, .custom-post-type-work .getwid-columns.getwid-columns-1>:hover .isTitle, .custom-post-type-work .getwid-columns.getwid-columns-3>:hover .isTitle {
	transform: translateY(0px);
	opacity: 1;
	max-width: 86%;
	margin: 0 auto;
}

@media (max-width:600px) {
	.custom-post-type-work .getwid-columns.getwid-columns-1 .wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image, .custom-post-type-work .getwid-columns.getwid-columns-1>* .wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image, .custom-post-type-work .getwid-columns.getwid-columns-3>* .wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image {
		transform: scale(1.1);
	}
	
	.custom-post-type-work .getwid-columns.getwid-columns-1 .wp-block-getwid-template-post-featured-background-image__foreground, .custom-post-type-work .getwid-columns.getwid-columns-1>* .wp-block-getwid-template-post-featured-background-image__foreground, .custom-post-type-work .getwid-columns.getwid-columns-3>* .wp-block-getwid-template-post-featured-background-image__foreground {
		opacity: 55%;
		top: 10%;
		bottom: 10%;
		right: 7%;
		left: 7%;
	}
	
	.custom-post-type-work .getwid-columns.getwid-columns-1 .wp-block-getwid-template-post-featured-background-image, .custom-post-type-work .getwid-columns.getwid-columns-1>* .wp-block-getwid-template-post-featured-background-image, .custom-post-type-work .getwid-columns.getwid-columns-3>* .wp-block-getwid-template-post-featured-background-image {
		background-size: 110%;
	}
	
	.custom-post-type-work .getwid-columns.getwid-columns-1 .isTag, .custom-post-type-work .getwid-columns.getwid-columns-1>* .isTag, .custom-post-type-work .getwid-columns.getwid-columns-3>* .isTag {
		transform: translateY(0px);
		opacity: 1;
		pointer-events: none;
	}
	
	.custom-post-type-work .getwid-columns.getwid-columns-1 .isTitle, .custom-post-type-work .getwid-columns.getwid-columns-1>* .isTitle, .custom-post-type-work .getwid-columns.getwid-columns-3>* .isTitle {
		transform: translateY(0px);
		opacity: 1;
		max-width: 86%;
		margin: 0 auto;
	}
}

.custom-post-type-work .getwid-columns.getwid-columns-1 .no-marginLeft, .custom-post-type-work .getwid-columns.getwid-columns-1>* .no-marginLeft, .custom-post-type-work .getwid-columns.getwid-columns-3>* .no-marginLeft {
	margin-left: 10px !important;
}

#homepage-thoughts .getwid-columns.getwid-columns-1, #homepage-thoughts .getwid-columns.getwid-columns-1>*, #homepage-thoughts .getwid-columns.getwid-columns-3>* {
	min-height: 679px;
}

#homepage-thoughts .getwid-columns.getwid-columns-1 .wp-block-getwid-template-post-link, #homepage-thoughts .getwid-columns.getwid-columns-1>* .wp-block-getwid-template-post-link, #homepage-thoughts .getwid-columns.getwid-columns-3>* .wp-block-getwid-template-post-link {
	color: white;
	line-height: 28px;
	border-bottom: 3px solid;
	display: inline-block;
	font-weight: bold;
}

#homepage-thoughts .getwid-columns.getwid-columns-1 .wp-block-getwid-template-post-link a, #homepage-thoughts .getwid-columns.getwid-columns-1>* .wp-block-getwid-template-post-link a, #homepage-thoughts .getwid-columns.getwid-columns-3>* .wp-block-getwid-template-post-link a {
	color: white;
}

#homepage-thoughts .wp-block-columns {
	margin-bottom: 0px;
}

@media only screen and (max-width:1028px) {
	#homepage-thoughts .wp-block-columns {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width:781px) {
	#homepage-thoughts .wp-block-columns {
		flex-wrap: wrap !important;
	}
}

#homepage-thoughts .wp-block-columns .wp-block-column {
	margin-bottom: 0px;
	margin-left: 0px;
}

@media only screen and (max-width:1028px) {
	#homepage-thoughts .wp-block-columns .wp-block-column {
		flex-basis: 100%;
	}
}

@media only screen and (max-width:781px) {
	#homepage-thoughts .wp-block-columns .wp-block-column {
		flex-basis: unset !important;
	}
}

@media only screen and (max-width:1028px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image {
		padding: 20px;
	}
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content {
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width:650px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content {
		flex-wrap: wrap-reverse;
	}
}

@media (min-width:900px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content {
		max-width: 80%;
	}
}

@media (min-width:1024px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content {
		max-width: unset;
	}
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .inner-text {
	color: white;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding-bottom: 50px;
	max-width: 220px;
	margin: 0 80px 0 40px;
}

@media only screen and (max-width:1600px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .inner-text {
		margin: 0 20px 0 0px;
	}
}

@media only screen and (max-width:1028px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .inner-text {
		margin: 0 4vw 0 40px;
	}
}

@media only screen and (max-width:650px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .inner-text {
		max-width: unset;
	}
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .inner-text p {
	margin-bottom: 10px;
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .inner-text p.img-container {
	margin-bottom: 0;
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .inner-text p.body {
	font-weight: normal;
	max-width: 80%;
}

@media (min-width:600px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .inner-text p.body {
		max-width: unset;
	}
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content p {
	font-size: 20px;
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .quote-box {
	background-color: #00bdde;
	padding: 40px 10vw 10px;
	color: white;
	max-width: 463px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6vh;
	margin-top: 4vh;
}

@media (min-width:600px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .quote-box {
		padding: 40px 10vw 10px;
		margin-right: 6vw;
		margin-left: auto;
	}
}

@media (min-width:900px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .quote-box {
		padding: 40px 3vw 10px;
		margin-right: 2vw;
	}
}

@media (min-width:1200px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .quote-box {
		margin: 6vh 2vw 6vh;
	}
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .quote-box p {
	font-size: 38px;
	font-weight: bold;
	line-height: 46px;
}

@media only screen and (max-width:1600px) {
	#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .quote-box p {
		font-size: 24px;
		line-height: 28px;
	}
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .quote-box p.quote:before {
	content: open-quote;
	margin-left: -20px;
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .quote-box p.name {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 24px;
}

#homepage-thoughts .wp-block-getwid-template-post-featured-background-image__content .quote-box p.position {
	font-size: 20px;
	font-weight: normal;
}

#homepage-thoughts .thought-no-quote .wp-block-getwid-template-post-featured-background-image__content {
	max-width: 768px;
	height: 80%;
	text-align: center;
}

#homepage-thoughts .thought-no-quote .wp-block-getwid-template-post-featured-background-image__content .inner-box {
	background-color: #fa2edb;
	width: 100%;
	height: 100%;
	display: inline-table;
}

#homepage-thoughts .thought-no-quote .wp-block-getwid-template-post-featured-background-image__content .inner-box .wp-block-group__inner-container {
	margin: 60px auto;
	max-width: 412px;
}

#homepage-thoughts .thought-no-quote .wp-block-getwid-template-post-featured-background-image__content .inner-box .wp-block-group__inner-container p {
	color: white;
	margin: 0;
}

#homepage-thoughts .thought-no-quote .wp-block-getwid-template-post-featured-background-image__content .inner-box .wp-block-group__inner-container .stat {
	font-size: 128px;
	margin: 14px auto;
	line-height: 104px;
	letter-spacing: -5px;
	font-weight: bold;
}

#homepage-thoughts .thought-no-quote .wp-block-getwid-template-post-featured-background-image__content .inner-box .wp-block-group__inner-container .statsub {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 22px;
}

#homepage-thoughts .thought-no-quote .wp-block-getwid-template-post-featured-background-image__content .inner-box .wp-block-group__inner-container .statdesc {
	margin-bottom: 46px;
	font-weight: 400;
	max-width: 400px;
}

@media only screen and (max-width:781px) {
	.site-inner .wp-block-getwid-template-post-featured-background-image__content .wp-block-column {
		flex-basis: unset !important;
	}
}

.bm-splitTxt-container .wp-block-getwid-section__wrapper {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.bm-container p {
	margin-bottom: 0px;
}

.splitTxt-container {
	margin-top: -10px;
}

.paragraph-anim {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 17px;
	line-height: 26px;
	color: white;
	margin: 0px 0px 0px 30px;
	max-width: 400px;
}

@media (max-width:600px) {
	.paragraph-anim {
		margin: 0px auto 0px;
	}
}

.btnContainer {
	width: 279px;
	height: 78px;
	float: right;
	margin: 0 auto;
}

.btnContainer.no-float {
	float: none;
}

.btnContainer a {
	text-decoration: none;
}

.btnContainer .anim-btn-container {
	position: relative;
	width: 270px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btnContainer .anim-btn-container .btn {
	cursor: pointer;
	position: absolute;
}

.btnContainer .anim-btn-container .btn.yellow {
	color: #232323;
}

.btnContainer .anim-btn-container .btn.yellow .Wipe path {
	fill: #00bdde;
}

.btnContainer .anim-btn-container .btn.yellow .Yellow_LINE path {
	stroke: #232323;
}

.btnContainer .anim-btn-container .btnTextContainer {
	color: white;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	width: 96%;
	font-weight: bold;
	letter-spacing: .5px;
	font-size: 14px !important;
}

.btnContainer .anim-btn-container .btnTextContainer.black-txt {
	color: black;
}

.btnContainer .anim-btn-container .btnTextContainer.white-txt {
	color: white;
}

.hp-contact-container .wp-block-getwid-section__wrapper {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.hp-contact-container .hp-contact-content-wrapper {
	padding: 0px;
}

@media (min-width:600px) {
	.hp-contact-container .hp-contact-content-wrapper {
		padding: 0 40px;
	}
}

.hp-contact-container #hp-contact-anim-bg {
	z-index: -1;
	width: 100%;
	position: absolute;
	top: 40px;
	right: 0px;
	left: 0px;
	bottom: 100%;
	background-color: #eed33a;
}

.hp-contact-container #hp-contact-plus-anim {
	width: 100%;
	height: 78px;
	transform: translateX(-10px);
	opacity: 0;
}

.hp-contact-container .contactCopy-anim h3, .hp-contact-container .contactCopy-anim h4 {
	color: black;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 29px;
	line-height: 34px;
	margin-bottom: 40px;
	padding-left: 20px !important;
	padding-right: 40px;
	margin-top: 40px;
}

@media (min-width:480px) {
	.hp-contact-container .contactCopy-anim h3, .hp-contact-container .contactCopy-anim h4 {
		font-size: 45px;
		line-height: 56px;
		padding-left: 0px;
		padding-right: 40px;
	}
}

@media (max-width:480px) {
	.hp-contact-container .contactCopy-anim h3, .hp-contact-container .contactCopy-anim h4 {
		max-width: 279px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.anim-casestudy {
	width: 98%;
	float: right;
}

@media (min-width:782px) {
	.anim-casestudy {
		width: 80%;
		float: right;
	}
}

article.type-work footer, article.type-work header {
	display: none;
}

.header-yellow {
	color: #f3d300;
}

.work-single-hero-clientName {
	padding-top: 20vh;
}

.work-single-hero-title h1 {
	font-size: 62px !important;
	line-height: 62px !important;
}

@media (min-width:600px) {
	.work-single-hero-title h1 {
		font-size: 102px !important;
		line-height: 102px !important;
	}
}

.work-columns-container {
	margin-bottom: 132px !important;
}

.wp-block-getwid-template-post-meta .fa-folder-open {
	display: none;
}

.wp-block-getwid-template-post-meta a {
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 16px;
	line-height: 24px;
	pointer-events: none;
	cursor: default;
}

@media (max-width:600px) {
	.wp-block-getwid-template-post-meta a {
		margin-left: 0px;
	}
}

@media (max-width:600px) {
	.wp-block-getwid-template-post-meta {
		padding-left: 30px;
		padding-right: 30px;
	}
}

hr.wp-block-separator {
	border-bottom: 4px solid currentColor !important;
	margin: .75em auto !important;
}

#work-single-category-container {
	padding: 60px 0;
}

@media (min-width:600px) {
	#work-single-category-container {
		padding: 160px 0;
	}
}

.work-single-categories-2col .getwid-columns.getwid-columns-1, .work-single-categories-2col .getwid-columns.getwid-columns-1>*, .work-single-categories-2col .getwid-columns.getwid-columns-3>* {
	min-height: unset;
}

.work-single-categories-2col .wp-block-getwid-template-post-categories {
	padding-left: 20px;
	display: inline-block;
	padding-right: 6px;
}

@media (max-width:600px) {
	.work-single-categories-2col .wp-block-getwid-template-post-categories {
		padding-left: 0px;
	}
}

.work-single-h2 h2 {
	font-size: 48px !important;
	line-height: 54px !important;
	overflow-wrap: break-word;
}

@media (max-width:600px) {
	.work-single-h2 h2 {
		font-size: 38px !important;
		line-height: 40px !important;
		text-align: left !important;
	}
}

.work-single-fullImage {
	margin-bottom: 0px;
}

.work-carousel-columns {
	margin-bottom: 0px;
}

.work-carousel-columns p a {
	text-decoration: underline;
	color: #00bdde !important;
}

.work-carousel-container {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}

.work-carousel-container .wp-block-getwid-media-text-slider .slick-dotted.slick-slider {
	padding-bottom: 0px;
}

.work-carousel-container #player {
	height: 104.3%;
	min-height: 300px;
}

.work-carousel-container.wp-block-column.video {
	margin-left: 0px;
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2021/09/bcb8c4703eae71d5d05c0a6eec1f7daa.KioskBG.jpg");
	background-size: cover;
}

.work-carousel-container.wp-block-column.video #player {
	height: 100%;
	min-height: 300px;
}

@media (max-width:600px) {
	.work-carousel-container.wp-block-column.video {
		border-left: none;
		text-align: center;
	}
}

.wp-block-column.no-margin figure.wp-block-image {
	margin: 0;
}

#playerFullWidth {
	width: 100vw;
	height: 100vh;
}

.work-carousel-container.wp-block-column.video.nitro-lazy {
	background-image: none !important;
}

.remove-bottom-margin p {
	margin-bottom: 0px;
}

.workStat-col-container {
	justify-content: space-evenly;
}

.workStat-col-container .wp-block-column {
	flex-basis: unset !important;
	flex-grow: unset !important;
	width: 275px;
}

.workStat-col-container.single {
	justify-content: flex-start;
}

@media (max-width:782px) {
	.workStat-col-container.single .work-stat-container {
		text-align: left;
	}
}

.workStat-col-container.single .wp-block-column {
	width: 100%;
}

.wp-block-columns.three-col-wrap {
	flex-wrap: wrap !important;
}

.wp-block-columns.three-col-wrap .wp-block-column {
	flex-basis: 30%;
	max-width: 33%;
}

@media (max-width:600px) {
	.wp-block-columns.three-col-wrap .wp-block-column {
		flex-basis: 30%;
		max-width: 33%;
	}
}

.work-stat-container {
	padding-left: 17px;
	border-left: 4px solid #fff;
}

@media (max-width:600px) {
	.work-stat-container {
		border-left: none;
		text-align: center;
		padding-left: 0;
	}
}

.work-single-contentBar {
	padding: 9vh 0 7vh;
}

@media (max-width:600px) {
	.work-single-contentBar {
		padding: 13vh 0 9vh;
	}
	
	.work-single-contentBar p {
		text-align: left !important;
	}
}

.works-2024 {
	background-color: #ece9dc;
	font-family: "redhattext";
}

.works-2024.case-stories {
	background: linear-gradient(90deg, #f0f0f0, #fff);
}

.works-2024 p {
	font-size: 19px;
	max-width: 1141px;
	line-height: 33px;
}

@media (max-width:781px) {
	.works-2024 p {
		font-size: 15px;
	}
}

.works-2024 p.body-text {
	font-size: 35px;
	line-height: 50px;
}

@media (max-width:781px) {
	.works-2024 p.body-text {
		font-size: 22px;
		line-height: 35px;
	}
}

.works-2024 .lottie-holder-outer .wp-block-getwid-section__wrapper {
	padding: 80px;
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width:781px) {
	.works-2024 .lottie-holder-outer .wp-block-getwid-section__wrapper {
		padding: 20px;
	}
}

.works-2024 .lottie-holder-outer .wp-block-getwid-section__wrapper .lottie-holder-inner {
	max-width: 1054px;
	margin: auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 18px 7px rgba(0, 0, 0, .54);
}

.works-2024 .lottie-holder-outer .wp-block-getwid-section__wrapper .lottie-holder-inner .wp-block-getwid-section__wrapper {
	padding: 40px 80px;
}

@media (max-width:781px) {
	.works-2024 .lottie-holder-outer .wp-block-getwid-section__wrapper .lottie-holder-inner .wp-block-getwid-section__wrapper {
		padding: 12px;
	}
}

.works-2024 {}

.works-2024 .disclose_box_ROLLOVER_GOLD, .works-2024 .license_box_ROLLOVER_GOLD, .works-2024 .protect_box_ROLLOVER_GOLD {
	opacity: 0;
	transition: .5s;
	cursor: pointer;
	pointer-events: all;
}

.works-2024 .disclose_box_ROLLOVER_GOLD:hover, .works-2024 .license_box_ROLLOVER_GOLD:hover, .works-2024 .protect_box_ROLLOVER_GOLD:hover {
	opacity: 1;
	transition: .5s;
}

.works-2024 .anim-bubble {
	pointer-events: all;
}

.works-2024 .anim-bubble svg {
	pointer-events: none;
}

.works-2024 .anim-bubble.bubble-justin {
	margin-top: -13%;
	margin-right: 3.5%;
}

.works-2024 .anim-bubble .bubble-name-job path {
	fill: #000;
}

.works-2024 .anim-bubble .quote-bubble path {
	fill: #565960;
}

.works-2024 img, .works-2024 video {
	border-radius: 10px;
	display: block;
}

.works-2024 .no-radius img {
	border-radius: 0;
}

.works-2024 .rounded-corners {
	border-radius: 10px;
	overflow: hidden;
}

.works-2024 .standaloneVidWIthLoop {
	position: relative;
}

.works-2024 .pauseButton {
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	left: 0;
	bottom: 0;
	color: white;
	z-index: 1;
	left: 20px;
	bottom: 20px;
	border-radius: 10px;
	padding: 4px 8px;
	background-color: rgba(0, 0, 0, .6666666667);
}

.works-2024 .slider-vid-preview {
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.works-2024 div.slider-vid-preview {
	position: absolute;
	pointer-events: all;
	cursor: pointer;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.works-2024 div.slider-vid-preview iframe {
	border-radius: 10px;
	overflow: hidden;
}

.works-2024 .custom-post-type-work .getwid-columns {
	margin-left: 0;
}

.works-2024 .custom-post-type-work .wp-block-getwid-template-post-categories {
	font-weight: 400;
	margin-left: 0;
	padding-left: 0;
	line-height: 33px;
}

@media (max-width:781px) {
	.works-2024 .wp-block-getwid-template-post-meta {
		padding-left: 0;
	}
}

.works-2024 .wp-block-getwid-template-post-meta .has-text-color a, .works-2024 .wp-block-getwid-template-post-meta a {
	color: inherit;
	font-size: 19px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: "redhattext";
	margin-left: 0;
}

@media (max-width:781px) {
	.works-2024 .wp-block-getwid-template-post-meta .has-text-color a, .works-2024 .wp-block-getwid-template-post-meta a {
		font-size: 15px;
	}
}

.works-2024 .header-aspect-ratio {
	aspect-ratio: 512/175;
}

.works-2024 .header-aspect-ratio .anim-load-rollover {
	max-width: 922px;
	margin-left: 34px;
	margin-bottom: 27px !important;
	width: 70%;
}

.works-2024 .header-aspect-ratio .anim-load-rollover.east-street {
	max-width: 1200px;
}

@media (max-width:781px) {
	.works-2024 .header-aspect-ratio {
		aspect-ratio: 360/467;
	}
	
	.works-2024 .header-aspect-ratio .anim-load-rollover {
		margin-left: 0px;
		margin-bottom: 72px !important;
		max-width: 850px;
		width: 98%;
	}
	
	.works-2024 .header-aspect-ratio.schlage-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/08/schlage-header-mobile2.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.schlage-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.purdue-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/08/Purdue-header-mobile.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.purdue-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.purdue-innovates-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2025/03/PudueInnovates-header-mobile.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.purdue-innovates-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.east-street-innovates-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2025/04/ES_Header-03.png") !important;
	}
	
	.works-2024 .header-aspect-ratio.east-street-innovates-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.qsr-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/08/QSR-Header-mobile.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.qsr-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.isi-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/08/ISI-header-mobile.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.isi-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.ace-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/08/Ace-Header-mobile.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.ace-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.cade-hustle-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/08/CADE-hustle-Header-mobile.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.cade-hustle-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.cade-voice-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/08/Cade-voice-mobile.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.cade-voice-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.cade-escalator-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/08/CadeEscalatorHeader-mobile.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.cade-escalator-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.vsbm-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/09/VSBM-Header-mobile.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.vsbm-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
	
	.works-2024 .header-aspect-ratio.ncaa-header .wp-block-getwid-section__background {
		background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2026/03/ncaa-header-mobile-recrop.jpg") !important;
	}
	
	.works-2024 .header-aspect-ratio.ncaa-header .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
}

.works-2024 .work-detail p {
	padding-right: 5%;
	color: #000;
}

.works-2024 .work-detail .has-text-color {
	color: #000 !important;
}

@media (max-width:781px) {
	.works-2024 #slider2-track {
		padding-left: 20px !important;
	}
	
	.works-2024 .case-study-relateds .carousel-nav-container {
		padding-left: 20px !important;
	}
}

.works-2024 .stat-header {
	font-family: "redhatmono";
	font-size: 19px;
}

@media (max-width:781px) {
	.works-2024 .stat-header {
		font-size: 15px;
	}
}

.works-2024 .stats-section .stat-value {
	font-size: 40px;
}

.works-2024 .stats-section .stat-description {
	font-size: 19px;
}

@media (max-width:781px) {
	.works-2024 .stats-section .stat-description {
		font-size: 15px;
	}
}

.works-2024 .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
	border-bottom: 1px solid currentColor !important;
}

.works-2024 .work-single-categories-2col {
	column-gap: 0;
}

@media (min-width:1301px) {
	.works-2024 .carousel-section>.wp-block-getwid-section__wrapper {
		padding-left: calc(( 100vw - 1265px ) / 2);
	}
}

@media (min-width:783px) {
	.works-2024 .carousel-section>.wp-block-getwid-section__wrapper {
		padding-right: 0;
	}
}

.works-2024 .carousel-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__wrapper {
	margin-left: 0 !important;
	padding: 0;
}

@media (max-width:781px) {
	.works-2024 .carousel-section.vsbm>.wp-block-getwid-section__wrapper {
		padding-right: 1em;
	}
	
	.works-2024 .carousel-section.vsbm>.wp-block-getwid-section__wrapper .carousel-nav-container {
		display: none;
	}
}

@media (max-width:781px) {
	.works-2024 .carousel-section.case-study-relateds .stat-header {
		padding-left: 20px;
	}
	
	.works-2024 .carousel-section.case-study-relateds .wp-block-getwid-section__inner-content .wp-block-getwid-section__inner-content {
		padding-left: 20px;
	}
}

.works-2024 .splide {
	max-width: 1800px;
}

.works-2024 .splide .splide__track {
	margin-bottom: 70px;
}

.works-2024 .splide .splide__list .splide__slide {
	background-color: transparent;
	border-radius: 20px;
}

.works-2024 .splide .splide__list .splide__slide video {
	display: block;
}

@media (max-width:781px) {
	.works-2024 .splide .splide__list .splide__slide.li-extra-pad {
		margin-bottom: 20px;
	}
}

.works-2024 .splide .splide__list .double-splide-window .double-splide-window-interior {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	height: 100%;
}

.works-2024 .splide .splide__list .double-splide-window .double-splide-window-interior .double-splide-window-left, .works-2024 .splide .splide__list .double-splide-window .double-splide-window-interior .double-splide-window-right {
	flex-basis: 48%;
	max-width: 48%;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
}

.works-2024 .splide .splide__list .double-splide-window .double-splide-window-interior .double-splide-window-left video, .works-2024 .splide .splide__list .double-splide-window .double-splide-window-interior .double-splide-window-right video {
	object-fit: cover;
	height: 102% !important;
}

@media (max-width:781px) {
	.works-2024 .splide .splide__list .double-splide-window .double-splide-window-interior {
		flex-direction: column;
	}
	
	.works-2024 .splide .splide__list .double-splide-window .double-splide-window-interior .double-splide-window-left, .works-2024 .splide .splide__list .double-splide-window .double-splide-window-interior .double-splide-window-right {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.works-2024 .splide .splide__list .double-splide-window .double-splide-window-interior .double-splide-window-left video, .works-2024 .splide .splide__list .double-splide-window .double-splide-window-interior .double-splide-window-right video {
		object-fit: cover;
		height: 101% !important;
		width: 101% !important;
		max-width: unset;
		max-height: unset;
		margin-bottom: -2px;
	}
}

.works-2024 .splide .vid-holder {
	border-radius: 10px;
	overflow: hidden;
}

.works-2024 .splide .my-carousel-progress {
	background: #dedede;
	margin-right: 20px;
}

.works-2024 .splide .my-carousel-progress .my-carousel-progress-bar {
	background: #000;
	height: 3px;
	transition: width 400ms ease;
	width: 0;
}

.works-2024 .splide .my-carousel-progress.white {
	background: #6b6b6b;
}

.works-2024 .splide .my-carousel-progress.white .my-carousel-progress-bar {
	background: #dedede;
}

.works-2024 .splide .splide__arrows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
	padding-right: 50px;
}

@media (max-width:781px) {
	.works-2024 .splide .splide__arrows {
		padding-right: 10px;
	}
}

.works-2024 .splide .splide__arrows span {
	margin-left: 33px;
	font-size: 23px;
	font-family: "redhatmono";
}

.works-2024 .splide .splide__arrows span a {
	color: black;
	text-decoration: underline;
}

@media (max-width:781px) {
	.works-2024 .splide .splide__arrows span {
		font-size: 15px;
		line-height: 22px;
		max-width: 60%;
	}
}

.works-2024 .splide .splide__arrow {
	background-color: transparent;
	padding: 0;
	max-width: 32px;
}

@media (max-width:781px) {
	.works-2024 .splide .splide__arrow {
		max-width: 14px;
	}
}

.works-2024 .splide .splide__arrow.splide__arrow--next {
	margin-left: 30px;
}

@media (max-width:781px) {
	.works-2024 .splide .splide__arrow.splide__arrow--next {
		margin-left: 10px;
	}
}

.works-2024 .splide .splide__arrow.splide__arrow--next img {
	transform: rotateY(180deg);
}

.works-2024 #slider1 video {
	border-radius: 10px;
}

@media (max-width:781px) {
	.works-2024 #slider1 {
		margin-left: 20px;
	}
	
	.works-2024 #slider1 ul li {
		height: 505px;
	}
	
	.works-2024 #slider1 ul li video.slider-vid-preview {
		max-width: 505px;
		object-fit: cover;
	}
	
	.works-2024 #slider1.vsbm ul li {
		height: unset;
	}
}

.works-2024 .carousel-nav-container {
	display: flex;
	align-items: center;
}

.works-2024 .carousel-nav-container .my-carousel-progress {
	flex-basis: 80%;
}

.works-2024 .casestudies-slider.splide__list .splide__slide {
	height: 632px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.works-2024 .casestudies-slider.splide__list .splide__slide .slider-vid, .works-2024 .casestudies-slider.splide__list .splide__slide .slider-vid-carousel {
	max-width: 695px;
	border-radius: 10px;
	display: block;
	object-fit: cover;
}

.works-2024 .casestudies-slider.splide__list .splide__slide .slide-copy {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20% 52px 8%;
	pointer-events: none;
	color: #fff;
}

.works-2024 .casestudies-slider.splide__list .splide__slide .slide-copy h3 {
	font-family: "redhatmono", sans-serif;
	font-size: 23px;
	font-weight: 300;
}

@media (max-width:781px) {
	.works-2024 .casestudies-slider.splide__list .splide__slide .slide-copy h3 {
		font-size: 14px;
		line-height: 20px;
	}
}

.works-2024 .casestudies-slider.splide__list .splide__slide .slide-copy h2 {
	font-family: "manukacondensedbold", sans-serif;
	font-size: 68px;
	line-height: 64px;
}

@media (max-width:781px) {
	.works-2024 .casestudies-slider.splide__list .splide__slide .slide-copy h2 {
		font-size: 41px;
		line-height: 39px;
	}
}

.works-2024.main-works video {
	border-radius: 0;
}

.works-2024.main-works .works-project {
	font-size: 19px;
	font-family: "redhatmono";
	font-weight: 300;
	margin-bottom: 18px;
}

.works-2024.main-works .works-title {
	font-size: 68px;
	max-width: 444px;
	line-height: 64px;
	font-family: "manukacondensedbold", sans-serif;
}

.works-2024.main-works .works-project a, .works-2024.main-works .works-title a {
	transition: .5s;
}

.works-2024.main-works .works-project a:hover, .works-2024.main-works .works-title a:hover {
	color: #e8ff00;
	transition: .5s;
}

.works-2024.main-works .works-section a {
	transition: .5s;
}

.works-2024.main-works .works-section:hover a {
	color: #e8ff00;
	transition: .5s;
}

@media (max-width:781px) {
	.works-2024.main-works .works-project a, .works-2024.main-works .works-title a {
		transition: .5s;
	}
	
	.works-2024.main-works .works-project a:hover, .works-2024.main-works .works-title a:hover {
		color: white;
		transition: .5s;
	}
	
	.works-2024.main-works .works-section a {
		transition: .5s;
	}
	
	.works-2024.main-works .works-section:hover a {
		color: white;
		transition: .5s;
	}
	
	.works-2024.main-works .works-section.yellow a {
		color: #e8ff00;
		transition: .5s;
	}
}

.capabilities p {
	line-height: 147%;
}

.capabilities .rhmono {
	font-family: "redhatmono";
	margin-bottom: 37px;
}

.capabilities .capabilities-header-animation {
	max-width: 965px;
}

.capabilities .cap-video-section {
	margin-left: calc(( 100vw - 1265px ) / 2);
}

@media (max-width:1299px) {
	.capabilities .cap-video-section {
		margin-left: 2em;
	}
}

@media (max-width:781px) {
	.capabilities .reverse-stack {
		flex-direction: column-reverse;
	}
}

.capabilities .hidden-page-head {
	font-size: 205px;
	color: #e8ff00;
}

.capabilities .max-width-sub-head {
	max-width: 490px;
}

.capabilities #slider1 video, .capabilities .splide--slide video {
	border-radius: 10px;
}

@media (max-width:781px) {
	.capabilities #slider1, .capabilities .splide--slide {
		margin-left: 20px;
	}
	
	.capabilities #slider1 ul li, .capabilities .splide--slide ul li {
		height: 505px;
	}
	
	.capabilities #slider1 ul li video.slider-vid-preview, .capabilities .splide--slide ul li video.slider-vid-preview {
		max-width: unset;
		object-fit: cover;
	}
}

.contact-form {
	color: white;
	font-size: 46px;
}

.contact-form .nf-form-layout .nf-pass.field-wrap .nf-field-element:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	transition: all .5s;
	box-sizing: content-box;
	color: black;
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/themes/THEBSMNT/images/circle-check-yellow.png");
	background-size: 30px;
	background-repeat: no-repeat;
}

.contact-form .nf-form-layout .nf-field-element {
	width: 97%;
}

.contact-form .nf-form-layout .nf-field-element input, .contact-form .nf-form-layout .nf-field-element textarea {
	font-size: 24px;
}

.contact-form .nf-field-container {
	font-size: 26px;
}

.contact-form .intro {
	font-size: 46px;
}

@media (max-width:600px) {
	.contact-form .intro {
		font-size: 26px;
		line-height: 46px;
	}
}

.contact-form .step2 {
	line-height: 60px;
	font-size: 46px;
	font-weight: bold;
	max-width: 414px;
}

@media (max-width:600px) {
	.contact-form .step2 {
		font-size: 26px;
	}
}

.contact-form .nf-error-invalid-email, .contact-form .nf-form-errors, .contact-form .nf-previous-item, .contact-form .ninja-forms-req-symbol {
	display: none;
}

.contact-form .btn-submit input {
	background: none !important;
	color: white !important;
	transition: all .5s;
	width: 279px !important;
	border: 2px solid #eed33a !important;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	height: 78px !important;
}

.contact-form .btn-submit input:hover {
	background: #00bdde !important;
}

.contact-form .next-step {
	background-color: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 4px 4px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-bottom: 3px solid white;
}

.contact-form .nf-next-item {
	float: none !important;
}

.contact-form .list-unstyled {
	height: 30px;
	width: 150px;
	display: inline-grid;
	padding-left: 0;
	font-size: 26px;
	margin-right: 8px;
}

@media (max-width:600px) {
	.contact-form .list-unstyled {
		font-size: 20px;
	}
}

.contact-form .list-unstyled.letsconnect {
	width: 322px;
	margin-right: 28px;
}

@media (max-width:600px) {
	.contact-form .list-unstyled.letsconnect {
		width: 280px;
	}
}

.contact-form .list-unstyled.makesomething {
	width: 212px;
	margin-right: 18px;
}

@media (max-width:600px) {
	.contact-form .list-unstyled.makesomething {
		width: 190px;
	}
}

@media (max-width:600px) {
	.contact-form .list-unstyled.takemy {
		width: 138px;
		margin-right: 14px;
	}
}

.contact-form .list-unstyled li {
	padding: 5px 10px;
	z-index: 2;
	list-style-type: none;
	cursor: pointer;
	width: 110%;
}

.contact-form .list-unstyled li:not(.init) {
	float: left;
	display: none;
	background-color: #363636;
	color: black;
	position: relative;
	color: white;
}

.contact-form .list-unstyled li:not(.init):hover {
	background: #555;
	z-index: 3;
}

.contact-form .list-unstyled li:not(.init):hover:before {
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/themes/THEBSMNT/images/circle-check-lg.png");
}

.contact-form .list-unstyled li:not(.init):before {
	content: "";
	position: absolute;
	right: 4px;
	top: 11px;
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/themes/THEBSMNT/images/Circle@2x.png");
	display: inline-flex;
	background-size: 30px;
	width: 30px;
	height: 30px;
}

.contact-form .list-unstyled li.selected:not(.init) {
	background: #09f;
}

.contact-form .list-unstyled li.init {
	cursor: pointer;
	border-bottom: 2px solid #eed33a;
	z-index: 0;
	position: relative;
}

.contact-form .list-unstyled li.init:before {
	content: "";
	position: absolute;
	right: 4px;
	top: 11px;
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/themes/THEBSMNT/images/Circle-plus@2x.png");
	display: inline-flex;
	background-size: 30px;
	width: 30px;
	height: 30px;
}

.contact-form .list-unstyled li.init.set {
	background-color: #eed33a;
	border-bottom: none;
	color: black;
}

.contact-form .nf-form-content {
	max-width: 1244px;
}

.contact-form a#submit {
	z-index: 1;
}

.no-margin {
	margin-bottom: 0;
}

.no-margin .wp-block-column {
	margin-left: 0;
}

.no-margin .wp-block-column .wp-block-image {
	margin-bottom: 0;
}

.thoughts-toggle .button {
	background: transparent;
	border-radius: 0px;
	margin: 0px;
	padding: 0 3px;
}

@media (max-width:768px) {
	.thoughts-toggle .button {
		flex-basis: 50% !important;
		padding: 0px;
	}
}

.main-block, .perspective-block, .press-block {
	opacity: 0;
	height: 0;
	overflow: hidden;
	margin: 0px 0 !important;
	transition: opacity 2s;
}

.main-block.is-active, .perspective-block.is-active, .press-block.is-active {
	opacity: 1;
	height: auto;
	margin: 60px 0 0 !important;
}

.main-block.dark-overlay .wp-block-getwid-template-acf-background-image__foreground, .perspective-block.dark-overlay .wp-block-getwid-template-acf-background-image__foreground, .press-block.dark-overlay .wp-block-getwid-template-acf-background-image__foreground {
	opacity: .81;
	background-image: linear-gradient(188deg, #fefefe 0%, #000 100%);
	mix-blend-mode: multiply;
}

.thoughts-perspectives-wrapper .thought-single-fullWidth {
	height: 54vh;
}

.thoughts-perspectives-wrapper .thought-single-fullWidth h3 {
	font-family: "manukacondensedbold", sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
}

@media (max-width:480px) {
	.thoughts-perspectives-wrapper .thought-single-fullWidth h3 {
		font-size: 30px;
		line-height: 34px;
	}
}

.thoughts-perspectives-wrapper .thought-single-fullWidth p {
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
}

.thoughts-perspectives-wrapper .thought-single-fullWidth .thoughts-logo img {
	max-width: 50%;
}

.thoughts-perspectives-wrapper .thought-single-fullWidth .cta-link {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: -10;
	text-transform: uppercase;
	border-bottom: solid white 4px;
}

.thoughts-perspectives-wrapper .thought-single-fullWidth .cta-link:after {
	content: "→";
	transition: all .35s ease-out;
}

.thoughts-perspectives-wrapper .thought-single-fullWidth .cta-link:hover:after {
	margin-left: 20px;
}

.thoughts-perspectives-wrapper .thought-single-fullWidth video {
	position: absolute;
	background-position: center center;
	background-attachment: scroll;
	background-size: unset;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	object-fit: cover;
}

@media (max-width:480px) {
	.thoughts-perspectives-wrapper .thought-single-fullWidth {
		padding: 20px 20px !important;
	}
}

.thoughts-perspectives-wrapper .thought-single-50 .wp-block-getwid-template-post-featured-image {
	overflow: hidden;
	height: 63vw;
	margin-bottom: 8px;
	position: relative;
}

@media (min-width:782px) {
	.thoughts-perspectives-wrapper .thought-single-50 .wp-block-getwid-template-post-featured-image {
		height: 396px;
		margin-bottom: 26px;
	}
}

.thoughts-perspectives-wrapper .thought-single-50 img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inherit;
}

.thoughts-perspectives-wrapper .thought-single-50 h3 {
	font-family: "manukacondensedbold", sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
}

@media (max-width:600px) {
	.thoughts-perspectives-wrapper .thought-single-50 h3 {
		font-size: 22px;
		line-height: 31px;
	}
}

.thoughts-perspectives-wrapper .thought-single-50 video {
	object-fit: cover;
	height: 100% !important;
}

@media (max-width:600px) {
	.thoughts-perspectives-wrapper .thought-single-50 .is-excerpt {
		display: none;
	}
}

.thoughts-perspectives-wrapper .thought-single-50 p {
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
}

.thoughts-perspectives-wrapper .thought-single-50 .cta-link {
	display: inline-block;
	margin-top: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: -10;
	text-transform: uppercase;
	border-bottom: solid white 4px;
}

@media (max-width:600px) {
	.thoughts-perspectives-wrapper .thought-single-50 .cta-link {
		display: none;
	}
}

.thoughts-perspectives-wrapper .thought-single-50 .cta-link:after {
	content: "→";
	transition: all .35s ease-out;
}

.thoughts-perspectives-wrapper .thought-single-50 .cta-link:hover:after {
	margin-left: 20px;
}

.cta-link, .cta-link-container a {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: -10;
	text-transform: uppercase;
	border-bottom: solid #000 4px;
}

.cta-link-container a:after, .cta-link:after {
	content: "→";
	transition: all .35s ease-out;
}

.cta-link-container a:hover:after, .cta-link:hover:after {
	margin-left: 20px;
}

.cta-link {
	border-bottom: solid #fff 4px;
}

.wp-block-getwid-advanced-heading.category-label .wp-block-getwid-advanced-heading__content {
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 20px;
}

.addtoany_shortcode {
	display: inline;
}

.thought .a2a_button_twitter {
	display: none;
}

.addtoany_label {
	font-size: 22px;
}

.long-line-container {
	font-size: 27px;
	margin-left: 0 !important;
}

.long-line-container hr {
	border-bottom: 4px solid black !important;
	border-top: 4px solid black !important;
	max-width: 200px !important;
	margin: .75em 0 !important;
}

.site-container .thoughts-content .thoughts-link {
	margin-bottom: 10px;
	font-size: 17px;
}

.site-container .thoughts-content .thoughts-link a {
	border-bottom: 4px solid #f3d300;
	color: #000;
}

@media (max-width:500px) {
	.site-container .thoughts-content .thoughts-link {
		font-size: 13px;
	}
}

.site-container .thoughts-content p, .site-container .thoughts-content ul {
	font-size: 17px;
}

@media (max-width:500px) {
	.site-container .thoughts-content p, .site-container .thoughts-content ul {
		font-size: 13px;
	}
}

.site-container .thoughts-quote .wp-block-quote {
	margin: 24px 0px 36px !important;
	color: #fff;
}

.site-container .thoughts-quote .wp-block-quote em {
	font-style: normal;
}

.site-container .thoughts-quote .wp-block-quote p {
	font-family: "IBM Plex Serif" !important;
	font-size: 41px !important;
	line-height: 50px !important;
	padding: 0;
}

@media (max-width:500px) {
	.site-container .thoughts-quote .wp-block-quote p {
		font-size: 32px !important;
		line-height: 40px !important;
	}
}

.site-container .thoughts-quote .wp-block-quote cite {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #eed33a !important;
	margin-top: 60px;
}

.careerSlide-container, .staySlide-container {
	overflow: hidden;
	position: relative;
}

.careerSlide-container .careerSlide-slider, .careerSlide-container .staySlide-slider, .staySlide-container .careerSlide-slider, .staySlide-container .staySlide-slider {
	top: 0px;
	left: 0px;
	transition: all .5s;
}

.careerSlide-container .career-slide, .careerSlide-container .stay-slide, .staySlide-container .career-slide, .staySlide-container .stay-slide {
	display: inline-block;
	position: relative;
	margin-bottom: -20px;
	transition: all .15s;
	opacity: 0;
}

.careerSlide-container .career-slide:first-child, .careerSlide-container .stay-slide:first-child, .staySlide-container .career-slide:first-child, .staySlide-container .stay-slide:first-child {
	opacity: 1;
}

.stayStatements-lottie-container {
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/themes/THEBSMNT/images/stayStatement-bg-quote.png");
	background-repeat: no-repeat;
	background-position: right;
}

.stayStatements-lottie-container.nitro-lazy {
	background-image: none !important;
}

.stayStatements-lottie-container .anim-stayStatements {
	width: 98%;
	float: right;
}

@media (min-width:782px) {
	.stayStatements-lottie-container .anim-stayStatements {
		width: 80%;
		float: right;
	}
}

.stayStatements-nav {
	list-style: none;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	padding-left: 0px !important;
	border-bottom: #c6c6c6 solid 6px;
	height: 50px;
}

@media (max-width:500px) {
	.stayStatements-nav {
		height: 30px;
	}
}

.stayStatements-nav-item {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #c6c6c6;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width:600px) {
	.stayStatements-nav-item {
		font-size: 10px;
	}
}

.stayStatements-nav-item:first-child {
	border-radius: 3px 0 0 3px;
}

.stayStatements-nav-item:last-child {
	border-radius: 0 3px 3px 0;
}

.stayStatements-nav-item.is-active {
	color: #eed33a;
}

.stayStatements-nav-item:hover {
	color: #eed33a;
}

.with-indicator {
	position: relative;
	z-index: 0;
}

.with-indicator .stayStatements-nav-item:last-child:after, .with-indicator .stayStatements-nav-item:last-child:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	transition: left .75s ease;
}

.with-indicator .stayStatements-nav-item:last-child:after {
	background: #eed33a;
	top: 44px;
	bottom: -6px;
	left: 0;
	width: 20%;
	z-index: -1;
}

@media (max-width:500px) {
	.with-indicator .stayStatements-nav-item:last-child:after {
		top: 24px;
	}
}

.with-indicator .stayStatements-nav-item:first-child.is-active~.stayStatements-nav-item:last-child:after {
	left: 0%;
}

.with-indicator .stayStatements-nav-item:first-child.is-active~.stayStatements-nav-item:last-child:before {
	left: 10%;
}

.with-indicator .stayStatements-nav-item:nth-child(2).is-active~.stayStatements-nav-item:last-child:after {
	left: 20%;
}

.with-indicator .stayStatements-nav-item:nth-child(2).is-active~.stayStatements-nav-item:last-child:before {
	left: 30%;
}

.with-indicator .stayStatements-nav-item:nth-child(3).is-active~.stayStatements-nav-item:last-child:after {
	left: 40%;
}

.with-indicator .stayStatements-nav-item:nth-child(3).is-active~.stayStatements-nav-item:last-child:before {
	left: 50%;
}

.with-indicator .stayStatements-nav-item:nth-child(4).is-active~.stayStatements-nav-item:last-child:after {
	left: 60%;
}

.with-indicator .stayStatements-nav-item:nth-child(4).is-active~.stayStatements-nav-item:last-child:before {
	left: 70%;
}

.with-indicator .stayStatements-nav-item:first-child:hover~.stayStatements-nav-item:last-child:after {
	left: 0% !important;
}

.with-indicator .stayStatements-nav-item:first-child:hover~.stayStatements-nav-item:last-child:before {
	left: 10% !important;
}

.with-indicator .stayStatements-nav-item:nth-child(2):hover~.stayStatements-nav-item:last-child:after {
	left: 20% !important;
}

.with-indicator .stayStatements-nav-item:nth-child(2):hover~.stayStatements-nav-item:last-child:before {
	left: 30% !important;
}

.with-indicator .stayStatements-nav-item:nth-child(3):hover~.stayStatements-nav-item:last-child:after {
	left: 40% !important;
}

.with-indicator .stayStatements-nav-item:nth-child(3):hover~.stayStatements-nav-item:last-child:before {
	left: 50% !important;
}

.with-indicator .stayStatements-nav-item:nth-child(4):hover~.stayStatements-nav-item:last-child:after {
	left: 60% !important;
}

.with-indicator .stayStatements-nav-item:nth-child(4):hover~.stayStatements-nav-item:last-child:before {
	left: 70% !important;
}

.with-indicator .stayStatements-nav-item:last-child.is-active:before, .with-indicator .stayStatements-nav-item:last-child:hover:before {
	left: 90% !important;
}

.with-indicator .stayStatements-nav-item:last-child.is-active:after, .with-indicator .stayStatements-nav-item:last-child:hover:after {
	left: 80% !important;
}

#hiringthing-jobs {
	color: white;
}

#hiringthing-jobs .ht-title-link {
	display: block;
	width: 100%;
	border-top: 1px solid #616161;
	height: 119px;
	color: white;
	padding-top: 26px;
	font-size: 32px;
}

#hiringthing-jobs .ht-location, #hiringthing-jobs .ht-summary {
	display: none;
}

#hiringthing-jobs .ht-apply-link {
	color: white;
	font-size: 15px;
	border: 2px solid #eed33a;
	border-radius: 0px;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	max-width: 279px;
	padding: 27px 75px;
	font-weight: 500;
	height: 78px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 20px;
	top: -35px;
	position: relative;
	float: right;
	margin-top: -62px;
}

#hiringthing-jobs .ht-apply-link:hover {
	background-color: #00bdde;
}

@media (max-width:1000px) {
	#hiringthing-jobs {
		display: flex;
		flex-direction: column;
	}
	
	#hiringthing-jobs .ht-title-link {
		flex-basis: content;
		margin-bottom: 19px;
	}
	
	#hiringthing-jobs .ht-apply-link {
		float: none;
		top: 0;
		margin-top: 0;
	}
}

.career-image-slider {
	min-height: 100%;
}

.career-slide li {
	font-size: 24px;
	color: white;
}

#anim-ideas {
	padding: 0 120px;
	margin-bottom: 0;
}

@media (max-width:500px) {
	#anim-ideas {
		padding: 0;
	}
}

.careersSlider-nav {
	list-style: none;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	padding-left: 0px !important;
	border-bottom: #616161 solid 6px;
	height: 50px;
}

.careersSlider-nav-item {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #616161;
	text-transform: uppercase;
	cursor: pointer;
}

.careersSlider-nav-item:first-child {
	border-radius: 3px 0 0 3px;
}

.careersSlider-nav-item:last-child {
	border-radius: 0 3px 3px 0;
}

.careersSlider-nav-item.is-active {
	color: #eed33a;
}

.careersSlider-nav-item:hover {
	color: #eed33a;
}

.with-indicator {
	position: relative;
	z-index: 0;
}

.with-indicator .careersSlider-nav-item:last-child:after, .with-indicator .careersSlider-nav-item:last-child:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	transition: left 1.3s ease;
}

.with-indicator .careersSlider-nav-item:last-child:after {
	background: #eed33a;
	top: 44px;
	bottom: -6px;
	left: 0;
	width: 50%;
	z-index: -1;
}

.with-indicator .careersSlider-nav-item:first-child.is-active~.careersSlider-nav-item:last-child:after {
	left: 0%;
}

.with-indicator .careersSlider-nav-item:first-child.is-active~.careersSlider-nav-item:last-child:before {
	left: 25%;
}

.with-indicator .careersSlider-nav-item:first-child:hover~.careersSlider-nav-item:last-child:after {
	left: 0% !important;
}

.with-indicator .careersSlider-nav-item:first-child:hover~.careersSlider-nav-item:last-child:before {
	left: 25% !important;
}

.with-indicator .careersSlider-nav-item:last-child.is-active:before, .with-indicator .careersSlider-nav-item:last-child:hover:before {
	left: 75% !important;
}

.with-indicator .careersSlider-nav-item:last-child.is-active:after, .with-indicator .careersSlider-nav-item:last-child:hover:after {
	left: 50% !important;
}

@media (max-width:500px) {
	#hiringthing-jobs .ht-title-link {
		padding-top: 21px;
	}
	
	#hiringthing-jobs .ht-apply-link {
		top: 15px;
		float: none;
	}
}

.linkbutton {
	color: white;
	font-size: 15px;
	border: 2px solid #eed33a;
	border-radius: 0px;
	text-transform: uppercase;
	width: auto;
	max-width: 279px;
	padding: 27px 75px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 20px;
	position: relative;
	margin-top: -62px;
}

.linkbutton:hover {
	background-color: #00bdde;
	color: white;
}

.process-section .wp-block-columns {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.process-section .wp-block-columns p {
	margin-top: 14px;
	max-width: none;
}

.process-section .wp-block-columns.process-col-controller {
	justify-content: center;
}

@media (max-width:1023px) {
	.process-section .wp-block-columns.process-col-controller {
		margin-left: 0vw;
	}
}

@media (min-width:783px) {
	.process-section .wp-block-columns p {
		max-width: 400px;
		margin-top: 0px;
	}
	
	.process-section .wp-block-columns.process-col-container {
		margin-top: 40px !important;
	}
}

#offerings .wp-block-spacer {
	margin: 0;
}

.process-colContainer {
	margin-bottom: 20px;
}

@media (min-width:783px) {
	.process-colContainer {
		margin-bottom: 0px;
	}
}

.process-colContainer .process-img-container {
	margin-top: 20px;
}

#anim-brain {
	position: absolute;
	z-index: 2;
	margin-top: -653px;
	text-align: right;
	width: 100%;
}

#anim-brain svg {
	width: 100%;
	height: 100%;
	transform: translate3d(0px, 0px, 0px);
	float: right;
	max-width: 57%;
	display: table;
}

.about-bigbrain {
	position: absolute;
	z-index: 1;
	margin-top: -538px;
	text-align: right;
	width: 100%;
}

.about-bigbrain figure {
	max-width: 47%;
}

.our-clients-thin {
	display: none !important;
}

.our-clients-wide {
	display: flex !important;
}

@media (max-width:781px) {
	.our-clients-thin {
		display: flex !important;
	}
	
	.our-clients-thin .clients-image {
		margin-bottom: 40px !important;
	}
	
	.our-clients-thin .clients-image figure {
		max-width: 80%;
	}
	
	.our-clients-thin .wp-block-column .wp-block-columns {
		margin-bottom: 0px !important;
		margin-top: 0 !important;
	}
	
	.our-clients-thin .wp-block-column .wp-block-columns .wp-block-column {
		flex-basis: 44% !important;
		flex-grow: inherit;
		margin: 0;
	}
	
	.about-bigbrain {
		margin-top: -110%;
	}
	
	.about-bigbrain figure {
		max-width: 100%;
	}
	
	#anim-brain {
		width: 116%;
		margin-top: -124%;
		margin-left: -16%;
	}
	
	#anim-brain svg {
		max-width: 100%;
	}
	
	.brain-underlay .wp-block-getwid-section__wrapper {
		padding-bottom: 100%;
	}
	
	.our-clients-wide {
		display: none !important;
	}
}

.our-clients-vert img {
	min-width: 43px;
}

.policies {
	color: #000;
	margin-right: 10%;
	margin-left: 10%;
}

.policies a {
	color: #000;
}

.policies a:hover {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #eed33a;
	text-decoration-thickness: 4px;
	text-underline-offset: 5px;
}

.season-headline {
	font-family: "geographica";
	font-size: 100px;
}

.season-headline strong {
	font-weight: normal;
	font-feature-settings: "ss03";
}

.season-copy {
	font-family: "knucklehead";
	letter-spacing: 1.1px;
	line-height: 34px;
	font-size: 40px;
}

.season-copy sup {
	font-family: "myriad pro";
	font-size: "78%";
	vertical-align: bottom;
}

.landing-main .wp-block-getwid-section__wrapper {
	padding-top: 157px;
}

.landing-main .wp-block-getwid-section__inner-wrapper {
	padding-left: 213px;
	padding-right: 184px;
}

.bottom-logo {
	margin-right: 31px;
	margin-bottom: 210px;
}

.vimeo-container {
	padding: 56.25% 0 0 0;
	position: relative;
	margin-bottom: 40px;
}

.main-title {
	margin-bottom: 60px;
}

.top-spacer {
	height: 75px !important;
	background-color: #e5e7e6;
}

.landing-share {
	font-family: "knucklehead";
	font-size: 30px;
	margin-bottom: 0;
}

.landing-share-icons {
	margin: auto;
	width: 100%;
}

.landing-share-icons .addtoany_list {
	display: block;
	text-align: center;
}

.landing-share-icons .addtoany_list a {
	padding: 0 6px;
}

.landing-share-icons .addtoany_list a img {
	width: 100%;
}

@media only screen and (max-width:1400px) {
	.season-headline {
		font-size: 8vw;
		margin-bottom: 2vw;
	}
	
	.landing-main .wp-block-getwid-section__wrapper {
		padding-top: 14vw;
	}
	
	.landing-main .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
		padding-left: 11vw;
		padding-right: 10vw;
	}
	
	.vimeo-container {
		margin-bottom: 4vw;
	}
	
	.season-copy {
		font-size: 4.2vw;
		line-height: 3.2vw;
		margin-bottom: 2vw;
	}
	
	.main-title {
		width: 57vw;
		margin: 0 auto 2vw;
	}
	
	.bottom-logo {
		margin-right: 1vw;
		margin-bottom: 13vw;
	}
	
	.bottom-logo img {
		max-width: 22vw;
	}
	
	.landing-share {
		font-size: 3.5vw;
	}
	
	.landing-share-icons .addtoany_list a img {
		width: 6vw;
	}
}

@media only screen and (max-width:768px) {
	.top-spacer {
		height: 50px !important;
	}
}

.industry-page {
	background-color: #1d2e42;
	color: #fff;
	padding-top: 125px;
}

.industry-page.no-top-pad {
	padding-top: 0;
}

.industry-page h1 {
	font-size: 48px;
}

.industry-page.update-2024 {
	background-color: #181818;
}

.industry-page.update-2024 h1 {
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	margin-top: 0;
	line-height: normal;
	color: #daff00;
	font-size: 148px;
	margin-bottom: 0;
	line-height: 136px;
	text-transform: uppercase;
}

@media (max-width:782px) {
	.industry-page.update-2024 h1 {
		font-size: 100px;
		line-height: .95;
		text-wrap-style: balance;
	}
}

.industry-page.update-2024 h3 {
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	font-size: 96px;
	line-height: 90%;
	text-transform: uppercase;
}

.industry-page.update-2024 p.outcomes {
	font-size: 32px;
}

@media (max-width:782px) {
	.industry-page.update-2024 p.outcomes {
		font-size: 24px;
	}
}

.industry-page.update-2024 .casestudies .casestudy {
	border-radius: 20px;
}

.industry-page.update-2024 .casestudies .casestudy .text-block {
	padding: 120px 40px 120px 60px;
	align-items: center;
}

.industry-page.update-2024 .casestudies .casestudy .text-block .left img {
	max-width: 200px;
	margin-bottom: 26px;
	max-height: 84px;
}

.industry-page.update-2024 .casestudies .casestudy .text-block .left h3 {
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	font-size: 93px;
	line-height: 80px;
	text-transform: uppercase;
}

.industry-page.update-2024 .casestudies .casestudy .text-block .right {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 16px;
}

.industry-page.update-2024 .casestudies .casestudy .text-block .right p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}

.industry-page.update-2024 .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .text-col img {
	width: 50%;
}

.industry-page.update-2024 .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .text-col h3 {
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	font-size: 100px;
	line-height: 1.5;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.industry-page.update-2024 .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .text-col p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}

.industry-page.update-2024 .showcases.alt-font .wp-block-getwid-custom-post-type__wrapper .showcase .text-col h3 {
	font-size: 23px;
	font-family: "redhatmono";
	font-weight: normal;
}

.industry-page .conversion .conversion-title h3 {
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	font-size: 150px;
	line-height: 90%;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width:782px) {
	.industry-page .conversion .conversion-title h3 {
		font-size: 100px;
	}
}

.industry-page .conversion p {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .7);
	padding: 24px;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0;
}

.industry-page .industries .industries-header {
	font-family: "redhattext";
	font-size: 33px;
	font-style: normal;
	font-weight: 400;
	line-height: 39.6px;
	letter-spacing: 3.96px;
	text-transform: uppercase;
	border-bottom: 7px solid #daff00;
	width: fit-content;
}

.industry-page .industries .industries-header p {
	margin-bottom: 0;
}

.industry-page .industries .industries-list {
	gap: 15px;
}

.industry-page .industries .industries-list .industries-list-left {
	max-width: 60px;
}

.industry-page .industries .industries-list p {
	font-family: "redhatmono";
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 37.38px;
	margin-bottom: 0;
}

.industry-page .stats-section .stats-left {
	max-width: 70px;
}

.industry-page .stats-section .stats-right .stats-head {
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	font-size: 96px;
	font-style: normal;
	font-weight: 600;
	line-height: 90%;
	text-transform: uppercase;
}

.industry-page .stats-section .stats-right .stats-head.no-break {
	width: max-content;
}

.industry-page .stats-section .stats-right .stats-head.less-margin {
	margin-bottom: 10px;
}

.industry-page .stats-section .stats-right .stats-note {
	font-family: "redhattext";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: .9px;
	text-transform: uppercase;
	min-width: 271px;
	width: 100%;
	position: relative;
}

@media screen and (max-width:1200px) {
	.industry-page .stats-section .stats-right .stats-note {
		min-width: unset;
	}
}

.industry-page .stats-section .stats-right .stats-note:after {
	content: "";
	background: #daff00;
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 75%;
	height: 7px;
}

.industry-page .stats-section .stats-right .stats-note.no-line:after {
	display: none;
}

.industry-page.integration-services {
	background-color: #181818;
}

.industry-page.integration-services h1 {
	margin: 0;
}

@media (max-width:782px) {
	.industry-page.integration-services h1 {
		font-size: 100px;
	}
}

.industry-page.integration-services .is-header img {
	border-radius: 20px;
}

.industry-page.integration-services .header-video iframe {
	border-radius: 20px;
}

.industry-page.integration-services .header-video .desktop {
	display: block;
}

@media (max-width:782px) {
	.industry-page.integration-services .header-video .desktop {
		display: none;
	}
}

.industry-page.integration-services .header-video .mobile {
	display: none;
}

@media (max-width:782px) {
	.industry-page.integration-services .header-video .mobile {
		display: block;
	}
}

.industry-page.integration-services .header-video .mobile iframe {
	border-radius: 14px;
}

.industry-page.integration-services .k-feature {
	column-gap: 9.5%;
}

.industry-page.integration-services .k-feature .left-col img {
	border-radius: 20px;
}

.industry-page.integration-services .k-feature .link-logo {
	width: 50%;
}

.industry-page.integration-services .k-feature h3 {
	font-family: "manukacondensedbold";
	font-size: 96px;
	line-height: 90%;
	text-transform: uppercase;
}

.industry-page.integration-services .k-feature .k-feature-title {
	font-family: "redhatmono";
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/themes/THEBSMNT/images/hidden-pages/imgHighlight.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 6px 4px 6px 4px;
	background-position: -2px -2px;
	margin-left: -5px;
	color: black;
}

.industry-page.integration-services .k-feature .k-feature-title.nitro-lazy {
	background-image: none !important;
}

.industry-page.integration-services .k-feature p {
	font-family: "redhattext";
	font-weight: 300;
	line-height: 30px;
	font-size: 20px;
}

.industry-page.integration-services .k-feature .link-section {
	gap: 0;
}

.industry-page.integration-services .k-feature .link-section .logo-col {
	max-width: 40px;
}

.industry-page.integration-services .k-feature .link-section .link-logo img {
	width: 20px;
	min-width: 20px;
	vertical-align: text-top;
}

.industry-page.integration-services .k-feature .link-section p {
	margin: 0;
}

.industry-page.integration-services .k-feature .link-section p a {
	color: #fff;
	text-decoration: underline;
}

.industry-page.integration-services .promise .subhead {
	font-family: "redhatmono";
	font-size: 33px;
	font-style: normal;
	font-weight: 300;
	line-height: 39.6px;
	margin-bottom: 20px;
}

.industry-page.integration-services .promise .head {
	color: #daff00;
	font-family: "manukacondensedbold";
	font-size: 254px;
	font-style: normal;
	font-weight: 600;
	line-height: 90%;
	text-transform: uppercase;
}

@media (max-width:782px) {
	.industry-page.integration-services .promise .head {
		font-size: 110px;
	}
}

.industry-page.integration-services .framework-info .fw-header-container {
	border-bottom: 2px solid black;
}

.industry-page.integration-services .framework-info h3 {
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	color: #000;
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/themes/THEBSMNT/images/hidden-pages/imgTallHighlight.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: fit-content;
	line-height: 90%;
	padding: 0px 47px 0 10px;
	background-position: 0px 11px;
	margin-left: -10px;
	text-transform: uppercase;
}

.industry-page.integration-services .framework-info h3.nitro-lazy {
	background-image: none !important;
}

.industry-page.integration-services .framework-info .fw-checklist {
	margin-bottom: 0;
}

.industry-page.integration-services .framework-info .fw-checklist li {
	color: #000;
	font-size: 16px;
	line-height: 30px;
}

.industry-page.integration-services .framework-info .fw-checklist li::marker {
	font-size: 12px;
}

.industry-page.integration-services .framework-info .fw-arrow {
	max-width: 68px;
}

.industry-page.integration-services .framework-info .fw-list-heading {
	gap: 10px;
}

.industry-page.integration-services .framework-info .fw-list-heading h4 {
	font-family: "redhatmono";
	color: black;
	margin: 0;
	font-size: 23px;
	font-weight: 400;
}

.industry-page.integration-services .wp-block-pullquote {
	margin: 0;
	padding: 0;
}

.industry-page.integration-services .wp-block-pullquote blockquote {
	margin: 0;
}

.industry-page.integration-services .wp-block-pullquote blockquote p {
	font-size: 56px;
	line-height: 60px;
	color: white;
	font-family: "IBM Plex Sans";
	line-height: 1.07em;
}

@media (max-width:782px) {
	.industry-page.integration-services .wp-block-pullquote blockquote p {
		font-size: 42px;
	}
}

.industry-page.integration-services .wp-block-pullquote blockquote cite {
	font-size: 32px;
	color: white;
	font-family: "IBM Plex Sans";
	text-align: right;
	line-height: 1.1em;
}

@media (max-width:782px) {
	.industry-page.integration-services .wp-block-pullquote blockquote cite {
		font-size: 25px;
	}
}

.industry-page.integration-services .cols {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 18px;
	padding: 40px;
	align-self: auto;
}

@media (max-width:782px) {
	.industry-page.integration-services .cols {
		padding: 20px;
	}
}

.industry-page.integration-services .cols.left {
	background-color: #399aa9;
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2023/09/Blue-box-for-IS-landing-page.jpg");
}

.industry-page.integration-services .cols.left.nitro-lazy {
	background-image: none !important;
}

.industry-page.integration-services .cols.right {
	background-color: #e56949;
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2023/09/Orange-box-for-IS-landing-page.jpg");
}

.industry-page.integration-services .cols.right.nitro-lazy {
	background-image: none !important;
}

.industry-page.integration-services .br-section {
	border-radius: 20px;
	overflow: hidden;
}

.industry-page.integration-services .headshots .wp-block-image {
	margin-bottom: 6px;
}

.industry-page.integration-services .headshots p {
	line-height: 20px;
}

.industry-page.integration-services .headshots p a {
	font-size: 14px;
}

.industry-page.integration-services .bullet-text :before {
	background-color: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/themes/THEBSMNT/images/circle-check-yellow.png");
}

.industry-page .logos {
	margin-bottom: 120px;
}

.industry-page .logos .wp-block-getwid-custom-post-type__wrapper {
	display: flex;
	gap: 34px 2%;
	flex-wrap: wrap;
}

@media (max-width:900px) {
	.industry-page .logos .wp-block-getwid-custom-post-type__wrapper {
		gap: 50px 12%;
	}
}

.industry-page .logos .wp-block-getwid-custom-post-type__wrapper .wp-block-getwid-custom-post-type__post {
	flex: 1 1 16%;
	display: flex;
	margin-top: 0;
}

@media (max-width:900px) {
	.industry-page .logos .wp-block-getwid-custom-post-type__wrapper .wp-block-getwid-custom-post-type__post {
		flex: 1 1 40%;
		flex-basis: 40%;
	}
}

.industry-page .logos.tourism .wp-block-getwid-custom-post-type__wrapper {
	justify-content: space-around;
	align-items: center;
	gap: 46px 7%;
}

.industry-page .logos.tourism .wp-block-getwid-custom-post-type__wrapper .wp-block-getwid-custom-post-type__post {
	justify-content: center;
}

.industry-page .logos.tourism .wp-block-getwid-custom-post-type__wrapper .wp-block-getwid-custom-post-type__post .logo img {
	max-height: 141px;
}

.industry-page.higher-ed iframe, .industry-page.tourism-new iframe {
	border-radius: 24px;
}

.industry-page.higher-ed .rounded img, .industry-page.tourism-new .rounded img {
	border-radius: 24px;
}

.industry-page.higher-ed .wp_block_columns.no-margin, .industry-page.tourism-new .wp_block_columns.no-margin {
	margin-bottom: 0px;
}

.industry-page.higher-ed h1, .industry-page.tourism-new h1 {
	line-height: 90%;
	font-size: 120px;
	text-wrap-style: balance;
}

.industry-page.higher-ed h3, .industry-page.tourism-new h3 {
	background-image: linear-gradient(#e8ff00, #e8ff00);
	background-size: 0 100%;
	transition: background-size 1s cubic-bezier(1, .14, .43, .84);
	background-repeat: no-repeat;
	background-position-y: 0;
	color: black;
	width: fit-content;
	font-size: 23px;
	font-family: "redhatmono";
	font-weight: normal;
	line-height: 1.5;
	padding: 0 8px;
}

@media (max-width:900px) {
	.industry-page.higher-ed h3, .industry-page.tourism-new h3 {
		font-size: 23px;
	}
}

.industry-page.higher-ed h3.active, .industry-page.tourism-new h3.active {
	background-size: 100% 100%;
	transition: background-size 1s cubic-bezier(1, .14, .43, .84);
	background-position-y: 0;
}

.industry-page.higher-ed p, .industry-page.tourism-new p {
	font-size: 20px;
	font-weight: 300;
	text-wrap-style: pretty;
	line-height: 30px;
}

.industry-page.higher-ed p.header-copy, .industry-page.tourism-new p.header-copy {
	line-height: 33px;
}

.industry-page.higher-ed h1 {
	font-size: clamp(4.8rem, 20vw, 7.5rem);
}

.industry-page.higher-ed .organic-checklist {
	padding: 0;
	row-gap: 0;
}

.industry-page.higher-ed .organic-checklist .wp-block-columns {
	gap: 10px;
	align-items: flex-start !important;
	justify-content: flex-start;
}

.industry-page.higher-ed .organic-checklist .wp-block-columns .fw-arrow {
	flex-basis: 5% !important;
}

.industry-page.higher-ed .organic-checklist .wp-block-columns h4 {
	margin: 0;
	max-width: 380px;
	font-family: "redhatmono";
	font-weight: 400;
	color: #d9d9d9 !important;
	font-size: 23px;
	line-height: 32px;
}

.industry-page .manufacturing-logos {
	margin-bottom: 120px;
}

@media screen and (max-width:992px) {
	.industry-page .manufacturing-logos .getwid-columns {
		row-gap: 20px;
	}
	
	.industry-page .manufacturing-logos .getwid-columns-4>* {
		width: 50%;
	}
}

.industry-page .manufacturing-logos .logo {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.industry-page .manufacturing-logos .logo img {
	max-width: unset;
	max-width: 100%;
}

.industry-page .casestudy {
	border-radius: 40px;
}

.industry-page .casestudy .text-block {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 120px 40px 80px 60px;
	align-items: end;
}

.industry-page .casestudy .text-block .left {
	color: white;
	flex-basis: 50%;
}

.industry-page .casestudy .text-block .left img {
	max-width: 200px;
	margin-bottom: 20px;
}

.industry-page .casestudy .text-block .left h3 {
	font-size: 48px;
	font-weight: bold;
	line-height: normal;
	max-width: 450px;
}

.industry-page .casestudy .text-block .left a {
	color: white;
	text-decoration: underline;
	font-size: 22px;
	text-transform: uppercase;
}

.industry-page .casestudy .text-block .right {
	color: white;
	flex-basis: 60%;
	background-color: rgba(0, 0, 0, .4);
	padding: 30px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	height: 100%;
}

.industry-page .casestudy .text-block .right p {
	margin-bottom: 0;
}

@media (max-width:900px) {
	.industry-page .casestudy .text-block {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.industry-page .casestudy .text-block .left {
		margin-bottom: 40px;
	}
}

@media (max-width:600px) {
	.industry-page .casestudy .text-block {
		padding: 20px;
	}
}

.industry-page .thought-leadership h4 {
	color: #fbb711;
	margin-top: 0;
}

.industry-page .thought-leadership h2 {
	font-size: 96px;
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	line-height: 90%;
	text-transform: uppercase;
}

.industry-page .thought-leadership a {
	color: #fff;
}

.industry-page .thought-leadership a:hover {
	text-decoration: underline;
}

.industry-page .contact-section h1 {
	margin: 0;
}

.industry-page .contact-section h2 {
	font-family: "redhatmono";
}

.industry-page .contact-section .socialinks {
	margin-bottom: 10px;
}

.industry-page .contact-section .industry-form .nf-form-fields-required, .industry-page .contact-section .industry-form .ninja-forms-req-symbol {
	display: none;
}

.industry-page .contact-section .industry-form .nf-field-label label {
	font-size: 14px;
	font-weight: normal;
}

.industry-page .stats-section {
	display: inline-flex;
	width: 100%;
	gap: 8vw;
}

@media (max-width:782px) {
	.industry-page .stats-section {
		display: block;
		padding: 0;
	}
	
	.industry-page .stats-section .stat-col {
		margin-right: 40px;
	}
}

.industry-page .stats-section .stat-col {
	flex: auto;
	display: inline-flex;
	margin-bottom: 30px;
}

.industry-page .stats-section .stat-col img {
	max-width: 72px;
	max-height: 72px;
	margin-right: 30px;
}

.industry-page .stats-section .stat-col .stat-text {
	border-bottom: 6px solid #f89513;
	flex: auto;
}

.industry-page .stats-section .stat-col .stat-text h3 {
	font-size: 48px;
	margin-bottom: 0;
}

.industry-page .stats-section .stat-col .stat-text p {
	font-size: 16px;
	margin-bottom: 10px;
}

.industry-page .showcases.no-logo .showcase .img-col .overlay img {
	display: none;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .wp-block-getwid-custom-post-type__post:nth-child(odd) .showcase {
	flex-direction: row-reverse;
}

@media (max-width:900px) {
	.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .wp-block-getwid-custom-post-type__post:nth-child(odd) .showcase {
		flex-direction: column-reverse;
	}
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase {
	display: flex;
	gap: 10%;
	margin-bottom: 90px;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .text-col {
	flex-basis: 50%;
	color: white;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .text-col img {
	max-width: 200px;
	margin-bottom: 26px;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .text-col h3 {
	font-size: 150px;
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	line-height: 90%;
	text-transform: uppercase;
}

@media (max-width:900px) {
	.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .text-col h3 {
		font-size: 100px;
	}
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .text-col p {
	margin-bottom: 0;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .img-col {
	flex-basis: 50%;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .img-col img {
	max-width: 540px;
	border-radius: 20px;
	width: 100%;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide {
	display: block;
	margin-bottom: 0;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide .img-col {
	position: relative;
	margin-bottom: 60px;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide .img-col img {
	max-width: 100%;
	border-radius: 20px;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide .img-col .overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide .img-col .overlay img {
	transform: scale(.5);
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide .img-col .overlay h3 {
	font-size: 150px;
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	line-height: 90%;
	text-transform: uppercase;
}

@media (max-width:900px) {
	.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide .img-col .overlay h3 {
		font-size: 100px;
	}
}

@media (max-width:900px) {
	.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide .img-col .overlay img {
		max-width: 24vw;
		margin-bottom: 20px;
		transform: none;
	}
	
	.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide .img-col .overlay h3 {
		font-size: 4vw;
		margin: 0;
	}
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide h3 {
	font-size: 24px;
}

.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase.wide p {
	margin-bottom: 40px;
}

@media (max-width:900px) {
	.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase {
		flex-direction: column-reverse;
	}
	
	.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .img-col {
		margin-bottom: 40px;
	}
	
	.industry-page .showcases .wp-block-getwid-custom-post-type__wrapper .showcase .img-col img {
		max-width: 100%;
	}
}

.industry-page.CAT-specific h2 {
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	font-size: 96px;
	margin-bottom: 4px;
}

@media (max-width:1024px) {
	.industry-page.CAT-specific h2 {
		font-size: 66px;
	}
}

@media (max-width:782px) {
	.industry-page.CAT-specific h2 {
		font-size: 48px;
		text-wrap-style: pretty;
	}
}

@media (max-width:1024px) {
	.industry-page.CAT-specific h1 {
		font-size: 126px;
		text-wrap-style: pretty;
	}
}

@media (max-width:782px) {
	.industry-page.CAT-specific h1 {
		font-size: 80px;
		text-wrap-style: pretty;
	}
}

.industry-page.CAT-specific p {
	font-size: 20px;
	font-weight: 300;
}

.industry-page.CAT-specific .mw-478 {
	max-width: 478px;
}

.industry-page.CAT-specific .contact-button span {
	font-family: "redhatmono";
	font-size: 23px;
}

.industry-page.CAT-specific .mw-540 {
	max-width: 540px;
}

.industry-page.CAT-specific .mw-506 {
	max-width: 506px;
}

@media (max-width:782px) {
	.industry-page.CAT-specific .cat-header .wp-block-getwid-section__wrapper {
		align-items: end;
	}
}

.industry-page.CAT-specific .cat-header .wp-block-columns.are-vertically-aligned-bottom {
	margin-bottom: 0;
}

.industry-page.CAT-specific .mw-full {
	max-width: 978px;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
	text-wrap-style: pretty;
}

.industry-page.CAT-specific .list-header {
	border-bottom: 1px solid #fff;
}

.industry-page.CAT-specific .section-title {
	font-family: "redhatmono";
	font-size: 23px;
	margin-bottom: 18px;
}

.industry-page.CAT-specific img {
	border-radius: 20px;
}

.industry-page.CAT-specific .has-caption img {
	margin-bottom: 14px;
}

.industry-page.CAT-specific .no-radius img {
	border-radius: 0;
}

.industry-page.CAT-specific .cta-left p {
	max-width: 513px;
}

.industry-page.CAT-specific .cta-right {
	margin-bottom: 30px;
	display: flex;
	align-items: end;
	justify-content: end;
}

.industry-page.CAT-specific .long-highlight {
	color: #000 !important;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/themes/THEBSMNT/images/hidden-pages/long-highlight-yellow.png");
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	background-repeat: no-repeat;
	background-size: cover;
	width: fit-content;
	line-height: 111%;
	padding: 0px 49px 0 11px;
	background-position: 7px 0px;
	margin-left: -74px;
	font-size: 160px;
	margin-bottom: 15px !important;
}

.industry-page.CAT-specific .long-highlight.nitro-lazy {
	background-image: none !important;
}

.industry-page.CAT-specific .long-highlight span {
	margin: 49px 68px 0px;
}

@media (max-width:1024px) {
	.industry-page.CAT-specific .long-highlight {
		background-size: contain;
		width: unset;
		line-height: 136%;
		background-position: 32px 0px;
		font-size: 80px;
	}
	
	.industry-page.CAT-specific .long-highlight span {
		margin: 49px 45px 0px 68px;
	}
}

@media (max-width:782px) {
	.industry-page.CAT-specific .long-highlight {
		background-size: contain;
		width: unset;
		line-height: 136%;
		background-position: 56px 0px;
		font-size: 47px;
	}
}

.industry-page.CAT-specific .vimeo-container iframe {
	border-radius: 20px;
}

.industry-page.CAT-specific .highlight-sub {
	font-family: "redhatmono";
	margin-top: 0 !important;
	margin-left: 20px;
	font-size: 28px;
}

@media (max-width:782px) {
	.industry-page.CAT-specific .highlight-sub {
		font-size: 22px;
	}
}

.industry-page.CAT-specific .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
	border-bottom: 2px solid currentColor !important;
}

.industry-page.CAT-specific .work-single-categories-2col {
	column-gap: 0;
}

.industry-page.CAT-specific .work-detail {
	margin-bottom: 40px !important;
}

.industry-page.CAT-specific .work-detail .work-detail-col1 p {
	max-width: 289px;
}

.industry-page.CAT-specific .work-detail .work-detail-col2 p {
	max-width: 333px;
	padding-right: 20px;
}

@media (max-width:782px) {
	.industry-page.CAT-specific .cat-checklist {
		gap: 8px;
	}
}

.industry-page.CAT-specific .cat-checklist .wp-block-columns {
	gap: 1px;
	margin-bottom: 10px;
}

.industry-page.CAT-specific .cat-checklist .wp-block-getwid-advanced-heading {
	display: flex;
	align-items: center;
}

.industry-page.CAT-specific .cat-checklist .wp-block-getwid-advanced-heading h4 {
	font-size: 23px;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 400;
}

.industry-page.CAT-specific .cat-checklist img {
	max-width: 28px;
	border-radius: 5px;
}

.industry-page.CAT-specific .cat-checklist .wp-block-list {
	padding-left: 28px;
}

.industry-page.CAT-specific .cat-checklist .wp-block-column .wp-block-column.fw-arrow {
	min-width: 36px;
}

@media (max-width:782px) {
	.industry-page.CAT-specific .cat-checklist .wp-block-column .wp-block-column.fw-arrow {
		flex-basis: 12% !important;
	}
}

.industry-page.CAT-specific .partner-logos .wp-block-column {
	display: flex;
	align-items: center;
	justify-content: normal;
	column-gap: 30px;
}

.industry-page.CAT-specific .partner-logos .wp-block-column .google {
	background-color: #d9d9d9;
	border-radius: 6px;
	padding: 18px 7px;
	height: 100%;
	display: block;
}

.industry-page.CAT-specific .partner-logos .wp-block-column .google img {
	border-radius: 0;
	max-width: 72px;
}

.industry-page.CAT-specific .partner-logos .wp-block-column img {
	max-width: 82px;
	border-radius: 6px;
}

.industry-page.CAT-specific .CAT-stats {
	margin-top: 115px;
}

.industry-page.CAT-specific .CAT-stats .stats-section {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.industry-page.CAT-specific .CAT-stats .stats-section .wp-block-columns {
	margin-bottom: 16px;
}

.industry-page.CAT-specific .CAT-stats .stats-section .stats-head {
	margin-bottom: 8px;
}

.industry-page.CAT-specific .CAT-stats .stats-section .stats-head .value-modifier {
	font-family: "redhatmono";
	font-size: 48px;
	font-weight: 300;
}

.industry-page.CAT-specific .CAT-stats .stats-section .stats-head.has-modifier {
	margin-bottom: -10px;
}

.industry-page.CAT-specific .CAT-stats .stats-section .stats-note:after {
	background: #ffce12;
}

.industry-page.CAT-specific .contact-email-label {
	font-family: "redhatmono";
}

.gif-holiday-page article {
	background-color: #efe8db;
	background-color: #efe4d6;
	text-align: center;
}

.gif-holiday-page article h1, .gif-holiday-page article h2, .gif-holiday-page article p {
	font-family: "termina", sans-serif;
	font-weight: normal;
	color: #000;
}

.gif-holiday-page article h1, .gif-holiday-page article h2 {
	font-weight: 700;
	font-size: 40px;
	color: #84632c;
}

.gif-holiday-page article h1.desktop-only, .gif-holiday-page article h2.desktop-only {
	display: block;
}

.gif-holiday-page article h1.mobile-only, .gif-holiday-page article h2.mobile-only {
	display: none;
}

@media only screen and (max-width:600px) {
	.gif-holiday-page article h1, .gif-holiday-page article h2 {
		font-size: 28px;
	}
	
	.gif-holiday-page article h1.desktop-only, .gif-holiday-page article h2.desktop-only {
		display: none;
	}
	
	.gif-holiday-page article h1.mobile-only, .gif-holiday-page article h2.mobile-only {
		display: block;
	}
}

.gif-holiday-page article h2 {
	font-weight: 800;
}

.gif-holiday-page article p {
	font-size: 20px;
	line-height: 28px;
}

@media only screen and (max-width:600px) {
	.gif-holiday-page article p {
		font-size: 17px;
		line-height: 25px;
	}
}

.gif-holiday-page article p.desktop-only {
	display: block;
}

.gif-holiday-page article p.mobile-only {
	display: none;
}

@media only screen and (max-width:600px) {
	.gif-holiday-page article p.desktop-only {
		display: none;
	}
	
	.gif-holiday-page article p.mobile-only {
		display: block;
	}
}

.gif-holiday-page article .video-header {
	padding: 0;
	background-color: #efe4d6;
}

.gif-holiday-page article .video-header .wp-block-getwid-section__wrapper {
	padding: 0;
}

.gif-holiday-page article .gif-grid {
	gap: 1em;
}

.gif-holiday-page article .gif-grid .wp-block-column {
	flex-basis: 48% !important;
	text-align: center;
}

@media only screen and (max-width:600px) {
	.gif-holiday-page article .gif-grid .wp-block-column {
		flex-basis: 100% !important;
	}
}

.season-headline {
	font-family: "geographica";
	font-size: 100px;
}

.season-headline strong {
	font-weight: normal;
	font-feature-settings: "ss03";
}

.season-copy {
	font-family: "knucklehead";
	letter-spacing: 1.1px;
	line-height: 34px;
	font-size: 40px;
}

.season-copy sup {
	font-family: "myriad pro";
	font-size: "78%";
	vertical-align: bottom;
}

.landing-main .wp-block-getwid-section__wrapper {
	padding-top: 157px;
}

.landing-main .wp-block-getwid-section__inner-wrapper {
	padding-left: 213px;
	padding-right: 184px;
}

.bottom-logo {
	margin-right: 31px;
	margin-bottom: 210px;
}

.vimeo-container {
	padding: 56.25% 0 0 0;
	position: relative;
	margin-bottom: 40px;
}

.main-title {
	margin-bottom: 60px;
}

.top-spacer {
	height: 75px !important;
	background-color: #e5e7e6;
}

.landing-share {
	font-family: "knucklehead";
	font-size: 30px;
	margin-bottom: 0;
}

.landing-share-icons {
	margin: auto;
	width: 100%;
}

.landing-share-icons .addtoany_list {
	display: block;
	text-align: center;
}

.landing-share-icons .addtoany_list a {
	padding: 0 6px;
}

.landing-share-icons .addtoany_list a img {
	width: 100%;
}

@media only screen and (max-width:1400px) {
	.season-headline {
		font-size: 8vw;
		margin-bottom: 2vw;
	}
	
	.landing-main .wp-block-getwid-section__wrapper {
		padding-top: 14vw;
	}
	
	.landing-main .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
		padding-left: 11vw;
		padding-right: 10vw;
	}
	
	.vimeo-container {
		margin-bottom: 4vw;
	}
	
	.season-copy {
		font-size: 4.2vw;
		line-height: 3.2vw;
		margin-bottom: 2vw;
	}
	
	.main-title {
		width: 57vw;
		margin: 0 auto 2vw;
	}
	
	.bottom-logo {
		margin-right: 1vw;
		margin-bottom: 13vw;
	}
	
	.bottom-logo img {
		max-width: 22vw;
	}
	
	.landing-share {
		font-size: 3.5vw;
	}
	
	.landing-share-icons .addtoany_list a img {
		width: 6vw;
	}
}

@media only screen and (max-width:768px) {
	.top-spacer {
		height: 50px !important;
	}
}

.goldborder .wp-block-getwid-section__inner-wrapper {
	border: 1px #eed33a solid;
	border-radius: 17px;
	padding: 40px 20px 20px;
	position: relative;
}

.goldborder .wp-block-getwid-section__inner-wrapper:before {
	content: "⬤    ⬤    ⬤";
	color: #eed33a;
	top: 5px;
	position: absolute;
	left: 29px;
}

@media (max-width:600px) {
	.goldborder .wp-block-getwid-section__inner-wrapper {
		padding: 30px 10px 20px;
	}
	
	.goldborder .wp-block-getwid-section__inner-wrapper:before {
		top: 7px;
		left: 16px;
		font-size: 10px;
	}
}

.goldborder .wp-block-getwid-section__inner-wrapper .btnContainer {
	margin: 0 auto;
	bottom: 12%;
	position: absolute;
	float: none;
	width: 100%;
	height: fit-content;
}

.goldborder .wp-block-getwid-section__inner-wrapper .btnContainer #container-anim-logo {
	width: 19%;
	margin: auto;
}

.prf-vid {
	color: blue;
}

@media (max-width:782px) {
	.prf-vid {
		min-height: 310px;
	}
}

.prf-vid .wp-block-embed-vimeo {
	height: 100%;
}

.prf-vid .wp-block-embed-vimeo .wp-block-embed__wrapper {
	height: 100%;
}

@media (max-width:782px) {
	.prf-title h1 {
		font-size: 50px !important;
		line-height: 54px !important;
	}
}

.isi-slider .slick-next, .isi-slider .slick-prev {
	bottom: 0;
	top: unset;
	transform: none;
	webkit-transform: none;
	-ms-transform: none;
	width: 65px;
	height: 65px;
}

.isi-slider .slick-prev {
	left: 0 !important;
}

.isi-slider .slick-next {
	right: 0 !important;
}

.isi-slider .slick-next:before, .isi-slider .slick-prev:before {
	content: "";
	opacity: 1;
	width: 65px;
	height: 65px;
	background-image: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2022/09/SliderArrow.png");
	background-size: 65px 65px;
	display: inline-block;
}

.isi-slider .slick-next:before {
	transform: scaleX(-1);
}

.marg0 {
	margin: 0;
}

.case-stories p {
	font-size: 35px;
	font-weight: 300;
	line-height: 50px;
}

.case-stories p.p-last {
	margin-bottom: 72px;
}

.case-stories .entry-content a {
	text-decoration: underline;
	color: black;
}

.case-stories .wp-block-image.size-full {
	margin-bottom: 34px;
}

.case-stories .wp-block-image.size-full.has-caption {
	margin-bottom: 11px;
}

.case-stories video {
	margin-bottom: 38px;
	object-fit: cover;
}

.case-stories .splide video {
	margin-bottom: 0;
}

.case-stories .standaloneVidWIthLoop.has-caption video, .case-stories .wp-block-video.has-caption video {
	margin-bottom: 11px;
}

.case-stories .wp-block-getwid-template-post-featured-image {
	position: relative;
}

.case-stories .caption {
	font-size: 19px;
	font-style: italic;
	line-height: 33px;
	max-width: 100%;
	text-wrap-style: pretty;
}

.case-stories .caption.top {
	margin-bottom: 10px;
}

.case-stories .case-story-header .case-story-cat {
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	font-size: 59px;
	font-weight: 700;
	border-bottom: 1px solid;
	padding-bottom: 24px;
	margin-bottom: 86px;
}

.case-stories .case-story-header .case-story-title {
	font-size: 90px;
	font-weight: 500;
	line-height: 1em;
	text-wrap: balance;
	border-bottom: 1px solid;
	padding-bottom: 119px;
	margin-bottom: 13px;
}

.case-stories .case-story-header .case-story-details {
	font-size: 19px;
	display: flex;
}

.case-stories .case-story-header .case-story-details .case-story-length {
	flex-basis: 30%;
}

.case-stories .case-story-header .case-story-details .case-story-clients {
	flex-basis: 70%;
}

.case-stories .case-study-pull-quote {
	max-width: 1200px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 107px 0 50px;
	margin-bottom: 50px;
}

.case-stories .case-study-pull-quote h2 {
	text-transform: uppercase;
	font-family: "redhatmono", sans-serif;
	font-weight: 300;
	font-size: 50px;
	line-height: 73px;
}

.case-stories .case-study-pull-quote h2 span.highlighter {
	background-position-y: 10px;
}

.case-stories .section-title {
	font-weight: 500;
}

.case-stories .more-casestories-section {
	overflow: visible;
}

.case-stories .more-casestories-section .getwid-columns {
	max-width: 100vw;
}

.case-stories .more-casestories-section .more-casestories-header {
	font-family: "redhatmono", sans-serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 33px;
	border-bottom: 1px solid black;
	max-width: 100%;
	padding-bottom: 20px;
	margin-bottom: 66px;
}

.case-stories .more-casestories-section .wp-block-getwid-template-post-link {
	margin-top: 0;
}

.case-stories .more-casestories-section .wp-block-getwid-template-post-link a {
	font-family: "redhatmono", sans-serif;
	font-size: 23px;
	font-weight: 300;
	text-underline-offset: 8px;
	text-decoration-thickness: 1px;
}

.case-stories .more-casestories-section .more-case-stories-sub-header {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 15px;
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	text-transform: uppercase;
}

.case-stories .more-casestories-section .more-case-stories-sub-header.desktop-only {
	display: block;
}

.case-stories .more-casestories-section .more-case-stories-sub-header.mobile-only {
	display: none;
}

.case-stories .more-casestories-section .more-case-stories-header {
	font-size: 40px;
	font-weight: 500;
	line-height: 54px;
	margin-bottom: 13px;
}

@media (max-width:782px) {
	.case-stories .more-casestories-section.featured-section {
		border-bottom: 1px solid;
	}
}

.case-stories .more-casestories-section.featured-section .more-casestories-header {
	font-size: 23px;
	line-height: 33px;
}

.case-stories .more-casestories-section.featured-section .more-case-stories-sub-header {
	font-size: 40px;
}

.case-stories .more-casestories-section.featured-section .more-case-stories-header {
	font-size: 35px;
	line-height: 46px;
}

.case-stories .more-casestories-section.featured-section a {
	text-decoration: none;
}

.case-stories .more-casestories-section.featured-section a:hover {
	text-decoration: underline;
}

.case-stories .more-casestories-section.main-page .wp-block-columns {
	flex-direction: column-reverse;
}

.case-stories .more-casestories-section.main-page .wp-block-columns .desktop-only {
	display: none;
}

.case-stories .more-casestories-section.main-page .wp-block-columns .mobile-only {
	display: block;
}

.case-stories .more-casestories-section a {
	text-decoration: none;
}

.case-stories .more-casestories-section a div {
	text-decoration: none;
	color: #000;
}

.case-stories .more-casestories-section .wp-block-getwid-template-post-featured-image {
	overflow: hidden;
	border-radius: 10px;
}

.case-stories .more-casestories-section .wp-block-getwid-template-post-featured-image img {
	transform: scale(1);
	transition: .5s;
}

.case-stories .more-casestories-section a:hover {
	text-decoration: underline;
}

.case-stories .more-casestories-section a:hover div {
	text-decoration: none;
	color: #434343;
}

.case-stories .more-casestories-section a:hover .wp-block-getwid-template-post-featured-image {
	overflow: hidden;
	border-radius: 10px;
}

.case-stories .more-casestories-section a:hover .wp-block-getwid-template-post-featured-image img {
	transform: scale(1.1);
	transition: .5s;
}

.case-stories .splide .splide__track {
	margin-bottom: 59px;
}

@media (max-width:782px) {
	.case-stories .two-col-image-text {
		margin-bottom: 60px;
		row-gap: 1em;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.case-stories .two-col-image-text.reverse-mobile {
		flex-direction: column-reverse;
	}
	
	.case-stories .two-col-image-text .text-col p.offerings-header {
		margin-bottom: 0;
	}
}

.case-stories .two-col-image-text .img-col {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.case-stories .two-col-image-text .img-col video {
	margin-bottom: 0;
}

.case-stories .two-col-image-text .img-col p {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
	padding-right: 10%;
	padding-left: 10%;
	font-size: 29px;
	font-family: "redhattext";
	font-weight: 300;
	line-height: 39px;
	color: white;
	margin-bottom: 0;
	opacity: 0;
	transition: opacity .25s;
}

@media (min-width:782px) {
	.case-stories .two-col-image-text .img-col p:hover {
		opacity: 1;
	}
}

.case-stories .two-col-image-text .text-col p {
	font-family: "manukacondensedbold", "IBM Plex Sans", sans-serif;
	font-size: 100px;
	line-height: 90px;
	margin-bottom: 0;
	left: -80px;
	position: relative;
	opacity: 0;
}

@media (max-width:782px) {
	.case-stories .two-col-image-text .text-col p {
		left: unset;
		right: -80px;
		font-size: 60px;
	}
}

.case-stories .two-col-image-text .text-col p.mobile-only {
	font-size: 20px;
	line-height: 28px;
	font-family: unset;
	display: none;
}

@media (max-width:782px) {
	.case-stories .two-col-image-text .text-col p.mobile-only {
		display: block;
	}
}

.case-stories .two-col-image-text .text-col.left p {
	left: unset;
	right: -80px;
}

.case-stories .careers-job-listing {
	font-family: "redhatmono", sans-serif;
	font-size: 33px;
	font-weight: 300;
	background: #f0f0f0;
	border-radius: 10px;
	padding: .5em 28px .5em 45px;
	transition: .25s;
}

@media (max-width:782px) {
	.case-stories .careers-job-listing {
		font-size: 18px;
		padding: .5em 16px .5em 19px;
	}
}

.case-stories .careers-job-listing a {
	color: #000;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case-stories .careers-job-listing a .wp-block-getwid-accordion__icon .fa-chevron-right {
	padding: 24px;
	border-radius: 10px;
	font-size: 29px;
	background-color: #e5e5e5;
	color: black;
	transition: .25s;
}

@media (max-width:782px) {
	.case-stories .careers-job-listing a .wp-block-getwid-accordion__icon .fa-chevron-right {
		padding: 24px;
		border-radius: 10px;
		font-size: 29px;
	}
}

@media (min-width:783px) {
	.case-stories .careers-job-listing:hover {
		background-color: #726e5a;
		transition: .25s;
	}
	
	.case-stories .careers-job-listing:hover a {
		color: #e8ff00;
	}
	
	.case-stories .careers-job-listing:hover a .wp-block-getwid-accordion__icon .fa-chevron-right {
		background-color: #e8ff00;
		transition: .25s;
	}
}

.case-stories .careers-header .wp-block-getwid-section__wrapper {
	height: 100vh;
}

@media (max-width:1024px) {
	.case-stories .careers-header .wp-block-getwid-section__wrapper {
		min-height: 71vw !important;
		height: unset;
	}
}

.case-stories .photo-grid {
	height: auto;
	gap: 1em;
	margin-bottom: 0;
}

.case-stories .photo-grid .left-col {
	flex: 1;
	flex-basis: 55%;
	flex-grow: 1;
	flex-shrink: 0;
}

.case-stories .photo-grid .left-col .wp-block-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-stories .photo-grid .left-col {}

.case-stories .photo-grid .right-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-basis: 45%;
	gap: 1em;
}

@media (max-width:782px) {
	.case-stories .photo-grid .right-col {
		display: none;
	}
}

.case-stories .photo-grid .right-col .wp-block-image {
	width: 100%;
	height: 48%;
	object-fit: cover;
}

.case-stories .careers .insta-section .wp-block-getwid-section__background {
	background-image: linear-gradient(180deg, #f0f0f0 0%, #fff 29%);
}

@media (max-width:782px) {
	.case-stories .careers p {
		font-weight: 400;
	}
	
	.case-stories .careers .insta-section .wp-block-getwid-section__background {
		background-image: none;
	}
	
	.case-stories .careers .insta-section .wp-block-getwid-section__background.nitro-lazy {
		background-image: none !important;
	}
}

.case-stories .careers .wp-block-image {
	border-radius: 10px;
	margin-bottom: 0;
	overflow: hidden;
}

.case-stories .careers .eapps-instagram-feed div {
	font-family: "redhattext", sans-serif;
	font-weight: 300;
}

.case-stories .careers .eapps-instagram-feed .eapps-instagram-feed-posts-slider-nav-icon {
	width: 12px !important;
}

.case-stories .careers #ThisAintYourParentsBasement {
	max-width: 631px;
	margin: auto;
}

@media (max-width:782px) {
	.case-stories .careers #ThisAintYourParentsBasement {
		margin-left: 0;
		max-width: 70%;
	}
}

.case-stories .careers #GetIntoOurCultureStepInsideOurMind {
	max-width: 804px;
	margin: auto;
}

.case-stories .careers #WhatWeOffer {
	max-width: 402px;
	margin: auto;
}

.case-stories .careers #ReadyToStepOutOfTheOrdinary {
	max-width: 897px;
	margin: auto;
}

.case-stories .careers hr.wp-block-separator.thin {
	border-bottom: 1px solid currentColor !important;
}

.case-stories .careers .openings-header {
	font-family: "redhatmono", sans-serif;
	font-size: 23px;
	font-weight: 300;
	margin-left: 44px;
}

@media (max-width:782px) {
	.case-stories .careers .openings-header {
		margin-left: 24px;
	}
}

.case-stories .careers .openings-copy {
	text-wrap-style: pretty;
}

@media (max-width:782px) {
	.case-stories .careers .openings-copy {
		font-size: 18px;
		line-height: 1.58;
	}
}

.case-stories .careers .fa-chevron-right {
	font-weight: 600;
	padding: 24px;
	border-radius: 10px;
	font-size: 29px;
	background-color: #e5e5e5;
	color: black;
}

@media (max-width:782px) {
	.case-stories .careers .fa-chevron-right {
		padding: 12px 15px;
	}
}

.case-stories .careers .fa-chevron-right:before {
	content: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/01/chevron-open.png");
	transform: rotate(-90deg);
	display: inline-block;
}

@media (max-width:782px) {
	.case-stories .careers .fa-chevron-right:before {
		transform: none;
		content: " ";
		display: inline-block;
		width: 23px;
		background: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/01/chevron-open.png") no-repeat;
		color: transparent;
		height: 23px;
		background-size: 23px 23px;
		transform: rotate(-90deg);
	}
}

@media (max-width:782px) {
	.case-stories p {
		font-size: 22px;
		line-height: 35px;
	}
	
	.case-stories .caption {
		font-size: 13px;
		line-height: 18px;
	}
	
	.case-stories .caption.top {
		margin-bottom: 10px;
	}
	
	.case-stories .case-story-header .case-story-cat {
		font-size: 30px;
		margin-bottom: 46px;
	}
	
	.case-stories .case-story-header .case-story-cat canvas {
		max-height: 36px;
		width: auto;
	}
	
	.case-stories .case-story-header .case-story-title {
		font-size: 45px;
		line-height: 1.1em;
		text-wrap: pretty;
		padding-bottom: 57px;
	}
	
	.case-stories .case-story-header .case-story-details {
		font-size: 14px;
	}
	
	.case-stories .case-study-pull-quote {
		padding: 60px 0 38px;
	}
	
	.case-stories .case-study-pull-quote h2 {
		font-size: 30px;
		line-height: 42px;
	}
	
	.case-stories .more-casestories-section .more-casestories-header {
		font-size: 20px;
		line-height: 28px;
	}
	
	.case-stories .more-casestories-section .wp-block-getwid-template-post-link a {
		font-size: 18px;
	}
	
	.case-stories .more-casestories-section .more-case-stories-sub-header {
		font-size: 30px;
		margin-bottom: 0;
	}
	
	.case-stories .more-casestories-section .more-case-stories-sub-header.mobile-only {
		display: block;
	}
	
	.case-stories .more-casestories-section .more-case-stories-sub-header.desktop-only {
		display: none;
	}
	
	.case-stories .more-casestories-section .more-case-stories-header {
		font-size: 30px;
		line-height: 40px;
	}
	
	.case-stories .more-casestories-section.main-page .wp-block-getwid-custom-post-type__post {
		padding-right: 5px;
	}
	
	.case-stories .more-casestories-section.main-page .wp-block-columns {
		gap: 10px;
	}
	
	.case-stories .more-casestories-section.main-page .more-case-stories-header {
		font-size: 24px;
		line-height: 30px;
	}
	
	.case-stories .more-casestories-section.featured-section .more-case-stories-sub-header {
		font-size: 30px;
	}
	
	.case-stories .more-casestories-section.featured-section .more-case-stories-header {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 0;
	}
	
	.case-stories .more-casestories-section.featured-section .text-col {
		margin-bottom: 0;
	}
	
	.case-stories .splide .splide__track {
		margin-bottom: 20px !important;
	}
	
	.case-stories .splide__slide {
		margin-bottom: 20px;
	}
	
	.case-stories .carousel-nav-container {
		display: none;
	}
	
	.case-stories .mobile-reverse {
		flex-direction: column-reverse;
		margin-bottom: 0;
	}
	
	.case-stories #slider1 ul li {
		height: unset;
	}
	
	.case-stories .splide .splide__arrows {
		padding-right: 0;
	}
}

.induction p {
	font-size: 23px;
	font-weight: 300;
	line-height: 150%;
}

.induction p strong {
	font-weight: 700;
}

.induction h2.wp-block-heading {
	text-transform: uppercase;
	font-family: "manukacondensedbold", sans-serif;
	font-size: 110px;
	line-height: 90%;
	color: #e8ff00;
	font-weight: 600;
	font-style: normal;
}

@media (max-width:900px) {
	.induction h2.wp-block-heading {
		font-size: clamp(68px, 21vw, 86px);
	}
}

.induction .iframe-outer {
	border-radius: 20px;
	overflow: hidden;
}

.induction .iframe-outer iframe {
	transform: scale(1.01);
}

@media (max-width:900px) {
	.induction .iframe-outer {
		border-radius: 10px;
		min-height: 210px;
	}
	
	.induction .iframe-outer div {
		min-height: 210px;
	}
	
	.induction .iframe-outer iframe {
		transform: scale(1.61);
		transform-origin: center;
	}
}

@media (max-width:480px) {
	.induction .iframe-outer iframe {
		transform: scale(1.81);
	}
}

@media (max-width:900px) {
	.induction .partner-group {
		flex-direction: column-reverse;
	}
}

.induction .pad-r50 {
	padding-right: 50px;
}

@media (max-width:900px) {
	.induction .pad-r50 {
		padding-right: 0;
	}
}

.induction .pad-r65 {
	padding-right: 65px;
}

@media (max-width:900px) {
	.induction .pad-r65 {
		padding-right: 0;
	}
}

.induction .contact-section h2.wp-block-heading {
	font-size: 23px;
	line-height: 27.6px;
	font-weight: 500;
	font-family: "redhatmono", sans-serif;
	text-transform: none;
}

.induction h3 {
	font-size: 23px !important;
	font-family: "redhattext", sans-serif !important;
	font-weight: 700;
}

.induction .date-box {
	gap: 0px;
}

.induction .date-box div {
	border-top: .5px solid #d9d9d9;
	border-bottom: .5px solid #d9d9d9;
	padding: 16px 0;
}

@media (max-width:900px) {
	.induction .date-box div.image-col {
		flex-basis: 20% !important;
	}
}

.induction .date-box div.date-text {
	flex-basis: auto;
	flex-grow: 0;
}

.induction .date-box p {
	font-family: "manukacondensedbold", sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 90%;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media (max-width:900px) {
	.induction .date-box p {
		font-size: clamp(36px, 10vw, 42px);
		line-height: 111%;
	}
}

.induction .form-cols {
	row-gap: 0;
}

.site-footer {
	background: #f0f0f0;
	color: #000;
	font-size: 15px;
	font-family: "redhattext", sans-serif;
	padding: 76px 15px;
}

@media (min-width:600px) {
	.site-footer {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (min-width:900px) {
	.site-footer {
		font-size: 23px;
		line-height: 33px;
	}
}

.site-footer p {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
}

@media (min-width:600px) {
	.site-footer p {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (min-width:900px) {
	.site-footer p {
		font-size: 23px;
		line-height: 33px;
	}
}

.site-footer .row-1 {
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid;
}

@media (min-width:600px) {
	.site-footer .row-1 {
		display: flex;
		margin-top: -6px;
		max-width: 1280px;
		margin: 0 auto;
	}
}

.site-footer .row-1 .logo-wrapper {
	margin-bottom: 30px;
}

.site-footer .row-1 .logo-wrapper #footercanvas {
	left: -22%;
	position: relative;
}

.site-footer .wrap {
	max-width: 1280px;
	margin: 0 auto;
	flex-direction: column;
	padding-top: 44px;
	margin-bottom: 34px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:782px) {
	.site-footer .wrap {
		display: flex;
		margin: 0 auto;
		justify-content: space-between;
		margin-bottom: 28px;
		flex-direction: row;
		padding-left: 0;
		padding-right: 0;
	}
}

.site-footer #footer-contact-wrapper {
	display: inline-block;
	flex-grow: 1;
	width: 90%;
	margin-bottom: 20px;
	text-align: left;
}

@media (min-width:600px) {
	.site-footer #footer-contact-wrapper {
		width: auto;
		margin-bottom: 0px;
		margin-left: 0px;
	}
}

.site-footer #mobile-flex-footer {
	display: flex;
	flex-grow: 2;
	flex-basis: 40%;
}

@media (max-width:600px) {
	.site-footer #mobile-flex-footer {
		display: flex;
		justify-content: center;
		margin: 0 auto;
		flex-direction: column;
	}
}

.site-footer #footer-content-wrapper {
	flex-grow: 2;
	position: relative;
	flex-basis: 60%;
	padding-right: 20px;
}

.site-footer #footer-content-wrapper .row-2 {
	display: block;
	width: 100%;
	margin: 0px auto;
	flex-direction: column;
	text-align: left;
}

@media (min-width:600px) {
	.site-footer #footer-content-wrapper .row-2 {
		display: flex;
		bottom: 0px;
		width: 100%;
		max-width: 583px;
		margin: 0px;
		height: 100%;
		flex-direction: column;
		justify-content: space-between;
	}
}

.site-footer #footer-content-wrapper .row-2 .description {
	margin-bottom: 42px;
}

.site-footer #footer-content-wrapper .row-2 .social-wrapper {
	display: flex;
	justify-content: normal;
	margin: 0 0 34px -5px;
	column-gap: 40px;
}

@media (max-width:781px) {
	.site-footer #footer-content-wrapper .row-2 .social-wrapper {
		margin: 0 0 22px 0px;
	}
}

.site-footer #footer-content-wrapper p {
	margin-bottom: 17px !important;
}

.site-footer #footer-content-wrapper .logo-wrapper {
	max-width: 250px;
}

.site-footer .logo-wrapper {
	max-width: 250px;
}

.site-footer .partner-logos {
	display: flex;
	align-items: center;
	justify-content: normal;
	column-gap: 30px;
}

@media (max-width:781px) {
	.site-footer .partner-logos {
		margin-top: 46px;
	}
}

.site-footer .partner-logos .google {
	background-color: #d9d9d9;
	border-radius: 10px;
	padding: 18px 7px;
}

.site-footer .partner-logos .partner-logo {
	max-width: 101px;
	width: 100%;
	margin-top: 0;
}

.site-footer .copyright-wrapper {
	margin: 0 auto;
	text-align: left;
	flex-direction: column;
	row-gap: 30px;
	font-size: 12px;
}

@media (min-width:782px) {
	.site-footer .copyright-wrapper {
		max-width: 1280px;
		margin: 12px auto 0px;
		text-align: left;
		color: #3e3e3e;
		display: flex;
		font-size: 17px;
		justify-content: space-between;
		font-weight: 300;
		flex-direction: row;
	}
	
	.site-footer .copyright-wrapper .cw-left {
		flex-basis: 60%;
	}
	
	.site-footer .copyright-wrapper .cw-right {
		flex-basis: 40%;
	}
}

.site-footer a {
	color: black;
}

.site-footer a:hover {
	color: rgba(0, 0, 0, .4);
}

.new-home #vidContainer {
	position: relative;
}

.new-home #vidContainer .wp-block-video {
	line-height: 0;
}

.new-home #backgroundloopMobile {
	display: none;
}

.new-home #BoringHeaderMobile {
	display: none;
}

@media (max-width:781px) {
	.new-home #backgroundloop, .new-home #fullvid {
		display: none;
	}
	
	.new-home #backgroundloopMobile {
		display: block;
	}
	
	.new-home #BoringHeader {
		display: none;
	}
	
	.new-home #BoringHeaderMobile {
		display: block;
		position: absolute;
		color: #e8ff00;
		font-family: "manukacondensedbold";
		font-size: 84px;
		font-weight: bold;
		line-height: 71px;
		text-transform: uppercase;
		left: 15px;
		top: 54vh;
	}
}

.new-home #fullvidLoop {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	transform: scale(0);
}

.new-home #hometextscroll svg {
	max-height: 100vh;
}

.new-home p {
	font-size: 23px;
	font-weight: 300;
	line-height: 33px;
	font-family: "redhattext", sans-serif;
}

.new-home .section-sub {
	font-size: 23px;
	font-weight: 300;
	line-height: 33px;
	font-family: "redhattext", sans-serif;
	padding-left: 43px;
	max-width: 910px;
}

.new-home .section-sub.reach-out {
	padding-left: 91px;
}

.new-home .wp-block-getwid-section__wrapper {
	padding-left: 0;
	padding-right: 0;
}

.new-home input.ninja-forms-field, .new-home textarea.ninja-forms-field {
	font-family: "redhatmono", sans-serif;
	font-weight: 300;
}

.new-home input.ninja-forms-field:not([type=submit]), .new-home textarea.ninja-forms-field:not([type=submit]) {
	border-radius: 10px;
	font-size: 33px;
	border: none;
	padding: 75px 0px 76px 20px;
	background-color: #e5e5e5;
}

@media (max-width:781px) {
	.new-home input.ninja-forms-field:not([type=submit]), .new-home textarea.ninja-forms-field:not([type=submit]) {
		padding: 50px 0px 50px 20px;
	}
}

.new-home .nf-cell:last-child {
	padding-right: 0;
}

.new-home .nf-multi-cell .nf-cell {
	float: left;
	padding: 0 20px 0 0;
}

@media (max-width:781px) {
	.new-home .nf-multi-cell .nf-cell {
		padding: 0 10px 0 10px;
	}
}

.new-home .nf-form-content textarea.ninja-forms-field {
	height: 400px;
}

.new-home .submit-wrap {
	text-align: center;
}

.new-home #applycontainer .wp-block-getwid-section__inner-content {
	text-align: center;
}

.new-home .applybutton, .new-home input.ninja-forms-field[type=submit] {
	background-color: #e8ff00;
	color: #000;
	font-size: 33px;
	height: unset;
	line-height: 40px;
	padding: 33px 91px;
	border-radius: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: 1s;
	transition-timing-function: ease;
}

.new-home .applybutton:hover, .new-home input.ninja-forms-field[type=submit]:hover {
	padding: 48px 91px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e8ff00;
	color: #000;
	font-size: 30px;
	transition: 1s;
	transition-timing-function: ease;
}

.new-home .applybutton {
	display: inline-block;
}

.new-home .nf-error .nf-error-msg, .new-home .nf-error-msg, .new-home .nf-form-fields-required {
	color: #000;
	font-family: "redhatmono";
	text-align: center;
	font-weight: 300;
}

.new-home .nf-error .nf-error-msg, .new-home .nf-form-fields-required {
	text-align: left;
	padding-left: 84px;
	margin-top: 20px;
}

.new-home .nf-error.field-wrap .nf-field-element:after {
	background-color: #000;
}

.new-home .nf-response-msg p {
	font-size: 58px;
	text-align: center;
}

.new-home #fullvid {
	height: 20%;
	width: 20%;
	position: absolute;
	top: -10%;
	left: -10%;
	pointer-events: none;
	border-radius: 10px;
	overflow: hidden;
}

.new-home #fullvid video {
	border-radius: 10px;
}

.new-home #pinContainer .wp-block-getwid-section__wrapper {
	padding-top: 0;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper {
	margin-bottom: 10px;
}

.new-home .accordion-wrapper .fa-chevron-down:before {
	content: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/01/chevron-open.png");
}

.new-home .accordion-wrapper .fa-chevron-up:before {
	content: url("https://thebsmnt.com/nitropack_static/RTQqKbSgHHQMaMBDKuiEWlYiPXpYvtda/assets/images/optimized/rev-0dc1f4b/thebsmnt.com/wp-content/uploads/2024/01/chevron-close.png");
	transform: rotate(180deg);
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__header-wrapper {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: none;
	transition: background-color 1s;
	background-color: #f0f0f0;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__header-wrapper .wp-block-getwid-accordion__header {
	padding-top: 37px;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__header-wrapper .fas {
	border: none;
	padding: 24px;
	border-radius: 10px;
	font-size: 29px;
	background-color: #e5e5e5;
	color: black;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__header-wrapper h2 a {
	color: #000;
	font-size: 33px;
	font-weight: 300;
	font-family: "redhatmono", sans-serif;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active {
	transition: background-color 1s;
	background-color: #726e5a;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active h2 a {
	color: #e8ff00;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active .fas {
	background-color: #e8ff00;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__header-wrapper:first-child {
	border: none;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper {
	border: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #f0f0f0;
	transition: background-color 1s;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper .wp-block-getwid-accordion__content {
	border: none;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper:not(.ui-accordion-content-active) {
	height: 24px;
	min-height: 24px;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper.ui-accordion-content-active {
	background-color: #726e5a;
	transition: background-color 1s;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper p {
	font-size: 23px;
	font-weight: 300;
	color: white;
	font-family: "redhattext", sans-serif;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper p a {
	color: #e8ff00;
	text-decoration: underline;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper ul li {
	list-style-type: none;
	flex-basis: 33.3333%;
	border-top: 1px solid white;
	font-size: 23px;
	font-weight: 300;
	color: white;
	padding-bottom: 32px;
	line-height: 33px;
	padding-top: 10px;
	font-family: "redhattext", sans-serif;
}

.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper ul li.wide-col {
	flex-basis: 66.666%;
}

@media (max-width:781px) {
	.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper ul {
		padding-left: 0;
	}
	
	.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper ul li {
		flex-basis: 50%;
	}
	
	.new-home .accordion-wrapper .wp-block-getwid-accordion__content-wrapper ul li.wide-col {
		flex-basis: 50%;
	}
}

.new-home .reach-out .wp-block-getwid-section__background-video {
	object-fit: none;
}

@media (max-width:781px) {
	.new-home .reach-out .wp-block-getwid-section__background-video {
		object-fit: cover;
	}
}

.new-home .applynow-section p {
	font-size: 33px;
	color: #fff;
	line-height: 42px;
	font-family: "redhatmono", sans-serif;
}

.new-home .applynow-section .applynow {
	max-width: 297px;
	margin: auto;
}

.new-home .splide .splide__track {
	margin-bottom: 70px;
}

.new-home .splide .splide__list .splide__slide {
	background-color: #f0f0f0;
	border-radius: 20px;
}

.new-home .splide .my-carousel-progress {
	background: #dedede;
	margin-right: 20px;
}

.new-home .splide .my-carousel-progress-bar {
	background: #000;
	height: 3px;
	transition: width 400ms ease;
	width: 0;
}

.new-home .splide .splide__arrows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
	padding-right: 50px;
}

@media (max-width:781px) {
	.new-home .splide .splide__arrows {
		padding-right: 10px;
	}
}

.new-home .splide .splide__arrows span {
	margin-left: 33px;
	font-size: 23px;
	font-family: "redhatmono";
}

.new-home .splide .splide__arrows span a {
	color: black;
	text-decoration: underline;
}

@media (max-width:781px) {
	.new-home .splide .splide__arrows span {
		font-size: 15px;
		line-height: 22px;
		max-width: 60%;
	}
}

.new-home .splide .splide__arrow {
	background-color: transparent;
	padding: 0;
	max-width: 32px;
}

.new-home .splide .splide__arrow.splide__arrow--next {
	margin-left: 30px;
}

@media (max-width:781px) {
	.new-home .splide .splide__arrow.splide__arrow--next {
		margin-left: 10px;
	}
}

.new-home .splide .splide__arrow.splide__arrow--next img {
	transform: rotateY(180deg);
}

.new-home .youmust-slider .splide__slide {
	padding: 78px 50px 54px;
}

@media (max-width:781px) {
	.new-home .youmust-slider .splide__slide {
		padding: 60px 24px;
	}
}

.new-home .youmust-slider .splide__slide .communicate svg {
	max-width: 87%;
}

.new-home .youmust-slider .splide__slide .lottie-quote {
	margin-bottom: 46px;
	max-width: 600px;
}

.new-home .youmust-slider .splide__slide h2 {
	font-family: "manukacondensedbold", sans-serif;
	font-size: 178px;
	line-height: 154px;
	color: #000;
	margin-bottom: 57px;
}

@media (max-width:899px) {
	.new-home .youmust-slider .splide__slide h2 {
		font-size: 128px;
		line-height: 118px;
	}
}

@media (max-width:781px) {
	.new-home .youmust-slider .splide__slide h2 {
		font-size: 68px;
		line-height: 58px;
	}
}

.new-home .youmust-slider .splide__slide p {
	max-width: 834px;
}

@media (max-width:899px) {
	.new-home .youmust-slider .splide__slide p {
		font-size: 20px;
		line-height: 29px;
	}
}

@media (max-width:781px) {
	.new-home .youmust-slider .splide__slide p.copy {
		display: none;
	}
}

@media (max-width:781px) {
	.new-home .youmust-slider .splide__slide {
		display: flex;
		align-items: center;
	}
	
	.new-home .youmust-slider .splide__slide h2 {
		margin-bottom: 0;
	}
}

.new-home .casestudies-slider.splide__list .splide__slide {
	height: 632px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.new-home .casestudies-slider.splide__list .splide__slide .slider-vid {
	max-width: 695px;
	border-radius: 10px;
	display: block;
	object-fit: cover;
}

.new-home .casestudies-slider.splide__list .splide__slide .slide-copy {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20% 52px 8%;
	pointer-events: none;
	color: #fff;
}

.new-home .casestudies-slider.splide__list .splide__slide .slide-copy h3 {
	font-family: "redhatmono", sans-serif;
	font-size: 23px;
	font-weight: 300;
}

@media (max-width:781px) {
	.new-home .casestudies-slider.splide__list .splide__slide .slide-copy h3 {
		font-size: 14px;
		line-height: 20px;
	}
}

.new-home .casestudies-slider.splide__list .splide__slide .slide-copy h2 {
	font-family: "manukacondensedbold", sans-serif;
	font-size: 68px;
	line-height: 64px;
}

@media (max-width:781px) {
	.new-home .casestudies-slider.splide__list .splide__slide .slide-copy h2 {
		font-size: 41px;
		line-height: 39px;
	}
}

.new-home #slider2 .carousel-nav-container {
	display: flex;
	align-items: center;
}

.new-home #slider2 .carousel-nav-container .my-carousel-progress {
	flex-basis: 80%;
}

.new-home .memorablework {
	cursor: pointer;
}

.new-home .whyboring {
	position: absolute;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.new-home .logo-slider .splide__slide {
	min-height: 236px;
	min-width: 348px;
	width: 348px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new-home .logo-slider .splide__slide img {
	transform: scale(.55);
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (max-width:599px) {
	.new-home .title-area {
		margin-left: 20px;
	}
	
	.new-home .genesis-nav-menu {
		margin-right: 20px;
	}
	
	.new-home .splide .splide__arrows span {
		font-size: 15px;
		line-height: 22px;
		margin-left: 10px;
	}
	
	.new-home .applynow-section .wp-block-getwid-section__inner-content {
		display: flex;
		flex-direction: column;
	}
	
	.new-home .applynow-section .wp-block-getwid-section__inner-content p {
		font-size: 25px;
		line-height: 32px;
	}
	
	.new-home .applynow-section .wp-block-getwid-section__inner-content :first-child {
		order: 1;
	}
	
	.new-home .applynow-section .wp-block-getwid-section__inner-content :nth-child(2) {
		order: 3;
	}
	
	.new-home .applynow-section .wp-block-getwid-section__inner-content :nth-child(3) {
		order: 2;
		margin-bottom: 20px;
	}
}
