
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style: none;
}

button, input, select {
	margin: 0;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

img, video {
	height: auto;
	max-width: 100%;
}

iframe {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

.alignnone {
	margin: .3125rem 1.25rem 1.25rem 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: .3125rem auto .3125rem auto;
}

.alignright {
	float: right;
	margin: .3125rem 0 1.25rem 1.25rem;
}

.alignleft {
	float: left;
	margin: .3125rem 1.25rem 1.25rem 0;
}

a img.alignright {
	float: right;
	margin: .3125rem 0 1.25rem 1.25rem;
}

a img.alignnone {
	margin: .3125rem 1.25rem 1.25rem 0;
}

a img.alignleft {
	float: left;
	margin: .3125rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: .3125rem .1875rem .625rem;
	text-align: center;
}

.wp-caption.alignnone {
	margin: .3125rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
	margin: .3125rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
	margin: .3125rem 0 1.25rem 1.25rem;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: .75rem;
	line-height: 1.55;
	margin: 0;
	padding: 0 .25rem .3125rem;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: .9375rem 1.4375rem .875rem;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

:root {
	--swiper-theme-color: #007aff;
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: rgba(0, 0, 0, 0);
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

:root {
	interpolate-size: allow-keywords;
	--utlity-nav-height: 2.0625rem;
	--nav-height: 2.8125rem;
}

@media (min-width: 64.0625rem) {
	:root {
		--nav-height: 4.375rem;
	}
}

.responsive-embed {
	position: relative;
	padding-bottom: 56.25%;
}

.responsive-embed iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.sr-only {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

body {
	font-family: "Poppins", serif;
	color: #042838;
}

.bg-navy {
	background-color: #042838;
}

.bg-navy-tint-1 {
	background-color: #376575;
}

.bg-navy-tint-2 {
	background-color: #bdd3d7;
}

.bg-blue {
	background-color: #1e9db8;
}

.bg-blue-tint-1 {
	background-color: #94cfd9;
}

.bg-blue-tint-2 {
	background-color: #dcecee;
}

.bg-white {
	background-color: #fff;
}

.bg-white-tint-1 {
	background-color: #c9c9c9;
}

.bg-white-tint-2 {
	background-color: #ededed;
}

.bg-green {
	background-color: #cdff4e;
}

.bg-green-tint-1 {
	background-color: #e6f7a1;
}

.bg-green-tint-2 {
	background-color: #f3f8d6;
}

.bg-purple {
	background-color: #a795c7;
}

.bg-purple-tint-1 {
	background-color: #a496c3;
}

.bg-purple-tint-2 {
	background-color: #dfdbed;
}

.bg-gradient-purple {
	background: linear-gradient(98deg, rgba(183, 150, 255, .2) 0%, #a795c7 84.13%), #042838;
}

.bg-gradient-green {
	background: linear-gradient(98deg, #cdff4e 0%, #94cfd9 84.13%), #89aa34;
}

.bg-gradient-blue {
	background: linear-gradient(98deg, rgba(119, 203, 220, .9) 50%, rgba(205, 255, 78, .6) 100%), #8ed4e2;
}

.bg-gradient-navy {
	background: linear-gradient(98deg, #042838 15.87%, rgba(119, 203, 220, .3) 100%), #042838;
}

.bg-gradient-light-blue {
	background: linear-gradient(98deg, rgba(119, 203, 220, .5) 0%, #a496c3 100%), #a496c3;
}

.rounded-0 {
	border-radius: 0;
}

.rounded {
	border-radius: 1.25rem;
}

.rounded-sm {
	border-radius: .75rem;
}

.rounded-md {
	border-radius: 1.5625rem;
}

.rounded-circle {
	border-radius: 50%;
}

.border {
	border: .0625rem solid currentColor;
}

.border-2 {
	border: .125rem solid currentColor;
}

.border-none {
	border: none;
}

.border-top {
	border-top: .0625rem solid currentColor;
}

.border-right {
	border-top: .0625rem solid currentColor;
}

.border-bottom {
	border-bottom: .0625rem solid currentColor;
}

.border-left {
	border-bottom: .0625rem solid currentColor;
}

.border-navy {
	border-color: #042838;
}

.border-blue {
	border-color: #1e9db8;
}

.border-white {
	border-color: #fff;
}

.border-green {
	border-color: #cdff4e;
}

.border-purple {
	border-color: #a795c7;
}

.container {
	margin-inline: auto;
	width: min(70rem, 100% - 1.25rem * 2);
}

.container-sm {
	margin-inline: auto;
	width: min(70rem, 100% - 1.25rem * 2);
}

.container-medium {
	margin-inline: auto;
	width: min(48rem, 100% - 1.25rem * 2);
}

.container-small {
	margin-inline: auto;
	width: min(40rem, 100% - 1.25rem * 2);
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-grid {
	display: grid !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 40.0625rem) {
	.d-mini-none {
		display: none !important;
	}
	
	.d-mini-block {
		display: block !important;
	}
	
	.d-mini-inline {
		display: inline !important;
	}
	
	.d-mini-inline-block {
		display: inline-block !important;
	}
	
	.d-mini-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-mini-grid {
		display: grid !important;
	}
	
	.d-mini-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 48.0625rem) {
	.d-small-none {
		display: none !important;
	}
	
	.d-small-block {
		display: block !important;
	}
	
	.d-small-inline {
		display: inline !important;
	}
	
	.d-small-inline-block {
		display: inline-block !important;
	}
	
	.d-small-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-small-grid {
		display: grid !important;
	}
	
	.d-small-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 64.0625rem) {
	.d-smedium-none {
		display: none !important;
	}
	
	.d-smedium-block {
		display: block !important;
	}
	
	.d-smedium-inline {
		display: inline !important;
	}
	
	.d-smedium-inline-block {
		display: inline-block !important;
	}
	
	.d-smedium-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-smedium-grid {
		display: grid !important;
	}
	
	.d-smedium-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 80.0625rem) {
	.d-medium-none {
		display: none !important;
	}
	
	.d-medium-block {
		display: block !important;
	}
	
	.d-medium-inline {
		display: inline !important;
	}
	
	.d-medium-inline-block {
		display: inline-block !important;
	}
	
	.d-medium-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-medium-grid {
		display: grid !important;
	}
	
	.d-medium-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 90.0625rem) {
	.d-large-none {
		display: none !important;
	}
	
	.d-large-block {
		display: block !important;
	}
	
	.d-large-inline {
		display: inline !important;
	}
	
	.d-large-inline-block {
		display: inline-block !important;
	}
	
	.d-large-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-large-grid {
		display: grid !important;
	}
	
	.d-large-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 100.0625rem) {
	.d-xlarge-none {
		display: none !important;
	}
	
	.d-xlarge-block {
		display: block !important;
	}
	
	.d-xlarge-inline {
		display: inline !important;
	}
	
	.d-xlarge-inline-block {
		display: inline-block !important;
	}
	
	.d-xlarge-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xlarge-grid {
		display: grid !important;
	}
	
	.d-xlarge-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.icon-bg-after-arrow-right::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMSA2LjAwMDI4QzAuNDQ3NzE1IDYuMDAwMjggOC4yNzA4NWUtMDggNi40NDggNy42MTIyNWUtMDggNy4wMDAyOEM2Ljk1MzY2ZS0wOCA3LjU1MjU3IDAuNDQ3NzE1IDguMDAwMjggMSA4LjAwMDI4TDEwLjU4NTEgOC4wMDAyOEw2LjkwNzQ4IDExLjY3NjZDNi41MTY4OSAxMi4wNjcgNi41MTY3NyAxMi43MDAyIDYuOTA3MjMgMTMuMDkwOEM3LjI5NzY5IDEzLjQ4MTQgNy45MzA4NSAxMy40ODE1IDguMzIxNDQgMTMuMDkxTDEzLjY5NzMgNy43MTcwOUMxMy44ODQgNy41MzU0MiAxNCA3LjI4MTQgMTQgNy4wMDAyOEMxNCA2LjcxOTE3IDEzLjg4NCA2LjQ2NTE1IDEzLjY5NzMgNi4yODM0OEw4LjMyMTQ0IDAuOTA5NTQ5QzcuOTMwODUgMC41MTkwOTQgNy4yOTc2OCAwLjUxOTIwNiA2LjkwNzIzIDAuOTA5OEM2LjUxNjc3IDEuMzAwMzkgNi41MTY4OSAxLjkzMzU2IDYuOTA3NDggMi4zMjQwMUwxMC41ODUxIDYuMDAwMjhMMSA2LjAwMDI4WiIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==");
}

.icon-mask-after-arrow-right::after {
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMSA2LjAwMDI4QzAuNDQ3NzE1IDYuMDAwMjggOC4yNzA4NWUtMDggNi40NDggNy42MTIyNWUtMDggNy4wMDAyOEM2Ljk1MzY2ZS0wOCA3LjU1MjU3IDAuNDQ3NzE1IDguMDAwMjggMSA4LjAwMDI4TDEwLjU4NTEgOC4wMDAyOEw2LjkwNzQ4IDExLjY3NjZDNi41MTY4OSAxMi4wNjcgNi41MTY3NyAxMi43MDAyIDYuOTA3MjMgMTMuMDkwOEM3LjI5NzY5IDEzLjQ4MTQgNy45MzA4NSAxMy40ODE1IDguMzIxNDQgMTMuMDkxTDEzLjY5NzMgNy43MTcwOUMxMy44ODQgNy41MzU0MiAxNCA3LjI4MTQgMTQgNy4wMDAyOEMxNCA2LjcxOTE3IDEzLjg4NCA2LjQ2NTE1IDEzLjY5NzMgNi4yODM0OEw4LjMyMTQ0IDAuOTA5NTQ5QzcuOTMwODUgMC41MTkwOTQgNy4yOTc2OCAwLjUxOTIwNiA2LjkwNzIzIDAuOTA5OEM2LjUxNjc3IDEuMzAwMzkgNi41MTY4OSAxLjkzMzU2IDYuOTA3NDggMi4zMjQwMUwxMC41ODUxIDYuMDAwMjhMMSA2LjAwMDI4WiIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMSA2LjAwMDI4QzAuNDQ3NzE1IDYuMDAwMjggOC4yNzA4NWUtMDggNi40NDggNy42MTIyNWUtMDggNy4wMDAyOEM2Ljk1MzY2ZS0wOCA3LjU1MjU3IDAuNDQ3NzE1IDguMDAwMjggMSA4LjAwMDI4TDEwLjU4NTEgOC4wMDAyOEw2LjkwNzQ4IDExLjY3NjZDNi41MTY4OSAxMi4wNjcgNi41MTY3NyAxMi43MDAyIDYuOTA3MjMgMTMuMDkwOEM3LjI5NzY5IDEzLjQ4MTQgNy45MzA4NSAxMy40ODE1IDguMzIxNDQgMTMuMDkxTDEzLjY5NzMgNy43MTcwOUMxMy44ODQgNy41MzU0MiAxNCA3LjI4MTQgMTQgNy4wMDAyOEMxNCA2LjcxOTE3IDEzLjg4NCA2LjQ2NTE1IDEzLjY5NzMgNi4yODM0OEw4LjMyMTQ0IDAuOTA5NTQ5QzcuOTMwODUgMC41MTkwOTQgNy4yOTc2OCAwLjUxOTIwNiA2LjkwNzIzIDAuOTA5OEM2LjUxNjc3IDEuMzAwMzkgNi41MTY4OSAxLjkzMzU2IDYuOTA3NDggMi4zMjQwMUwxMC41ODUxIDYuMDAwMjhMMSA2LjAwMDI4WiIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==");
}

.icon-mask-after-chevron-down::after {
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik04LjQyNTk4IDEwLjIyNTZMMC4zMTc4NzEgMi4xMTc0OEwyLjIwOTc2IDAuMjI1NTg2TDguNDI1OTggNi40NDE4TDE0LjY0MjIgMC4yMjU1ODZMMTYuNTM0MSAyLjExNzQ4TDguNDI1OTggMTAuMjI1NloiIGZpbGw9IiNCNzk2RkYiLz4NCjwvc3ZnPg0K");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik04LjQyNTk4IDEwLjIyNTZMMC4zMTc4NzEgMi4xMTc0OEwyLjIwOTc2IDAuMjI1NTg2TDguNDI1OTggNi40NDE4TDE0LjY0MjIgMC4yMjU1ODZMMTYuNTM0MSAyLjExNzQ4TDguNDI1OTggMTAuMjI1NloiIGZpbGw9IiNCNzk2RkYiLz4NCjwvc3ZnPg0K");
}

.m-0 {
	margin: 0;
}

.mt-0 {
	margin-top: 0;
}

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

.ml-0 {
	margin-left: 0;
}

.mr-0 {
	margin-right: 0;
}

.mx-0 {
	margin-left: 0;
	margin-right: 0;
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.m-1 {
	margin: .3125rem;
}

.mt-1 {
	margin-top: .3125rem;
}

.mb-1 {
	margin-bottom: .3125rem;
}

.ml-1 {
	margin-left: .3125rem;
}

.mr-1 {
	margin-right: .3125rem;
}

.mx-1 {
	margin-left: .3125rem;
	margin-right: .3125rem;
}

.my-1 {
	margin-top: .3125rem;
	margin-bottom: .3125rem;
}

.m-2 {
	margin: .625rem;
}

.mt-2 {
	margin-top: .625rem;
}

.mb-2 {
	margin-bottom: .625rem;
}

.ml-2 {
	margin-left: .625rem;
}

.mr-2 {
	margin-right: .625rem;
}

.mx-2 {
	margin-left: .625rem;
	margin-right: .625rem;
}

.my-2 {
	margin-top: .625rem;
	margin-bottom: .625rem;
}

.m-3 {
	margin: 1.25rem;
}

.mt-3 {
	margin-top: 1.25rem;
}

.mb-3 {
	margin-bottom: 1.25rem;
}

.ml-3 {
	margin-left: 1.25rem;
}

.mr-3 {
	margin-right: 1.25rem;
}

.mx-3 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.my-3 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.m-4 {
	margin: 1.875rem;
}

.mt-4 {
	margin-top: 1.875rem;
}

.mb-4 {
	margin-bottom: 1.875rem;
}

.ml-4 {
	margin-left: 1.875rem;
}

.mr-4 {
	margin-right: 1.875rem;
}

.mx-4 {
	margin-left: 1.875rem;
	margin-right: 1.875rem;
}

.my-4 {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}

.m-5 {
	margin: 2.5rem;
}

.mt-5 {
	margin-top: 2.5rem;
}

.mb-5 {
	margin-bottom: 2.5rem;
}

.ml-5 {
	margin-left: 2.5rem;
}

.mr-5 {
	margin-right: 2.5rem;
}

.mx-5 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.my-5 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.m-6 {
	margin: 3.125rem;
}

.mt-6 {
	margin-top: 3.125rem;
}

.mb-6 {
	margin-bottom: 3.125rem;
}

.ml-6 {
	margin-left: 3.125rem;
}

.mr-6 {
	margin-right: 3.125rem;
}

.mx-6 {
	margin-left: 3.125rem;
	margin-right: 3.125rem;
}

.my-6 {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}

.m-7 {
	margin: 5rem;
}

.mt-7 {
	margin-top: 5rem;
}

.mb-7 {
	margin-bottom: 5rem;
}

.ml-7 {
	margin-left: 5rem;
}

.mr-7 {
	margin-right: 5rem;
}

.mx-7 {
	margin-left: 5rem;
	margin-right: 5rem;
}

.my-7 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.m-8 {
	margin: 6.25rem;
}

.mt-8 {
	margin-top: 6.25rem;
}

.mb-8 {
	margin-bottom: 6.25rem;
}

.ml-8 {
	margin-left: 6.25rem;
}

.mr-8 {
	margin-right: 6.25rem;
}

.mx-8 {
	margin-left: 6.25rem;
	margin-right: 6.25rem;
}

.my-8 {
	margin-top: 6.25rem;
	margin-bottom: 6.25rem;
}

.m-auto {
	margin: auto;
}

.mt-auto {
	margin-top: auto;
}

.mb-auto {
	margin-bottom: auto;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.top-0 {
	top: 0;
}

.top-50 {
	top: 50%;
}

.top-100 {
	top: 100%;
}

.left-0 {
	left: 0;
}

.left-50 {
	left: 50%;
}

.left-100 {
	left: 100%;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.p-1 {
	padding: .3125rem !important;
}

.pt-1 {
	padding-top: .3125rem !important;
}

.pb-1 {
	padding-bottom: .3125rem !important;
}

.pl-1 {
	padding-left: .3125rem !important;
}

.pr-1 {
	padding-right: .3125rem !important;
}

.px-1 {
	padding-left: .3125rem !important;
	padding-right: .3125rem !important;
}

.py-1 {
	padding-top: .3125rem !important;
	padding-bottom: .3125rem !important;
}

.p-2 {
	padding: .625rem !important;
}

.pt-2 {
	padding-top: .625rem !important;
}

.pb-2 {
	padding-bottom: .625rem !important;
}

.pl-2 {
	padding-left: .625rem !important;
}

.pr-2 {
	padding-right: .625rem !important;
}

.px-2 {
	padding-left: .625rem !important;
	padding-right: .625rem !important;
}

.py-2 {
	padding-top: .625rem !important;
	padding-bottom: .625rem !important;
}

.p-3 {
	padding: 1.25rem !important;
}

.pt-3 {
	padding-top: 1.25rem !important;
}

.pb-3 {
	padding-bottom: 1.25rem !important;
}

.pl-3 {
	padding-left: 1.25rem !important;
}

.pr-3 {
	padding-right: 1.25rem !important;
}

.px-3 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}

.py-3 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}

.p-4 {
	padding: 1.875rem !important;
}

.pt-4 {
	padding-top: 1.875rem !important;
}

.pb-4 {
	padding-bottom: 1.875rem !important;
}

.pl-4 {
	padding-left: 1.875rem !important;
}

.pr-4 {
	padding-right: 1.875rem !important;
}

.px-4 {
	padding-left: 1.875rem !important;
	padding-right: 1.875rem !important;
}

.py-4 {
	padding-top: 1.875rem !important;
	padding-bottom: 1.875rem !important;
}

.p-5 {
	padding: 2.5rem !important;
}

.pt-5 {
	padding-top: 2.5rem !important;
}

.pb-5 {
	padding-bottom: 2.5rem !important;
}

.pl-5 {
	padding-left: 2.5rem !important;
}

.pr-5 {
	padding-right: 2.5rem !important;
}

.px-5 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.py-5 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}

.p-6 {
	padding: 3.125rem !important;
}

.pt-6 {
	padding-top: 3.125rem !important;
}

.pb-6 {
	padding-bottom: 3.125rem !important;
}

.pl-6 {
	padding-left: 3.125rem !important;
}

.pr-6 {
	padding-right: 3.125rem !important;
}

.px-6 {
	padding-left: 3.125rem !important;
	padding-right: 3.125rem !important;
}

.py-6 {
	padding-top: 3.125rem !important;
	padding-bottom: 3.125rem !important;
}

.p-7 {
	padding: 5rem !important;
}

.pt-7 {
	padding-top: 5rem !important;
}

.pb-7 {
	padding-bottom: 5rem !important;
}

.pl-7 {
	padding-left: 5rem !important;
}

.pr-7 {
	padding-right: 5rem !important;
}

.px-7 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.py-7 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.p-8 {
	padding: 6.25rem !important;
}

.pt-8 {
	padding-top: 6.25rem !important;
}

.pb-8 {
	padding-bottom: 6.25rem !important;
}

.pl-8 {
	padding-left: 6.25rem !important;
}

.pr-8 {
	padding-right: 6.25rem !important;
}

.px-8 {
	padding-left: 6.25rem !important;
	padding-right: 6.25rem !important;
}

.py-8 {
	padding-top: 6.25rem !important;
	padding-bottom: 6.25rem !important;
}

.position-static {
	position: static;
}

.position-relative {
	position: relative;
}

@media (min-width: 80.0625rem) {
	.position-md-relative {
		position: relative;
	}
}

.position-absolute {
	position: absolute;
}

.position-fixed {
	position: fixed;
}

.position-sticky {
	position: sticky;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-nonbreaking {
	white-space: nowrap;
}

.text-strikethrough {
	text-decoration: line-through;
}

.fw-regular {
	font-weight: 400;
}

.fw-semibold {
	font-weight: 600;
}

.fw-bold {
	font-weight: 700;
}

.text-navy {
	color: #042838;
}

.text-navy--tint-1 {
	color: #376575;
}

.text-navy--tint-2 {
	color: #bdd3d7;
}

.text-blue {
	color: #1e9db8;
}

.text-blue--tint-1 {
	color: #94cfd9;
}

.text-blue--tint-2 {
	color: #dcecee;
}

.text-white {
	color: #fff;
}

.text-white--tint-1 {
	color: #c9c9c9;
}

.text-white--tint-2 {
	color: #ededed;
}

.text-green {
	color: #cdff4e;
}

.text-purple {
	color: #a795c7;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
}

.h1 {
	line-height: 1.12;
	font-size: 3rem;
}

@media (min-width: 48rem) {
	.h1 {
		font-size: calc(2.380952381vw + 1.8571428571rem);
	}
}

@media (min-width: 90rem) {
	.h1 {
		font-size: 4rem;
	}
}

.h2 {
	line-height: 1.16;
	font-size: 2rem;
}

@media (min-width: 48rem) {
	.h2 {
		font-size: calc(2.380952381vw + .8571428571rem);
	}
}

@media (min-width: 90rem) {
	.h2 {
		font-size: 3rem;
	}
}

.h3 {
	line-height: 1.16;
	font-size: 2rem;
}

@media (min-width: 48rem) {
	.h3 {
		font-size: calc(1.1904761905vw + 1.4285714286rem);
	}
}

@media (min-width: 90rem) {
	.h3 {
		font-size: 2.5rem;
	}
}

.h4 {
	line-height: 1.25;
	font-size: 1.5rem;
}

@media (min-width: 48rem) {
	.h4 {
		font-size: calc(1.1904761905vw + .9285714286rem);
	}
}

@media (min-width: 90rem) {
	.h4 {
		font-size: 2rem;
	}
}

.h5 {
	line-height: 1.33;
	font-size: 1.25rem;
}

@media (min-width: 48rem) {
	.h5 {
		font-size: calc(.5952380952vw + .9642857143rem);
	}
}

@media (min-width: 90rem) {
	.h5 {
		font-size: 1.5rem;
	}
}

.h6 {
	line-height: 1.5;
	font-size: 1rem;
}

.text-eyebrow {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.text-body-sm {
	font-size: .75rem;
	line-height: 1.7;
}

.text-body-md {
	font-size: .9375rem;
	line-height: 1.7;
}

.text-body {
	font-size: 1.125rem;
	line-height: 1.7;
}

.text-body-lg {
	font-size: 1.3125rem;
	line-height: 1.7;
}

.text-font-body {
	font-family: "Poppins", serif;
}

.w-0 {
	width: 0%;
}

.w-25 {
	width: 25%;
}

.w-33 {
	width: 33%;
}

.w-50 {
	width: 50%;
}

.w-67 {
	width: 67%;
}

.w-75 {
	width: 75%;
}

.w-100 {
	width: 100%;
}

.w-auto {
	width: auto;
}

@media (min-width: 48.0625rem) {
	.w-md-0 {
		width: 0%;
	}
	
	.w-md-25 {
		width: 25%;
	}
	
	.w-md-33 {
		width: 33%;
	}
	
	.w-md-50 {
		width: 50%;
	}
	
	.w-md-67 {
		width: 67%;
	}
	
	.w-md-75 {
		width: 75%;
	}
	
	.w-md-100 {
		width: 100%;
	}
	
	.w-md-auto {
		width: auto;
	}
}

.arrow-text-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.16;
	text-decoration: none;
	color: #042838;
}

.arrow-text-button::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	content: "";
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	margin-left: .5rem;
	background-color: #cdff4e;
	background-size: 12px 12px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.arrow-text-button:hover::after {
	-webkit-transform: translateX(.25rem);
	transform: translateX(.25rem);
}

.button-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: .25rem;
	-moz-column-gap: .25rem;
	column-gap: .25rem;
	row-gap: 1.25rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.button {
	--button-text-color: #042838;
	--button-background-color: #cdff4e;
	--button-border-color: #cdff4e;
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: var(--button-text-color);
	padding: .625rem 1.25rem;
	text-decoration: none;
	-webkit-transition: padding 200ms ease;
	transition: padding 200ms ease;
}

.button::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: calc(100% - 1.5rem);
	height: 100%;
	border-radius: 25px;
	background-color: var(--button-background-color);
	border: 3px solid var(--button-border-color);
	-webkit-transition: width 200ms ease;
	transition: width 200ms ease;
	-webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
}

.button::after {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: .625rem;
	width: .875rem;
	height: .875rem;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMSA2LjAwMDI4QzAuNDQ3NzE1IDYuMDAwMjggOC4yNzA4NWUtMDggNi40NDggNy42MTIyNWUtMDggNy4wMDAyOEM2Ljk1MzY2ZS0wOCA3LjU1MjU3IDAuNDQ3NzE1IDguMDAwMjggMSA4LjAwMDI4TDEwLjU4NTEgOC4wMDAyOEw2LjkwNzQ4IDExLjY3NjZDNi41MTY4OSAxMi4wNjcgNi41MTY3NyAxMi43MDAyIDYuOTA3MjMgMTMuMDkwOEM3LjI5NzY5IDEzLjQ4MTQgNy45MzA4NSAxMy40ODE1IDguMzIxNDQgMTMuMDkxTDEzLjY5NzMgNy43MTcwOUMxMy44ODQgNy41MzU0MiAxNCA3LjI4MTQgMTQgNy4wMDAyOEMxNCA2LjcxOTE3IDEzLjg4NCA2LjQ2NTE1IDEzLjY5NzMgNi4yODM0OEw4LjMyMTQ0IDAuOTA5NTQ5QzcuOTMwODUgMC41MTkwOTQgNy4yOTc2OCAwLjUxOTIwNiA2LjkwNzIzIDAuOTA5OEM2LjUxNjc3IDEuMzAwMzkgNi41MTY4OSAxLjkzMzU2IDYuOTA3NDggMi4zMjQwMUwxMC41ODUxIDYuMDAwMjhMMSA2LjAwMDI4WiIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMSA2LjAwMDI4QzAuNDQ3NzE1IDYuMDAwMjggOC4yNzA4NWUtMDggNi40NDggNy42MTIyNWUtMDggNy4wMDAyOEM2Ljk1MzY2ZS0wOCA3LjU1MjU3IDAuNDQ3NzE1IDguMDAwMjggMSA4LjAwMDI4TDEwLjU4NTEgOC4wMDAyOEw2LjkwNzQ4IDExLjY3NjZDNi41MTY4OSAxMi4wNjcgNi41MTY3NyAxMi43MDAyIDYuOTA3MjMgMTMuMDkwOEM3LjI5NzY5IDEzLjQ4MTQgNy45MzA4NSAxMy40ODE1IDguMzIxNDQgMTMuMDkxTDEzLjY5NzMgNy43MTcwOUMxMy44ODQgNy41MzU0MiAxNCA3LjI4MTQgMTQgNy4wMDAyOEMxNCA2LjcxOTE3IDEzLjg4NCA2LjQ2NTE1IDEzLjY5NzMgNi4yODM0OEw4LjMyMTQ0IDAuOTA5NTQ5QzcuOTMwODUgMC41MTkwOTQgNy4yOTc2OCAwLjUxOTIwNiA2LjkwNzIzIDAuOTA5OEM2LjUxNjc3IDEuMzAwMzkgNi41MTY4OSAxLjkzMzU2IDYuOTA3NDggMi4zMjQwMUwxMC41ODUxIDYuMDAwMjhMMSA2LjAwMDI4WiIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==");
	background-color: var(--button-text-color);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-transition: opacity 100ms ease;
	transition: opacity 100ms ease;
	opacity: 0;
}

.button:hover::after {
	opacity: 1;
}

.button:hover::before {
	width: 100%;
}

.button--secondary {
	--button-background-color: transparent;
	--button-border-color: #1e9db8;
}

.button--secondary::before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button--text-white-glacier {
	--button-text-color: #fff;
}

.button--text-navy-orbit {
	--button-text-color: #042838;
}

.button--border-white-glacier {
	--button-border-color: #fff;
}

.button--border-nerdio-blue {
	--button-border-color: #1e9db8;
}

.button--border-navy-orbit {
	--button-border-color: #042838;
}

.button--primary-nerdio-blue {
	--button-background-color: #1e9db8;
	--button-border-color: #1e9db8;
	--button-text-color: #fff;
}

.button--primary-navy-orbit {
	--button-background-color: #042838;
	--button-border-color: #042838;
	--button-text-color: #fff;
}

.centered-button {
	--button-text-color: #042838;
	--button-background-color: #cdff4e;
	--button-border-color: #cdff4e;
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--button-text-color);
	border: 3px solid var(--button-border-color);
	background-color: var(--button-background-color);
	padding: .5rem 1.25rem;
	border-radius: 25px;
	-webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	cursor: pointer;
	-webkit-transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
	transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.centered-button:hover {
	--button-background-color: #cdff4e;
	--button-border-color: #cdff4e;
}

.centered-button--secondary {
	--button-background-color: transparent;
	--button-border-color: #1e9db8;
}

.centered-button--secondary:hover {
	--button-background-color: #1e9db8;
	--button-border-color: #1e9db8;
	--button-text-color: #fff;
}

.centered-button.centered-button--secondary-dark {
	color: #fff;
}

.highlight {
	color: #1e9db8;
}

.pill {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .3125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #dfdbed;
	border-radius: 70px;
	padding: .3125rem .625rem;
	border: 1px solid #a496c3;
	font-weight: 700;
	color: #042838;
	font-size: .75rem;
	line-height: 1.16;
}

.pill--teal {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #1e9db8;
	color: #1e9db8;
	font-weight: 600;
}

.rich-text::after {
	content: "";
	clear: both;
	display: table;
}

.rich-text {
	font-family: "Poppins", serif;
	line-height: 1.7;
	--text-color: #042838;
}

.rich-text--dark {
	--text-color: #fff;
}

.rich-text {
	color: var(--text-color);
}

.rich-text :first-child {
	margin-top: 0;
}

.rich-text :last-child {
	margin-bottom: 0;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6, .rich-text pre {
	margin-bottom: 1.5rem;
}

.rich-text blockquote, .rich-text ul, .rich-text ol, .rich-text hr, .rich-text p {
	margin-bottom: 1rem;
}

.rich-text h1 {
	font-weight: 700;
	font-size: 4rem;
	line-height: 4.5rem;
	letter-spacing: 0;
}

@media (max-width: 80rem) {
	.rich-text h1 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

.rich-text h2 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0;
}

@media (max-width: 80rem) {
	.rich-text h2 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

.rich-text h3 {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: 0;
}

.rich-text h4 {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.9375rem;
	letter-spacing: 0;
}

.rich-text h5 {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.6875rem;
	letter-spacing: 0;
}

.rich-text h6 {
	font-weight: 700;
	font-size: .75rem;
	line-height: 1.25rem;
	letter-spacing: 0;
}

.rich-text h1:not(:first-child), .rich-text h2:not(:first-child), .rich-text h3:not(:first-child), .rich-text h4:not(:first-child), .rich-text h5:not(:first-child), .rich-text h6:not(:first-child), .rich-text pre:not(:first-child) {
	margin-top: 2.25rem;
}

.rich-text p {
	font-family: "Poppins", serif;
	line-height: 1.7;
	font-size: 1.125rem;
}

.rich-text ul {
	list-style-type: none;
}

.rich-text ul li {
	padding-left: 1.5rem;
	position: relative;
}

.rich-text ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .6em;
	width: .5rem;
	height: .5rem;
	background-color: #1e9db8;
	border-radius: 50%;
	margin-right: .625rem;
}

.rich-text ul li li::before {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #1e9db8;
}

.rich-text ul li.li--checkmark::before {
	position: absolute;
	top: .25rem;
	left: .0625rem;
	width: 1.1875rem;
	height: 1.1875rem;
	background-color: #a795c7;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02LjM5OTk1IDE0LjAyNUwwLjY5OTk1MSA4LjMyNUwyLjEyNDk1IDYuOUw2LjM5OTk1IDExLjE3NUwxNS41NzUgMkwxNyAzLjQyNUw2LjM5OTk1IDE0LjAyNVoiIGZpbGw9IiMwNjJFM0IiLz4NCjwvc3ZnPg0K");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02LjM5OTk1IDE0LjAyNUwwLjY5OTk1MSA4LjMyNUwyLjEyNDk1IDYuOUw2LjM5OTk1IDExLjE3NUwxNS41NzUgMkwxNyAzLjQyNUw2LjM5OTk1IDE0LjAyNVoiIGZpbGw9IiMwNjJFM0IiLz4NCjwvc3ZnPg0K");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.rich-text ul li.li--checkmark-circled::before {
	position: absolute;
	top: .25rem;
	width: 1.1875rem;
	height: 1.1875rem;
	background-color: #1e9db8;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjEzLjUiIGN5PSIxMy41IiByPSIxMi41IiBzdHJva2U9IiMxQzlEQjkiLz4NCjxwYXRoIGQ9Ik04LjkyNjc2IDEzLjE5NTNMMTEuOTc1NSAxNi4yNDRMMTguMDczMSAxMC4xNDY1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNSIvPg0KPC9zdmc+DQo=");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjEzLjUiIGN5PSIxMy41IiByPSIxMi41IiBzdHJva2U9IiMxQzlEQjkiLz4NCjxwYXRoIGQ9Ik04LjkyNjc2IDEzLjE5NTNMMTEuOTc1NSAxNi4yNDRMMTguMDczMSAxMC4xNDY1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNSIvPg0KPC9zdmc+DQo=");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.rich-text ul ul {
	margin-top: .625rem;
}

.rich-text li+li {
	margin-top: .5rem;
}

.rich-text ol {
	list-style-type: none;
}

.rich-text ol>li {
	position: relative;
	padding-left: 1.625rem;
	counter-increment: list-item;
}

.rich-text ol>li::before {
	content: counter(list-item) ".";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--text-color);
	font-weight: 700;
}

.rich-text a:not(.button) {
	color: inherit;
	font-weight: 400;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #1e9db8), color-stop(.15em, #dcecee));
	background-image: linear-gradient(0deg, #1e9db8 .15em, #dcecee .15em);
	background-size: 100% .15em;
	background-position: bottom 0 center;
	background-repeat: no-repeat;
	-webkit-transition: background-size 200ms ease;
	transition: background-size 200ms ease;
	cursor: pointer;
}

.text--bg--nerdio-blue .rich-text a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #fff), color-stop(.15em, #042838));
	background-image: linear-gradient(0deg, #fff .15em, #042838 .15em);
}

.text--bg--nerdio-blue--tint-2 .rich-text a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #1e9db8), color-stop(.15em, #1e9db8));
	background-image: linear-gradient(0deg, #1e9db8 .15em, #1e9db8 .15em);
}

.rich-text a:not(.button):hover {
	background-size: 100% 100%;
}

.rich-text--dark a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #1e9db8), color-stop(.15em, #1e9db8));
	background-image: linear-gradient(0deg, #1e9db8 .15em, #1e9db8 .15em);
}

.elementor .rich-text img {
	border-radius: 20px;
}

.rich-text .wp-caption {
	font-family: "Poppins", serif;
	font-weight: 700;
	line-height: 1.5;
	font-size: 1rem;
	text-align: left;
	border: none;
	background-color: rgba(0, 0, 0, 0);
}

.rich-text .wp-caption img {
	display: block;
}

.rich-text .wp-caption .wp-caption-text {
	margin-top: .5rem;
	margin-top: 1rem;
	padding: 0;
}

.rich-text iframe[src*=vimeo], .rich-text iframe[src*=wistia], .rich-text iframe[src*=youtube] {
	margin-top: 1.5rem;
	width: 100%;
	aspect-ratio: 16/9;
}

.rich-text table {
	width: 100%;
	border-radius: .625rem;
	border: 1px solid #bdd3d7;
	border-bottom: none;
	border-collapse: separate;
	overflow: hidden;
	text-align: left;
	min-width: 500px;
}

.rich-text table thead {
	background-color: #042838;
	color: #fff;
	border-top-left-radius: .625rem;
	border-top-right-radius: .625rem;
	font-size: 1.0625rem;
}

.rich-text table tbody {
	background-color: #fff;
}

.rich-text table th, .rich-text table td {
	padding: 1.25rem;
}

.rich-text table th[scope=row] {
	background-color: #dcecee;
}

.rich-text table th[scope=row], .rich-text table td {
	border-bottom: 1px solid #bdd3d7;
}

@media (max-width: 80rem) {
	.rich-text__table-scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding: 10px 0;
	}
}

.text .rich-text {
	color: inherit;
}

.spacing--top-small {
	padding-top: 1.25rem;
}

@media (min-width: 48rem) {
	.spacing--top-small {
		padding-top: calc(2.9761904762vw - .1785714286rem);
	}
}

@media (min-width: 90rem) {
	.spacing--top-small {
		padding-top: 2.5rem;
	}
}

.spacing--bottom-small {
	padding-bottom: 1.25rem;
}

@media (min-width: 48rem) {
	.spacing--bottom-small {
		padding-bottom: calc(2.9761904762vw - .1785714286rem);
	}
}

@media (min-width: 90rem) {
	.spacing--bottom-small {
		padding-bottom: 2.5rem;
	}
}

.spacing--top-medium {
	padding-top: 2.5rem;
}

@media (min-width: 48rem) {
	.spacing--top-medium {
		padding-top: calc(5.9523809524vw - .3571428571rem);
	}
}

@media (min-width: 90rem) {
	.spacing--top-medium {
		padding-top: 5rem;
	}
}

.spacing--bottom-medium {
	padding-bottom: 2.5rem;
}

@media (min-width: 48rem) {
	.spacing--bottom-medium {
		padding-bottom: calc(5.9523809524vw - .3571428571rem);
	}
}

@media (min-width: 90rem) {
	.spacing--bottom-medium {
		padding-bottom: 5rem;
	}
}

.spacing--top-large {
	padding-top: 5rem;
}

@media (min-width: 48rem) {
	.spacing--top-large {
		padding-top: calc(11.9047619048vw - .7142857143rem);
	}
}

@media (min-width: 90rem) {
	.spacing--top-large {
		padding-top: 10rem;
	}
}

.spacing--bottom-large {
	padding-bottom: 5rem;
}

@media (min-width: 48rem) {
	.spacing--bottom-large {
		padding-bottom: calc(11.9047619048vw - .7142857143rem);
	}
}

@media (min-width: 90rem) {
	.spacing--bottom-large {
		padding-bottom: 10rem;
	}
}

.switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-radius: 32px;
	border: 2px solid #1e9db8;
	background-color: rgba(0, 0, 0, 0);
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.switcher__option {
	position: relative;
	padding: .625rem 1.25rem;
	border-radius: 25px;
	font-weight: 400;
	border: none;
}

.switcher__option--checked {
	background-color: #fff;
	color: #042838;
	-webkit-box-shadow: 0 0 0 2px #1e9db8;
	box-shadow: 0 0 0 2px #1e9db8;
	font-weight: 700;
}

.switcher__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.switcher__label {
	white-space: nowrap;
	font-size: 1rem;
}

.text-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .625rem;
	position: relative;
	text-decoration: none;
	text-underline-offset: .3125rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	color: #042838;
	background-image: linear-gradient(0deg, #a496c3 2px, #dfdbed 2px);
	background-size: 100% 2px;
	background-position: bottom 0 center;
	background-repeat: no-repeat;
	-webkit-transition: background-size 200ms ease;
	transition: background-size 200ms ease;
}

.text-button::after {
	content: "";
	width: .875rem;
	height: .875rem;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: currentColor;
	display: none;
}

.text-button--text-white {
	color: #fff;
}

.text-button:hover::after {
	display: inline-block;
}

.wistia-video-player {
	position: relative;
	z-index: 1;
	aspect-ratio: 16/9;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.wistia-video-player--modal {
	border-radius: 10px;
}

.wistia-video-player__wistia-embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wistia-video-player__thumbnail-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.is-playing .wistia-video-player__thumbnail-overlay {
	opacity: 0;
	pointer-events: none;
}

.wistia-video-player .wistia-video-player__thumbnail {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.wistia-video-player__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 3.75rem;
	height: 3.75rem;
	border: none;
	border-radius: 50%;
	z-index: 3;
	background-color: #94cfd9;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
	cursor: pointer;
}

.wistia-video-player__play-button::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-35%, -50%);
	transform: translate(-35%, -50%);
	width: 1.5625rem;
	height: 1.5625rem;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOSAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yOC4yNSAxNi41TDAuMTI0OTk4IDMyLjczOEwwLjEyNSAwLjI2MjAyM0wyOC4yNSAxNi41WiIgZmlsbD0iIzA2MkUzQiIvPg0KPC9zdmc+DQo=");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOSAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yOC4yNSAxNi41TDAuMTI0OTk4IDMyLjczOEwwLjEyNSAwLjI2MjAyM0wyOC4yNSAxNi41WiIgZmlsbD0iIzA2MkUzQiIvPg0KPC9zdmc+DQo=");
	background-color: #042838;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.wistia-video-player__play-button:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.author__grid {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.author__grid {
		gap: 6.25rem;
	}
}

@media (min-width: 48.0625rem) {
	.author__text {
		margin-top: 2.5rem;
	}
}

.author__container {
	max-width: 50rem;
}

.author__text-content {
	margin-block: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.author__image-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 12.5rem;
	flex: 0 1 12.5rem;
	text-align: center;
}

@media (max-width: 48rem) {
	.author__image-content {
		margin-bottom: 1.25rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 20%;
		flex: 0 1 20%;
	}
}

.author__socials {
	gap: .625rem;
}

.author__socials a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #bdd3d7;
	width: 1.875rem;
	height: 1.875rem;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.author__socials a:hover {
	background-color: #fff;
}

.author__social-icon {
	color: #042838;
}

.author-profile {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #dcecee;
	gap: .625rem;
}

@media (min-width: 29.75rem) {
	.author-profile {
		gap: 1.5rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.author-profile__image-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.author-profile__image {
	-o-object-fit: cover;
	object-fit: cover;
	width: 80px;
	height: 80px;
}

.accordion-item+.accordion-item {
	margin-top: 1.25rem;
}

.accordion-item {
	position: relative;
	z-index: 1;
	padding: 1.25rem;
}

@media (min-width: 29.75rem) {
	.accordion-item {
		padding: 2.5rem;
	}
}

@media (min-width: 80.0625rem) {
	.accordion-item {
		padding: 2.5rem 5rem;
	}
}

.accordion-item__toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .625rem;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	padding: 0;
	cursor: pointer;
}

.accordion-item__toggle::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background-color: #dcecee;
	border-radius: 20px;
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.accordion-item__toggle::after {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
	margin-top: .5rem;
	display: inline-block;
	width: 1rem;
	height: .625rem;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #a496c3;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.accordion-item__toggle[aria-expanded=true]::before {
	opacity: 1;
}

.accordion-item__toggle[aria-expanded=true]::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion--filters .accordion-item {
	padding: 0;
}

.accordion--filters .accordion-item__toggle::before {
	display: none;
}

.accordion--filters .accordion-item__toggle {
	font-weight: 400;
	font-size: 1rem;
	color: #376575;
	padding-top: .625rem;
	padding-bottom: .625rem;
}

.accordion--filters .accordion-item__toggle::after {
	background-color: #c9c9c9;
}

.accordion--filters .accordion-item__content :first-child {
	margin-top: 0;
}

.accordion--filters .accordion-item__content ul {
	margin-bottom: .9375rem;
}

.accordion--filters .accordion-item__toggle[aria-expanded=true] {
	color: #042838;
	font-weight: 700;
}

.accordion--filters .accordion-item__toggle[aria-expanded=true]::after {
	background-color: #1e9db8;
}

.accordion--filters .accordion-item {
	border-top: .1875rem solid #1e9db8;
}

.accordion--filters .accordion-item+.accordion-item {
	border-top: .125rem solid #c9c9c9;
	margin-top: 0;
}

.accordion-item__content-wrapper {
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	-webkit-transition: grid-template-rows 300ms ease-in-out;
	transition: grid-template-rows 300ms ease-in-out;
	transition: grid-template-rows 300ms ease-in-out, -ms-grid-rows 300ms ease-in-out;
}

.accordion-item__content-wrapper[aria-hidden=false] {
	grid-template-rows: 1fr;
}

.accordion-item__content {
	min-height: 0;
}

.accordion-item__content :first-child {
	margin-top: .625rem;
}

.auto-tabs {
	background-color: #dcecee;
	--progressbar-width: 0;
}

.auto-tabs__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-bottom: 2.5rem;
}

.auto-tabs__button {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.auto-tabs__content {
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	padding: 1.25rem;
}

@media (max-width: 48rem) {
	.auto-tabs__content {
		display: none;
	}
}

.auto-tabs__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.auto-tabs__tab {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	padding: 1.25rem 0;
	padding: 1.25rem;
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	min-height: 5.625rem;
	width: 100%;
}

.auto-tabs__tab-image-wrapper {
	height: 5rem;
	width: 5rem;
}

.auto-tabs__tab-image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.auto-tabs__tab-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .125rem;
	background-color: #dcecee;
}

.auto-tabs__tab-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background-color: #a496c3;
	display: none;
}

.auto-tabs__tab[aria-selected=true] .auto-tabs__tab-progress-bar {
	display: block;
	width: var(--progressbar-width);
}

.auto-tabs__panels {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding-bottom: 1.25rem;
}

.auto-tabs__panel {
	display: none;
}

.auto-tabs__panel[aria-hidden=false] {
	display: block;
}

.auto-tabs__panel-image-wrapper {
	margin-bottom: 1.25rem;
}

.elementor .auto-tabs__panel-image, .auto-tabs__panel-image {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.auto-tabs__mobile-content {
	border-radius: 20px;
	padding: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.auto-tabs__mobile-content {
		display: none;
	}
}

.auto-tabs__mobile-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.auto-tabs__mobile-tab-wrapper {
	border-bottom: 2px solid #dcecee;
}

.auto-tabs__mobile-tab-wrapper:last-of-type {
	border-bottom: none;
}

.auto-tabs__mobile-tab-wrapper+.auto-tabs__mobile-tab-wrapper {
	padding-top: .625rem;
}

.auto-tabs__mobile-tab {
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	padding-bottom: .625rem;
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	width: 100%;
}

.auto-tabs__mobile-tab-image-wrapper {
	height: 5rem;
	width: 5rem;
}

.auto-tabs__mobile-tab-image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.auto-tabs__mobile-panel {
	display: none;
	padding-bottom: 1.25rem;
}

.auto-tabs__mobile-panel[aria-hidden=false] {
	display: block;
}

.auto-tabs__mobile-panel-image-wrapper {
	margin-bottom: 1.25rem;
	border-radius: .625rem;
	overflow: hidden;
}

.auto-tabs__mobile-panel-image {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 540/310;
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	padding: 1.25rem;
	overflow: hidden;
}

.cards--border .card {
	border: 1px solid #1e9db8;
}

.card ul {
	list-style-type: disc;
	margin: .9375rem 1.25rem 0;
}

.card ul li {
	margin-bottom: .9375rem;
}

.card__icon-container {
	margin-bottom: .625rem;
}

.card__image-container {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin: -1.25rem -1.25rem .3125rem -1.25rem;
	overflow: hidden;
	-webkit-transition: border-radius 200ms ease-in-out;
	transition: border-radius 200ms ease-in-out;
}

.card__image {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	transition: -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.card:hover .card__image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.card__icon {
	max-height: 2rem;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left;
	object-position: left;
	display: block;
}

.card__icon--left {
	margin-right: auto;
}

.card__icon--center {
	margin-inline: auto;
}

.card__icon--right {
	margin-left: auto;
}

.card__rating-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: .25rem;
	margin-top: .875rem;
	margin-bottom: .625rem;
}

.elementor .card__rating-icon, .card__rating-icon {
	display: block;
	max-height: 1.0625rem;
	width: auto;
}

.card__link {
	color: #042838;
	text-decoration: none;
}

.card__link::after {
	content: "";
	position: absolute;
	inset: 0;
}

.card--rich-text a:not(.button) {
	color: inherit;
	font-weight: 400;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #1e9db8), color-stop(.15em, #dcecee));
	background-image: linear-gradient(0deg, #1e9db8 .15em, #dcecee .15em);
	background-size: 100% .15em;
	background-position: bottom 0 center;
	background-repeat: no-repeat;
	-webkit-transition: background-size 200ms ease;
	transition: background-size 200ms ease;
	cursor: pointer;
}

.card--rich-text a:not(.button):hover {
	background-size: 100% 100%;
}

.card--rich-text.rich-text h3:not(:first-child) {
	margin-top: 0;
}

.card--rich-text.rich-text img {
	border-radius: 0;
}

.card--rich-text ul {
	margin-left: 0;
}

.card--rich-text ul li {
	list-style: none;
}

.card__arrow-text-button {
	margin-top: auto;
}

.card:hover .card__arrow-text-button::after {
	-webkit-transform: translateX(.25rem);
	transform: translateX(.25rem);
}

.cards {
	--columns: 1;
	--gap: 20px;
}

@media (min-width: 29.75rem) {
	.cards {
		--columns: 2;
	}
}

@media (min-width: 48.0625rem) {
	.cards {
		--columns: 3;
	}
}

.cards--columns-2 {
	--columns: 1;
}

@media (min-width: 29.75rem) {
	.cards--columns-2 {
		--columns: 2;
	}
}

.cards--columns-4 {
	--columns: 1;
}

@media (min-width: 29.75rem) {
	.cards--columns-4 {
		--columns: 2;
	}
}

@media (min-width: 48.0625rem) {
	.cards--columns-4 {
		--columns: 3;
	}
}

@media (min-width: 64.0625rem) {
	.cards--columns-4 {
		--columns: 4;
	}
}

.cards__container {
	container-type: inline-size;
}

.cards__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--gap);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cards__grid .card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
	flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}

.chart__container {
	padding: 5rem 0;
}

.chart__table-content {
	overflow-x: scroll;
}

@media (min-width: 600px) {
	.chart__table-content {
		overflow-x: auto;
	}
}

.chart table {
	width: 100%;
	min-width: 560px;
	border: 1px solid #042838;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 1.25rem;
	overflow: hidden;
	color: #042838;
}

.chart table th {
	text-align: left;
}

.chart table tbody tr td {
	background-color: #fff;
}

.chart table th, .chart table td {
	padding: .8125rem .6875rem;
	border: 1px solid #042838;
	border-top-width: 0;
	border-left-width: 0;
}

@media (min-width: 29.6875rem) {
	.chart table th, .chart table td {
		padding: .8125rem .9375rem;
	}
}

.chart table th:last-of-type {
	border-right-width: 0;
}

.chart table tr td:last-of-type {
	border-right-width: 0;
}

.chart table tr:last-of-type td {
	border-bottom-width: 0;
}

.chart--columns-2 th, .chart--columns-2 td {
	width: 50%;
}

.chart--columns-3 th, .chart--columns-3 td {
	width: 33.33%;
}

.chart--columns-4 th, .chart--columns-4 td {
	width: 25%;
}

.chart--color-navy-orbit th {
	background-color: #042838;
	color: #fff;
}

.chart--color-navy-orbit th.rich-text ol>li::before {
	color: #fff;
}

.chart--color-navy-orbit.chart th, .chart--color-navy-orbit.chart td {
	border-color: #042838;
}

.chart--color-navy-orbit.chart--striped tr:nth-child(even) td {
	background-color: #bdd3d7;
}

.chart--color-nerdio-blue table {
	border-color: #1e9db8;
}

.chart--color-nerdio-blue th {
	background-color: #1e9db8;
	color: #fff;
}

.chart--color-nerdio-blue th.rich-text a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #fff), color-stop(.15em, #dcecee));
	background-image: linear-gradient(0deg, #fff .15em, #dcecee .15em);
}

.chart--color-nerdio-blue th.rich-text ol>li::before {
	color: #fff;
}

.chart--color-nerdio-blue th.rich-text ul>li::before {
	background-color: #042838;
}

.chart--color-nerdio-blue.chart th, .chart--color-nerdio-blue.chart td {
	border-color: #1e9db8;
}

.chart--color-nerdio-blue.chart--striped tr:nth-child(even) td {
	background-color: #dcecee;
}

.chart--color-nerdio-blue.chart--striped tr:nth-child(even) td a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #1e9db8), color-stop(.15em, #94cfd9));
	background-image: linear-gradient(0deg, #1e9db8 .15em, #94cfd9 .15em);
}

.chart--color-proton-purple table {
	border-color: #a795c7;
}

.chart--color-proton-purple th {
	background-color: #a795c7;
	color: #fff;
}

.chart--color-proton-purple th.rich-text a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #fff), color-stop(.15em, #dfdbed));
	background-image: linear-gradient(0deg, #fff .15em, #dfdbed .15em);
}

.chart--color-proton-purple th.rich-text ol>li::before {
	color: #fff;
}

.chart--color-proton-purple th.rich-text ul>li::before {
	background-color: #042838;
}

.chart--color-proton-purple.chart th, .chart--color-proton-purple.chart td {
	border-color: #a795c7;
}

.chart--color-proton-purple.chart--striped tr:nth-child(even) td {
	background-color: #dfdbed;
}

.chart--color-proton-purple.chart--striped tr:nth-child(even) td a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #1e9db8), color-stop(.15em, #94cfd9));
	background-image: linear-gradient(0deg, #1e9db8 .15em, #94cfd9 .15em);
}

.chart--color-blue-green-gradient thead {
	background-image: -webkit-gradient(linear, left top, right top, from(#1e9db8), to(#cdff4e));
	background-image: linear-gradient(to right, #1e9db8, #cdff4e);
}

.chart--color-blue-green-gradient th.rich-text ul>li::before {
	background-color: #042838;
}

.chart--color-blue-green-gradient.chart th, .chart--color-blue-green-gradient.chart td {
	border-color: #042838;
}

.chart--color-blue-green-gradient.chart--striped tr:nth-child(even) td {
	background-color: #dcecee;
}

.chart--color-blue-green-gradient.chart--striped tr:nth-child(even) td a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #1e9db8), color-stop(.15em, #94cfd9));
	background-image: linear-gradient(0deg, #1e9db8 .15em, #94cfd9 .15em);
}

.chart--color-navy-orbit-highlight table {
	border: none;
	border-radius: 0;
}

.chart--color-navy-orbit-highlight th {
	background-color: #042838;
	color: #fff;
}

.chart--color-navy-orbit-highlight th:first-child {
	border-top-left-radius: 1.25rem;
}

.chart--color-navy-orbit-highlight th:last-child {
	border-top-right-radius: 1.25rem;
}

.chart--color-navy-orbit-highlight th.rich-text ol>li::before {
	color: #fff;
}

.chart--color-navy-orbit-highlight.chart td {
	border-color: #bdd3d7;
	border-left-width: 0;
	border-right-width: 0;
}

.chart--color-navy-orbit-highlight.chart td:first-child {
	border-left-width: .0625rem;
	background-color: #dcecee;
}

.chart--color-navy-orbit-highlight.chart td:last-child {
	border-right-width: .0625rem;
}

.chart--color-navy-orbit-highlight tr:first-child td {
	border-top-width: .0625rem;
}

.chart--color-navy-orbit-highlight tr:first-child td:first-child {
	border-top-left-radius: 1.25rem;
}

.chart--color-navy-orbit-highlight tr:first-child td:last-child {
	border-top-right-radius: 1.25rem;
}

.chart--color-navy-orbit-highlight.chart thead+tbody tr:first-child td {
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.chart--color-navy-orbit-highlight.chart tr:last-child td {
	border-bottom-width: .0625rem;
}

.chart--color-navy-orbit-highlight.chart tr:last-child td:first-child {
	border-bottom-left-radius: 1.25rem;
}

.chart--color-navy-orbit-highlight.chart tr:last-child td:last-child {
	border-bottom-right-radius: 1.25rem;
}

.chart--background-color-navy-orbit {
	background-color: #042838;
	color: #fff;
}

.chart--background-color-navy-orbit .rich-text ol>li::before {
	color: #fff;
}

.chart--background-color-navy-orbit--tint-2 {
	background-color: #bdd3d7;
}

.chart--background-color-nerdio-blue {
	background-color: #1e9db8;
	color: #fff;
}

.chart--background-color-nerdio-blue .rich-text ol>li::before {
	color: #fff;
}

.chart--narrow table {
	margin: 0 auto;
}

.chart--narrow.chart--columns-2 table {
	width: 67%;
}

.chart--narrow.chart--columns-3 table {
	width: 75%;
}

.chart--no-grid.chart th, .chart--no-grid.chart td {
	border: none;
}

.chart--color-block table {
	border: 0;
}

.chart--color-block table th, .chart--color-block table td {
	vertical-align: top;
	border: none;
}

.chart--color-block table th {
	padding-top: 1.25rem;
}

@media (min-width: 29.6875rem) {
	.chart--color-block table th {
		padding-top: 2.5rem;
	}
}

.chart--color-block table th>p {
	font-size: 1.5rem;
}

.chart--color-block table th, .chart--color-block table td:first-child {
	font-weight: bold;
}

.chart--color-block table tr:first-of-type td {
	padding-top: 1.25rem;
}

@media (min-width: 29.6875rem) {
	.chart--color-block table tr:first-of-type td {
		padding-top: 2.5rem;
	}
}

.chart--color-block table thead+tbody tr:first-of-type td {
	padding-top: .8125rem;
}

.chart--color-block table tr:last-of-type td {
	padding-bottom: 1.25rem;
}

@media (min-width: 29.6875rem) {
	.chart--color-block table tr:last-of-type td {
		padding-bottom: 2.5rem;
	}
}

.chart--color-block table th:first-child, .chart--color-block table td:first-child {
	width: 30%;
	padding-left: 1.25rem;
}

@media (min-width: 29.6875rem) {
	.chart--color-block table th:first-child, .chart--color-block table td:first-child {
		width: 25%;
		padding-left: 2.5rem;
	}
}

.chart--color-block table th:last-child, .chart--color-block table td:last-child {
	width: 70%;
	padding-right: 1.25rem;
}

@media (min-width: 29.6875rem) {
	.chart--color-block table th:last-child, .chart--color-block table td:last-child {
		width: 70%;
		padding-right: 2.5rem;
	}
}

.chart--color-block.chart--color-navy-orbit th, .chart--color-block.chart--color-navy-orbit td {
	background-color: #042838;
	color: #fff;
}

.chart--color-block.chart--color-navy-orbit .rich-text ol>li::before {
	color: #fff;
}

.chart--color-block.chart--color-navy-orbit td:first-child {
	color: #1e9db8;
}

.chart--color-block.chart--color-navy-orbit--tint-2 th, .chart--color-block.chart--color-navy-orbit--tint-2 td {
	background-color: #bdd3d7;
}

.chart--color-block.chart--color-nerdio-blue th, .chart--color-block.chart--color-nerdio-blue td {
	background-color: #1e9db8;
	color: #fff;
}

.chart--color-block.chart--color-nerdio-blue td:first-child {
	color: #042838;
}

.chart--color-block.chart--color-nerdio-blue .rich-text a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #fff), color-stop(.15em, #bdd3d7));
	background-image: linear-gradient(0deg, #fff .15em, #bdd3d7 .15em);
}

.chart--color-block.chart--color-nerdio-blue .rich-text ul>li::before {
	background-color: #042838;
}

.chart--color-block.chart--color-nerdio-blue .rich-text ol>li::before {
	color: #fff;
}

.chart--color-block.chart--color-proton-purple th, .chart--color-block.chart--color-proton-purple td {
	background-color: #a795c7;
	color: #fff;
}

.chart--color-block.chart--color-proton-purple td:first-child {
	color: #042838;
}

.chart--color-block.chart--color-proton-purple .rich-text a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #fff), color-stop(.15em, #dfdbed));
	background-image: linear-gradient(0deg, #fff .15em, #dfdbed .15em);
}

.chart--color-block.chart--color-proton-purple .rich-text ul>li::before {
	background-color: #042838;
}

.chart--color-block.chart--color-proton-purple .rich-text ol>li::before {
	color: #fff;
}

.chart--color-block.chart--color-white-glacier th, .chart--color-block.chart--color-white-glacier td {
	background-color: #fff;
}

.chart--color-block.chart--color-white-glacier td:first-child {
	color: #1e9db8;
}

.chart--narrow.chart--color-block table {
	width: 67%;
}

.contact-header {
	padding-block: 5rem;
	color: #fff;
	background-image: linear-gradient(101deg, #053a51, #021a25);
}

@media (min-width: 48.0625rem) {
	.contact-header__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 2.5rem;
	}
}

.contact-header__headings {
	max-width: 45rem;
}

@media (max-width: 48rem) {
	.contact-header__headings {
		margin-bottom: 2.5rem;
	}
}

.contact-header__contact-headline {
	color: #a496c3;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.16;
	margin-bottom: .625rem;
	text-transform: uppercase;
}

.contact-header__contact-name {
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #1e9db8;
}

.contact-header__contact-email {
	text-decoration: none;
}

.contact-header__contact-email:hover {
	text-decoration: underline;
}

.cta-band--layout-full-width .cta-band__content-wrapper {
	position: relative;
	z-index: 1;
	background-color: var(--cta-band-background-color);
}

.cta-band--layout-contained .cta-band__container {
	position: relative;
	z-index: 1;
	background-color: var(--cta-band-background-color);
	border-radius: 20px;
	overflow: hidden;
}

.cta-band__container .cta-band__inner {
	padding-block: 2.5rem;
	padding-inline: 2.5rem;
}

@media (min-width: 48.0625rem) {
	.cta-band__container .cta-band__inner {
		padding-inline: 5rem;
	}
}

.cta-band__inner {
	position: relative;
}

.cta-band--graphic-cloud .cta-band__inner::after, .cta-band--graphic-glasses .cta-band__inner::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.cta-band--graphic-glasses .cta-band__inner::after {
	width: min(26.5625rem, 50%);
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQyNSAxMzYiPg0KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuNi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgOSkgIC0tPg0KICA8ZGVmcz4NCiAgICA8c3R5bGU+DQogICAgICAuc3QwIHsNCiAgICAgICAgZmlsbDogdXJsKCNsaW5lYXItZ3JhZGllbnQpOw0KICAgICAgfQ0KDQogICAgICAuc3QxIHsNCiAgICAgICAgb3BhY2l0eTogLjM0Ow0KICAgICAgfQ0KICAgIDwvc3R5bGU+DQogICAgPGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHgxPSIzLjkzIiB5MT0iNjgiIHgyPSI0NjMuMDIiIHkyPSI2OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNzdjYmRjIiBzdG9wLW9wYWNpdHk9IjAiLz4NCiAgICAgIDxzdG9wIG9mZnNldD0iLjQ1IiBzdG9wLWNvbG9yPSIjNzdjYmRjIi8+DQogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxYzlkYjkiLz4NCiAgICA8L2xpbmVhckdyYWRpZW50Pg0KICA8L2RlZnM+DQogIDxnIGNsYXNzPSJzdDEiPg0KICAgIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNTYuNTEsNzMuMjV2LS41N2MwLTE2Ljk4LTYuNjYtMzIuODEtMTguNDYtNDQuODItNC00LjAxLTEwLjI4LTQuMDEtMTQuMjgsMC00LDQuMDEtNCwxMC4zLDAsMTQuMzEsOC4xOSw4LjIsMTIuNTYsMTkuMDcsMTIuNTYsMzAuNTIsMCwyMy44NC0xOS40Miw0My4zLTQzLjIxLDQzLjNzLTQzLjIxLTE5LjQ2LTQzLjIxLTQzLjNjMC03LjQ0LDEuMTQtMTEuNjQsMy40My0xNi45OCwyLjI4LTUuMzQsNC45NS05LjM1LDguNzYtMTMuMTYsMy44MS00LjAxLDMuODEtMTAuMywwLTE0LjMxLTQtMy44MS0xMC4yOC0zLjgxLTE0LjI4LDAtOS45LDEwLjMtMTUuOTksMjMuMjctMTcuNTEsMzcuMTktNS45LTEuNTMtMTEuOTktMi4yOS0xOC4wOS0yLjI5cy0xMS45OS43Ni0xNy43LDIuMWMtMy40My0zMS42Ni0zMC4yNy01Ni4yNy02Mi44Mi01Ni4yN3MtNjIuODIsMjguOC02Mi44Miw2My43MXYuNTdIMHYyMC4wM2g3Mi4zYzguNTcsMjQuOCwzMi4xNyw0Mi43Myw1OS43Nyw0Mi43M3M1NS4wMi0yMC45OCw2MS40OS00OC44M2M2LjA5LTIuMjksMTIuMzctMy42MiwxOS4wNC0zLjYyczEzLjEzLDEuMzQsMTkuNDIsMy42MmM2LjY2LDI3Ljg1LDMxLjYsNDguODMsNjEuNDksNDguODNzNTEuMjEtMTcuOTMsNTkuNzctNDIuNzNoNzEuNzN2LTIwLjAzaC02OC40OVpNMTMyLjA3LDExNS45N2MtMjMuOCwwLTQzLjIxLTE5LjQ2LTQzLjIxLTQzLjNzMTkuNDItNDMuMyw0My4yMS00My4zLDQzLjIxLDE5LjQ2LDQzLjIxLDQzLjMtMTkuNDIsNDMuMy00My4yMSw0My4zWk0yOTMuNSw3NC4ydi0uMTljNS41MiwwLDEwLjA5LTQuNTgsMTAuMDktMTAuMTFWMTAuMTFjMC01LjUzLTQuNTctMTAuMTEtMTAuMDktMTAuMTFzLTEwLjA5LDQuNTgtMTAuMDksMTAuMTF2NTMuOThjMCw1LjUzLDQuNTcsMTAuMTEsMTAuMDksMTAuMTFaIi8+DQogIDwvZz4NCjwvc3ZnPg==");
	background-position: center right;
}

.cta-band--graphic-glasses .bg-blue .cta-band__inner::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDI1IiBoZWlnaHQ9IjEzNSIgdmlld0JveD0iMCAwIDQyNSAxMzUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMzU2LjUwOCA3Mi45MDMyQzM1Ni41MDggNzIuNzE0NiAzNTYuNTA4IDcyLjUyNiAzNTYuNTA4IDcyLjMzNzRDMzU2LjUwOCA1NS41NTEzIDM0OS44NDUgMzkuODk2OSAzMzguMDQzIDI4LjAxNDZDMzM0LjA0NiAyNC4wNTM5IDMyNy43NjQgMjQuMDUzOSAzMjMuNzY2IDI4LjAxNDZDMzE5Ljc2OCAzMS45NzU0IDMxOS43NjggMzguMTk5NCAzMjMuNzY2IDQyLjE2MDJDMzMxLjk1MiA1MC4yNzAzIDMzNi4zMyA2MS4wMjA5IDMzNi4zMyA3Mi4zMzc0QzMzNi4zMyA5NS45MTM0IDMxNi45MTMgMTE1LjE1MSAyOTMuMTE4IDExNS4xNTFDMjY5LjMyMyAxMTUuMTUxIDI0OS45MDYgOTUuOTEzNCAyNDkuOTA2IDcyLjMzNzRDMjQ5LjkwNiA2NC45ODE3IDI1MS4wNDggNjAuODMyMyAyNTMuMzMyIDU1LjU1MTNDMjU1LjYxNyA1MC4yNzAzIDI1OC4yODIgNDYuMzA5NiAyNjIuMDg5IDQyLjUzNzRDMjY1Ljg5NiAzOC41NzY2IDI2NS44OTYgMzIuMzUyNiAyNjIuMDg5IDI4LjM5MThDMjU4LjA5MSAyNC42MTk3IDI1MS44MSAyNC42MTk3IDI0Ny44MTIgMjguMzkxOEMyMzcuOTEzIDM4LjU3NjYgMjMxLjgyMiA1MS40MDIgMjMwLjI5OSA2NS4xNzAzQzIyNC4zOTggNjMuNjYxNSAyMTguMzA2IDYyLjkwNyAyMTIuMjE0IDYyLjkwN0MyMDYuMTIzIDYyLjkwNyAyMDAuMjIyIDYzLjY2MTUgMTk0LjUxMSA2NC45ODE3QzE5MS4wODQgMzMuNjcyOCAxNjQuMjQzIDkuMzQyNDcgMTMxLjY5MiA5LjM0MjQ3Qzk5LjE0IDkuMzQyNDcgNjguODcyNiAzNy44MjIyIDY4Ljg3MjYgNzIuMzM3NEM2OC44NzI2IDEwNi44NTMgNjguODcyNiA3Mi43MTQ2IDY4Ljg3MjYgNzIuOTAzMkgwVjkyLjcwN0g3Mi4yOTkxQzgwLjg2NTQgMTE3LjIyNiAxMDQuNDcgMTM0Ljk1NSAxMzIuMDcyIDEzNC45NTVDMTU5LjY3NSAxMzQuOTU1IDE4Ny4wODcgMTE0LjIwOCAxOTMuNTU5IDg2LjY3MTZDMTk5LjY1MSA4NC40MDgzIDIwNS45MzMgODMuMDg4MSAyMTIuNTk1IDgzLjA4ODFDMjE5LjI1OCA4My4wODgxIDIyNS43MyA4NC40MDgzIDIzMi4wMTIgODYuNjcxNkMyMzguNjc1IDExNC4yMDggMjYzLjYxMiAxMzQuOTU1IDI5My40OTkgMTM0Ljk1NUMzMjMuMzg1IDEzNC45NTUgMzQ0LjcwNiAxMTcuMjI2IDM1My4yNzIgOTIuNzA3SDQyNVY3Mi45MDMySDM1Ni41MDhaTTEzMi4wNzIgMTE1LjE1MUMxMDguMjc3IDExNS4xNTEgODguODYwNSA5NS45MTM0IDg4Ljg2MDUgNzIuMzM3NEM4OC44NjA1IDQ4Ljc2MTUgMTA4LjI3NyAyOS41MjM1IDEzMi4wNzIgMjkuNTIzNUMxNTUuODY4IDI5LjUyMzUgMTc1LjI4NCA0OC43NjE1IDE3NS4yODQgNzIuMzM3NEMxNzUuMjg0IDk1LjkxMzQgMTU1Ljg2OCAxMTUuMTUxIDEzMi4wNzIgMTE1LjE1MVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNDA3XzI1ODQpIi8+DQo8cGF0aCBkPSJNMjkzLjQ5OSA3My42NTczQzI5OS4wMTkgNzMuNjU3MyAzMDMuNTg4IDY5LjEzMDcgMzAzLjU4OCA2My42NjExVjEwLjQ3MzdDMzAzLjU4OCA1LjAwNDEyIDI5OS4wMTkgMC40Nzc1MzkgMjkzLjQ5OSAwLjQ3NzUzOUMyODcuOTc4IDAuNDc3NTM5IDI4My40MSA1LjAwNDEyIDI4My40MSAxMC40NzM3VjYzLjg0OTdDMjgzLjQxIDY5LjMxOTMgMjg3Ljk3OCA3My44NDU5IDI5My40OTkgNzMuODQ1OVY3My42NTczWiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE0MDdfMjU4NCkiLz4NCjxkZWZzPg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE0MDdfMjU4NCIgeDE9IjAiIHkxPSI2Ny43MTYzIiB4Mj0iNDI1IiB5Mj0iNjcuNzE2MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzFDOURCOSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNzdDQkRDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzE0MDdfMjU4NCIgeDE9IjAiIHkxPSI2Ny43MTYzIiB4Mj0iNDI1IiB5Mj0iNjcuNzE2MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzFDOURCOSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNzdDQkRDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=");
}

.cta-band--graphic-cloud .cta-band__inner::after {
	width: min(19.0625rem, 50%);
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMzNS4wNiAxNzYuOTUiPg0KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuNi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgOSkgIC0tPg0KICA8ZGVmcz4NCiAgICA8c3R5bGU+DQogICAgICAuc3QwIHsNCiAgICAgICAgZmlsbDogbm9uZTsNCiAgICAgICAgaXNvbGF0aW9uOiBpc29sYXRlOw0KICAgICAgICBvcGFjaXR5OiAuMzQ7DQogICAgICAgIHN0cm9rZTogdXJsKCNsaW5lYXItZ3JhZGllbnQpOw0KICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7DQogICAgICAgIHN0cm9rZS13aWR0aDogMzBweDsNCiAgICAgIH0NCiAgICA8L3N0eWxlPg0KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB4MT0iMTY3LjUiIHkxPSIxNDkiIHgyPSIxNjcuNSIgeTI9IjIiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxNjQpIHNjYWxlKDEgLTEpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQogICAgICA8c3RvcCBvZmZzZXQ9Ii4zNSIgc3RvcC1jb2xvcj0iIzc3Y2JkYyIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMWM5ZGI5Ii8+DQogICAgPC9saW5lYXJHcmFkaWVudD4NCiAgPC9kZWZzPg0KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTAuMDYsOTEuNzRoMjEuMzRjNS40Ni0yMi44NSwzMy4wOC00Mi4zNiw2NS45My0zNC44OSw2LjYzLTI2Ljg5LDMzLjMzLTQxLjg2LDYyLjIzLTQxLjg2czU3LjM1LDE3LjgzLDYwLjcxLDQ2Ljk4YzMuMzgtLjcyLDUuOTcsMCw5LjgzLDAsMjcuNTYsMCw0OS45LDIyLjM2LDQ5LjksNDkuOTZzLTIxLjk1LDQ5LjU4LTQ5LjE4LDQ5Ljk0YzAsMC0yMTkuNy4xMy0yMjAuNzQuMTMtMTkuMzgsMC0zNS4wOS0xNS43Mi0zNS4wOS0zNS4xM3MxNS43LTM1LjEzLDM1LjA5LTM1LjEzaC0uMDJaIi8+DQo8L3N2Zz4=");
	background-position: bottom right;
}

.cta-band--bg-dark-teal.cta-band--graphic-cloud .cta-band__inner::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzA1IiBoZWlnaHQ9IjE2MyIgdmlld0JveD0iMCAwIDMwNSAxNjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNDUuNjA0MyAxNjIuMTA0QzIwLjQ1NzggMTYyLjEwNCAwIDE0MS42MjggMCAxMTYuNDY0QzAgOTEuMjk4OCAyMC40NDg3IDcwLjgzMTkgNDUuNTc3IDcwLjgyMjhINTUuNTM3M0M2MC4zOTkxIDYxLjAwODIgNjguNTAyMSA1Mi40MzE4IDc4Ljc5OTMgNDYuNDQxQzg5Ljk2MTMgMzkuOTQ5NiAxMDIuODYyIDM2Ljk3MjQgMTE2LjAzNyAzNy43MDA3QzEyNy4wMzUgMTUuMzAzNyAxNTEuOTQ1IDAuOTU1MDc4IDE4MS42OTggMC45NTUwNzhDMTk3Ljg1OSAwLjk1NTA3OCAyMTMuNjI3IDUuOTQ0MzMgMjI2LjA4MiAxNC45OTQyQzIzNi40MjUgMjIuNTE0NSAyNDMuODgyIDMyLjQ2NTcgMjQ3Ljc4NyA0My43NTUyQzI3OS40OTggNDQuNzQ3NiAzMDUgNzAuODg2NiAzMDUgMTAyLjg2MUMzMDUgMTE4LjYwMyAyOTguOTQ2IDEzMy4zODkgMjg3Ljk2NiAxNDQuNDk2QzI3Ny4wMjIgMTU1LjU2NyAyNjIuMzgyIDE2MS43NzcgMjQ2Ljc1OSAxNjEuOTg2SDI0Ni41ODZDMjQ2LjU4NiAxNjEuOTg2IDQ2LjU1MTIgMTYyLjEwNCA0NS42MDQzIDE2Mi4xMDRaTTQ1LjYwNDMgOTguMTQ1NEMzNS41MTY2IDk4LjE0NTQgMjcuMzEzNCAxMDYuMzY3IDI3LjMxMzQgMTE2LjQ3M0MyNy4zMTM0IDEyNi41NzkgMzUuNTE2NiAxMzQuOCA0NS42MDQzIDEzNC44QzQ2LjU5NjcgMTM0LjggMjQxLjU0MiAxMzQuNjkxIDI0Ni40NzYgMTM0LjY4MkMyNjMuOTg0IDEzNC40MDkgMjc3LjY5NiAxMjAuNDUxIDI3Ny42OTYgMTAyLjg3MUMyNzcuNjk2IDk0LjA5MzkgMjczLjk4MSA4NS41ODEyIDI2Ny41NzIgNzkuNTkwNEMyNTcuOTQ4IDcwLjYwNDMgMjQyLjIzNCA2OC41NTU4IDIzMC4wOTcgNzIuODYyMkMyMjguNzY4IDczLjMzNTcgMjI2Ljc5MyA3NC40NjQ2IDIyNS40NjMgNzMuNDYzMUMyMjMuNTg4IDcyLjA1MTkgMjI0LjI3MSA2OC40MTkzIDIyNC4yNzEgNjYuNDE2M0MyMjQuMjcxIDYzLjA3NDkgMjIzLjg2MSA1OS43MDYzIDIyMy4wNTEgNTYuNDY1MUMyMjEuNDU3IDUwLjA5MTkgMjE4LjE4OSA0NC4xNzQgMjEzLjMwOSAzOS43NDAyQzIwNi4zNTMgMzMuNDIxNiAxOTcuMDk0IDI5Ljc4OSAxODcuODM0IDI4LjY0MThDMTg1LjgwNCAyOC4zODY5IDE4My43NTYgMjguMjU5NCAxODEuNzE2IDI4LjI1OTRDMTYxLjkzMiAyOC4yNTk0IDE0Mi43NjcgMzguMTE5NiAxMzcuNzUxIDU4LjI0OTZDMTM3LjEzMiA2MC43MjYgMTM2LjUxMyA2My4yMTE1IDEzNS44OTMgNjUuNjg3OUMxMzUuNzMgNjYuMzQzNCAxMzUuNTU3IDY4LjU1NTggMTM0Ljk1NiA2OC44OTI3QzEzNC4zNTUgNjkuMjI5NiAxMzIuMjc5IDY4LjM2NDYgMTMxLjYyMyA2OC4yMDk5QzEyNy4wNjIgNjcuMTgxIDEyMi40NzMgNjYuMTc5NiAxMTcuODIxIDY1LjYzMzNDMTA4LjQ4OSA2NC41MzE2IDk5LjEyOTUgNjUuNjMzMyA5MS4xMjY3IDcwLjg1OTNDODcuNTc2IDczLjE4MDkgODQuMjk4NCA3Ni4xODU0IDgxLjk0MDMgNzkuNzM2MUM3OC43MTczIDg0LjU4ODggNzcuNzk3OCA5MC4xNzkgNzYuNDA0OCA5NS43MTQ1Qzc1LjY0IDk4Ljc1NTQgNzMuNzA5OCA5OC4xMzYzIDcwLjg2OTMgOTguMTI3MkM2Mi40NTY3IDk4LjEyNzIgNTQuMDM1MSA5OC4xMjcyIDQ1LjYyMjUgOTguMTI3Mkw0NS42MDQzIDk4LjE0NTRaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTI5OV84OTM1KSIvPg0KPGRlZnM+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTI5OV84OTM1IiB4MT0iMTUzIiB5MT0iMTYyIiB4Mj0iMTUzIiB5Mj0iMC45OTk5OTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiMwNjJFM0IiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzBFNEY1RCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjwvc3ZnPg0K");
}

@media (min-width: 48.0625rem) {
	.cta-band__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (min-width: 48.0625rem) {
	.cta-band__grid .cta-band__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 50%;
	}
}

@media (max-width: 48rem) {
	.cta-band__grid .cta-band__image {
		height: 15.625rem;
	}
}

@media (min-width: 48.0625rem) {
	.cta-band__grid .cta-band__image {
		min-height: 18.125rem;
	}
}

.cta-band__grid .cta-band__image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-size: cover;
	background-position: top center;
}

.cta-band__grid .cta-band__image-link {
	display: block;
	width: 100%;
	height: 100%;
}

.cta-band__grid .cta-band__text {
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}

.cta-band__grid .cta-band__button-group {
	margin-top: .625rem;
}

.cta-band__text {
	margin-bottom: 2.5rem;
}

.cta-band__button-group {
	margin-top: 1.25rem;
}

.customer-overview__container {
	padding-top: 2.8125rem;
}

@media (min-width: 48.0625rem) {
	.customer-overview__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 48.0625rem) {
	.customer-overview__left-col {
		width: 25%;
		padding-right: 4.6875rem;
	}
}

.customer-overview__right-col {
	background-color: #dcecee;
	border-radius: .9375rem;
	padding: 1.25rem;
	margin-top: 1.875rem;
}

@media (min-width: 48.0625rem) {
	.customer-overview__right-col {
		width: 75%;
		padding: 3.125rem;
		margin-top: 0;
	}
}

.customer-overview__logo {
	margin-bottom: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.customer-overview__logo {
		margin-top: -3.125rem;
		margin-bottom: 1.25rem;
	}
}

.customer-overview__group--label {
	margin-top: 1.875rem;
	font-weight: bold;
	color: #1e9db8;
}

.customer-overview__cta {
	margin-top: 1.875rem;
}

@media (min-width: 48.0625rem) {
	.customer-overview__cta {
		margin-top: 3.125rem;
	}
}

.customer-overview__cta p {
	font-weight: bold;
	margin-bottom: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.customer-overview__cta p {
		max-width: 10.625rem;
	}
}

.customer-overview__detail {
	background-color: #fff;
	padding: 1.25rem;
	border-radius: .9375rem;
}

@media (min-width: 48.0625rem) {
	.customer-overview__detail {
		padding: 1.875rem;
	}
}

.customer-overview__detail h3 {
	font-weight: bold;
	margin-bottom: .9375rem;
}

.customer-overview__detail ul {
	list-style-type: disc;
	margin: 0 0 0 .9375rem;
	padding: 0;
}

.customer-overview__detail li {
	margin-top: .625rem;
	margin-bottom: .625rem;
}

.customer-overview__detail a:not(.button) {
	color: inherit;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #1e9db8), color-stop(.15em, #dcecee));
	background-image: linear-gradient(0deg, #1e9db8 .15em, #dcecee .15em);
	background-size: 100% .15em;
	background-position: bottom 0 center;
	background-repeat: no-repeat;
	-webkit-transition: background-size 200ms ease;
	transition: background-size 200ms ease;
	cursor: pointer;
}

.customer-overview__detail a:not(.button):hover {
	background-size: 100% 100%;
}

.customer-overview__detail--spaced {
	margin-bottom: 1.875rem;
}

@media (min-width: 48.0625rem) {
	.customer-overview--no-stats .customer-overview__logo {
		margin-top: 0;
	}
}

.customer-stats {
	position: relative;
	color: #fff;
}

.customer-stats.customer-stats--overlap {
	margin-top: -3.125rem;
}

@media (min-width: 48.0625rem) {
	.customer-stats.customer-stats--overlap {
		margin-top: -5.625rem;
	}
}

.customer-stats__container {
	position: relative;
	-webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	border-radius: .9375rem;
	padding: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.customer-stats__container {
		width: 75%;
		margin-left: auto;
		padding: 2.5rem 3.125rem;
	}
}

.customer-stats--align-left .customer-stats__container {
	margin-left: initial;
	margin-right: auto;
}

.customer-stats--align-center .customer-stats__container {
	margin-right: auto;
}

.customer-stats__container::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMyIiBoZWlnaHQ9IjE5NyIgdmlld0JveD0iMCAwIDUzMiAxOTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYyM18xMjM4MikiPg0KICAgIDxtYXNrIGlkPSJtYXNrMF82MjNfMTIzODIiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI3MDMiIGhlaWdodD0iMjMxIj4NCiAgICA8cmVjdCB4PSIwLjYyMTgyNiIgd2lkdGg9IjcwMS45MiIgaGVpZ2h0PSIyMzAuODMzIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNjIzXzEyMzgyKSIvPg0KICAgIDwvbWFzaz4NCiAgICA8ZyBtYXNrPSJ1cmwoI21hc2swXzYyM18xMjM4MikiPg0KICAgIDxwYXRoIG9wYWNpdHk9IjAuMzQiIGQ9Ik0yNDIuNjU4IDEyMS43OEMyNTAuNTk5IDEyMS43OCAyNDguOTkyIDEyMS43OCAyNjUuNTExIDEyMS43OEMyNzEuMzU5IDk3LjMxNDYgMzAwLjkyOCA3Ni40MjU2IDMzNi4wOTggODQuNDI4MkMzNDMuMTk3IDU1LjYzNDUgMzcxLjc4MSAzOS42MTMzIDQwMi43MjUgMzkuNjEzM0M0MzMuNjY4IDM5LjYxMzMgNDY0LjEyOSA1OC43MDIyIDQ2Ny43MTkgODkuOTExMUM0NzEuMzM3IDg5LjEzNjYgNDc0LjExNCA4OS45MTExIDQ3OC4yNDEgODkuOTExMUM1MDcuNzUyIDg5LjkxMTEgNTMxLjY2NSAxMTMuODUzIDUzMS42NjUgMTQzLjM5OEM1MzEuNjY1IDE3Mi45NDQgNTA4LjE2MSAxOTYuNDc1IDQ3OS4wMTUgMTk2Ljg2MkM0NzkuMDE1IDE5Ni44NjIgMjQzLjc5NiAxOTYuOTk5IDI0Mi42ODEgMTk2Ljk5OUMyMjEuOTMgMTk2Ljk5OSAyMDUuMTE2IDE4MC4xNjUgMjA1LjExNiAxNTkuMzlDMjA1LjExNiAxMzguNjE0IDIyMS45MyAxMjEuNzggMjQyLjY4MSAxMjEuNzhIMjQyLjY1OFoiIHN0cm9rZT0idXJsKCNwYWludDFfbGluZWFyXzYyM18xMjM4MikiIHN0cm9rZS13aWR0aD0iMzIuMTE5NiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQogICAgPC9nPg0KICAgIDwvZz4NCiAgICA8ZGVmcz4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNjIzXzEyMzgyIiB4MT0iMC42MjE4MjYiIHkxPSIxMTUuNDE2IiB4Mj0iNzAyLjU0MSIgeTI9IjExNS40MTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCiAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMDYyRTNCIiBzdG9wLW9wYWNpdHk9IjAiLz4NCiAgICA8c3RvcCBvZmZzZXQ9IjAuMTUiIHN0b3AtY29sb3I9IiMwNjJFM0IiLz4NCiAgICA8c3RvcCBvZmZzZXQ9IjAuODUiIHN0b3AtY29sb3I9IiMwNjJFM0IiLz4NCiAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwNjJFM0IiIHN0b3Atb3BhY2l0eT0iMCIvPg0KICAgIDwvbGluZWFyR3JhZGllbnQ+DQogICAgPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzYyM18xMjM4MiIgeDE9IjM2OC4zOTEiIHkxPSIzOS42MTMzIiB4Mj0iMzY4LjM5MSIgeTI9IjE5Ni45OTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCiAgICA8c3RvcCBvZmZzZXQ9IjAuMzUiIHN0b3AtY29sb3I9IiM3N0NCREMiLz4NCiAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxQzlEQjkiLz4NCiAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcDBfNjIzXzEyMzgyIj4NCiAgICA8cGF0aCBkPSJNMC42MjE4MjYgMEg1MTAuMjUyQzUyMi4wNzggMCA1MzEuNjY1IDkuNTg2OTUgNTMxLjY2NSAyMS40MTNWMTc1LjU4N0M1MzEuNjY1IDE4Ny40MTMgNTIyLjA3OCAxOTcgNTEwLjI1MiAxOTdIMC42MjE4MjZWMFoiIGZpbGw9IndoaXRlIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgICA8L2RlZnM+DQo8L3N2Zz4NCg==");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
}

.customer-stats__container.bg-purple::after {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUzMiAxOTciPg0KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuNi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgOSkgIC0tPg0KICA8ZGVmcz4NCiAgICA8c3R5bGU+DQogICAgICAuc3QwLCAuc3QxIHsNCiAgICAgICAgZmlsbDogbm9uZTsNCiAgICAgIH0NCg0KICAgICAgLnN0MSB7DQogICAgICAgIGlzb2xhdGlvbjogaXNvbGF0ZTsNCiAgICAgICAgb3BhY2l0eTogLjU7DQogICAgICAgIHN0cm9rZTogdXJsKCNsaW5lYXItZ3JhZGllbnQpOw0KICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7DQogICAgICAgIHN0cm9rZS13aWR0aDogMzIuMTJweDsNCiAgICAgIH0NCg0KICAgICAgLnN0MiB7DQogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aCk7DQogICAgICB9DQogICAgPC9zdHlsZT4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4NCiAgICAgIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0uNjIsMGg1MDkuNjNjMTEuODMsMCwyMS40MSw5LjU5LDIxLjQxLDIxLjQxdjE1NC4xN2MwLDExLjgzLTkuNTksMjEuNDEtMjEuNDEsMjEuNDFILjYyVjBaIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjM2OC4zOCIgeTE9Ii0yNDEuMDIiIHgyPSIzNjguMzgiIHkyPSItODMuNjMiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNDQpIHNjYWxlKDEgLTEpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQogICAgICA8c3RvcCBvZmZzZXQ9Ii4zNSIgc3RvcC1jb2xvcj0iI2RmZGJlZCIgc3RvcC1vcGFjaXR5PSIuMjUiLz4NCiAgICAgIDxzdG9wIG9mZnNldD0iLjQzIiBzdG9wLWNvbG9yPSIjZGZkYmVkIiBzdG9wLW9wYWNpdHk9Ii4zNiIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIuNjIiIHN0b3AtY29sb3I9IiNkZmRiZWQiIHN0b3Atb3BhY2l0eT0iLjU5Ii8+DQogICAgICA8c3RvcCBvZmZzZXQ9Ii43OSIgc3RvcC1jb2xvcj0iI2RmZGJlZCIgc3RvcC1vcGFjaXR5PSIuNzYiLz4NCiAgICAgIDxzdG9wIG9mZnNldD0iLjkyIiBzdG9wLWNvbG9yPSIjZGZkYmVkIiBzdG9wLW9wYWNpdHk9Ii44NiIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZGZkYmVkIiBzdG9wLW9wYWNpdHk9Ii45Ii8+DQogICAgPC9saW5lYXJHcmFkaWVudD4NCiAgPC9kZWZzPg0KICA8ZyBjbGFzcz0ic3QyIj4NCiAgICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjY1LjUxLDEyMS43OGM1Ljg1LTI0LjQ3LDM1LjQyLTQ1LjM1LDcwLjU5LTM3LjM1LDcuMS0yOC43OSwzNS42OC00NC44MSw2Ni42My00NC44MXM2MS40LDE5LjA5LDY0Ljk5LDUwLjNjMy42Mi0uNzcsNi40LDAsMTAuNTIsMCwyOS41MSwwLDUzLjQyLDIzLjk0LDUzLjQyLDUzLjQ5cy0yMy41LDUzLjA4LTUyLjY1LDUzLjQ2YzAsMC0yMzUuMjIuMTQtMjM2LjMzLjE0LTIwLjc1LDAtMzcuNTctMTYuODMtMzcuNTctMzcuNjFzMTYuODEtMzcuNjEsMzcuNTctMzcuNjFoLS4wMiwyMi44NVoiLz4NCiAgPC9nPg0KPC9zdmc+");
}

.customer-stats__row {
	position: relative;
	z-index: 2;
}

@media (min-width: 48.0625rem) {
	.customer-stats__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 2rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.customer-stats__col {
	text-align: center;
	margin-bottom: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.customer-stats__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		min-width: 0;
		margin-bottom: 0;
	}
}

.customer-stats__number-line {
	font-size: 0;
}

.customer-stats__number, .customer-stats__number-label {
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: bold;
	opacity: 0;
}

@media (min-width: 48.0625rem) {
	.customer-stats__number, .customer-stats__number-label {
		font-size: 4.375rem;
		line-height: 4.375rem;
	}
}

.customer-stats__col.active .customer-stats__number, .customer-stats__col.active .customer-stats__number-label {
	opacity: 1;
}

.customer-story-hero {
	position: relative;
	padding-bottom: 5rem;
}

@media (min-width: 48.0625rem) {
	.customer-story-hero {
		padding-bottom: 6.25rem;
	}
}

.customer-story-hero__container {
	position: relative;
	z-index: 2;
}

@media (min-width: 48.0625rem) {
	.customer-story-hero__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (min-width: 48.0625rem) {
	.customer-story-hero__media-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 55%;
		flex: 0 1 55%;
	}
}

@media (max-width: 48rem) {
	.customer-story-hero__media-content {
		margin-bottom: 1.875rem;
	}
}

@media (min-width: 48.0625rem) {
	.customer-story-hero__text-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 45%;
		flex: 0 1 45%;
		padding-right: 2.5rem;
	}
}

.customer-story-hero__text {
	margin-bottom: 1.875rem;
}

.customer-story-hero .customer-story-hero__logo {
	margin-bottom: 1.875rem;
}

.customer-story-hero .header__eyebrow {
	color: #cdff4e;
	letter-spacing: .125rem;
}

.customer-story-hero .header__headline {
	font-size: 1.5625rem;
	line-height: 2.1875rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 48.0625rem) {
	.customer-story-hero .header__headline {
		font-size: 2.8125rem;
		line-height: 3.75rem;
	}
}

.customer-story-hero .customer-story-hero--bg-1 {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.customer-story-hero .customer-story-hero--bg-2 {
	position: absolute;
	z-index: 1;
	top: 60%;
	left: 0;
}

.detail-header {
	background-image: linear-gradient(101deg, #053a51, #021a25);
	color: #fff;
}

.detail-header__text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding-block: 3.75rem 2.5rem;
}

@media (min-width: 48rem) {
	.detail-header__text-container {
		padding-block: calc(2.9761904762vw + 2.3214285714rem) calc(5.9523809524vw - .3571428571rem);
	}
}

@media (min-width: 90rem) {
	.detail-header__text-container {
		padding-block: 5rem 5rem;
	}
}

.detail-header__pill {
	margin-bottom: 1rem;
}

.detail-header__subhead {
	font-size: 1.5rem;
	font-style: italic;
	margin-bottom: 1rem;
}

.detail-header__image-wrapper {
	position: relative;
	z-index: 1;
	margin-top: -1.25rem;
}

.detail-header__image-wrapper::before {
	content: "";
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background-color: #fff;
}

.detail-header__image {
	height: auto;
	aspect-ratio: 1120/500;
	border-radius: 20px;
}

.detail-header__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .5rem;
	margin-top: 1rem;
}

.detail-header__category-separator {
	background-color: #bdd3d7;
	display: block;
	width: 2px;
	height: 16px;
}

.elementor-widget-nerdio-divider .divider {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
}

.elementor-widget-nerdio-divider .divider hr {
	border-bottom: none;
}

.elementor-widget-nerdio-divider .divider.divider--bg-white hr {
	color: #ededed;
}

.elementor-widget-nerdio-divider .divider.divider--bg-light-teal hr {
	color: #94cfd9;
}

.elementor-widget-nerdio-divider .divider.divider--bg-dark-teal hr {
	color: #376575;
}

.expand-card {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
	gap: 2.5rem;
	border-radius: 20px;
	background-color: #042838;
	padding: 1.875rem;
	overflow: hidden;
}

@media (min-width: 40rem) {
	.expand-card {
		padding: 2.5rem;
	}
}

@media (min-width: 64rem) {
	.expand-card {
		min-height: 35rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 23.75rem;
		flex: 0 0 23.75rem;
		-webkit-transition: -webkit-box-flex .3s ease;
		transition: -webkit-box-flex .3s ease;
		transition: flex .3s ease;
		transition: flex .3s ease, -webkit-box-flex .3s ease, -ms-flex .3s ease;
	}
	
	.expand-card--is-expanded {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.expand-card .rich-text li {
	position: relative;
	margin-left: 1.875rem;
}

.expand-card .rich-text li::before {
	position: absolute;
	top: 0;
	left: -2.1875rem;
	content: "";
	display: inline-block;
	width: 1.5625rem;
	height: 1.5625rem;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02LjM5OTk1IDE0LjAyNUwwLjY5OTk1MSA4LjMyNUwyLjEyNDk1IDYuOUw2LjM5OTk1IDExLjE3NUwxNS41NzUgMkwxNyAzLjQyNUw2LjM5OTk1IDE0LjAyNVoiIGZpbGw9IiMwNjJFM0IiLz4NCjwvc3ZnPg0K");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02LjM5OTk1IDE0LjAyNUwwLjY5OTk1MSA4LjMyNUwyLjEyNDk1IDYuOUw2LjM5OTk1IDExLjE3NUwxNS41NzUgMkwxNyAzLjQyNUw2LjM5OTk1IDE0LjAyNVoiIGZpbGw9IiMwNjJFM0IiLz4NCjwvc3ZnPg0K");
	background-color: #fff;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 10px;
	mask-size: 10px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.expand-card .rich-text li::after {
	position: absolute;
	top: 0;
	left: -2.1875rem;
	content: "";
	display: inline-block;
	width: 1.5625rem;
	height: 1.5625rem;
	border-radius: 50%;
	border: 1px solid #1e9db8;
}

.expand-card .rich-text li+li {
	margin-top: 1.125rem;
}

.expand-card--bg-nerdio-blue {
	background-color: #1e9db8;
}

.expand-card--bg-nerdio-blue .rich-text li::after {
	border-color: #fff;
}

.expand-card__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: .5rem;
}

@media (min-width: 40rem) {
	.expand-card__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 1.25rem;
	}
}

.expand-card__text-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 64rem) {
	.expand-card__text-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 18.75rem;
		flex: 0 1 18.75rem;
	}
}

.expand-card__text-wrapper {
	display: grid;
}

.expand-card__text {
	grid-row: 1;
	grid-column: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
	transition: opacity 400ms ease, -webkit-transform 400ms ease;
	transition: transform 400ms ease, opacity 400ms ease;
	transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
}

@media (min-width: 64rem) {
	.expand-card--is-expanded .expand-card__text {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
		-webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease 400ms;
		transition: opacity 400ms ease, -webkit-transform 400ms ease 400ms;
		transition: transform 400ms ease 400ms, opacity 400ms ease;
		transition: transform 400ms ease 400ms, opacity 400ms ease, -webkit-transform 400ms ease 400ms;
	}
}

.expand-card__hover-text {
	grid-row: 1;
	grid-column: 1;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease 400ms;
	transition: opacity 400ms ease, -webkit-transform 400ms ease 400ms;
	transition: transform 400ms ease 400ms, opacity 400ms ease;
	transition: transform 400ms ease 400ms, opacity 400ms ease, -webkit-transform 400ms ease 400ms;
}

@media (max-width: 63.9375rem) {
	.expand-card__hover-text {
		display: none;
	}
}

@media (min-width: 64rem) {
	.expand-card--is-expanded .expand-card__hover-text {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		-webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
		transition: opacity 400ms ease, -webkit-transform 400ms ease;
		transition: transform 400ms ease, opacity 400ms ease;
		transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
	}
}

.expand-card__headline-container {
	padding-bottom: 1.125rem;
	border-bottom: 1px solid #1e9db8;
	margin-bottom: 1.25rem;
}

.expand-card--bg-nerdio-blue .expand-card__headline-container {
	border-color: #042838;
}

.expand-card__subhead {
	color: #94cfd9;
}

.expand-card--bg-nerdio-blue .expand-card__subhead {
	color: #042838;
}

.expand-card__button-group {
	margin-top: auto;
}

@media (min-width: 64rem) {
	.expand-card__button-group {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		opacity: 0;
		-webkit-transition: opacity 200ms ease 0s;
		transition: opacity 200ms ease 0s;
	}
	
	.expand-card--is-expanded .expand-card__button-group {
		-webkit-transition: opacity 200ms ease 200ms;
		transition: opacity 200ms ease 200ms;
		opacity: 1;
	}
}

@media (min-width: 64rem) {
	.expand-card__button {
		white-space: nowrap;
	}
}

.expand-card__image-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: -2.5rem;
}

@media (max-width: 63.9375rem) {
	.expand-card__image-content {
		max-width: 20rem;
		margin-left: auto;
	}
}

@media (min-width: 64rem) {
	.expand-card__image-content {
		position: absolute;
		top: 0;
		right: 0;
		width: calc(100vw - 50rem);
		max-width: 22.5rem;
		height: 100%;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 200ms ease;
		transition: -webkit-transform 200ms ease;
		transition: transform 200ms ease;
		transition: transform 200ms ease, -webkit-transform 200ms ease;
	}
	
	.expand-card--is-expanded .expand-card__image-content {
		-webkit-transform: none;
		transform: none;
		-webkit-transition: -webkit-transform 400ms ease;
		transition: -webkit-transform 400ms ease;
		transition: transform 400ms ease;
		transition: transform 400ms ease, -webkit-transform 400ms ease;
	}
}

.expand-card__image {
	width: 100%;
}

@media (min-width: 64rem) {
	.expand-card__image {
		min-height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: top right;
		object-position: top right;
	}
}

.expand-cards__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
}

@media (min-width: 64rem) {
	.expand-cards__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.feature {
	display: grid;
	gap: .75rem;
	grid-template-columns: repeat(6, 1fr);
	border-top: 1px solid #bdd3d7;
}

.feature h3 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (min-width: 48.0625rem) {
	.feature {
		grid-template-columns: repeat(5, 1fr);
	}
}

.feature:first-child {
	border-top: none;
}

.feature:last-child {
	border-bottom: 1px solid #bdd3d7;
}

.feature__title-wrapper {
	grid-column: span 3;
	padding: .75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .5rem;
}

@media (min-width: 48.0625rem) {
	.feature__title-wrapper {
		grid-column: span 2;
	}
}

@media (min-width: 48.0625rem) {
	.feature__title {
		font-family: "Poppins", serif;
		line-height: 1.7;
	}
}

.feature__check-wrapper {
	position: relative;
	grid-column: span 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.feature__check-wrapper--accent {
	background-color: #dcecee;
}

.featured-events__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-bottom: 2.5rem;
}

.featured-events__events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.125rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 48.0625rem) {
	.featured-events__events {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 48.0625rem) {
	.featured-events__large-event {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 40rem;
		flex: 0 1 40rem;
	}
}

.featured-events__small-events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.5625rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.features-table-accordion-item__toggle {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #042838;
	cursor: pointer;
	padding: 1rem .75rem;
	border-bottom: 1px solid #bdd3d7;
}

.features-table-accordion-item__toggle::after {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
	margin-top: .5rem;
	display: inline-block;
	width: 1rem;
	height: .625rem;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #a496c3;
}

.features-table-accordion-item__toggle[aria-expanded=true]::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.features-table-accordion-item__content-wrapper {
	display: none;
}

.features-table-accordion-item__content-wrapper[aria-hidden=false] {
	display: block;
}

@media (max-width: 89.9375rem) {
	.features-table .tooltip__content {
		left: 0;
		-webkit-transform: translateX(-15%);
		transform: translateX(-15%);
		width: 15.625rem;
	}
	
	.features-table .tooltip__content::before {
		left: 15%;
		-webkit-transform: translateX(25%);
		transform: translateX(25%);
	}
}

@media (max-width: 47.9375rem) {
	.features-table .tooltip__content {
		width: 15.625rem;
	}
}

@media (max-width: 39.9375rem) {
	.features-table .container {
		width: 100%;
		margin: 0;
	}
}

.features-table__head {
	position: sticky;
	z-index: 20;
	top: calc(var(--nav-height) + var(--utlity-nav-height));
	background: #fff;
}

.features-table__head-tabs, .features-table__head-select {
	border-bottom: .0625rem solid #c9c9c9;
}

.features-table__head-select {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	padding-right: .3125rem;
}

@media (min-width: 29.6875rem) {
	.features-table__head-select {
		grid-template-columns: repeat(6, 1fr);
		padding-right: .625rem;
	}
}

@media (min-width: 40rem) {
	.features-table__head-select {
		grid-template-columns: repeat(7, 1fr);
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		padding-right: 0;
	}
}

@media (min-width: 64rem) {
	.features-table__head-select {
		display: none;
	}
}

.features-table__head-select .features-table__head-select-tab {
	grid-column: 3 span;
	padding: .625rem .3125rem .375rem;
	overflow: hidden;
	border: .0625rem solid #c9c9c9;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}

@media (min-width: 29.6875rem) {
	.features-table__head-select .features-table__head-select-tab {
		grid-column: 2 span;
	}
}

.features-table__head-select .features-table__head-select-tab:first-of-type {
	grid-column-start: 2;
	grid-column-end: 5;
}

@media (min-width: 29.6875rem) {
	.features-table__head-select .features-table__head-select-tab:first-of-type {
		grid-column-start: 3;
		grid-column-end: 5;
	}
}

@media (min-width: 40rem) {
	.features-table__head-select .features-table__head-select-tab:first-of-type {
		grid-column-start: 4;
		grid-column-end: 6;
	}
}

.features-table__head-select .features-table__head-select-wrapper {
	position: relative;
}

.features-table__head-select .features-table__head-select-wrapper::after {
	position: absolute;
	right: .125rem;
	top: calc(50% - 4px);
	content: "";
	width: .875rem;
	height: .5625rem;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuNTg2OTE0IDEuMDg2OTFDMC40ODU1MzggMS4xODgyOSAwLjQ3Mjc4MSAxLjMxNTkgMC41NDg4MjggMS40MjM4M0wwLjU4NjkxNCAxLjQ2ODc1TDAuNTk0NzI3IDEuNDc2NTZMNS42ODA2NiA2Ljc5NDkyQzUuODc3MDYgNi45MjAzMiA2LjA3MTA1IDcgNi4yMjI2NiA3QzYuMzc0IDYuOTk5ODUgNi41NjY3NSA2LjkxOTkxIDYuNzYyNyA2Ljc5NDkyTDExLjg0OTYgMS40NzY1NkwxMS44NTc0IDEuNDY4NzVDMTEuOTczMyAxLjM1MjkgMTEuOTczMyAxLjIwMjc2IDExLjg1NzQgMS4wODY5MUMxMS43NTYgMC45ODU1NjMgMTEuNjI4NCAwLjk3MjczNyAxMS41MjA1IDEuMDQ4ODNMMTEuNDc1NiAxLjA4NjkxTDYuNTgxMDYgNi4xMzY3Mkw2LjIyMjY2IDYuNTA2ODRMNS44NjMyOCA2LjEzNjcyTDAuOTY2Nzk3IDEuMDg1OTRDMC44NTExNDMgMC45NzE1IDAuNzAyMjkxIDAuOTcxNTM3IDAuNTg2OTE0IDEuMDg2OTFaIiBzdHJva2U9IiMwMDAiIC8+PC9zdmc+");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuNTg2OTE0IDEuMDg2OTFDMC40ODU1MzggMS4xODgyOSAwLjQ3Mjc4MSAxLjMxNTkgMC41NDg4MjggMS40MjM4M0wwLjU4NjkxNCAxLjQ2ODc1TDAuNTk0NzI3IDEuNDc2NTZMNS42ODA2NiA2Ljc5NDkyQzUuODc3MDYgNi45MjAzMiA2LjA3MTA1IDcgNi4yMjI2NiA3QzYuMzc0IDYuOTk5ODUgNi41NjY3NSA2LjkxOTkxIDYuNzYyNyA2Ljc5NDkyTDExLjg0OTYgMS40NzY1NkwxMS44NTc0IDEuNDY4NzVDMTEuOTczMyAxLjM1MjkgMTEuOTczMyAxLjIwMjc2IDExLjg1NzQgMS4wODY5MUMxMS43NTYgMC45ODU1NjMgMTEuNjI4NCAwLjk3MjczNyAxMS41MjA1IDEuMDQ4ODNMMTEuNDc1NiAxLjA4NjkxTDYuNTgxMDYgNi4xMzY3Mkw2LjIyMjY2IDYuNTA2ODRMNS44NjMyOCA2LjEzNjcyTDAuOTY2Nzk3IDEuMDg1OTRDMC44NTExNDMgMC45NzE1IDAuNzAyMjkxIDAuOTcxNTM3IDAuNTg2OTE0IDEuMDg2OTFaIiBzdHJva2U9IiMwMDAiIC8+PC9zdmc+");
	background-color: #fff;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	pointer-events: none;
	-webkit-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

@media (min-width: 40rem) {
	.features-table__head-select .features-table__head-select-wrapper::after {
		right: .625rem;
	}
}

.features-table__head-select .features-table__head-select-wrapper:hover::after {
	background-color: #94cfd9;
}

.features-table__head-select select {
	display: inline-block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	font-size: .8125rem;
	font-weight: bold;
	text-align: center;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

.features-table__head-select select:hover {
	color: #94cfd9;
}

.features-table__head-select .features-table__head-select-details {
	font-size: .9375rem;
}

.features-table__enterprise .features-table__head-tabs {
	display: none;
}

@media (min-width: 64rem) {
	.features-table__enterprise .features-table__head-tabs {
		display: grid;
		grid-template-columns: repeat(11, 1fr);
		-webkit-column-gap: .625rem;
		-moz-column-gap: .625rem;
		column-gap: .625rem;
	}
	
	.features-table__enterprise .features-table__head-tabs>div:first-of-type {
		grid-column-start: 4;
		grid-column-end: 6;
	}
}

.features-table__msp .features-table__head-tabs {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	-webkit-column-gap: .3125rem;
	-moz-column-gap: .3125rem;
	column-gap: .3125rem;
	padding-right: .3125rem;
}

@media (min-width: 29.6875rem) {
	.features-table__msp .features-table__head-tabs {
		grid-template-columns: repeat(6, 1fr);
		padding-right: .625rem;
	}
}

@media (min-width: 40rem) {
	.features-table__msp .features-table__head-tabs {
		padding-right: 0;
	}
}

@media (min-width: 48rem) {
	.features-table__msp .features-table__head-tabs {
		grid-template-columns: repeat(7, 1fr);
	}
}

@media (min-width: 64rem) {
	.features-table__msp .features-table__head-tabs {
		grid-template-columns: repeat(9, 1fr);
		-webkit-column-gap: .625rem;
		-moz-column-gap: .625rem;
		column-gap: .625rem;
	}
}

.features-table__msp .features-table__head-tabs>div:first-of-type {
	grid-column-start: 2;
	grid-column-end: 5;
}

@media (min-width: 29.6875rem) {
	.features-table__msp .features-table__head-tabs>div:first-of-type {
		grid-column-start: 3;
		grid-column-end: 5;
	}
}

@media (min-width: 48rem) {
	.features-table__msp .features-table__head-tabs>div:first-of-type {
		grid-column-start: 4;
		grid-column-end: 6;
	}
}

@media (min-width: 64rem) {
	.features-table__msp .features-table__head-tabs>div:first-of-type {
		grid-column-start: 4;
		grid-column-end: 7;
	}
}

.features-table__head-tab, .features-table__head-avd-wrap {
	overflow: hidden;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}

.features-table__head-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: .0625rem solid #c9c9c9;
	border-bottom-width: 0;
}

.features-table__enterprise .features-table__head-tab {
	grid-column: 2 span;
}

.features-table__msp .features-table__head-tab {
	grid-column: 3 span;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 29.6875rem) {
	.features-table__msp .features-table__head-tab {
		grid-column: 2 span;
	}
}

@media (min-width: 64rem) {
	.features-table__msp .features-table__head-tab {
		grid-column: 3 span;
	}
}

.features-table__enterprise .features-table__head-avd-wrap {
	grid-column: 4 span;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.features-table__enterprise .features-table__head-avd-wrap .features-table__head-tab {
	border-radius: 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right: .0625rem solid #fff;
}

.features-table__enterprise .features-table__head-avd-wrap .features-table__head-tab:last-of-type {
	border-left: .0625rem solid #fff;
	border-right: none;
}

.features-table__enterprise .features-table__head-avd-wrap-title {
	grid-column: 4 span;
}

.features-table__row {
	display: grid;
}

.features-table__enterprise .features-table__row {
	grid-template-columns: repeat(6, 1fr);
	-webkit-column-gap: .625rem;
	-moz-column-gap: .625rem;
	column-gap: .625rem;
}

@media (min-width: 40rem) {
	.features-table__enterprise .features-table__row {
		grid-template-columns: repeat(7, 1fr);
	}
}

@media (min-width: 64rem) {
	.features-table__enterprise .features-table__row {
		grid-template-columns: repeat(11, 1fr);
	}
}

.features-table__enterprise .features-table__row .features-table__row-title {
	grid-column: 2 span;
}

@media (min-width: 40rem) {
	.features-table__enterprise .features-table__row .features-table__row-title {
		grid-column: 3 span;
	}
}

.features-table__enterprise .features-table__row .features-table__row-cell {
	grid-column: 2 span;
}

.features-table__msp .features-table__row {
	grid-template-columns: repeat(6, 1fr);
	-webkit-column-gap: .625rem;
	-moz-column-gap: .625rem;
	column-gap: .625rem;
}

@media (min-width: 40rem) {
	.features-table__msp .features-table__row {
		grid-template-columns: repeat(7, 1fr);
	}
}

@media (min-width: 64rem) {
	.features-table__msp .features-table__row {
		grid-template-columns: repeat(9, 1fr);
	}
}

.features-table__msp .features-table__row .features-table__row-title {
	grid-column: 2 span;
}

@media (min-width: 40rem) {
	.features-table__msp .features-table__row .features-table__row-title {
		grid-column: 3 span;
	}
}

.features-table__msp .features-table__row .features-table__row-cell {
	grid-column: 2 span;
}

@media (min-width: 64rem) {
	.features-table__msp .features-table__row .features-table__row-cell {
		grid-column: 3 span;
	}
}

.features-table__row, .features-table__body-header {
	padding-left: .625rem;
	padding-right: 1rem;
	border-bottom: .0625rem solid #c9c9c9;
}

@media (min-width: 40rem) {
	.features-table__row, .features-table__body-header {
		padding: 0;
	}
}

.features-table__body-header {
	background-color: #ddd;
}

@media (min-width: 40rem) {
	.features-table__body-header>div {
		padding-left: .625rem;
	}
}

.features-table__body-header .h6 {
	font-size: 1.25rem;
}

@media (min-width: 40rem) {
	.features-table__row-title {
		padding-left: .625rem;
	}
}

.features-table__row-title .text-body {
	font-size: .875rem;
}

@media (min-width: 48rem) {
	.features-table__row-title .text-body {
		font-size: 1.125rem;
	}
}

.features-table__row-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.features-table__row-cell.features-table_row-cell--hidden {
	display: none;
}

@media (min-width: 64rem) {
	.features-table__row-cell.features-table_row-cell--hidden {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 64rem) {
	.features-table__row-cell.features-table_row-cell--right {
		display: none;
	}
}

.features-table__enterprise--avd-core, .features-table__enterprise--avd-premium, .features-table__enterprise--avd-core--right, .features-table__enterprise--avd-premium--right {
	background-color: #e4f5f8;
}

.features-table__msp--m365 {
	background-color: #e4f5f8;
}

.features-table__msp--avd {
	background-color: #eeffc4;
}

.resource-details__floating-promo {
	z-index: 150;
	position: absolute;
	top: 16.5rem;
	bottom: 5rem;
	right: 0;
}

.floating-promo {
	position: sticky;
	top: calc(var(--nav-height) + 28rem);
	bottom: calc(var(--nav-height) + 5rem);
	width: 10.625rem;
	background-color: #fff;
	border: .0625rem solid #042838;
	border-right-width: 0;
	border-top-left-radius: .625rem;
	border-bottom-left-radius: .625rem;
	padding: 1rem 1rem 1.25rem;
}

@media (min-width: 1200px) {
	.floating-promo {
		top: calc(var(--nav-height) + 16.5rem);
		width: 13.75rem;
	}
}

.floating-promo h3 {
	font-size: .9375rem;
	font-weight: 700;
	margin-bottom: .625rem;
}

@media (min-width: 1200px) {
	.floating-promo h3 {
		font-size: 1rem;
	}
}

.floating-promo p {
	font-size: .875rem;
	margin-bottom: 1rem;
}

@media (min-width: 1200px) {
	.floating-promo p {
		font-size: 1rem;
	}
}

.floating-promo__button {
	text-align: right;
}

.floating-promo__button button {
	cursor: pointer;
}

.footer {
	background-color: #042838;
	padding-block: 1.25rem 1.25rem;
}

@media (min-width: 48rem) {
	.footer {
		padding-block: calc(8.9285714286vw - 3.0357142857rem) calc(4.4642857143vw - .8928571429rem);
	}
}

@media (min-width: 90rem) {
	.footer {
		padding-block: 5rem 3.125rem;
	}
}

.footer__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #376575;
	border-top: 1px solid #376575;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 48.0625rem) {
	.footer__main {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 2.5rem;
	}
}

.footer__address-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.footer__address-content {
		margin-bottom: 0;
	}
}

.footer__address-content a {
	color: #bdd3d7;
	text-decoration: none;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	display: inline-block;
	margin-top: .625rem;
}

.footer__address-content a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer__featured-content {
	margin-top: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.footer__featured-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 0;
	}
}

@media (min-width: 48.0625rem) {
	.footer__newsletter, .footer__social-content {
		width: 50%;
	}
}

.footer__newsletter {
	margin-bottom: auto;
}

.footer__social-content {
	margin-top: 2.5rem;
}

@media (min-width: 48.0625rem) {
	.footer__social-content {
		margin-top: 0;
	}
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .625rem;
}

.footer__social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #bdd3d7;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.footer__social-link:hover {
	background-color: #fff;
}

.footer__social-icon {
	display: block;
	color: #042838;
}

@media (min-width: 48.0625rem) {
	.footer__menu-content {
		width: 100%;
		margin-bottom: 0;
	}
}

.footer__menu-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

@media (min-width: 40.0625rem) {
	.footer__menu-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0;
	}
}

.footer__menu-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (min-width: 40.0625rem) {
	.footer__menu-item {
		margin: 0;
	}
}

@media (min-width: 48.0625rem) {
	.footer__menu-item-top {
		width: 25%;
		margin-top: 0;
	}
}

.footer__menu-link {
	text-decoration: none;
}

.footer__menu-link:hover {
	text-decoration: underline;
}

.footer__submenu-item+.footer__submenu-item {
	margin-top: .625rem;
}

.footer__submenu-link {
	color: #bdd3d7;
	text-decoration: none;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}

.footer__submenu-link:hover {
	text-decoration: underline;
	color: #fff;
}

.footer__secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	row-gap: 1.25rem;
	padding-top: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.footer__secondary {
		-webkit-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem;
		padding-top: 2.5rem;
	}
}

@media (min-width: 48.0625rem) {
	.footer__legal {
		font-family: "Poppins", serif;
		line-height: 1.7;
		font-size: 1.125rem;
	}
}

.footer__policy-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}

.footer__policy-link {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}

@media (min-width: 48.0625rem) {
	.footer__policy-link {
		font-family: "Poppins", serif;
		line-height: 1.7;
		font-size: 1.125rem;
	}
}

.footer__policy-link:hover {
	text-decoration: underline;
}

.global-banner {
	background: #94cfd9;
	color: #042838;
}

.global-banner__container {
	padding: 1rem 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 1.25rem;
}

.global-banner__content {
	font-size: .875rem;
}

.global-banner__text {
	display: inline;
}

.global-banner__link {
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid currentColor;
	color: inherit;
}

.global-banner__link:hover {
	border-bottom-color: rgba(0, 0, 0, 0);
}

.global-banner__close {
	border: none;
	background: none;
	cursor: pointer;
	color: inherit;
	padding: .3125rem;
}

.header {
	padding-top: 5rem;
}

.header--white-glacier {
	background-image: none;
}

.header--nerdio-blue {
	background-image: none;
}

.header--nerdio-blue.nitro-lazy {
	background-image: none !important;
}

.header--white-glacier.nitro-lazy {
	background-image: none !important;
}

.header__container {
	gap: 2.5rem;
}

@media (min-width: 48.0625rem) {
	.header__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.header__text-content {
	color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.header__eyebrow {
	color: #1e9db8;
}

.header--nerdio-blue .header__eyebrow {
	color: #042838;
}

.header--white-glacier .header__headline {
	color: #042838;
}

.header.bg-blue .highlight {
	color: #042838;
}

.header--white-glacier .header__text {
	color: #042838;
}

.header__media-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

@media (max-width: 48rem) {
	.header__media-content {
		margin-bottom: 2.5rem;
	}
}

.elementor .header__image, .header__image {
	width: 100%;
	border-radius: 20px;
}

.hero {
	position: relative;
	background-color: #042838;
	color: #fff;
	overflow: hidden;
}

@media (min-width: 48rem) {
	.hero {
		background-image: linear-gradient(101deg, #053a51, #021a25);
		background-color: rgba(0, 0, 0, 0);
	}
}

.hero {
	padding-block: 5rem 6rem;
}

@media (min-width: 48rem) {
	.hero {
		padding-block: calc(8.9285714286vw + .7142857143rem) calc(-8.3333333333vw + 10rem);
	}
}

@media (min-width: 90rem) {
	.hero {
		padding-block: 8.75rem 2.5rem;
	}
}

.hero__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width: 48rem) {
	.hero__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.hero__text-content {
	margin-top: -5%;
}

@media (min-width: 48rem) {
	.hero__text-content {
		margin-top: 0;
		margin-bottom: 8.75rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
}

@media (max-width: 419px) {
	.hero__headline {
		font-size: 2.5625rem;
	}
}

.hero__button-group {
	margin-top: 2.5rem;
}

@media (max-width: 47.9375rem) {
	.hero__animation-wrapper {
		max-width: 450px;
		margin: 0 auto .625rem;
	}
}

@media (min-width: 48rem) {
	.hero__animation-wrapper {
		mix-blend-mode: screen;
	}
}

.hero__animation-wrapper .hero-mobile {
	margin-top: -3.125rem;
	margin-bottom: 1.25rem;
}

@media (min-width: 48rem) {
	.hero__animation-wrapper .hero-mobile {
		display: none;
	}
}

.hero__animation-wrapper .hero-mobile img {
	width: 100%;
	min-width: 280px;
	height: auto;
}

@media (max-width: 47.9375rem) {
	.hero__animation-wrapper .laptop-animation {
		display: none;
	}
}

.hero__animation-wrapper .laptop-animation img {
	width: 100%;
}

@media (min-width: 48rem) {
	.hero__animation-wrapper .laptop-animation__laptop-background-mobile {
		display: none;
	}
}

@media (max-width: 47.9375rem) {
	.hero__animation-wrapper .laptop-animation__laptop-background, .hero__animation-wrapper .laptop-animation__glasses-outline, .hero__animation-wrapper .laptop-animation__glasses-fill {
		display: none;
	}
}

@media (min-width: 48rem) {
	.hero__animation-wrapper {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin-left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
	
	.hero__animation-wrapper .laptop-animation {
		width: 150%;
	}
}

.hero__circle {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(-100%, 100%);
	transform: translate(-100%, 100%);
	-webkit-animation-name: circle-side-in;
	animation-name: circle-side-in;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes circle-side-in {
	0% {
		opacity: 0;
		-webkit-transform: translate(-100%, 100%);
		transform: translate(-100%, 100%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
}

@keyframes circle-side-in {
	0% {
		opacity: 0;
		-webkit-transform: translate(-100%, 100%);
		transform: translate(-100%, 100%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
}

.intro-text__eyebrow {
	color: #1e9db8;
}

.intro-text--center .intro-text__button-group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-ticker {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.logo-ticker--overlap {
	padding-top: 5rem;
}

.logo-ticker__container {
	border-radius: 40px;
}

.logo-ticker--overlap .logo-ticker__container {
	margin-top: -7.5rem;
}

.logo-ticker__container {
	padding: 2.5rem 1.875rem;
}

@media (min-width: 48rem) {
	.logo-ticker__container {
		padding: calc(1.4880952381vw + 1.7857142857rem) calc(1.4880952381vw + 1.1607142857rem);
	}
}

@media (min-width: 90rem) {
	.logo-ticker__container {
		padding: 3.125rem 2.5rem;
	}
}

.logo-ticker__headline {
	color: #1e9db8;
	margin-bottom: 2.5rem;
	max-width: 37.5rem;
	margin-inline: auto;
}

.bg-blue .logo-ticker__headline, .bg-navy .logo-ticker__headline {
	color: #fff;
}

.logo-ticker__logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	row-gap: 2.75rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 2.75rem;
	-moz-column-gap: 2.75rem;
	column-gap: 2.75rem;
}

@media (min-width: 48rem) {
	.logo-ticker__logos {
		-webkit-column-gap: calc(5.3571428571vw + .1785714286rem);
		-moz-column-gap: calc(5.3571428571vw + .1785714286rem);
		column-gap: calc(5.3571428571vw + .1785714286rem);
	}
}

@media (min-width: 90rem) {
	.logo-ticker__logos {
		-webkit-column-gap: 5rem;
		-moz-column-gap: 5rem;
		column-gap: 5rem;
	}
}

.logo-ticker__g2_banner .logo-ticker__logos {
	row-gap: 3.125rem;
}

.logo-ticker__logo-group {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.logo-ticker--animate .logo-ticker__logo-group {
	-webkit-animation: logo-ticker 5s linear infinite;
	animation: logo-ticker 5s linear infinite;
	-webkit-animation-timing-function: cubic-bezier(.42, 0, .51, 1.3);
	animation-timing-function: cubic-bezier(.42, 0, .51, 1.3);
}

.logo-ticker__g2_banner.logo-ticker--animate .logo-ticker__logo-group {
	-webkit-animation: logo-ticker-g2 5s linear infinite;
	animation: logo-ticker-g2 5s linear infinite;
}

.logo-ticker__logo-item {
	grid-row: 1;
	grid-column: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 1.5rem;
}

@media (min-width: 48rem) {
	.logo-ticker__logo-item {
		height: calc(1.7857142857vw + .6428571429rem);
	}
}

@media (min-width: 90rem) {
	.logo-ticker__logo-item {
		height: 2.25rem;
	}
}

.logo-ticker__g2_banner .logo-ticker__logo-item {
	height: 14.375rem;
}

@media (min-width: 48rem) {
	.logo-ticker__g2_banner .logo-ticker__logo-item {
		height: 14.375rem;
	}
}

@media (min-width: 90rem) {
	.logo-ticker__g2_banner .logo-ticker__logo-item {
		height: 14.375rem;
	}
}

.logo-ticker__logo-item-front {
	-webkit-transform: rotateX(0deg) translateZ(10px);
	transform: rotateX(0deg) translateZ(10px);
}

.logo-ticker__logo-item-back {
	display: none;
	-webkit-transform: rotateX(180deg) translateZ(10px);
	transform: rotateX(180deg) translateZ(10px);
}

.logo-ticker--animate .logo-ticker__logo-item-back {
	display: block;
}

.logo-ticker__logo-image {
	height: 100%;
	width: auto;
}

@-webkit-keyframes logo-ticker {
	0% {
		-webkit-transform: perspective(100px) rotateX(0deg);
		transform: perspective(100px) rotateX(0deg);
	}
	
	20% {
		-webkit-transform: perspective(100px) rotateX(0deg);
		transform: perspective(100px) rotateX(0deg);
	}
	
	30% {
		-webkit-transform: perspective(100px) rotateX(180deg);
		transform: perspective(100px) rotateX(180deg);
	}
	
	70% {
		-webkit-transform: perspective(100px) rotateX(180deg);
		transform: perspective(100px) rotateX(180deg);
	}
	
	80% {
		-webkit-transform: perspective(100px) rotateX(360deg);
		transform: perspective(100px) rotateX(360deg);
	}
	
	100% {
		-webkit-transform: perspective(100px) rotateX(360deg);
		transform: perspective(100px) rotateX(360deg);
	}
}

@keyframes logo-ticker {
	0% {
		-webkit-transform: perspective(100px) rotateX(0deg);
		transform: perspective(100px) rotateX(0deg);
	}
	
	20% {
		-webkit-transform: perspective(100px) rotateX(0deg);
		transform: perspective(100px) rotateX(0deg);
	}
	
	30% {
		-webkit-transform: perspective(100px) rotateX(180deg);
		transform: perspective(100px) rotateX(180deg);
	}
	
	70% {
		-webkit-transform: perspective(100px) rotateX(180deg);
		transform: perspective(100px) rotateX(180deg);
	}
	
	80% {
		-webkit-transform: perspective(100px) rotateX(360deg);
		transform: perspective(100px) rotateX(360deg);
	}
	
	100% {
		-webkit-transform: perspective(100px) rotateX(360deg);
		transform: perspective(100px) rotateX(360deg);
	}
}

@-webkit-keyframes logo-ticker-g2 {
	0% {
		-webkit-transform: perspective(700px) rotateX(0deg);
		transform: perspective(700px) rotateX(0deg);
	}
	
	20% {
		-webkit-transform: perspective(700px) rotateX(0deg);
		transform: perspective(700px) rotateX(0deg);
	}
	
	30% {
		-webkit-transform: perspective(700px) rotateX(180deg);
		transform: perspective(700px) rotateX(180deg);
	}
	
	70% {
		-webkit-transform: perspective(700px) rotateX(180deg);
		transform: perspective(700px) rotateX(180deg);
	}
	
	80% {
		-webkit-transform: perspective(700px) rotateX(360deg);
		transform: perspective(700px) rotateX(360deg);
	}
	
	100% {
		-webkit-transform: perspective(700px) rotateX(360deg);
		transform: perspective(700px) rotateX(360deg);
	}
}

@keyframes logo-ticker-g2 {
	0% {
		-webkit-transform: perspective(700px) rotateX(0deg);
		transform: perspective(700px) rotateX(0deg);
	}
	
	20% {
		-webkit-transform: perspective(700px) rotateX(0deg);
		transform: perspective(700px) rotateX(0deg);
	}
	
	30% {
		-webkit-transform: perspective(700px) rotateX(180deg);
		transform: perspective(700px) rotateX(180deg);
	}
	
	70% {
		-webkit-transform: perspective(700px) rotateX(180deg);
		transform: perspective(700px) rotateX(180deg);
	}
	
	80% {
		-webkit-transform: perspective(700px) rotateX(360deg);
		transform: perspective(700px) rotateX(360deg);
	}
	
	100% {
		-webkit-transform: perspective(700px) rotateX(360deg);
		transform: perspective(700px) rotateX(360deg);
	}
}

.media-tabs__tabs-container {
	position: relative;
	max-width: 65rem;
	margin-inline: auto;
	margin-top: 2.5rem;
	padding-inline: 2.25rem;
	margin-bottom: 2.5rem;
}

@media (min-width: 48.0625rem) {
	.media-tabs__tabs-container {
		margin-bottom: 5rem;
		padding-inline: 3.5rem;
	}
}

.media-tabs__swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.media-tabs__swiper::after, .media-tabs__swiper::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 1.25rem;
}

.media-tabs__swiper::before {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.media-tabs__swiper::after {
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.media-tabs__swiper.swiper-navigation-disabled::before, .media-tabs__swiper.swiper-navigation-disabled::after {
	display: none;
}

.media-tabs__tab {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: .9375rem;
	margin-bottom: .625rem;
	opacity: .45;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.media-tab__active .media-tabs__tab {
	opacity: 1;
}

.media-tabs__tab:hover {
	opacity: 1;
	scale: 1.15;
}

.media-tabs__tab-icon {
	margin-top: .625rem;
	margin-bottom: .625rem;
	-webkit-transition: scale .3s ease-out;
	transition: scale .3s ease-out;
}

.media-tabs__tab-button {
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	padding: 0;
	background: 0;
	border: 0;
	cursor: pointer;
	-webkit-transition: scale .3s ease-out;
	transition: scale .3s ease-out;
}

.media-tabs__tab-button::before {
	content: "";
	position: absolute;
	inset: 0;
}

.media-tabs__tab-button::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 4px;
	background-color: #a496c3;
	-webkit-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.media-tabs__tab-button[aria-selected=true] {
	color: #042838;
}

.media-tabs__tab-button[aria-selected=true]::after {
	-webkit-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
}

.media-tabs__tab-button:hover {
	color: #042838;
}

.media-tabs__swiper-button {
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 2px solid #cdff4e;
	background-color: #cdff4e;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
	-webkit-transition: scale .2s ease-out;
	transition: scale .2s ease-out;
	-webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
}

.media-tabs__swiper-button::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: .875rem;
	width: .875rem;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #042838;
}

@media (min-width: 48.0625rem) {
	.media-tabs__swiper-button {
		width: 2.25rem;
		height: 2.25rem;
	}
}

.media-tabs__swiper-button:hover {
	scale: 1.15;
}

.media-tabs__swiper-button.swiper-button-disabled, .media-tabs:has(.swiper-navigation-disabled) .media-tabs__swiper-button {
	display: none;
}

.media-tabs__swiper-button-prev {
	left: 0;
}

.media-tabs__swiper-button-prev::after {
	-webkit-transform: translate(-60%, -50%) rotate(90deg);
	transform: translate(-60%, -50%) rotate(90deg);
}

.media-tabs__swiper-button-next {
	right: 0;
}

.media-tabs__swiper-button-next::after {
	-webkit-transform: translate(-40%, -50%) rotate(-90deg);
	transform: translate(-40%, -50%) rotate(-90deg);
}

.media-tabs__tab-panel {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 2.5rem;
}

.media-tabs__tab-panel[aria-hidden=false] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media (min-width: 48.0625rem) {
	.media-tabs__tab-panel[aria-hidden=false] {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 48.0625rem) {
	.media-tabs__tab-panel-text-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.75rem;
		flex: 0 1 33.75rem;
	}
}

@media (min-width: 48.0625rem) {
	.media-tabs__tab-panel-text {
		margin-bottom: 3.75rem;
	}
}

@media (min-width: 48.0625rem) {
	.media-tabs__tab-panel-image-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.75rem;
		flex: 0 1 33.75rem;
	}
}

.elementor .media-tabs__tab-panel-image, .media-tabs__tab-panel-image {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.mini-cta-band {
	z-index: 1;
	position: relative;
	background-color: #1e9db8;
}

.mini-cta-band::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	height: 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	width: min(14.6875rem, 50%);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDI1IiBoZWlnaHQ9IjEzNSIgdmlld0JveD0iMCAwIDQyNSAxMzUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMzU2LjUwOCA3Mi45MDMyQzM1Ni41MDggNzIuNzE0NiAzNTYuNTA4IDcyLjUyNiAzNTYuNTA4IDcyLjMzNzRDMzU2LjUwOCA1NS41NTEzIDM0OS44NDUgMzkuODk2OSAzMzguMDQzIDI4LjAxNDZDMzM0LjA0NiAyNC4wNTM5IDMyNy43NjQgMjQuMDUzOSAzMjMuNzY2IDI4LjAxNDZDMzE5Ljc2OCAzMS45NzU0IDMxOS43NjggMzguMTk5NCAzMjMuNzY2IDQyLjE2MDJDMzMxLjk1MiA1MC4yNzAzIDMzNi4zMyA2MS4wMjA5IDMzNi4zMyA3Mi4zMzc0QzMzNi4zMyA5NS45MTM0IDMxNi45MTMgMTE1LjE1MSAyOTMuMTE4IDExNS4xNTFDMjY5LjMyMyAxMTUuMTUxIDI0OS45MDYgOTUuOTEzNCAyNDkuOTA2IDcyLjMzNzRDMjQ5LjkwNiA2NC45ODE3IDI1MS4wNDggNjAuODMyMyAyNTMuMzMyIDU1LjU1MTNDMjU1LjYxNyA1MC4yNzAzIDI1OC4yODIgNDYuMzA5NiAyNjIuMDg5IDQyLjUzNzRDMjY1Ljg5NiAzOC41NzY2IDI2NS44OTYgMzIuMzUyNiAyNjIuMDg5IDI4LjM5MThDMjU4LjA5MSAyNC42MTk3IDI1MS44MSAyNC42MTk3IDI0Ny44MTIgMjguMzkxOEMyMzcuOTEzIDM4LjU3NjYgMjMxLjgyMiA1MS40MDIgMjMwLjI5OSA2NS4xNzAzQzIyNC4zOTggNjMuNjYxNSAyMTguMzA2IDYyLjkwNyAyMTIuMjE0IDYyLjkwN0MyMDYuMTIzIDYyLjkwNyAyMDAuMjIyIDYzLjY2MTUgMTk0LjUxMSA2NC45ODE3QzE5MS4wODQgMzMuNjcyOCAxNjQuMjQzIDkuMzQyNDcgMTMxLjY5MiA5LjM0MjQ3Qzk5LjE0IDkuMzQyNDcgNjguODcyNiAzNy44MjIyIDY4Ljg3MjYgNzIuMzM3NEM2OC44NzI2IDEwNi44NTMgNjguODcyNiA3Mi43MTQ2IDY4Ljg3MjYgNzIuOTAzMkgwVjkyLjcwN0g3Mi4yOTkxQzgwLjg2NTQgMTE3LjIyNiAxMDQuNDcgMTM0Ljk1NSAxMzIuMDcyIDEzNC45NTVDMTU5LjY3NSAxMzQuOTU1IDE4Ny4wODcgMTE0LjIwOCAxOTMuNTU5IDg2LjY3MTZDMTk5LjY1MSA4NC40MDgzIDIwNS45MzMgODMuMDg4MSAyMTIuNTk1IDgzLjA4ODFDMjE5LjI1OCA4My4wODgxIDIyNS43MyA4NC40MDgzIDIzMi4wMTIgODYuNjcxNkMyMzguNjc1IDExNC4yMDggMjYzLjYxMiAxMzQuOTU1IDI5My40OTkgMTM0Ljk1NUMzMjMuMzg1IDEzNC45NTUgMzQ0LjcwNiAxMTcuMjI2IDM1My4yNzIgOTIuNzA3SDQyNVY3Mi45MDMySDM1Ni41MDhaTTEzMi4wNzIgMTE1LjE1MUMxMDguMjc3IDExNS4xNTEgODguODYwNSA5NS45MTM0IDg4Ljg2MDUgNzIuMzM3NEM4OC44NjA1IDQ4Ljc2MTUgMTA4LjI3NyAyOS41MjM1IDEzMi4wNzIgMjkuNTIzNUMxNTUuODY4IDI5LjUyMzUgMTc1LjI4NCA0OC43NjE1IDE3NS4yODQgNzIuMzM3NEMxNzUuMjg0IDk1LjkxMzQgMTU1Ljg2OCAxMTUuMTUxIDEzMi4wNzIgMTE1LjE1MVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNDA3XzI1ODQpIi8+DQo8cGF0aCBkPSJNMjkzLjQ5OSA3My42NTczQzI5OS4wMTkgNzMuNjU3MyAzMDMuNTg4IDY5LjEzMDcgMzAzLjU4OCA2My42NjExVjEwLjQ3MzdDMzAzLjU4OCA1LjAwNDEyIDI5OS4wMTkgMC40Nzc1MzkgMjkzLjQ5OSAwLjQ3NzUzOUMyODcuOTc4IDAuNDc3NTM5IDI4My40MSA1LjAwNDEyIDI4My40MSAxMC40NzM3VjYzLjg0OTdDMjgzLjQxIDY5LjMxOTMgMjg3Ljk3OCA3My44NDU5IDI5My40OTkgNzMuODQ1OVY3My42NTczWiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE0MDdfMjU4NCkiLz4NCjxkZWZzPg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE0MDdfMjU4NCIgeDE9IjAiIHkxPSI2Ny43MTYzIiB4Mj0iNDI1IiB5Mj0iNjcuNzE2MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzFDOURCOSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNzdDQkRDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzE0MDdfMjU4NCIgeDE9IjAiIHkxPSI2Ny43MTYzIiB4Mj0iNDI1IiB5Mj0iNjcuNzE2MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzFDOURCOSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNzdDQkRDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=");
	background-position: center right;
}

.mini-cta-band__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-block: 1.25rem;
}

.mini-header--has-image .mini-header__container {
	text-align: left;
}

@media (min-width: 48.0625rem) {
	.mini-header--has-image .mini-header__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 2.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.mini-header--has-image .mini-header__text-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32.5rem;
	flex: 0 1 32.5rem;
	margin-bottom: 1.25rem;
}

.mini-header__eyebrow {
	color: #1e9db8;
}

.mini-header--nerdio-blue .mini-header__eyebrow {
	color: #042838;
}

.mini-header--white-glacier .mini-header__headline {
	color: #042838;
}

.mini-header--nerdio-blue .mini-header__headline .highlight, .mini-header--white-glacier .mini-header__headline .highlight {
	color: #042838;
}

.mini-header--white-glacier .mini-header__text {
	color: #042838;
}

.mini-header--has-image .mini-header__image-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 28.8125rem;
	flex: 0 1 28.8125rem;
}

.mini-header__image {
	width: 100%;
}

.nav {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}

.mobile-nav {
	position: relative;
	background-color: #03171e;
}

@media (min-width: 64.0625rem) {
	.mobile-nav {
		display: none;
	}
}

.mobile-nav__overlay {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(4, 40, 56, .8);
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	pointer-events: none;
	cursor: pointer;
}

.mobile-nav--open .mobile-nav__overlay {
	pointer-events: all;
	opacity: 1;
}

.mobile-nav__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-inline: 1.25rem;
	height: var(--nav-height);
}

.mobile-nav__logo {
	display: block;
}

.mobile-nav__toggle {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	width: 16px;
	height: 14px;
	border: none;
	cursor: pointer;
	padding: 0;
}

.mobile-nav__toggle-icon {
	display: block;
	position: relative;
	width: 100%;
	height: .125rem;
	background-color: currentColor;
}

.mobile-nav__toggle[aria-expanded=true] .mobile-nav__toggle-icon {
	background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__toggle[aria-expanded=true] .mobile-nav__toggle-icon::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-nav__toggle[aria-expanded=true] .mobile-nav__toggle-icon::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-nav__toggle-icon::before, .mobile-nav__toggle-icon::after {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: currentColor;
}

.mobile-nav__toggle-icon::before {
	-webkit-transform: translateY(-.3125rem);
	transform: translateY(-.3125rem);
}

.mobile-nav__toggle-icon::after {
	-webkit-transform: translateY(.3125rem);
	transform: translateY(.3125rem);
}

.mobile-nav__menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: calc(100vh - ( var(--nav-height) + var(--utlity-nav-height) ));
	pointer-events: none;
	overflow: hidden;
}

@media (min-width: 29.75rem) {
	.mobile-nav__menu {
		max-width: 22.5rem;
	}
}

.mobile-nav__menu[aria-hidden=false] {
	pointer-events: all;
}

.mobile-nav__menu.hide-until-loaded {
	display: none;
}

.mobile-nav__first-level-pane {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 1.5rem .5rem;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
	overflow-y: auto;
	overflow-x: hidden;
}

.mobile-nav__menu[aria-hidden=false] .mobile-nav__first-level-pane {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mobile-nav__first-level-list {
	margin-bottom: 2.5rem;
}

.mobile-nav__first-level-link, .mobile-nav__first-level-button {
	padding: 1rem 1.25rem;
	color: #042838;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
}

.mobile-nav__first-level-link::after, .mobile-nav__first-level-button::after {
	content: "";
	width: .875rem;
	height: .875rem;
	background-color: #a496c3;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.mobile-nav__first-level-button, .mobile-nav__second-level-button {
	font-family: "Poppins", serif;
}

.mobile-nav__first-level-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	text-align: left;
}

.mobile-nav__buttons {
	margin-top: auto;
	margin-inline: 1.25rem;
}

.mobile-nav__buttons a {
	margin-top: .75rem;
	width: 100%;
}

.mobile-nav__second-level-pane {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: visibility 0ms 200ms, -webkit-transform 200ms ease;
	transition: visibility 0ms 200ms, -webkit-transform 200ms ease;
	transition: transform 200ms ease, visibility 0ms 200ms;
	transition: transform 200ms ease, visibility 0ms 200ms, -webkit-transform 200ms ease;
}

.mobile-nav__second-level-pane[aria-hidden=false] {
	-webkit-transition: visibility 0ms 0ms, -webkit-transform 200ms ease;
	transition: visibility 0ms 0ms, -webkit-transform 200ms ease;
	transition: transform 200ms ease, visibility 0ms 0ms;
	transition: transform 200ms ease, visibility 0ms 0ms, -webkit-transform 200ms ease;
	visibility: visible;
	pointer-events: all;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mobile-nav__second-level-close, .mobile-nav__third-level-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	gap: .75rem;
	background-color: #dcecee;
	border: none;
	padding: .5rem 1rem;
	cursor: pointer;
}

.mobile-nav__second-level-close::after, .mobile-nav__third-level-close::after {
	content: "";
	width: .875rem;
	height: .875rem;
	background-color: #042838;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mobile-nav__second-level-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.5rem .5rem;
}

.mobile-nav__second-level-headline {
	padding-inline: 1.25rem;
}

.mobile-nav__second-level-item-container {
	position: relative;
	padding: 1rem 1.25rem;
}

.mobile-nav__second-level-link, .mobile-nav__second-level-button {
	color: #042838;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.mobile-nav__second-level-link::before, .mobile-nav__second-level-button::before {
	content: "";
	position: absolute;
	inset: 0;
}

.mobile-nav__second-level-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	width: 100%;
	border: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.mobile-nav__second-level-button::after {
	content: "";
	width: .875rem;
	height: .875rem;
	background-color: #a496c3;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.mobile-nav__second-level-overview-container {
	border-top: 1px solid #bdd3d7;
	padding: 1rem 1.25rem 0 1.25rem;
	margin-top: auto;
}

.mobile-nav__second-level-overview-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .75rem;
	color: #042838;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
}

.mobile-nav__second-level-overview-link::after {
	content: "";
	width: .875rem;
	height: .875rem;
	background-color: #a496c3;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.mobile-nav__third-level-pane {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: visibility 0ms 200ms, -webkit-transform 200ms ease;
	transition: visibility 0ms 200ms, -webkit-transform 200ms ease;
	transition: transform 200ms ease, visibility 0ms 200ms;
	transition: transform 200ms ease, visibility 0ms 200ms, -webkit-transform 200ms ease;
}

.mobile-nav__third-level-pane[aria-hidden=false] {
	-webkit-transition: visibility 0ms 0ms, -webkit-transform 200ms ease;
	transition: visibility 0ms 0ms, -webkit-transform 200ms ease;
	transition: transform 200ms ease, visibility 0ms 0ms;
	transition: transform 200ms ease, visibility 0ms 0ms, -webkit-transform 200ms ease;
	visibility: visible;
	pointer-events: all;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mobile-nav__third-level-content {
	padding: 1.5rem .5rem;
}

.mobile-nav__third-level-headline {
	padding-inline: 1.25rem;
}

.mobile-nav__third-level-list {
	margin-top: 1.25rem;
}

.mobile-nav__third-level-link {
	padding: .5rem 1.25rem;
	color: #042838;
	text-decoration: none;
}

.desktop-nav {
	position: relative;
	background-color: #03171e;
}

@media (max-width: 64rem) {
	.desktop-nav {
		display: none;
	}
}

.desktop-nav__overlay {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(4, 40, 56, .8);
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	pointer-events: none;
	cursor: pointer;
}

.desktop-nav--open .desktop-nav__overlay {
	pointer-events: all;
	opacity: 1;
}

.desktop-nav__logo-link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: .75rem;
}

@media (min-width: 1251px) {
	.desktop-nav__logo-link {
		margin-right: 3rem;
	}
}

.desktop-nav__buttons {
	margin-left: auto;
}

.desktop-nav__logo {
	display: block;
}

.desktop-nav__container {
	padding-inline: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
	height: var(--nav-height);
}

.desktop-nav__main-menu-wrapper {
	height: 100%;
}

.desktop-nav__main-menu {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .25rem;
}

.desktop-nav__menu-item {
	height: 100%;
}

.desktop-nav__menu-button, .desktop-nav__menu-link {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	padding-inline: .1875rem;
	cursor: pointer;
}

@media (min-width: 1126px) {
	.desktop-nav__menu-button, .desktop-nav__menu-link {
		padding-inline: .5rem;
	}
}

@media (min-width: 1251px) {
	.desktop-nav__menu-button, .desktop-nav__menu-link {
		padding-inline: 1rem;
	}
}

.desktop-nav__menu-button::after, .desktop-nav__menu-link::after {
	content: "";
	position: absolute;
	bottom: .125rem;
	left: 0;
	width: 100%;
	height: .25rem;
	background-color: #1e9db8;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.desktop-nav__menu-button:hover::after, .desktop-nav__menu-link:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.desktop-nav__menu-link {
	text-decoration: none;
}

.desktop-nav__menu-button {
	background: none;
	border: none;
}

.desktop-nav__menu-button[aria-expanded=true]::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.desktop-nav__cta-button {
	margin-left: .4375rem;
}

@media (min-width: 1151px) {
	.desktop-nav__cta-button {
		margin-left: .625rem;
	}
}

@media (min-width: 1251px) {
	.desktop-nav__cta-button {
		margin-left: 1.25rem;
	}
}

.desktop-nav__panel {
	position: absolute;
	left: 0;
	top: 100%;
	height: calc(100vh - var(--nav-height));
	-webkit-padding-start: 6.25rem;
	padding-inline-start: 6.25rem;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	-webkit-transition: visibility 0ms 300ms, -webkit-transform 300ms ease-in-out;
	transition: visibility 0ms 300ms, -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, visibility 0ms 300ms;
	transition: transform 300ms ease-in-out, visibility 0ms 300ms, -webkit-transform 300ms ease-in-out;
}

.desktop-nav__panel[aria-hidden=false] {
	z-index: 1;
	-webkit-transition: visibility 0ms 0ms, -webkit-transform 300ms ease-in-out;
	transition: visibility 0ms 0ms, -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, visibility 0ms 0ms;
	transition: transform 300ms ease-in-out, visibility 0ms 0ms, -webkit-transform 300ms ease-in-out;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.desktop-nav__panel-inner {
	height: 100%;
	padding: 1.5rem .5rem;
	width: 22.5rem;
	overflow: auto;
}

.desktop-nav__panel-content {
	padding-inline: 1.25rem;
	margin-bottom: 1.25rem;
}

.desktop-nav__panel-overview-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16;
	font-weight: 600;
	color: #042838;
	text-decoration: none;
}

.desktop-nav__panel-overview-link::after {
	content: "";
	display: inline-block;
	width: .8125rem;
	height: .8125rem;
	margin-left: .625rem;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #a496c3;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.desktop-nav__panel-overview-link:hover::after, .desktop-nav__panel-overview-link:focus::after {
	-webkit-transform: translateX(.25rem);
	transform: translateX(.25rem);
}

.desktop-nav__panel-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .25rem;
}

.desktop-nav__panel-menu-link-wrapper {
	position: relative;
}

.desktop-nav__panel-menu-link-wrapper:hover, .desktop-nav__panel-menu-link-wrapper:has(.desktop-nav__panel-menu-link:focus) {
	background-color: #cdff4e;
}

.desktop-nav__panel-menu-link-wrapper, .desktop-nav__panel-menu-button {
	padding: 1rem 1rem;
	border-radius: 12px;
}

.desktop-nav__panel-menu-link {
	text-decoration: none;
	color: #042838;
}

.desktop-nav__panel-menu-link::after {
	content: "";
	position: absolute;
	inset: 0;
}

.desktop-nav__panel-menu-button {
	cursor: pointer;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .625rem;
	position: relative;
	border: none;
	background: none;
	text-decoration: none;
	font-family: "Poppins", serif;
	color: #042838;
}

.desktop-nav__panel-menu-button::after {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: .8125rem;
	height: .8125rem;
	margin-left: .625rem;
	margin-left: auto;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #a496c3;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.desktop-nav__panel-menu-button:hover, .desktop-nav__panel-menu-button:focus, .desktop-nav__panel-menu-button[aria-expanded=true] {
	background-color: #cdff4e;
}

.desktop-nav__panel-menu-button:hover::after, .desktop-nav__panel-menu-button:focus::after, .desktop-nav__panel-menu-button[aria-expanded=true]::after {
	-webkit-transform: translateX(.25rem);
	transform: translateX(.25rem);
	background-color: #042838;
}

.desktop-nav__panel-menu-icon-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
}

.desktop-nav__panel-menu-icon-wrapper--centered {
	display: inline-block;
	vertical-align: middle;
}

.desktop-nav__panel-menu-link-wrapper .desktop-nav__panel-menu-icon-wrapper {
	margin-right: .5rem;
}

.desktop-nav__subpanel {
	padding: 1.5rem .5rem;
	position: absolute;
	z-index: -1;
	left: 100%;
	top: 0;
	background-color: #dcecee;
	height: 100%;
	width: 80%;
	overflow: auto;
	-webkit-transform: translateX(calc(-100% + 6.25rem));
	transform: translateX(calc(-100% + 6.25rem));
	visibility: hidden;
	-webkit-transition: visibility 0ms 300ms, -webkit-transform 300ms ease-in-out;
	transition: visibility 0ms 300ms, -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, visibility 0ms 300ms;
	transition: transform 300ms ease-in-out, visibility 0ms 300ms, -webkit-transform 300ms ease-in-out;
}

.desktop-nav__subpanel[aria-hidden=false] {
	-webkit-transition: visibility 0ms 0ms, -webkit-transform 300ms ease-in-out;
	transition: visibility 0ms 0ms, -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, visibility 0ms 0ms;
	transition: transform 300ms ease-in-out, visibility 0ms 0ms, -webkit-transform 300ms ease-in-out;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.desktop-nav__subpanel-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .25rem;
}

.desktop-nav__subpanel--promo {
	background-color: #1e9db8;
	text-align: center;
	padding: 0;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#1e9db8), to(#042838));
	background: linear-gradient(180deg, #1e9db8 0%, #042838 100%);
}

.desktop-nav__subpanel--promo .desktop-nav__subpanel-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 100%;
}

.desktop-nav__subpanel--promo .desktop-nav__subpanel-title {
	margin-top: 15vh;
	text-wrap: pretty;
}

.desktop-nav__subpanel--promo .desktop-nav__subpanel-link {
	text-decoration: none;
}

.desktop-nav__subpanel--promo .desktop-nav__subpanel-image-wrapper {
	position: relative;
	margin-inline: -1.25rem;
}

.desktop-nav__subpanel--promo .desktop-nav__subpanel-image-wrapper--top {
	margin-top: -1.25rem;
}

.desktop-nav__subpanel--promo .desktop-nav__subpanel-image-wrapper--bottom {
	margin-block: auto;
}

.desktop-nav__subpanel-menu-link {
	display: block;
	text-decoration: none;
	color: #042838;
	padding: .5rem 1rem;
	border-radius: 12px;
	font-weight: 600;
}

.desktop-nav__subpanel-menu-link:hover, .desktop-nav__subpanel-menu-link:focus {
	background-color: #fff;
}

.desktop-nav__subpanel-menu-link .desktop-nav__subpanel-description {
	margin-bottom: unset;
	font-weight: 400;
}

.not-found {
	background: #042838;
	position: relative;
	padding: 3.125rem 0 6.25rem;
}

@media (min-width: 29.6875rem) {
	.not-found {
		padding: calc(5.1813471503vw + 1.5867875648rem) 0 calc(15.5440414508vw + 1.6353626943rem);
	}
}

@media (min-width: 90rem) {
	.not-found {
		padding: 6.25rem 0 15.625rem;
	}
}

.not-found::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90vw;
	padding-bottom: 40%;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTYwIiBoZWlnaHQ9IjM3MyIgdmlld0JveD0iMCAwIDk2MCAzNzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNjY1LjUgMzA4VjIzOUw4MjMuNSAxM0g5MTlWMjM0SDk2MFYzMDhIOTE5VjM3M0g4MzMuNVYzMDhINjY1LjVaTTgzOS41IDEwN0w3NTUuNSAyMzRIODM5LjVWMTA3WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE2NTVfMTEzMTcpIi8+DQo8cGF0aCBkPSJNMzM3LjMyOCAxODUuNUMzMzcuMzI4IDEyOC4xNjcgMzQ4LjMyOCA4MyAzNzAuMzI4IDUwQzM5Mi42NjEgMTcgNDI4LjQ5NSAwLjQ5OTk2OSA0NzcuODI4IDAuNDk5OTY5QzUyNy4xNjEgMC40OTk5NjkgNTYyLjgyOCAxNyA1ODQuODI4IDUwQzYwNy4xNjEgODMgNjE4LjMyOCAxMjguMTY3IDYxOC4zMjggMTg1LjVDNjE4LjMyOCAyNDMuNSA2MDcuMTYxIDI4OSA1ODQuODI4IDMyMkM1NjIuODI4IDM1NSA1MjcuMTYxIDM3MS41IDQ3Ny44MjggMzcxLjVDNDI4LjQ5NSAzNzEuNSAzOTIuNjYxIDM1NSAzNzAuMzI4IDMyMkMzNDguMzI4IDI4OSAzMzcuMzI4IDI0My41IDMzNy4zMjggMTg1LjVaTTUzNC4zMjggMTg1LjVDNTM0LjMyOCAxNTEuODMzIDUzMC42NjEgMTI2IDUyMy4zMjggMTA4QzUxNS45OTUgODkuNjY2NiA1MDAuODI4IDgwLjUgNDc3LjgyOCA4MC41QzQ1NC44MjggODAuNSA0MzkuNjYxIDg5LjY2NjYgNDMyLjMyOCAxMDhDNDI0Ljk5NSAxMjYgNDIxLjMyOCAxNTEuODMzIDQyMS4zMjggMTg1LjVDNDIxLjMyOCAyMDguMTY3IDQyMi42NjEgMjI3IDQyNS4zMjggMjQyQzQyNy45OTUgMjU2LjY2NyA0MzMuMzI4IDI2OC42NjcgNDQxLjMyOCAyNzhDNDQ5LjY2MSAyODcgNDYxLjgyOCAyOTEuNSA0NzcuODI4IDI5MS41QzQ5My44MjggMjkxLjUgNTA1LjgyOCAyODcgNTEzLjgyOCAyNzhDNTIyLjE2MSAyNjguNjY3IDUyNy42NjEgMjU2LjY2NyA1MzAuMzI4IDI0MkM1MzIuOTk1IDIyNyA1MzQuMzI4IDIwOC4xNjcgNTM0LjMyOCAxODUuNVoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8xNjU1XzExMzE3KSIvPg0KPHBhdGggZD0iTTAuOTQ5MjE5IDMwOFYyMzlMMTU4Ljk0OSAxM0gyNTQuNDQ5VjIzNEgyOTUuNDQ5VjMwOEgyNTQuNDQ5VjM3M0gxNjguOTQ5VjMwOEgwLjk0OTIxOVpNMTc0Ljk0OSAxMDdMOTAuOTQ5MiAyMzRIMTc0Ljk0OVYxMDdaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTY1NV8xMTMxNykiLz4NCjxkZWZzPg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE2NTVfMTEzMTciIHgxPSI0NzcuOTQ5IiB5MT0iLTgiIHgyPSI0NzguNDQ5IiB5Mj0iMzYwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjMEU0RjVEIi8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwNjJFM0IiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTY1NV8xMTMxNyIgeDE9IjQ3Ny45NDkiIHkxPSItOCIgeDI9IjQ3OC40NDkiIHkyPSIzNjAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiMwRTRGNUQiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzA2MkUzQiIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhcl8xNjU1XzExMzE3IiB4MT0iNDc3Ljk0OSIgeTE9Ii04IiB4Mj0iNDc4LjQ0OSIgeTI9IjM2MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzBFNEY1RCIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDYyRTNCIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=") no-repeat bottom right/contain;
}

@media (min-width: 48.0625rem) {
	.not-found::before {
		width: 70vw;
	}
}

.not-found__box {
	background: #fff;
	border-radius: 10px;
	padding: 3.125rem 2.5rem;
	padding: 1.875rem 1.25rem;
}

@media (min-width: 29.6875rem) {
	.not-found__box {
		padding: calc(2.6943005181vw + 1.0751295337rem) calc(2.0725388601vw + .6347150259rem);
	}
}

@media (min-width: 90rem) {
	.not-found__box {
		padding: 3.5rem 2.5rem;
	}
}

.page-banner {
	position: absolute;
	top: var(--nav-height);
	left: 0;
	width: 100%;
	margin: .9375rem 0;
}

.page-banner__box {
	position: relative;
	padding: 1.125rem 1.25rem 1rem;
	border-radius: 8px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: .75rem;
	overflow: hidden;
}

.page-banner__box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #a496c3;
}

.page-banner__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	gap: .75rem;
}

@media (min-width: 80.0625rem) {
	.page-banner__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.page-banner__text {
	display: inline;
	max-width: 55rem;
}

.page-banner__text-highlight {
	color: #a795c7;
	font-weight: 700;
}

.page-banner__link {
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid currentColor;
	color: #a795c7;
}

.page-banner__link:hover {
	border-bottom-color: rgba(0, 0, 0, 0);
}

.page-banner__close {
	border: none;
	background: none;
	cursor: pointer;
	color: inherit;
	padding: .3125rem;
}

.press-release-details {
	position: relative;
	padding-block: 2.5rem;
}

@media (min-width: 48rem) {
	.press-release-details {
		padding-block: calc(5.9523809524vw - .3571428571rem);
	}
}

@media (min-width: 90rem) {
	.press-release-details {
		padding-block: 5rem;
	}
}

.press-release-details__share-wrapper {
	position: absolute;
	top: 5rem;
	bottom: 5rem;
	right: 0;
}

.featured-cards--press-room {
	background-color: #dcecee;
}

.featured-cards--press-room .resource-card:not(.resource-card--main-event), .featured-cards--press-room .horizontal-card {
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .15);
}

.featured-cards--press-room .resource-card:not(.resource-card--main-event):hover, .featured-cards--press-room .horizontal-card:hover {
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .25);
}

.featured-cards--press-room .horizontal-card:hover .horizontal-card__image-wrapper {
	border-radius: .625rem;
}

.featured-cards--press-room .resource-card {
	padding: .625rem .625rem 0;
}

.featured-cards--press-room .horizontal-card__image {
	background-color: #fff;
}

.press-room {
	padding-block: 5rem;
}

.press-room__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2.5rem;
}

@media (min-width: 48.0625rem) {
	.press-room__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.press-room__news {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.press-room__press-releases {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.press-room__load-more-button {
	margin-top: 2.5rem;
	width: 12.5rem;
	max-width: 100%;
}

.press-room-item {
	padding-block: 1rem;
}

.press-room-item__link {
	color: #042838;
	text-decoration: none;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}

.press-room-item__link:hover {
	color: #376575;
}

.press-room-item__date {
	color: #bdd3d7;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.16;
	margin-bottom: .3125rem;
}

.press-room-item__publication {
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.16;
}

.pricing-cards__msp .pricing-card {
	background-color: #fff;
	padding: 2.5rem;
	border-radius: 20px;
	border: 1px solid #042838;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.pricing-cards__msp .pricing-card--dark {
	background-color: #042838;
	color: #fff;
}

@media (min-width: 80.0625rem) {
	.pricing-cards__msp .pricing-card--pullup {
		margin-top: -1.25rem;
	}
}

.pricing-cards__msp .pricing-card__top-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 780px) {
	.pricing-cards__msp .pricing-card__top-content:not(.tallest-top-content) {
		min-height: var(--tallest-top-content-height);
	}
}

.pricing-cards__msp .pricing-card__pill {
	-ms-flex-item-align: start;
	align-self: start;
	margin-bottom: 1.25rem;
}

.pricing-cards__msp .pricing-card__callout {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-top: 80px solid #1e9db8;
	border-left: 90px solid rgba(0, 0, 0, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top-right-radius: 20px;
}

.pricing-cards__msp .pricing-card__callout span {
	position: absolute;
	top: -70px;
	right: 11px;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	font-weight: 600;
	text-transform: uppercase;
}

.pricing-cards__msp .pricing-card__pricing-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: auto;
}

.pricing-cards__msp .pricing-card__switcher {
	margin-bottom: 1.25rem;
	-ms-flex-item-align: start;
	align-self: start;
}

.pricing-cards__msp .pricing-card__price {
	margin-bottom: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
}

.pricing-cards__msp .pricing-card__price.js-pricing-switcher-option {
	display: none;
}

.pricing-cards__msp .pricing-card__price.pricing-switcher-option--active {
	display: block;
}

.pricing-cards__msp .pricing-card__list-item {
	padding-left: 1.5rem;
}

.pricing-cards__msp .pricing-card__list-item+.pricing-cards__msp .pricing-card__list-item {
	margin-top: .625rem;
}

.pricing-cards__msp .pricing-card__list-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: .25em;
	width: .9375rem;
	height: .9375rem;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHk9IjAuNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iNy41IiBmaWxsPSIjMDYyRTNCIi8+DQo8cGF0aCBkPSJNNi40OTY5MyAxMS44NzczTDMgOC4zODAzN0wzLjg3NDIzIDcuNTA2MTNMNi40OTY5MyAxMC4xMjg4TDEyLjEyNTggNC41TDEzIDUuMzc0MjNMNi40OTY5MyAxMS44NzczWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.pricing-card--dark .pricing-cards__msp .pricing-card__list-item::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHk9IjAuNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iNy41IiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTYuNDk2OTMgMTEuODc3M0wzIDguMzgwMzdMMy44NzQyMyA3LjUwNjEzTDYuNDk2OTMgMTAuMTI4OEwxMi4xMjU4IDQuNUwxMyA1LjM3NDIzTDYuNDk2OTMgMTEuODc3M1oiIGZpbGw9IiMwNjJFM0IiLz4NCjwvc3ZnPg0K");
}

.pricing-cards__msp .pricing-card__text-button {
	margin-bottom: 1.25rem;
	margin-inline: auto;
	margin-top: auto;
}

.pricing-cards__msp .text-button--text-white-glacier {
	color: #fff;
}

.pricing-cards__msp .pricing-card__lower-promo {
	width: 100%;
	min-height: 6.875rem;
	padding: 1.875rem 1.875rem 6.875rem;
	border: .0625rem solid #042838;
	text-align: left;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDYwIDI2Ij4NCiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjYuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDkpICAtLT4NCiAgPGRlZnM+DQogICAgPHN0eWxlPg0KICAgICAgLnN0MCB7DQogICAgICAgIGZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTsNCiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOw0KICAgICAgfQ0KICAgIDwvc3R5bGU+DQogICAgPGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHgxPSIwIiB5MT0iMTMiIHgyPSI2MCIgeTI9IjEzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMxYzlkYjkiIHN0b3Atb3BhY2l0eT0iMCIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIuMTIiIHN0b3AtY29sb3I9IiMxYzlkYjkiIHN0b3Atb3BhY2l0eT0iLjAzIi8+DQogICAgICA8c3RvcCBvZmZzZXQ9Ii4yNyIgc3RvcC1jb2xvcj0iIzFjOWRiOSIgc3RvcC1vcGFjaXR5PSIuMTEiLz4NCiAgICAgIDxzdG9wIG9mZnNldD0iLjQzIiBzdG9wLWNvbG9yPSIjMWM5ZGI5IiBzdG9wLW9wYWNpdHk9Ii4yNCIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIuNiIgc3RvcC1jb2xvcj0iIzFjOWRiOSIgc3RvcC1vcGFjaXR5PSIuNDIiLz4NCiAgICAgIDxzdG9wIG9mZnNldD0iLjc4IiBzdG9wLWNvbG9yPSIjMWM5ZGI5IiBzdG9wLW9wYWNpdHk9Ii42NSIvPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIuOTYiIHN0b3AtY29sb3I9IiMxYzlkYjkiIHN0b3Atb3BhY2l0eT0iLjkzIi8+DQogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxYzlkYjkiLz4NCiAgICA8L2xpbmVhckdyYWRpZW50Pg0KICA8L2RlZnM+DQogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00Ny40MywxMi4yMmMwLDEuMDYtLjg3LDEuOTMtMS45MywxLjkzdi4wNGMtMS4wNiwwLTEuOTMtLjg3LTEuOTMtMS45M1YxLjk0YzAtMS4wNi44Ny0xLjkzLDEuOTMtMS45M3MxLjkzLjg3LDEuOTMsMS45M3YxMC4yN1pNNTcuNTYsMTRoMi40NHYzLjgzaC0zLjA2Yy0xLjY0LDQuNzQtNS43Miw4LjE2LTExLjQ0LDguMTZzLTEwLjQ5LTQuMDEtMTEuNzctOS4zM2MtMS4yLS40NC0yLjQ0LS42OS0zLjcyLS42OXMtMi40OC4yNi0zLjY0LjY5Yy0xLjI0LDUuMzItNi40OCw5LjMzLTExLjc3LDkuMzNzLTkuOC0zLjQyLTExLjQ0LTguMTZIMHYtMy44M2gyLjUxdi0uMTFDMi41MSw3LjIzLDguMzEsMS43MiwxNC41NCwxLjcyczExLjM3LDQuNywxMi4wMiwxMC43NWMxLjA5LS4yNSwyLjIyLS40LDMuMzktLjRzMi4zMy4xNSwzLjQ2LjQ0Yy4yOS0yLjY2LDEuNDYtNS4xNCwzLjM1LTcuMS43Ny0uNzMsMS45Ny0uNzMsMi43MywwLC43My43Ny43MywxLjk3LDAsMi43My0uNzMuNzMtMS4yNCwxLjQ5LTEuNjgsMi41MS0uNDQsMS4wMi0uNjYsMS44Mi0uNjYsMy4yNCwwLDQuNTUsMy43Miw4LjI3LDguMjcsOC4yN3M4LjI3LTMuNzIsOC4yNy04LjI3YzAtMi4xOS0uODQtNC4yNi0yLjQtNS44My0uNzctLjc3LS43Ny0xLjk3LDAtMi43My43Ny0uNzcsMS45Ny0uNzcsMi43MywwLDIuMjYsMi4zLDMuNTMsNS4zMiwzLjUzLDguNTZ2LjExWk02LjM0LDEzLjg5YzAsNC41NSwzLjcyLDguMjcsOC4yNyw4LjI3czguMjctMy43Miw4LjI3LTguMjctMy43Mi04LjI3LTguMjctOC4yNy04LjI3LDMuNzItOC4yNyw4LjI3WiIvPg0KPC9zdmc+");
	background-position: bottom 1.875rem right 1.875rem;
	background-repeat: no-repeat;
	background-size: 7.5rem auto;
}

.pricing-cards__msp .pricing-card__lower-promo.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 40rem) {
	.pricing-cards__msp .pricing-card__lower-promo {
		min-height: 8.125rem;
		padding: 1.875rem;
		background-size: 10rem auto;
	}
}

@media (min-width: 40rem) {
	.pricing-cards__msp .pricing-card__lower-promo {
		min-height: 9.6875rem;
		background-size: 13.75rem auto;
	}
}

@media (min-width: 48rem) {
	.pricing-cards__msp .pricing-card__lower-promo {
		width: 75%;
	}
}

@media (min-width: 40rem) {
	.pricing-cards__msp .pricing-card__lower-promo-body {
		width: 60%;
	}
}

@media (min-width: 80rem) {
	.pricing-cards--enterprise .pricing-cards__container {
		width: min(75rem, 100% - 1.25rem * 2);
	}
}

.pricing-cards__enterprise.pricing-cards {
	display: grid;
	grid-template-rows: auto;
	grid-row-gap: 2.5rem;
	width: 100%;
	margin-bottom: 2.5rem;
}

@media (min-width: 48rem) {
	.pricing-cards__enterprise.pricing-cards {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		grid-column-gap: 2.5rem;
		grid-row-gap: 0;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise.pricing-cards {
		grid-column-gap: 2.5rem;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.pricing-cards__enterprise .pricing-card__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content;
	grid-template-rows: min-content min-content min-content min-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border-radius: 1.25rem;
}

@media (min-width: 48rem) {
	.pricing-cards__enterprise .pricing-card__body {
		margin-top: 2.5rem;
	}
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__body {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: calc(100% - 40px);
		padding-bottom: 2.8125rem;
	}
}

.pricing-cards__enterprise .pricing-card__promo+.pricing-card__body {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.pricing-cards__enterprise .pricing-card__promo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 2.5rem;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}

.pricing-cards__enterprise .pricing-card__product-name {
	grid-row: 1/2;
	grid-column: 1/2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: .9375rem;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__product-name {
		height: 5.9375rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 1.25rem;
	}
}

.pricing-cards__enterprise .pricing-card__product-name h3 {
	font-size: 1.25rem;
	text-align: left;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__product-name h3 {
		text-align: center;
	}
}

.pricing-cards__enterprise .pricing-card__product-name span {
	display: block;
}

.pricing-cards__enterprise .pricing-card__price {
	grid-row: 1/2;
	grid-column: 2/3;
	padding: .9375rem;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__price {
		padding: 1.25rem;
	}
}

.pricing-cards__enterprise .pricing-card__price .pricing-card__price--yearly, .pricing-cards__enterprise .pricing-card__price .pricing-card__price--monthly {
	font-size: 2.625rem;
	line-height: 1;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__price .pricing-card__price--yearly, .pricing-cards__enterprise .pricing-card__price .pricing-card__price--monthly {
		font-size: 3rem;
		line-height: 1.2;
	}
}

@media (min-width: 64rem) {
	.pricing-cards__enterprise .pricing-card__price .pricing-card__price--yearly {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__price .pricing-card__price--yearly {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.pricing--monthly .pricing-cards__enterprise .pricing-card__price .pricing-card__price--yearly {
	display: none;
}

.pricing-cards__enterprise .pricing-card__price .pricing-card__price--yearly .text-strikethrough {
	display: none;
}

@media (min-width: 64rem) {
	.pricing-cards__enterprise .pricing-card__price .pricing-card__price--yearly .text-strikethrough {
		display: inline;
		margin-left: .5rem;
		font-size: 1.125rem;
	}
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__price .pricing-card__price--yearly .text-strikethrough {
		font-size: 1.5rem;
	}
}

.pricing-cards__enterprise .pricing-card__price .pricing-card__price--monthly {
	display: none;
}

.pricing--monthly .pricing-cards__enterprise .pricing-card__price .pricing-card__price--monthly {
	display: block;
}

.pricing-cards__enterprise .pricing-card__price .pricing-card__dollars {
	font-size: 1.3125rem;
	margin-right: -.4375rem;
}

.pricing-cards__enterprise .pricing-card__price .pricing-card__price--per-user {
	font-size: .9375rem;
}

.pricing-cards__enterprise .pricing-card__intro {
	grid-row: 2/3;
	grid-column: 1/3;
	padding: .9375rem;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__intro {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__intro.rich-text p {
		font-size: 1rem;
	}
}

.pricing-cards__enterprise .pricing-card__cta {
	grid-row: 3/4;
	grid-column: 1/3;
	padding: .9375rem .9375rem 1.25rem;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__cta {
		padding: .9375rem .9375rem .625rem;
	}
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__cta .button {
		margin-left: .9375rem;
	}
}

.pricing-cards__enterprise .pricing-card__cta .button>span {
	padding: 0 2.5rem;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__cta .button>span {
		padding: 0 1.875rem;
	}
}

.pricing-cards__enterprise .pricing-card__features {
	grid-row: 4/5;
	grid-column: 1/3;
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	-webkit-transition: grid-template-rows .3s ease-out;
	transition: grid-template-rows .3s ease-out;
	transition: grid-template-rows .3s ease-out, -ms-grid-rows .3s ease-out;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__features {
		display: block;
	}
}

.pricing-cards__enterprise .pricing-card__features .pricing-card__features-wrapper {
	padding: 1.25rem .9375rem;
	overflow: hidden;
}

.pricing-cards__enterprise .pricing-card--open .pricing-card__features {
	grid-template-rows: 1fr;
}

.pricing-cards__enterprise .pricing-card--open .pricing-card__key-features::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pricing-cards__enterprise .pricing-card__full-features {
	display: none;
	padding: .9375rem;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__full-features {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
}

.pricing-cards__enterprise .pricing-card__key-features {
	grid-row: 5/6;
	grid-column: 1/3;
	padding: .9375rem;
	text-align: left;
	cursor: pointer;
	position: relative;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__key-features {
		display: none;
	}
}

.pricing-cards__enterprise .pricing-card__key-features::after {
	position: absolute;
	right: 1.25rem;
	top: calc(50% - 12px);
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
	margin-top: .5rem;
	display: inline-block;
	width: 1rem;
	height: .625rem;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #fff;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik04LjQyNTk4IDEwLjIyNTZMMC4zMTc4NzEgMi4xMTc0OEwyLjIwOTc2IDAuMjI1NTg2TDguNDI1OTggNi40NDE4TDE0LjY0MjIgMC4yMjU1ODZMMTYuNTM0MSAyLjExNzQ4TDguNDI1OTggMTAuMjI1NloiIGZpbGw9IiNCNzk2RkYiLz4NCjwvc3ZnPg0K");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik04LjQyNTk4IDEwLjIyNTZMMC4zMTc4NzEgMi4xMTc0OEwyLjIwOTc2IDAuMjI1NTg2TDguNDI1OTggNi40NDE4TDE0LjY0MjIgMC4yMjU1ODZMMTYuNTM0MSAyLjExNzQ4TDguNDI1OTggMTAuMjI1NloiIGZpbGw9IiNCNzk2RkYiLz4NCjwvc3ZnPg0K");
}

.pricing-cards__enterprise .pricing-card__body.bg-navy .pricing-card__features {
	background-color: #376575;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__body.bg-navy .pricing-card__features {
		background-color: rgba(0, 0, 0, 0);
	}
}

.pricing-cards__enterprise .pricing-card__body.bg-navy .tooltip {
	background-color: #1e9db8;
}

.pricing-cards__enterprise .pricing-card__body.bg-navy .pricing-card__features .rich-text * {
	color: #fff;
}

.pricing-cards__enterprise .pricing-card__body.bg-navy .pricing-card__text-button {
	color: #fff;
}

.pricing-cards__enterprise .pricing-card__body.bg-white {
	border: .0625rem solid #042838;
}

.pricing-cards__enterprise .pricing-card__body.bg-white .pricing-card__cta .button::before {
	background-color: #fff;
	border-color: #1e9db8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pricing-cards__enterprise .pricing-card__body.bg-white .pricing-card__features {
	background-color: #dcecee;
}

@media (min-width: 80rem) {
	.pricing-cards__enterprise .pricing-card__body.bg-white .pricing-card__features {
		background-color: rgba(0, 0, 0, 0);
	}
}

.pricing-cards__enterprise .pricing-card__body.bg-white .pricing-card__features .rich-text * {
	color: #376575;
}

.pricing-cards__enterprise .pricing-card__body.bg-white .pricing-card__key-features::after {
	background-color: #042838;
}

.pricing-cards__toggle {
	border: .0625rem solid #042838;
	border-radius: .5rem;
	padding: .1875rem;
}

.pricing-cards__toggle .pricing-cards__toggle-wrapper span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 7.5rem;
	height: 2rem;
	border-radius: .3125rem;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: background-color .3s ease-out, opacity .3s ease-out;
	transition: background-color .3s ease-out, opacity .3s ease-out;
}

@media (min-width: 360px) {
	.pricing-cards__toggle .pricing-cards__toggle-wrapper span {
		width: 9.375rem;
	}
}

.pricing-cards__toggle .pricing-cards__toggle-wrapper span:hover {
	background-color: #94cfd9;
}

.pricing-cards__toggle.pricing--yearly .pricing-cards__toggle-wrapper span[data-toggle-value=yearly], .pricing-cards__toggle.pricing--monthly .pricing-cards__toggle-wrapper span[data-toggle-value=monthly] {
	background-color: #042838;
	color: #fff;
}

.pricing-cards {
	background-color: #dcecee;
}

.pricing-cards__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}

.pricing-cards__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.pricing-cards__grid .pricing-card {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 22.5rem;
	flex: 0 1 22.5rem;
	text-align: left;
}

.promotion-with-bullets__container {
	background-color: #042838;
	color: #fff;
	border-radius: .9375rem;
	padding: 1.875rem 1.25rem;
	max-width: 53.75rem;
}

@media (min-width: 48.0625rem) {
	.promotion-with-bullets__container {
		padding: 2.5rem 5rem;
	}
}

.promotion-with-bullets__container hr {
	border: none;
	border-top: .125rem solid #1e9db8;
	opacity: .3;
	margin-top: .9375rem !important;
	margin-bottom: 1.25rem !important;
}

@media (min-width: 48.0625rem) {
	.promotion-with-bullets__container hr {
		margin-bottom: 3.125rem !important;
	}
}

.promotion-with-bullets__headline {
	position: relative;
	padding-right: 3.125rem;
	padding-top: .625rem;
	min-height: 3.125rem;
}

@media (min-width: 48.0625rem) {
	.promotion-with-bullets__headline {
		padding-right: 6.25rem;
		min-height: 6.25rem;
	}
}

.promotion-with-bullets__headline h2 {
	font-size: 1.5625rem;
	line-height: 1.875rem;
}

@media (min-width: 48.0625rem) {
	.promotion-with-bullets__headline h2 {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}

.promotion-with-bullets__headline h2 {
	font-weight: bold;
}

.promotion-with-bullets__headline svg {
	position: absolute;
	top: .625rem;
	right: 0;
	width: 2.5rem;
	height: 2.3125rem;
}

@media (min-width: 48.0625rem) {
	.promotion-with-bullets__headline svg {
		top: 0;
		width: 5.4375rem;
		height: 5.75rem;
	}
}

.promotion-with-bullets__description p {
	margin-top: .625rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: bold;
	color: #94cfd9;
}

@media (min-width: 48.0625rem) {
	.promotion-with-bullets__description p {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.promotion-with-bullets__cta-group {
	margin-top: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.promotion-with-bullets__cta-group {
		margin-top: 5rem;
		text-align: center;
	}
}

@media (max-width: 47.9375rem) {
	.promotion-with-bullets__cta-group .button {
		margin-top: .9375rem;
	}
}

.promotion-with-bullets__list {
	max-width: 37.5rem;
}

.promotion-with-bullets__list li {
	position: relative;
	padding-left: 2.5rem;
	min-height: 1.5625rem;
	margin-bottom: .9375rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

@media (min-width: 48.0625rem) {
	.promotion-with-bullets__list li {
		padding-left: 5.3125rem;
		font-size: 1.5rem;
		line-height: 1.875rem;
		margin-bottom: 2.1875rem;
		min-height: 3.4375rem;
	}
}

.promotion-with-bullets__list li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5625rem;
	height: 1.5625rem;
}

@media (min-width: 48.0625rem) {
	.promotion-with-bullets__list li::after {
		width: 3.4375rem;
		height: 3.4375rem;
	}
}

.promotion-with-bullets__list li::after {
	background-image: url("data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSI1OSIgaGVpZ2h0PSI1OSIgdmlld0JveD0iMCAwIDU5IDU5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPGNpcmNsZSBjeD0iMjkuNSIgY3k9IjI5LjUiIHI9IjI3LjUiIHN0cm9rZT0iIzFDOURCOSIgc3Ryb2tlLXdpZHRoPSIyLjIiLz4NCjxwYXRoIGQ9Ik0xOS40MzkgMjguODI4NEwyNi4xNDYzIDM1LjUzNTdMMzkuNTYwOSAyMi4xMjExIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjUuNSIvPg0KPC9zdmc+DQo=");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.quotes .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 48.0625rem) {
	.quotes .quote--image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 48.0625rem) {
	.quotes .quote--image .quote__image {
		width: 50%;
	}
}

.quotes .quote--image .quote__text {
	margin-top: 1.5625rem;
}

@media (min-width: 48.0625rem) {
	.quotes .quote--image .quote__text {
		margin-top: 0;
		width: 50%;
		padding-left: 2.5rem;
		padding-right: 1.875rem;
	}
}

.quotes .quote__image img {
	border-radius: .9375rem;
}

@media (max-width: 47.9375rem) {
	.quotes .quote__image {
		text-align: center;
	}
}

.quote__text blockquote {
	position: relative;
	font-size: 1.25rem;
	line-height: 1.875rem;
	padding-top: 2.8125rem;
	font-weight: 600;
	font-style: italic;
}

@media (min-width: 48.0625rem) {
	.quote__text blockquote {
		font-size: 2.5rem;
		line-height: 3.125rem;
	}
}

.quote__text blockquote::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.9375rem;
	height: 1.3125rem;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAzMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTIuOTE2MyAwLjgzOTg0NEw4Ljg5MjM1IDguMDYzODRIMTIuNTcyM1YyMC40ODM4SDAuMTUyMzQ0VjcuODc5ODRMNC40NjQzNCAwLjgzOTg0NEgxMi45MTYzWk0zMC4yMTIzIDAuODM5ODQ0TDI2LjE4ODMgOC4wNjM4NEgyOS44NjgzVjIwLjQ4MzhIMTcuNDQ4M1Y3Ljg3OTg0TDIxLjc2MDMgMC44Mzk4NDRIMzAuMjEyM1oiIGZpbGw9IiNDREZGNEUiLz4NCjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	pointer-events: none;
}

.quote__attribution {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
}

.quote__attribution p {
	margin-bottom: .3125rem;
}

.quotes__nav-button {
	position: absolute;
	width: 2.25rem;
	height: 2.25rem;
	border: 3px solid #cdff4e;
	background-color: #cdff4e;
	border-radius: 50%;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
	-webkit-transition: scale .2s ease-out;
	transition: scale .2s ease-out;
	-webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
}

.quotes__nav-button::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: .875rem;
	width: .875rem;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #042838;
}

.quotes__nav-button:hover {
	scale: 1.1667;
}

.quotes__nav-button.swiper-button-disabled {
	display: none;
}

.quotes__nav-button-prev {
	left: -.5rem;
}

@media (min-width: 48.0625rem) {
	.quotes__nav-button-prev {
		left: -1rem;
	}
}

.quotes__nav-button-prev:hover {
	-webkit-transform: tranlateY(calc(-50% - 21px));
	transform: tranlateY(calc(-50% - 21px));
}

.quotes__nav-button-prev::after {
	-webkit-transform: translate(-60%, -50%) rotate(90deg);
	transform: translate(-60%, -50%) rotate(90deg);
}

.quotes__nav-button-next {
	right: -.5rem;
}

@media (min-width: 48.0625rem) {
	.quotes__nav-button-next {
		right: -1rem;
	}
}

.quotes__nav-button-next:hover {
	-webkit-transform: tranlateY(calc(-50% - 21px));
	transform: tranlateY(calc(-50% - 21px));
}

.quotes__nav-button-next::after {
	-webkit-transform: translate(-40%, -50%) rotate(-90deg);
	transform: translate(-40%, -50%) rotate(-90deg);
}

.quote--text {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

@media (min-width: 48.0625rem) {
	.quote--text {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}
}

@media (max-width: 47.9375rem) {
	.quote--image {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.resource-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow 200ms ease-in-out;
	transition: -webkit-box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
}

.resource-card:not(.resource-card--main-event):hover {
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
	background-color: #dcecee;
}

.resource-card__image-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin-bottom: .3125rem;
	overflow: hidden;
	-webkit-transition: border-radius 200ms ease-in-out;
	transition: border-radius 200ms ease-in-out;
	border-radius: 10px;
}

.resource-card:not(.resource-card--main-event):hover .resource-card__image-wrapper {
	border-radius: 10px 10px 0 0;
}

.resource-card__image {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	transition: -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.resource-card:hover .resource-card__image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.resource-card__pill {
	position: absolute;
	top: .9375rem;
	left: .9375rem;
}

.resource-card__content {
	padding: .9375rem 1.0625rem;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.resource-card--featured .resource-card__content {
	padding: 2rem 1rem;
}

.resource-card__category {
	font-size: .75rem;
	line-height: 1.83;
	text-transform: uppercase;
	margin-bottom: .3125rem;
	color: #376575;
}

.resource-card__details {
	margin-bottom: .625rem;
}

.resource-card__link {
	color: #042838;
	text-decoration: none;
	cursor: pointer;
}

.resource-card__link::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
}

.resource-card__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	margin-top: .625rem;
	font-size: .75rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}

.resource-card__meta-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .625rem;
}

.resource-card__meta-icon {
	color: #a496c3;
}

.resource-card__meta-text {
	padding-top: 2px;
}

.resource-card__arrow-text-button {
	margin-top: auto;
}

.resource-card:hover .resource-card__arrow-text-button::after {
	-webkit-transform: translateX(.25rem);
	transform: translateX(.25rem);
}

.resource-card__button {
	margin-top: .3125rem;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.resource-card:hover .resource-card__button::after {
	opacity: 1;
}

.resource-card:hover .resource-card__button::before {
	width: 100%;
}

.resource-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-block: 2.5rem;
}

@media (min-width: 48rem) {
	.resource-details {
		padding-block: calc(5.9523809524vw - .3571428571rem);
	}
}

@media (min-width: 90rem) {
	.resource-details {
		padding-block: 5rem;
	}
}

.resource-details__sticky-wrapper {
	position: absolute;
	top: 5rem;
	bottom: 5rem;
	left: 0;
}

.resource-details__share-wrapper {
	position: absolute;
	top: 5rem;
	bottom: 5rem;
	right: 0;
}

.resource-details__text h2 {
	scroll-margin-top: var(--nav-height);
}

.resources__body {
	position: relative;
}

.resources__body::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#e4f5f8), to(rgba(228, 245, 248, 0)));
	background: linear-gradient(to bottom, #e4f5f8 0%, rgba(228, 245, 248, 0) 100%);
	pointer-events: none;
}

.resources__body_inner {
	position: relative;
	z-index: 1;
}

.resources__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2.5rem;
	margin-bottom: 2.5rem;
}

.resources__content {
	max-width: 37.5rem;
}

.resources__button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.resources__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	overflow-x: auto;
	margin-inline: -1.25rem;
	padding-inline: 1.25rem;
	padding-block: .625rem;
}

@media (max-width: 39.9375rem) {
	.resources__grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.resources__grid-card {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 17.5rem;
	flex: 1 0 17.5rem;
	max-width: 22.5rem;
}

@media (max-width: 39.9375rem) {
	.resources__grid-card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}

.resources__full-content .resources__content {
	max-width: 100%;
}

.resources_button {
	border: .125rem solid #ededed;
	padding: .625rem 1rem;
	display: inline-block;
	border-radius: 2.5rem;
	text-decoration: none;
	margin-right: .625rem;
	margin-bottom: .625rem;
	color: #042838;
	-webkit-transition: backgound 200ms ease, border-color 200ms ease;
	transition: backgound 200ms ease, border-color 200ms ease;
	position: relative;
}

.resources_button.active {
	background: #dcecee;
}

.resources_button.active, .resources_button:hover, .resources_button:focus {
	border-color: #1e9db8;
}

.resources_button.active {
	padding-right: 2.5rem;
}

.resources_button.active::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	display: block;
	width: 1rem;
	height: 1rem;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHk9IjAuNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iNy41IiBmaWxsPSIjMDYyRTNCIi8+DQo8cGF0aCBkPSJNNi40OTY5MyAxMS44NzczTDMgOC4zODAzN0wzLjg3NDIzIDcuNTA2MTNMNi40OTY5MyAxMC4xMjg4TDEyLjEyNTggNC41TDEzIDUuMzc0MjNMNi40OTY5MyAxMS44NzczWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K") no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 80.0625rem) {
	.resources__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 50px;
	}
}

@media (min-width: 80.0625rem) {
	.resources__controls {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.375rem;
		flex: 0 0 14.375rem;
		max-width: 14.375rem;
	}
}

@media (min-width: 80.0625rem) {
	.resources__results {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-width: 0;
	}
}

.resources__controls .filter-select__option-link {
	padding-left: 34px;
	margin-top: 0;
}

.resources__controls .filter-select__option-link::before, .resources__controls .filter-select__option-link[aria-selected=true]::after {
	left: 0;
}

.resources__controls .filter-select__option-link:focus {
	background: rgba(0, 0, 0, 0);
}

.resources__tile_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
	gap: 1.25rem;
	padding: 0 0 1.25rem;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.resources__tile_grid.no-results {
	display: block;
	text-align: center;
}

.resources__results_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem;
	border-bottom: 2px solid #c9c9c9;
	margin-bottom: 3.125rem;
}

.resources__container--full-width {
	border-bottom: 2px solid #c9c9c9;
}

.resources__container--full-width .resources__results_header {
	border-bottom: none;
	margin-bottom: 0;
}

.resources__container--full-width .resources__search_group {
	margin-bottom: 1.25rem;
}

.resources__page_count {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.resources__sort {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.resources__sort #js-archive-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.resources__sort .filter-select__label {
	margin: 0;
	font-weight: 500;
	font-weight: 400;
	white-space: nowrap;
	font-size: 1rem;
}

.resources__sort .filter-select__button {
	white-space: nowrap;
	border: none;
	padding-right: 0;
	color: #1e9db8;
	gap: 0;
}

.resources__sort .filter-select__button::after {
	background: url("data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDkuODciPg0KICA8cGF0aCBkPSJNOCw5Ljg3TDE2LDEuODdsLTEuODctMS44Ny02LjEzLDYuMTNMMS44NywwLDAsMS44N2w4LDhaIiBmaWxsPSIjMWM5ZGI5Ii8+DQo8L3N2Zz4=") no-repeat;
	background-position: center center;
	-webkit-mask-image: none;
	mask-image: none;
	width: .9375rem;
	height: .9375rem;
}

.resource__more_topics {
	background-color: rgba(0, 0, 0, 0);
	color: #1e9db8;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.resources__search_group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 1.875rem;
}

.resources__search_group_input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem 2.5rem .5rem .75rem;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0);
	outline: none;
	border: 1px solid #c9c9c9;
	font-size: 1.1875rem;
	width: 100%;
}

.resources__search_group_label {
	position: absolute;
	top: 50%;
	left: .75rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1rem;
	pointer-events: none;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	background-color: #fff;
	padding: .3125rem;
}

.resources__search_group_input:not(:-moz-placeholder-shown)+.resources__search_group_label {
	top: 0;
	left: .625rem;
	font-size: .75rem;
}

.resources__search_group_input:not(:-ms-input-placeholder)+.resources__search_group_label {
	top: 0;
	left: .625rem;
	font-size: .75rem;
}

.resources__search_group_input:focus+.resources__search_group_label, .resources__search_group_input:not(:placeholder-shown)+.resources__search_group_label {
	top: 0;
	left: .625rem;
	font-size: .75rem;
}

.resources__search_group_search {
	position: absolute;
	right: .625rem;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.search-page {
	background-color: #fff;
	padding-block: 6.25rem;
}

@media (min-width: 64.0625rem) {
	.search-page__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 2.5rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.search-page__form-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 22.5rem;
	flex: 0 1 22.5rem;
	max-width: 22.5rem;
}

@media (max-width: 64rem) {
	.search-page__form-content {
		margin-bottom: 2.5rem;
	}
}

.search-page__input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .625rem;
	border: 2px solid #bdd3d7;
	border-radius: 3.125rem;
	padding: .375rem .5rem .375rem 1.25rem;
}

.search-page__input {
	font-size: 1rem;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	border: none;
	width: 100%;
}

.search-page__button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #1e9db8;
	color: #fff;
	border: none;
	padding: .5rem 1rem;
	border-radius: 1.5625rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	cursor: pointer;
	-webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
}

.search-page__button:hover {
	background-color: #042838;
}

.search-page__popular-searches {
	font-size: 1.5rem;
	line-height: 1.33;
	margin-top: 1.25rem;
}

@media (min-width: 64.0625rem) {
	.search-page__popular-searches {
		margin-top: 2.5rem;
	}
}

.search-page__popular-searches-headline {
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}

.search-page__popular-searches-item+.search-page__popular-searches-item {
	margin-top: .625rem;
}

.search-page__popular-searches-link {
	color: #042838;
	font-size: 1rem;
	line-height: 1.6;
	text-decoration: underline;
}

.search-page__popular-searches-link:hover {
	text-decoration: none;
}

.search-page__results {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 45rem;
	flex: 0 1 45rem;
}

.search-page__results-total {
	font-size: 1.5rem;
	line-height: 1.33;
	margin-bottom: 1.5rem;
}

.search-page__results-total span {
	font-weight: 700;
}

.search-page__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.5rem;
}

.search-page-result {
	padding-block: 1.25rem;
}

@media (min-width: 64.0625rem) {
	.search-page-result {
		padding-block: 2.5rem;
		padding-inline: 2.5rem;
	}
}

.search-page-result__link {
	color: #042838;
	text-decoration: none;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}

.search-page-result__link:hover {
	color: #1e9db8;
	text-decoration: underline;
}

.small-event__wrapper {
	border-top: 2px solid #bdd3d7;
	padding-top: 1.5625rem;
	position: relative;
}

.small-event__wrapper .horizontal-card__image-wrapper {
	-ms-flex-preferred-size: 9.375rem;
	flex-basis: 9.375rem;
}

.small-event__image {
	border-radius: .5rem;
}

.small-event {
	border-radius: 20px;
	padding: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 0;
	-webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}

.small-event::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 2.1875rem;
	width: 2.1875rem;
	background-color: #cdff4e;
	border-radius: 50%;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
}

@media (min-width: 1121px) {
	.small-event::after {
		height: 2.8125rem;
		width: 2.8125rem;
	}
}

.small-event:hover {
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
	background-color: #dcecee;
}

.small-event:hover::after {
	opacity: 1;
}

.small-event__pill {
	margin-bottom: .625rem;
	-ms-flex-item-align: start;
	align-self: start;
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.small-event:hover .small-event__pill {
	color: #fff;
}

.small-event__headline {
	margin-bottom: .625rem;
	font-weight: 600;
	font-size: 1.125rem;
}

@media (min-width: 29.6875rem) {
	.small-event__headline {
		font-size: calc(.207253886vw + 1.0634715026rem);
	}
}

@media (min-width: 90rem) {
	.small-event__headline {
		font-size: 1.25rem;
	}
}

.small-event__link {
	color: inherit;
	text-decoration: none;
}

.small-event__link::after {
	content: "";
	z-index: 2;
	position: absolute;
	inset: 0;
}

.small-event__details {
	gap: 1.875rem;
}

.small-event__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .625rem;
}

.small-event__location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .625rem;
}

.small-event__icon {
	display: block;
	color: #a496c3;
}

.small-event__image_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}

.small-event__image_col {
	-ms-flex-preferred-size: 115px;
	flex-basis: 115px;
}

.small-event__content_col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.utility-nav {
	background-color: #042838;
	height: var(--utlity-nav-height);
}

.utility-nav__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-inline: 1.25rem;
	background-color: #01090c;
}

.utility-nav__menu-link {
	text-decoration: none;
	padding-inline: .625rem;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.utility-nav__menu-link:hover {
	text-decoration: underline;
}

.utility-nav__menu-icon-link {
	border: none;
	background: none;
	color: #fff;
	text-decoration: none;
	height: 33px;
	width: 33px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.utility-nav__menu-icon-link:hover {
	background: hsla(0, 0%, 100%, .2);
}

.utility-nav__menu-icon-link[aria-expanded] {
	background: #94cfd9;
	color: #042838;
}

.utility-nav__menu-icon-link svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 48rem) {
	.seo-hero__container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media (min-width: 48.0625rem) {
	.seo-hero__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.seo-hero__text-content {
	color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

@media (min-width: 48.0625rem) {
	.seo-hero__text-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (min-width: 48.0625rem) {
	.seo-hero__text-content-inner {
		width: min(35rem, (100vw - 2.5rem) / 2);
		padding-right: 1.25rem;
	}
}

.seo-hero a:not(.button) {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #a795c7), color-stop(.15em, #a795c7));
	background-image: linear-gradient(0deg, #a795c7 .15em, #a795c7 .15em);
	background-size: 100% .15em;
	background-position: bottom 0 center;
	background-repeat: no-repeat;
	display: inline-block;
	-webkit-transition: background-size 200ms ease;
	transition: background-size 200ms ease;
	cursor: pointer;
}

.seo-hero a:not(.button):hover {
	background-size: 100% 100%;
}

.seo-hero .header__text-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.seo-hero--dark a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #a795c7), color-stop(.15em, color-light-indigo));
	background-image: linear-gradient(0deg, #a795c7 .15em, color-light-indigo .15em);
}

.seo-hero__author {
	font-size: 1.125rem;
}

.seo-hero__text {
	margin-bottom: 2.5rem;
	font-size: 1.25rem;
}

.seo-hero__author-divider {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.share {
	position: sticky;
	top: calc(var(--nav-height) + 5rem);
	right: 0;
	background-color: #dcecee;
	border-top: 1px solid #94cfd9;
	border-bottom: 1px solid #94cfd9;
	border-left: 1px solid #94cfd9;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
}

.share__button {
	width: 2.5rem;
	height: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #042838;
	-webkit-transition: background-color 200ms ease, color 200ms ease;
	transition: background-color 200ms ease, color 200ms ease;
}

.share__button+.share__button {
	border-top: 1px solid #94cfd9;
}

.share__button:hover {
	background-color: #fff;
	color: #1e9db8;
}

.share__icon {
	display: block;
}

.sitemap {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.sitemap .children {
	margin-top: .46875rem;
	margin-bottom: .9375rem;
}

.stacked-header {
	padding-top: 5rem;
	overflow: hidden;
}

.stacked-header__text-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-bottom: 2.5rem;
}

@media (min-width: 48rem) {
	.stacked-header__text-content {
		margin-bottom: calc(5.9523809524vw - .3571428571rem);
	}
}

@media (min-width: 90rem) {
	.stacked-header__text-content {
		margin-bottom: 5rem;
	}
}

.bg-blue .stacked-header__text-content .highlight {
	color: #042838;
}

.stacked-header__eyebrow {
	color: #1e9db8;
}

.bg-blue .stacked-header__eyebrow {
	color: #042838;
}

.stacked-header__text {
	max-width: 33.75rem;
}

.elementor .stacked-header__image, .stacked-header__image {
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}

.stacked-header__media-content img {
	display: block;
}

.stats {
	color: #fff;
	background-color: #1e9db8;
	position: relative;
	z-index: 1;
}

.stats--contained {
	position: static;
	background-color: #fff;
}

@media (min-width: 48.0625rem) {
	.stats__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 2.5rem;
	}
}

.stats__container::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 90%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTk5IiBoZWlnaHQ9IjM3OSIgdmlld0JveD0iMCAwIDU5OSAzNzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBvcGFjaXR5PSIwLjM0IiBkPSJNNDY5LjQ3NCAyNDYuMDk0QzQ0OC42MzQgMjQ2LjA5NCA0NTIuODUyIDI0Ni4wOTQgNDA5LjQ5OSAyNDYuMDk0QzM5NC4xNTIgMTgyLjA0OSAzMTYuNTQ5IDEyNy4zNjYgMjI0LjI0OCAxNDguMzE1QzIwNS42MTggNzIuOTQgMTMwLjYwMyAzMSA0OS4zOTMyIDMxQy0zMS44MTY0IDMxIC0xMTEuNzU3IDgwLjk3MDMgLTEyMS4xOCAxNjIuNjY4Qy0xMzAuNjc1IDE2MC42NDEgLTEzNy45NjIgMTYyLjY2OCAtMTQ4Ljc5NCAxNjIuNjY4Qy0yMjYuMjQyIDE2Mi42NjggLTI4OSAyMjUuMzQyIC0yODkgMzAyLjY4NUMtMjg5IDM4MC4wMjggLTIyNy4zMTcgNDQxLjYyOCAtMTUwLjgyNCA0NDIuNjQyQy0xNTAuODI0IDQ0Mi42NDIgNDY2LjQ4OCA0NDMgNDY5LjQxNCA0NDNDNTIzLjg3MiA0NDMgNTY4IDM5OC45MzIgNTY4IDM0NC41NDdDNTY4IDI5MC4xNjIgNTIzLjg3MiAyNDYuMDk0IDQ2OS40MTQgMjQ2LjA5NEg0NjkuNDc0WiIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfMTE2Ml8xMDg1OSkiIHN0cm9rZS13aWR0aD0iNjAuMjI4NiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMTYyXzEwODU5IiB4MT0iMTM5LjUiIHkxPSIzMSIgeDI9IjEzOS41IiB5Mj0iNDQzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjNzdDQkRDIi8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxQzlEQjkiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8L2RlZnM+DQo8L3N2Zz4NCg==");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
}

.stats--contained .stats__container {
	position: relative;
	z-index: 1;
	border-radius: 20px;
	background-color: #1e9db8;
	padding: 5rem 2.5rem;
}

.stats__headline-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30rem;
	flex: 0 1 30rem;
}

.stats__button-group {
	display: none;
}

@media (min-width: 48.0625rem) {
	.stats__button-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.stats__list {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30rem;
	flex: 0 1 30rem;
	display: grid;
	-webkit-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	row-gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 48.0625rem) {
	.stats__list {
		row-gap: 5rem;
	}
}

.stats__mobile-button-group {
	margin-top: 2.5rem;
}

@media (min-width: 48.0625rem) {
	.stats__mobile-button-group {
		display: none;
	}
}

@media (min-width: 48.0625rem) {
	.toc__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 48rem) {
	.toc__list {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 48.0625rem) {
	.toc__list {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
	}
}

@media (min-width: 80.0625rem) {
	.toc__list {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41%;
		flex: 0 0 41%;
	}
}

.toc__list p {
	text-transform: uppercase;
	color: #042838;
	font-size: 1.0625rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.toc__list a {
	display: block;
	border-bottom: 1px solid #94cfd9;
	text-decoration: none;
	color: #fff;
	padding-top: .625rem;
	padding-bottom: .625rem;
	font-weight: bold;
}

.toc__list-inner {
	background-color: #1e9db8;
	border-radius: 10px;
	padding: 30px;
}

@media (min-width: 80.0625rem) {
	.toc__list-inner {
		padding: 60px;
	}
}

@media (min-width: 48.0625rem) {
	.toc__text-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.toc__headline {
	margin-bottom: 1.25rem;
	color: #042838;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0;
}

@media (max-width: 80rem) {
	.toc__headline {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

.table-of-contents {
	z-index: 170;
	display: none;
	position: sticky;
	top: calc(var(--nav-height) + 5rem);
	left: 0;
	max-width: 12.5rem;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.table-of-contents--visible {
	display: block;
}

.table-of-contents:has(.table-of-contents__content[aria-hidden=true]) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.table-of-contents__content {
	padding: 1rem;
	background-color: #dcecee;
	border-top: 1px solid #94cfd9;
	border-bottom: 1px solid #94cfd9;
	border-right: 1px solid #94cfd9;
}

.table-of-contents__list {
	list-style: none;
}

.table-of-contents__item {
	position: relative;
	padding-left: 1.5rem;
	counter-increment: list-item;
}

.table-of-contents__item::before {
	content: counter(list-item) ".";
	position: absolute;
	left: 0;
	top: 0;
	color: #1e9db8;
	font-weight: 700;
}

.table-of-contents__item+.table-of-contents__item {
	margin-top: .75rem;
}

.table-of-contents__link {
	color: #042838;
	text-decoration: none;
}

.table-of-contents__link:hover {
	text-decoration: underline;
}

.table-of-contents__toggle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 100%;
	top: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-top: 1px solid #94cfd9;
	border-bottom: 1px solid #94cfd9;
	border-right: 1px solid #94cfd9;
	border-left: none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #dcecee;
	cursor: pointer;
}

.table-of-contents__toggle[aria-expanded=true] .table-of-contents__icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.table-of-contents__icon {
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.testimonial-slider {
	background-color: #042838;
}

.testimonial-slider__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-bottom: 2.5rem;
}

.testimonial-slider__button {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.testimonial-slider__swiper .swiper-slide {
	height: auto;
}

.testimonial-slider__slide-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

@media (min-width: 48.0625rem) {
	.testimonial-slider__slide-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 1.25rem;
	}
}

.testimonial-slider__overview {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.5rem;
	border-radius: 1.25rem;
	overflow: hidden;
}

.testimonial-slider__overview::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testimonial-slider__overview.testimonial-slider__overview--navy-orbit::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 40, 56, .8)), to(rgba(4, 40, 56, .8)));
	background-image: linear-gradient(0deg, rgba(4, 40, 56, .8) 0%, rgba(4, 40, 56, .8) 100%);
}

.testimonial-slider__overview.testimonial-slider__overview--nerdio-blue::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 157, 184, .8)), to(rgba(30, 157, 184, .8)));
	background-image: linear-gradient(0deg, rgba(30, 157, 184, .8) 0%, rgba(30, 157, 184, .8) 100%);
}

.testimonial-slider__overview.testimonial-slider__overview--proton-purple::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(167, 149, 199, .8)), to(rgba(167, 149, 199, .8)));
	background-image: linear-gradient(0deg, rgba(167, 149, 199, .8) 0%, rgba(167, 149, 199, .8) 100%);
}

@media (max-width: 48rem) {
	.testimonial-slider__overview {
		margin-bottom: 1.25rem;
	}
}

.testimonial-slider .testimonial-slider__overview-image {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonial-slider__overview-logo-wrapper {
	margin-bottom: 2rem;
	height: 1.875rem;
}

.elementor .testimonial-slider__overview-logo, .testimonial-slider__overview-logo {
	height: 120%;
	width: auto;
}

.testimonial-slider__overview-button {
	margin-top: 1.25rem;
	-ms-flex-item-align: start;
	align-self: start;
}

.testimonial-slider__stacked-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.25rem;
}

.testimonial-slider__testimonial {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 2.5rem;
	background-color: #fff;
	border-radius: 20px;
}

.testimonial-slider__testimonial-quote {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.33;
	color: #042838;
	margin-bottom: .75rem;
}

.testimonial-slider__kpi-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	padding: 2.5rem;
	background-color: #fff;
	border-radius: 20px;
}

.testimonial-slider__kpi {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.testimonial-slider__nav-button {
	display: none;
	position: absolute;
	width: 2.25rem;
	height: 2.25rem;
	border: 2px solid #cdff4e;
	background-color: #cdff4e;
	border-radius: 50%;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
	-webkit-transition: scale .2s ease-out;
	transition: scale .2s ease-out;
	-webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
}

.testimonial-slider__nav-button::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: .875rem;
	width: .875rem;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #042838;
}

@media (min-width: 48.0625rem) {
	.testimonial-slider__nav-button {
		display: block;
	}
}

.testimonial-slider__nav-button:hover {
	scale: 1.1667;
}

.testimonial-slider__nav-button.swiper-button-disabled {
	display: none;
}

.testimonial-slider__nav-button-prev {
	left: -1rem;
}

.testimonial-slider__nav-button-prev:hover {
	-webkit-transform: tranlateY(calc(-50% - 21px));
	transform: tranlateY(calc(-50% - 21px));
}

.testimonial-slider__nav-button-prev::after {
	-webkit-transform: translate(-60%, -50%) rotate(90deg);
	transform: translate(-60%, -50%) rotate(90deg);
}

.testimonial-slider__nav-button-next {
	right: -1rem;
}

.testimonial-slider__nav-button-next:hover {
	-webkit-transform: tranlateY(calc(-50% - 21px));
	transform: tranlateY(calc(-50% - 21px));
}

.testimonial-slider__nav-button-next::after {
	-webkit-transform: translate(-40%, -50%) rotate(-90deg);
	transform: translate(-40%, -50%) rotate(-90deg);
}

.testimonial-slider__pagination {
	display: none;
	gap: 2.5rem;
	margin-top: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 48.0625rem) {
	.testimonial-slider__pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.testimonial-slider__pagination-item {
	position: relative;
	display: block;
	padding: 0;
	background: 0;
	border: 0;
	height: 1.875rem;
	opacity: .5;
	cursor: pointer;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.testimonial-slider__pagination-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	display: block;
	height: .1875rem;
	width: 100%;
	background-color: #fff;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.testimonial-slider__pagination-item:hover {
	opacity: 1;
}

.testimonial-slider__pagination-item[aria-selected=true] {
	opacity: 1;
}

.testimonial-slider__pagination-item[aria-selected=true]::after {
	background-color: #a496c3;
}

.testimonial-slider__pagination-item[aria-selected=true]:hover {
	opacity: .7;
}

.elementor .testimonial-slider__pagination-item-logo, .testimonial-slider__pagination-item-logo {
	height: 100%;
	width: auto;
}

.testimonial-slider__mobile-pagination-wrapper {
	position: relative;
	padding-inline: .625rem;
	z-index: 1;
}

.testimonial-slider__mobile-pagination-wrapper::after, .testimonial-slider__mobile-pagination-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 33%;
}

.testimonial-slider__mobile-pagination-wrapper::before {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#042838), to(rgba(4, 40, 56, 0)));
	background: linear-gradient(90deg, #042838 0%, rgba(4, 40, 56, 0) 100%);
}

.testimonial-slider__mobile-pagination-wrapper::after {
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(4, 40, 56, 0)), to(#042838));
	background: linear-gradient(90deg, rgba(4, 40, 56, 0) 0%, #042838 100%);
}

@media (min-width: 48.0625rem) {
	.testimonial-slider__mobile-pagination-wrapper {
		display: none;
	}
}

.testimonial-slider__mobile-pagination {
	position: relative;
	z-index: -1;
	margin-bottom: 1.25rem;
}

.testimonial-slider__mobile-pagination-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-slider__mobile-pagination-item {
	position: relative;
	border: 0;
	padding: 0;
	background: 0;
	padding-bottom: .75rem;
}

.testimonial-slider__mobile-pagination-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: .1875rem;
	width: 100%;
	background-color: #fff;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.swiper-slide-active .testimonial-slider__mobile-pagination-item {
	opacity: 1;
}

.swiper-slide-active .testimonial-slider__mobile-pagination-item::after {
	background-color: #a496c3;
}

.elementor .testimonial-slider__mobile-pagination-logo, .testimonial-slider__mobile-pagination-logo {
	height: 1.5625rem;
	width: auto;
}

.testimonial-slider__mobile-nav-button {
	position: absolute;
	width: 2rem;
	height: 2rem;
	border: 1px solid #ededed;
	background-color: hsla(0, 0%, 100%, .8);
	border-radius: 50%;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.testimonial-slider__mobile-nav-button::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: .875rem;
	width: .875rem;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #a496c3;
}

.testimonial-slider__mobile-nav-button.swiper-button-disabled {
	display: none;
}

.testimonial-slider__mobile-nav-button-prev {
	left: 0;
}

.testimonial-slider__mobile-nav-button-prev::after {
	-webkit-transform: translate(-60%, -50%) rotate(90deg);
	transform: translate(-60%, -50%) rotate(90deg);
}

.testimonial-slider__mobile-nav-button-next {
	right: 0;
}

.testimonial-slider__mobile-nav-button-next::after {
	-webkit-transform: translate(-40%, -50%) rotate(-90deg);
	transform: translate(-40%, -50%) rotate(-90deg);
}

.text--bg--navy-orbit, .text--bg-dark-teal {
	color: #fff;
	background-color: #042838;
}

.text--bg--navy-orbit--tint-2 {
	background-color: #bdd3d7;
}

@media (min-width: 48.0625rem) {
	.text-form__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 4.6875rem;
	}
}

.text-form__eyebrow {
	color: #1e9db8;
}

.text-form--bg-nerdio-blue .text-form__eyebrow {
	color: #042838;
}

.text-form__text-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 29.375rem;
	flex: 0 1 29.375rem;
}

@media (max-width: 48rem) {
	.text-form__text-content {
		margin-bottom: 2.5rem;
	}
}

.text-form .text-body {
	color: inherit;
}

.text-form__form-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 35.9375rem;
	flex: 0 1 35.9375rem;
	padding: 2.5rem;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
}

.text-form__form-content--center {
	margin: 0 auto;
}

.text-media--bg-navy-orbit, .text-media--bg-dark-teal {
	background-color: #042838;
}

.text-media--bg-navy-orbit--tint-2, .text-media--bg-light-teal {
	background-color: #bdd3d7;
}

@media (min-width: 48.0625rem) {
	.text-media__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 2.5rem;
	}
	
	.text-media--image-right .text-media__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.text-media__text-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32.5rem;
	flex: 0 1 32.5rem;
	margin-block: auto;
}

.text-media__eyebrow {
	color: #1e9db8;
}

.bg-blue .text-media__eyebrow {
	color: #042838;
}

.text-media__button-group {
	margin-top: 1.875rem;
}

.text-media__image-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32.5rem;
	flex: 0 1 32.5rem;
}

@media (max-width: 48rem) {
	.text-media__image-content {
		margin-bottom: 1.25rem;
	}
}

.elementor .text-media__image, .text-media__image {
	border-radius: 20px;
	width: 100%;
}

.tooltip {
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	width: .875rem;
	height: .875rem;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMiA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTAuMjk5OTk5IDcuNUgxLjdWMy4zSDAuMjk5OTk5VjcuNVpNMSAxLjlDMS4xOTgzMyAxLjkgMS4zNjQ1OCAxLjgzMjkyIDEuNDk4NzUgMS42OTg3NUMxLjYzMjkyIDEuNTY0NTggMS43IDEuMzk4MzMgMS43IDEuMkMxLjcgMS4wMDE2NyAxLjYzMjkyIDAuODM1NDE2IDEuNDk4NzUgMC43MDEyNUMxLjM2NDU4IDAuNTY3MDgzIDEuMTk4MzMgMC41IDEgMC41QzAuODAxNjY2IDAuNSAwLjYzNTQxNiAwLjU2NzA4MyAwLjUwMTI1IDAuNzAxMjVDMC4zNjcwODMgMC44MzU0MTYgMC4yOTk5OTkgMS4wMDE2NyAwLjI5OTk5OSAxLjJDMC4yOTk5OTkgMS4zOTgzMyAwLjM2NzA4MyAxLjU2NDU4IDAuNTAxMjUgMS42OTg3NUMwLjYzNTQxNiAxLjgzMjkyIDAuODAxNjY2IDEuOSAxIDEuOVoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2px auto;
	background-color: #042838;
	border-radius: 50%;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: none;
	padding: 0;
}

.tooltip.nitro-lazy {
	background-image: none !important;
}

.tooltip--teal {
	background-color: #1e9db8;
}

.tooltip.is-active::before {
	content: "";
	position: absolute;
	bottom: calc(100% - 8px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 6.25rem;
	height: 1rem;
	cursor: default;
}

.tooltip:hover, .tooltip:focus-within {
	background-color: #1e9db8;
}

.is-active .tooltip__content {
	visibility: visible;
	opacity: 1;
}

.tooltip__content {
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	background-color: #042838;
	border-radius: .5rem;
	padding: .625rem;
	width: 20rem;
	max-width: 100vw;
	color: #fff;
	cursor: default;
}

.tooltip--content-teal .tooltip__content {
	background-color: #1e9db8;
}

.tooltip__content::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #042838 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.tooltip--content-teal .tooltip__content::before {
	border-color: #1e9db8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.filter-select {
	position: relative;
	width: 100%;
}

.filter-select__label {
	font-size: .75rem;
	font-weight: 700;
	margin-bottom: .375rem;
}

.filter-select__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
	background: none;
	border: none;
	border: 3px solid #94cfd9;
	font-weight: 600;
	font-size: 1rem;
	border-radius: 25px;
	padding: .625rem 1.25rem;
	gap: .9375rem;
	cursor: pointer;
}

.filter-select__button::after {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: .625rem;
	width: .875rem;
	height: .875rem;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4NCiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQzNV82Njc3KSI+DQogICAgPHBhdGggZD0iTTEuNjE2NSA3LjYxNDQ2TDcgMTIuOTk5OUwxMi4zODM1IDcuNjE0NDYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICAgIDxwYXRoIGQ9Ik03IDFMNyAxMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogIDwvZz4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwMF80MzVfNjY3NyI+DQogICAgICA8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KPC9zdmc+DQo=");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4NCiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQzNV82Njc3KSI+DQogICAgPHBhdGggZD0iTTEuNjE2NSA3LjYxNDQ2TDcgMTIuOTk5OUwxMi4zODM1IDcuNjE0NDYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICAgIDxwYXRoIGQ9Ik03IDFMNyAxMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogIDwvZz4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwMF80MzVfNjY3NyI+DQogICAgICA8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KPC9zdmc+DQo=");
	background: #042838;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.filter-select__options {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 1.5rem .5rem .375rem;
	z-index: 100;
}

.filter-select__options::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 3px solid #94cfd9;
	background: #fff;
}

.filter-select__options[aria-hidden=true] {
	display: none;
}

.filter-select__option-group {
	margin-bottom: 1rem;
}

.filter-select__option-group:last-child {
	margin-bottom: 0;
}

.filter-select__option-group-label {
	font-size: .75rem;
	font-weight: 700;
	margin-bottom: .375rem;
	position: relative;
}

.filter-select__option-link {
	display: block;
	position: relative;
	padding: 8px 8px 8px 44px;
	text-decoration: none;
	color: inherit;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0);
	border: none;
}

.filter-select__option-link::before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background: #dcecee;
	position: absolute;
	top: 8px;
	left: 8px;
}

.filter-select__option-link:focus {
	background: rgba(189, 211, 215, .5);
}

.filter-select__option-link:focus::before {
	background: #bdd3d7;
}

.filter-select__option-link:focus[aria-selected=true]::after {
	background-color: #042838;
}

.filter-select__option-link[aria-selected=true]::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 24px;
	height: 24px;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTEgNS4zMzMzM0w0LjMzMzMzIDguNjY2NjdMMTEgMiIgc3Ryb2tlPSIjMUM5REI5IiBzdHJva2Utd2lkdGg9IjIuNSIvPg0KPC9zdmc+DQo=");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTEgNS4zMzMzM0w0LjMzMzMzIDguNjY2NjdMMTEgMiIgc3Ryb2tlPSIjMUM5REI5IiBzdHJva2Utd2lkdGg9IjIuNSIvPg0KPC9zdmc+DQo=");
	background-color: #1e9db8;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 10px;
	mask-size: 10px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.filter-select--text {
	margin-left: 10px;
	display: inline-block;
}

.filter-select--text .filter-select__button {
	color: inherit;
	width: auto;
	padding: 0;
	border: none;
	text-decoration: none;
	font-family: "Poppins", serif;
}

.filter-select--text .filter-select__button::after {
	display: none;
}

.filter-select--text .filter-select__options {
	width: 6.5rem;
}

.filter-select--text .filter-select__option-link {
	padding-right: 2rem;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	gap: .3125rem;
	padding-top: 1.25rem;
}

@media (min-width: 48rem) {
	.pagination {
		padding-top: calc(2.9761904762vw - .1785714286rem);
	}
}

@media (min-width: 90rem) {
	.pagination {
		padding-top: 2.5rem;
	}
}

.pagination a, .pagination span {
	text-decoration: none;
	color: inherit;
	padding: .5rem .75rem;
	display: block;
}

.pagination a {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.pagination a:not(.pagination__arrow) {
	border-radius: 10px;
}

.pagination a:not(.pagination__arrow):hover {
	background: #1e9db8;
}

.pagination a[aria-current=page] {
	background: #dcecee;
}

.pagination__arrow {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 10px;
	background: #dcecee;
	position: relative;
	display: block;
	padding: 0;
}

.pagination__arrow:hover {
	background: #1e9db8;
}

.pagination__arrow--prev {
	margin-right: .625rem;
}

.pagination__arrow--next {
	margin-left: .625rem;
}

.pagination__arrow-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.archive-filters {
	--filter-width: 15rem;
	padding: 1.25rem 0 1.875rem;
}

@media (min-width: 29.6875rem) {
	.archive-filters {
		padding: calc(2.0725388601vw + .6347150259rem) 0 calc(2.5906735751vw + 1.1058937824rem);
	}
}

@media (min-width: 90rem) {
	.archive-filters {
		padding: 2.5rem 0 3.4375rem;
	}
}

.archive-filters__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.archive-filters__filter {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 var(--filter-width);
	flex: 0 1 var(--filter-width);
}

.archive-filters__active h3 {
	font-size: .8125rem;
	font-weight: 700;
}

.archive-filters__active p {
	margin-bottom: .375rem;
}

.archive-filters__active.hidden {
	display: none;
}

.archive-list {
	padding: 0 0 2.5rem;
}

@media (min-width: 29.6875rem) {
	.archive-list {
		padding: 0 0 calc(4.1450777202vw + 1.2694300518rem);
	}
}

@media (min-width: 90rem) {
	.archive-list {
		padding: 0 0 5rem;
	}
}

.archive-list--border {
	border-top: 1px solid #bdd3d7;
}

.archive-list__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(16.5625rem, 1fr));
	gap: 1.25rem;
	padding: 0 0 1.25rem;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.is-loading .archive-list__grid {
	opacity: .5;
}

.archive-list__no-filters {
	padding: 2.5rem 0 1.875rem;
}

@media (min-width: 29.6875rem) {
	.archive-list__no-filters {
		padding: calc(4.1450777202vw + 1.2694300518rem) 0 calc(2.5906735751vw + 1.1058937824rem);
	}
}

@media (min-width: 90rem) {
	.archive-list__no-filters {
		padding: 5rem 0 3.4375rem;
	}
}

.featured-cards__layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2.5rem;
}

@media (min-width: 1001px) {
	.featured-cards__layout {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 1001px) {
	.featured-cards__column--featured {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 34.625rem;
		flex: 0 1 34.625rem;
	}
}

.featured-cards__column--stacked {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.25rem;
}

@media (min-width: 1001px) {
	.featured-cards__column--stacked {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 34.125rem;
		flex: 0 0 34.125rem;
	}
}

.horizontal-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	border-radius: 10px;
	-webkit-transition: -webkit-box-shadow 200ms ease-in-out;
	transition: -webkit-box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
}

.horizontal-card::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 2.1875rem;
	width: 2.1875rem;
	background-color: #cdff4e;
	border-radius: 50%;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

@media (min-width: 48.0625rem) {
	.horizontal-card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 20px;
	}
}

@media (min-width: 1121px) {
	.horizontal-card::after {
		height: 2.8125rem;
		width: 2.8125rem;
	}
}

.horizontal-card:hover {
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
}

.horizontal-card:hover::after {
	opacity: 1;
}

.horizontal-card--text {
	border-top: 2px solid #bdd3d7;
	padding-top: 1.5625rem;
	position: relative;
}

.horizontal-card__image-wrapper {
	position: relative;
	border-radius: 10px;
	aspect-ratio: 280/147;
	overflow: hidden;
	-webkit-transition: border-radius 200ms ease-in-out;
	transition: border-radius 200ms ease-in-out;
}

.horizontal-card:hover .horizontal-card__image-wrapper {
	border-radius: 10px 10px 0 0;
}

@media (min-width: 48.0625rem) {
	.horizontal-card__image-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 280px;
		flex: 0 1 280px;
	}
	
	.horizontal-card:hover .horizontal-card__image-wrapper {
		border-radius: 10px 0 0 10px;
	}
}

.horizontal-card__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	transition: -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.horizontal-card:hover .horizontal-card__image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.horizontal-card__pill {
	position: absolute;
	top: .9375rem;
	left: .9375rem;
}

.horizontal-card__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 1rem;
}

.horizontal-card__category {
	font-size: .75rem;
	line-height: 1.83;
	text-transform: uppercase;
	margin-bottom: .3125rem;
	color: #376575;
}

.horizontal-card__link {
	color: #042838;
	text-decoration: none;
	cursor: pointer;
}

.horizontal-card__link::after {
	content: "";
	position: absolute;
	inset: 0;
}

.modal {
	background: none;
	padding: 1.875rem 2.8125rem;
	border: none;
	width: 100%;
	max-width: 45rem;
}

.modal::-webkit-backdrop {
	background: rgba(4, 40, 56, .9);
}

.modal::backdrop {
	background: rgba(4, 40, 56, .9);
}

.modal__box {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 1.875rem 1.25rem;
}

@media (min-width: 29.6875rem) {
	.modal__box {
		padding: calc(1.0362694301vw + 1.567357513rem) calc(2.0725388601vw + .6347150259rem);
	}
}

@media (min-width: 90rem) {
	.modal__box {
		padding: 2.5rem 2.5rem;
	}
}

.modal--video .modal__box {
	padding: 0;
}

@media (min-width: 48rem) {
	.modal--video {
		width: 85%;
		max-width: 75rem;
	}
}

.modal__close {
	position: absolute;
	top: -25px;
	right: -30px;
	cursor: pointer;
	color: #fff;
	background: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	width: 30px;
	height: 30px;
}

.modal__close:hover {
	opacity: .7;
}

.modal__close-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hbspt-form, .hbspt-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.5rem;
}

.hbspt-form .form-columns-1, .hbspt-form .form-columns-2 {
	max-width: 100%;
}

.hbspt-form .form-columns-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.hbspt-form fieldset.form-columns-2 .hs-form-field {
	width: 100% !important;
}

.hbspt-form .hs-fieldtype-text label, .hbspt-form .hs-fieldtype-textarea label, .hbspt-form .hs-fieldtype-checkbox label, .hbspt-form .hs-fieldtype-phonenumber label, .hbspt-form .hs-fieldtype-email label, .hbspt-form .hs-fieldtype-number label, .hbspt-form .hs-fieldtype-select label {
	display: block;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.16;
	margin-bottom: .5rem;
}

.hbspt-form .hs-form-checkbox label {
	font-size: 1rem;
	font-weight: 400;
}

.hbspt-form textarea, .hbspt-form input[type=text], .hbspt-form input[type=email], .hbspt-form input[type=tel], .hbspt-form input[type=number], .hbspt-form select {
	width: 100% !important;
	border-radius: 10px;
	height: 2.875rem;
	border: 2px solid #bdd3d7;
}

.hbspt-form textarea::-webkit-input-placeholder, .hbspt-form input[type=text]::-webkit-input-placeholder, .hbspt-form input[type=email]::-webkit-input-placeholder, .hbspt-form input[type=tel]::-webkit-input-placeholder, .hbspt-form input[type=number]::-webkit-input-placeholder, .hbspt-form select::-webkit-input-placeholder {
	color: #376575;
	font-size: 1rem;
	font-weight: 600;
}

.hbspt-form textarea::-moz-placeholder, .hbspt-form input[type=text]::-moz-placeholder, .hbspt-form input[type=email]::-moz-placeholder, .hbspt-form input[type=tel]::-moz-placeholder, .hbspt-form input[type=number]::-moz-placeholder, .hbspt-form select::-moz-placeholder {
	color: #376575;
	font-size: 1rem;
	font-weight: 600;
}

.hbspt-form textarea:-ms-input-placeholder, .hbspt-form input[type=text]:-ms-input-placeholder, .hbspt-form input[type=email]:-ms-input-placeholder, .hbspt-form input[type=tel]:-ms-input-placeholder, .hbspt-form input[type=number]:-ms-input-placeholder, .hbspt-form select:-ms-input-placeholder {
	color: #376575;
	font-size: 1rem;
	font-weight: 600;
}

.hbspt-form textarea::-ms-input-placeholder, .hbspt-form input[type=text]::-ms-input-placeholder, .hbspt-form input[type=email]::-ms-input-placeholder, .hbspt-form input[type=tel]::-ms-input-placeholder, .hbspt-form input[type=number]::-ms-input-placeholder, .hbspt-form select::-ms-input-placeholder {
	color: #376575;
	font-size: 1rem;
	font-weight: 600;
}

.hbspt-form textarea::placeholder, .hbspt-form input[type=text]::placeholder, .hbspt-form input[type=email]::placeholder, .hbspt-form input[type=tel]::placeholder, .hbspt-form input[type=number]::placeholder, .hbspt-form select::placeholder {
	color: #376575;
	font-size: 1rem;
	font-weight: 600;
}

.hbspt-form input[type=text], .hbspt-form input[type=email], .hbspt-form input[type=tel], .hbspt-form input[type=number] {
	padding: 0 1.25rem;
}

.hbspt-form textarea {
	height: 7.5rem;
}

.hbspt-form label.hs-form-checkbox-display {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hbspt-form .hs-button {
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	color: #042838;
	border: 2px solid #cdff4e;
	background-color: #cdff4e;
	padding: .5rem 1.25rem;
	border-radius: 25px;
	-webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	cursor: pointer;
	-webkit-transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
	transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.hbspt-form .hs-button:hover {
	background-color: #cdff4e;
	border-color: #cdff4e;
}

.hbspt-form input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 1.5rem !important;
	height: 1.5rem !important;
	cursor: pointer;
	background-color: #dcecee;
	border-radius: 5px;
}

.hbspt-form input[type=checkbox]:checked::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background-color: #1e9db8;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02LjM5OTk1IDE0LjAyNUwwLjY5OTk1MSA4LjMyNUwyLjEyNDk1IDYuOUw2LjM5OTk1IDExLjE3NUwxNS41NzUgMkwxNyAzLjQyNUw2LjM5OTk1IDE0LjAyNVoiIGZpbGw9IiMwNjJFM0IiLz4NCjwvc3ZnPg0K");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02LjM5OTk1IDE0LjAyNUwwLjY5OTk1MSA4LjMyNUwyLjEyNDk1IDYuOUw2LjM5OTk1IDExLjE3NUwxNS41NzUgMkwxNyAzLjQyNUw2LjM5OTk1IDE0LjAyNVoiIGZpbGw9IiMwNjJFM0IiLz4NCjwvc3ZnPg0K");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.hbspt-form select {
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #042838;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik04LjQyNTk4IDEwLjIyNTZMMC4zMTc4NzEgMi4xMTc0OEwyLjIwOTc2IDAuMjI1NTg2TDguNDI1OTggNi40NDE4TDE0LjY0MjIgMC4yMjU1ODZMMTYuNTM0MSAyLjExNzQ4TDguNDI1OTggMTAuMjI1NloiIGZpbGw9IiNCNzk2RkYiLz4NCjwvc3ZnPg0K");
	background-size: 12px auto;
	background-position: right 20px center;
	background-repeat: no-repeat;
	padding-inline: 1.25rem;
	background-color: #fff;
}

.hbspt-form select.nitro-lazy {
	background-image: none !important;
}

.hbspt-form .hs-error-msgs {
	margin-top: .5rem;
}

.hbspt-form .hs-error-msgs label {
	font-size: .75rem;
	font-weight: 600;
	color: #a795c7;
}

.laptop-animation {
	position: relative;
}

.laptop-animation__laptop-background {
	mix-blend-mode: screen;
	width: 100%;
	z-index: 1;
	display: block;
	height: auto;
	opacity: 0;
	-webkit-animation-name: laptop-background;
	animation-name: laptop-background;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}

@-webkit-keyframes laptop-background {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes laptop-background {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.laptop-animation__laptop-outline {
	display: block;
	position: absolute;
	width: 85.75%;
	height: auto;
	top: 2.25%;
	left: 6.95%;
	opacity: 0;
	-webkit-animation-name: laptop-outline;
	animation-name: laptop-outline;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes laptop-outline {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
		opacity: 0;
	}
	
	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		opacity: 1;
	}
}

@keyframes laptop-outline {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
		opacity: 0;
	}
	
	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		opacity: 1;
	}
}

.laptop-animation__laptop-trace {
	display: block;
	position: absolute;
	width: 85.75%;
	height: auto;
	top: 2.25%;
	left: 6.95%;
	stroke-dasharray: 724 1450;
	stroke-dashoffset: 2174;
	opacity: 0;
	-webkit-animation-name: laptop-trace, laptop-trace-fade-in;
	animation-name: laptop-trace, laptop-trace-fade-in;
	-webkit-animation-duration: 6s, 400ms;
	animation-duration: 6s, 400ms;
	-webkit-animation-timing-function: linear, ease;
	animation-timing-function: linear, ease;
	-webkit-animation-fill-mode: forwards, forwards;
	animation-fill-mode: forwards, forwards;
	-webkit-animation-iteration-count: infinite, 1;
	animation-iteration-count: infinite, 1;
	-webkit-animation-delay: 1000ms, 1000ms;
	animation-delay: 1000ms, 1000ms;
}

@-webkit-keyframes laptop-trace {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes laptop-trace {
	to {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes laptop-trace-fade-in {
	to {
		opacity: 1;
	}
}

@keyframes laptop-trace-fade-in {
	to {
		opacity: 1;
	}
}

.laptop-animation__laptop-screen {
	position: absolute;
	display: block;
	left: 25.68%;
	top: 11.81%;
	width: 47.72%;
	height: auto;
	opacity: 0;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-animation-name: laptop-screen;
	animation-name: laptop-screen;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

@-webkit-keyframes laptop-screen {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes laptop-screen {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.laptop-animation__glasses-outline {
	display: block;
	position: absolute;
	top: 31.74%;
	left: 13.63%;
	width: 74.5%;
	height: auto;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	-webkit-animation-name: glasses-outline;
	animation-name: glasses-outline;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}

@-webkit-keyframes glasses-outline {
	to {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

@keyframes glasses-outline {
	to {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

.laptop-animation__glasses-fill {
	display: block;
	position: absolute;
	top: 31.74%;
	left: 13.63%;
	width: 74.5%;
	height: auto;
	opacity: 0;
	-webkit-animation-name: glasses-fill;
	animation-name: glasses-fill;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
}

@-webkit-keyframes glasses-fill {
	100% {
		opacity: 1;
	}
}

@keyframes glasses-fill {
	100% {
		opacity: 1;
	}
}

.laptop-animation__icon {
	display: block;
	position: absolute;
	width: 5.45%;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-animation-name: icon-fade-in, icon-bobble;
	animation-name: icon-fade-in, icon-bobble;
	-webkit-animation-duration: 400ms, 2s;
	animation-duration: 400ms, 2s;
	-webkit-animation-timing-function: ease, ease-in-out;
	animation-timing-function: ease, ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1100ms, 1500ms;
	animation-delay: 1100ms, 1500ms;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
}

.laptop-animation__icon--azure {
	top: 5.1%;
	left: 31.59%;
}

.laptop-animation__icon--windows-10 {
	top: 17.02%;
	left: 51.02%;
	-webkit-animation-name: icon-fade-in, icon-bobble-reverse;
	animation-name: icon-fade-in, icon-bobble-reverse;
}

.laptop-animation__icon--windows-11 {
	top: -3.09%;
	left: 62.27%;
}

@-webkit-keyframes icon-fade-in {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes icon-fade-in {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes icon-bobble {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes icon-bobble {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes icon-bobble-reverse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes icon-bobble-reverse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.laptop-animation__circle {
	display: block;
	position: absolute;
	width: 38.8%;
	height: auto;
	top: -14.8%;
	left: 55.2%;
	opacity: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-animation-name: circle-fade-in;
	animation-name: circle-fade-in;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes circle-fade-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes circle-fade-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.skip-main {
	position: absolute;
	left: -62.4375rem;
	top: auto;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: -999;
}

.skip-main:focus, .skip-main:active {
	position: fixed;
	left: 1.25rem;
	top: 1.25rem;
	height: auto;
	width: auto;
	overflow: auto;
	z-index: 99999;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border: 3px solid #94cfd9;
	color: #042838;
	padding: .625rem 1.25rem;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 25px;
	-webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, .1);
	gap: .625rem;
	cursor: pointer;
}

.dropdown--text-white .dropdown__button {
	color: #fff;
}

.dropdown__options {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 1rem .5rem 0;
	z-index: 100;
}

.dropdown__options::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 2px solid #94cfd9;
	background: #fff;
}

.dropdown__options[aria-hidden=true] {
	display: none;
}

.dropdown__option {
	position: relative;
}

.dropdown__link {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 8px;
	border-radius: 10px;
}

.dropdown__link:hover {
	background: rgba(189, 211, 215, .5);
}

.event-details {
	position: relative;
	padding-block: 2.5rem;
}

@media (min-width: 48rem) {
	.event-details {
		padding-block: calc(5.9523809524vw - .3571428571rem);
	}
}

@media (min-width: 90rem) {
	.event-details {
		padding-block: 5rem;
	}
}

.event-details__text {
	display: block;
}

@media (min-width: 48rem) {
	.event-details__text {
		display: none;
	}
}

.event-details__share-wrapper {
	position: absolute;
	top: 5rem;
	bottom: 5rem;
	right: 0;
}

.event-details__table {
	width: 100%;
	max-width: 40rem;
	margin: 3rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.25rem;
}

@media (min-width: 48rem) {
	.event-details__table {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: none;
	}
}

@media (min-width: 48rem) {
	.event-details__table-col {
		width: 100%;
	}
	
	.event-details__table-col.event-details__table-col--multi-column {
		-ms-flex-preferred-size: calc(50% - 1.25rem);
		flex-basis: calc(50% - 1.25rem);
	}
}

.event-details__table-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .625rem;
}

.event-details__table h2 {
	margin-bottom: 1.25rem;
	font-weight: 700;
}

.event-details__event-header {
	margin-bottom: .625rem;
	margin-right: 2.5rem;
}

.event-details__events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .9375rem;
	padding-right: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.event-details__events {
		padding-right: 0;
	}
}

.event-details__event+.event-details__event {
	padding-top: .75rem;
	border-top: 2px solid #dfdbed;
}

.event-details__day {
	font-size: 2rem;
}

@media (min-width: 48rem) {
	.event-details__day {
		font-size: calc(1.1904761905vw + 1.4285714286rem);
	}
}

@media (min-width: 90rem) {
	.event-details__day {
		font-size: 2.5rem;
	}
}

.event-details__event-time {
	font-size: 1.25rem;
	font-weight: 700;
}

.event-details__event-title {
	font-size: 1.25rem;
}

.event-details__event-details-summary {
	font-size: .875rem;
	font-weight: 600;
	position: relative;
	padding-right: 1em;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event-details__event-details-summary::marker {
	content: none;
}

.event-details__event-details-summary::after {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
	margin-top: .5rem;
	display: inline-block;
	width: 1rem;
	height: .625rem;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #a795c7;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

[open] .event-details__event-details-summary {
	margin-bottom: .625rem;
}

[open] .event-details__event-details-summary::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.event-speakers {
	margin-top: 2.5rem;
}

.event-speakers__grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.25rem;
}

@media (min-width: 48.0625rem) {
	.event-speakers__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.event-speaker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .625rem;
}

.event-speaker__image-wrapper {
	width: 100%;
	height: 100%;
	border-radius: 1.25rem;
	overflow: hidden;
	margin-bottom: .625rem;
}

@media (min-width: 48.0625rem) {
	.event-speaker__image-wrapper {
		height: 23.125rem;
	}
}

.event-speaker__image-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.event-header {
	background-image: linear-gradient(101deg, #053a51, #021a25);
	padding-block: 2.5rem;
}

@media (min-width: 48rem) {
	.event-header {
		padding-block: calc(5.9523809524vw - .3571428571rem);
	}
}

@media (min-width: 90rem) {
	.event-header {
		padding-block: 5rem;
	}
}

@media (min-width: 48rem) {
	.event-header__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 2.5rem;
	}
}

.event-header__event-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 2.5rem;
}

@media (min-width: 48rem) {
	.event-header__event-content {
		margin-bottom: 0;
	}
}

.event-header__image {
	border-radius: 20px;
}

.event-header__pill {
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 1rem;
}

.event-header__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .5rem;
	margin-bottom: 1rem;
}

.event-header__meta-separator {
	margin-inline: .5rem;
	background-color: #bdd3d7;
	width: 2px;
	height: 16px;
}

.event-header__description {
	margin-top: 1.25rem;
	color: #fff;
	display: none;
}

@media (min-width: 48rem) {
	.event-header__description {
		display: block;
	}
}

.event-header__description a {
	color: #fff;
}

.event-header__description a:hover {
	color: #ededed;
}

.event-header__description.rich-text h1, .event-header__description.rich-text h2, .event-header__description.rich-text h3, .event-header__description.rich-text h4, .event-header__description.rich-text h5, .event-header__description.rich-text h6 {
	margin-top: 1.25rem;
	margin-bottom: 1rem;
}

.event-header__description.rich-text a.button {
	color: #042838;
}

.event-header__description.rich-text a:not(.button) {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.15em, #1e9db8), color-stop(.15em, #1e9db8));
	background-image: linear-gradient(0deg, #1e9db8 .15em, #1e9db8 .15em);
}

.event-header__description.rich-text a.button--secondary {
	color: #fff;
}

.event-header__description.rich-text a.button--secondary::after {
	background-color: #fff;
}

.event-header__description p {
	margin-bottom: 1.25rem;
}

.event-header__description ol li {
	font-size: 1.125rem;
}

.event-header__description ol li::before {
	color: #fff;
}

.event-header__description ul li {
	font-size: 1.125rem;
}

.event-header__description ul li::before {
	background-color: #fff;
}

.event-header__form {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}

.event-header__form-wrapper {
	background-color: #fff;
	padding: 2.5rem;
	border-radius: 20px;
}

.event-header__form-eyebrow {
	color: #1e9db8;
}

.webinar-and-events__cloud {
	top: 0;
	left: 20%;
	width: auto;
	height: 100%;
	position: absolute;
	pointer-events: none;
}

@media (min-width: 48rem) {
	.webinar-and-events__cloud {
		left: auto;
		right: 0;
	}
}

.webinar-and-events__cloud-container {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
}

@media (min-width: 48rem) {
	.webinar-and-events__cloud-container {
		left: auto;
		right: -5%;
	}
}

@media (min-width: 80.0625rem) {
	.webinar-and-events__cloud-container {
		right: 0;
		height: 100%;
	}
}

@media (min-width: 90.0625rem) {
	.webinar-and-events__cloud-container {
		right: 5%;
	}
}

@media (min-width: 100.0625rem) {
	.webinar-and-events__cloud-container {
		right: 10%;
	}
}

.webinar-and-events__cloud-path {
	opacity: .3;
}

.webinar-and-events__cloud-path-white {
	fill: none;
	stroke: #fff;
	stroke-width: 20px;
	stroke-linecap: round;
	stroke-dasharray: 300 9999;
	stroke-dashoffset: 0;
	opacity: 0;
	-webkit-filter: blur(14px);
	filter: blur(14px);
}

.webinar-and-events__cloud-path-white.active {
	-webkit-animation: drawStroke 5s linear forwards;
	animation: drawStroke 5s linear forwards;
}

.webinar-and-events__cloud-path-white-thin {
	stroke-width: 10px;
	-webkit-filter: blur(9px);
	filter: blur(9px);
}

.webinar-and-events__cloud-path-white-thin.active {
	-webkit-animation: drawStroke2 5s linear forwards;
	animation: drawStroke2 5s linear forwards;
}

@-webkit-keyframes drawStroke {
	0% {
		stroke-dashoffset: 0;
		opacity: 0;
		stroke-width: 20px;
	}
	
	5% {
		opacity: .3;
		stroke-width: 20px;
	}
	
	40% {
		opacity: 1;
		stroke-width: 70px;
	}
	
	70% {
		opacity: 1;
		stroke-width: 70px;
	}
	
	90% {
		opacity: 1;
		stroke-width: 50px;
	}
	
	100% {
		stroke-dashoffset: -2200px;
		stroke-width: 20px;
		opacity: 0;
	}
}

@keyframes drawStroke {
	0% {
		stroke-dashoffset: 0;
		opacity: 0;
		stroke-width: 20px;
	}
	
	5% {
		opacity: .3;
		stroke-width: 20px;
	}
	
	40% {
		opacity: 1;
		stroke-width: 70px;
	}
	
	70% {
		opacity: 1;
		stroke-width: 70px;
	}
	
	90% {
		opacity: 1;
		stroke-width: 50px;
	}
	
	100% {
		stroke-dashoffset: -2200px;
		stroke-width: 20px;
		opacity: 0;
	}
}

@-webkit-keyframes drawStroke2 {
	0% {
		stroke-dashoffset: 0;
		opacity: 0;
	}
	
	5% {
		opacity: .3;
	}
	
	40% {
		opacity: 1;
	}
	
	90% {
		opacity: 1;
	}
	
	100% {
		stroke-dashoffset: -2200px;
		opacity: 0;
	}
}

@keyframes drawStroke2 {
	0% {
		stroke-dashoffset: 0;
		opacity: 0;
	}
	
	5% {
		opacity: .3;
	}
	
	40% {
		opacity: 1;
	}
	
	90% {
		opacity: 1;
	}
	
	100% {
		stroke-dashoffset: -2200px;
		opacity: 0;
	}
}

.webinar-and-events__row {
	z-index: 1;
	position: relative;
}

@media (min-width: 80.0625rem) {
	.webinar-and-events__row {
		width: 60%;
	}
}

.webinar__form-embed {
	z-index: 3;
}

@media (min-width: 80.0625rem) {
	.webinar__form-embed {
		position: sticky;
		top: 6rem;
		pointer-events: auto;
		width: 100%;
		padding-top: 5rem;
		padding-bottom: 2rem;
	}
}

@media (max-width: 79.9375rem) {
	.webinar__form-wrapper {
		margin-inline: auto;
		width: min(70rem, 100% - 2.5rem);
		margin-bottom: 2rem;
	}
}

@media (min-width: 80.0625rem) {
	.webinar__form-wrapper {
		position: absolute;
		top: 20px;
		left: 62%;
		width: 35%;
		height: 100%;
		pointer-events: none;
		max-width: 24rem;
	}
}

@media (max-width: 79.9375rem) {
	.webinar-and-events__row {
		position: relative;
	}
}

.webinar-and-events__bg-mobile {
	z-index: 2;
}

@media (max-width: 79.9375rem) {
	.webinar-and-events__bg-mobile {
		position: relative;
	}
}

@media (max-width: 79.9375rem) {
	.webinar-and-events__bg-mobile {
		padding-bottom: 2rem;
	}
}

@media (min-width: 80.0625rem) {
	.webinar-and-events__bg-mobile {
		background: rgba(0, 0, 0, 0);
	}
}

@media (max-width: 79.9375rem) {
	.webinar-and-events__bg-desktop {
		background: rgba(0, 0, 0, 0);
	}
}

.webinar-and-events__container {
	padding-bottom: 1.5rem;
	z-index: 2;
}

@media (min-width: 80.0625rem) {
	.webinar-and-events__container {
		padding-bottom: 2.5rem;
	}
}

.webinar-and-events__hero .filter-select {
	width: auto;
	margin-left: 0;
}

.webinar-and-events__hero .filter-select__options {
	z-index: 2;
}

.webinar-and-events__hero .filter-select__button {
	font-size: 1.125rem;
	position: relative;
	padding-right: 1.25rem;
}

.webinar-and-events__hero .filter-select__button::before {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuNTg2OTE0IDEuMDg2OTFDMC40ODU1MzggMS4xODgyOSAwLjQ3Mjc4MSAxLjMxNTkgMC41NDg4MjggMS40MjM4M0wwLjU4NjkxNCAxLjQ2ODc1TDAuNTk0NzI3IDEuNDc2NTZMNS42ODA2NiA2Ljc5NDkyQzUuODc3MDYgNi45MjAzMiA2LjA3MTA1IDcgNi4yMjI2NiA3QzYuMzc0IDYuOTk5ODUgNi41NjY3NSA2LjkxOTkxIDYuNzYyNyA2Ljc5NDkyTDExLjg0OTYgMS40NzY1NkwxMS44NTc0IDEuNDY4NzVDMTEuOTczMyAxLjM1MjkgMTEuOTczMyAxLjIwMjc2IDExLjg1NzQgMS4wODY5MUMxMS43NTYgMC45ODU1NjMgMTEuNjI4NCAwLjk3MjczNyAxMS41MjA1IDEuMDQ4ODNMMTEuNDc1NiAxLjA4NjkxTDYuNTgxMDYgNi4xMzY3Mkw2LjIyMjY2IDYuNTA2ODRMNS44NjMyOCA2LjEzNjcyTDAuOTY2Nzk3IDEuMDg1OTRDMC44NTExNDMgMC45NzE1IDAuNzAyMjkxIDAuOTcxNTM3IDAuNTg2OTE0IDEuMDg2OTFaIiBzdHJva2U9IiMwMDAiIC8+PC9zdmc+");
	width: .8125rem;
	height: .5rem;
	display: block;
	position: absolute;
	top: .625rem;
	right: 0;
}

.webinar-and-events__hero .filter-select__button.filter-select__button--dark::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuNTg2OTE0IDEuMDg2OTFDMC40ODU1MzggMS4xODgyOSAwLjQ3Mjc4MSAxLjMxNTkgMC41NDg4MjggMS40MjM4M0wwLjU4NjkxNCAxLjQ2ODc1TDAuNTk0NzI3IDEuNDc2NTZMNS42ODA2NiA2Ljc5NDkyQzUuODc3MDYgNi45MjAzMiA2LjA3MTA1IDcgNi4yMjI2NiA3QzYuMzc0IDYuOTk5ODUgNi41NjY3NSA2LjkxOTkxIDYuNzYyNyA2Ljc5NDkyTDExLjg0OTYgMS40NzY1NkwxMS44NTc0IDEuNDY4NzVDMTEuOTczMyAxLjM1MjkgMTEuOTczMyAxLjIwMjc2IDExLjg1NzQgMS4wODY5MUMxMS43NTYgMC45ODU1NjMgMTEuNjI4NCAwLjk3MjczNyAxMS41MjA1IDEuMDQ4ODNMMTEuNDc1NiAxLjA4NjkxTDYuNTgxMDYgNi4xMzY3Mkw2LjIyMjY2IDYuNTA2ODRMNS44NjMyOCA2LjEzNjcyTDAuOTY2Nzk3IDEuMDg1OTRDMC44NTExNDMgMC45NzE1IDAuNzAyMjkxIDAuOTcxNTM3IDAuNTg2OTE0IDEuMDg2OTFaIiBzdHJva2U9IiNGRkYiIC8+PC9zdmc+");
}

.webinar-and-events__hero .webinar__speakers--image {
	border-radius: 50%;
}

.webinar__countdown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	padding: .625rem;
	text-align: center;
	font-weight: bold;
	font-size: .875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.webinar__form--countdown {
	padding-top: 65px !important;
}

.webinar-and-events__hero_divider {
	opacity: .3;
}

.webinar__speakers--container {
	padding: 1.25rem 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.875rem;
}

@media (min-width: 48.0625rem) {
	.webinar__speakers--container {
		grid-template-columns: repeat(3, 1fr);
	}
}

.webinar__sponsor-logo {
	display: block;
	max-height: 3.75rem;
	height: auto;
	width: auto;
}

.webinar__sponsors--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width: 80.0625rem) {
	.event__location {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 2rem;
	}
}

@media (min-width: 80.0625rem) {
	.event__location_col {
		width: 50%;
	}
}

@media (min-width: 80.0625rem) {
	.webinar-and-events__hero_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 2rem;
		max-width: 37.5rem;
	}
}

.webinar-and-events__hero_col {
	position: relative;
	padding-left: 2.1875rem;
}

.webinar-and-events__hero_col svg {
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 80rem) {
	.webinar-and-events__hero_col {
		margin-top: .9375rem;
	}
}

@media (min-width: 80.0625rem) {
	.webinar-and-events__hero_col {
		width: 50%;
	}
}

.webinar-and-events__hero_col a:hover, .webinar-and-events__hero_col a:focus {
	text-decoration: underline;
}

.event__agenda tbody th {
	white-space: nowrap;
}

/*
Theme Name: Nerdio
Author: KPS3
Author URI: https://www.kps3.com/
Version: 1.0.145
*/

/* Remove spacing and widths */
.elementor-container {
	max-width: none !important;
}

.elementor-element-populated, .elementor-widget-wrap {
	padding: 0 !important;
}

.elementor-section, .elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

/* Hide unused controls */
.elementor-editor-column-settings, .elementor-editor-element-edit, .elementor-add-section-area-button {
	display: none !important;
}

[class*=" eicon-"], [class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@keyframes a {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(359deg);
	}
}

.eicon-animation-spin {
	animation: a 2s infinite linear;
}

.eicon-editor-link:before {
	content: "";
}

.eicon-editor-unlink:before {
	content: "";
}

.eicon-editor-external-link:before {
	content: "";
}

.eicon-editor-close:before {
	content: "";
}

.eicon-editor-list-ol:before {
	content: "";
}

.eicon-editor-list-ul:before {
	content: "";
}

.eicon-editor-bold:before {
	content: "";
}

.eicon-editor-italic:before {
	content: "";
}

.eicon-editor-underline:before {
	content: "";
}

.eicon-editor-paragraph:before {
	content: "";
}

.eicon-editor-h1:before {
	content: "";
}

.eicon-editor-h2:before {
	content: "";
}

.eicon-editor-h3:before {
	content: "";
}

.eicon-editor-h4:before {
	content: "";
}

.eicon-editor-h5:before {
	content: "";
}

.eicon-editor-h6:before {
	content: "";
}

.eicon-editor-quote:before {
	content: "";
}

.eicon-editor-code:before {
	content: "";
}

.eicon-elementor:before {
	content: "";
}

.eicon-elementor-circle:before {
	content: "";
}

.eicon-pojome:before {
	content: "";
}

.eicon-plus:before {
	content: "";
}

.eicon-menu-bar:before {
	content: "";
}

.eicon-apps:before {
	content: "";
}

.eicon-accordion:before {
	content: "";
}

.eicon-alert:before {
	content: "";
}

.eicon-animation-text:before {
	content: "";
}

.eicon-animation:before {
	content: "";
}

.eicon-banner:before {
	content: "";
}

.eicon-blockquote:before {
	content: "";
}

.eicon-button:before {
	content: "";
}

.eicon-call-to-action:before {
	content: "";
}

.eicon-captcha:before {
	content: "";
}

.eicon-carousel:before {
	content: "";
}

.eicon-checkbox:before {
	content: "";
}

.eicon-columns:before {
	content: "";
}

.eicon-countdown:before {
	content: "";
}

.eicon-counter:before {
	content: "";
}

.eicon-date:before {
	content: "";
}

.eicon-divider-shape:before {
	content: "";
}

.eicon-divider:before {
	content: "";
}

.eicon-download-button:before {
	content: "";
}

.eicon-dual-button:before {
	content: "";
}

.eicon-email-field:before {
	content: "";
}

.eicon-facebook-comments:before {
	content: "";
}

.eicon-facebook-like-box:before {
	content: "";
}

.eicon-form-horizontal:before {
	content: "";
}

.eicon-form-vertical:before {
	content: "";
}

.eicon-gallery-grid:before {
	content: "";
}

.eicon-gallery-group:before {
	content: "";
}

.eicon-gallery-justified:before {
	content: "";
}

.eicon-gallery-masonry:before {
	content: "";
}

.eicon-icon-box:before {
	content: "";
}

.eicon-image-before-after:before {
	content: "";
}

.eicon-image-box:before {
	content: "";
}

.eicon-image-hotspot:before {
	content: "";
}

.eicon-image-rollover:before {
	content: "";
}

.eicon-info-box:before {
	content: "";
}

.eicon-inner-section:before {
	content: "";
}

.eicon-mailchimp:before {
	content: "";
}

.eicon-menu-card:before {
	content: "";
}

.eicon-navigation-horizontal:before {
	content: "";
}

.eicon-nav-menu:before {
	content: "";
}

.eicon-navigation-vertical:before {
	content: "";
}

.eicon-number-field:before {
	content: "";
}

.eicon-parallax:before {
	content: "";
}

.eicon-php7:before {
	content: "";
}

.eicon-post-list:before {
	content: "";
}

.eicon-post-slider:before {
	content: "";
}

.eicon-post:before {
	content: "";
}

.eicon-posts-carousel:before {
	content: "";
}

.eicon-posts-grid:before {
	content: "";
}

.eicon-posts-group:before {
	content: "";
}

.eicon-posts-justified:before {
	content: "";
}

.eicon-posts-masonry:before {
	content: "";
}

.eicon-posts-ticker:before {
	content: "";
}

.eicon-price-list:before {
	content: "";
}

.eicon-price-table:before {
	content: "";
}

.eicon-radio:before {
	content: "";
}

.eicon-rtl:before {
	content: "";
}

.eicon-scroll:before {
	content: "";
}

.eicon-search:before {
	content: "";
}

.eicon-select:before {
	content: "";
}

.eicon-share:before {
	content: "";
}

.eicon-sidebar:before {
	content: "";
}

.eicon-skill-bar:before {
	content: "";
}

.eicon-slider-3d:before {
	content: "";
}

.eicon-slider-album:before {
	content: "";
}

.eicon-slider-device:before {
	content: "";
}

.eicon-slider-full-screen:before {
	content: "";
}

.eicon-slider-push:before {
	content: "";
}

.eicon-slider-vertical:before {
	content: "";
}

.eicon-slider-video:before {
	content: "";
}

.eicon-slides:before {
	content: "";
}

.eicon-social-icons:before {
	content: "";
}

.eicon-spacer:before {
	content: "";
}

.eicon-table:before {
	content: "";
}

.eicon-tabs:before {
	content: "";
}

.eicon-tel-field:before {
	content: "";
}

.eicon-text-area:before {
	content: "";
}

.eicon-text-field:before {
	content: "";
}

.eicon-thumbnails-down:before {
	content: "";
}

.eicon-thumbnails-half:before {
	content: "";
}

.eicon-thumbnails-right:before {
	content: "";
}

.eicon-time-line:before {
	content: "";
}

.eicon-toggle:before {
	content: "";
}

.eicon-url:before {
	content: "";
}

.eicon-t-letter:before {
	content: "";
}

.eicon-wordpress:before {
	content: "";
}

.eicon-text:before {
	content: "";
}

.eicon-anchor:before {
	content: "";
}

.eicon-bullet-list:before {
	content: "";
}

.eicon-code:before {
	content: "";
}

.eicon-favorite:before {
	content: "";
}

.eicon-google-maps:before {
	content: "";
}

.eicon-image:before {
	content: "";
}

.eicon-photo-library:before {
	content: "";
}

.eicon-woocommerce:before {
	content: "";
}

.eicon-youtube:before {
	content: "";
}

.eicon-flip-box:before {
	content: "";
}

.eicon-settings:before {
	content: "";
}

.eicon-headphones:before {
	content: "";
}

.eicon-testimonial:before {
	content: "";
}

.eicon-counter-circle:before {
	content: "";
}

.eicon-person:before {
	content: "";
}

.eicon-chevron-right:before {
	content: "";
}

.eicon-chevron-left:before {
	content: "";
}

.eicon-close:before {
	content: "";
}

.eicon-file-download:before {
	content: "";
}

.eicon-save:before {
	content: "";
}

.eicon-zoom-in:before {
	content: "";
}

.eicon-shortcode:before {
	content: "";
}

.eicon-nerd:before {
	content: "";
}

.eicon-device-desktop:before {
	content: "";
}

.eicon-device-tablet:before {
	content: "";
}

.eicon-device-mobile:before {
	content: "";
}

.eicon-document-file:before {
	content: "";
}

.eicon-folder-o:before {
	content: "";
}

.eicon-hypster:before {
	content: "";
}

.eicon-h-align-left:before {
	content: "";
}

.eicon-h-align-right:before {
	content: "";
}

.eicon-h-align-center:before {
	content: "";
}

.eicon-h-align-stretch:before {
	content: "";
}

.eicon-v-align-top:before {
	content: "";
}

.eicon-v-align-bottom:before {
	content: "";
}

.eicon-v-align-middle:before {
	content: "";
}

.eicon-v-align-stretch:before {
	content: "";
}

.eicon-pro-icon:before {
	content: "";
}

.eicon-mail:before {
	content: "";
}

.eicon-lock-user:before {
	content: "";
}

.eicon-testimonial-carousel:before {
	content: "";
}

.eicon-media-carousel:before {
	content: "";
}

.eicon-section:before {
	content: "";
}

.eicon-column:before {
	content: "";
}

.eicon-edit:before {
	content: "";
}

.eicon-clone:before {
	content: "";
}

.eicon-trash:before {
	content: "";
}

.eicon-play:before {
	content: "";
}

.eicon-angle-right:before {
	content: "";
}

.eicon-angle-left:before {
	content: "";
}

.eicon-animated-headline:before {
	content: "";
}

.eicon-menu-toggle:before {
	content: "";
}

.eicon-fb-embed:before {
	content: "";
}

.eicon-fb-feed:before {
	content: "";
}

.eicon-twitter-embed:before {
	content: "";
}

.eicon-twitter-feed:before {
	content: "";
}

.eicon-sync:before {
	content: "";
}

.eicon-import-export:before {
	content: "";
}

.eicon-check-circle:before {
	content: "";
}

.eicon-library-save:before {
	content: "";
}

.eicon-library-download:before {
	content: "";
}

.eicon-insert:before {
	content: "";
}

.eicon-preview-medium:before {
	content: "";
}

.eicon-sort-down:before {
	content: "";
}

.eicon-sort-up:before {
	content: "";
}

.eicon-heading:before {
	content: "";
}

.eicon-logo:before {
	content: "";
}

.eicon-meta-data:before {
	content: "";
}

.eicon-post-content:before {
	content: "";
}

.eicon-post-excerpt:before {
	content: "";
}

.eicon-post-navigation:before {
	content: "";
}

.eicon-yoast:before {
	content: "";
}

.eicon-nerd-chuckle:before {
	content: "";
}

.eicon-nerd-wink:before {
	content: "";
}

.eicon-comments:before {
	content: "";
}

.eicon-download-circle-o:before {
	content: "";
}

.eicon-library-upload:before {
	content: "";
}

.eicon-save-o:before {
	content: "";
}

.eicon-upload-circle-o:before {
	content: "";
}

.eicon-ellipsis-h:before {
	content: "";
}

.eicon-ellipsis-v:before {
	content: "";
}

.eicon-arrow-left:before {
	content: "";
}

.eicon-arrow-right:before {
	content: "";
}

.eicon-arrow-up:before {
	content: "";
}

.eicon-arrow-down:before {
	content: "";
}

.eicon-play-o:before {
	content: "";
}

.eicon-archive-posts:before {
	content: "";
}

.eicon-archive-title:before {
	content: "";
}

.eicon-featured-image:before {
	content: "";
}

.eicon-post-info:before {
	content: "";
}

.eicon-post-title:before {
	content: "";
}

.eicon-site-logo:before {
	content: "";
}

.eicon-site-search:before {
	content: "";
}

.eicon-site-title:before {
	content: "";
}

.eicon-plus-square:before {
	content: "";
}

.eicon-minus-square:before {
	content: "";
}

.eicon-cloud-check:before {
	content: "";
}

.eicon-drag-n-drop:before {
	content: "";
}

.eicon-welcome:before {
	content: "";
}

.eicon-handle:before {
	content: "";
}

.eicon-cart:before {
	content: "";
}

.eicon-product-add-to-cart:before {
	content: "";
}

.eicon-product-breadcrumbs:before {
	content: "";
}

.eicon-product-categories:before {
	content: "";
}

.eicon-product-description:before {
	content: "";
}

.eicon-product-images:before {
	content: "";
}

.eicon-product-info:before {
	content: "";
}

.eicon-product-meta:before {
	content: "";
}

.eicon-product-pages:before {
	content: "";
}

.eicon-product-price:before {
	content: "";
}

.eicon-product-rating:before {
	content: "";
}

.eicon-product-related:before {
	content: "";
}

.eicon-product-stock:before {
	content: "";
}

.eicon-product-tabs:before {
	content: "";
}

.eicon-product-title:before {
	content: "";
}

.eicon-product-upsell:before {
	content: "";
}

.eicon-products:before {
	content: "";
}

.eicon-bag-light:before {
	content: "";
}

.eicon-bag-medium:before {
	content: "";
}

.eicon-bag-solid:before {
	content: "";
}

.eicon-basket-light:before {
	content: "";
}

.eicon-basket-medium:before {
	content: "";
}

.eicon-basket-solid:before {
	content: "";
}

.eicon-cart-light:before {
	content: "";
}

.eicon-cart-medium:before {
	content: "";
}

.eicon-cart-solid:before {
	content: "";
}

.eicon-exchange:before {
	content: "";
}

.eicon-preview-thin:before {
	content: "";
}

.eicon-device-laptop:before {
	content: "";
}

.eicon-collapse:before {
	content: "";
}

.eicon-expand:before {
	content: "";
}

.eicon-navigator:before {
	content: "";
}

.eicon-plug:before {
	content: "";
}

.eicon-dashboard:before {
	content: "";
}

.eicon-typography:before {
	content: "";
}

.eicon-info-circle-o:before {
	content: "";
}

.eicon-integration:before {
	content: "";
}

.eicon-plus-circle-o:before {
	content: "";
}

.eicon-rating:before {
	content: "";
}

.eicon-review:before {
	content: "";
}

.eicon-tools:before {
	content: "";
}

.eicon-loading:before {
	content: "";
}

.eicon-sitemap:before {
	content: "";
}

.eicon-click:before {
	content: "";
}

.eicon-clock:before {
	content: "";
}

.eicon-library-open:before {
	content: "";
}

.eicon-warning:before {
	content: "";
}

.eicon-flow:before {
	content: "";
}

.eicon-cursor-move:before {
	content: "";
}

.eicon-arrow-circle-left:before {
	content: "";
}

.eicon-flash:before {
	content: "";
}

.eicon-redo:before {
	content: "";
}

.eicon-ban:before {
	content: "";
}

.eicon-barcode:before {
	content: "";
}

.eicon-calendar:before {
	content: "";
}

.eicon-caret-left:before {
	content: "";
}

.eicon-caret-right:before {
	content: "";
}

.eicon-caret-up:before {
	content: "";
}

.eicon-chain-broken:before {
	content: "";
}

.eicon-check-circle-o:before {
	content: "";
}

.eicon-check:before {
	content: "";
}

.eicon-chevron-double-left:before {
	content: "";
}

.eicon-chevron-double-right:before {
	content: "";
}

.eicon-undo:before {
	content: "";
}

.eicon-filter:before {
	content: "";
}

.eicon-circle-o:before {
	content: "";
}

.eicon-circle:before {
	content: "";
}

.eicon-clock-o:before {
	content: "";
}

.eicon-cog:before {
	content: "";
}

.eicon-cogs:before {
	content: "";
}

.eicon-commenting-o:before {
	content: "";
}

.eicon-copy:before {
	content: "";
}

.eicon-database:before {
	content: "";
}

.eicon-dot-circle-o:before {
	content: "";
}

.eicon-envelope:before {
	content: "";
}

.eicon-external-link-square:before {
	content: "";
}

.eicon-eyedropper:before {
	content: "";
}

.eicon-folder:before {
	content: "";
}

.eicon-font:before {
	content: "";
}

.eicon-adjust:before {
	content: "";
}

.eicon-lightbox:before {
	content: "";
}

.eicon-heart-o:before {
	content: "";
}

.eicon-history:before {
	content: "";
}

.eicon-image-bold:before {
	content: "";
}

.eicon-info-circle:before {
	content: "";
}

.eicon-link:before {
	content: "";
}

.eicon-long-arrow-left:before {
	content: "";
}

.eicon-long-arrow-right:before {
	content: "";
}

.eicon-caret-down:before {
	content: "";
}

.eicon-paint-brush:before {
	content: "";
}

.eicon-pencil:before {
	content: "";
}

.eicon-plus-circle:before {
	content: "";
}

.eicon-zoom-in-bold:before {
	content: "";
}

.eicon-sort-amount-desc:before {
	content: "";
}

.eicon-sign-out:before {
	content: "";
}

.eicon-spinner:before {
	content: "";
}

.eicon-square:before {
	content: "";
}

.eicon-star-o:before {
	content: "";
}

.eicon-star:before {
	content: "";
}

.eicon-text-align-justify:before {
	content: "";
}

.eicon-text-align-center:before {
	content: "";
}

.eicon-tags:before {
	content: "";
}

.eicon-text-align-left:before {
	content: "";
}

.eicon-text-align-right:before {
	content: "";
}

.eicon-close-circle:before {
	content: "";
}

.eicon-trash-o:before {
	content: "";
}

.eicon-font-awesome:before {
	content: "";
}

.eicon-user-circle-o:before {
	content: "";
}

.eicon-video-camera:before {
	content: "";
}

.eicon-heart:before {
	content: "";
}

.eicon-wrench:before {
	content: "";
}

.eicon-help:before {
	content: "";
}

.eicon-help-o:before {
	content: "";
}

.eicon-zoom-out-bold:before {
	content: "";
}

.eicon-plus-square-o:before {
	content: "";
}

.eicon-minus-square-o:before {
	content: "";
}

.eicon-minus-circle:before {
	content: "";
}

.eicon-minus-circle-o:before {
	content: "";
}

.eicon-code-bold:before {
	content: "";
}

.eicon-cloud-upload:before {
	content: "";
}

.eicon-search-bold:before {
	content: "";
}

.eicon-map-pin:before {
	content: "";
}

.eicon-meetup:before {
	content: "";
}

.eicon-slideshow:before {
	content: "";
}

.eicon-t-letter-bold:before {
	content: "";
}

.eicon-preferences:before {
	content: "";
}

.eicon-table-of-contents:before {
	content: "";
}

.eicon-tv:before {
	content: "";
}

.eicon-upload:before {
	content: "";
}

.eicon-instagram-comments:before {
	content: "";
}

.eicon-instagram-nested-gallery:before {
	content: "";
}

.eicon-instagram-post:before {
	content: "";
}

.eicon-instagram-video:before {
	content: "";
}

.eicon-instagram-gallery:before {
	content: "";
}

.eicon-instagram-likes:before {
	content: "";
}

.eicon-facebook:before {
	content: "";
}

.eicon-twitter:before {
	content: "";
}

.eicon-pinterest:before {
	content: "";
}

.eicon-frame-expand:before {
	content: "";
}

.eicon-frame-minimize:before {
	content: "";
}

.eicon-archive:before {
	content: "";
}

.eicon-colors-typography:before {
	content: "";
}

.eicon-custom:before {
	content: "";
}

.eicon-footer:before {
	content: "";
}

.eicon-header:before {
	content: "";
}

.eicon-layout-settings:before {
	content: "";
}

.eicon-lightbox-expand:before {
	content: "";
}

.eicon-error-404:before {
	content: "";
}

.eicon-theme-style:before {
	content: "";
}

.eicon-search-results:before {
	content: "";
}

.eicon-single-post:before {
	content: "";
}

.eicon-site-identity:before {
	content: "";
}

.eicon-theme-builder:before {
	content: "";
}

.eicon-download-bold:before {
	content: "";
}

.eicon-share-arrow:before {
	content: "";
}

.eicon-global-settings:before {
	content: "";
}

.eicon-user-preferences:before {
	content: "";
}

.eicon-lock:before {
	content: "";
}

.eicon-export-kit:before {
	content: "";
}

.eicon-import-kit:before {
	content: "";
}

.eicon-lottie:before {
	content: "";
}

.eicon-products-archive:before {
	content: "";
}

.eicon-single-product:before {
	content: "";
}

.eicon-disable-trash-o:before {
	content: "";
}

.eicon-single-page:before {
	content: "";
}

.eicon-wordpress-light:before {
	content: "";
}

.eicon-cogs-check:before {
	content: "";
}

.eicon-custom-css:before {
	content: "";
}

.eicon-global-colors:before {
	content: "";
}

.eicon-globe:before {
	content: "";
}

.eicon-typography-1:before {
	content: "";
}

.eicon-background:before {
	content: "";
}

.eicon-device-responsive:before {
	content: "";
}

.eicon-device-wide:before {
	content: "";
}

.eicon-code-highlight:before {
	content: "";
}

.eicon-video-playlist:before {
	content: "";
}

.eicon-download-kit:before {
	content: "";
}

.eicon-kit-details:before {
	content: "";
}

.eicon-kit-parts:before {
	content: "";
}

.eicon-kit-upload:before {
	content: "";
}

.eicon-kit-plugins:before {
	content: "";
}

.eicon-kit-upload-alt:before {
	content: "";
}

.eicon-hotspot:before {
	content: "";
}

.eicon-paypal-button:before {
	content: "";
}

.eicon-shape:before {
	content: "";
}

.eicon-wordart:before {
	content: "";
}

.eicon-checkout:before {
	content: "";
}

.eicon-container:before {
	content: "";
}

.eicon-flip:before {
	content: "";
}

.eicon-info:before {
	content: "";
}

.eicon-my-account:before {
	content: "";
}

.eicon-purchase-summary:before {
	content: "";
}

.eicon-page-transition:before {
	content: "";
}

.eicon-spotify:before {
	content: "";
}

.eicon-stripe-button:before {
	content: "";
}

.eicon-woo-settings:before {
	content: "";
}

.eicon-woo-cart:before {
	content: "";
}

.eicon-grow:before {
	content: "";
}

.eicon-order-end:before {
	content: "";
}

.eicon-nowrap:before {
	content: "";
}

.eicon-order-start:before {
	content: "";
}

.eicon-progress-tracker:before {
	content: "";
}

.eicon-shrink:before {
	content: "";
}

.eicon-wrap:before {
	content: "";
}

.eicon-align-center-h:before {
	content: "";
}

.eicon-align-center-v:before {
	content: "";
}

.eicon-align-end-h:before {
	content: "";
}

.eicon-align-end-v:before {
	content: "";
}

.eicon-align-start-h:before {
	content: "";
}

.eicon-align-start-v:before {
	content: "";
}

.eicon-align-stretch-h:before {
	content: "";
}

.eicon-align-stretch-v:before {
	content: "";
}

.eicon-justify-center-h:before {
	content: "";
}

.eicon-justify-center-v:before {
	content: "";
}

.eicon-justify-end-h:before {
	content: "";
}

.eicon-justify-end-v:before {
	content: "";
}

.eicon-justify-space-around-h:before {
	content: "";
}

.eicon-justify-space-around-v:before {
	content: "";
}

.eicon-justify-space-between-h:before {
	content: "";
}

.eicon-justify-space-between-v:before {
	content: "";
}

.eicon-justify-space-evenly-h:before {
	content: "";
}

.eicon-justify-space-evenly-v:before {
	content: "";
}

.eicon-justify-start-h:before {
	content: "";
}

.eicon-justify-start-v:before {
	content: "";
}

.eicon-woocommerce-cross-sells:before {
	content: "";
}

.eicon-woocommerce-notices:before {
	content: "";
}

.eicon-inner-container:before {
	content: "";
}

.eicon-warning-full:before {
	content: "";
}

.eicon-exit:before {
	content: "";
}

.eicon-loop-builder:before {
	content: "";
}

.eicon-notes:before {
	content: "";
}

.eicon-read:before {
	content: "";
}

.eicon-unread:before {
	content: "";
}

.eicon-carousel-loop:before {
	content: "";
}

.eicon-mega-menu:before {
	content: "";
}

.eicon-nested-carousel:before {
	content: "";
}

.eicon-ai:before {
	content: "";
}

.eicon-taxonomy-filter:before {
	content: "";
}

.eicon-container-grid:before {
	content: "";
}

.eicon-upgrade:before {
	content: "";
}

.eicon-advanced:before {
	content: "";
}

.eicon-div-block:before {
	content: "";
}

.eicon-notification:before {
	content: "";
}

.eicon-light-mode:before {
	content: "";
}

.eicon-dark-mode:before {
	content: "";
}

.eicon-upgrade-crown:before {
	content: "";
}

.eicon-off-canvas:before {
	content: "";
}

.eicon-speakerphone:before {
	content: "";
}

.eicon-ehp-cta:before {
	content: "";
}

.eicon-ehp-forms:before {
	content: "";
}

.eicon-ehp-hero:before {
	content: "";
}

.eicon-ehp-zigzag:before {
	content: "";
}

.eicon-e-button:before {
	content: "";
}

.eicon-flexbox:before {
	content: "";
}

.eicon-paragraph:before {
	content: "";
}

.eicon-icon:before {
	content: "";
}

.eicon-e-image:before {
	content: "";
}

.eicon-video:before {
	content: "";
}

.eicon-svg:before {
	content: "";
}

.eicon-e-divider:before {
	content: "";
}

.eicon-e-heading:before {
	content: "";
}

.eicon-atomic:before {
	content: "";
}

.eicon-library-delete:before {
	content: "";
}

.eicon-library-copy:before {
	content: "";
}

.eicon-library-folder-empty:before {
	content: "";
}

.eicon-library-move:before {
	content: "";
}

.eicon-library-edit:before {
	content: "";
}

.eicon-library-subscription-upgrade:before {
	content: "";
}

.eicon-library-folder-view:before {
	content: "";
}

.eicon-library-grid:before {
	content: "";
}

.eicon-library-cloud-connect:before {
	content: "";
}

.eicon-library-import:before {
	content: "";
}

.eicon-library-list:before {
	content: "";
}

.eicon-library-cloud-empty:before {
	content: "";
}

.eicon-folder-plus:before {
	content: "";
}

.eicon-library-folder:before {
	content: "";
}

.eicon-accessibility:before {
	content: "";
}

.eicon-lock-outline:before {
	content: "";
}

.eicon-e-youtube:before {
	content: "";
}

.eicon-eye:before {
	content: "";
}

.eicon-elementor-square:before {
	content: "";
}

/*! elementor - v3.31.0 - 09-09-2025 */
:root {
	--direction-multiplier: 1;
}

body.rtl, html[dir=rtl] {
	--direction-multiplier: -1;
}

.elementor-hidden {
	display: none;
}

.elementor-visibility-hidden {
	visibility: hidden;
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: -10000em;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.elementor-clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	width: 0;
}

.e-logo-wrapper {
	background: var(--e-a-bg-logo);
	border-radius: 50%;
	display: inline-block;
	line-height: 1;
	padding: .75em;
}

.e-logo-wrapper i {
	color: var(--e-a-color-logo);
	font-size: 1em;
}

.elementor *, .elementor :after, .elementor :before {
	box-sizing: border-box;
}

.elementor a {
	box-shadow: none;
	text-decoration: none;
}

.elementor hr {
	background-color: transparent;
	margin: 0;
}

.elementor img {
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	max-width: 100%;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin: 0;
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
	border: none;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container {
	direction: ltr;
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.elementor .elementor-background-video-container {
	pointer-events: none;
	transition: opacity 1s;
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0;
}

.elementor .elementor-background-video-embed {
	max-width: none;
}

.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.elementor .elementor-background-video {
	max-width: none;
}

.elementor .elementor-background-video-hosted {
	-o-object-fit: cover;
	object-fit: cover;
}

.elementor .elementor-background-overlay {
	inset: 0;
	position: absolute;
}

.elementor .elementor-background-slideshow {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.elementor .elementor-background-slideshow__slide__image {
	background-position: 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.e-con-inner>.elementor-element.elementor-absolute, .e-con>.elementor-element.elementor-absolute, .elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute;
}

.e-con-inner>.elementor-element.elementor-fixed, .e-con>.elementor-element.elementor-fixed, .elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed;
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%;
}

@media (max-width:1024px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
		max-width: 100%;
	}
}

.elementor-element {
	--flex-direction: initial;
	--flex-wrap: initial;
	--justify-content: initial;
	--align-items: initial;
	--align-content: initial;
	--gap: initial;
	--flex-basis: initial;
	--flex-grow: initial;
	--flex-shrink: initial;
	--order: initial;
	--align-self: initial;
	align-self: var(--align-self);
	flex-basis: var(--flex-basis);
	flex-grow: var(--flex-grow);
	flex-shrink: var(--flex-shrink);
	order: var(--order);
}

.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
	z-index: 1;
}

.elementor-element:where(.e-con-full, .elementor-widget) {
	align-content: var(--align-content);
	align-items: var(--align-items);
	flex-direction: var(--flex-direction);
	flex-wrap: var(--flex-wrap);
	gap: var(--row-gap) var(--column-gap);
	justify-content: var(--justify-content);
}

.elementor-invisible {
	visibility: hidden;
}

.elementor-align-center {
	text-align: center;
}

.elementor-align-right {
	text-align: right;
}

.elementor-align-left {
	text-align: left;
}

.elementor-align-center .elementor-button, .elementor-align-left .elementor-button, .elementor-align-right .elementor-button {
	width: auto;
}

.elementor-align-justify .elementor-button {
	width: 100%;
}

.elementor-custom-embed-play {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.elementor-custom-embed-play i {
	color: #fff;
	font-size: 100px;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
}

.elementor-custom-embed-play svg {
	height: 100px;
	width: 100px;
	fill: #fff;
	filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
}

.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
	opacity: .8;
	transition: all .5s;
}

.elementor-custom-embed-play.elementor-playing i {
	font-family: eicons;
}

.elementor-custom-embed-play.elementor-playing i:before {
	content: "";
}

.elementor-custom-embed-play.elementor-playing i, .elementor-custom-embed-play.elementor-playing svg {
	animation: eicon-spin 2s linear infinite;
}

.elementor-tag {
	display: inline-flex;
}

.elementor-ken-burns {
	transition-duration: 10s;
	transition-property: transform;
	transition-timing-function: linear;
}

.elementor-ken-burns--out {
	transform: scale(1.3);
}

.elementor-ken-burns--active {
	transition-duration: 20s;
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	transform: scale(1);
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	transform: scale(1.3);
}

@media (min-width:-1) {
	.elementor-widescreen-align-center {
		text-align: center;
	}
	
	.elementor-widescreen-align-right {
		text-align: right;
	}
	
	.elementor-widescreen-align-left {
		text-align: left;
	}
	
	.elementor-widescreen-align-center .elementor-button, .elementor-widescreen-align-left .elementor-button, .elementor-widescreen-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-widescreen-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:-1) {
	.elementor-laptop-align-center {
		text-align: center;
	}
	
	.elementor-laptop-align-right {
		text-align: right;
	}
	
	.elementor-laptop-align-left {
		text-align: left;
	}
	
	.elementor-laptop-align-center .elementor-button, .elementor-laptop-align-left .elementor-button, .elementor-laptop-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-laptop-align-justify .elementor-button {
		width: 100%;
	}
	
	.elementor-tablet_extra-align-center {
		text-align: center;
	}
	
	.elementor-tablet_extra-align-right {
		text-align: right;
	}
	
	.elementor-tablet_extra-align-left {
		text-align: left;
	}
	
	.elementor-tablet_extra-align-center .elementor-button, .elementor-tablet_extra-align-left .elementor-button, .elementor-tablet_extra-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-tablet_extra-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:1024px) {
	.elementor-tablet-align-center {
		text-align: center;
	}
	
	.elementor-tablet-align-right {
		text-align: right;
	}
	
	.elementor-tablet-align-left {
		text-align: left;
	}
	
	.elementor-tablet-align-center .elementor-button, .elementor-tablet-align-left .elementor-button, .elementor-tablet-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-tablet-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:-1) {
	.elementor-mobile_extra-align-center {
		text-align: center;
	}
	
	.elementor-mobile_extra-align-right {
		text-align: right;
	}
	
	.elementor-mobile_extra-align-left {
		text-align: left;
	}
	
	.elementor-mobile_extra-align-center .elementor-button, .elementor-mobile_extra-align-left .elementor-button, .elementor-mobile_extra-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-mobile_extra-align-justify .elementor-button {
		width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-mobile-align-center {
		text-align: center;
	}
	
	.elementor-mobile-align-right {
		text-align: right;
	}
	
	.elementor-mobile-align-left {
		text-align: left;
	}
	
	.elementor-mobile-align-center .elementor-button, .elementor-mobile-align-left .elementor-button, .elementor-mobile-align-right .elementor-button {
		width: auto;
	}
	
	.elementor-mobile-align-justify .elementor-button {
		width: 100%;
	}
}

:root {
	--page-title-display: block;
}

.elementor-page-title, h1.entry-title {
	display: var(--page-title-display);
}

@keyframes eicon-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(359deg);
	}
}

.eicon-animation-spin {
	animation: eicon-spin 2s linear infinite;
}

.elementor-section {
	position: relative;
}

.elementor-section .elementor-container {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (max-width:1024px) {
	.elementor-section .elementor-container {
		flex-wrap: wrap;
	}
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px;
}

.elementor-section.elementor-section-stretched {
	position: relative;
	width: 100%;
}

.elementor-section.elementor-section-items-top>.elementor-container {
	align-items: flex-start;
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	align-items: center;
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	align-items: flex-end;
}

@media (min-width:768px) {
	.elementor-section.elementor-section-height-full {
		height: 100vh;
	}
	
	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%;
	}
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: center;
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-end;
}

.elementor-widget-wrap {
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: flex;
}

.elementor-widget-wrap>.elementor-element {
	width: 100%;
}

.elementor-widget-wrap.e-swiper-container {
	width: calc(100% - ( var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px) ));
}

.elementor-widget {
	position: relative;
}

.elementor-widget:not(:last-child) {
	margin-bottom: var(--kit-widget-spacing, 20px);
}

.elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-bottom: 0;
}

.elementor-column {
	display: flex;
	min-height: 1px;
	position: relative;
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
	padding: 5px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 10px;
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
	padding: 15px;
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
	padding: 20px;
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding: 30px;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0;
}

@media (min-width:768px) {
	.elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
		width: 10%;
	}
	
	.elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
		width: 11.111%;
	}
	
	.elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
		width: 12.5%;
	}
	
	.elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
		width: 14.285%;
	}
	
	.elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
		width: 16.666%;
	}
	
	.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
		width: 20%;
	}
	
	.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
		width: 25%;
	}
	
	.elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
		width: 30%;
	}
	
	.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
		width: 33.333%;
	}
	
	.elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
		width: 40%;
	}
	
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		width: 50%;
	}
	
	.elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
		width: 60%;
	}
	
	.elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
		width: 66.666%;
	}
	
	.elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
		width: 70%;
	}
	
	.elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
		width: 75%;
	}
	
	.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
		width: 80%;
	}
	
	.elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
		width: 83.333%;
	}
	
	.elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
		width: 90%;
	}
	
	.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
		width: 100%;
	}
}

@media (max-width:479px) {
	.elementor-column.elementor-xs-10 {
		width: 10%;
	}
	
	.elementor-column.elementor-xs-11 {
		width: 11.111%;
	}
	
	.elementor-column.elementor-xs-12 {
		width: 12.5%;
	}
	
	.elementor-column.elementor-xs-14 {
		width: 14.285%;
	}
	
	.elementor-column.elementor-xs-16 {
		width: 16.666%;
	}
	
	.elementor-column.elementor-xs-20 {
		width: 20%;
	}
	
	.elementor-column.elementor-xs-25 {
		width: 25%;
	}
	
	.elementor-column.elementor-xs-30 {
		width: 30%;
	}
	
	.elementor-column.elementor-xs-33 {
		width: 33.333%;
	}
	
	.elementor-column.elementor-xs-40 {
		width: 40%;
	}
	
	.elementor-column.elementor-xs-50 {
		width: 50%;
	}
	
	.elementor-column.elementor-xs-60 {
		width: 60%;
	}
	
	.elementor-column.elementor-xs-66 {
		width: 66.666%;
	}
	
	.elementor-column.elementor-xs-70 {
		width: 70%;
	}
	
	.elementor-column.elementor-xs-75 {
		width: 75%;
	}
	
	.elementor-column.elementor-xs-80 {
		width: 80%;
	}
	
	.elementor-column.elementor-xs-83 {
		width: 83.333%;
	}
	
	.elementor-column.elementor-xs-90 {
		width: 90%;
	}
	
	.elementor-column.elementor-xs-100 {
		width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-column.elementor-sm-10 {
		width: 10%;
	}
	
	.elementor-column.elementor-sm-11 {
		width: 11.111%;
	}
	
	.elementor-column.elementor-sm-12 {
		width: 12.5%;
	}
	
	.elementor-column.elementor-sm-14 {
		width: 14.285%;
	}
	
	.elementor-column.elementor-sm-16 {
		width: 16.666%;
	}
	
	.elementor-column.elementor-sm-20 {
		width: 20%;
	}
	
	.elementor-column.elementor-sm-25 {
		width: 25%;
	}
	
	.elementor-column.elementor-sm-30 {
		width: 30%;
	}
	
	.elementor-column.elementor-sm-33 {
		width: 33.333%;
	}
	
	.elementor-column.elementor-sm-40 {
		width: 40%;
	}
	
	.elementor-column.elementor-sm-50 {
		width: 50%;
	}
	
	.elementor-column.elementor-sm-60 {
		width: 60%;
	}
	
	.elementor-column.elementor-sm-66 {
		width: 66.666%;
	}
	
	.elementor-column.elementor-sm-70 {
		width: 70%;
	}
	
	.elementor-column.elementor-sm-75 {
		width: 75%;
	}
	
	.elementor-column.elementor-sm-80 {
		width: 80%;
	}
	
	.elementor-column.elementor-sm-83 {
		width: 83.333%;
	}
	
	.elementor-column.elementor-sm-90 {
		width: 90%;
	}
	
	.elementor-column.elementor-sm-100 {
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-column.elementor-md-10 {
		width: 10%;
	}
	
	.elementor-column.elementor-md-11 {
		width: 11.111%;
	}
	
	.elementor-column.elementor-md-12 {
		width: 12.5%;
	}
	
	.elementor-column.elementor-md-14 {
		width: 14.285%;
	}
	
	.elementor-column.elementor-md-16 {
		width: 16.666%;
	}
	
	.elementor-column.elementor-md-20 {
		width: 20%;
	}
	
	.elementor-column.elementor-md-25 {
		width: 25%;
	}
	
	.elementor-column.elementor-md-30 {
		width: 30%;
	}
	
	.elementor-column.elementor-md-33 {
		width: 33.333%;
	}
	
	.elementor-column.elementor-md-40 {
		width: 40%;
	}
	
	.elementor-column.elementor-md-50 {
		width: 50%;
	}
	
	.elementor-column.elementor-md-60 {
		width: 60%;
	}
	
	.elementor-column.elementor-md-66 {
		width: 66.666%;
	}
	
	.elementor-column.elementor-md-70 {
		width: 70%;
	}
	
	.elementor-column.elementor-md-75 {
		width: 75%;
	}
	
	.elementor-column.elementor-md-80 {
		width: 80%;
	}
	
	.elementor-column.elementor-md-83 {
		width: 83.333%;
	}
	
	.elementor-column.elementor-md-90 {
		width: 90%;
	}
	
	.elementor-column.elementor-md-100 {
		width: 100%;
	}
}

@media (min-width:-1) {
	.elementor-reverse-widescreen>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:1025px) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:1025px) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child, .elementor-reverse-laptop>.elementor-container>:nth-child(10), .elementor-reverse-laptop>.elementor-container>:nth-child(2), .elementor-reverse-laptop>.elementor-container>:nth-child(3), .elementor-reverse-laptop>.elementor-container>:nth-child(4), .elementor-reverse-laptop>.elementor-container>:nth-child(5), .elementor-reverse-laptop>.elementor-container>:nth-child(6), .elementor-reverse-laptop>.elementor-container>:nth-child(7), .elementor-reverse-laptop>.elementor-container>:nth-child(8), .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 0;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:-1) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (min-width:768px) and (max-width:-1) {
	.elementor-reverse-tablet>.elementor-container>:first-child, .elementor-reverse-tablet>.elementor-container>:nth-child(10), .elementor-reverse-tablet>.elementor-container>:nth-child(2), .elementor-reverse-tablet>.elementor-container>:nth-child(3), .elementor-reverse-tablet>.elementor-container>:nth-child(4), .elementor-reverse-tablet>.elementor-container>:nth-child(5), .elementor-reverse-tablet>.elementor-container>:nth-child(6), .elementor-reverse-tablet>.elementor-container>:nth-child(7), .elementor-reverse-tablet>.elementor-container>:nth-child(8), .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 0;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
		order: 1;
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>:first-child {
		order: 10;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
		order: 9;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
		order: 8;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
		order: 7;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
		order: 6;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
		order: 5;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
		order: 4;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
		order: 3;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
		order: 2;
	}
	
	.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
		order: 1;
	}
	
	.elementor-column {
		width: 100%;
	}
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap);
}

.elementor-grid .elementor-grid-item {
	min-width: 0;
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	margin-bottom: calc(-1 * var(--grid-row-gap));
	width: 100%;
	word-spacing: var(--grid-column-gap);
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word;
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1, 1fr);
}

.elementor-grid-2 .elementor-grid {
	grid-template-columns: repeat(2, 1fr);
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr);
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4, 1fr);
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5, 1fr);
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6, 1fr);
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7, 1fr);
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8, 1fr);
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9, 1fr);
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10, 1fr);
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11, 1fr);
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12, 1fr);
}

@media (min-width:-1) {
	.elementor-grid-widescreen-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-widescreen-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-widescreen-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-widescreen-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-widescreen-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-widescreen-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-widescreen-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-widescreen-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-widescreen-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-widescreen-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-widescreen-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-widescreen-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-widescreen-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:-1) {
	.elementor-grid-laptop-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-laptop-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-laptop-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-laptop-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-laptop-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-laptop-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-laptop-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-laptop-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-laptop-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-laptop-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-laptop-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-laptop-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-laptop-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
	
	.elementor-grid-tablet_extra-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-tablet_extra-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-tablet_extra-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-tablet_extra-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-tablet_extra-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-tablet_extra-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-tablet_extra-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-tablet_extra-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-tablet_extra-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-tablet_extra-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-tablet_extra-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-tablet_extra-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-tablet_extra-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:1024px) {
	.elementor-grid-tablet-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:-1) {
	.elementor-grid-mobile_extra-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-mobile_extra-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-mobile_extra-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-mobile_extra-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-mobile_extra-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-mobile_extra-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-mobile_extra-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-mobile_extra-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-mobile_extra-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-mobile_extra-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-mobile_extra-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-mobile_extra-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-mobile_extra-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:767px) {
	.elementor-grid-mobile-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-gap);
	}
	
	.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word;
	}
	
	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (min-width:1025px) {
	#elementor-device-mode:after {
		content: "desktop";
	}
}

@media (min-width:-1) {
	#elementor-device-mode:after {
		content: "widescreen";
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "laptop";
		content: "tablet_extra";
	}
}

@media (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet";
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "mobile_extra";
	}
}

@media (max-width:767px) {
	#elementor-device-mode:after {
		content: "mobile";
	}
}

@media (prefers-reduced-motion:no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

.e-con {
	--border-radius: 0;
	--border-top-width: 0px;
	--border-right-width: 0px;
	--border-bottom-width: 0px;
	--border-left-width: 0px;
	--border-style: initial;
	--border-color: initial;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--content-width: min(100%, var(--container-max-width, 1140px));
	--width: 100%;
	--min-height: initial;
	--height: auto;
	--text-align: initial;
	--margin-top: 0px;
	--margin-right: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--padding-top: var(--container-default-padding-top, 10px);
	--padding-right: var(--container-default-padding-right, 10px);
	--padding-bottom: var(--container-default-padding-bottom, 10px);
	--padding-left: var(--container-default-padding-left, 10px);
	--position: relative;
	--z-index: revert;
	--overflow: visible;
	--gap: var(--widgets-spacing, 20px);
	--row-gap: var(--widgets-spacing-row, 20px);
	--column-gap: var(--widgets-spacing-column, 20px);
	--overlay-mix-blend-mode: initial;
	--overlay-opacity: 1;
	--overlay-transition: .3s;
	--e-con-grid-template-columns: repeat(3, 1fr);
	--e-con-grid-template-rows: repeat(2, 1fr);
	border-radius: var(--border-radius);
	height: var(--height);
	min-height: var(--min-height);
	min-width: 0;
	overflow: var(--overflow);
	position: var(--position);
	width: var(--width);
	z-index: var(--z-index);
	--flex-wrap-mobile: wrap;
	margin-block-end: var(--margin-block-end);
	margin-block-start: var(--margin-block-start);
	margin-inline-end: var(--margin-inline-end);
	margin-inline-start: var(--margin-inline-start);
	padding-inline-end: var(--padding-inline-end);
	padding-inline-start: var(--padding-inline-start);
}

.e-con:where(:not(.e-div-block-base)) {
	transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
}

.e-con {
	--margin-block-start: var(--margin-top);
	--margin-block-end: var(--margin-bottom);
	--margin-inline-start: var(--margin-left);
	--margin-inline-end: var(--margin-right);
	--padding-inline-start: var(--padding-left);
	--padding-inline-end: var(--padding-right);
	--padding-block-start: var(--padding-top);
	--padding-block-end: var(--padding-bottom);
	--border-block-start-width: var(--border-top-width);
	--border-block-end-width: var(--border-bottom-width);
	--border-inline-start-width: var(--border-left-width);
	--border-inline-end-width: var(--border-right-width);
}

body.rtl .e-con {
	--padding-inline-start: var(--padding-right);
	--padding-inline-end: var(--padding-left);
	--margin-inline-start: var(--margin-right);
	--margin-inline-end: var(--margin-left);
	--border-inline-start-width: var(--border-right-width);
	--border-inline-end-width: var(--border-left-width);
}

.e-con.e-flex {
	--flex-direction: column;
	--flex-basis: auto;
	--flex-grow: 0;
	--flex-shrink: 1;
	flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}

.e-con-full, .e-con>.e-con-inner {
	padding-block-end: var(--padding-block-end);
	padding-block-start: var(--padding-block-start);
	text-align: var(--text-align);
}

.e-con-full.e-flex, .e-con.e-flex>.e-con-inner {
	flex-direction: var(--flex-direction);
}

.e-con, .e-con>.e-con-inner {
	display: var(--display);
}

.e-con.e-grid {
	--grid-justify-content: start;
	--grid-align-content: start;
	--grid-auto-flow: row;
}

.e-con.e-grid, .e-con.e-grid>.e-con-inner {
	align-content: var(--grid-align-content);
	align-items: var(--align-items);
	grid-auto-flow: var(--grid-auto-flow);
	grid-template-columns: var(--e-con-grid-template-columns);
	grid-template-rows: var(--e-con-grid-template-rows);
	justify-content: var(--grid-justify-content);
	justify-items: var(--justify-items);
}

.e-con-boxed.e-flex {
	align-content: normal;
	align-items: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
}

.e-con-boxed.e-grid {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-items: legacy;
}

.e-con-boxed {
	gap: initial;
	text-align: initial;
}

.e-con.e-flex>.e-con-inner {
	align-content: var(--align-content);
	align-items: var(--align-items);
	align-self: auto;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
}

.e-con.e-grid>.e-con-inner {
	align-items: var(--align-items);
	justify-items: var(--justify-items);
}

.e-con>.e-con-inner {
	gap: var(--row-gap) var(--column-gap);
	height: 100%;
	margin: 0 auto;
	max-width: var(--content-width);
	padding-inline-end: 0;
	padding-inline-start: 0;
	width: 100%;
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
	--margin-left: auto;
	--margin-right: auto;
	max-width: min(100%, var(--width));
}

.e-con .elementor-widget.elementor-widget {
	margin-block-end: 0;
}

.e-con:before, .e-con>.elementor-background-slideshow:before, .e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before, :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	border-block-end-width: var(--border-block-end-width);
	border-block-start-width: var(--border-block-start-width);
	border-color: var(--border-color);
	border-inline-end-width: var(--border-inline-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	content: var(--background-overlay);
	display: block;
	height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
	left: calc(0px - var(--border-left-width));
	mix-blend-mode: var(--overlay-mix-blend-mode);
	opacity: var(--overlay-opacity);
	position: absolute;
	top: calc(0px - var(--border-top-width));
	transition: var(--overlay-transition, .3s);
	width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

.e-con:before {
	transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
}

.e-con>.elementor-background-slideshow, :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
	border-block-end-width: var(--border-block-end-width);
	border-block-start-width: var(--border-block-start-width);
	border-color: var(--border-color);
	border-inline-end-width: var(--border-inline-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
	left: calc(0px - var(--border-left-width));
	top: calc(0px - var(--border-top-width));
	width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

@media (max-width:767px) {
	:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
		display: none;
	}
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	z-index: 1;
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
	z-index: 2;
}

.e-con .elementor-widget {
	min-width: 0;
}

.e-con .elementor-widget-empty, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-video, .e-con .elementor-widget.e-widget-swiper {
	width: 100%;
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, .e-con>.elementor-widget>.elementor-widget-container {
	height: 100%;
}

.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
	max-width: 100%;
}

.e-con .elementor-widget:not(:last-child) {
	--kit-widget-spacing: 0px;
}

@media (max-width:767px) {
	.e-con.e-flex {
		--width: 100%;
		--flex-wrap: var(--flex-wrap-mobile);
	}
	
	.e-con.e-flex .elementor-widget-archive-posts {
		width: 100%;
	}
}

.elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
	flex-basis: 100%;
	max-width: 100%;
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
	flex-grow: 1;
}

.elementor-field-group {
	align-items: center;
	flex-wrap: wrap;
}

.elementor-field-group.elementor-field-type-submit {
	align-items: flex-end;
}

.elementor-field-group .elementor-field-textual {
	background-color: transparent;
	border: 1px solid #69727d;
	color: #1f2124;
	flex-grow: 1;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0;
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-select-wrapper {
	display: flex;
	position: relative;
	width: 100%;
}

.elementor-field-group .elementor-select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	flex-basis: 100%;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding-inline-end: 20px;
	text-transform: inherit;
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "";
	font-family: eicons;
	font-size: 15px;
	inset-block-start: 50%;
	inset-inline-end: 10px;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 0 3px rgba(0, 0, 0, .3);
	transform: translateY(-50%);
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: "";
}

.elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap;
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block;
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-inline-end: 10px;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	flex-basis: 100%;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline;
}

.elementor-field-label {
	cursor: pointer;
}

.elementor-mark-required .elementor-field-label:after {
	color: red;
	content: "*";
	padding-inline-start: .2em;
}

.elementor-field-textual {
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.4;
	min-height: 40px;
	padding: 5px 14px;
}

.elementor-field-textual.elementor-size-xs {
	border-radius: 2px;
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
}

.elementor-field-textual.elementor-size-md {
	border-radius: 4px;
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
}

.elementor-field-textual.elementor-size-lg {
	border-radius: 5px;
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
}

.elementor-field-textual.elementor-size-xl {
	border-radius: 6px;
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px;
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: 100%;
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
	flex-basis: 50%;
	flex-grow: 1;
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
	flex-basis: 100%;
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
	justify-content: center;
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
	justify-content: flex-start;
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
	justify-content: flex-end;
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: auto;
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper {
	flex-grow: 0;
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button {
	flex-basis: auto;
}

@media screen and (max-width:1024px) {
	.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: 100%;
	}
	
	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1;
	}
	
	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%;
	}
	
	.elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
		justify-content: center;
	}
	
	.elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
		justify-content: flex-start;
	}
	
	.elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
		justify-content: flex-end;
	}
	
	.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: auto;
	}
	
	.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper {
		flex-grow: 0;
	}
	
	.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
		flex-basis: auto;
	}
}

@media screen and (max-width:767px) {
	.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: 100%;
	}
	
	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1;
	}
	
	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%;
	}
	
	.elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
		justify-content: center;
	}
	
	.elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
		justify-content: flex-start;
	}
	
	.elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
		justify-content: flex-end;
	}
	
	.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: auto;
	}
	
	.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper {
		flex-grow: 0;
	}
	
	.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
		flex-basis: auto;
	}
}

.elementor-error .elementor-field {
	border-color: #d9534f;
}

.elementor-error .help-inline {
	color: #d9534f;
	font-size: .9em;
}

.elementor-message {
	font-size: 1em;
	line-height: 1;
	margin: 10px 0;
}

.elementor-message:before {
	content: "";
	display: inline-block;
	font-family: eicons;
	font-style: normal;
	font-weight: 400;
	margin-inline-end: 5px;
	vertical-align: middle;
}

.elementor-message.elementor-message-danger {
	color: #d9534f;
}

.elementor-message.elementor-message-danger:before {
	content: "";
}

.elementor-message.form-message-success {
	color: #5cb85c;
}

.elementor-form .elementor-button {
	border: none;
	padding-block-end: 0;
	padding-block-start: 0;
}

.elementor-form .elementor-button-content-wrapper, .elementor-form .elementor-button>span {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 33px;
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px;
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 47px;
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 59px;
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 72px;
}

.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container, .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.elementor-heading-title {
	line-height: 1;
	margin: 0;
	padding: 0;
}

.elementor-button {
	background-color: #69727d;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	fill: #fff;
	text-align: center;
	transition: all .3s;
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
	color: #fff;
}

.elementor-button-content-wrapper {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
}

.elementor-button-icon {
	align-items: center;
	display: flex;
}

.elementor-button-icon svg {
	height: auto;
	width: 1em;
}

.elementor-button-icon .e-font-icon-svg {
	height: 1em;
}

.elementor-button-text {
	display: inline-block;
}

.elementor-button.elementor-size-xs {
	border-radius: 2px;
	font-size: 13px;
	padding: 10px 20px;
}

.elementor-button.elementor-size-md {
	border-radius: 4px;
	font-size: 16px;
	padding: 15px 30px;
}

.elementor-button.elementor-size-lg {
	border-radius: 5px;
	font-size: 18px;
	padding: 20px 40px;
}

.elementor-button.elementor-size-xl {
	border-radius: 6px;
	font-size: 20px;
	padding: 25px 50px;
}

.elementor-button span {
	text-decoration: inherit;
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #5bc0de;
}

.elementor-element.elementor-button-success .elementor-button {
	background-color: #5cb85c;
}

.elementor-element.elementor-button-warning .elementor-button {
	background-color: #f0ad4e;
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #d9534f;
}

.elementor-widget-button .elementor-button .elementor-button-info {
	background-color: #5bc0de;
}

.elementor-widget-button .elementor-button .elementor-button-success {
	background-color: #5cb85c;
}

.elementor-widget-button .elementor-button .elementor-button-warning {
	background-color: #f0ad4e;
}

.elementor-widget-button .elementor-button .elementor-button-danger {
	background-color: #d9534f;
}

.elementor-view-stacked .elementor-icon {
	background-color: #69727d;
	color: #fff;
	padding: .5em;
	fill: #fff;
}

.elementor-view-framed .elementor-icon {
	background-color: transparent;
	border: 3px solid #69727d;
	color: #69727d;
	padding: .5em;
}

.elementor-icon {
	color: #69727d;
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	transition: all .3s;
}

.elementor-icon:hover {
	color: #69727d;
}

.elementor-icon i, .elementor-icon svg {
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
}

.elementor-icon i:before, .elementor-icon svg:before {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.elementor-icon i.fad {
	width: auto;
}

.elementor-shape-square .elementor-icon {
	border-radius: 0;
}

.elementor-shape-rounded .elementor-icon {
	border-radius: 10%;
}

.elementor-shape-circle .elementor-icon {
	border-radius: 50%;
}

.e-transform .elementor-widget-container, .e-transform:not(:has(.elementor-widget-container)) {
	transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.e-con.e-transform {
	transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
	transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
}

.animated {
	animation-duration: 1.25s;
}

.animated.animated-slow {
	animation-duration: 2s;
}

.animated.animated-fast {
	animation-duration: .75s;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.reverse {
	animation-direction: reverse;
	animation-fill-mode: forwards;
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		animation: none;
	}
}

@media (max-width:767px) {
	.elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
		display: none;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-mobile_extra {
		display: none;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-laptop, .elementor .elementor-hidden-tablet_extra {
		display: none;
	}
}

@media (min-width:1025px) and (max-width:99999px) {
	.elementor .elementor-hidden-desktop {
		display: none;
	}
}

@media (min-width:-1) {
	.elementor .elementor-hidden-widescreen {
		display: none;
	}
}

.elementor-kit-7 {
	--e-global-color-primary: #6ec1e4;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #7a7a7a;
	--e-global-color-accent: #61ce70;
	--e-global-typography-primary-font-family: "Roboto";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Roboto Slab";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
}

.elementor-kit-7 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
}

.e-con {
	--container-max-width: 100%;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 0;
}

.elementor-element {
	--widgets-spacing: 0 0;
	--widgets-spacing-row: 0;
	--widgets-spacing-column: 0;
}

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}
