/*# sourceMappingURL=main.min.css.map */

@media all {
	.featherlight {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
		background: #333;
		background: rgba(0, 0, 0, 0);
	}
	
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, .8);
	}
	
	.featherlight:before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -.25em;
	}
	
	.featherlight .featherlight-content {
		position: relative;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid rgba(0, 0, 0, 0);
		min-width: 30%;
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;
		background: #fff;
		cursor: auto;
		white-space: normal;
	}
	
	.featherlight .featherlight-inner {
		display: block;
	}
	
	.featherlight .featherlight-close-icon {
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;
		line-height: 25px;
		width: 25px;
		cursor: pointer;
		text-align: center;
		font: Arial, sans-serif;
		background: #fff;
		background: hsla(0, 0%, 100%, .3);
		color: #000;
	}
	
	.featherlight .featherlight-image {
		width: 100%;
	}
	
	.featherlight-iframe .featherlight-content {
		border-bottom: 0;
		padding: 0;
	}
	
	.featherlight iframe {
		border: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;
		padding: 10px 10px 0;
		border-bottom: 10px solid rgba(0, 0, 0, 0);
	}
}

@media all {
	.featherlight-next, .featherlight-previous {
		display: block;
		position: absolute;
		top: 25px;
		right: 25px;
		bottom: 0;
		left: 80%;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background: rgba(0, 0, 0, 0);
	}
	
	.featherlight-previous {
		left: 25px;
		right: 80%;
	}
	
	.featherlight-next:hover, .featherlight-previous:hover {
		background: hsla(0, 0%, 100%, .25);
	}
	
	.featherlight-next span, .featherlight-previous span {
		display: none;
		position: absolute;
		top: 50%;
		left: 5%;
		width: 82%;
		text-align: center;
		font-size: 80px;
		line-height: 80px;
		margin-top: -40px;
		text-shadow: 0 0 5px #fff;
		color: #fff;
		font-style: normal;
		font-weight: 400;
	}
	
	.featherlight-next span {
		right: 5%;
		left: auto;
	}
	
	.featherlight-next:hover span, .featherlight-previous:hover span {
		display: inline-block;
	}
}

@media only screen and (max-device-width: 1024px) {
	.featherlight-next:hover, .featherlight-previous:hover {
		background: 0 0;
	}
	
	.featherlight-next span, .featherlight-previous span {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	.featherlight-next, .featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}
	
	.featherlight-previous {
		left: 10px;
		right: 85%;
	}
	
	.featherlight-next span, .featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}

.csspinner {
	position: relative;
}

.csspinner:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	opacity: .6;
}

.csspinner:after {
	z-index: 2;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50% 0 0 -50%;
	transition: all .4s ease 0s;
	border-radius: 100%;
	border-top: 4px solid #555;
	-webkit-animation: standard .4s infinite linear;
	-moz-animation: standard .4s infinite linear;
	animation: standard .4s infinite linear;
}

.csspinner.no-overlay:before {
	content: none;
	display: none;
}

@-webkit-keyframes standard {
	0% {
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes standard {
	0% {
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@keyframes standard {
	0% {
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://du.co/wp-content/themes/duco/assets/styles/css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background-image: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme .owl-controls, .owl-carousel .owl-dots {
	margin-top: 10px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: .5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-controls .owl-page span, .owl-carousel .owl-dots .owl-dot {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-carousel .owl-dots .owl-dot {
	margin: 5px 17px;
	display: inline-block;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #1a1a1a;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading {
	min-height: 150px;
	background: url("https://du.co/wp-content/themes/duco/assets/styles/css/AjaxLoader.gif") no-repeat center center;
}

.owl-item.loading.nitro-lazy {
	background-image: none !important;
}

* {
	box-sizing: border-box;
}

html, body {
	min-height: 100%;
	background-color: #000;
}

body {
	color: #404040;
	position: relative;
}

.lt-ie9 body {
	min-width: 1025px;
}

body.no-scroll {
	overflow: hidden !important;
	pointer-events: none;
}

code {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4285714286;
	background-color: #f2f2f2;
	padding: 16px;
	display: block;
}

a {
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #262626;
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;
	transition: color .25s ease;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

li {
	line-height: 20px;
}

.google-map-canvas, .google-map-canvas * {
	box-sizing: border-box;
}

.google-map-canvas img, .google-map-canvas * img {
	max-width: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

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

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

a {
	background-color: rgba(0, 0, 0, 0);
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

button, select {
	text-transform: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

button, [type=reset], [type=submit], [type=button], [type=image], [type=file] {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}

textarea, select, [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week] {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.gutter-container {
	margin-left: -20px;
}

.gutter-container>* {
	padding-left: 20px;
}

.gutter-container::after {
	clear: both;
	content: "";
	display: table;
}

.col-1-1 {
	float: left;
	width: 100%;
	clear: both;
}

.col-1-2 {
	float: left;
	width: 50%;
}

.col-1-3 {
	float: left;
	width: 33.3333333333%;
}

.col-2-3 {
	float: left;
	width: 66.6666666667%;
}

.col-1-4 {
	float: left;
	width: 25%;
}

.col-3-4 {
	float: left;
	width: 75%;
}

.col-1-5 {
	float: left;
	width: 20%;
}

.col-2-5 {
	float: left;
	width: 40%;
}

.col-3-5 {
	float: left;
	width: 60%;
}

.col-4-5 {
	float: left;
	width: 80%;
}

.col-1-6 {
	float: left;
	width: 16.6666666667%;
}

.col-5-6 {
	float: left;
	width: 83.3333333333%;
}

@media only screen and (max-width: 599px) {
	.gutter-container--s {
		margin-left: -20px;
	}
	
	.gutter-container--s>* {
		padding-left: 20px;
	}
	
	.gutter-container--s::after {
		clear: both;
		content: "";
		display: table;
	}
	
	.col-1-1--s {
		float: left;
		width: 100%;
	}
	
	.col-1-2--s {
		float: left;
		width: 50%;
	}
	
	.col-1-3--s {
		float: left;
		width: 33.3333333333%;
	}
	
	.col-2-3--s {
		float: left;
		width: 66.6666666667%;
	}
	
	.col-1-4--s {
		float: left;
		width: 25%;
	}
	
	.col-3-4--s {
		float: left;
		width: 75%;
	}
}

@media only screen and (min-width: 600px)and (max-width: 1024px) {
	.gutter-container--med {
		margin-left: -20px;
	}
	
	.gutter-container--med>* {
		padding-left: 20px;
	}
	
	.gutter-container--med::after {
		clear: both;
		content: "";
		display: table;
	}
	
	.col-1-1--med {
		float: left;
		width: 100%;
	}
	
	.col-1-2--med {
		float: left;
		width: 50%;
	}
	
	.col-1-3--med {
		float: left;
		width: 33.3333333333%;
	}
	
	.col-2-3--med {
		float: left;
		width: 66.6666666667%;
	}
	
	.col-1-4--med {
		float: left;
		width: 25%;
	}
	
	.col-3-4--med {
		float: left;
		width: 75%;
	}
	
	.col-1-5--med {
		float: left;
		width: 20%;
	}
	
	.col-2-5--med {
		float: left;
		width: 40%;
	}
	
	.col-3-5--med {
		float: left;
		width: 60%;
	}
	
	.col-4-5--med {
		float: left;
		width: 80%;
	}
	
	.col-1-6--med {
		float: left;
		width: 16.6666666667%;
	}
	
	.col-5-6--med {
		float: left;
		width: 83.3333333333%;
	}
}

@media only screen and (max-width: 599px) {
	.gutter-container--med-down {
		margin-left: -20px;
	}
	
	.gutter-container--med-down>* {
		padding-left: 20px;
	}
	
	.gutter-container--med-down::after {
		clear: both;
		content: "";
		display: table;
	}
}

@media only screen and (min-width: 600px) {
	.gutter-container--med-up {
		margin-left: -20px;
	}
	
	.gutter-container--med-up>* {
		padding-left: 20px;
	}
	
	.gutter-container--med-up::after {
		clear: both;
		content: "";
		display: table;
	}
	
	.col-1-1--med-up {
		float: left;
		width: 100%;
	}
	
	.col-1-2--med-up {
		float: left;
		width: 50%;
	}
	
	.col-1-3--med-up {
		float: left;
		width: 33.3333333333%;
	}
	
	.col-2-3--med-up {
		float: left;
		width: 66.6666666667%;
	}
	
	.col-1-4--med-up {
		float: left;
		width: 25%;
	}
	
	.col-3-4--med-up {
		float: left;
		width: 75%;
	}
	
	.col-1-5--med-up {
		float: left;
		width: 20%;
	}
	
	.col-2-5--med-up {
		float: left;
		width: 40%;
	}
	
	.col-3-5--med-up {
		float: left;
		width: 60%;
	}
	
	.col-4-5--med-up {
		float: left;
		width: 80%;
	}
	
	.col-1-6--med-up {
		float: left;
		width: 16.6666666667%;
	}
	
	.col-5-6--med-up {
		float: left;
		width: 83.3333333333%;
	}
}

@media only screen and (max-width: 1024px) {
	.gutter-container--l {
		margin-left: -20px;
	}
	
	.gutter-container--l>* {
		padding-left: 20px;
	}
	
	.gutter-container--l::after {
		clear: both;
		content: "";
		display: table;
	}
	
	.col-1-1--l {
		float: left;
		width: 100%;
	}
	
	.col-1-2--l {
		float: left;
		width: 50%;
	}
	
	.col-1-3--l {
		float: left;
		width: 33.3333333333%;
	}
	
	.col-2-3--l {
		float: left;
		width: 66.6666666667%;
	}
	
	.col-1-4--l {
		float: left;
		width: 25%;
	}
	
	.col-3-4--l {
		float: left;
		width: 75%;
	}
	
	.col-1-5--l {
		float: left;
		width: 20%;
	}
	
	.col-2-5--l {
		float: left;
		width: 40%;
	}
	
	.col-3-5--l {
		float: left;
		width: 60%;
	}
	
	.col-4-5--l {
		float: left;
		width: 80%;
	}
	
	.col-1-6--l {
		float: left;
		width: 80%;
	}
	
	.col-5-6--l {
		float: left;
		width: 83.3333333333%;
	}
}

@media only screen and (max-width: 1139px) {
	.col-1-1--xl {
		float: left;
		width: 100%;
	}
}

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

.clear-last {
	clear: both;
}

@media only screen and (max-width: 599px) {
	.clear-n--mq .col-1-2--s:nth-child(2n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-3--s:nth-child(3n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-4--s:nth-child(4n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-5--s:nth-child(5n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-6--s:nth-child(6n+1) {
		clear: left;
	}
}

@media only screen and (min-width: 600px)and (max-width: 1024px) {
	.clear-n--mq .col-1-2--med:nth-child(2n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-3--med:nth-child(3n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-4--med:nth-child(4n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-5--med:nth-child(5n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-6--med:nth-child(6n+1) {
		clear: left;
	}
}

@media only screen and (min-width: 1025px) {
	.clear-n--mq .col-1-2--l:nth-child(2n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-3--l:nth-child(3n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-4--l:nth-child(4n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-5--l:nth-child(5n+1) {
		clear: left;
	}
	
	.clear-n--mq .col-1-6--l:nth-child(6n+1) {
		clear: left;
	}
}

.gt-ie9 .no-cf:after, .flexbox .no-cf:after {
	clear: none !important;
	display: block !important;
}

.hide {
	display: none;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.hide-text {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

@media only screen and (min-width: 600px) {
	.s-only {
		display: none !important;
	}
}

@media only screen and (max-width: 599px) {
	.med-only {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) {
	.med-only {
		display: none !important;
	}
}

@media only screen and (max-width: 1024px) {
	.l-only {
		display: none !important;
	}
}

@media only screen and (max-width: 599px) {
	.med-up {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) {
	.med-down {
		display: none !important;
	}
}

@media only screen and (min-width: 600px)and (max-width: 1024px) {
	.not-med {
		display: none !important;
	}
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex>* {
	-ms-flex: 0 1 auto;
}

.flex>* {
	width: 100%;
}

.bm {
	margin-bottom: 20px;
}

.pb {
	padding-bottom: 20px;
}

.faux-table {
	display: table;
	width: 100%;
}

.faux-table>* {
	display: table-cell;
	vertical-align: middle;
}

.vert-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hoz-nav>* {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.wrapper {
	margin: 0 auto;
	max-width: 1480px;
}

.main-content-section, .main-wrapper {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/blog-bg.jpg"), url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png");
	background-repeat: no-repeat, repeat-y;
	background-size: 100% 800px, contain;
}

.main-content-section.nitro-lazy, .main-wrapper.nitro-lazy {
	background-image: none !important;
}

.homepage .main-content-section, .homepage .main-wrapper, .page-template-tpl-homepage_soft-launch .main-content-section, .page-template-tpl-homepage_soft-launch .main-wrapper {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png");
	background-repeat: repeat-y;
	background-size: contain;
}

.homepage .main-content-section.nitro-lazy, .homepage .main-wrapper.nitro-lazy, .page-template-tpl-homepage_soft-launch .main-content-section.nitro-lazy, .page-template-tpl-homepage_soft-launch .main-wrapper.nitro-lazy {
	background-image: none !important;
}

.error404 .main-content-section, .error404 .main-wrapper {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/404-bg.jpg"), url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png");
	background-repeat: no-repeat, repeat-y;
	background-size: 100% 800px, contain;
}

.error404 .main-content-section.nitro-lazy, .error404 .main-wrapper.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-basic-content .main-content-section, .page-template-tpl-basic-content .main-wrapper {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/basic-content-bg.jpg"), url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png");
	background-repeat: no-repeat, repeat-y;
	background-size: 100% 800px, contain;
}

.page-template-tpl-basic-content .main-content-section.nitro-lazy, .page-template-tpl-basic-content .main-wrapper.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-contact .main-content-section, .page-template-tpl-contact .main-wrapper, .page-template-tpl-request-demo .main-content-section, .page-template-tpl-request-demo .main-wrapper {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/contact-bg.jpg"), url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png");
	background-repeat: no-repeat, repeat-y;
	background-size: 100% 800px, contain;
}

.page-template-tpl-contact .main-content-section.nitro-lazy, .page-template-tpl-contact .main-wrapper.nitro-lazy, .page-template-tpl-request-demo .main-content-section.nitro-lazy, .page-template-tpl-request-demo .main-wrapper.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-about .main-content-section, .page-template-tpl-about .main-wrapper {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/about-bg.jpg"), url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png");
	background-repeat: no-repeat, repeat-y;
	background-size: 100% 800px, contain;
}

.page-template-tpl-about .main-content-section.nitro-lazy, .page-template-tpl-about .main-wrapper.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-about .main-content-section, .page-template-tpl-about .main-wrapper {
		background-image: none;
	}
	
	.page-template-tpl-about .main-content-section.nitro-lazy, .page-template-tpl-about .main-wrapper.nitro-lazy {
		background-image: none !important;
	}
}

.page-template-tpl-careers .main-content-section, .page-template-tpl-careers .main-wrapper {
	background-image: none;
	background-repeat: no-repeat, repeat-y;
	background-size: 100% 800px, contain;
}

.page-template-tpl-careers .main-content-section.nitro-lazy, .page-template-tpl-careers .main-wrapper.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-careers .main-content-section, .page-template-tpl-careers .main-wrapper {
		background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/careers-bg.jpg"), url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png");
	}
	
	.page-template-tpl-careers .main-content-section.nitro-lazy, .page-template-tpl-careers .main-wrapper.nitro-lazy {
		background-image: none !important;
	}
}

.page-template-tpl-solutions-detail .main-wrapper {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/solutions--bg.jpg"), url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png");
}

.page-template-tpl-solutions-detail .main-wrapper.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-customers-detail .main-wrapper {
	background-image: url("https://du.co/wp-content/uploads/2020/09/customers-bg.jpg");
}

.page-template-tpl-customers-detail .main-wrapper.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-product-detail .main-wrapper {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/product-detail--bg.jpg"), url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png");
}

.page-template-tpl-product-detail .main-wrapper.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-product-alpha .main-wrapper {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/product-detail--bg.jpg"), url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png");
}

.page-template-tpl-product-alpha .main-wrapper.nitro-lazy {
	background-image: none !important;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
		visibility: visible;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.main-wrapper {
	background-color: #000;
}

body, button {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4285714286;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, legend, table, th, td, caption, hr {
	margin: 0;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

h1, .alpha {
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: 1;
}

@media only screen and (min-width: 600px) {
	h1, .alpha {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 1;
	}
}

h2, .beta {
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 1.6;
}

h3, .gamma {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.1111111111;
}

h4, .delta {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}

h5, .epsilon {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.5384615385;
}

h6, .zeta {
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.6666666667;
}

b, strong {
	font-weight: 600;
	font-family: inherit;
}

.normal {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.semi-bold {
	font-weight: 600;
}

.strip-bullets {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.uppercase {
	text-transform: uppercase;
}

.free-text p {
	font-size: 16px !important;
	font-size: 1rem !important;
	line-height: 20px !important;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	margin-bottom: 20px !important;
}

.free-text a {
	text-decoration: underline;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1em;
}

.free-text a:hover {
	text-decoration: none;
}

.free-text ul {
	list-style-type: disc;
	margin-left: 2em;
}

.free-text ul li {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}

.free-text ol {
	counter-reset: item;
	margin-left: 2em;
}

.free-text ol li {
	display: block;
}

.free-text ol li:before {
	margin-left: -1em;
	margin-right: .25em;
	content: counters(item, ".") " ";
	counter-increment: item;
}

.callout-section {
	background-color: #fff;
	padding: 0 1.875rem 1.875rem 1.875rem;
}

@media only screen and (min-width: 600px) {
	.callout-section {
		padding: 0 2.5rem 5.625rem;
	}
}

@media only screen and (min-width: 1025px) {
	.callout-section {
		padding: 0 4.375rem 4rem;
	}
}

.callout-section .callout {
	padding: 0;
	padding: 1.875rem 1.25rem;
	background-color: #e7e7e8;
}

@media only screen and (min-width: 1025px) {
	.callout-section .callout {
		padding: 5.3125rem 4.0625rem 3.4375rem;
	}
}

.callout-section .callout h2 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.callout-section .callout h2 {
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1.5;
	}
}

.callout-section .callout h3, .callout-section .callout p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 28px;
	font-family: "Source Sans Pro", sans-serif;
}

.callout-section .callout h3 {
	font-weight: bold;
}

@media only screen and (min-width: 1025px) {
	.callout-section .callout .callout-quote-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.callout-section .callout .callout-quote {
	padding: 0 0 1.875rem;
}

@media only screen and (min-width: 1025px) {
	.callout-section .callout .callout-quote {
		padding: 0 1.875rem 2.5rem;
	}
}

@media only screen and (min-width: 1025px) {
	.callout-section .callout .callout-quote:nth-child(3n-1) {
		clear: left;
	}
}

.slider__item {
	text-align: center;
	margin: 3px;
}

.slider__item img {
	width: 100%;
	max-width: 41px;
	display: block;
	height: auto;
}

.overlay-demo-active {
	height: 100vh;
	overflow-y: hidden;
}

.overlay-demo-active .page-demo-overlay {
	opacity: .85;
	visibility: visible;
	display: block;
}

.overlay-video-active {
	height: 100vh;
	overflow-y: hidden;
}

.overlay-video-active .page-video-overlay {
	opacity: .85;
	visibility: visible;
	display: block;
}

.page-demo-overlay, .page-video-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: .6s;
}

.modal-content {
	display: none;
}

.featherlight {
	z-index: 9999;
}

.is-demo-active.demo-modal {
	display: block;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.is-video-active.video-modal {
	display: block;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.demo-modal, .video-modal {
	width: 90% !important;
	max-width: 1000px;
	display: block !important;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	max-height: 800px;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	z-index: 1500;
}

@media only screen and (max-width: 620px) {
	.demo-modal, .video-modal {
		width: 97% !important;
	}
}

.demo-modal .close-demo, .demo-modal .close-video, .video-modal .close-demo, .video-modal .close-video {
	right: 20px;
	top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 32px;
	height: 32px;
	font-size: 20px;
	background: #e5e5e5;
	border: none;
	z-index: 1000;
	cursor: pointer;
}

.demo-modal .close-demo:hover, .demo-modal .close-video:hover, .video-modal .close-demo:hover, .video-modal .close-video:hover {
	color: #e5e5e5;
	background-color: #1a1a1a;
}

@media only screen and (max-width: 620px) {
	.demo-modal .close-demo, .demo-modal .close-video, .video-modal .close-demo, .video-modal .close-video {
		right: 0px;
		top: 0px;
	}
}

.demo-modal .modal-container, .video-modal .modal-container {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: auto;
	background-color: #fff;
}

.demo-modal .modal-video, .video-modal .modal-video {
	padding: 60px;
	width: 100%;
	text-align: center;
	max-height: 85vh;
	overflow-y: scroll;
	max-width: 1100px;
}

@media only screen and (max-width: 996px) {
	.demo-modal .modal-video, .video-modal .modal-video {
		padding: 30px;
	}
}

.demo-modal .modal-video h3, .video-modal .modal-video h3 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: normal;
}

@media only screen and (max-width: 620px) {
	.demo-modal .modal-video h3, .video-modal .modal-video h3 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 20px;
	}
}

.demo-modal .modal-video .demo-video-container, .demo-modal .modal-video .video-frame, .video-modal .modal-video .demo-video-container, .video-modal .modal-video .video-frame {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.demo-modal .modal-video .demo-video-container iframe, .demo-modal .modal-video .video-frame iframe, .video-modal .modal-video .demo-video-container iframe, .video-modal .modal-video .video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.demo-modal .modal-video .demo-form, .video-modal .modal-video .demo-form {
	max-width: 100%;
	margin: 20px auto 0;
}

@media only screen and (max-width: 620px) {
	.demo-modal .modal-video .demo-form, .video-modal .modal-video .demo-form {
		padding: 0 5px;
	}
}

.demo-modal .modal-video .demo-form form, .video-modal .modal-video .demo-form form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.demo-modal .modal-video .demo-form form .hs-form-field, .video-modal .modal-video .demo-form form .hs-form-field {
	width: 48%;
	margin-bottom: 0px;
}

@media only screen and (max-width: 620px) {
	.demo-modal .modal-video .demo-form form .hs-form-field, .video-modal .modal-video .demo-form form .hs-form-field {
		width: 100%;
	}
}

.demo-modal .modal-video .demo-form .actions, .video-modal .modal-video .demo-form .actions {
	padding: 0px;
	margin: 10px 0 20px;
}

.demo-modal .modal-video .demo-form .input, .video-modal .modal-video .demo-form .input {
	margin: 10px 0 5px;
}

.demo-modal .modal-video .demo-form .hs-submit, .video-modal .modal-video .demo-form .hs-submit {
	width: 100%;
	margin-top: 15px;
}

@media only screen and (max-width: 620px) {
	.demo-modal .modal-video .demo-form .hs-submit, .video-modal .modal-video .demo-form .hs-submit {
		width: 100%;
		text-align: center;
	}
	
	.demo-modal .modal-video .demo-form .hs-submit .actions, .video-modal .modal-video .demo-form .hs-submit .actions {
		margin-top: 0;
	}
}

.demo-modal .modal-video .demo-form label, .video-modal .modal-video .demo-form label {
	color: #555;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.demo-modal .modal-video .demo-form .hs-error-msgs, .video-modal .modal-video .demo-form .hs-error-msgs {
	list-style: none;
	margin-bottom: 15px;
}

.demo-modal .modal-video .demo-form .hs-error-msgs li, .video-modal .modal-video .demo-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.demo-modal .modal-video .demo-form .hs-error-msgs li label, .video-modal .modal-video .demo-form .hs-error-msgs li label {
	text-transform: unset;
	color: #f5be63;
}

.demo-modal .modal-video .demo-form .hs_error_rollup, .video-modal .modal-video .demo-form .hs_error_rollup {
	display: none;
}

.demo-modal .modal-video .demo-form input, .video-modal .modal-video .demo-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.demo-modal .modal-video .demo-form input.hs-input, .video-modal .modal-video .demo-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #1a1a1a;
	border: 1px solid rgba(150, 150, 150, .15);
	background-color: rgba(150, 150, 150, .15);
	border-radius: 3px;
	margin-bottom: 10px;
}

.demo-modal .modal-video .demo-form input.hs-input.error, .video-modal .modal-video .demo-form input.hs-input.error {
	border-color: #f5be63;
}

.demo-modal .modal-video .demo-form .hs-fieldtype-select .input, .video-modal .modal-video .demo-form .hs-fieldtype-select .input {
	position: relative;
}

.demo-modal .modal-video .demo-form .hs-fieldtype-select .input::before, .video-modal .modal-video .demo-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #555;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.demo-modal .modal-video .demo-form select, .video-modal .modal-video .demo-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #1a1a1a;
	border: 1px solid rgba(150, 150, 150, .15);
	background-color: rgba(150, 150, 150, .15);
	border-radius: 3px;
}

.demo-modal .modal-video .demo-form select .disabled, .video-modal .modal-video .demo-form select .disabled {
	color: #aaa;
}

.demo-modal .modal-video .demo-form select.error, .video-modal .modal-video .demo-form select.error {
	border-color: #f5be63;
}

.demo-modal .modal-video .demo-form input[type=submit], .video-modal .modal-video .demo-form input[type=submit] {
	background: #f5be63;
	border: 1px solid #f5be63;
	color: #000;
	font-size: 16px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	width: 200px;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	margin-top: 11px;
}

.demo-modal .modal-video .demo-form input[type=submit]:hover, .video-modal .modal-video .demo-form input[type=submit]:hover {
	border-color: #fff;
}

.demo-modal .modal-video .demo-form .submitted-message, .video-modal .modal-video .demo-form .submitted-message {
	color: #f5be63;
	font-size: 18px;
	text-align: center;
	padding: 30px;
	width: 100%;
	border: 1px solid #f5be63;
}

.demo-modal.modal, .video-modal.modal {
	position: fixed;
}

.total-wrapper {
	overflow: hidden;
	width: 100%;
}

.trigger-off-canvas-container {
	text-align: right;
}

.trigger-off-canvas {
	display: inline-block;
}

.trigger-off-canvas.hide {
	display: none;
}

.off-canvas-nav {
	position: absolute;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #e5e5e5;
	right: 0;
	width: 80%;
}

@media only screen and (min-width: 600px) {
	.off-canvas-nav {
		width: 50%;
	}
}

.main-wrapper {
	position: relative;
	transition: all .5s ease;
	min-height: 100%;
	width: 100%;
}

#offCanvasNav:target, .off-canvas-nav.is-triggered {
	position: fixed;
}

#offCanvasNav:target+.main-wrapper, .off-canvas-nav.is-triggered+.main-wrapper {
	position: fixed;
	top: 0;
}

@media only screen and (max-width: 599px) {
	#offCanvasNav:target+.main-wrapper, .off-canvas-nav.is-triggered+.main-wrapper {
		-webkit-transform: translateX(-80%);
		-moz-transform: translateX(-80%);
		-ms-transform: translateX(-80%);
		-o-transform: translateX(-80%);
		transform: translateX(-80%);
	}
}

@media only screen and (min-width: 600px) {
	#offCanvasNav:target+.main-wrapper, .off-canvas-nav.is-triggered+.main-wrapper {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

#offCanvasNav:target+.main-wrapper .owl-carousel, .off-canvas-nav.is-triggered+.main-wrapper .owl-carousel {
	display: none !important;
}

.trigger-off-canvas-container i {
	-webkit-transition: -webkit-transform, .5s;
	-moz-transition: -moz-transform, .5s;
	transition: transform, .5s;
}

.off-canvas-nav.is-triggered+.main-wrapper i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media only screen and (min-width: 600px) {
	.off-canvas-nav.is-triggered+.main-wrapper i {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.off-canvas-nav a {
	display: block;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	padding: 16px;
	border-bottom: 1px solid #404040;
}

.off-canvas-nav a.current {
	color: #fff;
	background-color: #404040;
	border-bottom: 0;
}

.find-the-right-solution-section {
	text-align: center;
	background-color: #fff;
	padding: 30px 20px 90px 20px;
}

@media only screen and (min-width: 600px) {
	.find-the-right-solution-section {
		padding: 30px 90px 90px 90px;
	}
}

@media only screen and (min-width: 1025px) {
	.find-the-right-solution-section {
		padding: 90px 90px 180px 90px;
	}
}

.find-the-right-solution-section h1 {
	text-transform: uppercase;
	padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {
	.find-the-right-solution-section h1 {
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 1025px) {
	.find-the-right-solution-section h1 {
		padding-bottom: 70px;
	}
}

.find-the-right-solution__content-block-container {
	min-height: 620px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container {
	position: absolute;
	bottom: 0;
}

@media only screen and (min-width: 1025px) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container.left {
		left: -40px;
	}
}

@media only screen and (min-width: 1025px) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container.right {
		right: -40px;
	}
}

@media all and (-ms-high-contrast: none) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container {
		right: 0;
		left: 0;
	}
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card {
	background-color: #fff;
	padding: 25px 25px 25px 75px;
	text-align: left;
	width: 100%;
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card.nopopup {
	margin-bottom: -30%;
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card.popup {
	margin-bottom: 0%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

@media only screen and (min-width: 1025px) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card {
		max-width: 495px;
		padding: 65px;
	}
}

@media all and (-ms-high-contrast: none) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card {
		display: inline-block;
	}
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #181919;
}

@media only screen and (max-width: 600px) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.0526315789;
	}
}

@media only screen and (min-width: 1025px) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card h2 {
		margin-bottom: 30px;
	}
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card p {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card p {
		padding-right: 90px;
	}
}

@media only screen and (min-width: 1025px) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card p {
		margin-bottom: 40px;
	}
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card-colour-bar {
	width: 40px;
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
}

@media all and (-ms-high-contrast: none) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card-colour-bar {
		display: inline-block;
	}
}

@media only screen and (min-width: 1025px) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card-colour-bar.left {
		left: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card-colour-bar.right {
		right: 0;
	}
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card-colour-bar.pink {
	background-color: #d7bec1;
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card-colour-bar.blue {
	background-color: #778a9d;
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card-colour-bar.yellow {
	background-color: #f5be63;
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card-colour-bar.green {
	background-color: #86b8a8;
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card-colour-bar.grey {
	background-color: #919296;
}

.find-the-right-solution__content-block-container .find-the-right-solution__card-container .find-the-right-solution__card-colour-bar.khaki {
	background-color: #beb29b;
}

.home-testimonials-section {
	background-color: #f5be63;
	padding: 0 20px 0px 20px;
}

@media only screen and (min-width: 600px) {
	.home-testimonials-section {
		padding: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.home-testimonials-section {
		padding: 0 90px 0px 90px;
	}
}

.home-testimonials-section h2 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
	.home-testimonials-section h2 {
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1.5;
	}
}

.tesimonials-container {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/careers-testimonials-bg-new.png");
	padding: 50px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

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

.tesimonials-container.green {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/testimonials--bg--green.jpg");
	background-size: cover;
}

.tesimonials-container.green.nitro-lazy {
	background-image: none !important;
}

.tesimonials-container.pink {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/testimonials--bg--pink.jpg");
	background-size: cover;
}

.tesimonials-container.pink.nitro-lazy {
	background-image: none !important;
}

.tesimonials-container.blue {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/testimonials--bg--blue.jpg");
	background-size: cover;
}

.tesimonials-container.blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width: 768px) {
	.tesimonials-container {
		background-position: 30% center;
	}
}

@media only screen and (min-width: 1024px) {
	.tesimonials-container {
		background-position: 70% center;
	}
}

@media only screen and (min-width: 1025px) {
	.tesimonials-container {
		background-size: contain;
		background-position: 30% center;
	}
}

@media only screen and (min-width: 1200px) {
	.tesimonials-container {
		background-position: center center;
	}
}

@media only screen and (min-width: 1025px) {
	.tesimonials-container {
		padding: 100px 0 10px 0;
	}
}

.tesimonials-container .owl-wrapper, .tesimonials-container .owl-stage {
	display: flex !important;
	align-items: center;
}

.tesimonials-container .tesimonials-inner {
	max-width: 80%;
	margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
	.tesimonials-container .tesimonials-inner {
		max-width: 62%;
	}
}

.tesimonials-container .tesimonials-inner .tesimonials__testimonial-content {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

.tesimonials-container .tesimonials-inner .tesimonials__testimonial-content p {
	font-size: 20px;
	font-size: 1.25rem;
	font-size: 20px !important;
	line-height: 1.5;
	line-height: 1.5 !important;
	font-weight: 300;
	color: #000;
}

@media only screen and (min-width: 1480px) {
	.tesimonials-container .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 26px;
		font-size: 1.625rem;
		font-size: 26px !important;
		line-height: 1.5;
		line-height: 1.5 !important;
	}
}

.tesimonials-container .tesimonials-inner .tesimonials__testimonial-content a {
	color: #1a1a1a;
	font-weight: bold;
}

.tesimonials-container .tesimonials-inner .tesimonials__testimonial-content a:hover {
	text-decoration: underline;
}

.tesimonials-container .tesimonials-inner .tesimonials__reviewer {
	margin-top: 26px;
}

.tesimonials-container .tesimonials-inner .tesimonials__reviewer h4 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	text-transform: uppercase;
	color: #000;
}

@media only screen and (min-width: 1025px) {
	.tesimonials-container .tesimonials-inner .tesimonials__reviewer h4 {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.5;
	}
}

.tesimonials-container .tesimonials-inner .tesimonials__reviewer .testimonial-footer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 15px;
	margin-top: 60px;
	max-width: 350px;
	border-top: 2px solid hsla(0, 0%, 100%, .5);
}

.tesimonials-container .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-photo {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position-x: center;
	margin-right: 20px;
	border-radius: 50%;
	margin-top: 15px;
}

@media only screen and (max-width: 600px) {
	.tesimonials-container .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-photo {
		width: 70px;
		height: 70px;
	}
}

.tesimonials-container .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-info {
	text-align: left;
	max-width: 200px;
}

.tesimonials-container .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-info h4 {
	text-transform: initial;
	margin-top: 4px;
	font-weight: 600;
}

.tesimonials-container .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-info p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 !important;
	color: #000;
}

@media only screen and (min-width: 1025px) {
	.tesimonials-container .owl-wrapper-outer, .tesimonials-container .owl-stage-outer {
		margin-bottom: 0;
	}
}

.tesimonials-container .owl-theme .owl-controls .owl-page {
	padding-left: 10px;
	padding-right: 10px;
}

.tesimonials-container .owl-theme .owl-controls .owl-page span, .tesimonials-container .owl-dots .owl-dot {
	opacity: 1;
	background-color: rgba(26, 26, 26, .3);
}

.tesimonials-container .owl-theme .owl-controls .owl-page.active span, .tesimonials-container .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background-color: #1a1a1a;
}

.tesimonials-container .careers-testimonial-slider-navigation-buttons {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	z-index: 22;
}

.tesimonials-container .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__prev {
	float: left;
	margin-left: 3%;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.tesimonials-container .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__prev {
		max-width: 15px;
	}
}

@media only screen and (min-width: 1025px) {
	.tesimonials-container .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__prev {
		margin-left: 6%;
	}
}

.tesimonials-container .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__next {
	float: right;
	margin-right: 3%;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.tesimonials-container .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__next {
		max-width: 15px;
	}
}

@media only screen and (min-width: 1025px) {
	.tesimonials-container .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__next {
		margin-right: 6%;
	}
}

.our-promise-section {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 20px;
}

@media only screen and (min-width: 1140px) {
	.our-promise-section {
		padding: 0px 90px;
	}
}

.our-promise-section .our-promise {
	padding: 60px 20px 45px 20px;
	background-color: #fff;
}

@media only screen and (min-width: 1140px) {
	.our-promise-section .our-promise {
		padding: 55px 180px 85px 180px;
	}
}

@media only screen and (min-width: 600px) {
	.our-promise-section .our-promise {
		padding: 55px 30px 85px 30px;
	}
}

.our-promise-section .our-promise h2 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
	.our-promise-section .our-promise h2 {
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1.5;
	}
}

.our-promise-section .our-promise p {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.8;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
	.our-promise-section .our-promise p {
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.our-promise-section .our-promise p {
		font-size: 18px;
		line-height: 26px;
	}
}

.our-promise-section .our-promise .our-promise__text-content {
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.our-promise-section .our-promise .our-promise__text-content {
		margin-bottom: 80px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.our-promise-section .our-promise .our-promise__text-content {
		margin-bottom: 60px;
	}
}

.our-promise-section .our-promise .our-promise__text-content p {
	text-align: center;
	max-width: 850px;
	margin: 0 auto 30px;
}

.our-promise-section .our-promise .our-promise__text-content a {
	margin: 0 auto;
}

.our-promise-section .our-promise .our-promise__image-content img {
	margin: 0 auto;
}

.our-promise-section .our-promise_statistics-block {
	margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
	.our-promise-section .our-promise_statistics-block {
		margin-top: 0px;
	}
}

.our-promise-section .our-promise_statistics-block .our-promise_statistics-img {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.our-promise-section .our-promise_statistics-block .our-promise_statistics-img {
		width: 100%;
		margin-bottom: 60px;
	}
}

.our-promise-section .our-promise_statistics-block .our-promise_statistics-img h3 {
	margin-bottom: 10px;
}

.our-promise-section .our-promise_statistics-block .our-promise_statistics-img img {
	margin: 0 auto;
	max-width: 275px;
	width: 100%;
	height: auto;
}

.updates-sign-up-section {
	background-color: #fff;
	padding: 40px 30px;
}

@media only screen and (min-width: 600px) {
	.updates-sign-up-section {
		padding: 40px 40px 90px 40px;
	}
}

@media only screen and (min-width: 1025px) {
	.updates-sign-up-section {
		padding: 90px 140px 120px 140px;
	}
}

@media only screen and (max-width: 768px) {
	.updates-sign-up-section .updates-sign-up.active {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 500px) {
	.updates-sign-up-section .updates-sign-up.active {
		margin-bottom: 100px;
	}
}

.updates-sign-up-section .updates-sign-up__image {
	position: relative;
}

.updates-sign-up-section .updates-sign-up__image img {
	margin: 0 auto;
}

.updates-sign-up-section .updates-sign-up__image .updates-sign-up-form-container {
	position: absolute;
	height: 250px;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 1007px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color: #e7e7e8;
	display: none;
	padding: 20px;
}

@media only screen and (min-width: 769px) {
	.updates-sign-up-section .updates-sign-up__image .updates-sign-up-form-container {
		padding: 20px 40px;
	}
}

@media only screen and (min-width: 1200px) {
	.updates-sign-up-section .updates-sign-up__image .updates-sign-up-form-container {
		height: 100%;
	}
}

@media only screen and (min-width: 1025px) {
	.updates-sign-up-section .updates-sign-up__image .updates-sign-up-form-container {
		padding: 20px 60px;
	}
}

.updates-sign-up-section .updates-sign-up__image .updates-sign-up-form-container form {
	text-align: center;
}

.updates-sign-up-section .updates-sign-up__image .updates-sign-up__image-button {
	position: absolute;
	width: 100%;
	bottom: -15px;
	text-align: center;
}

.news-slider-section {
	background-color: #fff;
	padding: 0 20px 80px 20px;
	position: relative;
}

@media only screen and (min-width: 1025px) {
	.news-slider-section {
		padding: 0 90px 80px 90px;
	}
}

.news-slider-section .news-slider-grey-bg {
	background-color: #e7e7e8;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 95%;
	width: 100%;
}

@media only screen and (min-width: 1025px) {
	.news-slider-section .news-slider {
		display: flex;
		align-items: flex-end;
	}
}

.news-slider-section .news-slider__image {
	padding-left: 0;
	padding-right: 40px;
}

@media only screen and (min-width: 769px) {
	.news-slider-section .news-slider__image {
		padding: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.news-slider-section .news-slider__image {
		padding-left: 0;
		padding-right: 100px;
	}
}

.news-slider-section .news-slider__image .slider__item {
	position: relative;
	display: block;
}

@media only screen and (min-width: 700px)and (max-width: 1024px) {
	.news-slider-section .news-slider__image .slider__item {
		max-width: 60%;
	}
}

.news-slider-section .news-slider__image .slider__item a.slider__image {
	display: block;
	padding-top: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.news-slider-section .news-slider__info {
	padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
	.news-slider-section .news-slider__info {
		padding-top: 40px;
	}
}

.news-slider-section .news-slider__info h2, .news-slider-section .news-slider__info h4 {
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #181919;
}

@media only screen and (max-width: 600px) {
	.news-slider-section .news-slider__info h2 {
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1.5;
	}
}

.news-slider-section .news-slider__info p {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
	margin-bottom: 40px;
}

@media only screen and (min-width: 600px) {
	.news-slider-section .news-slider__info p {
		padding-right: 90px;
	}
}

.news-slider-section .news-slider-navigation-buttons {
	position: absolute;
	right: -40px;
	top: 60%;
	display: flex;
}

.masthead .masthead__container {
	min-height: auto;
	padding: 100px 25px 50px;
	text-align: center;
	text-align: center;
	background-color: #010205;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

@media only screen and (min-width: 600px) {
	.masthead .masthead__container {
		text-align: left;
	}
}

@media only screen and (min-width: 1025px) {
	.masthead .masthead__container {
		min-height: 800px;
		padding: 100px 25px 20px;
	}
}

.masthead .masthead__container h1 {
	margin: auto auto 20px;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.6;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
	.masthead .masthead__container h1 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.6;
	}
}

@media only screen and (min-width: 1025px) {
	.masthead .masthead__container h1 {
		font-size: 37px;
		font-size: 2.3125rem;
	}
}

.masthead .masthead__container p {
	max-width: 800px;
	margin: 0 auto 40px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
}

@media only screen and (min-width: 600px) {
	.masthead .masthead__container p {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.4;
	}
}

@media only screen and (min-width: 1025px) {
	.masthead .masthead__container p {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.4;
	}
}

.masthead .masthead__container--solutions, .masthead .masthead__container--product, .masthead .masthead__container--customers, .masthead .masthead__container--pricing {
	text-align: center;
}

@media only screen and (min-width: 1025px) {
	.masthead .masthead__container--solutions, .masthead .masthead__container--product, .masthead .masthead__container--customers, .masthead .masthead__container--pricing {
		padding-top: 150px;
		min-height: 650px;
	}
}

.masthead .masthead__container a.btn-default {
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.6;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
}

.masthead .masthead__container--solutions h1, .masthead .masthead__container--product h1 {
	color: #181919;
}

.masthead .masthead__container--solutions a.btn-default, .masthead .masthead__container--product a.btn-default {
	color: #404040;
	border-color: #404040;
}

.masthead .masthead__container--solutions a.btn-default:hover, .masthead .masthead__container--product a.btn-default:hover {
	color: #fff;
	background-color: #404040;
}

@media only screen and (min-width: 1025px) {
	.masthead .masthead__container--solutions {
		padding-top: 250px;
	}
}

.masthead .masthead__container--customers h1, .masthead .masthead__container--customers p, .masthead .masthead__container--pricing h1, .masthead .masthead__container--pricing p {
	color: #fff;
}

.masthead .masthead__container--customers a.btn-default, .masthead .masthead__container--pricing a.btn-default {
	color: #fff;
	border-color: #fff;
}

.masthead .masthead__container--customers a.btn-default:hover, .masthead .masthead__container--pricing a.btn-default:hover {
	color: #404040;
	background-color: #fff;
	opacity: .7;
}

.masthead .masthead__container--pricing {
	min-height: 500px;
	max-height: 500px;
}

.page-title {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.profiles {
	background: #fff;
}

.profiles .section-title {
	text-align: center;
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 1.6;
	text-transform: uppercase;
	font-weight: bold;
	margin: 2.875rem 0;
}

@media only screen and (max-width: 600px) {
	.profiles .section-title {
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1.5;
	}
}

.profiles .profiles__panels {
	padding: 0 1.875rem;
}

@media only screen and (min-width: 400px) {
	.profiles .profiles__panels {
		padding: 0 2.5rem;
	}
}

@media only screen and (min-width: 1025px) {
	.profiles .profiles__panels {
		padding: 0 4.375rem;
	}
}

.profiles .tab-tile {
	width: calc(( 100% - 20px ) / 3);
	margin-right: 10px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
	.profiles .tab-tile:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1025px) {
	.profiles .tab-tile {
		width: calc(( 100% - 10px ) / 2);
	}
	
	.profiles .tab-tile:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 600px) {
	.profiles .tab-tile {
		width: 100%;
		margin-right: 0;
	}
}

.profiles .profiles__panel {
	background: #919296;
	position: relative;
}

@media all and (-ms-high-contrast: none) {
	.profiles .profiles__panel {
		display: block;
	}
}

.profiles .profiles__panel .profiles__colour-bar {
	width: 40px;
	position: absolute;
	min-width: 40px;
	max-width: 40px;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	background: none;
}

@media all and (-ms-high-contrast: none) {
	.profiles .profiles__panel .profiles__colour-bar {
		display: block;
		width: 100%;
	}
}

.profiles .profiles__panel .profiles__colour-bar--blue {
	background: #778a9d;
}

.profiles .profiles__panel .profiles__colour-bar--yellow {
	background: #f5be63;
}

.profiles .profiles__panel .profiles__colour-bar--pink {
	background: #d7bec1;
}

.profiles .profiles__panel .profiles__colour-bar .profiles__colour-bar--darker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: none;
	transition: all .5s ease-in-out;
}

@media all and (-ms-high-contrast: none) {
	.profiles .profiles__panel .profiles__colour-bar .profiles__colour-bar--darker {
		display: none;
	}
}

.profiles .profiles__panel .profiles__colour-bar .profiles__colour-bar--darker--blue {
	background: #485765;
}

.profiles .profiles__panel .profiles__colour-bar .profiles__colour-bar--darker--yellow {
	background: #e3930e;
}

.profiles .profiles__panel .profiles__colour-bar .profiles__colour-bar--darker--pink {
	background: hsl(352.8, 23.8095238095%, 59.4117647059%);
}

.profiles .profiles__panel .profiles__colour-bar .profiles__colour-bar--darker.active {
	height: 100%;
}

.profiles .profiles__panel .profiles__colour-bar .profiles__marker {
	width: 100%;
	height: 40px;
	background: #231f20;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	cursor: pointer;
	transition: all .3s ease;
}

.profiles .profiles__panel .profiles__colour-bar .profiles__marker:hover {
	background-color: #f5be63;
}

.profiles .profiles__panel .profiles__colour-bar .profiles__marker:hover .profiles__marker-inner span {
	background: #000;
}

@media all and (-ms-high-contrast: none) {
	.profiles .profiles__panel .profiles__colour-bar .profiles__marker {
		width: 40px;
	}
}

.profiles .profiles__panel .profiles__colour-bar .profiles__marker.active .profiles__marker-inner {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.profiles .profiles__panel .profiles__colour-bar .profiles__marker .profiles__marker-inner {
	position: absolute;
	top: 20px;
	left: 20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.profiles .profiles__panel .profiles__colour-bar .profiles__marker span {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.profiles .profiles__panel .profiles__colour-bar .profiles__marker span:first-of-type {
	width: 1.25rem;
	height: .125rem;
}

.profiles .profiles__panel .profiles__colour-bar .profiles__marker span:last-of-type {
	height: 1.25rem;
	width: .125rem;
}

.profiles .profiles__panel .profiles__img {
	max-width: calc(100% + 40px);
	padding-top: 100%;
	height: 0;
	width: 100%;
	background-size: cover;
}

@media all and (-ms-high-contrast: none) {
	.profiles .profiles__panel .profiles__img {
		display: block;
		max-width: 100%;
	}
}

.profiles .profiles__panel .profiles__info {
	position: absolute;
	top: 0;
	left: 40px;
	width: calc(100% - 40px);
	height: 100%;
	padding: 24px 26px;
}

.profiles .profiles__panel .profiles__info .profiles__info-text {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.125rem;
	font-family: "Source Sans Pro", sans-serif;
	position: relative;
	z-index: 0;
}

@media only screen and (min-width: 1025px) {
	.profiles .profiles__panel .profiles__info .profiles__info-text {
		margin-right: 2.5rem;
	}
}

.profiles .profiles__panel .profiles__info .profiles__info-text--header {
	font-weight: bold;
}

.profiles .profiles__panel .profiles__info::before {
	content: "";
	position: absolute;
	top: 0;
	left: -40px;
	width: calc(100% + 40px);
	height: 30%;
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.profiles .profiles__panel .profiles__bio {
	position: absolute;
	background-color: #000;
	padding: 0;
	width: 0;
	height: 100%;
	left: 0px;
	top: 0;
	transition: all .5s ease-in-out;
	overflow: scroll;
	color: #fff;
}

.profiles .profiles__panel .profiles__bio--blue {
	background: rgba(119, 138, 157, .95);
}

.profiles .profiles__panel .profiles__bio--yellow {
	background: rgba(245, 190, 99, .95);
}

.profiles .profiles__panel .profiles__bio--pink {
	background: rgba(215, 190, 193, .95);
}

.profiles .profiles__panel .profiles__bio p {
	display: none;
}

.profiles .profiles__panel .profiles__bio.active {
	width: 100%;
	padding: 40px 40px 40px 68px;
}

.profiles .profiles__panel .profiles__bio.active p {
	display: block;
}

.promo-section {
	text-align: center;
	background-color: #fff;
	padding: 30px 20px 90px 20px;
}

@media only screen and (min-width: 600px) {
	.promo-section {
		padding: 30px 90px 90px 90px;
	}
}

@media only screen and (min-width: 1025px) {
	.promo-section {
		padding: 90px 90px 180px 90px;
	}
}

.sub-nav+.promo-section {
	padding-top: 0;
	padding-bottom: 0;
}

.masthead .promo-section {
	padding-bottom: 0;
}

.promo-section--seamless {
	padding-top: 0;
}

.promo-section h1 {
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.promo-section h1 {
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 1025px) {
	.promo-section h1 {
		padding-bottom: 50px;
	}
}

.promo-section .promo__content-block-container {
	min-height: 620px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.promo-section .promo__content-block-container .promo__card-container {
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.promo-section .promo__content-block-container .promo__card-container {
		right: 0;
		left: 0;
	}
}

.promo-section .promo__content-block-container .promo__card-container.left {
	flex-direction: row-reverse;
}

@media only screen and (min-width: 1025px) {
	.promo-section .promo__content-block-container .promo__card-container.left {
		left: -40px;
	}
}

@media only screen and (min-width: 1025px) {
	.promo-section .promo__content-block-container .promo__card-container.right {
		right: -40px;
	}
}

.promo-section .promo__content-block-container .promo__card-container .promo__card {
	background-color: #fff;
	padding: 25px;
	text-align: left;
	width: 100%;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card.nopopup {
	margin-bottom: -30%;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card.popup {
	margin-bottom: 0%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

@media only screen and (min-width: 1025px) {
	.promo-section .promo__content-block-container .promo__card-container .promo__card {
		max-width: 495px;
		padding: 65px;
	}
}

.promo-section .promo__content-block-container .promo__card-container .promo__card h2 {
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #181919;
	font-weight: 700;
}

@media only screen and (max-width: 600px) {
	.promo-section .promo__content-block-container .promo__card-container .promo__card h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.0526315789;
	}
}

.promo-section .promo__content-block-container .promo__card-container .promo__card p {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
	.promo-section .promo__content-block-container .promo__card-container .promo__card p {
		padding-right: 90px;
	}
}

.promo-section .promo__content-block-container .promo__card-container .promo__card.blue {
	background-color: #778a9d;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card.blue h2, .promo-section .promo__content-block-container .promo__card-container .promo__card.blue p {
	color: #fff;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card-colour-bar {
	width: 40px;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card-colour-bar .promo__card-colour-bar-cap {
	width: 2.5rem;
	height: 2.5rem;
	background: #231f20;
	float: left;
	position: relative;
	transform-style: preserve-3d;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card-colour-bar .promo__card-colour-bar-cap span {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.promo-section .promo__content-block-container .promo__card-container .promo__card-colour-bar .promo__card-colour-bar-cap span:first-of-type {
	width: 1.25rem;
	height: .125rem;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card-colour-bar .promo__card-colour-bar-cap span:last-of-type {
	height: 1.25rem;
	width: .125rem;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card-colour-bar.pink {
	background-color: #d7bec1;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card-colour-bar.blue {
	background-color: #778a9d;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card-colour-bar.orange {
	background-color: #f5be63;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card-colour-bar.gray {
	background-color: #919296;
}

.promo-section .promo__content-block-container .promo__card-container .promo__card-colour-bar.dark-gray {
	background-color: #313333;
}

.products-solutions-customers-sub-nav.sub-nav {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4285714286;
	margin-top: 3.75rem;
	background: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	flex-direction: row;
	padding: 0 0 1.875rem;
}

@media only screen and (min-width: 1025px) {
	.products-solutions-customers-sub-nav.sub-nav {
		padding: 2.6875rem 0;
		margin: 0;
	}
}

.products-solutions-customers-sub-nav.sub-nav a {
	break-after: always;
	padding: 1.25rem 1.25rem 0;
	font-weight: bold;
}

@media only screen and (min-width: 1025px) {
	.products-solutions-customers-sub-nav.sub-nav a {
		padding: 0 1.25rem;
	}
}

.products-solutions-customers-sub-nav.sub-nav a svg {
	fill: #181919;
	margin-left: .25rem;
}

.products-solutions-customers-sub-nav.sub-nav a:hover {
	color: #f5be63;
}

.products-solutions-customers-sub-nav.sub-nav a svg {
	fill: #f5be63;
}

.bg-image--scale--wrapper {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	min-height: 620px;
}

.bg-image--scale {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all ease 3.5s;
	-moz-transition: all ease 3.5s;
	transition: all ease 3.5s;
}

.bg-image--scale.scale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease 3.5s;
	-moz-transition: all ease 3.5s;
	transition: all ease 3.5s;
}

.main-wrapper {
	-webkit-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
}

.main-wrapper.add-margin {
	margin-top: 65px;
}

.update-alert-pop-up__container {
	height: 0;
	opacity: 0;
	background-color: #000;
	width: 100%;
	text-align: center;
	-webkit-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
	position: fixed;
	z-index: 999;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.update-alert-pop-up__container.slide-down {
	height: 65px;
	opacity: 1;
}

.update-alert-pop-up__container .update-alert-pop-up {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.update-alert-pop-up__container .update-alert-pop-up h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
}

.update-alert-pop-up__container .update-alert-pop-up p, .update-alert-pop-up__container .update-alert-pop-up .button-container {
	padding: 0 7px;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	display: none;
}

.update-alert-pop-up__container .update-alert-pop-up p, .update-alert-pop-up__container .update-alert-pop-up h4 {
	color: #fff;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.global-header--desktop.sticky-active .update-alert-pop-up__container {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.cookie-consent {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	padding: 30px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	background-color: #fff;
	z-index: 5000;
}

.cookie-consent__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1800px;
	margin: auto;
}

@media (min-width: 1200px) {
	.cookie-consent__content {
		justify-content: flex-start;
	}
}

.cookie-consent__logo, .cookie-consent__text, .cookie-consent__button {
	width: 100%;
	padding: 0 16px;
}

@media (min-width: 1200px) {
	.cookie-consent__logo, .cookie-consent__text, .cookie-consent__button {
		width: auto;
	}
}

.cookie-consent__logo {
	display: none;
	margin: auto auto 16px auto;
}

@media (min-width: 1200px) {
	.cookie-consent__logo {
		display: block;
		max-width: 185px;
		margin: 0;
	}
}

.cookie-consent__logo img {
	display: block;
	width: 100%;
	max-width: 150px;
	height: auto;
	margin: auto;
}

.cookie-consent__text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
	text-align: center;
}

@media (min-width: 1200px) {
	.cookie-consent__text {
		max-width: 1000px;
		max-width: calc(100% - 425px);
		margin-bottom: 0;
		text-align: left;
	}
}

.cookie-consent__text h3, .cookie-consent__text .content {
	width: 100%;
	margin: 0;
}

@media (min-width: 1200px) {
	.cookie-consent__text h3, .cookie-consent__text .content {
		padding: 0 16px;
	}
}

.cookie-consent__text h3 {
	color: #404040;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.cookie-consent__text h3 {
		max-width: 260px;
	}
}

.cookie-consent__text .content p, .cookie-consent__text .content a {
	color: #404040 !important;
	font-size: 14px;
}

.cookie-consent__text .content p {
	line-height: 20px;
}

.cookie-consent__text .content a {
	text-decoration: underline;
}

@media (min-width: 1200px) {
	.cookie-consent__text .content {
		max-width: calc(100% - 260px);
	}
}

.cookie-consent__button {
	height: 36px;
}

.cookie-consent__button button {
	width: 100%;
}

@media (min-width: 1200px) {
	.cookie-consent__button {
		max-width: 240px;
	}
}

.browser-upgrade {
	text-align: center;
	padding: 12px;
	top: 76px;
	z-index: 2;
	position: relative;
	width: 100%;
	background: #ca0404;
	color: #fff;
	font-size: 14px;
}

.browser-upgrade p {
	margin-bottom: 0;
	font-weight: bold;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.browser-upgrade a {
	text-decoration: underline;
	color: inherit;
}

.main-wrapper {
	background-image: none !important;
}

.main-wrapper.nitro-lazy {
	background-image: none !important;
}

.masthead {
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

.masthead.front-page {
	background-image: none;
}

.masthead.front-page.nitro-lazy {
	background-image: none !important;
}

.global-header {
	background-color: #0a0a0a;
}

.global-header.home-page-header {
	background-color: rgba(10, 10, 10, .92);
}

.global-header a {
	display: block;
}

a.request-a-demo-link {
	display: inherit;
}

a.request-a-demo-link .request-a-demo-button {
	background-color: #f5be63;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #1a1a1a;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.3333333333;
}

.global-header-prenav .global-header {
	padding-bottom: 40px;
}

.global-header-prenav .request-a-demo-container {
	text-align: right;
	margin: 0 50px;
}

.global-header-prenav .global-header-logo {
	text-align: center;
	padding-top: 23px;
}

.global-header-prenav .global-header-logo img {
	width: 77px;
	width: 100%;
	height: 77px;
	margin: 0 auto;
}

.global-header-prenav--alpha .request-a-demo-container {
	margin-right: 0;
}

.global-header-nav .global-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.global-header-nav .global-header .mobile-header-request-a-demo {
	margin-left: auto;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4285714286;
	width: 100%;
}

.global-header-nav--alpha {
	position: absolute !important;
	top: 0;
	width: 100%;
}

.global-header--desktop {
	position: relative;
	z-index: 50;
}

.global-header--desktop.sticky-active .global-header-nav {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 999;
}

.global-header--desktop.sticky-active .global-header-nav .global-header {
	display: flex;
}

@media all and (-ms-high-contrast: none) {
	.global-header--desktop.sticky-active .global-header-nav .global-header {
		display: block;
	}
}

.global-header--desktop.sticky-active .global-header-nav .global-header>a {
	max-width: 150px;
	width: 100%;
	margin-right: 7px;
}

.global-header--desktop.sticky-active nav {
	flex: 1 1 auto;
}

@media all and (-ms-high-contrast: none) {
	.global-header--desktop.sticky-active .mobile-header-logo, .global-header--desktop.sticky-active nav, .global-header--desktop.sticky-active .request-a-demo-link {
		display: inline-block;
		vertical-align: middle;
	}
}

@media all and (-ms-high-contrast: none) {
	.global-header--desktop.sticky-active .request-a-demo-link {
		float: right;
	}
}

.global-header--desktop .global-header-nav {
	position: relative;
}

.global-header--desktop .global-header-nav .global-header {
	display: block;
}

.global-header--desktop .mobile-header-logo-a, .global-header--desktop .request-a-demo-link-sticky {
	display: none;
}

.global-header--desktop .mobile-header-logo-a.sticky-active, .global-header--desktop .request-a-demo-link-sticky.sticky-active {
	display: block;
}

@media all and (-ms-high-contrast: none) {
	.global-header--desktop .mobile-header-logo-a.sticky-active, .global-header--desktop .request-a-demo-link-sticky.sticky-active {
		display: inline-block;
	}
}

.global-header--desktop .global-header-logo a {
	display: inline-block;
}

.global-header--desktop a {
	line-height: 0;
}

@media all and (-ms-high-contrast: none) {
	.global-header--desktop a {
		display: inline-block;
	}
}

.global-header--desktop a.mobile-header-logo-a {
	padding: 0 20px;
}

.global-header--desktop a .mobile-header-logo {
	max-width: 35px;
	height: auto;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	line-height: 0;
}

.global-header--desktop nav {
	max-width: 986px;
	margin: 0 auto;
	transition: all .2s ease-in-out;
	width: 80%;
}

@media all and (-ms-high-contrast: none) {
	.global-header--desktop nav {
		text-align: center;
		margin: 0 auto;
	}
}

.global-header--desktop nav ul:first-child {
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media all and (-ms-high-contrast: none) {
	.global-header--desktop nav ul:first-child {
		display: block;
	}
}

.global-header--desktop nav ul:first-child#menu-soft-launch-menu {
	justify-content: center;
}

.global-header--desktop nav ul:first-child>li {
	display: block;
	text-transform: uppercase;
	color: #e7e7e8;
	position: relative;
	padding-top: 26px;
	padding-bottom: 22px;
	border-bottom: 4px solid #0a0a0a;
	-webkit-transition: border-color .5s ease;
	-moz-transition: border-color .5s ease;
	transition: border-color .5s ease;
}

.global-header--desktop nav ul:first-child>li:hover, .global-header--desktop nav ul:first-child>li.current-menu-item, .global-header--desktop nav ul:first-child>li.current_page_parent, .global-header--desktop nav ul:first-child>li.current-menu-ancestor {
	border-bottom: 4px solid #e6e7e8;
	-webkit-transition: border-color .5s ease;
	-moz-transition: border-color .5s ease;
	transition: border-color .5s ease;
}

.global-header--desktop nav ul:first-child>li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	z-index: 99999;
	pointer-events: auto;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

@media all and (-ms-high-contrast: none) {
	.global-header--desktop nav ul:first-child>li {
		display: inline-block;
		padding: 20px;
	}
}

.global-header--desktop nav ul:first-child>li a {
	color: #e7e7e8;
	display: block;
}

.global-header--desktop nav ul:first-child>li a:hover {
	color: #fff;
}

.global-header--desktop nav ul:first-child>li>.sub-menu {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 51px;
	padding: 20px 40px 40px;
	z-index: -1;
	text-align: left;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/menu-bg.jpg");
	background-position: bottom center;
	background-size: cover;
	box-shadow: 0 0 60px rgba(0, 0, 0, .3);
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.nitro-lazy {
	background-image: none !important;
}

.global-header--desktop nav ul:first-child>li>.sub-menu li.current-menu-item {
	font-weight: bold;
}

.global-header--desktop nav ul:first-child>li>.sub-menu li a {
	padding: 8px 0;
	margin: 15px 0;
	color: #000;
	min-width: 300px;
	width: 100%;
}

.global-header--desktop nav ul:first-child>li>.sub-menu a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-left: 2px solid rgba(0, 0, 0, 0);
}

.global-header--desktop nav ul:first-child>li>.sub-menu a:hover {
	padding-left: 10px;
	border-left: 2px solid #f5be63;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented {
	display: flex;
	justify-content: space-between;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented {
	min-width: 100px;
	margin-right: 30px;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented a {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	color: #f5be63;
	text-transform: uppercase;
	font-weight: bold;
	pointer-events: none;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu {
	margin-left: 0;
	display: block;
	opacity: 1;
	z-index: 99999;
	pointer-events: auto;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li a {
	padding: 8px 0;
	margin: 15px 0;
	color: #000;
	color: #000;
	min-width: 250px;
	width: 100%;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	pointer-events: initial;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-left: 2px solid rgba(0, 0, 0, 0);
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu a::before {
	content: none;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu a:hover {
	padding-left: 10px;
	border-left: 2px solid #f5be63;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li.current-menu-item>a {
	font-weight: bold !important;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li.current-menu-ancestor {
	text-decoration: none;
	font-weight: normal;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li.current-menu-ancestor.current-menu-item>a {
	font-weight: bold !important;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li .sub-menu {
	margin-left: 20px;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li .sub-menu li {
	position: relative;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li .sub-menu li.current-menu-item>a {
	font-weight: bold !important;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li .sub-menu li a {
	margin-top: -5px;
	padding-left: 13px;
	border-left: none;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li .sub-menu li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background-color: #000;
	width: 8px;
	height: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li .sub-menu li a:hover {
	border-left: none;
	padding-left: 20px;
}

.global-header--desktop nav ul:first-child>li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li .sub-menu li a:hover::before {
	width: 13px;
	background-color: #f5be63;
}

.global-header--desktop nav ul:first-child>li>.sub-menu li .sub-menu {
	margin-left: 20px;
}

.global-header--desktop nav ul:first-child>li>.sub-menu li .sub-menu li {
	position: relative;
}

.global-header--desktop nav ul:first-child>li>.sub-menu li .sub-menu li a {
	margin-top: -5px;
	padding-left: 13px;
	border-left: none;
}

.global-header--desktop nav ul:first-child>li>.sub-menu li .sub-menu li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background-color: #000;
	width: 8px;
	height: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.global-header--desktop nav ul:first-child>li>.sub-menu li .sub-menu li a:hover {
	border-left: none;
	padding-left: 20px;
}

.global-header--desktop nav ul:first-child>li>.sub-menu li .sub-menu li a:hover::before {
	width: 13px;
	background-color: #f5be63;
}

.global-header--desktop nav ul:first-child#menu-soft-launch-menu {
	justify-content: center;
}

.global-header--desktop nav ul:first-child#menu-soft-launch-menu>li {
	margin-left: 5%;
	margin-right: 5%;
}

.global-header--mobile {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.global-header--mobile .global-header {
	align-items: center;
}

@media all and (-ms-high-contrast: none) {
	.global-header--mobile .global-header {
		padding: 10px;
	}
}

.global-header--mobile a {
	display: block;
	margin-left: 20px;
	cursor: pointer;
	pointer-events: auto;
}

@media all and (-ms-high-contrast: none) {
	.global-header--mobile a {
		margin-left: 0;
	}
}

.global-header--mobile a .mobile-header-logo {
	display: block;
	max-height: 40px;
	width: auto;
	height: 35px;
}

.global-header--mobile nav {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	padding: 20px 20px 40px;
	height: calc(100% - 60px);
	overflow-x: hidden;
	overflow-y: auto;
	pointer-events: auto;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/menu-bg.jpg");
	background-position: bottom center;
	background-size: cover;
}

.global-header--mobile nav.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width: 1025px) {
	.global-header--mobile nav {
		width: 375px;
		right: 0;
		left: unset;
		box-shadow: 0 0 40px rgba(100, 100, 100, .2);
	}
}

.global-header--mobile nav li {
	text-transform: uppercase;
	padding: 10px 0;
	color: #1a1a1a;
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 1.6;
	border-bottom: 1px solid #1a1a1a;
}

.global-header--mobile nav li.menu-item-has-children {
	position: relative;
}

.global-header--mobile nav li.menu-item-has-children a {
	pointer-events: none;
}

.global-header--mobile nav li.menu-item-has-children:after {
	content: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/sub-menu-down-chevron.png");
	position: absolute;
	right: 0;
	height: 40px;
	padding: 0 10px;
	z-index: 999;
	top: 0;
}

.global-header--mobile nav li.menu-item-has-children.current-menu-ancestor {
	font-weight: bold;
}

.global-header--mobile nav li a {
	color: #1a1a1a;
}

.global-header--mobile nav li>.sub-menu {
	display: none;
	padding: 40px 10px 40px 0;
}

@media only screen and (max-width: 1024px) {
	.global-header--mobile nav li>.sub-menu {
		padding: 0 10px 0 0;
	}
}

@media only screen and (max-width: 1024px) {
	.global-header--mobile nav li>.sub-menu li {
		border: none;
	}
}

.global-header--mobile nav li>.sub-menu li a {
	pointer-events: all;
	color: #666;
}

@media only screen and (min-width: 1025px) {
	.global-header--mobile nav li>.sub-menu li a {
		padding: 15px 0;
		color: #fff;
	}
}

.global-header--mobile nav li>.sub-menu.parent-segmented .menu-segmented a {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	color: #f5be63;
	text-transform: uppercase;
	font-weight: bold;
	pointer-events: none;
	padding-bottom: 5px;
	padding-left: 0;
	margin-left: 0px;
}

.global-header--mobile nav li>.sub-menu.parent-segmented .menu-segmented:after {
	content: "";
}

.global-header--mobile nav li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li {
	padding: 5px 0;
	padding-left: 0;
}

.global-header--mobile nav li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li.current-menu-item a {
	text-decoration: underline;
}

.global-header--mobile nav li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li.menu-item-has-children {
	margin-left: 0;
}

.global-header--mobile nav li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li.menu-item-has-children::after {
	content: none !important;
}

.global-header--mobile nav li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li.menu-item-has-children>.sub-menu li {
	position: relative;
	padding-left: 15px;
	color: red;
}

.global-header--mobile nav li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li.menu-item-has-children>.sub-menu li a {
	margin-top: -5px;
	padding-left: 13px;
	border-left: none;
}

.global-header--mobile nav li>.sub-menu.parent-segmented .menu-segmented>.sub-menu li a {
	pointer-events: initial;
	color: #000;
	color: #666;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-left: 0;
	margin-left: 5px;
}

.global-header--mobile nav li.submenu-active>.sub-menu {
	display: block;
}

.global-header--mobile nav li.current-menu-item {
	font-weight: bold;
}

.global-header--mobile nav li.menu-item-has-children li {
	padding-left: 0;
	margin-left: 5px;
}

.global-header--mobile nav li.menu-item-has-children>.sub-menu {
	margin-left: 0px;
}

.global-header--mobile nav li.menu-item-has-children>.sub-menu::after {
	content: none !important;
}

.global-header--mobile nav li.menu-item-has-children>.sub-menu li {
	position: relative;
	padding-left: 15px;
}

.global-header--mobile nav li.menu-item-has-children>.sub-menu li a {
	margin-top: -5px;
	border-left: none;
	margin-left: 0px;
}

.global-header--mobile nav li.menu-item-has-children>.sub-menu li>.sub-menu {
	margin-left: 5px;
}

.global-header--mobile nav li.menu-item-has-children>.sub-menu li>.sub-menu::after {
	content: none !important;
}

.global-header--mobile nav li.menu-item-has-children.submenu-active:after {
	content: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/sub-menu-up-chevron.png");
}

.global-header--mobile nav li.menu-item-has-children.submenu-active>.sub-menu:after {
	content: none !important;
}

.global-header--mobile nav li.menu-item-has-children.submenu-active>.sub-menu li:after {
	content: none !important;
}

.global-header--mobile nav ul.request-a-demo-link-ul {
	padding-bottom: 50px;
	margin-top: 20px;
}

.global-header--mobile nav ul.request-a-demo-link-ul li {
	border-bottom: none;
	text-align: center;
}

.global-header--mobile nav ul.request-a-demo-link-ul li a {
	background-color: #f5be63;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #1a1a1a;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.3333333333;
	margin: 0;
}

.global-header--mobile .mobile-nav-hamburger {
	width: 30px;
	height: 55px;
	position: relative;
	right: 20px;
	top: 17px;
	cursor: pointer;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	pointer-events: auto;
}

@media all and (-ms-high-contrast: none) {
	.global-header--mobile .mobile-nav-hamburger {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
	}
}

.global-header--mobile .mobile-nav-hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #e6e7e8;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.global-header--mobile .mobile-nav-hamburger span:nth-child(1) {
	top: 0px;
}

.global-header--mobile .mobile-nav-hamburger span:nth-child(2), .global-header--mobile .mobile-nav-hamburger span:nth-child(3) {
	top: 9px;
}

.global-header--mobile .mobile-nav-hamburger span:nth-child(4) {
	top: 18px;
}

.global-header--mobile .mobile-nav-hamburger.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.global-header--mobile .mobile-nav-hamburger.open span:nth-child(2) {
	transform: rotate(45deg);
}

.global-header--mobile .mobile-nav-hamburger.open span:nth-child(3) {
	transform: rotate(-45deg);
}

.global-header--mobile .mobile-nav-hamburger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.footer {
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .footer-awards-section {
	background-color: #181919;
	padding: 40px 7%;
}

.footer .footer-awards-section h2 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	color: #e6e7e8;
}

.footer .footer-awards-section .footer-awards {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer .footer-awards-section .footer-awards .footer-award-image {
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
}

@media (min-width: 768px) {
	.footer .footer-awards-section .footer-awards .footer-award-image {
		flex: 0 0 33.3333333%;
		width: 33.3333333%;
		max-width: 33.3333333%;
	}
}

@media (min-width: 992px) {
	.footer .footer-awards-section .footer-awards .footer-award-image {
		flex: 0 0 20%;
		width: 20%;
		max-width: 20%;
	}
}

@media only screen and (max-width: 1024px) {
	.footer .footer-awards-section .footer-awards .footer-award-image {
		margin-bottom: 40px;
	}
}

.footer .footer-awards-section .footer-awards .footer-award-image img {
	margin: 0 auto;
	max-width: 125px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.footer .footer-awards-section .footer-awards .footer-award-image.footer-award-image--portrait img {
	max-width: 80px;
}

.footer .footer-main-section {
	background-color: #231f20;
	padding: 80px 60px 60px 60px;
}

@media only screen and (min-width: 1025px) {
	.footer .footer-main-section {
		padding: 120px 115px 60px 115px;
	}
}

.footer .footer-main-section .footer-main-locations {
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}

@media only screen and (min-width: 1440px) {
	.footer .footer-main-section .footer-main-locations {
		padding: 0 0 0 17%;
	}
}

@media only screen and (max-width: 1024px) {
	.footer .footer-main-section .footer-main-locations {
		text-align: center;
	}
}

@media all and (-ms-high-contrast: none) {
	.footer .footer-main-section .footer-main-locations {
		padding: 0;
	}
}

.footer .footer-main-section .footer-main-locations .col {
	flex: 1 1 0px;
}

@media only screen and (max-width: 1024px) {
	.footer .footer-main-section .footer-main-locations .col {
		flex: 0 0 100%;
	}
}

.footer .footer-main-section .footer-main-locations h3 {
	text-transform: uppercase;
	color: #ccc;
	font-size: 27px;
	font-size: 1.6875rem;
	line-height: 1.4814814815;
	font-weight: 600;
}

.footer .footer-main-section .footer-main-legal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 70px;
	flex-direction: column;
}

@media only screen and (min-width: 1025px) {
	.footer .footer-main-section .footer-main-legal {
		flex-direction: row;
	}
}

@media all and (-ms-high-contrast: none) {
	.footer .footer-main-section .footer-main-legal {
		display: block;
	}
}

.footer .footer-main-section .footer-main-legal .footer-main-legal__logo {
	width: 100%;
	max-width: 55px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 600px) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__logo {
		max-width: 55px;
	}
}

@media only screen and (min-width: 1025px) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__logo {
		max-width: 40px;
		margin-right: 60px;
		margin-bottom: 0;
	}
}

@media all and (-ms-high-contrast: none) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__logo {
		display: block;
	}
}

@media all and (-ms-high-contrast: none) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__logo img {
		display: inline;
	}
}

.footer .footer-main-section .footer-main-legal .footer-main-legal__links {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 1025px) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__links {
		flex-direction: row;
	}
}

@media all and (-ms-high-contrast: none) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__links {
		display: block;
		margin-bottom: 40px;
	}
}

.footer .footer-main-section .footer-main-legal .footer-main-legal__links ul {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__links ul {
		align-items: center;
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 1025px) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__links ul {
		flex-direction: row;
	}
}

@media all and (-ms-high-contrast: none) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__links ul {
		display: block;
	}
}

@media only screen and (min-width: 1025px) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__links ul:first-child {
		margin-right: 20px;
	}
}

.footer .footer-main-section .footer-main-legal .footer-main-legal__links ul li, .footer .footer-main-section .footer-main-legal .footer-main-legal__links ul li a {
	text-transform: uppercase;
	text-align: center;
	color: #ccc;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.5384615385;
	font-weight: 600;
}

@media only screen and (min-width: 1025px) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__links ul li, .footer .footer-main-section .footer-main-legal .footer-main-legal__links ul li a {
		padding: 8px 20px;
	}
}

@media all and (-ms-high-contrast: none) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__links ul li, .footer .footer-main-section .footer-main-legal .footer-main-legal__links ul li a {
		display: inline-block;
		margin-right: 10px;
	}
}

.footer .footer-main-section .footer-main-legal .footer-main-legal__links ul a:hover {
	color: #999;
}

.footer .footer-main-section .footer-main-legal .footer-main-legal__social-media {
	color: #ccc;
	font-size: 27px;
	font-size: 1.6875rem;
	line-height: 1.4814814815;
	display: flex;
}

@media only screen and (min-width: 1025px) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__social-media {
		margin-left: auto;
	}
}

@media all and (-ms-high-contrast: none) {
	.footer .footer-main-section .footer-main-legal .footer-main-legal__social-media {
		display: block;
	}
}

.footer .footer-main-section .footer-main-legal .footer-main-legal__social-media a {
	color: #ccc;
}

.footer .footer-main-section .footer-main-legal .footer-main-legal__social-media div {
	display: inline-block;
	margin-right: 20px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

.footer .footer-main-section .footer-main-legal .footer-main-legal__social-media div:last-child {
	margin-right: 0;
}

.footer .footer-main-section .footer-main-legal .footer-main-legal__social-media div:hover {
	opacity: .6;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

.osano-cm-button--type_deny, .osano-cm-button--type_denyAll {
	display: none;
}

.osano-cm-dialog--type_bar {
	box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .66);
}

div.osano-cm-dialog__buttons.osano-cm-buttons {
	display: flex;
	flex-flow: column;
}

.osano-cm-button--type_accept {
	order: 1;
}

.osano-cm-button--type_accept-all {
	order: 2;
}

.osano-cm-button--type_manage {
	order: 3;
}

.osano-cm-button--type_accept, .osano-cm-button--type_accept-all {
	padding: .5em .75em;
	color: #000;
	background-color: #f3bd63;
	border-radius: 0px;
	border: 1px solid #f3bd63;
	font-size: 1em;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}

.osano-cm-button--type_manage {
	padding: .5em .75em;
	color: #fff;
	background-color: #000;
	border-radius: 0px;
	border: 1px solid #fff;
	font-size: 1em;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}

.osano-cm-widget {
	display: none;
}

.single-post .breadcrumbs {
	text-transform: uppercase;
	color: #1a1a1a;
}

@media only screen and (max-width: 768px) {
	.single-post .breadcrumbs {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.single-post .breadcrumbs span[property=itemListElement] {
		display: block;
		margin-bottom: -4px;
		margin-top: -4px;
	}
}

.breadcrumb-items__separator {
	margin: 0 5px;
}

.breadcrumb-items__separator:first-child {
	display: none;
}

.gt-ie9 .with-select-styling {
	position: relative;
}

.gt-ie9 .with-select-styling:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 0;
	width: 0;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #404040;
	pointer-events: none;
}

.gt-ie9 .with-select-styling select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding-right: 40px;
}

.gt-ie9 .with-select-styling select::-ms-expand {
	display: none;
}

.gform_wrapper .gfield_label {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	text-transform: uppercase;
	font-weight: 600;
}

.gform_wrapper .terms .gfield_label {
	display: none;
}

.gform_wrapper .gfield_html a {
	text-decoration: underline;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper textarea, .gform_wrapper select {
	padding: 10px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gform_wrapper .gfield_checkbox {
	margin-top: 30px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
}

.gform_wrapper .gfield_checkbox input {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.gform_wrapper .gfield_checkbox input:focus+label:before {
	outline: 1px dotted;
}

.gform_wrapper .gfield_checkbox .gfield_label {
	display: none;
}

.gform_wrapper .gfield_checkbox label {
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding-left: 30px;
}

.gform_wrapper .gfield_checkbox label:before {
	background-color: #e7e7e8;
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	margin-right: 10px;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	width: 20px;
	position: absolute;
	left: 0;
}

.gform_wrapper .gfield_checkbox input:checked+label:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "";
	color: #1a1a1a;
}

.gform_wrapper input[type=submit] {
	text-transform: uppercase;
	width: auto;
	max-width: 140px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 600;
	padding: 8px 40px;
	margin-top: 50px;
}

.gform_wrapper .ginput_container {
	margin-top: 10px;
}

.gform_wrapper select {
	position: relative;
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 50px;
}

.gform_wrapper.contact-gravity-form_wrapper input[type=text], .gform_wrapper.contact-gravity-form_wrapper select, .gform_wrapper.request-a-demo-gravity-form_wrapper input[type=text], .gform_wrapper.request-a-demo-gravity-form_wrapper select {
	height: 50px;
}

@media only screen and (min-width: 1025px) {
	.gform_wrapper.contact-gravity-form_wrapper .gform_fields, .gform_wrapper.request-a-demo-gravity-form_wrapper .gform_fields {
		float: left;
		width: 50%;
	}
}

@media only screen and (min-width: 1025px) {
	.gform_wrapper.contact-gravity-form_wrapper .gform_fields:first-child, .gform_wrapper.request-a-demo-gravity-form_wrapper .gform_fields:first-child {
		padding-right: 20px;
	}
}

@media only screen and (min-width: 1025px) {
	.gform_wrapper.contact-gravity-form_wrapper .gform_fields:last-child, .gform_wrapper.request-a-demo-gravity-form_wrapper .gform_fields:last-child {
		padding-left: 20px;
	}
}

.gform_wrapper.contact-gravity-form_wrapper input[type=submit], .gform_wrapper.request-a-demo-gravity-form_wrapper input[type=submit] {
	float: right;
}

.gform_wrapper.contact-gravity-form_wrapper .gfield_label {
	color: #1a1a1a;
}

.gform_wrapper.contact-gravity-form_wrapper input[type=text], .gform_wrapper.contact-gravity-form_wrapper textarea, .gform_wrapper.contact-gravity-form_wrapper select {
	background-color: #e7e7e8;
}

.gform_wrapper.contact-gravity-form_wrapper select {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/select-down-chevron.png");
}

.gform_wrapper.contact-gravity-form_wrapper select.nitro-lazy {
	background-image: none !important;
}

@media all and (-ms-high-contrast: none) {
	.gform_wrapper.contact-gravity-form_wrapper select {
		background-image: none;
	}
	
	.gform_wrapper.contact-gravity-form_wrapper select.nitro-lazy {
		background-image: none !important;
	}
}

.gform_wrapper.contact-gravity-form_wrapper input[type=submit] {
	background-color: #231f20;
	color: #fff;
}

.gform_wrapper.request-a-demo-gravity-form_wrapper .gfield_label {
	color: #fff;
}

.gform_wrapper.request-a-demo-gravity-form_wrapper input[type=text], .gform_wrapper.request-a-demo-gravity-form_wrapper textarea, .gform_wrapper.request-a-demo-gravity-form_wrapper select {
	background-color: #252525;
	color: #fff;
}

.gform_wrapper.request-a-demo-gravity-form_wrapper select {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/select-down-chevron-white.png");
	color: #fff;
}

.gform_wrapper.request-a-demo-gravity-form_wrapper select.nitro-lazy {
	background-image: none !important;
}

@media all and (-ms-high-contrast: none) {
	.gform_wrapper.request-a-demo-gravity-form_wrapper select {
		background-image: none;
	}
	
	.gform_wrapper.request-a-demo-gravity-form_wrapper select.nitro-lazy {
		background-image: none !important;
	}
}

.gform_wrapper.request-a-demo-gravity-form_wrapper input[type=submit] {
	background-color: #fff;
	color: #231f20;
}

.gform_wrapper.request-a-demo-gravity-form_wrapper .gfield_checkbox {
	color: #fff;
}

.gform_wrapper.signup-gravity-form_wrapper input[type=text], .gform_wrapper.signup-gravity-form_wrapper select {
	height: 35px;
}

.gform_wrapper.signup-gravity-form_wrapper .gfield_label {
	color: #1a1a1a;
}

.gform_wrapper.signup-gravity-form_wrapper input[type=text], .gform_wrapper.signup-gravity-form_wrapper textarea, .gform_wrapper.signup-gravity-form_wrapper select {
	background-color: #fff;
}

.gform_wrapper.signup-gravity-form_wrapper input[type=submit] {
	background-color: #231f20;
	color: #fff;
	margin-top: 20px;
}

.gform_wrapper .gform_validation_container {
	display: none;
}

.gform_wrapper .gfield_description.validation_message {
	display: none;
}

.gform_wrapper .validation_error {
	color: #f5be63;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error select {
	border-bottom: 3px solid #f5be63;
}

.gform_ajax_spinner {
	margin: 20px;
	border: 4px solid hsla(0, 0%, 100%, .3);
	border-left: 4px solid #f5be63;
	animation: spinner 1.1s infinite linear;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.btn-default {
	background-color: #231f20;
	padding: 8px 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 600;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.btn-default:hover {
	background-color: #919296;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.btn-default--inverse {
	color: #231f20;
	background-color: #fff;
}

.btn-default--border {
	border: 1px solid #fff;
}

.btn-default--alt {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	padding: 13.3333333333px 20px;
}

@media only screen and (min-width: 600px) {
	.btn-default--alt {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.0526315789;
	}
}

.btn-default--update-alert {
	background-color: #f5be63;
	color: #000;
	padding: 8px 20px;
}

.btn-default--update-alert:hover {
	background-color: #e3930e;
}

.sitemap .basic-content-inner-content p {
	margin-bottom: 20px;
}

.sitemap .basic-content-inner-content a {
	color: #f5be63;
	text-decoration: underline;
	text-decoration-color: #f5be63;
}

.sitemap .basic-content-inner-content ul {
	margin-bottom: 20px;
}

.sitemap .basic-content-inner-content ul li {
	list-style: disc inside;
}

.sitemap .basic-content-inner-content ul li .children {
	padding-left: 20px;
}

.sitemap .basic-content-inner-content ul li .children li {
	list-style: circle inside;
}

.sitemap .basic-content-inner-content ol {
	margin-bottom: 20px;
}

.sitemap .basic-content-inner-content ol li {
	list-style: decimal inside;
}

.sitemap .basic-content-inner-content ol li .children {
	padding-left: 20px;
}

.page-template-tpl-about.overlay-active {
	height: 100vh;
	overflow-y: hidden;
}

.page-template-tpl-about.overlay-active .page-overlay {
	opacity: .75;
	visibility: visible;
	display: block;
}

.team-page {
	background-color: #fff;
	padding-top: 55px;
}

@media only screen and (max-width: 1024px) {
	.team-page {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 1570px) {
	.team-page .wrapper {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 1280px) {
	.team-page .wrapper {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 600px) {
	.team-page .wrapper {
		padding: 0 20px;
	}
}

.team-page section {
	padding: 40px 0;
}

.team-page section h2 {
	text-align: center;
	margin-bottom: 30px;
}

.team-page .team-group {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 15px;
	padding-bottom: 30px;
	padding-top: 40px;
}

@media only screen and (max-width: 1280px) {
	.team-page .team-group {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 980px) {
	.team-page .team-group {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 580px) {
	.team-page .team-group {
		display: block;
	}
}

.team-page .team-group h2 {
	grid-column-start: 1;
	grid-column-end: 5;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 40px;
}

@media only screen and (max-width: 1280px) {
	.team-page .team-group h2 {
		grid-column-end: 4;
	}
}

@media only screen and (max-width: 980px) {
	.team-page .team-group h2 {
		grid-column-end: 3;
	}
}

.team-page .team-group .team-member {
	padding-bottom: 30px;
}

@media only screen and (max-width: 580px) {
	.team-page .team-group .team-member {
		max-width: 320px;
		margin: 0 auto;
	}
}

.team-page .team-group .team-member .tm-details-container {
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
}

.team-page .team-group .team-member .tm-details-container .tm-name-job {
	max-width: calc(100% - 60px);
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.team-page .team-group .team-member .tm-details-container .tm-name-job .tm-name {
	font-weight: bold;
	margin-bottom: 6px;
}

.team-page .team-group .team-member .tm-details-container .tm-open-bio {
	border: 2px solid #f5be63;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background-color .2s;
}

.team-page .team-group .team-member .tm-details-container .tm-open-bio span {
	color: #f5be63;
	font-size: 35px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	transition: color .2s;
}

.team-page .team-group .team-member .tm-details-container .tm-open-bio:hover {
	background-color: #f5be63;
}

.team-page .team-group .team-member .tm-details-container .tm-open-bio:hover span {
	color: #000;
}

.team-page .team-group .team-member .tm-details-container .modal {
	width: 85%;
	max-width: 1000px;
	max-height: 600px;
}

.team-page .team-group .team-member .tm-details-container .modal.c-modal {
	width: 80%;
	max-width: 1000px;
	display: block !important;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	max-height: 800px;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	z-index: 1500;
}

@media only screen and (max-width: 1000px) {
	.team-page .team-group .team-member .tm-details-container .modal.c-modal {
		width: 90%;
		max-width: 750px;
	}
}

.team-page .team-group .team-member .tm-details-container .modal .close-modal {
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #000;
	color: #fff;
}

.team-page .team-group .team-member .tm-details-container .modal .modal-container {
	display: flex;
	height: auto !important;
}

@media only screen and (max-width: 1000px) {
	.team-page .team-group .team-member .tm-details-container .modal .modal-container {
		display: block;
	}
}

.team-page .team-group .team-member .tm-details-container .modal .modal-container.modal__content {
	align-items: stretch;
}

.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-photo-container {
	background-color: #f5f5f5;
	max-width: 280px;
	max-height: 600px;
}

@media only screen and (max-width: 1000px) {
	.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-photo-container {
		max-width: 100%;
		width: 100%;
	}
	
	.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-photo-container .modal-photo {
		display: none;
	}
}

.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-photo-container .modal-name-job-linkedin {
	padding: 30px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

@media only screen and (max-width: 1000px) {
	.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-photo-container .modal-name-job-linkedin {
		padding: 40px;
	}
}

@media only screen and (max-width: 600px) {
	.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-photo-container .modal-name-job-linkedin {
		padding: 20px 30px;
	}
}

.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-photo-container .modal-name-job-linkedin .m-name {
	font-weight: bold;
	margin-bottom: 6px;
}

.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-photo-container .modal-name-job-linkedin .m-linkedin {
	margin-top: 15px;
}

.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-photo-container .modal-name-job-linkedin .m-linkedin a {
	font-size: 24px;
	color: #0766c2;
}

.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-text {
	width: calc(100% - 280px);
	padding: 60px 100px 60px 60px;
	align-self: center;
}

@media only screen and (max-width: 1000px) {
	.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-text {
		width: 100%;
		padding: 40px;
	}
}

@media only screen and (max-width: 600px) {
	.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-text {
		padding: 20px 30px;
		max-height: 400px;
		overflow-y: scroll;
	}
}

.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-text p {
	margin-bottom: 15px;
	font-size: 19px;
	line-height: 25px;
}

@media only screen and (max-width: 1000px) {
	.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-text p {
		font-size: 17px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 600px) {
	.team-page .team-group .team-member .tm-details-container .modal .modal-container .modal-text p {
		font-size: 16px;
	}
}

.team-page .team-group .team-member .tm-details-container.is-active>.modal {
	display: block;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.team-page .team-group .tm-quote {
	grid-column-start: 2;
	grid-column-end: 5;
	margin: 0px 12% 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1280px) {
	.team-page .team-group .tm-quote {
		grid-column-end: 4;
	}
}

@media only screen and (max-width: 980px) {
	.team-page .team-group .tm-quote {
		grid-column-end: 3;
	}
}

@media only screen and (max-width: 580px) {
	.team-page .team-group .tm-quote {
		display: none;
	}
}

.team-page .team-group .tm-quote p {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 26px;
}

@media only screen and (max-width: 1280px) {
	.team-page .team-group .tm-quote p {
		font-size: 23px;
	}
}

@media only screen and (max-width: 980px) {
	.team-page .team-group .tm-quote p {
		display: none;
	}
}

.team-page .team-group .tm-quote .tm-quote-container {
	position: relative;
}

.team-page .team-group .tm-quote .tm-quote-container::before {
	content: open-quote;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 125px;
	font-weight: bolder;
	color: #f5be63;
	position: absolute;
	top: -85px;
	left: -5px;
}

@media only screen and (max-width: 980px) {
	.team-page .team-group .tm-quote .tm-quote-container::before {
		display: none;
	}
}

.blog-listing-page, .category-listing-page {
	background-color: #fff;
}

.single-post main {
	background-color: #fff;
}

.blog-bg-top-image {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 700px;
	z-index: 1;
}

.blog-article-outer-content, .blog-listing-outer-content {
	background-color: #fff;
	padding: 30px 30px 90px 30px;
}

@media only screen and (min-width: 768px) {
	.blog-article-outer-content, .blog-listing-outer-content {
		padding: 30px 40px 90px 40px;
	}
}

@media only screen and (min-width: 1025px) {
	.blog-article-outer-content, .blog-listing-outer-content {
		padding: 60px 70px 180px 70px;
	}
}

.blog-article-outer-content .pagination, .blog-listing-outer-content .pagination {
	padding-top: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
}

.blog-article-outer-content .pagination .page-numbers, .blog-listing-outer-content .pagination .page-numbers {
	padding-right: 10px;
}

.blog-listing-main-content {
	margin-top: 40px;
}

.blog-listing-main-content article {
	background-color: #aaa;
	position: relative;
	background-size: cover;
}

@media only screen and (max-width: 400px) {
	.blog-listing-main-content article {
		min-height: 350px;
	}
}

@media only screen and (min-width: 401px)and (max-width: 599px) {
	.blog-listing-main-content article {
		min-height: 300px;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 600px)and (max-width: 700px) {
	.blog-listing-main-content article {
		min-height: 350px;
	}
}

@media only screen and (min-width: 600px)and (max-width: 1024px) {
	.blog-listing-main-content article {
		height: 0;
		padding-bottom: 50%;
	}
}

@media only screen and (min-width: 1025px) {
	.blog-listing-main-content article {
		height: 0;
		padding-bottom: 33.3333333333%;
	}
}

.blog-listing-main-content article.bg-colour--1 {
	background-color: #4f4f4f;
}

.blog-listing-main-content article.bg-colour--2 {
	background-color: #999;
}

.blog-listing-main-content article.bg-colour--3 {
	background-color: #1a1a1a;
}

.blog-listing-main-content article .article-inner {
	padding: 20px;
	color: #fff;
}

@media only screen and (min-width: 1130px) {
	.blog-listing-main-content article .article-inner {
		padding: 40px;
	}
}

@media only screen and (min-width: 1440px) {
	.blog-listing-main-content article .article-inner {
		padding-right: 60px;
	}
}

.blog-listing-main-content article .article-inner .date {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	margin-bottom: 13.3333333333px;
	text-transform: uppercase;
	font-weight: 600;
}

@media only screen and (min-width: 1440px) {
	.blog-listing-main-content article .article-inner .date {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.1111111111;
	}
}

.blog-listing-main-content article .article-inner h1, .blog-listing-main-content article .article-inner .blogpost-title, .blog-listing-main-content article .article-inner a {
	color: #fff;
}

.blog-listing-main-content article .article-inner h1, .blog-listing-main-content article .article-inner .blogpost-title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 900px) {
	.blog-listing-main-content article .article-inner h1, .blog-listing-main-content article .article-inner .blogpost-title {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 1440px) {
	.blog-listing-main-content article .article-inner h1, .blog-listing-main-content article .article-inner .blogpost-title {
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 1.2;
	}
}

.blog-listing-main-content article .article-inner .post-excerpt {
	margin-top: 10px;
}

@media only screen and (min-width: 900px) {
	.blog-listing-main-content article .article-inner .post-excerpt {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 1440px) {
	.blog-listing-main-content article .article-inner .post-excerpt {
		margin-top: 40px;
	}
}

.blog-listing-main-content article .article-inner .post-excerpt p {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
}

.blog-listing-main-content article .post-more-cta {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	text-align: right;
	padding-right: 20px;
}

@media only screen and (min-width: 1440px) {
	.blog-listing-main-content article .post-more-cta {
		bottom: 40px;
		padding-right: 40px;
	}
}

.blog-article-main-content {
	padding-top: 50px;
}

.blog-article-main-content .post {
	max-width: 600px;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.8;
}

.blog-article-main-content .post h1 {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.5;
}

@media only screen and (min-width: 600px) {
	.blog-article-main-content .post h1 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.3;
	}
}

@media only screen and (min-width: 1025px) {
	.blog-article-main-content .post h1 {
		font-size: 45px;
		font-size: 2.8125rem;
		line-height: 1.3333333333;
	}
}

.blog-article-main-content .post h1 a {
	color: #404040;
	text-decoration: none;
}

.blog-article-main-content .post h3, .blog-article-main-content .post h4, .blog-article-main-content .post h5, .blog-article-main-content .post h6 {
	line-height: 1.6;
}

.blog-article-main-content .post p {
	margin-bottom: 20px;
}

.blog-article-main-content .post .date {
	text-transform: uppercase;
	color: #aaa;
	margin-bottom: 20px;
}

.blog-article-main-content .post a {
	color: #e3930e;
	text-decoration: underline;
	text-decoration-color: #f5be63;
}

.blog-article-main-content .post em {
	font-style: italic;
}

.blog-article-main-content .post b, .blog-article-main-content .post strong {
	font-family: inherit;
	font-weight: 600;
}

.blog-article-main-content .post ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

.blog-article-main-content .post ul li {
	list-style: circle outside;
}

.blog-article-main-content .post ol {
	margin-bottom: 20px;
	padding-left: 20px;
}

.blog-article-main-content .post ol li {
	list-style: decimal outside;
	padding-left: 2px;
}

.blog-categories {
	text-align: center;
	margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
	.blog-categories {
		margin-top: 0;
		text-align: right;
	}
}

.blog-categories li {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4285714286;
	font-weight: 600;
	margin: 10px 5px;
}

@media only screen and (min-width: 600px) {
	.blog-categories li {
		margin: 0 5px;
	}
}

.blog-categories li.current-menu-item a {
	background-color: #919296;
}

.blog-categories li a {
	color: #fff;
	background-color: #231f20;
	display: inline-block;
	padding: 8px 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

@media only screen and (max-width: 600px) {
	.blog-categories li a {
		padding: 8px 10px;
	}
}

@media only screen and (min-width: 600px) {
	.blog-categories li a {
		padding: 8px 40px;
	}
}

.blog-categories li a:hover {
	background-color: #919296;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.back-to-blog-listing {
	text-transform: uppercase;
	color: #1a1a1a;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	margin-top: 40px;
	margin-left: 0;
}

@media only screen and (min-width: 900px) {
	.back-to-blog-listing {
		margin-left: 40px;
	}
}

.back-to-blog-listing span {
	padding-left: 10px;
}

.related-articles-title {
	text-transform: uppercase;
	color: #1a1a1a;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

@media only screen and (min-width: 900px) {
	.related-articles-title {
		font-size: 35px;
		font-size: 2.1875rem;
		line-height: 1.1428571429;
	}
}

.ajax-post-list-item {
	margin-top: 0;
}

.page404 .page404-outer-content {
	background-color: #fff;
	padding: 30px 20px 90px 20px;
}

@media only screen and (min-width: 600px) {
	.page404 .page404-outer-content {
		padding: 30px 50px 90px 50px;
	}
}

@media only screen and (min-width: 1025px) {
	.page404 .page404-outer-content {
		padding: 60px 60px 180px 60px;
	}
}

.page404 .page404-outer-content .page404-inner-content {
	text-align: center;
}

.page404 .page404-outer-content .page404-inner-content h1 {
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 1.6;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.page404 .page404-outer-content .page404-inner-content p {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
}

.page404 .page404-outer-content .page404-inner-content img {
	margin: 60px auto;
	max-width: 400px;
	height: auto;
}

.page404 .page404-outer-content .page404-inner-content a {
	color: #fff;
}

.page404 .page404-outer-content .page404-inner-content a:hover {
	color: #fff;
}

.basic-content-page .basic-content-outer-content {
	background-color: #fff;
	padding: 30px 30px 90px 30px;
}

@media only screen and (min-width: 600px) {
	.basic-content-page .basic-content-outer-content {
		padding: 30px 40px 90px 40px;
	}
}

@media only screen and (min-width: 1025px) {
	.basic-content-page .basic-content-outer-content {
		padding: 60px 120px 180px 120px;
	}
}

.basic-content-page .basic-content-outer-content .basic-content-inner-content {
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.8;
}

.basic-content-page .basic-content-outer-content .basic-content-inner-content h1 {
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 1.6;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}

.basic-content-page .basic-content-outer-content .basic-content-inner-content p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

.request-a-demo .gform_confirmation_message {
	color: #f5be63;
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
}

.request-a-demo .gfield_html {
	color: #fff;
}

.request-a-demo .gfield_html a {
	color: #fff;
}

.contact .gform_confirmation_message, .request-a-demo .gform_confirmation_message, .alpha .gform_confirmation_message {
	text-align: center;
}

.contact-form-container {
	background-color: #fff;
	display: flex;
}

.request-demo-container {
	background-color: #1a1a1a;
	display: flex;
}

.contact-form--section, .office-locations--section, .request-a-demo-form--section {
	background-color: #fff;
	padding: 60px 30px 90px 30px;
}

@media only screen and (min-width: 600px) {
	.contact-form--section, .office-locations--section, .request-a-demo-form--section {
		padding: 60px 40px 80px 40px;
	}
}

@media only screen and (min-width: 1025px) {
	.contact-form--section, .office-locations--section, .request-a-demo-form--section {
		padding: 60px 120px 80px 120px;
	}
}

@media only screen and (min-width: 1440px) {
	.contact-form--section, .office-locations--section, .request-a-demo-form--section {
		padding: 60px 240px 80px 240px;
	}
}

.support-section {
	background-color: #f5f5f5;
	display: flex;
	border-bottom: 1px solid #aaa;
	padding: 50px 30px;
}

.support-section .support-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.support-section .support-container .support-content {
	width: 100%;
	max-width: 750px;
}

.support-section .support-container .support-content h2 {
	margin-bottom: 15px;
}

.support-section .support-container .support-content p {
	font-size: 18px;
}

.support-section .support-container .support-content .btn-default {
	margin-top: 30px;
	margin-bottom: 10px;
}

.support-section .support-container .support-visual {
	width: 33.3333333333%;
	width: 120px;
	margin-right: 30px;
	height: auto;
}

@media only screen and (max-width: 600px) {
	.support-section .support-container {
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
		text-align: center;
	}
	
	.support-section .support-container .support-content {
		width: 100%;
	}
	
	.support-section .support-container .support-visual {
		width: 100%;
		order: 2;
		margin-right: 0;
		max-width: 130px;
		height: auto;
		margin-top: 20px;
	}
}

.contact-form {
	color: #000;
}

.contact-form .hbspt-form {
	max-width: 100%;
	margin: 40px auto 0;
}

.contact-form .hbspt-form form {
	position: relative;
}

.contact-form .hbspt-form form .hs-form-field {
	width: 48%;
	margin-bottom: 15px;
}

@media only screen and (max-width: 620px) {
	.contact-form .hbspt-form form .hs-form-field {
		width: 100%;
	}
}

.contact-form .hbspt-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.contact-form .hbspt-form .input {
	margin: 10px 0 5px;
}

.contact-form .hbspt-form .hs-submit {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

@media only screen and (max-width: 620px) {
	.contact-form .hbspt-form .hs-submit {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	
	.contact-form .hbspt-form .hs-submit .actions {
		margin-top: 0;
	}
}

.contact-form .hbspt-form label {
	color: #888;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.contact-form .hbspt-form .hs-error-msgs {
	list-style: none;
	margin-bottom: 15px;
}

.contact-form .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.contact-form .hbspt-form .hs-error-msgs li label {
	text-transform: unset;
	color: #f5be63;
}

.contact-form .hbspt-form .hs_error_rollup {
	display: none;
}

.contact-form .hbspt-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.contact-form .hbspt-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #000;
	border: 1px solid rgba(150, 150, 150, .15);
	background-color: rgba(150, 150, 150, .15);
	border-radius: 3px;
	margin-bottom: 10px;
}

.contact-form .hbspt-form input.hs-input.error {
	border-color: #f5be63;
}

.contact-form .hbspt-form .hs-how_did_you_hear_about_us_ {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 620px) {
	.contact-form .hbspt-form .hs-how_did_you_hear_about_us_ {
		float: none;
		position: static;
		margin-top: 25px;
	}
}

.contact-form .hbspt-form .hs-how_can_we_help_you {
	float: right;
	position: absolute;
	top: 98px;
	right: 0;
}

@media only screen and (max-width: 620px) {
	.contact-form .hbspt-form .hs-how_can_we_help_you {
		float: none;
		position: static;
		margin-top: 25px;
	}
}

.contact-form .hbspt-form .hs-fieldtype-textarea {
	float: right;
	position: absolute;
	top: 182px;
	right: 0;
	margin-top: 15px;
}

@media only screen and (max-width: 620px) {
	.contact-form .hbspt-form .hs-fieldtype-textarea {
		float: none;
		position: static;
		margin-top: 30px;
	}
}

.contact-form .hbspt-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.contact-form .hbspt-form textarea.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 236px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #000;
	border: 1px solid rgba(150, 150, 150, .15);
	background-color: rgba(150, 150, 150, .15);
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 32px !important;
	top: 0 !important;
}

.contact-form .hbspt-form textarea.hs-input.error {
	border-color: #f5be63;
	margin-top: -25px !important;
}

@media only screen and (max-width: 620px) {
	.contact-form .hbspt-form textarea.hs-input {
		margin-top: 0px !important;
	}
	
	.contact-form .hbspt-form textarea.hs-input.error {
		border-color: #f5be63;
		margin-top: 15px !important;
	}
}

.contact-form .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.contact-form .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #888;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.contact-form .hbspt-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
	border: 1px solid rgba(150, 150, 150, .2);
	background-color: rgba(150, 150, 150, .2);
	border-radius: 3px;
}

.contact-form .hbspt-form select .disabled {
	color: #aaa;
}

.contact-form .hbspt-form select.error {
	border-color: #f5be63;
}

.contact-form .hbspt-form input[type=submit] {
	background: #f5be63;
	border: 1px solid #f5be63;
	color: #000;
	font-size: 16px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	width: 200px;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	margin-top: 11px;
}

.contact-form .hbspt-form input[type=submit]:hover {
	border-color: #fff;
}

.contact-form .hbspt-form .submitted-message {
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 30px;
	width: 100%;
	border: 1px solid #f5be63;
}

.request-a-demo-form--section {
	background-color: #1a1a1a;
}

.contact-form--section .contact-form h1, .request-a-demo-form--section .contact-form h1 {
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 1.6;
	text-transform: uppercase;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {
	.contact-form--section .contact-form h1, .request-a-demo-form--section .contact-form h1 {
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1.5;
	}
}

.request-a-demo-form--section .contact-form h1 {
	color: #fff;
	margin-bottom: 30px;
}

.request-a-demo-form--section .contact-form .request-a-demo-form-intro {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.1111111111;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}

.request-a-demo-form--section .validation_error {
	color: #f5be63;
}

.request-demo-form {
	color: #ccc;
}

.request-demo-form .hbspt-form {
	max-width: 100%;
	margin: 40px auto 0;
}

.request-demo-form .hbspt-form form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.request-demo-form .hbspt-form form .hs-form-field {
	width: 48%;
	margin-bottom: 15px;
}

@media only screen and (max-width: 620px) {
	.request-demo-form .hbspt-form form .hs-form-field {
		width: 100%;
	}
}

.request-demo-form .hbspt-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.request-demo-form .hbspt-form .input {
	margin: 10px 0 5px;
}

.request-demo-form .hbspt-form .hs-submit {
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 620px) {
	.request-demo-form .hbspt-form .hs-submit {
		width: 100%;
		text-align: center;
	}
	
	.request-demo-form .hbspt-form .hs-submit .actions {
		margin-top: 0;
	}
}

.request-demo-form .hbspt-form .hs-how_did_you_hear_about_us_ {
	float: none;
	position: static;
}

@media only screen and (max-width: 620px) {
	.request-demo-form .hbspt-form .hs-how_did_you_hear_about_us_ {
		margin-top: 15px;
	}
}

.request-demo-form .hbspt-form label {
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.request-demo-form .hbspt-form .hs-error-msgs {
	list-style: none;
	margin-bottom: 15px;
}

.request-demo-form .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.request-demo-form .hbspt-form .hs-error-msgs li label {
	text-transform: unset;
	color: #f5be63;
}

.request-demo-form .hbspt-form .hs_error_rollup {
	display: none;
}

.request-demo-form .hbspt-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.request-demo-form .hbspt-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #fff;
	border: 1px solid hsla(0, 0%, 100%, .1);
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 3px;
	margin-bottom: 10px;
}

.request-demo-form .hbspt-form input.hs-input.error {
	border-color: #f5be63;
}

.request-demo-form .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.request-demo-form .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #ccc;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.request-demo-form .hbspt-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	border: 1px solid hsla(0, 0%, 100%, .1);
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 3px;
}

.request-demo-form .hbspt-form select .disabled {
	color: #aaa;
}

.request-demo-form .hbspt-form select.error {
	border-color: #f5be63;
}

.request-demo-form .hbspt-form input[type=submit] {
	background: #f5be63;
	border: 1px solid #f5be63;
	color: #000;
	font-size: 16px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	width: 200px;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	margin-top: 11px;
}

.request-demo-form .hbspt-form input[type=submit]:hover {
	border-color: #fff;
}

.request-demo-form .hbspt-form .submitted-message {
	color: #f5be63;
	font-size: 18px;
	text-align: center;
	padding: 30px;
	width: 100%;
	border: 1px solid #f5be63;
}

.contact-emails--section {
	padding: 30px;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/contact-numbers-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom;
}

.contact-emails--section.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width: 600px) {
	.contact-emails--section {
		padding: 40px;
	}
}

@media only screen and (min-width: 1025px) {
	.contact-emails--section {
		padding: 40px 120px;
	}
}

@media only screen and (min-width: 1440px) {
	.contact-emails--section {
		padding: 40px 240px;
	}
}

@media only screen and (max-width: 599px) {
	.contact-emails--section .contact-emails-column {
		margin-bottom: 20px;
	}
}

.contact-emails--section .contact-emails-column a {
	color: #fff;
}

.contact-emails--section h3, .contact-emails--section p {
	color: #fff;
}

.contact-emails--section h3 {
	font-weight: 600;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	margin-bottom: 5px;
}

@media only screen and (min-width: 600px) {
	.contact-emails--section h3 {
		margin-bottom: 10px;
	}
}

.contact-emails--section p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.1111111111;
}

.map--section {
	background-color: #fff;
}

.map--section #map-canvas {
	height: 400px;
}

@media only screen and (min-width: 1025px) {
	.map--section #map-canvas {
		height: 600px;
	}
}

.office-locations--section .office-locations {
	color: #1a1a1a;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
}

@media only screen and (min-width: 700px) {
	.office-locations--section .office-locations {
		display: flex;
		flex-flow: row wrap;
	}
}

.office-locations--section .office-locations .office-location-container {
	cursor: pointer;
	padding: 30px 0 0 0;
	margin-top: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

@media only screen and (min-width: 700px) {
	.office-locations--section .office-locations .office-location-container {
		padding: 30px 30px 0 30px;
		flex: 0 0 33%;
	}
}

@media only screen and (min-width: 1025px) {
	.office-locations--section .office-locations .office-location-container {
		padding: 70px 70px 0 70px;
	}
}

.office-locations--section .office-locations .office-location-container p {
	position: relative;
}

@media only screen and (min-width: 700px) {
	.office-locations--section .office-locations .office-location-container.active {
		margin-top: -20px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}
}

.office-locations--section .office-locations .office-location-container.active p:before {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	top: -15px;
	border-top: 4px solid #000;
	width: 70%;
}

.office-locations--section .office-locations .office-location-container strong {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.product .masthead {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/masthead-products-bg.jpg");
}

.product .masthead.nitro-lazy {
	background-image: none !important;
}

.product .footer {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/footer-products-bg.jpg");
}

.product .footer.nitro-lazy {
	background-image: none !important;
}

.product .main-content-section {
	background: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/main-section-bg.png") 0 0 repeat;
}

.product .main-content-section.nitro-lazy {
	background-image: none !important;
}

.mobile-only .global-header--desktop {
	display: none !important;
}

.mobile-only .global-header--mobile {
	display: block !important;
}

@media only screen and (min-width: 1025px) {
	.mobile-only .global-header--mobile nav li>.sub-menu {
		padding: 0px 10px 0 0;
	}
	
	.mobile-only .global-header--mobile nav li>.sub-menu li {
		border: none;
		padding: 6px 0;
	}
	
	.mobile-only .global-header--mobile nav li>.sub-menu li a {
		color: #666;
		padding: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		border-left: 2px solid rgba(0, 0, 0, 0);
	}
	
	.mobile-only .global-header--mobile nav li>.sub-menu li a:hover {
		padding-left: 10px;
		border-left: 2px solid #f5be63;
		color: #000 !important;
	}
	
	.mobile-only .global-header--mobile nav li>.sub-menu li.menu-segmented {
		margin-bottom: 5px;
	}
	
	.mobile-only .global-header--mobile nav li>.sub-menu li.menu-segmented>li {
		padding: 5px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.data-prep #new-product-header {
		background-position: 82% 90%;
		background-size: auto;
	}
}

@media only screen and (max-width: 767px) {
	.data-prep #new-product-header {
		background-position: 82% 98%;
	}
}

@media only screen and (max-width: 1024px) {
	.reconciliation #new-product-header {
		background-position: top center;
		background-size: auto;
	}
}

input[type=text], input[type=email] {
	background: #fff;
}

select {
	background: #fff;
	appearance: listbox;
	-webkit-appearance: listbox;
}

.page-template-tpl-product-detail-new .nomob {
	display: block;
}

@media only screen and (max-width: 1200px) {
	.page-template-tpl-product-detail-new .nomob {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .nomob {
		display: block;
	}
}

.page-template-tpl-product-detail-new p a {
	text-decoration: underline;
}

.page-template-tpl-product-detail-new p a:hover {
	color: #686868;
}

.page-template-tpl-product-detail-new .hbspt-form {
	max-width: 400px;
	margin: 40px 0 0;
}

.page-template-tpl-product-detail-new .hbspt-form .hs-error-msgs {
	list-style: none;
}

.page-template-tpl-product-detail-new .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.page-template-tpl-product-detail-new .hbspt-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.page-template-tpl-product-detail-new .hbspt-form .input {
	margin: 20px 0;
}

.page-template-tpl-product-detail-new .hbspt-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.page-template-tpl-product-detail-new .hbspt-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.page-template-tpl-product-detail-new .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.page-template-tpl-product-detail-new .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #aaa;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.page-template-tpl-product-detail-new .hbspt-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.page-template-tpl-product-detail-new .hbspt-form select .disabled {
	color: #aaa;
}

.page-template-tpl-product-detail-new .hbspt-form input[type=submit] {
	background: #231f20;
	border: 1px solid #aaa;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
}

.page-template-tpl-product-detail-new .hbspt-form input[type=submit]:hover {
	background-color: #919296;
}

@media only screen and (max-width: 1620px) {
	.page-template-tpl-product-detail-new .wrapper {
		padding: 0 90px;
	}
}

@media only screen and (max-width: 1250px) {
	.page-template-tpl-product-detail-new .wrapper {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .wrapper {
		padding: 0;
	}
}

.page-template-tpl-product-detail-new .main-wrapper {
	background-color: #fff;
}

.page-template-tpl-product-detail-new .tesimonials-container {
	text-align: center;
}

.page-template-tpl-product-detail-new .tesimonials-container .owl-wrapper-outer, .page-template-tpl-product-detail-new .tesimonials-container .owl-stage-outer {
	margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .tesimonials-container {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-detail-new .tesimonials-container {
		padding: 100px 0 15px 0;
	}
}

.page-template-tpl-product-detail-new #new-product-header {
	background-color: #fff;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new #new-product-header {
		padding-top: 120px;
	}
}

.page-template-tpl-product-detail-new #new-product-header .masthead-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.page-template-tpl-product-detail-new #new-product-header .masthead-flex .masthead__inner {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new #new-product-header .masthead-flex .masthead__inner {
		width: 100%;
	}
}

.page-template-tpl-product-detail-new #new-product-header .masthead-text {
	text-align: left;
	padding-right: 60px;
}

.page-template-tpl-product-detail-new #new-product-header .masthead-text h1 {
	font-size: 32px;
	line-height: 42px;
}

.page-template-tpl-product-detail-new #new-product-header .masthead-text p {
	font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new #new-product-header .masthead-text {
		text-align: center;
		margin-bottom: 40px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new #new-product-header .masthead-text {
		padding: 0 30px;
	}
}

.page-template-tpl-product-detail-new #new-product-header .masthead-img img {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.page-template-tpl-product-detail-new #new-product-header .cta-main {
	margin-bottom: 20px;
}

.page-template-tpl-product-detail-new #new-product-header .cta-main.yellow_btn {
	color: #000;
	background-color: #f5be63;
	border: 1px solid #f5be63;
}

.page-template-tpl-product-detail-new #new-product-header .cta-main.yellow_btn:hover {
	border-color: #fff;
}

.page-template-tpl-product-detail-new #new-product-header .cta2 {
	padding: 2px 0px;
	margin: 0 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	word-break: keep-all;
}

@media only screen and (max-width: 570px) {
	.page-template-tpl-product-detail-new #new-product-header .cta2 {
		margin: 0;
	}
}

.page-template-tpl-product-detail-new #new-product-header .cta2:hover {
	border-bottom: 1px solid #010205;
}

.page-template-tpl-product-detail-new #new-product-header .cta2.black-btn {
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.6;
	text-transform: uppercase;
	border: 2px solid #1a1a1a;
	background-color: #1a1a1a;
	color: #fff;
	transition: all .5s ease 0s;
}

.page-template-tpl-product-detail-new #new-product-header .cta2.black-btn:hover {
	background-color: #333;
	border-color: #fff;
}

.page-template-tpl-product-detail-new .column-block {
	padding: 0px 0 40px;
	background: linear-gradient(#fff, #f6f6f6);
}

.page-template-tpl-product-detail-new .column-block .wrapper {
	padding: 0 30px;
}

@media only screen and (max-width: 1085px) {
	.page-template-tpl-product-detail-new .column-block .wrapper {
		padding: 0 10px;
	}
}

.page-template-tpl-product-detail-new .column-block h2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 40px;
}

.page-template-tpl-product-detail-new .column-block .columns-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .column-block .columns-container {
		justify-content: center;
	}
}

.page-template-tpl-product-detail-new .column-block .columns-container .column-item {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .column-block .columns-container .column-item {
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	
	.page-template-tpl-product-detail-new .column-block .columns-container .column-item .c-img {
		max-width: 175px;
		margin-right: 0;
		margin-bottom: 0px;
	}
	
	.page-template-tpl-product-detail-new .column-block .columns-container .column-item .c-content {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .column-block .columns-container .column-item {
		width: 100% !important;
	}
}

.page-template-tpl-product-detail-new .column-block .columns-container .column-item .c-img {
	max-width: 110px;
	margin-right: 10px;
	width: 100%;
}

.page-template-tpl-product-detail-new .column-block .columns-container .column-item .c-img img {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .column-block .columns-container .column-item .c-content {
		width: 100% !important;
	}
}

.page-template-tpl-product-detail-new .column-block .columns-container .column-item .c-content h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.page-template-tpl-product-detail-new .column-block .columns-container .column-item .c-content p {
	font-size: 18px;
	line-height: 24px;
}

.page-template-tpl-product-detail-new .column-block .columns-container .column-item.icon-top {
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.page-template-tpl-product-detail-new .column-block .columns-container .column-item.icon-top .c-img {
	max-width: 175px;
	margin-right: 0;
	margin-bottom: 0px;
}

.page-template-tpl-product-detail-new .column-block .columns-container .column-item.icon-top .c-content {
	text-align: center;
}

.page-template-tpl-product-detail-new .column-block .columns-container .column-item.icon-top .c-content h3 {
	font-weight: normal;
}

.page-template-tpl-product-detail-new .column-block .columns-container .column-item.icon-top .c-content p {
	font-size: 16px;
	line-height: 22px;
}

.page-template-tpl-product-detail-new .product-client-logos .wrapper {
	padding: 90px 90px 60px 90px;
}

@media only screen and (max-width: 1139px) {
	.page-template-tpl-product-detail-new .product-client-logos .wrapper {
		padding: 60px 40px;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .product-client-logos .wrapper {
		padding: 40px 0px;
	}
}

.page-template-tpl-product-detail-new .product-client-logos h2 {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .product-client-logos h2 {
		font-size: 22px;
		line-height: 28px;
	}
}

.page-template-tpl-product-detail-new .product-client-logos .product-logos-container {
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .product-client-logos .product-logos-container {
		justify-content: center;
	}
}

.page-template-tpl-product-detail-new .product-client-logos .product-logos-container .product-logo {
	width: calc(( 100% - 120px ) / 5);
	padding: 30px;
	min-height: 180px;
	max-height: 200px;
	height: auto;
	display: flex;
}

.page-template-tpl-product-detail-new .product-client-logos .product-logos-container .product-logo img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .product-client-logos .product-logos-container .product-logo {
		width: calc(( 100% - 120px ) / 3);
		min-height: 120px;
		max-height: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .product-client-logos .product-logos-container .product-logo {
		width: calc(( 100% - 60px ) / 2);
		min-height: 100px;
	}
}

@media only screen and (max-width: 480px) {
	.page-template-tpl-product-detail-new .product-client-logos .product-logos-container .product-logo {
		width: calc(( 100% - 40px ) / 2);
		min-height: 65px;
		padding: 15px;
	}
}

.page-template-tpl-product-detail-new .features-product {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product {
		padding: 40px 40px;
	}
}

.page-template-tpl-product-detail-new .features-product .section-title {
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	padding-top: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .section-title {
		margin-top: 0;
		padding-top: 0;
	}
}

.page-template-tpl-product-detail-new .features-product .feature-row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 160px 0;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .feature-row {
		margin: 80px 0;
	}
}

.page-template-tpl-product-detail-new .features-product .feature-row .feature-half {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .feature-row .feature-half {
		width: 100%;
	}
}

.page-template-tpl-product-detail-new .features-product .feature-row .feature-half.feature-left {
	padding-right: 60px;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .feature-row .feature-half.feature-left {
		padding: 0;
	}
}

.page-template-tpl-product-detail-new .features-product .feature-row .feature-half.feature-right {
	padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .feature-row .feature-half.feature-right {
		padding: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .feature-row .feature-media {
		display: flex;
		justify-content: center;
	}
}

.page-template-tpl-product-detail-new .features-product .feature-row .feature-media img, .page-template-tpl-product-detail-new .features-product .feature-row .feature-media video {
	max-width: 750px;
	width: 100%;
	margin: 40px auto 0;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12);
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .feature-row .feature-media img, .page-template-tpl-product-detail-new .features-product .feature-row .feature-media video {
		box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
	}
}

.page-template-tpl-product-detail-new .features-product .feature-row .feature-inverted {
	order: 1;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .feature-row .feature-inverted {
		order: -1;
	}
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .feature-row .feature-text {
		padding-top: 60px !important;
	}
}

.page-template-tpl-product-detail-new .features-product .feature-row .feature-text h3 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}

.page-template-tpl-product-detail-new .features-product .feature-row .feature-text p {
	font-size: 18px;
	line-height: 26px;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .feature-row .feature-text {
		margin-bottom: 20px;
		text-align: center;
	}
}

.page-template-tpl-product-detail-new .features-product .feature-row:first-child {
	margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .features-product .feature-row:first-child {
		margin-top: 30px;
	}
}

.page-template-tpl-product-detail-new .benefits {
	background-color: hsl(37.397260274, 87.9518072289%, 95.4509803922%);
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .benefits {
		padding: 40px 40px;
	}
}

.page-template-tpl-product-detail-new .benefits .b-pera {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px;
	text-align: center;
}

.page-template-tpl-product-detail-new .benefits h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 40px;
}

.page-template-tpl-product-detail-new .benefits a {
	display: block;
	text-align: center;
	padding: 8px 0px;
	height: 52px;
}

.page-template-tpl-product-detail-new .benefits .cta-container {
	margin-top: 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-template-tpl-product-detail-new .benefits .btn-default {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.page-template-tpl-product-detail-new .benefits .cta2 {
	padding: 2px 0px;
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
	word-break: keep-all;
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	height: 25px;
}

.page-template-tpl-product-detail-new .benefits .cta2:hover {
	border-bottom: 1px solid #000;
}

.page-template-tpl-product-detail-new .benefits .benefits-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .benefits .benefits-container {
		justify-content: center;
	}
}

.page-template-tpl-product-detail-new .benefits .benefits-container .benefit {
	width: 30%;
	padding: 15px 0;
	margin: 0px 0 15px;
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .benefits .benefits-container .benefit {
		width: 100%;
		margin-bottom: 0px;
		margin-top: 30px;
		text-align: center;
	}
}

.page-template-tpl-product-detail-new .benefits .benefits-container .benefit.b_centered {
	text-align: center;
}

.page-template-tpl-product-detail-new .benefits .benefits-container .benefit.b_centered .b_icon {
	max-width: 80px;
	margin: 0 auto 15px;
}

.page-template-tpl-product-detail-new .benefits .benefits-container .benefit h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.page-template-tpl-product-detail-new .benefits .benefits-container .benefit p {
	font-size: 16px;
}

.page-template-tpl-product-detail-new .testimonials-product {
	background-color: #f5be63;
}

.page-template-tpl-product-detail-new .faqs {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-detail-new .faqs {
		padding: 40px 40px;
	}
}

.page-template-tpl-product-detail-new .faqs h2 {
	text-align: center;
	text-transform: uppercase;
}

.page-template-tpl-product-detail-new .faqs .transition, .page-template-tpl-product-detail-new .faqs .block-accordion .accordion-items .accordion-item i:before, .block-accordion .accordion-items .accordion-item .page-template-tpl-product-detail-new .faqs i:before, .page-template-tpl-product-detail-new .faqs .block-accordion .accordion-items .accordion-item i:after, .block-accordion .accordion-items .accordion-item .page-template-tpl-product-detail-new .faqs i:after, .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i:before, .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i:after {
	transition: all .25s ease-in-out;
}

.page-template-tpl-product-detail-new .faqs .flipIn, .page-template-tpl-product-detail-new .faqs .block-accordion .accordion-items .accordion-item, .block-accordion .accordion-items .page-template-tpl-product-detail-new .faqs .accordion-item, .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item {
	animation: flipdown .5s ease both;
}

.page-template-tpl-product-detail-new .faqs .no-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page-template-tpl-product-detail-new .faqs h3 {
	font-weight: bold;
	font-size: 20px;
	max-width: 90%;
}

@media only screen and (max-width: 899px) {
	.page-template-tpl-product-detail-new .faqs h3 {
		font-size: 18px;
		line-height: 24px;
	}
}

.page-template-tpl-product-detail-new .faqs .faqs-content {
	margin-top: 15px;
	max-width: 85%;
	color: #555;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 899px) {
	.page-template-tpl-product-detail-new .faqs .faqs-content {
		max-width: 100%;
	}
}

.page-template-tpl-product-detail-new .faqs .faqs-content p {
	margin-bottom: 15px;
}

.page-template-tpl-product-detail-new .faqs .faqs-content p a {
	color: hsl(37.397260274, 87.9518072289%, 52.4509803922%);
}

.page-template-tpl-product-detail-new .faqs .faqs-items {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 60px auto 20px;
	max-width: 750px;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:nth-of-type(1) {
	animation-delay: .5s;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:nth-of-type(2) {
	animation-delay: .75s;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:nth-of-type(3) {
	animation-delay: 1s;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:nth-of-type(4) {
	animation-delay: 1.25s;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:nth-of-type(5) {
	animation-delay: 1.5s;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:nth-of-type(6) {
	animation-delay: 1.75s;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:nth-of-type(7) {
	animation-delay: 2s;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:nth-of-type(8) {
	animation-delay: 2.25s;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:nth-of-type(9) {
	animation-delay: 2.5s;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:nth-of-type(10) {
	animation-delay: 2.75s;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item:last-of-type {
	padding-bottom: 0;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i {
	position: absolute;
	transform: translate(-14px, 0);
	margin-top: 5px;
	right: 0;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i:before, .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i:after {
	content: "";
	position: absolute;
	background-color: #f5be63;
	width: 3px;
	height: 14px;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i:before {
	transform: translate(-4px, 0) rotate(45deg);
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i:after {
	transform: translate(4px, 0) rotate(-45deg);
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item input[type=checkbox]:checked~div.faqs-content {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item input[type=checkbox]:checked~i:before {
	transform: translate(4px, 0) rotate(45deg);
}

.page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item input[type=checkbox]:checked~i:after {
	transform: translate(-4px, 0) rotate(-45deg);
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	
	5% {
		opacity: 1;
	}
	
	80% {
		transform: rotateX(8deg);
	}
	
	83% {
		transform: rotateX(6deg);
	}
	
	92% {
		transform: rotateX(-3deg);
	}
	
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}

.page-template-tpl-product-detail-new .download-factsheet {
	background-color: #000;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-black-lowres.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.page-template-tpl-product-detail-new .download-factsheet.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-product-detail-new .download-factsheet .download-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.page-template-tpl-product-detail-new .download-factsheet .download-container .d-half {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .download-factsheet .download-container .d-half {
		width: 100%;
	}
}

.page-template-tpl-product-detail-new .download-factsheet .download-container .download-visual {
	padding: 30px 60px 30px 30px;
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .download-factsheet .download-container .download-visual {
		padding: 30px;
	}
}

.page-template-tpl-product-detail-new .download-factsheet .download-container .download-visual img {
	max-height: 500px;
	height: auto;
	width: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .download-factsheet .download-container .download-visual img {
		margin: 0 auto;
		max-height: auto;
		max-width: 300px;
	}
}

.page-template-tpl-product-detail-new .download-factsheet .download-container .download-copy {
	padding: 30px 30px 30px 80px;
}

@media only screen and (max-width: 767px) {
	.page-template-tpl-product-detail-new .download-factsheet .download-container .download-copy {
		padding: 0px 30px 60px;
		text-align: center;
	}
}

.page-template-tpl-product-detail-new .download-factsheet .download-container .download-copy h2 {
	color: #f5be63;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.page-template-tpl-product-detail-new .download-factsheet .download-container .download-copy p {
	color: #fff;
	font-size: 18px;
}

.page-template-tpl-product-detail-new .download-factsheet .download-container .download-copy a {
	margin-top: 30px;
	display: block;
	cursor: pointer !important;
}

.page-template-tpl-product-detail-new .download-factsheet .download-container .download-copy a button {
	background: none;
	border: 1px solid #fff;
	cursor: pointer !important;
	font-size: 16px;
}

.page-template-tpl-product-detail-new .download-factsheet .download-container .download-copy a button:hover {
	background: #fff;
	color: #1a1a1a;
}

.page-template-tpl-product-detail-new .recap-section {
	padding: 80px 20px;
	text-align: center;
	color: #000;
	background-size: cover;
	background-position: center;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-detail-new .recap-section {
		padding: 120px 20px;
	}
}

.page-template-tpl-product-detail-new .recap-section h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.page-template-tpl-product-detail-new .recap-section p {
	font-size: 16px;
	max-width: 640px;
	margin: 0 auto 30px;
}

.page-template-tpl-product-detail-new .recap-section a {
	cursor: pointer;
}

.page-template-tpl-product-detail-new .recap-section a button {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
	border: 2px solid #000;
	font-size: 16px;
	cursor: pointer;
}

.page-template-tpl-product-detail-new .recap-section a button:hover {
	background-color: #000;
	color: #fff;
}

.page-template-tpl-landing-page .global-header--desktop {
	display: none !important;
}

.page-template-tpl-landing-page .global-header--mobile {
	display: block !important;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-landing-page .global-header--mobile nav li>.sub-menu {
		padding: 0px 10px 0 0;
	}
	
	.page-template-tpl-landing-page .global-header--mobile nav li>.sub-menu li {
		border: none;
		padding: 6px 0;
	}
	
	.page-template-tpl-landing-page .global-header--mobile nav li>.sub-menu li a {
		color: #666;
		padding: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		border-left: 2px solid rgba(0, 0, 0, 0);
	}
	
	.page-template-tpl-landing-page .global-header--mobile nav li>.sub-menu li a:hover {
		padding-left: 10px;
		border-left: 2px solid #f5be63;
		color: #000 !important;
	}
	
	.page-template-tpl-landing-page .global-header--mobile nav li>.sub-menu li.menu-segmented {
		margin-bottom: 5px;
	}
	
	.page-template-tpl-landing-page .global-header--mobile nav li>.sub-menu li.menu-segmented>li {
		padding: 5px 0;
	}
}

.landing-page {
	background-color: #fff;
}

.landing-page .nomob {
	display: inline;
}

@media only screen and (max-width: 767px) {
	.landing-page .nomob {
		display: none;
		visibility: hidden;
	}
}

.landing-page .notab {
	display: inline;
}

@media only screen and (max-width: 1023px) {
	.landing-page .notab {
		display: none;
		visibility: hidden;
	}
}

.landing-page h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

.landing-page p {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px 0;
}

.landing-page p a {
	color: hsl(37.397260274, 87.9518072289%, 57.4509803922%);
}

.landing-page ul {
	list-style: disc;
	padding-left: 20px;
}

.landing-page ul li {
	font-size: 18px;
	margin: 0px 0;
}

.landing-page ul.bullets {
	list-style: none;
	padding-left: 0;
	margin-top: 30px;
}

.landing-page ul.bullets li {
	margin-bottom: 25px;
	display: flex;
	align-items: baseline;
}

.landing-page ul.bullets li i {
	margin-right: 15px;
	font-size: 16px;
}

.landing-page img {
	width: 100%;
	max-width: 750px;
}

.landing-page video {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.landing-page .btn-default {
	border: 1px solid #aaa;
	margin: 10px 5px 10px 0;
}

.landing-page .cta-container {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.landing-page .cta-container .btn-default {
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-transform: uppercase;
	background-color: #000;
	border: 1px solid #000;
	margin: 20px 0;
	transition: all .3s ease;
}

.landing-page .cta-container .btn-default:hover {
	background-color: #404040;
	border-color: #404040;
	color: #fff;
}

.landing-page .cta-container .cta2 {
	padding: 2px 0px;
	margin: 0 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	word-break: keep-all;
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.landing-page .cta-container .cta2:hover {
	border-bottom: 1px solid #000;
}

.landing-page .center {
	text-align: center;
	margin: inherit auto;
}

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

.landing-page .left .hbspt-form, .landing-page .left .hs-form {
	max-width: 400px;
	margin: 40px 0 0;
}

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

.landing-page .hbspt-form, .landing-page .hs-form {
	max-width: 400px;
	margin: 40px auto 0;
}

.landing-page .hbspt-form .hs-error-msgs, .landing-page .hs-form .hs-error-msgs {
	list-style: none;
}

.landing-page .hbspt-form .hs-error-msgs li, .landing-page .hs-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.landing-page .hbspt-form .actions, .landing-page .hs-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.landing-page .hbspt-form .input, .landing-page .hs-form .input {
	margin: 20px 0;
}

.landing-page .hbspt-form input, .landing-page .hs-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.landing-page .hbspt-form input.hs-input, .landing-page .hs-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.landing-page .hbspt-form .hs-fieldtype-select .input, .landing-page .hs-form .hs-fieldtype-select .input {
	position: relative;
}

.landing-page .hbspt-form .hs-fieldtype-select .input::before, .landing-page .hs-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #aaa;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.landing-page .hbspt-form select, .landing-page .hs-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.landing-page .hbspt-form select .disabled, .landing-page .hs-form select .disabled {
	color: #aaa;
}

.landing-page .hbspt-form input[type=submit], .landing-page .hs-form input[type=submit] {
	background: #231f20;
	border: 1px solid #aaa;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}

.landing-page .hbspt-form input[type=submit]:hover, .landing-page .hs-form input[type=submit]:hover {
	background-color: #919296;
}

.landing-page .hero-container {
	position: relative;
	padding-top: 60px;
	min-height: 550px;
}

.landing-page .hero-container.bg-visual {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.landing-page .hero-container .hero-visual {
	position: absolute;
	width: 52%;
	top: 0;
	bottom: 0;
	left: -88px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-container .hero-visual {
		display: none;
		visibility: hidden;
	}
}

.landing-page .hero-container .hero-container-inner {
	position: relative;
	z-index: 1;
	padding: 40px 0 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: -150px center;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-container .hero-container-inner {
		padding-bottom: 0;
	}
}

.landing-page .hero-container .hero-container-inner.text-light h1, .landing-page .hero-container .hero-container-inner.text-light p, .landing-page .hero-container .hero-container-inner.text-light a {
	color: #fff;
}

.landing-page .hero-container .hero-container-inner .hero-intro {
	padding: 20px 0 20px;
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.landing-page .hero-container .hero-container-inner .hero-intro {
		padding: 20px 30px 0;
	}
}

.landing-page .hero-container .hero-container-inner .hero-intro small {
	font-size: 18px;
	font-weight: 600;
}

.landing-page .hero-container .hero-container-inner .hero-intro h1 {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 48px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.landing-page .hero-container .hero-container-inner .hero-intro h1 {
		font-size: 32px;
		line-height: 38px;
	}
}

.landing-page .hero-container .hero-container-inner .hero-intro p {
	margin: 30px 0;
	font-size: 24px;
	line-height: 30px;
}

@media only screen and (max-width: 767px) {
	.landing-page .hero-container .hero-container-inner .hero-intro p {
		font-size: 18px;
		line-height: 22px;
	}
}

.landing-page .hero-container .hero-container-inner .hero-form .hero-form-inner {
	width: 50%;
	margin-left: auto;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-container .hero-container-inner .hero-form .hero-form-inner {
		margin: 0 auto;
		max-width: 400px;
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
}

.landing-page .hero-container .hero-container-inner .hero-form .hero-form-inner .hbspt-form {
	margin-left: 0;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-container .hero-container-inner .hero-form .hero-form-inner .hbspt-form {
		margin: 0 auto;
	}
	
	.landing-page .hero-container .hero-container-inner .hero-form .hero-form-inner .hbspt-form .hs-submit .actions {
		text-align: center;
	}
}

.landing-page .hero-container .hero-container-inner .hero-form .hero-form-inner .hero-disclaimer {
	max-width: 400px;
	margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-container .hero-container-inner .hero-form .hero-form-inner .hero-disclaimer {
		margin: 40px auto 0;
	}
}

.landing-page .hero-container .hero-container-inner .hero-form .hero-form-inner .hero-disclaimer p {
	font-size: 13px;
	line-height: 18px;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-container .hero-container-inner .hero-form .hero-form-inner .hero-disclaimer p {
		text-align: center;
	}
}

.landing-page .hero-container .hero-container-inner .hero-form .hero-form-inner .hero-disclaimer p a {
	text-decoration: underline;
}

.landing-page .hero-container .hero-container-inner .hero-visual-mob {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-container .hero-container-inner .hero-visual-mob {
		display: block;
		width: 100%;
		margin-top: -50px;
	}
	
	.landing-page .hero-container .hero-container-inner .hero-visual-mob img {
		max-width: 100%;
		height: auto;
	}
}

.landing-page .hero-video-container {
	padding: 90px 40px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	box-shadow: inset 0 -120px 0 #fff;
}

@media only screen and (max-width: 767px) {
	.landing-page .hero-video-container {
		padding: 90px 20px 40px;
	}
}

.landing-page .hero-video-container .hero-intro {
	padding: 20px 0 20px;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.landing-page .hero-video-container .hero-intro {
		padding: 20px 30px 0;
	}
}

.landing-page .hero-video-container .hero-intro small {
	font-size: 18px;
	font-weight: 600;
}

.landing-page .hero-video-container .hero-intro h1 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1360px) {
	.landing-page .hero-video-container .hero-intro h1 {
		font-size: 32px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.landing-page .hero-video-container .hero-intro h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

.landing-page .hero-video-container .hero-intro h2 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 20px;
}

@media only screen and (max-width: 1360px) {
	.landing-page .hero-video-container .hero-intro h2 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.landing-page .hero-video-container .hero-intro h2 {
		font-size: 16px;
		line-height: 20px;
	}
}

.landing-page .hero-video-container .hero-intro p {
	color: hsla(0, 0%, 100%, .85);
	font-size: 20px;
	line-height: 26px;
}

@media only screen and (max-width: 1100px) {
	.landing-page .hero-video-container .hero-intro p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.landing-page .hero-video-container .hero-intro p {
		font-size: 18px;
		line-height: 22px;
	}
}

.landing-page .hero-video-container .hero-video {
	max-width: 960px;
	margin: 0 auto -60px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: box-shadow .3s ease;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.landing-page .hero-video-container .hero-video .hero-video-thumbnail {
	max-width: 960px;
	height: auto;
	position: relative;
}

.landing-page .hero-video-container .hero-video .hero-video-thumbnail img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.landing-page .hero-video-container .hero-video .hero-video-thumbnail:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/play-btn.png");
	background-repeat: no-repeat;
	background-size: 110px 110px;
	background-position: center;
	transition: all .3 ease;
	-webkit-transition: all .3s ease;
}

.landing-page .hero-video-container .hero-video .hero-video-thumbnail.show-video-form:before {
	background-color: rgba(0, 0, 0, .95);
	background-image: none;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-video-container .hero-video .hero-video-thumbnail.show-video-form {
		display: none;
	}
}

.landing-page .hero-video-container .hero-video .hero-video-inner {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 960px;
	margin: 0 auto;
}

.landing-page .hero-video-container .hero-video .hero-video-inner.show-video-form .hero-video-form {
	visibility: visible;
	opacity: 1;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-video-container .hero-video .hero-video-inner {
		position: relative;
		display: none;
		transform: none;
		top: 0;
		left: 0;
		background: #000;
		padding: 30px;
	}
	
	.landing-page .hero-video-container .hero-video .hero-video-inner.show-video-form {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.landing-page .hero-video-container .hero-video .hero-video-inner {
		padding: 0;
	}
}

.landing-page .hero-video-container .hero-video .hero-video-inner .hero-video-form {
	padding: 40px;
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease .5s;
}

@media only screen and (max-width: 767px) {
	.landing-page .hero-video-container .hero-video .hero-video-inner .hero-video-form {
		padding: 30px;
	}
}

.landing-page .hero-video-container .hero-video .hero-video-inner .hero-video-form .hero-video-text {
	color: #f5be63;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	text-align: center;
}

.landing-page .hero-video-container .hero-video .hero-video-inner .hero-video-form .hs-form {
	max-width: 400px;
}

.landing-page .hero-video-container .hero-video .hero-video-inner .hero-video-form .hs-form .hs-submit .actions {
	text-align: center;
}

.landing-page .hero-video-container .hero-video .hero-video-inner .hero-video-form .hero-disclaimer {
	max-width: 400px;
	color: #fff;
	margin: 40px auto 0;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-video-container .hero-video .hero-video-inner .hero-video-form .hero-disclaimer {
		margin: 40px auto 0;
	}
}

.landing-page .hero-video-container .hero-video .hero-video-inner .hero-video-form .hero-disclaimer p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
	.landing-page .hero-video-container .hero-video .hero-video-inner .hero-video-form .hero-disclaimer p {
		text-align: center;
	}
}

.landing-page .hero-video-container .hero-video .hero-video-inner .hero-video-form .hero-disclaimer p a {
	text-decoration: underline;
	color: #f5be63;
}

.landing-page .hero-video-container .hero-video:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12);
}

.landing-page .hero-video-container .hero-video:hover .hero-video-thumbnail:before {
	background-size: 120px 120px;
	background-color: rgba(245, 190, 99, .3);
}

.landing-page .hero-video-container .hero-video:hover .hero-video-thumbnail.show-video-form:before {
	background-color: rgba(0, 0, 0, .95);
}

.landing-page .c-big-title {
	font-size: 50px;
	line-height: 58px;
}

@media only screen and (max-width: 599px) {
	.landing-page .c-big-title {
		font-size: 36px;
		line-height: 42px;
		margin-top: 35px;
	}
}

.landing-page .c-quote {
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	border-left: 3px solid #f5be63;
	padding-left: 30px;
	font-style: italic;
	display: block;
}

@media only screen and (max-width: 599px) {
	.landing-page .c-quote {
		font-size: 24px;
		line-height: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.landing-page .custom-form {
	margin-top: 20px;
}

.landing-page .custom-form .hbspt-form form {
	margin-top: 15px;
}

.landing-page .custom-form .hbspt-form input {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif !important;
}

.landing-page .custom-form .hbspt-form .input {
	margin-bottom: 10px;
	margin-top: 0;
}

.landing-page .custom-form .hbspt-form .hs-error-msg, .landing-page .custom-form .hbspt-form .hs_error_rollup {
	margin-bottom: 15px;
	display: block;
}

.landing-page .custom-form .hbspt-form .hs_firstname {
	width: 95%;
}

.landing-page .custom-form .hbspt-form .submitted-message {
	padding: 20px;
	background: hsla(0, 0%, 100%, .7);
	width: 100%;
	margin-bottom: 15px;
}

.landing-page .custom-form .hbspt-form .submitted-message p {
	margin: 0;
}

.landing-page .custom-form .hbspt-form .hs-submit {
	margin-top: 0;
	margin-bottom: 25px;
}

.landing-page .custom-form .hbspt-form .hs-submit .actions {
	margin-top: 0;
}

.landing-page .custom-form .hbspt-form .hs-submit .actions input[type=submit] {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	background-color: #f5be63;
	color: #000;
	border-color: #f5be63;
}

.landing-page .custom-form .hbspt-form .hs-submit .actions input[type=submit]:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.landing-page .block-container .full-column {
	padding: 40px 40px;
}

@media only screen and (max-width: 599px) {
	.landing-page .block-container .full-column {
		padding: 20px;
	}
}

.landing-page .block-container .full-column h2 {
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.landing-page .block-container .full-column .block-text {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

.landing-page .block-container .full-column .block-text.full-width {
	max-width: 100%;
}

.landing-page .block-container .full-column.no-padding {
	padding: 0 90px;
}

@media only screen and (max-width: 1139px) {
	.landing-page .block-container .full-column.no-padding {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 599px) {
	.landing-page .block-container .full-column.no-padding {
		padding: 0 20px;
	}
}

.landing-page .block-container .hero-block {
	padding: 120px 40px 60px;
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.landing-page .block-container .hero-block {
		margin-top: 60px;
		padding: 60px 40px;
	}
}

@media only screen and (max-width: 599px) {
	.landing-page .block-container .hero-block {
		padding: 40px 30px;
	}
}

.landing-page .block-container .hero-block h1 {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 48px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.landing-page .block-container .hero-block h1 {
		font-size: 32px;
		line-height: 38px;
	}
}

.landing-page .block-container .hero-block p {
	margin: 30px 0;
	font-size: 24px;
	line-height: 30px;
}

@media only screen and (max-width: 767px) {
	.landing-page .block-container .hero-block p {
		font-size: 18px;
		line-height: 22px;
	}
}

.landing-page .block-container .columns-container {
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

@media only screen and (max-width: 1023px) {
	.landing-page .block-container .columns-container {
		margin: 0;
	}
}

.landing-page .block-container .columns-container .column {
	width: 50%;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1023px) {
	.landing-page .block-container .columns-container .column {
		width: 100%;
	}
}

.landing-page .block-container .columns-container .column .block-text p.disclaimer {
	font-size: 12px;
	line-height: 18px;
}

.landing-page .block-container .columns-container .column .block-text p.disclaimer a {
	color: #e3930e;
}

.landing-page .block-container .columns-container .column .wrapper {
	width: 100%;
	max-width: 740px;
	padding: 60px 90px;
}

@media only screen and (max-width: 1139px) {
	.landing-page .block-container .columns-container .column .wrapper {
		padding: 40px;
	}
}

@media only screen and (max-width: 599px) {
	.landing-page .block-container .columns-container .column .wrapper {
		padding: 20px;
	}
}

.landing-page .block-container .columns-container .column .wrapper.no-padding {
	padding: 0 90px;
}

@media only screen and (max-width: 1139px) {
	.landing-page .block-container .columns-container .column .wrapper.no-padding {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 599px) {
	.landing-page .block-container .columns-container .column .wrapper.no-padding {
		padding: 0 20px;
	}
}

.landing-page .block-container .columns-container .column.left-column .wrapper {
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (max-width: 1023px) {
	.landing-page .block-container .columns-container .column.left-column .wrapper {
		margin-right: auto;
	}
}

@media only screen and (max-width: 1023px) {
	.landing-page .block-container .columns-container .column.right-column.inverted {
		order: -1;
	}
}

.landing-page .block-container .columns-container .column.right-column .wrapper {
	margin-right: auto;
	margin-left: 0;
}

@media only screen and (max-width: 1023px) {
	.landing-page .block-container .columns-container .column.right-column .wrapper {
		margin-left: auto;
	}
}

.landing-page .block-container .block-video {
	position: relative;
	cursor: pointer;
	max-width: 750px;
	margin: 0 auto;
}

.landing-page .block-container .block-video .playpause {
	display: block;
	visibility: visible;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/play-btn.png");
	background-repeat: no-repeat;
	width: 50%;
	height: 50%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	background-size: contain;
	background-position: center;
	max-width: 120px;
	max-height: 120px;
}

.landing-page .block-container .block-video .playpause.nitro-lazy {
	background-image: none !important;
}

.landing-page .block-container .block-video .playpause.playing {
	display: none;
	visibility: hidden;
}

.landing-page .block-container .block-video .lp-block-video {
	cursor: pointer;
}

.landing-page .block-container .block-vimeo {
	max-width: 750px;
	margin: 20px auto 40px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.landing-page .block-container .block-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.landing-page .block-container .btn-yellow {
	background-color: #f5be63;
	color: #1a1a1a;
	border-color: #f5be63;
}

.landing-page .block-container .btn-yellow:hover {
	background-color: #1a1a1a;
	color: #f5be63;
}

.single-customer-stories.overlay-active {
	height: 100vh;
	overflow-y: hidden;
}

.single-customer-stories.overlay-active .page-overlay {
	opacity: .75;
	visibility: visible;
	display: block;
}

.customer-stories {
	background-color: #fff;
}

@media only screen and (max-width: 1024px) {
	.customer-stories {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1620px) {
	.customer-stories .wrapper {
		padding: 0 90px;
	}
}

@media only screen and (max-width: 1250px) {
	.customer-stories .wrapper {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.customer-stories .wrapper {
		padding: 0;
	}
}

.customer-stories .hbspt-form {
	max-width: 300px;
	margin: 0px auto 0 0;
}

.customer-stories .hbspt-form .hs-error-msgs {
	list-style: none;
}

.customer-stories .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px !important;
	line-height: 18px;
}

.customer-stories .hbspt-form .actions {
	padding: 0px;
	margin: 10px 0;
}

.customer-stories .hbspt-form .input {
	margin: 8px 0;
}

.customer-stories .hbspt-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.customer-stories .hbspt-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 35px;
	padding: 10px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .95);
	border-radius: 3px;
}

.customer-stories .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.customer-stories .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 35px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #aaa;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.customer-stories .hbspt-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 35px;
	padding: 10px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .95);
	border-radius: 3px;
}

.customer-stories .hbspt-form select .disabled {
	color: #aaa;
}

.customer-stories .hbspt-form input[type=submit] {
	background: #231f20;
	border: 1px solid #aaa;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	padding: 10px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.customer-stories .hbspt-form input[type=submit]:hover {
	background-color: #919296;
}

.customer-stories h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

.customer-stories p {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px 0;
}

.customer-stories p a {
	color: hsl(37.397260274, 87.9518072289%, 52.4509803922%);
}

.customer-stories p a:hover {
	color: hsl(37.397260274, 87.9518072289%, 42.4509803922%);
}

.customer-stories img {
	width: 100%;
	max-width: 750px;
}

.customer-stories .story-items {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.customer-stories .story-items {
		padding: 0 20px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.customer-stories .story-items {
		padding: 0;
	}
}

.customer-stories .story-items .story-item {
	width: calc(( 100% - 120px ) / 4);
	margin-bottom: 60px;
	background-color: #fff;
	margin: 15px;
	transition: all .3s ease;
	border: 1px solid #eaeaea;
	position: relative;
	display: flex;
	justify-content: flex-start;
}

@media only screen and (max-width: 1550px) {
	.customer-stories .story-items .story-item {
		width: calc(( 100% - 90px ) / 3);
	}
}

@media only screen and (max-width: 1124px) {
	.customer-stories .story-items .story-item {
		margin: 15px;
		width: calc(( 100% - 60px ) / 2);
	}
}

@media only screen and (max-width: 767px) {
	.customer-stories .story-items .story-item {
		margin: 7px 15px;
		width: 100%;
	}
}

.customer-stories .story-items .story-item .tile-logo {
	text-align: left;
	height: 150px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.customer-stories .story-items .story-item .tile-logo {
		min-height: 75px;
		height: auto;
	}
}

.customer-stories .story-items .story-item .tile-logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
	max-height: 150px;
}

.customer-stories .story-items .story-item .tile-logo h2 {
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}

.customer-stories .story-items .story-item .tile-bg {
	background-color: #f5be63;
	width: 30px;
	height: auto;
	background-position: center center;
	background-size: cover;
}

.customer-stories .story-items .story-item .tile-info-container {
	width: calc(100% - 30px);
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.customer-stories .story-items .story-item .tile-info-container .tile-info {
	padding: 30px 30px;
	text-align: left;
}

.customer-stories .story-items .story-item .tile-info-container .tile-info h3, .customer-stories .story-items .story-item .tile-info-container .tile-info .rs-subtitle {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 15px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.customer-stories .story-items .story-item .tile-info-container .tile-info h3, .customer-stories .story-items .story-item .tile-info-container .tile-info .rs-subtitle {
		min-height: auto;
	}
}

.customer-stories .story-items .story-item .tile-info-container .tile-info h2, .customer-stories .story-items .story-item .tile-info-container .tile-info .rs-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	text-align: left;
	margin-top: 0;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.customer-stories .story-items .story-item .tile-info-container .tile-info h2, .customer-stories .story-items .story-item .tile-info-container .tile-info .rs-title {
		font-size: 20px;
		line-height: 26px;
	}
}

.customer-stories .story-items .story-item .tile-info-container .tile-info .rs-title {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

.customer-stories .story-items .story-item .tile-info-container .tile-info button {
	margin-top: auto;
	background: none;
	border: 1px solid #000;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.customer-stories .story-items .story-item .tile-info-container .tile-info button {
		position: static;
		margin-top: 0px;
	}
}

.customer-stories .story-items .story-item .tile-info-container .tile-info button:hover {
	background-color: #000;
	color: #fff;
}

.customer-stories .story-items .story-item .tile-info-container .tile-topics {
	background-color: #fef6e9;
	padding: 20px 30px;
	width: 100%;
}

.customer-stories .story-items .story-item .tile-info-container .tile-topics .tile-topic {
	background-color: #f5be63;
	border-radius: 20px;
	padding: 6px 15px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	display: inline-block;
}

.customer-stories-overview .header-container {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-white-top.jpg");
	background-position: center 25%;
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0;
}

.customer-stories-overview .header-container.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1200px) {
	.customer-stories-overview .header-container {
		background-position: center top;
	}
}

@media (hover: none) {
	.customer-stories-overview .header-container {
		background-attachment: scroll;
		background-position: center bottom;
	}
}

.customer-stories-overview .header-container::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 100%, .4);
}

.customer-stories-overview .header-container .header-title {
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	z-index: 1;
}

.customer-stories-overview .header-container .header-title h1 {
	color: #f5be63;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 40px;
	font-weight: 600;
}

.customer-stories-overview .header-container .header-title p {
	color: #000;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
}

.customer-stories-overview .header-container .header-logos {
	position: relative;
	z-index: 1;
	margin-top: 40px;
}

.customer-stories-overview .header-container .header-logos .logos-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5%;
}

@media only screen and (max-width: 767px) {
	.customer-stories-overview .header-container .header-logos .logos-container {
		justify-content: space-around;
	}
}

.customer-stories-overview .header-container .header-logos .logos-container .logo-story {
	margin-top: 20px;
	max-width: 150px;
	max-height: 75px;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.customer-stories-overview .header-container .header-logos .logos-container .logo-story {
		max-width: 130px;
		max-height: 65px;
	}
}

.customer-stories-overview .stories-container {
	background-color: #f8f8f8;
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.customer-stories-overview .stories-container {
		padding: 15px 0;
	}
}

.customer-stories-overview .stories-container .story-items-facets {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	max-width: 90%;
	width: 100%;
	margin: 0 auto 30px;
}

@media only screen and (max-width: 1024px) {
	.customer-stories-overview .stories-container .story-items-facets {
		padding: 0 20px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.customer-stories-overview .stories-container .story-items-facets {
		padding: 0;
	}
}

.customer-stories-overview .stories-container .story-items-facets h3 {
	margin: 15px 15px 0;
	width: 100%;
}

.customer-stories-overview .stories-container .story-items-facets .facet-reset {
	margin: 15px;
	width: calc(( 100% - 120px ) / 4);
}

@media only screen and (max-width: 1550px) {
	.customer-stories-overview .stories-container .story-items-facets .facet-reset {
		width: calc(( 100% - 90px ) / 3);
	}
}

@media only screen and (max-width: 1124px) {
	.customer-stories-overview .stories-container .story-items-facets .facet-reset {
		margin: 15px;
		width: calc(( 100% - 60px ) / 2);
	}
}

@media only screen and (max-width: 767px) {
	.customer-stories-overview .stories-container .story-items-facets .facet-reset {
		margin: 7px 15px;
		width: 100%;
	}
}

.customer-stories-overview .stories-container .story-items-facets .facet-reset a {
	padding: 9px 22px;
	border: 1px solid #aaa;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
}

.customer-stories-overview .stories-container .story-items-facets .facet-reset a:hover {
	background-color: #000;
	color: #fff;
}

.customer-stories-overview .stories-container .story-items-facets .facet-dropdown {
	margin: 15px;
	width: calc(( 100% - 120px ) / 4);
}

@media only screen and (max-width: 1550px) {
	.customer-stories-overview .stories-container .story-items-facets .facet-dropdown {
		width: calc(( 100% - 90px ) / 3);
	}
}

@media only screen and (max-width: 1124px) {
	.customer-stories-overview .stories-container .story-items-facets .facet-dropdown {
		margin: 15px;
		width: calc(( 100% - 60px ) / 2);
	}
}

@media only screen and (max-width: 767px) {
	.customer-stories-overview .stories-container .story-items-facets .facet-dropdown {
		margin: 7px 15px;
		width: 100%;
	}
}

.customer-stories-overview .stories-container .story-items-facets .facet-dropdown .facetwp-facet {
	margin-bottom: 0;
}

.customer-stories-overview .stories-container .story-items-facets .facet-dropdown .fs-wrap.multiple {
	font-size: 18px;
	width: 100%;
}

.customer-stories-overview .stories-container .story-items-facets .facet-dropdown .fs-wrap.multiple .fs-label-wrap .fs-label {
	padding: 10px 22px 10px 10px;
}

.customer-stories-overview .stories-container .story-items-facets .facet-dropdown .fs-wrap.multiple .fs-option .fs-checkbox i {
	width: 18px;
	height: 18px;
}

.customer-stories-overview .stories-container .story-items-facets .facet-dropdown .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: #f5be63;
}

.customer-stories-single .header-container {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-white-cropped-top.jpg");
	background-position: center -50px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 60px 0;
}

.customer-stories-single .header-container.nitro-lazy {
	background-image: none !important;
}

.customer-stories-single .header-container .header-title {
	text-align: center;
	padding: 0 30px;
}

.customer-stories-single .header-container .header-title h1 {
	max-width: 600px;
	margin: 0 auto;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
}

.customer-stories-single .header-container .header-title h2 {
	font-size: 20px;
	font-weight: 400;
}

.customer-stories-single .header-container .header-title h4 {
	color: #f5be63;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.customer-stories-single .header-container .header-title .logo-customer-story {
	text-align: center;
	margin: 40px auto 0;
	max-width: 200px;
	width: 100%;
	max-height: 125px;
}

.customer-stories-single .highlighted-testimonial {
	padding: 60px 0;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/testimonial-cs-bw.jpg");
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.customer-stories-single .highlighted-testimonial.nitro-lazy {
	background-image: none !important;
}

@media (hover: none) {
	.customer-stories-single .highlighted-testimonial {
		background-attachment: scroll;
	}
}

.customer-stories-single .highlighted-testimonial .testimonial-inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 30px;
}

.customer-stories-single .highlighted-testimonial h2 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin-top: 0;
}

@media only screen and (max-width: 600px) {
	.customer-stories-single .highlighted-testimonial h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

.customer-stories-single .highlighted-testimonial .testimonial-footer {
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-top: 30px;
}

.customer-stories-single .highlighted-testimonial .testimonial-footer .name {
	color: #f5be63;
	font-weight: bold;
}

.customer-stories-single .story-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 60px 90px;
}

@media only screen and (max-width: 767px) {
	.customer-stories-single .story-container {
		padding: 40px 30px;
	}
}

.customer-stories-single .story-container .story-sidebar {
	width: 350px;
	padding-right: 90px;
}

@media only screen and (max-width: 1179px) {
	.customer-stories-single .story-container .story-sidebar {
		width: 100%;
		max-width: 650px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 1179px) {
	.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items {
		display: flex;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 1179px) {
	.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items {
		flex-wrap: wrap;
	}
}

.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item {
	margin: 0 0 30px;
	text-align: left;
}

@media only screen and (max-width: 1179px) {
	.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item {
		width: calc(( 100% - 90px ) / 3);
		text-align: center;
	}
}

@media only screen and (max-width: 1024px) {
	.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item {
		width: 100%;
		max-width: 250px;
		margin: 0 auto 40px;
	}
}

.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item .c-number h3 {
	font-size: 80px;
	line-height: 90px;
	color: #000;
	font-weight: 300;
	height: 100px;
}

@media only screen and (max-width: 1179px) {
	.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item .c-number h3 {
		font-size: 65px;
		line-height: 70px;
		height: 75px;
	}
}

@media only screen and (max-width: 600px) {
	.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item .c-number h3 {
		font-size: 60px;
		line-height: 65px;
	}
}

.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item .c-number small {
	font-size: 36px;
	font-weight: 400;
}

@media only screen and (max-width: 1179px) {
	.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item .c-number small {
		font-size: 28px;
	}
}

@media only screen and (max-width: 600px) {
	.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item .c-number small {
		font-size: 24px;
	}
}

.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item .c-text {
	color: #747474;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding: 0px 0 15px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1179px) {
	.customer-stories-single .story-container .story-sidebar .customer-numbers .numbers-items .numbers-item .c-text {
		font-size: 16px;
		line-height: 20px;
		max-width: 350px;
		margin: 0 auto;
	}
}

.customer-stories-single .story-container .story-content {
	width: 100%;
	max-width: 650px;
}

.customer-stories-single .story-container .story-content a {
	text-decoration: underline;
}

.customer-stories-single .story-container .story-content ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

.customer-stories-single .story-container .story-content ul li {
	font-size: 18px;
	margin: 0px 0;
}

.customer-stories-single .story-container .story-content .inline-testimonial {
	margin: 40px 0;
	padding-left: 15px;
	border-left: 4px solid #f5be63;
}

.customer-stories-single .story-container .story-content .inline-testimonial h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
	font-style: italic;
	color: #000;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 600px) {
	.customer-stories-single .story-container .story-content .inline-testimonial h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.customer-stories-single .story-container .story-content .inline-testimonial .testimonial-footer {
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	margin-top: 30px;
}

.customer-stories-single .story-container .story-content .inline-testimonial .testimonial-footer .name {
	font-weight: bold;
}

.customer-stories-single .story-container .story-content .featured-asset {
	margin-top: 60px;
	cursor: pointer;
}

.customer-stories-single .story-container .story-content .featured-asset.is-active>.modal {
	display: block;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.customer-stories-single .story-container .story-content .featured-asset .featured-asset-inner {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
	padding: 30px;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06);
	transition: box-shadow .3s ease;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.customer-stories-single .story-container .story-content .featured-asset .featured-asset-inner {
		background-image: unset !important;
		padding: 0;
	}
}

.customer-stories-single .story-container .story-content .featured-asset .featured-asset-inner:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.customer-stories-single .story-container .story-content .featured-asset .featured-asset-inner .asset-content {
	width: 50%;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.customer-stories-single .story-container .story-content .featured-asset .featured-asset-inner .asset-content {
		width: 100%;
		padding: 30px;
		text-align: center;
	}
}

.customer-stories-single .story-container .story-content .featured-asset .featured-asset-inner .asset-content h3 {
	font-weight: 600;
	margin-bottom: 10px;
}

.customer-stories-single .story-container .story-content .featured-asset .featured-asset-inner .asset-content p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
}

.customer-stories-single .story-container .story-content .featured-asset .asset-mob {
	display: none;
}

@media only screen and (max-width: 767px) {
	.customer-stories-single .story-container .story-content .featured-asset .asset-mob {
		width: 100%;
		display: block;
		margin-top: -100px;
	}
}

.customer-stories-single .story-container .story-content .c-modal {
	width: 80%;
	max-width: 1000px;
	display: block !important;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	max-height: 800px;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	z-index: 1500;
}

@media only screen and (max-width: 1023px) {
	.customer-stories-single .story-container .story-content .c-modal {
		width: 90%;
	}
}

.customer-stories-single .story-container .story-content .c-modal .close-modal {
	right: 20px;
	top: 20px;
}

.customer-stories-single .story-container .story-content .c-modal .modal-container {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: auto;
	background-color: #fff;
}

.customer-stories-single .story-container .story-content .c-modal .modal-text {
	padding: 60px;
	width: 65%;
	text-align: left;
	padding-right: 90px;
	max-height: 85vh;
	overflow-y: scroll;
}

@media only screen and (max-width: 1023px) {
	.customer-stories-single .story-container .story-content .c-modal .modal-text {
		width: calc(100% - 200px);
		padding: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.customer-stories-single .story-container .story-content .c-modal .modal-text {
		width: 100%;
		padding: 30px;
		max-height: 75vh;
		margin-top: 30px;
	}
}

.customer-stories-single .story-container .story-content .c-modal .modal-text h3 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
}

.customer-stories-single .story-container .story-content .c-modal .modal-bg {
	width: 35%;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
	.customer-stories-single .story-container .story-content .c-modal .modal-bg {
		width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.customer-stories-single .story-container .story-content .c-modal .modal-bg {
		width: 100%;
		height: 230px;
		margin-top: -30px;
	}
}

.customer-stories-single .related-stories {
	background-color: #f8f8f8;
	padding: 40px 0px 60px;
	clear: both;
}

.customer-stories-single .related-stories .story-items .story-item {
	flex-grow: 1;
}

@media only screen and (max-width: 860px) {
	.customer-stories-single .related-stories .story-items .story-item:nth-child(3) .tile-logo {
		min-height: 75px;
		height: auto;
	}
}

.customer-stories-single .related-stories h2 {
	text-align: center;
}

.customer-stories-single .related-stories .btn-back {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin: 15px auto 0;
	display: block;
}

#platform-page {
	background-color: #fff;
	overflow-x: hidden;
}

#platform-page .nomob {
	display: block;
}

#platform-page .showmob {
	display: none;
}

@media only screen and (max-width: 1500px) {
	#platform-page .wrapper {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1024px) {
	#platform-page .wrapper {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 600px) {
	#platform-page .wrapper {
		padding: 0 20px;
	}
}

#platform-page h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

#platform-page p {
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0 20px 0;
}

#platform-page p strong {
	font-family: inherit;
	font-weight: 600;
}

#platform-page p em {
	font-style: italic;
}

#platform-page ul {
	list-style: disc;
	padding-left: 20px;
}

#platform-page ul li {
	font-size: 18px;
	margin: 0px 0;
}

#platform-page img {
	width: 100%;
	max-width: 750px;
	height: auto;
}

#platform-page .btn-default {
	border: 1px solid #aaa;
}

#platform-page .center {
	text-align: center;
	margin: inherit auto;
}

#platform-page .left {
	text-align: left;
}

#platform-page .left .hbspt-form {
	max-width: 400px;
	margin: 40px 0 0;
}

#platform-page .right {
	text-align: right;
}

#platform-page .hbspt-form {
	max-width: 400px;
	margin: 40px 0 0;
}

#platform-page .hbspt-form .hs-error-msgs {
	list-style: none;
}

#platform-page .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

#platform-page .hbspt-form .actions {
	padding: 0px;
	margin: 20px 0;
}

#platform-page .hbspt-form .input {
	margin: 20px 0;
}

#platform-page .hbspt-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#platform-page .hbspt-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

#platform-page .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

#platform-page .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #aaa;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

#platform-page .hbspt-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

#platform-page .hbspt-form select .disabled {
	color: #aaa;
}

#platform-page .hbspt-form input[type=submit] {
	background: #231f20;
	border: 1px solid #aaa;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
}

#platform-page .hbspt-form input[type=submit]:hover {
	background-color: #919296;
}

#platform-page .pl-header {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
}

@media only screen and (max-width: 1024px) {
	#platform-page .pl-header {
		margin-top: 55px;
	}
}

#platform-page .pl-header .pl-header-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1600px) {
	#platform-page .pl-header .pl-header-container {
		padding: 0px 90px;
	}
}

@media only screen and (max-width: 1024px) {
	#platform-page .pl-header .pl-header-container {
		padding: 0px 40px;
	}
}

@media only screen and (max-width: 800px) {
	#platform-page .pl-header .pl-header-container {
		flex-wrap: wrap;
		padding: 0px 20px;
	}
}

#platform-page .pl-header .pl-header-container .h-text {
	max-width: 750px;
	padding: 20px 60px 20px 0px;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	#platform-page .pl-header .pl-header-container .h-text {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 600px) {
	#platform-page .pl-header .pl-header-container .h-text {
		padding: 0;
	}
}

#platform-page .pl-header .pl-header-container .h-text h1 {
	color: #fff;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 0;
}

#platform-page .pl-header .pl-header-container .h-text p {
	font-size: 18px;
	color: #ccc;
}

#platform-page .pl-header .pl-header-container .h-text .cta-container {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
	#platform-page .pl-header .pl-header-container .h-text .cta-container {
		justify-content: center;
	}
	
	#platform-page .pl-header .pl-header-container .h-text .cta-container .btn-default {
		margin-left: 0px;
	}
	
	#platform-page .pl-header .pl-header-container .h-text .cta-container .cta2 {
		margin-right: 35px;
		margin-left: 35px;
	}
}

@media only screen and (max-width: 490px) {
	#platform-page .pl-header .pl-header-container .h-text .cta-container .btn-default {
		margin-right: 0;
	}
}

#platform-page .pl-header .pl-header-container .h-text .btn-default {
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	transition: all .3s ease;
	margin: 20px 35px 20px 0;
}

#platform-page .pl-header .pl-header-container .h-text .btn-default:hover {
	background-color: #fff;
	color: #1a1a1a;
}

#platform-page .pl-header .pl-header-container .h-text .cta2 {
	padding: 2px 0px;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	word-break: keep-all;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

#platform-page .pl-header .pl-header-container .h-text .cta2:hover {
	border-bottom: 1px solid #fff;
}

#platform-page .pl-header .pl-header-container .h-text .h-description {
	margin: 20px 0 30px;
}

#platform-page .pl-header .pl-header-container .h-visual img {
	margin: 0 auto;
	max-width: 550px;
}

#platform-page .testimonials-platform {
	background-color: #f5be63;
}

@media only screen and (max-width: 1023px) {
	#platform-page .testimonials-platform .wrapper {
		padding: 0px 0;
		text-align: center;
	}
}

#platform-page .testimonials-platform .careers-testimonial-slider-navigation-buttons img {
	max-width: 33px;
}

@media only screen and (max-width: 1023px) {
	#platform-page .testimonials-platform .careers-testimonial-slider-navigation-buttons img {
		max-width: 15px;
	}
}

#platform-page .pl-platform {
	padding: 60px 0;
	background-color: #f8f8f8;
}

#platform-page .pl-platform h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

#platform-page .pl-platform .h-description {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 40px;
}

#platform-page .pl-platform .h-visual img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

@media only screen and (max-width: 850px) {
	#platform-page .pl-platform .h-visual img.nomob {
		display: none;
	}
	
	#platform-page .pl-platform .h-visual img.showmob {
		display: block;
		max-width: 400px;
	}
}

#platform-page .pl-features {
	padding: 60px 0;
}

#platform-page .pl-features h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	#platform-page .pl-features .features-wrapper {
		padding: 0 5px;
	}
}

#platform-page .pl-features .h-description {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 60px;
}

#platform-page .pl-features .h-visual {
	background-color: #f8f8f8;
	padding: 40px;
	margin-bottom: 60px;
}

#platform-page .pl-features .btn-default {
	margin-top: 20px;
}

#platform-page .pl-features .pl-feature-items {
	padding-top: 0px;
	width: 100%;
	box-shadow: 0 0 80px rgba(0, 0, 0, .12);
}

@media only screen and (max-width: 1023px) {
	#platform-page .pl-features .pl-feature-items {
		box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	}
}

@media only screen and (max-width: 600px) {
	#platform-page .pl-features .pl-feature-items {
		box-shadow: none;
		border: 1px solid #eee;
	}
}

#platform-page .pl-features .pl-feature-items.has-tabs .ootb-tabcordion--tabs {
	opacity: 1;
	height: auto;
	visibility: visible;
}

#platform-page .pl-features .pl-feature-items.has-tabs .ootb-tabcordion--entry {
	min-height: 0;
}

#platform-page .pl-features .pl-feature-items.has-tabs .ootb-tabcordion--entry::before {
	display: none;
}

#platform-page .pl-features .pl-feature-items.has-tabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
	opacity: 1;
	transition: opacity 400ms ease-in-out;
}

#platform-page .pl-features .pl-feature-items.has-tabs .ootb-tabcordion--entry .ootb-tabcordion--entry-content {
	opacity: 0;
	transition: opacity 400ms ease-in-out;
}

#platform-page .pl-features .pl-feature-items.has-tabs .tab-header-mob {
	display: none;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--tabs {
	opacity: 0;
	height: 0;
	width: 100%;
	visibility: hidden;
	display: flex;
	flex-flow: wrap;
	margin: 0;
	list-style: none;
	padding: 0;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab {
	display: block;
	width: 20%;
	background: #f8f8f8;
	color: #000;
	margin: 0 4px 1px;
	margin: 0 0 1px 0;
	padding: 20px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	border: none;
	border-right: 12px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab:last-child {
	border-right: none;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab .f-icon img {
	max-width: 50px;
	margin: 0 auto 10px;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab:hover, #platform-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab:focus {
	background: hsl(37.397260274, 87.9518072289%, 95.4509803922%);
	outline: none;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab.is-active {
	background: #fff;
	border-bottom: none;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab.is-active:hover, #platform-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab.is-active:focus {
	background: #fff;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry {
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 1023px) {
	#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry {
		height: 150px;
	}
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry::before {
	position: relative;
	cursor: pointer;
	z-index: 1;
	background: #fafafa;
	color: red;
	padding: 20px;
	display: block;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry:hover, #platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry:focus {
	outline: none;
}

@media only screen and (max-width: 1023px) {
	#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active {
		height: auto;
	}
}

@media only screen and (max-width: 1023px) {
	#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .tab-header-mob {
		background: hsl(37.397260274, 87.9518072289%, 95.4509803922%);
	}
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
	margin-top: 0px;
	height: auto;
	opacity: 1;
	transition: margin 400ms ease-out -100ms;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-icon {
	max-width: 400px;
	margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
	#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-icon {
		display: none;
	}
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half {
	width: 50%;
	padding: 20px 40px;
}

@media only screen and (max-width: 1180px) {
	#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-icon {
		width: 35%;
	}
	
	#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-text {
		width: 65%;
	}
}

@media only screen and (max-width: 1023px) {
	#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half {
		width: 100%;
		padding: 30px;
	}
	
	#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-text {
		width: 100%;
		padding: 30px;
	}
}

@media only screen and (max-width: 600px) {
	#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-text {
		padding: 20px;
	}
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text h4 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text p {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text ul li {
	margin: 6px 0;
	min-height: 35px;
	width: 100%;
	padding-left: 30px;
	align-items: center;
	position: relative;
	line-height: 22px;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text ul li:before {
	content: "";
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet@2x.png");
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: center;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry-container {
	overflow: hidden;
	margin-bottom: 1px;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry-content {
	position: relative;
	margin-top: -100%;
	height: 0;
	opacity: 0;
	transition: margin 500ms ease-in;
	padding: 20px;
}

@media only screen and (max-width: 600px) {
	#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry-content {
		padding: 0;
	}
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry-content a.more {
	color: #000;
}

#platform-page .pl-features .pl-feature-items .ootb-tabcordion--entry-content a.more:hover {
	color: #000;
}

#platform-page .pl-features .pl-feature-items .tab-header-mob {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 0;
	background-color: #f8f8f8;
	text-align: center;
	border-bottom: 2px solid #eee;
}

#platform-page .pl-features .pl-feature-items .tab-header-mob .f-icon {
	width: 80px;
	margin: 20px auto 10px;
	pointer-events: none;
}

#platform-page .pl-features .pl-feature-items .tab-header-mob:hover, #platform-page .pl-features .pl-feature-items .tab-header-mob:focus {
	outline: none;
}

@media only screen and (max-width: 1023px) {
	#platform-page .pl-features .pl-feature-items .container-mob {
		margin-top: 150px;
	}
}

#platform-page .pl-asset {
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
}

#platform-page .pl-asset .pl-asset-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

#platform-page .pl-asset .pl-asset-container .a-half {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	#platform-page .pl-asset .pl-asset-container .a-half {
		width: 100%;
	}
}

#platform-page .pl-asset .pl-asset-container .a-visual {
	padding: 30px 60px 30px 30px;
}

@media only screen and (max-width: 767px) {
	#platform-page .pl-asset .pl-asset-container .a-visual {
		padding: 30px;
	}
}

#platform-page .pl-asset .pl-asset-container .a-visual img {
	max-height: 500px;
	height: auto;
	width: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	#platform-page .pl-asset .pl-asset-container .a-visual img {
		margin: 0 auto;
		max-height: auto;
		max-width: 300px;
	}
}

#platform-page .pl-asset .pl-asset-container .a-text {
	padding: 30px 30px 30px 80px;
}

@media only screen and (max-width: 767px) {
	#platform-page .pl-asset .pl-asset-container .a-text {
		padding: 0px 30px 60px;
		text-align: center;
	}
}

#platform-page .pl-asset .pl-asset-container .a-text h2 {
	color: #f5be63;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#platform-page .pl-asset .pl-asset-container .a-text p {
	color: #fff;
	font-size: 18px;
}

#platform-page .pl-asset .pl-asset-container .a-text a {
	margin-top: 30px;
	display: block;
	cursor: pointer !important;
}

#platform-page .pl-asset .pl-asset-container .a-text a button {
	background: none;
	border: 1px solid #fff;
	cursor: pointer !important;
	font-size: 16px;
}

#platform-page .pl-asset .pl-asset-container .a-text a button:hover {
	background: #fff;
	color: #1a1a1a;
}

#platform-page .pl-products {
	padding: 60px 0;
}

#platform-page .pl-products h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

#platform-page .pl-products .pl-product-items {
	padding-top: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

#platform-page .pl-products .pl-product-items .product-item {
	width: calc(50% - 5px);
	background-color: #f8f8f8;
	cursor: pointer;
}

@media only screen and (max-width: 1023px) {
	#platform-page .pl-products .pl-product-items .product-item {
		width: 100%;
		margin-bottom: 30px;
	}
}

#platform-page .pl-products .pl-product-items .product-item .p-visual {
	padding: 40px 40px 20px;
	-webkit-font-smoothing: antialiased;
	background-position: 85% bottom;
	transition: all .3s ease;
}

@media only screen and (max-width: 600px) {
	#platform-page .pl-products .pl-product-items .product-item .p-visual {
		background-position: 78% bottom;
		background-size: 350%;
		background-repeat: no-repeat;
	}
}

#platform-page .pl-products .pl-product-items .product-item .p-visual img {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
	transition: all .3s ease;
	transform: scale(.95);
}

#platform-page .pl-products .pl-product-items .product-item .p-content {
	text-align: center;
	padding: 0px 40px 40px;
}

@media only screen and (max-width: 600px) {
	#platform-page .pl-products .pl-product-items .product-item .p-content {
		padding: 0 30px 40px;
	}
}

#platform-page .pl-products .pl-product-items .product-item .p-content h3 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#platform-page .pl-products .pl-product-items .product-item .p-content p {
	font-size: 18px;
	line-height: 26px;
}

#platform-page .pl-products .pl-product-items .product-item:hover .p-visual {
	background-position: 80% bottom;
}

#platform-page .pl-products .pl-product-items .product-item:hover .p-visual img {
	transform: scale(1);
}

#platform-page .pl-products .pl-product-items .product-item:hover button {
	background-color: #919296;
	border: 1px solid #aaa;
}

#platform-page .pl-columns-items {
	background-color: hsl(37.397260274, 87.9518072289%, 95.4509803922%);
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	#platform-page .pl-columns-items {
		padding: 40px 40px;
	}
}

@media only screen and (max-width: 600px) {
	#platform-page .pl-columns-items {
		padding: 40px 0px;
	}
}

#platform-page .pl-columns-items h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 40px;
}

#platform-page .pl-columns-items .pl-column-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	#platform-page .pl-columns-items .pl-column-items {
		justify-content: center;
	}
}

#platform-page .pl-columns-items .pl-column-items .column-item {
	width: 30%;
	padding: 30px 0 0;
	margin: 0px;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	#platform-page .pl-columns-items .pl-column-items .column-item {
		width: 100%;
		margin-bottom: 0px;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 600px) {
	#platform-page .pl-columns-items .pl-column-items .column-item {
		margin-top: 0px;
	}
}

#platform-page .pl-columns-items .pl-column-items .column-item .c-icon {
	max-width: 175px;
	margin: 0 auto;
}

#platform-page .pl-columns-items .pl-column-items .column-item h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}

#platform-page .pl-columns-items .pl-column-items .column-item p {
	font-size: 16px;
}

#menu-main-nav>li>a, .sub-menu>li>a, #menu-main-nav-1>li>a {
	font-size: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-template-tpl-product-alpha {
	color: #fff !important;
	background: #0e0e0e;
	background: -moz-linear-gradient(-45deg, #0e0e0e 0%, #333 50%, #111 100%);
	background: -webkit-linear-gradient(-45deg, #0e0e0e 0%, #333 50%, #111 100%);
	background: linear-gradient(135deg, #0e0e0e 0%, #333 50%, #111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e0e0e", endColorstr="#111111", GradientType=1);
}

.page-template-tpl-product-alpha a {
	color: #fff !important;
}

.page-template-tpl-product-alpha .breadcrumbs {
	padding: 30px 30px 0 30px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .breadcrumbs {
		padding: 40px 70px 0 70px;
	}
}

.page-template-tpl-product-alpha .breadcrumbs.bg-color {
	background-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-product-alpha .tesimonials-container {
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-alpha .tesimonials-container {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .tesimonials-container {
		padding: 150px 0 60px 0;
	}
}

.page-template-tpl-product-alpha .product__masthead {
	min-height: 650px;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-product-alpha .product__masthead {
		padding: 100px 25px 50px !important;
		min-height: auto !important;
	}
}

.page-template-tpl-product-alpha .product__masthead .careers-masthead__inner-content {
	color: #404040 !important;
}

.page-template-tpl-product-alpha .product__masthead .careers-masthead__inner-content h1 {
	color: #181919 !important;
}

.page-template-tpl-product-alpha .product__masthead .careers-masthead__inner-content a button {
	border-color: #404040 !important;
	color: #404040;
	cursor: pointer;
}

.page-template-tpl-product-alpha .product__masthead .careers-masthead__inner-content a button:hover {
	background-color: #404040;
	color: #fff;
}

.page-template-tpl-product-alpha .product__s1, .page-template-tpl-product-alpha .product__s3, .page-template-tpl-product-alpha .product__s4, .page-template-tpl-product-alpha .product__s5, .page-template-tpl-product-alpha .product__s6, .page-template-tpl-product-alpha .product__s7 {
	background-color: rgba(0, 0, 0, 0) !important;
	padding: 50px 20px 20px;
}

@media only screen and (min-width: 600px) {
	.page-template-tpl-product-alpha .product__s1, .page-template-tpl-product-alpha .product__s3, .page-template-tpl-product-alpha .product__s4, .page-template-tpl-product-alpha .product__s5, .page-template-tpl-product-alpha .product__s6, .page-template-tpl-product-alpha .product__s7 {
		padding: 90px 20px;
	}
}

.page-template-tpl-product-alpha .product__s1 .section-title, .page-template-tpl-product-alpha .product__s3 .section-title, .page-template-tpl-product-alpha .product__s4 .section-title, .page-template-tpl-product-alpha .product__s5 .section-title, .page-template-tpl-product-alpha .product__s6 .section-title, .page-template-tpl-product-alpha .product__s7 .section-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.2;
}

@media only screen and (min-width: 600px) {
	.page-template-tpl-product-alpha .product__s1 .section-title, .page-template-tpl-product-alpha .product__s3 .section-title, .page-template-tpl-product-alpha .product__s4 .section-title, .page-template-tpl-product-alpha .product__s5 .section-title, .page-template-tpl-product-alpha .product__s6 .section-title, .page-template-tpl-product-alpha .product__s7 .section-title {
		font-size: 37px;
		font-size: 2.3125rem;
		line-height: 1.2;
	}
}

.page-template-tpl-product-alpha .product__s1 {
	padding-bottom: 0;
}

.page-template-tpl-product-alpha .product__s1 .section-title {
	max-width: 800px;
	margin: 0 auto;
}

.page-template-tpl-product-alpha .product__s1 .product__s1__wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.page-template-tpl-product-alpha .product__s1 .product__s1__row {
	clear: both;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s1 .product__s1__row {
		display: table;
		margin: 50px 0;
		text-align: left;
	}
}

.page-template-tpl-product-alpha .product__s1 .product__s1__text, .page-template-tpl-product-alpha .product__s1 .product__s1__image {
	margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s1 .product__s1__text, .page-template-tpl-product-alpha .product__s1 .product__s1__image {
		margin-bottom: 0;
		padding: 20px;
		display: table-cell;
		vertical-align: middle;
	}
}

.page-template-tpl-product-alpha .product__s1 .product__s1__text {
	width: 100%;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s1 .product__s1__text {
		width: 45%;
	}
}

.page-template-tpl-product-alpha .product__s1 .product__s1__text p {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
}

.page-template-tpl-product-alpha .product__s1 .product__s1__text__heading {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s1 .product__s1__text__heading {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.2em;
	}
}

.page-template-tpl-product-alpha .product__s1 .product__s1__image {
	width: 100%;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s1 .product__s1__image {
		width: 55%;
	}
}

.page-template-tpl-product-alpha .product__s1 .product__s1__image img {
	margin: 0 auto;
	max-width: 550px;
	width: 100%;
	height: auto;
}

.page-template-tpl-product-alpha .product__s3 {
	background-size: cover;
	background-position: center;
	background-color: #eee8dd;
	padding: 50px 20px;
}

.page-template-tpl-product-alpha .product__s3 .product__s3__wrap {
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.page-template-tpl-product-alpha .product__s3 .product__s3__row {
	clear: both;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s3 .product__s3__row {
		display: table;
		margin: 0;
		text-align: left;
	}
}

.page-template-tpl-product-alpha .product__s3 .section-title {
	color: #181919;
	margin-bottom: 70px;
}

.page-template-tpl-product-alpha .product__s3 .product__s3__col {
	margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s3 .product__s3__col {
		margin-bottom: 0;
		padding-left: 50px;
		padding-right: 50px;
	}
}

.page-template-tpl-product-alpha .product__s3 .product__s3__col.single-entry {
	text-align: center;
}

.page-template-tpl-product-alpha .product__s3 .product__s3__text__heading {
	margin-bottom: 20px;
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 1.6;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.page-template-tpl-product-alpha .product__s3 p {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #3d3839;
	max-width: 640px;
	margin: 0 auto;
}

.page-template-tpl-product-alpha .product__s6 {
	padding: 50px 20px;
	text-align: center;
	color: #fff;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s6 {
		padding: 100px 20px 160px 20px;
	}
}

.page-template-tpl-product-alpha .product__s6 .product__s6__col-1, .page-template-tpl-product-alpha .product__s6 .product__s6__col-2, .page-template-tpl-product-alpha .product__s6 .product__s6__col-3 {
	margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s6 .product__s6__col-1, .page-template-tpl-product-alpha .product__s6 .product__s6__col-2, .page-template-tpl-product-alpha .product__s6 .product__s6__col-3 {
		padding-left: 40px;
		padding-right: 40px;
		margin-bottom: 0;
	}
}

.page-template-tpl-product-alpha .product__s6 h2.section-title {
	color: #f5be63;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s6 h2.section-title {
		margin-bottom: 50px;
	}
}

.page-template-tpl-product-alpha .product__s6 .section-subtitle {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s6 .section-subtitle {
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 1.2;
	}
}

.page-template-tpl-product-alpha .product__s6 p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
	max-width: 640px;
	margin: 0 auto 30px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

.page-template-tpl-product-alpha .product__s6 a {
	cursor: pointer;
}

.page-template-tpl-product-alpha .product__s6 a button {
	border: 2px solid #fff;
	background-color: rgba(0, 0, 0, 0);
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
	cursor: pointer;
}

.page-template-tpl-product-alpha .product__s6 a button:hover {
	background-color: #fff;
	color: #000;
}

.page-template-tpl-product-alpha .product__s4 {
	padding: 50px 20px;
	text-align: center;
	color: #000;
	background-size: cover;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-product-alpha .product__s4 {
		padding: 120px 20px;
	}
}

.page-template-tpl-product-alpha .product__s4 p {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.4;
	max-width: 640px;
	margin: 0 auto 60px;
	font-weight: bold;
}

.page-template-tpl-product-alpha .product__s4 a {
	cursor: pointer;
}

.page-template-tpl-product-alpha .product__s4 a button {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
	border: 2px solid #000;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	cursor: pointer;
}

.page-template-tpl-product-alpha .product__s4 a button:hover {
	background-color: #000;
	color: #fff;
}

.page-template-tpl-product-alpha .alpha-masthead__inner-content {
	text-align: center;
}

.page-template-tpl-product-alpha .alpha-masthead__inner-content p {
	font-size: 28px;
	margin-bottom: 28px;
}

.page-template-tpl-product-alpha .alpha-masthead__inner-content button {
	background: #fff !important;
	color: #000 !important;
	font-size: 19px !important;
}

.page-template-tpl-product-alpha .alpha-masthead-logo {
	width: 900px;
	position: absolute;
	max-width: 80%;
	top: 35vh;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	padding-bottom: 30px;
	z-index: -1;
}

.page-template-tpl-product-alpha .main-wrapper {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.page-template-tpl-product-alpha .main-wrapper.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-product-alpha .masthead .masthead__container {
	background-color: rgba(0, 0, 0, 0) !important;
}

.page-template-tpl-product-alpha .global-header--desktop .global-header-nav .global-header {
	background-color: rgba(0, 0, 0, 0) !important;
}

.page-template-tpl-product-alpha .global-header-prenav>div>header, .page-template-tpl-product-alpha .footer>.wrapper, .page-template-tpl-product-alpha .footer-main-section, .page-template-tpl-product-alpha .footer-awards-section {
	background-color: rgba(0, 0, 0, 0) !important;
}

.page-template-tpl-product-alpha .global-header--desktop.sticky-active .global-header-nav {
	background: #000 !important;
	z-index: 99;
}

.page-template-tpl-product-alpha .global-header--mobile {
	background: #000 !important;
}

.page-template-tpl-product-alpha .header__nav--desktop ul>li, .page-template-tpl-product-alpha .header__nav--desktop ul>li>a {
	color: #fff;
	border-bottom-color: rgba(0, 0, 0, 0) !important;
}

.page-template-tpl-product-alpha .header__nav--mobile ul>li, .page-template-tpl-product-alpha .header__nav--mobile ul>li>a {
	color: #404040 !important;
	border-bottom-color: #000 !important;
}

.page-template-tpl-product-alpha .global-header-logo>a>img, .page-template-tpl-product-alpha .global-header--desktop img.mobile-header-logo {
	-webkit-filter: invert(1);
	filter: invert(1);
	display: none;
}

.page-template-tpl-product-alpha .mobile-header-logo-a img {
	display: block !important;
}

.page-template-tpl-product-alpha .global-header--mobile img.mobile-header-logo, .page-template-tpl-product-alpha .mobile-nav-hamburger {
	-webkit-filter: invert(1);
	filter: invert(1);
	display: block !important;
}

.page-template-tpl-product-alpha .global-header--mobile button.request-a-demo-button {
	background: #404040 !important;
	color: #fff !important;
}

.page-template-tpl-product-alpha .global-header--desktop button.request-a-demo-button {
	background: #fff !important;
	color: #000 !important;
}

.page-template-tpl-product-alpha .global-header--desktop nav ul>li.current_page_parent, .page-template-tpl-product-alpha .global-header--desktop nav ul>li:hover {
	border-bottom-color: #fff !important;
}

.page-template-tpl-product-alpha .alpha-masthead__container {
	padding-top: 20vh !important;
}

.page-template-tpl-product-alpha .product__s3__text__heading, .page-template-tpl-product-alpha .product__s3__col, .page-template-tpl-product-alpha .product__s3__col p {
	color: #fff !important;
}

.page-template-tpl-product-alpha .product__s6 ul, .page-template-tpl-product-alpha .product__s1 ul, .page-template-tpl-product-alpha .product__s3 ul, .page-template-tpl-product-alpha .gform_fields {
	list-style: square;
	width: 100% !important;
	max-width: 500px !important;
	padding: 0 30px;
	margin: auto !important;
}

.page-template-tpl-product-alpha .product__s6 li, .page-template-tpl-product-alpha .product__s1 li, .page-template-tpl-product-alpha .product__s3 li {
	font-size: 16px;
	padding: 10px 5px;
	text-align: left;
	line-height: normal;
}

.page-template-tpl-product-alpha .alpha-header-bg {
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: -4;
	background-color: #000;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/alpha-animated-header/bg.jpg");
	background-size: 100% 100vh;
	background-position: top;
	background-repeat: no-repeat;
}

.page-template-tpl-product-alpha .alpha-header-bg.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-product-alpha .alpha-header-sunrise {
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -3;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/alpha-animated-header/sunrise.svg");
	background-size: 1000vw;
	background-position: center;
	background-repeat: no-repeat;
	mix-blend-mode: lighten;
	overflow: hidden;
	opacity: .85;
}

.page-template-tpl-product-alpha .alpha-header-sunrise.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-product-alpha .alpha-header-sunrisewrap {
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -2;
	overflow: hidden;
}

.page-template-tpl-product-alpha .alpha-header-stars {
	top: 0;
	left: 0;
	height: 50vh;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -3;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/alpha-animated-header/stars.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	mix-blend-mode: linear-dodge;
	overflow: hidden;
}

.page-template-tpl-product-alpha .alpha-header-stars.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-product-alpha #alphaintro li {
	margin: 0;
	padding: 36px 0 36px 84px;
	list-style: none;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/alpha/alpha-list-image.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
}

.page-template-tpl-product-alpha #alphaintro li.nitro-lazy {
	background-image: none !important;
}

.page-template-tpl-product-alpha .gform_body {
	text-align: center;
}

.page-template-tpl-product-alpha .gform_fields, .page-template-tpl-product-alpha .gform_button, .page-template-tpl-product-alpha .gform_footer {
	float: none !important;
	text-align: center;
}

.page-template-tpl-product-alpha .gform_fields, .page-template-tpl-product-alpha .gfield_checkbox {
	list-style-type: none !important;
}

.page-template-tpl-product-alpha ul.gfield_checkbox {
	padding: 0 !important;
}

.page-template-tpl-product-alpha #input_4_10 {
	margin-top: 0 !important;
}

.page-template-tpl-product-alpha .gfield_description {
	font-size: 14px;
}

.page-template-tpl-product-alpha .request-a-demo-form--section {
	background-color: rgba(0, 0, 0, 0);
}

.page-template-tpl-product-alpha #input_4_13_3_container {
	width: 48%;
	float: left;
	font-size: 18px;
}

.page-template-tpl-product-alpha #input_4_13_3_container label {
	display: none;
}

.page-template-tpl-product-alpha #input_4_13_6_container {
	width: 48%;
	float: right;
	font-size: 18px;
}

.page-template-tpl-product-alpha #input_4_13_6_container label {
	display: none;
}

.page-template-tpl-product-alpha #field_4_3 {
	clear: both;
}

.page-template-tpl-product-alpha #gform_submit_button_4 {
	width: 250px;
	max-width: none !important;
}

.page-template-tpl-product-alpha .gfield_required {
	display: none;
}

.page-template-tpl-product-alpha .validation_error {
	text-align: center !important;
}

.page-template-tpl-product-alpha .gfield label {
	display: none;
}

.page-template-tpl-product-alpha .gform_wrapper input[type=submit] {
	margin-top: 0 !important;
}

.page-template-tpl-product-alpha .product__s6, .page-template-tpl-product-alpha .product__s1, .page-template-tpl-product-alpha .product__s3 {
	z-index: -2 !important;
	display: block !important;
}

.page-template-tpl-product-alpha .global-header, .page-template-tpl-product-alpha .header__nav--mobile {
	background-color: #000 !important;
}

.page-template-tpl-product-alpha .global-header--mobile .request-a-demo-link-ul {
	display: none;
}

.page-template-tpl-product-alpha .masthead {
	z-index: 999;
}

.customers-grid-wrapper {
	width: 100%;
	padding: 6rem 0;
}

.customers-grid-wrapper .section-title {
	margin-bottom: 2rem;
	color: #fff;
	font-size: 37px;
	text-align: center;
	text-transform: uppercase;
}

.customers-grid {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 15px;
}

.customers-grid__row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	max-width: 100%;
	margin-bottom: 40px;
	padding: 0 15px;
}

.customers-grid__row h3 {
	position: relative;
	width: 100%;
	margin: 0 0 .4rem;
	padding-bottom: .8rem;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.customers-grid__row h3 .title-bottom-border {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 60%;
	height: 4px;
	background-color: #e5e5e5;
}

@media (min-width: 992px) {
	.customers-grid__row h3 {
		text-align: left;
	}
	
	.customers-grid__row h3 .title-bottom-border {
		left: 0;
		transform: translateX(0);
		width: 100%;
	}
}

.card-items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-width: 100%;
}

@media (min-width: 992px) {
	.card-items {
		width: auto;
		margin-left: -8px;
		margin-right: -8px;
	}
}

.card-items .card-item {
	flex: 0 0 100%;
	padding: 8px 0;
}

@media (min-width: 992px) {
	.card-items .card-item {
		flex: 0 0 33.3333333%;
		max-width: 33.3333333%;
		height: 300px;
		max-height: 300px;
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (min-width: 1200px) {
	.card-items .card-item {
		flex: 0 0 16.6666667%;
		max-width: 16.6666667%;
	}
}

.card-items .card-item .card-item__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 30px;
	background-blend-mode: luminosity;
	background-color: #000 !important;
	background-size: cover;
	cursor: pointer;
}

@media (max-width: 991px) {
	.card-items .card-item .card-item__inner {
		background-image: none !important;
	}
	
	.card-items .card-item .card-item__inner.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.card-items .card-item .card-item__inner {
		height: 100%;
	}
}

.card-items .card-item__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #1a1a1a;
	opacity: 0;
	transition: .6s;
	transition-timing-function: ease;
}

@media (max-width: 991px) {
	.card-items .card-item__overlay {
		opacity: 0;
	}
}

.card-items .card-item .card-item__content {
	position: relative;
}

.card-items .card-item .card-item__content h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.card-items .card-item:hover .card-item__overlay {
	opacity: .7 !important;
}

.modal {
	display: none;
	position: relative;
	margin-top: 12px;
	background: #fff;
}

.modal .ss-content {
	background-color: #fff;
}

@media (min-width: 992px) {
	.modal {
		display: block !important;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -40%);
		width: 500px;
		max-width: 80%;
		max-height: 800px;
		opacity: 0;
		visibility: hidden;
		transition: .6s;
		z-index: 1500;
	}
	
	.modal>div {
		height: 500px;
	}
	
	.modal>div .ss-scroll {
		background-color: rgba(26, 26, 26, .4);
	}
}

@media (min-width: 1200px) {
	.modal {
		width: 800px;
	}
	
	.modal>div {
		height: 600px;
	}
}

@media (min-width: 1400px) {
	.modal>div {
		height: 700px;
	}
}

.modal .close-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	font-size: 20px;
	background: #e5e5e5;
	border: none;
	z-index: 1000;
	cursor: pointer;
}

.modal .close-modal:hover {
	color: #e5e5e5;
	background-color: #1a1a1a;
}

@media (min-width: 992px) {
	.modal .close-modal {
		right: 28px;
	}
}

.modal__content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.modal__image, .modal__text {
	flex: 0 0 100%;
	max-width: 100%;
}

.modal__image {
	object-fit: cover;
	background: #000;
}

.modal__text {
	padding: 30px;
	background-color: #fff;
}

.modal__text>div {
	height: 500px;
}

.modal__text h4 {
	margin-bottom: 1.2rem;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
}

.modal__text p {
	margin-bottom: 2.4rem;
	font-size: 16px;
}

@media (min-width: 1200px) {
	.modal.has-image .modal__image, .modal.has-image .modal__text {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.modal.has-image .modal__image {
	display: flex;
	align-self: stretch;
}

@media (min-width: 992px) {
	.modal.has-image .modal__image {
		height: 300px;
	}
}

.modal.has-image .modal__image img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

@media (min-width: 768px) {
	.modal.has-image .modal__image img {
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.modal.has-image.is-image-left .modal__image, .modal.has-image.is-image-right .modal__image {
		position: relative;
		height: 100%;
		background: none;
	}
	
	.modal.has-image.is-image-left .modal__image img, .modal.has-image.is-image-right .modal__image img {
		position: fixed;
		top: 0;
		max-width: 50%;
	}
	
	.modal.has-image.is-image-right .modal__image {
		order: 2;
	}
	
	.modal.has-image.is-image-top .modal__image, .modal.has-image.is-image-top .modal__text {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px)and (min-width: 992px) {
	.modal.has-image.is-image-top .modal__image {
		height: 300px;
	}
}

@media (min-width: 1200px)and (min-width: 1200px) {
	.modal.has-image.is-image-top .modal__image {
		height: 500px;
	}
}

.modal.has-video .modal__video {
	width: 100%;
}

.modal.has-embed .modal__embed {
	width: 100%;
}

.is-active>.modal {
	display: block;
}

@media (min-width: 992px) {
	.is-active>.modal {
		transform: translate(-50%, -50%);
		opacity: 1;
		visibility: visible;
	}
	
	.is-active>.modal .modal__image img {
		opacity: 1;
	}
}

.page-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: .6s;
}

@media (min-width: 992px) {
	.page-overlay {
		display: block;
	}
}

.overlay-active .page-overlay {
	opacity: .6;
	visibility: visible;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
}

@media (min-width: 1400px) {
	.embed-container {
		height: 495px;
	}
}

@media (min-width: 1600px) {
	.embed-container {
		height: 520px;
	}
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banks .customers__s3 .customers__s3__row {
	display: flex;
	flex-wrap: wrap;
}

.banks .customers__s3 .customers__s3__row .col-1-1--1 {
	float: none !important;
}

.is-ie11 .card-items .card-item__inner {
	padding: 10px;
}

.is-ie11 .card-items .card-item__inner:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: .4;
	transition: .6s;
	transition-timing-function: ease;
	z-index: 10;
	content: "";
}

.is-ie11 .card-items .card-item__content {
	z-index: 100;
}

.is-ie11 .card-items .card-item:hover .card-item__inner:after {
	opacity: 0;
}

.is-ie11 .card-items .card-item .modal .modal__image, .is-ie11 .card-items .card-item .modal .modal__text {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

.is-ie11 .card-items .card-item .modal .modal__image {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.is-ie11 .card-items .card-item .modal .modal__image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: auto;
}

.page-template-tpl-solutions-detail-new.overlay-active {
	height: 100vh;
	overflow-y: hidden;
}

.page-template-tpl-solutions-detail-new.overlay-active .page-overlay {
	opacity: .75;
	visibility: visible;
	display: block;
}

.solutions-detail-new {
	background-color: #fff;
	overflow-x: hidden;
}

.solutions-detail-new .nomob {
	display: block;
}

.solutions-detail-new .showmob {
	display: none;
}

@media only screen and (max-width: 1570px) {
	.solutions-detail-new .wrapper {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .wrapper {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .wrapper {
		padding: 0 20px;
	}
}

.solutions-detail-new h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

.solutions-detail-new p {
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0 20px 0;
}

.solutions-detail-new p strong {
	font-family: inherit;
	font-weight: 600;
}

.solutions-detail-new p em {
	font-style: italic;
}

.solutions-detail-new ul {
	list-style: disc;
	padding-left: 20px;
}

.solutions-detail-new ul li {
	font-size: 18px;
	margin: 0px 0;
}

.solutions-detail-new img {
	width: 100%;
	max-width: 750px;
	height: auto;
}

.solutions-detail-new .btn-default {
	border: 1px solid #aaa;
}

.solutions-detail-new .s-header {
	padding: 0;
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 400px;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .s-header {
		min-height: auto;
		margin-top: 55px;
	}
}

.solutions-detail-new .s-header .s-header-container {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .s-header .s-header-container {
		position: static;
		transform: none;
		padding: 40px 30px;
	}
}

.solutions-detail-new .s-header .s-header-container .s-text {
	text-align: center;
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
	padding: 30px;
}

@media only screen and (max-width: 750px) {
	.solutions-detail-new .s-header .s-header-container .s-text {
		padding: 30px 0;
	}
}

.solutions-detail-new .s-header .s-header-container .s-text h1 {
	margin-top: 10px;
	color: #fff;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.solutions-detail-new .s-header .s-header-container .s-text p {
	font-size: 18px;
	color: #fff;
}

.solutions-detail-new .s-header .s-header-container .s-text .cta-container {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.solutions-detail-new .s-header .s-header-container .s-text .btn-default {
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	margin: 20px 0;
	transition: all .3s ease;
}

.solutions-detail-new .s-header .s-header-container .s-text .btn-default:hover {
	background-color: #fff;
	color: #1a1a1a;
}

.solutions-detail-new .s-header .s-header-container .s-text .cta2 {
	padding: 2px 0px;
	margin: 0 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	word-break: keep-all;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.solutions-detail-new .s-header .s-header-container .s-text .cta2:hover {
	border-bottom: 1px solid #fff;
}

.solutions-detail-new .solutions-intro-countdown {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-intro-countdown {
		padding: 40px 0px 10px;
	}
}

.solutions-detail-new .solutions-intro-countdown h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-intro-countdown h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.solutions-detail-new .solutions-intro-countdown .intro-countdown-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .intro-intro {
	width: 50%;
	padding-right: 5%;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .intro-intro {
		width: 100%;
		padding-right: 0;
		text-align: center;
		max-width: 650px;
		margin: 20px auto;
	}
}

.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container {
	width: 50%;
	padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container {
		width: 100%;
		margin-bottom: 60px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 750px) {
	.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container {
		padding: 0;
	}
}

.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container h3 {
	font-size: 32px;
	text-align: center;
	line-height: 40px;
	margin-top: 0px;
}

@media only screen and (max-width: 750px) {
	.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container h3 {
		font-size: 28px;
		line-height: 36px;
	}
}

.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container .countdown-content-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container .countdown-content-container h4 {
	font-weight: bold;
}

.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container .countdown {
	margin: 5px auto 0;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	display: flex;
	justify-content: center;
	row-gap: 20px;
	align-items: flex-start;
	max-width: 550px;
	width: 100%;
}

.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container .countdown .num-group {
	width: 132px;
	text-align: center;
}

.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container .countdown .number {
	font-size: 70px;
	color: #f5be63;
	font-weight: bold;
}

@media only screen and (max-width: 750px) {
	.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container .countdown .number {
		font-size: 50px;
	}
}

.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container .countdown .label {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: -10px;
}

@media only screen and (max-width: 750px) {
	.solutions-detail-new .solutions-intro-countdown .intro-countdown-container .countdown-container .countdown .label {
		font-size: 13px;
	}
}

.solutions-detail-new .solutions-problem-solution {
	background-color: #f5f5f5;
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-problem-solution {
		padding: 40px 0px 10px;
	}
}

.solutions-detail-new .solutions-problem-solution h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-problem-solution h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.solutions-detail-new .solutions-problem-solution .problem-solution-intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.solutions-detail-new .solutions-problem-solution .challenges-container {
	margin-top: 60px;
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container {
	display: flex;
	justify-content: center;
	margin: 5px auto;
	align-items: stretch;
	min-height: 450px;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container {
		flex-wrap: wrap;
		min-height: auto;
		align-items: center;
		margin-bottom: 15px;
	}
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-panel {
	width: 50%;
	position: relative;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-panel {
		width: 100%;
	}
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-visual {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-visual {
		background-attachment: scroll;
	}
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-visual::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .65);
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-copy {
	position: relative;
	padding: 40px;
	text-align: center;
	max-width: 550px;
	margin: 0 auto;
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-copy h4 {
	color: #f5be63;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

@media only screen and (max-width: 750px) {
	.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-copy h4 {
		font-size: 16px;
	}
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-copy h3 {
	margin-top: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
	.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-copy h3 {
		font-size: 26px;
		line-height: 34px;
	}
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-ps {
	width: 50%;
	background-color: #fff;
	padding: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-ps {
		width: 100%;
	}
}

@media only screen and (max-width: 750px) {
	.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-ps {
		padding: 30px;
	}
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-ps .c-problem h4 {
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-ps .c-problem p {
	margin-top: 10px;
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-ps .c-solution {
	margin-top: 50px;
}

@media only screen and (max-width: 750px) {
	.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-ps .c-solution {
		margin-top: 30px;
	}
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-ps .c-solution h4 {
	color: #f5be63;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container .challenge-ps .c-solution p {
	font-weight: 600;
	margin-top: 10px;
}

.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container:nth-child(even) .challenge-panel {
	order: 2;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-problem-solution .challenges-container .challenge-container:nth-child(even) .challenge-panel {
		order: 0;
	}
}

.solutions-detail-new .solutions-flow-diagram {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-flow-diagram {
		padding: 40px 0px 10px;
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-container .diagram-intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.solutions-detail-new .solutions-flow-diagram .diagram-container .diagram-intro h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-container .diagram-intro h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-items {
	margin: 60px auto 40px;
	position: relative;
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items {
		max-width: 550px;
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-arrow {
	width: 90%;
	position: absolute;
	background-color: #f8ead0;
	height: 88px;
	margin-left: auto;
	margin-right: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-arrow::after {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: -40px;
	content: "";
	width: 0;
	height: 0;
	border-top: 44px solid rgba(0, 0, 0, 0);
	border-bottom: 44px solid rgba(0, 0, 0, 0);
	border-left: 40px solid #f8ead0;
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-arrow {
		width: 88px;
		min-height: 90%;
		align-items: flex-end;
		left: 75px;
		top: 57%;
	}
	
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-arrow::after {
		margin-right: 0px;
		margin-bottom: -39px;
		border-bottom: none;
		border-left: 44px solid rgba(0, 0, 0, 0);
		border-right: 44px solid rgba(0, 0, 0, 0);
		border-top: 40px solid #f8ead0;
	}
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-arrow {
		width: 50px;
		min-height: 96%;
		left: 45px;
		top: 51%;
	}
	
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-arrow::after {
		margin-bottom: -19px;
		border-left: 25px solid rgba(0, 0, 0, 0);
		border-right: 25px solid rgba(0, 0, 0, 0);
		border-top: 20px solid #f8ead0;
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container {
		display: block;
		max-width: 550px;
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item {
	width: 20%;
	position: relative;
	padding-top: 150px;
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item {
		padding-top: 0;
		width: 100%;
		display: flex;
		margin-bottom: 40px;
		min-height: 175px;
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-visual {
	width: 150px;
	height: 150px;
	border: 2px solid #000;
	background-color: #fff;
	border-radius: 100px;
	padding: 10px;
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-visual {
		width: 90px;
		height: 90px;
		flex-shrink: 0;
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content {
	display: inline-flex;
	justify-content: flex-start;
	margin-left: 9px;
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content {
		display: block;
		margin-left: 0;
		padding-left: 80px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content {
		padding-left: 30px;
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content .s-num {
	width: 50px;
	text-align: right;
	font-size: 60px;
	line-height: 52px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin: 0;
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content .s-num {
		text-align: left;
	}
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content .s-num {
		font-size: 40px;
		line-height: 32px;
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content .s-divider {
	min-height: 150px;
	margin: 0 15px;
	width: 1px;
	border-left: 1px dotted #000;
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content .s-divider {
		height: 1px;
		min-height: 1px;
		min-width: 150px;
		margin: 15px 0;
		border-left: none;
		border-top: 1px dotted #000;
		margin-left: -80px;
	}
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content .s-divider {
		margin-left: -30px;
	}
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content .s-text {
		width: 100%;
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content .s-text p {
	width: 200px;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content .s-text p {
		width: 280px;
	}
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item .s-content .s-text p {
		width: 100%;
	}
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item:nth-child(odd) .s-content {
		transform: translate(0, 0);
	}
}

.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item:nth-child(even) .s-content {
	align-items: flex-end;
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-flow-diagram .diagram-items .diagram-items-container .diagram-item:nth-child(even) .s-content {
		align-items: flex-start;
	}
}

.solutions-detail-new [data-aos=diagram-down] {
	opacity: 0;
	transition-property: transform, opacity;
}

.solutions-detail-new [data-aos=diagram-down].aos-animate {
	opacity: 1;
}

@media screen and (min-width: 1181px) {
	.solutions-detail-new [data-aos=diagram-down] {
		transform: translate(0, -250%);
	}
	
	.solutions-detail-new [data-aos=diagram-down].aos-animate {
		transform: translate(0, -200%);
	}
}

.solutions-detail-new .solutions-features-visual {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-features-visual {
		padding: 40px 0px 10px;
	}
}

.solutions-detail-new .solutions-features-visual .features-container .features-intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.solutions-detail-new .solutions-features-visual .features-container .features-intro h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-features-visual .features-container .features-intro h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.solutions-detail-new .solutions-features-visual .features-visual {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 60px;
}

@media only screen and (max-width: 1280px) {
	.solutions-detail-new .solutions-features-visual .features-visual {
		flex-wrap: wrap;
	}
}

.solutions-detail-new .solutions-features-visual .features-visual .features-items {
	width: 740px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1570px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items {
		padding: 0 0 0 100px;
	}
}

@media only screen and (max-width: 1280px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items {
		padding: 0 100px;
		width: 100%;
		max-width: 1480px;
	}
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items {
		width: 100%;
	}
}

.solutions-detail-new .solutions-features-visual .features-visual .features-items .feature-item {
	width: calc(( 100% - 20px ) / 2);
	padding: 20px 15px;
	margin-bottom: 20px;
	text-align: center;
}

@media only screen and (max-width: 1280px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items .feature-item {
		width: calc(( 100% - 40px ) / 3);
	}
}

@media only screen and (max-width: 960px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items .feature-item {
		width: calc(( 100% - 20px ) / 2);
	}
}

@media only screen and (max-width: 640px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items .feature-item {
		width: 100%;
		padding: 15px 20px 5px;
	}
}

.solutions-detail-new .solutions-features-visual .features-visual .features-items .feature-item h3 {
	margin-top: 10px;
	font-size: 20px;
	line-height: 26px;
}

@media only screen and (max-width: 1440px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items .feature-item h3 {
		font-size: 18px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items .feature-item h3 {
		font-size: 18px;
	}
}

.solutions-detail-new .solutions-features-visual .features-visual .features-items .feature-item .f-icon {
	max-width: 60px;
	height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items .feature-item .f-icon {
		max-width: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-features-visual .features-visual .features-items .feature-item .f-icon {
		max-width: 45px;
	}
}

.solutions-detail-new .solutions-features-visual .features-visual .visual-container {
	width: 50%;
}

.solutions-detail-new .solutions-features-visual .features-visual .visual-container img {
	width: 120%;
	max-width: 120%;
	height: auto;
}

@media only screen and (max-width: 1280px) {
	.solutions-detail-new .solutions-features-visual .features-visual .visual-container {
		width: 100%;
		max-width: 650px;
		margin: 40px auto 0;
	}
	
	.solutions-detail-new .solutions-features-visual .features-visual .visual-container img {
		width: 100%;
		max-width: 100%;
	}
}

.solutions-detail-new .solutions-features-visual .features-visual.inverted {
	justify-content: flex-start;
}

.solutions-detail-new .solutions-features-visual .features-visual.inverted .visual-container {
	order: -1;
}

@media only screen and (max-width: 1280px) {
	.solutions-detail-new .solutions-features-visual .features-visual.inverted .visual-container {
		order: 1;
	}
}

.solutions-detail-new .solutions-features-visual .features-visual.inverted .visual-container img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

@media only screen and (max-width: 1570px) {
	.solutions-detail-new .solutions-features-visual .features-visual.inverted .features-items {
		padding: 0 100px 0 0px;
	}
}

@media only screen and (max-width: 1280px) {
	.solutions-detail-new .solutions-features-visual .features-visual.inverted .features-items {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-features-visual .features-visual.inverted .features-items {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-features-visual .features-visual.inverted .features-items {
		width: 100%;
	}
}

.solutions-detail-new .solutions-features {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-features {
		padding: 40px 0px 10px;
	}
}

.solutions-detail-new .solutions-features .features-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.solutions-detail-new .solutions-features .features-container .features-intro {
	width: 40%;
	padding-right: 10%;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-features .features-container .features-intro {
		width: 35%;
		padding-right: 5%;
	}
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-features .features-container .features-intro {
		width: 100%;
		text-align: center;
		max-width: 600px;
		margin: 0 auto 40px;
		padding-right: 0;
	}
}

.solutions-detail-new .solutions-features .features-container .features-intro h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 46px;
}

@media only screen and (max-width: 1440px) {
	.solutions-detail-new .solutions-features .features-container .features-intro h2 {
		font-size: 36px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-features .features-container .features-intro h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.solutions-detail-new .solutions-features .features-container .features-items {
	width: 60%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-features .features-container .features-items {
		width: 65%;
	}
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-features .features-container .features-items {
		width: 100%;
	}
}

.solutions-detail-new .solutions-features .features-container .features-items .feature-item {
	width: calc(( 100% - 20px ) / 2);
	padding: 30px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-features .features-container .features-items .feature-item {
		width: 100%;
		padding: 15px 20px 5px;
	}
}

.solutions-detail-new .solutions-features .features-container .features-items .feature-item h3 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 24px;
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-features .features-container .features-items .feature-item h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-features .features-container .features-items .feature-item p {
		font-size: 16px;
		line-height: 24px;
	}
}

.solutions-detail-new .solutions-features .features-container .features-items .feature-item .f-icon {
	max-width: 100px;
	height: auto;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-features .features-container .features-items .feature-item .f-icon {
		max-width: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-features .features-container .features-items .feature-item .f-icon {
		max-width: 75px;
	}
}

.solutions-detail-new .solutions-features .features-container .features-items .feature-item .f-icon img {
	margin-left: -8px;
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-features .features-container .features-items .feature-item .f-icon img {
		margin-left: -6px;
	}
}

.solutions-detail-new .solutions-logos {
	padding: 0px 0 30px;
}

.solutions-detail-new .solutions-logos h2 {
	text-align: center;
}

.solutions-detail-new .solutions-logos .logos-items {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-logos .logos-items {
		flex-wrap: wrap;
	}
}

.solutions-detail-new .solutions-logos .logos-items .logo-item {
	width: 12.5%;
	margin: 30px;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-logos .logos-items .logo-item {
		width: 16.6666666667%;
		margin: 20px;
	}
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-logos .logos-items .logo-item {
		width: 25%;
		margin: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-logos .logos-items .logo-item {
		width: calc(( 100% - 40px ) / 2);
		margin: 10px;
	}
}

.solutions-detail-new .testimonials-solutions {
	padding: 0;
	float: none;
	background-color: #f5be63;
}

.solutions-detail-new .testimonials-solutions h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 40px;
	padding: 0 20px;
}

.solutions-detail-new .testimonials-solutions .tesimonials-container {
	margin: 0 auto;
	padding: 60px 0 10px 0;
}

.solutions-detail-new .testimonials-solutions .tesimonials-container .owl-wrapper-outer {
	margin-bottom: 50px;
}

.solutions-detail-new .testimonials-solutions .careers-testimonial-slider-navigation-buttons img {
	max-width: 16px;
}

.solutions-detail-new .solutions-use-cases {
	padding: 60px 0 90px;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-white.jpg");
	background-size: cover;
	background-position: center 60%;
	background-repeat: no-repeat;
	text-align: center;
}

.solutions-detail-new .solutions-use-cases.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-use-cases {
		padding: 40px 0px 60px;
	}
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-use-cases .wrapper {
		padding: 0 20px;
	}
}

.solutions-detail-new .solutions-use-cases h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: normal;
}

.solutions-detail-new .solutions-use-cases .use-cases-items {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-use-cases .use-cases-items {
		justify-content: center !important;
	}
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item {
	width: calc(( 100% - 80px ) / 4);
	margin: 10px;
	background-color: #000;
	display: flex;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item {
		width: calc(( 100% - 60px ) / 3);
	}
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item {
		width: calc(( 100% - 40px ) / 2);
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item {
		width: 100%;
		margin: 10px 0;
	}
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item.is-active>.modal {
	display: block;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-tile {
	background-color: #000;
	color: #fff;
	padding: 20px 15px 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .3s ease;
	cursor: pointer;
	width: 100%;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-tile .c-text {
	text-align: left;
	text-transform: uppercase;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-tile .c-text h3 {
	line-height: 24px;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-tile .c-plus {
	color: #f5be63;
	padding: 15px 10px;
	font-size: 18px;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-tile:hover {
	background-color: #f5be63;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-tile:hover .c-text {
	color: #000;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-tile:hover .c-text h3 {
	font-weight: bold;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-tile:hover .c-plus {
	color: #000;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal {
	width: 80%;
	max-width: 1000px;
	display: block !important;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	max-height: 800px;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	z-index: 1500;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal {
		width: 90%;
	}
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal .close-modal {
	right: 20px;
	top: 20px;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal .modal-container {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: auto;
	background-color: #fff;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal .modal-text {
	padding: 60px;
	width: 65%;
	text-align: left;
	padding-right: 90px;
	max-height: 85vh;
	overflow-y: scroll;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal .modal-text {
		width: calc(100% - 74px);
		padding: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal .modal-text {
		width: 100%;
		padding: 30px;
		max-height: 75vh;
	}
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal .modal-text h3 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
}

.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal .modal-bg {
	width: 35%;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal .modal-bg {
		width: 74px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-use-cases .use-cases-items .use-case-item .c-modal .modal-bg {
		width: 100%;
		height: 74px;
		order: -1;
	}
}

.solutions-detail-new .solutions-customer-spotlight {
	padding: 90px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-customer-spotlight {
		padding: 60px 0px;
	}
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-customer-spotlight {
		padding: 30px 0px 0px;
	}
}

.solutions-detail-new .solutions-customer-spotlight .spotlight-container {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-customer-spotlight .spotlight-container {
		flex-wrap: wrap;
	}
}

.solutions-detail-new .solutions-customer-spotlight .spotlight-container .sp-half {
	width: 50%;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-customer-spotlight .spotlight-container .sp-half {
		width: 100%;
	}
}

.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-visual {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: calc(50% - 90px);
	margin-right: 90px;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-visual {
		width: calc(50% - 60px);
		margin-right: 60px;
	}
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-visual {
		margin-right: 0;
		width: 100%;
		height: 150px;
	}
}

.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-content {
	padding: 90px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-content {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-content {
		padding: 30px 0;
	}
}

.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-content .sp-line {
	max-width: 210px;
	height: 2px;
	background-color: #f5be63;
	border-radius: 30px;
}

.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-content .sp-content {
	margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-content .sp-content {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-content .sp-content {
		padding-right: 0;
	}
}

.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-content .sp-content h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-content .sp-content h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

.solutions-detail-new .solutions-customer-spotlight .spotlight-container .spotlight-content .sp-content .sp-text {
	max-width: 500px;
	margin-bottom: 30px;
}

.solutions-detail-new .solutions-case-studies {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-case-studies {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 1180px) {
	.solutions-detail-new .solutions-case-studies .wrapper {
		padding: 0px 10px;
	}
}

.solutions-detail-new .solutions-case-studies .studies-intro {
	text-align: center;
}

.solutions-detail-new .solutions-case-studies .studies-intro h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0;
}

.solutions-detail-new .solutions-case-studies .studies-items {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-case-studies .studies-items {
		flex-wrap: wrap;
	}
}

.solutions-detail-new .solutions-case-studies .studies-items .studies-item {
	width: calc(( 100% - 80px ) / 3);
	margin: 10px;
	background-color: #f5f5f5;
	max-width: 375px;
	padding: 30px;
	text-align: center;
	transition: all .3s ease;
	box-shadow: 0 0 0 #f5f5f5;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-case-studies .studies-items .studies-item {
		max-width: 100%;
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-case-studies .studies-items .studies-item {
		width: 100%;
	}
}

.solutions-detail-new .solutions-case-studies .studies-items .studies-item .s-visual {
	min-height: 220px;
}

.solutions-detail-new .solutions-case-studies .studies-items .studies-item .s-visual img {
	max-width: 300px;
	height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-case-studies .studies-items .studies-item .s-visual {
		min-height: 205px;
	}
}

.solutions-detail-new .solutions-case-studies .studies-items .studies-item .s-content {
	padding: 0 20px;
	max-width: 375px;
	margin: -30px auto 0;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-case-studies .studies-items .studies-item .s-content {
		padding: 0;
	}
}

.solutions-detail-new .solutions-case-studies .studies-items .studies-item:hover {
	background-color: #f5be63;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .056);
}

.solutions-detail-new .solutions-case-studies .studies-items .studies-item:hover .btn-default:hover {
	background-color: #1a1a1a;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-case-studies .studies-items .studies-item:first-child {
		width: 100%;
		flex-grow: 2;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-case-studies .studies-items .studies-item:first-child {
		flex-grow: 1;
	}
}

.solutions-detail-new .solutions-duco-numbers {
	padding: 60px 0;
	background-color: #000;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-black-lowres.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.solutions-detail-new .solutions-duco-numbers.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-duco-numbers {
		padding: 40px 0;
		background-attachment: scroll;
	}
}

@media only screen and (max-width: 1440px) {
	.solutions-detail-new .solutions-duco-numbers .wrapper {
		max-width: 100%;
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-duco-numbers .wrapper {
		padding: 0 30px;
	}
}

.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-intro {
	text-align: center;
	color: #fff;
}

.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-intro h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0;
}

.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items {
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 40px 0 0;
	}
}

.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item {
	width: calc(( 100% - 90px ) / 4);
	margin: 15px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item {
		width: calc(( 100% - 90px ) / 2);
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item {
		width: 100%;
		margin-bottom: 40px;
	}
}

.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-number h3 {
	font-size: 88px;
	line-height: 94px;
	color: #f5be63;
	font-weight: 300;
	height: 100px;
}

@media only screen and (max-width: 1570px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-number h3 {
		font-size: 65px;
		line-height: 70px;
		height: 70px;
	}
}

@media only screen and (max-width: 1200px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-number h3 {
		font-size: 55px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-number h3 {
		font-size: 65px;
		line-height: 70px;
	}
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-number h3 {
		font-size: 60px;
		line-height: 65px;
	}
}

.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-number small {
	font-size: 42px;
}

@media only screen and (max-width: 1570px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-number small {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1200px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-number small {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-number small {
		font-size: 32px;
	}
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-number small {
		font-size: 24px;
	}
}

.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-text {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding: 15px 30px 0;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1570px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-duco-numbers .numbers-container .numbers-items .numbers-item .s-text {
		max-width: 350px;
		margin: 0 auto;
	}
}

.solutions-detail-new .solutions-duco-contact {
	padding: 60px 0;
	background: linear-gradient(0deg, #f8f8f8, transparent);
}

.solutions-detail-new .solutions-duco-contact .contact-intro {
	text-align: center;
}

.solutions-detail-new .solutions-duco-contact .contact-intro h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0;
}

.solutions-detail-new .solutions-duco-contact .contact-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.solutions-detail-new .solutions-duco-contact .contact-items .contact-item {
	width: 33.3333333333%;
	max-width: 320px;
	padding: 20px 30px 40px;
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-duco-contact .contact-items .contact-item {
		width: 100%;
	}
}

.solutions-detail-new .solutions-duco-contact .contact-items .contact-item .c-item {
	text-align: center;
}

.solutions-detail-new .solutions-duco-contact .contact-items .contact-item .c-item .c-photo {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-size: cover;
	margin: 15px auto;
	display: block;
}

.solutions-detail-new .solutions-duco-contact .contact-items .contact-item .c-item h3 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}

.solutions-detail-new .solutions-duco-contact .contact-items .contact-item .c-item p {
	margin: 10px auto;
	max-width: 200px;
	font-size: 16px;
	line-height: 20px;
}

.solutions-detail-new .solutions-duco-contact .contact-items .contact-item .c-item .c-email {
	font-size: 18px;
	color: #000;
	text-decoration: underline;
}

.solutions-detail-new .solutions-duco-contact .contact-items .contact-item .c-item .c-email:hover {
	color: #f5be63;
}

.solutions-detail-new .solutions-platform {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-detail-new .solutions-platform {
		padding: 40px 0;
	}
}

.solutions-detail-new .solutions-platform .platform-intro {
	text-align: center;
}

.solutions-detail-new .solutions-platform .platform-intro h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0;
}

.solutions-detail-new .solutions-platform .platform-intro .p-text {
	max-width: 750px;
	margin: 0 auto;
}

.solutions-detail-new .solutions-platform .platform-intro .p-text a {
	text-decoration: underline;
}

.solutions-detail-new .solutions-platform .platform-items {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-platform .platform-items {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.solutions-detail-new .solutions-platform .platform-items .platform-item {
	width: calc(( 100% - 80px ) / 5);
	padding: 30px;
	text-align: center;
	transition: all .3s ease;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-platform .platform-items .platform-item {
		width: calc(( 100% - 80px ) / 3);
	}
}

@media only screen and (max-width: 768px) {
	.solutions-detail-new .solutions-platform .platform-items .platform-item {
		width: calc(( 100% - 40px ) / 3);
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-platform .platform-items .platform-item {
		width: 100%;
	}
}

.solutions-detail-new .solutions-platform .platform-items .platform-item .p-icon {
	max-width: 88px;
	height: auto;
	margin: 0 auto 15px;
}

.solutions-detail-new .solutions-platform .platform-items .platform-item h3 {
	font-weight: 600;
}

.solutions-detail-new .solutions-platform .platform-items .platform-item:hover {
	background-color: #f5f5f5;
}

.solutions-detail-new .solutions-platform .products-intro {
	margin-top: 60px;
}

.solutions-detail-new .solutions-platform .products-intro h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0;
	text-align: center;
}

.solutions-detail-new .solutions-platform .products-items {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-platform .products-items {
		flex-wrap: wrap;
	}
}

.solutions-detail-new .solutions-platform .products-items .product-item {
	width: calc(( 100% - 20px ) / 2);
	padding: 60px 30px;
	text-align: center;
	transition: all .3s ease;
	background-size: 180%;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	background-color: #e5e5e5;
	box-shadow: 0 0 0 #f5f5f5;
}

@media only screen and (max-width: 1440px) {
	.solutions-detail-new .solutions-platform .products-items .product-item {
		background-size: 200%;
		background-position: top right;
	}
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-platform .products-items .product-item {
		padding: 40px 10px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-detail-new .solutions-platform .products-items .product-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

.solutions-detail-new .solutions-platform .products-items .product-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: hsla(0, 0%, 100%, .75);
	transition: all .3s ease;
}

.solutions-detail-new .solutions-platform .products-items .product-item .pr-content {
	height: auto;
	margin: 0 auto 15px;
	position: relative;
	z-index: 1;
}

.solutions-detail-new .solutions-platform .products-items .product-item .pr-content h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 26px;
}

.solutions-detail-new .solutions-platform .products-items .product-item .pr-content .pr-text {
	padding: 0 30px;
}

.solutions-detail-new .solutions-platform .products-items .product-item:hover {
	background-size: 200%;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .056);
}

@media only screen and (max-width: 1440px) {
	.solutions-detail-new .solutions-platform .products-items .product-item:hover {
		background-size: 220%;
	}
}

.solutions-detail-new .solutions-platform .products-items .product-item:hover::before {
	background-color: hsla(0, 0%, 100%, .45);
}

.solutions-detail-new .solutions-platform .products-items .product-item:hover .btn-default:hover {
	background-color: #1a1a1a;
}

.solutions-detail-new .solutions-related-news {
	padding: 60px 0 90px;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-related-news {
		padding: 60px 0;
	}
}

.solutions-detail-new .solutions-related-news h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: normal;
	margin-top: 0;
	text-align: center;
}

.solutions-detail-new .solutions-related-news .news-posts-container {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-related-news .news-posts-container {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.solutions-detail-new .solutions-related-news .news-posts-container .news-post {
	width: calc(( 100% - 180px ) / 3);
	background-color: #fff;
	box-shadow: 0 0 0 #f5f5f5;
	transition: all .3s ease;
}

@media only screen and (max-width: 1400px) {
	.solutions-detail-new .solutions-related-news .news-posts-container .news-post {
		width: calc(( 100% - 60px ) / 3);
	}
}

@media only screen and (max-width: 1023px) {
	.solutions-detail-new .solutions-related-news .news-posts-container .news-post {
		width: 100%;
		max-width: 420px;
		margin-bottom: 30px;
	}
	
	.solutions-detail-new .solutions-related-news .news-posts-container .news-post:nth-child(2) {
		margin-left: 30px;
	}
}

@media only screen and (max-width: 929px) {
	.solutions-detail-new .solutions-related-news .news-posts-container .news-post:nth-child(2) {
		margin-left: 0px;
	}
}

.solutions-detail-new .solutions-related-news .news-posts-container .news-post:first-child {
	margin-left: 0;
}

.solutions-detail-new .solutions-related-news .news-posts-container .news-post .post-visual {
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .solutions-related-news .news-posts-container .news-post .post-visual {
		height: 150px;
	}
}

@media only screen and (max-width: 600px) {
	.solutions-detail-new .solutions-related-news .news-posts-container .news-post .post-visual {
		height: 100px;
	}
}

.solutions-detail-new .solutions-related-news .news-posts-container .news-post .post-content {
	padding: 30px;
	flex: 1;
}

.solutions-detail-new .solutions-related-news .news-posts-container .news-post .post-content h3 {
	margin-bottom: 30px;
	min-height: 90px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.solutions-detail-new .solutions-related-news .news-posts-container .news-post .post-content span {
	text-transform: uppercase;
	font-size: 16px;
}

.solutions-detail-new .solutions-related-news .news-posts-container .news-post .post-content span i {
	margin-left: 10px;
	font-size: 14px;
	color: #f5be63;
}

.solutions-detail-new .solutions-related-news .news-posts-container .news-post:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .056);
}

.solutions-detail-new .recap-section {
	padding: 80px 20px;
	text-align: center;
	color: #000;
	background-size: cover;
	background-position: center;
}

@media only screen and (min-width: 1025px) {
	.solutions-detail-new .recap-section {
		padding: 120px 20px;
	}
}

.solutions-detail-new .recap-section h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
}

.solutions-detail-new .recap-section p {
	font-size: 18px;
	max-width: 640px;
	margin: 0 auto 30px;
}

.solutions-detail-new .recap-section a {
	cursor: pointer;
}

.solutions-detail-new .recap-section a button {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
	border: 2px solid #000;
	font-size: 16px;
	cursor: pointer;
}

.solutions-detail-new .recap-section a button:hover {
	background-color: #000;
	color: #fff;
}

.solutions-detail-new .block-bofu-form {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-black-lowres.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	padding-bottom: 90px;
	padding-top: 60px;
}

.solutions-detail-new .block-bofu-form.nitro-lazy {
	background-image: none !important;
}

.solutions-detail-new .block-bofu-form h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 60px;
	margin-top: 10px;
	text-align: center;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .block-bofu-form h2 {
		max-width: 650px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.solutions-detail-new .block-bofu-form .block-bf-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .block-bofu-form .block-bf-container {
		justify-content: center;
	}
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content {
	width: 33.3333333333%;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content {
		max-width: 900px;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content {
		text-align: left;
	}
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content p {
	margin-bottom: 30px;
	font-weight: 400;
	color: #ccc;
	margin-top: 0;
	line-height: 23px;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content p {
		max-width: 650px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets {
	margin: 40px 0 20px;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets {
		display: flex;
		flex-wrap: wrap;
		padding: 30px 20px 0;
	}
}

@media only screen and (max-width: 640px) {
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets {
		display: block;
		padding: 10px 0px 0;
	}
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet {
		width: 50%;
		padding-right: 40px;
		text-align: left;
	}
}

@media only screen and (max-width: 640px) {
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet {
		width: 100%;
		padding-right: 0px;
		text-align: left;
	}
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet .bullet-text {
	margin-left: 20px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet .bullet-text p {
	color: #fff;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet i {
	font-size: 16px;
	color: #f5be63;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form {
	width: 55%;
}

@media only screen and (max-width: 1100px) {
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form {
		width: 100%;
	}
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-disclaimer {
	margin-top: 30px;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-disclaimer p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-disclaimer a {
	color: #f5be63;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container {
	color: #ccc;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form {
	max-width: 100%;
	margin: 5px auto 0;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form .hs-form-field {
	width: 48%;
	margin-bottom: 15px;
}

@media only screen and (max-width: 620px) {
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form .hs-form-field {
		width: 100%;
	}
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .input {
	margin: 10px 0 5px;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-submit {
	width: 48%;
}

@media only screen and (max-width: 620px) {
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-submit {
		width: 100%;
		text-align: center;
	}
	
	.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-submit .actions {
		margin-top: 0;
	}
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form label {
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-error-msgs {
	list-style: none;
	margin-bottom: 15px;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-error-msgs li label {
	text-transform: unset;
	color: #f5be63;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs_error_rollup {
	display: none;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #fff;
	border: 1px solid hsla(0, 0%, 100%, .1);
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 3px;
	margin-bottom: 10px;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input.hs-input.error {
	border-color: #f5be63;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #ccc;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	border: 1px solid hsla(0, 0%, 100%, .1);
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 3px;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form select .disabled {
	color: #aaa;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form select.error {
	border-color: #f5be63;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input[type=submit] {
	background: #f5be63;
	border: 1px solid #f5be63;
	color: #000;
	font-size: 16px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	width: 200px;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	margin-top: 0px;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input[type=submit]:hover {
	border-color: #fff;
}

.solutions-detail-new .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .submitted-message {
	color: #f5be63;
	font-size: 18px;
	text-align: center;
	padding: 30px;
	width: 100%;
	border: 1px solid #f5be63;
}

#careers-page {
	background-color: #fff;
	overflow-x: hidden;
}

#careers-page .nomob {
	display: block;
}

#careers-page .showmob {
	display: none;
}

@media only screen and (max-width: 1570px) {
	#careers-page .wrapper {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1180px) {
	#careers-page .wrapper {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 600px) {
	#careers-page .wrapper {
		padding: 0 20px;
	}
}

#careers-page h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

#careers-page p {
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0 20px 0;
}

#careers-page p strong {
	font-family: inherit;
	font-weight: 600;
}

#careers-page p em {
	font-style: italic;
}

#careers-page ul {
	list-style: disc;
	padding-left: 20px;
}

#careers-page ul li {
	font-size: 18px;
	margin: 0px 0;
}

#careers-page img {
	width: 100%;
	max-width: 750px;
	height: auto;
}

#careers-page .btn-default {
	border: 1px solid #aaa;
}

#careers-page .c-header {
	padding: 0;
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 400px;
}

@media only screen and (max-width: 1024px) {
	#careers-page .c-header {
		min-height: auto;
		margin-top: 55px;
	}
}

#careers-page .c-header::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .65);
}

#careers-page .c-header .c-header-container {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 680px) {
	#careers-page .c-header .c-header-container {
		padding: 0;
	}
}

#careers-page .c-header .c-header-container .ch-text {
	text-align: center;
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
	padding: 30px;
}

#careers-page .c-header .c-header-container .ch-text h1 {
	margin-top: 10px;
	color: #fff;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 0;
}

#careers-page .c-header .c-header-container .ch-text p {
	font-size: 18px;
	color: #fff;
}

#careers-page .c-header .c-header-container .ch-text .btn-default {
	margin-top: 20px;
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
}

#careers-page .c-header .masthead-video-container {
	position: relative;
	top: 0;
	width: 100%;
	padding-bottom: 39%;
	background-color: #000;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	#careers-page .c-header .masthead-video-container {
		padding: 49%;
	}
}

@media only screen and (max-width: 620px) {
	#careers-page .c-header .masthead-video-container {
		padding: 60%;
	}
}

#careers-page .c-header .masthead-video-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	transform: translate(-50%, -50%);
}

#careers-page .c-about {
	padding: 90px 0;
	background-color: #1a1a1a;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	#careers-page .c-about {
		padding: 60px 0px;
	}
}

#careers-page .c-about h2 {
	text-transform: uppercase;
	font-weight: 300;
	max-width: 800px;
	margin: 0 auto;
}

#careers-page .c-about p {
	color: #ccc;
	margin-bottom: 40px;
}

#careers-page .c-about .ca-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

#careers-page .c-about .ca-container .ca-half {
	width: 50%;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-about .ca-container .ca-half {
		width: 100%;
	}
}

#careers-page .c-about .ca-container .ca-visual {
	padding-right: 40px;
}

@media only screen and (max-width: 1024px) {
	#careers-page .c-about .ca-container .ca-visual {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-about .ca-container .ca-visual {
		padding: 0;
	}
}

#careers-page .c-about .ca-container .ca-description {
	padding-left: 40px;
}

@media only screen and (max-width: 1024px) {
	#careers-page .c-about .ca-container .ca-description {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-about .ca-container .ca-description {
		padding-left: 0;
		padding-bottom: 40px;
		order: -1;
	}
}

#careers-page .c-about ul {
	list-style: none;
	padding-left: 0;
	display: inline;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#careers-page .c-about ul li {
	margin: 0 0 10px 0;
	min-height: 35px;
	width: 100%;
	padding-left: 25px;
	align-items: center;
	position: relative;
	line-height: 22px;
	display: inline-block;
	color: #fff;
}

#careers-page .c-about ul li:before {
	content: "+";
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	color: #f5be63;
	font-size: 24px;
}

#careers-page .c-about .btn-default {
	margin-top: 20px;
	border-color: #f5be63;
}

#careers-page .c-values {
	padding: 90px 0;
	background-color: #fafafa;
}

@media only screen and (max-width: 1024px) {
	#careers-page .c-values {
		padding: 60px 0;
	}
}

#careers-page .c-values h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

#careers-page .c-values p {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

#careers-page .c-values .c-values-items {
	display: flex;
	align-items: start;
	margin-top: 40px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-values .c-values-items {
		flex-wrap: wrap;
		align-items: center;
	}
}

#careers-page .c-values .c-values-items .value-item {
	width: calc(( 100% - 100px ) / 5);
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-values .c-values-items .value-item {
		width: 100%;
		text-align: center;
	}
}

#careers-page .c-values .c-values-items .value-item h3 {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 20px;
}

#careers-page .c-values .c-values-items .value-item p {
	text-align: left;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-values .c-values-items .value-item p {
		text-align: center;
	}
}

#careers-page .c-values .c-values-items .value-item .v-icon {
	margin-bottom: 40px;
}

#careers-page .c-values .c-values-items .value-item .v-icon img {
	max-width: 110px;
	margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-values .c-values-items .value-item .v-icon img {
		margin: 0 auto;
		max-width: 90px;
	}
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-values .c-values-items .value-item .v-icon {
		margin-top: 30px;
		margin-bottom: 0px;
	}
}

#careers-page .flip-items {
	gap: 30px;
}

@media only screen and (max-width: 1023px) {
	#careers-page .flip-items {
		display: flex;
		justify-content: center !important;
		gap: 30px;
	}
}

#careers-page .flip-wraper {
	height: 320px;
	width: calc(33.3333333333% - 20px);
	overflow: hidden;
	color: #000;
	position: relative;
	box-shadow: rgba(0, 0, 0, .02) 0px 1px 3px 0px, rgba(27, 31, 35, .15) 0px 0px 0px 1px;
	border-radius: 8px;
}

@media only screen and (max-width: 1430px) {
	#careers-page .flip-wraper {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 768px) {
	#careers-page .flip-wraper {
		width: calc(100% - 20px);
		height: 420px;
	}
}

#careers-page .flip-box-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .6s ease-in-out;
}

#careers-page .flip-flex-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#careers-page .flip-flex-wrap .v-icon {
	margin-bottom: 50px;
}

#careers-page .flip-overlay {
	height: 100%;
	width: 100%;
}

#careers-page .flip-overlay .v-content {
	margin-top: -10px;
}

#careers-page .flip-overlay h3 {
	padding: 20px 20px 30px 20px;
	font-weight: 600;
}

#careers-page .flip-overlay p {
	padding: 0 20px 0 20px;
}

#careers-page .flip-visible-content {
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#careers-page .flip-visible-content img {
	width: 115px;
}

#careers-page .flip-hidden-content {
	background-color: #fff;
	transform: translateX(0) translateY(260px);
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	#careers-page .flip-hidden-content .v-content .v-text {
		margin-top: 100px;
	}
}

#careers-page .flip-wraper:hover {
	cursor: pointer;
	box-shadow: rgba(50, 50, 93, .25) 0px 6px 12px -2px, rgba(0, 0, 0, .3) 0px 3px 7px -3px;
}

#careers-page .flip-wraper:hover .v-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#careers-page .flip-wraper:hover>.flip-hidden-content {
	transform: none;
}

#careers-page .flip-wraper:hover>.flip-hidden-content .v-content {
	margin-top: 0;
}

@media only screen and (max-width: 1024px) {
	#careers-page .flip-wraper:hover>.flip-hidden-content .v-content .v-text {
		margin-top: 0px;
	}
	
	#careers-page .flip-wraper:hover>.flip-hidden-content .v-content .v-text p {
		font-size: 15px;
	}
}

#careers-page .flip-wraper:hover>.flip-visible-content {
	transform: translateX(0) translateY(0);
}

#careers-page .testimonials-careers {
	padding: 60px 0 40px;
	background-color: #fff;
	float: none;
}

@media only screen and (max-width: 1024px) {
	#careers-page .testimonials-careers {
		padding: 60px 0px;
	}
}

#careers-page .testimonials-careers h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 40px;
	padding: 0 20px;
}

#careers-page .testimonials-careers .tesimonials-container {
	margin: 0 auto;
	padding: 60px 0 10px 0;
}

#careers-page .testimonials-careers .tesimonials-container .owl-wrapper-outer {
	margin-bottom: 50px;
}

@media (min-width: 1440px) {
	#careers-page .testimonials-careers .tesimonials-container {
		background-size: 100% 100%;
	}
}

#careers-page .testimonials-careers .careers-testimonial-slider-navigation-buttons img {
	max-width: 16px;
}

#careers-page .c-statement {
	background-color: #1a1a1a;
	color: #fff;
}

#careers-page .c-statement .c-statement-container .cs-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#careers-page .c-statement .c-statement-container .cs-container .cs-half {
	width: 50%;
}

@media only screen and (max-width: 800px) {
	#careers-page .c-statement .c-statement-container .cs-container .cs-half {
		width: 100%;
	}
}

#careers-page .c-statement .c-statement-container .cs-container .cs-description {
	max-width: 740px;
	margin-left: auto;
	padding: 60px 90px 60px 0;
}

@media only screen and (max-width: 1570px) {
	#careers-page .c-statement .c-statement-container .cs-container .cs-description {
		padding-left: 100px;
	}
}

@media only screen and (max-width: 1180px) {
	#careers-page .c-statement .c-statement-container .cs-container .cs-description {
		padding-left: 30px;
		padding-right: 60px;
	}
}

@media only screen and (max-width: 800px) {
	#careers-page .c-statement .c-statement-container .cs-container .cs-description {
		max-width: 100%;
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 680px) {
	#careers-page .c-statement .c-statement-container .cs-container .cs-description {
		padding: 40px 20px;
	}
}

#careers-page .c-statement .c-statement-container .cs-container .cs-description h2 {
	text-transform: uppercase;
	font-weight: 300;
	max-width: 800px;
	margin: 0 auto 40px;
}

@media only screen and (max-width: 800px) {
	#careers-page .c-statement .c-statement-container .cs-container .cs-description h2 {
		margin-top: 10px;
	}
}

#careers-page .c-statement .c-statement-container .cs-container .cs-visual {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (max-width: 800px) {
	#careers-page .c-statement .c-statement-container .cs-container .cs-visual {
		min-height: 300px;
	}
}

#careers-page .c-benefits {
	padding: 60px 0;
	background: #fafafa;
}

#careers-page .c-benefits h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	#careers-page .c-benefits .benefits-wrapper {
		padding: 0 5px;
	}
}

#careers-page .c-benefits .cb-description {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 60px;
}

#careers-page .c-benefits .cb-benefits-items {
	padding-top: 0px;
	width: 100%;
}

#careers-page .c-benefits .cb-benefits-items.has-tabs .ootb-tabcordion--tabs {
	opacity: 1;
	height: auto;
	visibility: visible;
}

#careers-page .c-benefits .cb-benefits-items.has-tabs .ootb-tabcordion--entry {
	min-height: 0;
}

#careers-page .c-benefits .cb-benefits-items.has-tabs .ootb-tabcordion--entry::before {
	display: none;
}

#careers-page .c-benefits .cb-benefits-items.has-tabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
	opacity: 1;
	transition: opacity 400ms ease-in-out;
}

#careers-page .c-benefits .cb-benefits-items.has-tabs .ootb-tabcordion--entry .ootb-tabcordion--entry-content {
	opacity: 0;
	transition: opacity 400ms ease-in-out;
}

#careers-page .c-benefits .cb-benefits-items.has-tabs .tab-header-mob {
	display: none;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--tabs {
	opacity: 0;
	height: 0;
	width: 100%;
	visibility: hidden;
	display: flex;
	flex-flow: wrap;
	margin: 0;
	list-style: none;
	padding: 0;
	border-bottom: 3px solid #000;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--tabs .tab {
	display: block;
	width: 25%;
	background: #eee;
	color: #000;
	margin: 0 4px 1px;
	margin: 0 0 0px 0;
	padding: 20px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	border: none;
	border-right: 12px solid #fafafa;
	cursor: pointer;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--tabs .tab:last-child {
	border-right: none;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--tabs .tab:hover, #careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--tabs .tab:focus {
	background: hsl(37.397260274, 87.9518072289%, 86.4509803922%);
	outline: none;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--tabs .tab.is-active {
	background: #f5be63;
	border-bottom: none;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--tabs .tab.is-active:hover, #careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--tabs .tab.is-active:focus {
	background: #f5be63;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry {
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry {
		height: 60px;
	}
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry::before {
	position: relative;
	cursor: pointer;
	z-index: 1;
	background: #fafafa;
	color: red;
	padding: 20px;
	display: block;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry:hover, #careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry:focus {
	outline: none;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active {
		height: auto;
	}
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .tab-header-mob {
		background: #f5be63;
	}
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
	margin-top: 0px;
	height: auto;
	opacity: 1;
	transition: margin 400ms ease-out -100ms;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-visual {
	width: 30%;
	opacity: .5;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-visual {
		display: none;
	}
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-text {
	width: 65%;
	padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-text {
		width: 100%;
		padding: 10px;
	}
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-text .b-benefits-content {
	column-count: 2;
	column-gap: 40px;
	margin-top: 0px;
}

@media only screen and (max-width: 580px) {
	#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-text .b-benefits-content {
		column-count: 1;
	}
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-text h4 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 40px;
	margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-text h4 {
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-text p {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-text ul {
	list-style: none;
	padding-left: 0;
	display: inline;
	justify-content: flex-start;
	flex-wrap: wrap;
	vertical-align: top;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-text ul li {
	margin: 0 0 10px 0;
	min-height: 35px;
	width: 100%;
	padding-left: 30px;
	align-items: center;
	position: relative;
	line-height: 22px;
	display: inline-block;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .b-text ul li:before {
	content: "";
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet@2x.png");
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: center;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry-container {
	overflow: hidden;
	margin-bottom: 1px;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry-content {
	position: relative;
	margin-top: -100%;
	height: 0;
	opacity: 0;
	transition: margin 500ms ease-in;
	padding: 20px;
}

@media only screen and (max-width: 600px) {
	#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry-content {
		padding: 0;
	}
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry-content a.more {
	color: #000;
}

#careers-page .c-benefits .cb-benefits-items .ootb-tabcordion--entry-content a.more:hover {
	color: #000;
}

#careers-page .c-benefits .cb-benefits-items .tab-header-mob {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 0;
	background-color: #f0f0f0;
	text-align: center;
	border-bottom: 3px solid #000;
}

#careers-page .c-benefits .cb-benefits-items .tab-header-mob h3 {
	padding: 20px;
	pointer-events: none;
}

#careers-page .c-benefits .cb-benefits-items .tab-header-mob:hover, #careers-page .c-benefits .cb-benefits-items .tab-header-mob:focus {
	outline: none;
}

@media only screen and (max-width: 1023px) {
	#careers-page .c-benefits .cb-benefits-items .container-mob {
		margin-top: 60px;
	}
}

#careers-page .current-vacancies-container {
	padding: 90px 0 40px;
	margin-bottom: 30px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	#careers-page .current-vacancies-container {
		padding: 60px 0px 20px;
	}
}

@media only screen and (max-width: 1023px) {
	#careers-page .current-vacancies-container {
		padding: 60px 30px 0;
	}
}

@media only screen and (max-width: 680px) {
	#careers-page .current-vacancies-container {
		padding: 60px 20px 0;
	}
}

#careers-page .current-vacancies-container h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 40px;
}

#careers-page .current-vacancies-container .current-vacancies__embed #jobs-container {
	margin-bottom: 90px;
}

@media only screen and (max-width: 1023px) {
	#careers-page .current-vacancies-container .current-vacancies__embed #jobs-container.wrapper {
		padding: 0px;
	}
}

@media only screen and (max-width: 600px) {
	#careers-page .current-vacancies-container .current-vacancies__embed #jobs-container {
		margin-bottom: 40px;
	}
}

#careers-page .current-vacancies-container .current-vacancies__embed #jobs-container .job-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 18px;
	margin: 3px 0;
	text-align: left;
}

#careers-page .current-vacancies-container .current-vacancies__embed #jobs-container .job-item h4 {
	font-weight: bold;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

#careers-page .current-vacancies-container .current-vacancies__embed #jobs-container .job-item p {
	margin: 0;
}

#careers-page .current-vacancies-container .current-vacancies__embed #jobs-container .job-item:nth-child(odd) {
	background-color: #f8f8f8;
}

#careers-page .current-vacancies-container .current-vacancies__embed #jobs-container .job-item:hover {
	background-color: hsl(37.397260274, 87.9518072289%, 95.4509803922%);
}

@media only screen and (max-width: 600px) {
	#careers-page .current-vacancies-container .current-vacancies__embed #jobs-container .job-item {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	
	#careers-page .current-vacancies-container .current-vacancies__embed #jobs-container .job-item h4 {
		width: 100%;
	}
}

#careers-page .current-vacancies-container .application-text p {
	font-size: 18px;
	max-width: 800px;
	margin: 0 auto 60px;
}

#careers-page .current-vacancies-container .application-text p a {
	text-decoration: underline;
}

#careers-page .open-applications {
	text-align: center;
	padding-bottom: 90px;
}

@media only screen and (max-width: 1024px) {
	#careers-page .open-applications {
		padding: 0px 30px 40px;
	}
}

#careers-page .open-applications .c-form-container {
	padding-top: 40px;
	border-top: 1px solid #ddd;
	max-width: 980px;
	margin: 40px auto;
}

#careers-page .open-applications .c-form-container h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 10px auto 20px;
}

#careers-page .open-applications .c-form-container .cf-form {
	text-align: left;
	margin-top: 60px;
}

#careers-page .open-applications .c-form-container .cf-form .gform_confirmation_message {
	padding: 30px;
	margin-top: 60px;
	text-align: center;
	background: #f0f0f0;
	color: #000;
	font-size: 18px;
}

#careers-page .careers-form_wrapper img {
	max-width: 16px;
}

#careers-page .careers-form_wrapper .gfield_label {
	color: #1a1a1a;
}

#careers-page .careers-form_wrapper input[type=text], #careers-page .careers-form_wrapper input[type=email], #careers-page .careers-form_wrapper textarea, #careers-page .careers-form_wrapper select {
	background-color: #f0f0f0;
	padding-left: 20px;
}

#careers-page .careers-form_wrapper select {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/select-down-chevron.png");
}

#careers-page .careers-form_wrapper select.nitro-lazy {
	background-image: none !important;
}

@media all and (-ms-high-contrast: none) {
	#careers-page .careers-form_wrapper select {
		background-image: none;
	}
	
	#careers-page .careers-form_wrapper select.nitro-lazy {
		background-image: none !important;
	}
}

#careers-page .careers-form_wrapper .ginput_container_fileupload span {
	display: block;
	font-size: 13px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 8px;
}

#careers-page .careers-form_wrapper .ginput_container_fileupload input[type=file] {
	max-width: 980px;
	width: 100%;
}

#careers-page .careers-form_wrapper .ginput_container_fileupload .file-upload-button {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	background: #f5be63;
	border: none;
	border-radius: 0;
	padding: 10px 14px;
	outline: none;
	color: #000;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	font-weight: 700;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

#careers-page .careers-form_wrapper input[type=submit] {
	background-color: #231f20;
	color: #fff;
	margin-top: 10px;
}

#careers-page .careers-form_wrapper .gform_body ul {
	list-style: none;
	padding-left: 0;
}

#careers-page .careers-form_wrapper .gform_body ul li {
	display: block;
	min-height: 115px;
}

#careers-page .careers-form_wrapper .gform_body label {
	font-size: 15px;
	font-weight: bold;
}

#careers-page .careers-form_wrapper .gform_body .input {
	margin: 20px 0;
}

#careers-page .careers-form_wrapper .gform_body .gf_half {
	display: inline-block;
	width: 48%;
}

@media only screen and (max-width: 680px) {
	#careers-page .careers-form_wrapper .gform_body .gf_half {
		width: 100%;
	}
}

#careers-page .careers-form_wrapper .gform_body .gf_half:first-child {
	margin-right: 4%;
}

@media only screen and (max-width: 680px) {
	#careers-page .careers-form_wrapper .gform_body .gf_half:first-child {
		margin-right: 0;
	}
}

#careers-page .careers-form_wrapper .gform_body .gform_validation_container {
	display: none;
}

#careers-page .careers-form_wrapper .gform_footer {
	padding-top: 10px;
	border-top: 1px solid #ddd;
	text-align: center;
}

#careers-page .BambooHR-ATS-board a {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

#careers-page .BambooHR-ATS-board h2 {
	display: none;
}

#careers-page .BambooHR-ATS-board .BambooHR-ATS-Department-Item {
	margin-bottom: 24px !important;
}

#careers-page .BambooHR-ATS-board .BambooHR-ATS-Department-Header {
	padding: 10px 18px;
	background-color: #f5f5f5;
	color: #000;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 700px) {
	#careers-page .BambooHR-ATS-board .BambooHR-ATS-Department-Header {
		text-align: center;
	}
}

#careers-page .BambooHR-ATS-board .BambooHR-ATS-Jobs-List {
	border-bottom: none !important;
	padding: 0 !important;
	margin-bottom: 0px !important;
}

#careers-page .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item {
	padding: 0px;
	margin-bottom: 0px !important;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
	display: table;
}

@media only screen and (max-width: 700px) {
	#careers-page .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item {
		display: block;
		text-align: center;
	}
}

#careers-page .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item:hover {
	background-color: hsl(37.397260274, 87.9518072289%, 77.4509803922%);
}

#careers-page .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item a {
	width: 100%;
	display: table-cell;
	padding: 8px 18px;
}

@media only screen and (max-width: 700px) {
	#careers-page .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item a {
		display: block;
		text-align: center;
		padding-bottom: 2px;
	}
}

#careers-page .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item span {
	width: 250px;
	text-align: right;
	display: table-cell;
	line-height: 1;
}

@media only screen and (max-width: 700px) {
	#careers-page .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item span {
		display: block;
		text-align: center;
		line-height: 20px;
		float: none !important;
		width: 100%;
		padding-bottom: 8px !important;
	}
}

#careers-page .BambooHR-ATS-board .BambooHR-ATS-Location {
	padding-top: 0px !important;
	padding-right: 18px !important;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #1a1a1a;
}

#careers-page #BambooHR a img {
	max-width: 96px;
}

@media (min-width: 1025px)and (max-width: 1440px) {
	#careers-page .testimonials-careers .tesimonials-container.tesimonials-wrapper {
		margin-bottom: 60px;
	}
	
	#careers-page .testimonials-careers .tesimonials-container.tesimonials-wrapper .owl-carousel .owl-dots {
		position: ABSOLUTE;
		left: 0;
		width: 100%;
		bottom: -50px;
	}
}

@media only screen and (min-width: 320px) {
	.owl-carousel .owl-dots {
		bottom: -10px;
	}
}

@media only screen and (min-width: 320px) {
	#careers-page .testimonials-careers .tesimonials-container {
		background-size: 100% 100%;
	}
}

@media only screen and (max-width: 1024px) {
	#careers-page .testimonials-careers .tesimonials-container {
		background-size: cover;
	}
}

.masthead-video-text-container {
	position: relative;
}

.masthead-video-text-container .masthead-text-container {
	position: absolute;
	width: 100%;
	height: calc(100% - 1px);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.masthead-video-text-container .masthead-text-container {
		height: 100%;
	}
}

.masthead-video-text-container .masthead-text-container .masthead-text {
	position: relative;
	width: 100%;
	height: 100%;
}

.masthead-video-text-container .masthead-text-container .masthead-text .masthead-text-item {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity .5s ease-out 1s;
}

.masthead-video-text-container .masthead-text-container .masthead-text .masthead-text-item h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 46px;
	line-height: 52px;
	text-transform: uppercase;
	max-width: 750px;
	padding: 30px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 80px rgba(0, 0, 0, .9), 0 0 60px rgba(0, 0, 0, .9);
}

@media only screen and (max-width: 1439px) {
	.masthead-video-text-container .masthead-text-container .masthead-text .masthead-text-item h2 {
		font-size: 40px;
		line-height: 46px;
	}
}

@media only screen and (max-width: 1139px) {
	.masthead-video-text-container .masthead-text-container .masthead-text .masthead-text-item h2 {
		font-size: 32px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 1024px) {
	.masthead-video-text-container .masthead-text-container .masthead-text .masthead-text-item h2 {
		font-size: 26px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 599px) {
	.masthead-video-text-container .masthead-text-container .masthead-text .masthead-text-item h2 {
		font-size: 24px;
		line-height: 28px;
	}
}

.masthead-video-text-container .masthead-text-container .masthead-text .masthead-text-item.textIn {
	opacity: 1;
}

.masthead-video-text-container .masthead-text-container .masthead-text .masthead-text-item.video-logo-container .video-logo {
	max-width: 175px;
	height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 1439px) {
	.masthead-video-text-container .masthead-text-container .masthead-text .masthead-text-item.video-logo-container .video-logo {
		max-width: 100px;
	}
}

.masthead-video-container {
	position: relative;
	top: 0;
	width: 100%;
	padding-bottom: 39%;
	background-color: #000;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.masthead-video-container {
		background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/home-mobile-hero.jpg");
		background-size: cover;
	}
	
	.masthead-video-container.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width: 1024px) {
	.masthead-video-container {
		padding: 29%;
	}
}

.masthead-video-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
	.masthead-video-container iframe {
		width: 150%;
		height: 100%;
	}
}

.homepage-main {
	background-image: none !important;
	background-color: #fff;
}

.homepage-main.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1520px) {
	#intro-block .wrapper {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 768px) {
	#intro-block .wrapper {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	#intro-block .wrapper {
		padding: 0;
	}
}

#intro-block .intro-block-container {
	padding: 40px 50px;
	background-color: #000;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-black-lowres.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translateY(-50%);
	max-width: 960px;
	margin: 0 auto;
}

#intro-block .intro-block-container.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1139px) {
	#intro-block .intro-block-container {
		padding: 40px 60px;
	}
}

@media only screen and (max-width: 768px) {
	#intro-block .intro-block-container {
		padding: 30px 40px;
	}
}

@media only screen and (max-width: 767px) {
	#intro-block .intro-block-container {
		transform: translateY(0);
		flex-wrap: wrap;
		text-align: center;
	}
}

#intro-block .intro-block-container .intro-text h1 {
	color: #f5be63;
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 34px;
}

@media only screen and (max-width: 1139px) {
	#intro-block .intro-block-container .intro-text h1 {
		font-size: 22px;
		line-height: 28px;
	}
}

#intro-block .intro-block-container .intro-text p {
	color: #e6e7e8;
	font-size: 20px;
}

#intro-block .intro-block-container .intro-text p strong {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

@media only screen and (max-width: 1139px) {
	#intro-block .intro-block-container .intro-text p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	#intro-block .intro-block-container .intro-text p {
		margin-bottom: 30px;
	}
}

#intro-block .intro-block-container .intro-button {
	display: flex;
	justify-content: flex-end;
	width: 25%;
}

#intro-block .intro-block-container .intro-button .intro-btn {
	padding: 15px 25px;
	border: 1px solid #e6e7e8;
	color: #e6e7e8;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	max-width: 400px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
}

#intro-block .intro-block-container .intro-button .intro-btn:hover {
	background-color: #e6e7e8;
	color: #000;
}

@media only screen and (max-width: 767px) {
	#intro-block .intro-block-container .intro-button .intro-btn {
		padding: 12px 50px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	#intro-block .intro-block-container .intro-button {
		justify-content: center;
		width: 100%;
	}
}

#intro-block .intro-block-container .intro-half {
	width: 65%;
}

@media only screen and (max-width: 1024px) {
	#intro-block .intro-block-container .intro-half {
		width: 70%;
	}
}

@media only screen and (max-width: 767px) {
	#intro-block .intro-block-container .intro-half {
		width: 100%;
	}
}

#about-duco {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	#about-duco {
		padding-top: 40px;
	}
}

#about-duco .about-block-container .about-intro-text {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px;
}

@media only screen and (max-width: 767px) {
	#about-duco .about-block-container .about-intro-text {
		padding: 0 20px;
	}
}

#about-duco .about-block-container .about-intro-text h2 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#about-duco .about-block-container .about-intro-text h2 {
		font-size: 22px;
		line-height: 28px;
	}
}

#about-duco .about-block-container .about-intro-text p {
	text-align: center;
	color: #1a1a1a;
	font-size: 18px;
}

#about-duco .about-block-container .services-columns {
	margin-top: 30px;
	padding: 0 90px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media only screen and (max-width: 1139px) {
	#about-duco .about-block-container .services-columns {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1024px) {
	#about-duco .about-block-container .services-columns {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) {
	#about-duco .about-block-container .services-columns {
		padding: 0 20px;
	}
}

#about-duco .about-block-container .services-columns .service-column {
	padding: 15px 30px;
	width: 25%;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	#about-duco .about-block-container .services-columns .service-column {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	#about-duco .about-block-container .services-columns .service-column {
		width: 100%;
	}
}

#about-duco .about-block-container .services-columns .service-column .s_title {
	margin-bottom: 15px;
}

#about-duco .about-block-container #duco-demo {
	padding-top: 80px;
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	#about-duco .about-block-container #duco-demo {
		padding: 80px 40px 0;
	}
}

@media only screen and (max-width: 767px) {
	#about-duco .about-block-container #duco-demo {
		padding: 80px 20px 0;
	}
}

#about-duco .about-block-container #duco-demo p {
	font-size: 18px;
}

#about-duco .about-block-container #duco-demo p strong {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#about-duco .about-block-container #duco-demo .demo-video {
	margin-top: 15px;
}

#about-duco .about-block-container #duco-demo .demo-video a {
	display: inline-block;
}

#about-duco .about-block-container #duco-demo .demo-video img {
	margin: 0 auto;
}

#about-duco .about-block-container #duco-demo .demo-video #demo-video {
	cursor: pointer;
	border: 0;
	width: 100%;
	max-width: 960px;
	height: auto;
	transition: box-shadow .3s ease;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

#about-duco .about-block-container #duco-demo .demo-video #demo-video:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12);
}

#what-we-duco {
	background-color: #000;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-black-lowres.avif");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#what-we-duco.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1139px) {
	#what-we-duco {
		background-position: center top;
	}
}

#what-we-duco .wrapper {
	padding: 80px 90px 180px 90px;
}

@media only screen and (max-width: 1139px) {
	#what-we-duco .wrapper {
		padding: 40px 40px 120px;
	}
}

@media only screen and (max-width: 768px) {
	#what-we-duco .wrapper {
		padding: 40px 30px 100px;
	}
}

#what-we-duco h2 {
	color: #e6e7e8;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
}

#what-we-duco .what-we-duco-blocks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block {
	width: calc(( 100% - 160px ) / 2);
	padding: 30px;
	background-color: rgba(0, 0, 0, .85);
	border-width: 1px;
	border-left-width: 10px;
	border-style: solid;
	margin: 40px;
	transition: background-color .3s ease;
}

@media only screen and (max-width: 768px) {
	#what-we-duco .what-we-duco-blocks .what-we-duco-block {
		margin: 20px;
		width: calc(( 100% - 80px ) / 2);
	}
}

@media only screen and (max-width: 767px) {
	#what-we-duco .what-we-duco-blocks .what-we-duco-block {
		width: 100%;
		margin: 15px 0;
		text-align: center;
	}
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block h3 {
	font-size: 22px;
	color: #f5be63;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block p {
	font-size: 18px;
	color: #e6e7e8;
	margin-bottom: 15px;
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block .w-block-btn {
	margin-top: 10px;
	padding: 10px 25px;
	background-color: #1a1a1a;
	color: #e6e7e8;
	text-transform: uppercase;
	display: inline-block;
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block.block_green {
	border-color: #779d9a;
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block.block_green:hover {
	background-color: rgba(119, 157, 154, .2);
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block.block_yellow {
	border-color: #f5be63;
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block.block_yellow:hover {
	background-color: rgba(245, 190, 99, .2);
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block.block_blue {
	border-color: #778a9d;
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block.block_blue:hover {
	background-color: rgba(119, 138, 157, .2);
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block.block_pink {
	border-color: #d7bec1;
}

#what-we-duco .what-we-duco-blocks .what-we-duco-block.block_pink:hover {
	background-color: rgba(215, 190, 193, .2);
}

#home-client-logos .wrapper {
	padding: 90px 90px 60px 90px;
}

@media only screen and (max-width: 1139px) {
	#home-client-logos .wrapper {
		padding: 60px 40px;
	}
}

#home-client-logos h2 {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#home-client-logos h2 {
		font-size: 22px;
		line-height: 28px;
	}
}

#home-client-logos .home-logos-container {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#home-client-logos .home-logos-container .home-logo {
	width: calc(( 100% - 120px ) / 5);
	padding: 30px;
	min-height: 180px;
	max-height: 200px;
	height: auto;
	display: flex;
}

#home-client-logos .home-logos-container .home-logo img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	#home-client-logos .home-logos-container .home-logo {
		width: calc(( 100% - 100px ) / 4);
		min-height: 150px;
	}
}

@media only screen and (max-width: 768px) {
	#home-client-logos .home-logos-container .home-logo {
		width: calc(( 100% - 120px ) / 3);
		min-height: 120px;
		max-height: 120px;
	}
}

@media only screen and (max-width: 767px) {
	#home-client-logos .home-logos-container .home-logo {
		width: calc(( 100% - 60px ) / 2);
		min-height: 100px;
	}
}

@media only screen and (max-width: 480px) {
	#home-client-logos .home-logos-container .home-logo {
		width: calc(( 100% - 40px ) / 2);
		min-height: 100px;
		padding: 15px;
	}
}

.events-template-default .global-header--desktop {
	display: none !important;
}

.events-template-default .global-header--mobile {
	display: block !important;
}

@media only screen and (min-width: 1025px) {
	.events-template-default .global-header--mobile nav li>.sub-menu {
		padding: 0px 10px 0 0;
	}
	
	.events-template-default .global-header--mobile nav li>.sub-menu li {
		border: none;
		padding: 6px 0;
	}
	
	.events-template-default .global-header--mobile nav li>.sub-menu li a {
		color: #666;
		padding: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		border-left: 2px solid rgba(0, 0, 0, 0);
	}
	
	.events-template-default .global-header--mobile nav li>.sub-menu li a:hover {
		padding-left: 10px;
		border-left: 2px solid #f5be63;
		color: #000 !important;
	}
	
	.events-template-default .global-header--mobile nav li>.sub-menu li.menu-segmented {
		margin-bottom: 5px;
	}
	
	.events-template-default .global-header--mobile nav li>.sub-menu li.menu-segmented>li {
		padding: 5px 0;
	}
}

.event-landing-page {
	background-color: #fff;
}

.event-landing-page .nomob {
	display: inline;
}

@media only screen and (max-width: 767px) {
	.event-landing-page .nomob {
		display: none;
		visibility: hidden;
	}
}

.event-landing-page h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

.event-landing-page p {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px 0;
}

.event-landing-page ul {
	list-style: disc;
	padding-left: 20px;
}

.event-landing-page ul li {
	font-size: 18px;
	margin: 0px 0;
}

.event-landing-page ul.bullets {
	list-style: none;
	padding-left: 0;
	margin-top: 30px;
}

.event-landing-page ul.bullets li {
	margin-bottom: 25px;
	display: flex;
	align-items: baseline;
}

.event-landing-page ul.bullets li i {
	margin-right: 15px;
	font-size: 16px;
}

.event-landing-page img {
	width: 100%;
	max-width: 750px;
}

.event-landing-page video {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.event-landing-page .btn-default {
	border: 1px solid #aaa;
	margin: 10px 5px 10px 0;
}

.event-landing-page .center {
	text-align: center;
	margin: inherit auto;
}

.event-landing-page .right {
	text-align: right;
}

.event-landing-page .hbspt-form {
	max-width: 400px;
	margin: 10px auto 0;
}

.event-landing-page .hbspt-form .hs-error-msgs {
	list-style: none;
}

.event-landing-page .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.event-landing-page .hbspt-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.event-landing-page .hbspt-form .input {
	margin: 8px 0;
	margin-right: 0px !important;
}

.event-landing-page .hbspt-form .form-columns-2 .hs-form-field {
	width: 48%;
}

.event-landing-page .hbspt-form .form-columns-2 .hs-form-field:nth-child(even) {
	margin-left: 2%;
}

.event-landing-page .hbspt-form .form-columns-2 .hs-form-field:nth-child(odd) {
	margin-right: 2%;
}

@media only screen and (max-width: 550px) {
	.event-landing-page .hbspt-form .form-columns-2 .hs-form-field {
		float: none;
		width: 100%;
	}
	
	.event-landing-page .hbspt-form .form-columns-2 .hs-form-field:nth-child(even) {
		margin-top: 16px;
		margin-left: 0;
	}
}

.event-landing-page .hbspt-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.event-landing-page .hbspt-form input.hs-input {
	display: inline-block;
	width: 100% !important;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.event-landing-page .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.event-landing-page .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #aaa;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.event-landing-page .hbspt-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100% !important;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.event-landing-page .hbspt-form select .disabled {
	color: #aaa;
}

.event-landing-page .hbspt-form .inputs-list {
	color: #fff;
	list-style: none;
	padding-left: 0;
}

.event-landing-page .hbspt-form .inputs-list .hs-form-booleancheckbox-display {
	display: flex;
}

.event-landing-page .hbspt-form .inputs-list .hs-form-booleancheckbox-display span {
	max-width: 90%;
	margin-left: 12px;
	font-size: 15px;
}

.event-landing-page .hbspt-form .inputs-list .hs-form-booleancheckbox-display span span {
	margin-left: 0;
}

.event-landing-page .hbspt-form input[type=checkbox] {
	width: 25px !important;
	height: 25px;
	appearance: checkbox;
	margin-left: 0;
	margin-top: 0;
}

.event-landing-page .hbspt-form input[type=submit] {
	background: #231f20;
	border: 1px solid #aaa;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	min-width: 200px;
	text-transform: uppercase;
}

.event-landing-page .hbspt-form input[type=submit]:hover {
	background-color: #919296;
}

.event-landing-page .event-header h1 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1360px) {
	.event-landing-page .event-header h1 {
		font-size: 32px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .event-header h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

.event-landing-page .event-header h2 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 20px;
}

@media only screen and (max-width: 1360px) {
	.event-landing-page .event-header h2 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .event-header h2 {
		font-size: 16px;
		line-height: 20px;
	}
}

.event-landing-page .event-header p {
	color: hsla(0, 0%, 100%, .85);
	font-size: 20px;
	line-height: 26px;
}

@media only screen and (max-width: 1100px) {
	.event-landing-page .event-header p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .event-header p {
		font-size: 18px;
		line-height: 22px;
	}
}

.event-landing-page .event-header .header-date-time {
	font-size: 22px;
	color: #fff;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 26px;
}

.event-landing-page .event-container {
	padding: 0px 90px;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .event-container {
		padding: 0 0 0 40px;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .event-container {
		padding: 0px;
	}
}

.event-landing-page .event-container .event-container-inner {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.event-landing-page .event-container .event-container-inner {
		flex-wrap: wrap;
	}
}

.event-landing-page .event-container .event-content {
	padding: 60px 60px 60px 0;
	width: 60%;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .event-container .event-content {
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.event-landing-page .event-container .event-content {
		padding: 60px 40px 60px 0;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .event-container .event-content {
		padding: 40px;
	}
	
	.event-landing-page .event-container .event-content p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 500px) {
	.event-landing-page .event-container .event-content {
		padding: 30px;
	}
}

.event-landing-page .event-container .event-details {
	width: 40%;
	max-width: 480px;
	padding: 60px 40px;
	border-left: 2px solid #f5f5f5;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .event-container .event-details {
		width: 300px;
		flex-basis: 415px;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .event-container .event-details {
		width: 100%;
		width: 100%;
		order: -1;
		border-left: none;
		border-bottom: 2px solid #f5f5f5;
		flex-basis: 100%;
		max-width: 100%;
		padding: 40px 40px 10px;
	}
}

@media only screen and (max-width: 500px) {
	.event-landing-page .event-container .event-details {
		padding: 30px 30px 10px;
	}
}

.event-landing-page .single-event .event-header {
	padding: 40px 90px;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1800px) {
	.event-landing-page .single-event .event-header {
		background-size: contain;
		background-position-y: calc(100% + 120px);
	}
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .single-event .event-header {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.event-landing-page .single-event .event-header {
		padding: 0 15px;
	}
}

.event-landing-page .single-event .event-header .inner-header {
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 675px;
}

@media only screen and (min-width: 1500px) {
	.event-landing-page .single-event .event-header .inner-header {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 1100px) {
	.event-landing-page .single-event .event-header .inner-header {
		display: block;
		padding-bottom: 120px;
		min-height: auto;
	}
}

.event-landing-page .single-event .event-header .inner-header .copy-container {
	width: 60%;
	padding-bottom: 120px;
	padding-right: 90px;
}

@media only screen and (max-width: 1100px) {
	.event-landing-page .single-event .event-header .inner-header .copy-container {
		width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
		text-align: center;
		max-width: 700px;
		margin: 75px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .single-event .event-header .inner-header .copy-container {
		padding: 20px;
	}
}

.event-landing-page .single-event .event-header .inner-header .copy-container .header-btn {
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	word-break: keep-all;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.event-landing-page .single-event .event-header .inner-header .form-header {
	width: 40%;
	padding: 40px;
	background-color: rgba(0, 0, 0, .75);
	max-width: 480px;
}

.event-landing-page .single-event .event-header .inner-header .form-header a {
	color: #f5be63 !important;
}

.event-landing-page .single-event .event-header .inner-header .form-header a:hover {
	text-decoration: underline;
}

.event-landing-page .single-event .event-header .inner-header .form-header .hbspt-form p {
	font-size: 18px;
	line-height: 26px;
}

@media only screen and (max-width: 1100px) {
	.event-landing-page .single-event .event-header .inner-header .form-header {
		width: 100%;
		max-width: 100%;
		padding-top: 15px;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hbspt-form {
		max-width: 100%;
		margin-top: 0;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hs-form fieldset {
		width: 49%;
		float: left;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hs-form fieldset:nth-child(even) {
		margin-left: 1%;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hs-form fieldset:nth-child(odd) {
		margin-right: 1%;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hs-form fieldset:last-of-type:nth-child(odd) {
		width: 100%;
		max-width: 100%;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hs-form .hs-submit {
		clear: both;
		text-align: center;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hs-form input[type=submit] {
		margin: 20px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .single-event .event-header .inner-header .form-header {
		padding: 15px;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hs-form fieldset {
		width: 100%;
		float: none;
		max-width: 100%;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hs-form fieldset .hs-input {
		max-width: 100%;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hs-form fieldset:nth-child(even) {
		margin-left: 0%;
	}
	
	.event-landing-page .single-event .event-header .inner-header .form-header .hs-form fieldset:nth-child(odd) {
		margin-right: 0%;
	}
}

.event-landing-page .single-event .event-header .inner-header .form-header p {
	font-size: 12px;
	color: hsla(0, 0%, 100%, .85);
	line-height: 16px;
	margin-top: 30px;
	margin-bottom: 0;
}

.event-landing-page .single-event .event-container .event-details .event-details-inner {
	margin-bottom: 60px;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .single-event .event-container .event-details .event-details-inner {
		width: 240px;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .single-event .event-container .event-details .event-details-inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 20px;
	}
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
	margin-left: -8px;
}

@media only screen and (max-width: 767px) {
	.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail {
		width: 40%;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 550px) {
	.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail {
		width: 100%;
		margin-bottom: 30px;
	}
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon {
	width: 75px;
	height: 75px;
	background-size: contain;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon {
		width: 50px;
		height: 50px;
	}
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon.icon-date {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/source/rev-82ff832/du.co/wp-content/themes/duco/assets/img/icon-calendar.svg");
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon.icon-date.nitro-lazy {
	background-image: none !important;
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon.icon-time {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/source/rev-82ff832/du.co/wp-content/themes/duco/assets/img/icon-time.svg");
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon.icon-time.nitro-lazy {
	background-image: none !important;
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon.icon-price {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/source/rev-82ff832/du.co/wp-content/themes/duco/assets/img/icon-ticket.svg");
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon.icon-price.nitro-lazy {
	background-image: none !important;
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon.icon-duration {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/source/rev-82ff832/du.co/wp-content/themes/duco/assets/img/icon-duration.svg");
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon.icon-duration.nitro-lazy {
	background-image: none !important;
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon.icon-location {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/source/rev-82ff832/du.co/wp-content/themes/duco/assets/img/icon-location.svg");
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-icon.icon-location.nitro-lazy {
	background-image: none !important;
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-text {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-left: 15px;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-text {
		font-size: 16px;
		flex-basis: 200px;
	}
}

.event-landing-page .single-event .event-container .event-details .event-details-inner .event-detail .detail-text .detail-line-top {
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.event-landing-page .single-event .event-container .event-details .details-disclaimer p {
		font-size: 16px;
		line-height: 20px;
	}
}

.event-landing-page .single-event .event-container .event-details .details-disclaimer a {
	text-decoration: underline;
}

.event-landing-page .single-event .event-container .event-agenda h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 60px;
}

.event-landing-page .single-event .event-container .event-agenda .event-agenda-bullets {
	margin: 20px 0;
}

.event-landing-page .single-event .event-container .event-agenda .event-agenda-bullets .event-bullet {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.event-landing-page .single-event .event-container .event-agenda .event-agenda-bullets .event-bullet .bullet-text {
	margin-left: 15px;
}

.event-landing-page .single-event .event-container .event-agenda .event-agenda-bullets .event-bullet i {
	font-size: 16px;
}

.event-landing-page .single-event .event-speakers {
	background-color: #f5f5f5;
	padding: 60px 90px;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .single-event .event-speakers {
		padding: 40px;
	}
}

@media only screen and (max-width: 500px) {
	.event-landing-page .single-event .event-speakers {
		padding: 30px;
	}
}

.event-landing-page .single-event .event-speakers h2 {
	text-align: center;
}

.event-landing-page .single-event .event-speakers .event-speakers-items {
	margin: 60px 0 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .single-event .event-speakers .event-speakers-items {
		flex-wrap: wrap;
		margin: 30px 0 10px;
	}
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 60px;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
		align-items: center;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker {
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
	}
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-photo {
	background-size: cover;
	background-repeat: no-repeat;
	width: 175px;
	height: 175px;
	border-radius: 50%;
	flex-basis: 175px;
	flex-grow: 0;
	flex-shrink: 0;
}

@media only screen and (max-width: 1360px) {
	.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-photo {
		width: 125px;
		height: 125px;
		flex-basis: 125px;
	}
}

@media only screen and (max-width: 1360px) {
	.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-photo {
		width: 175px;
		height: 175px;
		flex-basis: 175px;
	}
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info {
	padding-right: 40px;
	margin-left: 30px;
	max-width: 450px;
	padding-top: 50px;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info {
		width: 100%;
		max-width: 700px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info {
		width: 100%;
		text-align: center;
		margin-top: 15px;
		margin-left: 0;
		padding-top: 5px;
	}
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info h3 {
	font-weight: bold;
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info h4 {
	margin: 5px 0 15px;
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info p {
	font-size: 16px;
	line-height: 22px;
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info .read-bio {
	text-transform: uppercase;
	color: #e3930e;
	cursor: pointer;
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info .read-bio i {
	font-size: 13px;
	margin-left: 5px;
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info .read-bio:hover {
	color: #000;
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info .speaker-bio {
	display: none;
}

.event-landing-page .single-event .event-speakers .event-speakers-items .event-speaker .speaker-info .speaker-bio.show-bio {
	display: block;
}

.event-landing-page .multi-event .event-header .inner-header .copy-container {
	width: 100%;
	max-width: 700px;
	padding: 90px 0 0;
	text-align: center;
	margin: 0 auto -90px;
}

@media only screen and (max-width: 767px) {
	.event-landing-page .multi-event .event-header .inner-header .copy-container {
		padding: 90px 30px 0;
		margin: 0 auto -30px;
	}
}

.event-landing-page .multi-event .event-header .inner-header .copy-container .btn-default {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	margin: 20px 0;
	transition: all .3s ease;
}

.event-landing-page .multi-event .event-header .inner-header .copy-container .btn-default:hover {
	background-color: #fff;
	color: #1a1a1a;
}

.event-landing-page .multi-event .event-header .bg-header {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 266px;
}

@media only screen and (max-width: 767px) {
	.event-landing-page .multi-event .event-header .bg-header {
		height: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .multi-event .event-details {
		order: 2;
		border-top: 2px solid #f5f5f5;
	}
}

.event-landing-page .multi-event .event-content .event-sessions {
	margin-top: 40px;
}

.event-landing-page .multi-event .event-content .event-session {
	padding: 30px;
}

.event-landing-page .multi-event .event-content .event-session h3 {
	font-size: 24px;
	font-weight: bold;
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner {
	margin-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
	margin-left: -8px;
	padding-right: 30px;
	width: 50%;
}

@media only screen and (max-width: 580px) {
	.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail {
		width: 100%;
	}
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon {
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon.icon-date {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/source/rev-82ff832/du.co/wp-content/themes/duco/assets/img/icon-calendar.svg");
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon.icon-date.nitro-lazy {
	background-image: none !important;
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon.icon-time {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/source/rev-82ff832/du.co/wp-content/themes/duco/assets/img/icon-time.svg");
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon.icon-time.nitro-lazy {
	background-image: none !important;
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon.icon-price {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/source/rev-82ff832/du.co/wp-content/themes/duco/assets/img/icon-ticket.svg");
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon.icon-price.nitro-lazy {
	background-image: none !important;
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon.icon-duration {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/source/rev-82ff832/du.co/wp-content/themes/duco/assets/img/icon-duration.svg");
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon.icon-duration.nitro-lazy {
	background-image: none !important;
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon.icon-location {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/source/rev-82ff832/du.co/wp-content/themes/duco/assets/img/icon-location.svg");
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-icon.icon-location.nitro-lazy {
	background-image: none !important;
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-text {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-left: 10px;
}

.event-landing-page .multi-event .event-content .event-session .e-details-inner .session-detail .detail-text .detail-line-top {
	font-weight: bold;
}

.event-landing-page .multi-event .event-content .event-session .session-description p {
	font-size: 16px;
	line-height: 24px;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers {
	margin-top: 30px;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers h4 {
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.event-landing-page .multi-event .event-content .event-session .session-speakers h4 {
		text-align: center;
	}
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items {
	margin-top: 20px;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker {
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
	}
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-photo {
	background-size: cover;
	background-repeat: no-repeat;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	flex-basis: 125px;
	flex-grow: 0;
	flex-shrink: 0;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info {
	padding-right: 40px;
	margin-left: 30px;
	max-width: 750px;
	padding-top: 30px;
}

@media only screen and (max-width: 1250px) {
	.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info {
		width: 100%;
		max-width: 700px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info {
		width: 100%;
		text-align: center;
		margin-top: 15px;
		margin-left: 0;
	}
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info h3 {
	font-weight: bold;
	font-size: 18px;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info h4 {
	margin: 5px 0 15px;
	font-weight: 400;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info p {
	font-size: 16px;
	line-height: 22px;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info .read-bio {
	text-transform: uppercase;
	color: #e3930e;
	cursor: pointer;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info .read-bio i {
	font-size: 13px;
	margin-left: 5px;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info .read-bio:hover {
	color: #000;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info .speaker-bio {
	display: none;
}

.event-landing-page .multi-event .event-content .event-session .session-speakers .session-speakers-items .session-speaker .speaker-info .speaker-bio.show-bio {
	display: block;
}

.event-landing-page .multi-event .event-content .event-session:nth-child(odd) {
	background-color: #f5f5f5;
}

.event-landing-page .multi-event .hbspt-form input.hs-input {
	border: none;
	background-color: #f5f5f5;
}

.event-landing-page .multi-event .hbspt-form select {
	border: none;
	background-color: #f5f5f5;
}

.event-landing-page .multi-event .hbspt-form .hs-fieldtype-checkbox {
	margin-top: 15px;
}

.event-landing-page .multi-event .hbspt-form .inputs-list {
	color: #000;
}

.event-landing-page .multi-event .hbspt-form .inputs-list .hs-form-checkbox {
	padding: 10px 0;
}

.event-landing-page .multi-event .hbspt-form .inputs-list .hs-form-checkbox:hover span {
	font-weight: bold;
	cursor: pointer;
}

.event-landing-page .multi-event .hbspt-form .inputs-list .hs-form-checkbox:hover input[type=checkbox] {
	cursor: pointer;
	background-color: #ddd;
}

.event-landing-page .multi-event .hbspt-form .inputs-list label {
	display: flex;
}

.event-landing-page .multi-event .hbspt-form .inputs-list label span {
	font-size: 16px;
	margin-left: 15px;
	width: calc(100% - 50px);
}

.event-landing-page .multi-event .hbspt-form input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #f0f0f0;
	margin: 0;
	font: inherit;
	color: #000;
	width: 25px !important;
	height: 25px;
	border-radius: .15em;
	transform: translateY(-.075em);
	padding: 0;
	display: grid;
	place-content: center;
}

.event-landing-page .multi-event .hbspt-form input[type=checkbox]::before {
	content: "";
	width: .65em;
	height: .65em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #000;
	background-color: CanvasText;
}

.event-landing-page .multi-event .hbspt-form input[type=checkbox]:checked::before {
	transform: scale(1);
}

.event-landing-page .multi-event .hbspt-form input[type=checkbox]:focus {
	outline: 1px solid #f5be63;
}

.event-landing-page .multi-event .hbspt-form input[type=checkbox]:disabled {
	color: #aaa;
	cursor: not-allowed;
}

.event-landing-page .multi-event .form-side p {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	margin-top: 30px;
	margin-bottom: 60px;
}

.event-landing-page .multi-event .form-side p a {
	color: #e3930e;
}

.event-landing-page .multi-event .form-side p a:hover {
	text-decoration: underline;
}

.page-template-tpl-hub-page .global-header--desktop {
	display: none !important;
}

.page-template-tpl-hub-page .global-header--mobile {
	display: block !important;
}

@media only screen and (min-width: 1025px) {
	.page-template-tpl-hub-page .global-header--mobile nav li>.sub-menu {
		padding: 0px 10px 0 0;
	}
	
	.page-template-tpl-hub-page .global-header--mobile nav li>.sub-menu li {
		border: none;
		padding: 6px 0;
	}
	
	.page-template-tpl-hub-page .global-header--mobile nav li>.sub-menu li a {
		color: #666;
		padding: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		border-left: 2px solid rgba(0, 0, 0, 0);
	}
	
	.page-template-tpl-hub-page .global-header--mobile nav li>.sub-menu li a:hover {
		padding-left: 10px;
		border-left: 2px solid #f5be63;
		color: #000 !important;
	}
	
	.page-template-tpl-hub-page .global-header--mobile nav li>.sub-menu li.menu-segmented {
		margin-bottom: 5px;
	}
	
	.page-template-tpl-hub-page .global-header--mobile nav li>.sub-menu li.menu-segmented>li {
		padding: 5px 0;
	}
}

.hub-page {
	background-color: #fff;
	padding-top: 60px;
}

.hub-page .nomob {
	display: inline;
}

@media only screen and (max-width: 767px) {
	.hub-page .nomob {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (max-width: 1570px) {
	.hub-page .wrapper {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1180px) {
	.hub-page .wrapper {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 600px) {
	.hub-page .wrapper {
		padding: 0 20px;
	}
}

.hub-page h1 {
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 42px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
	.hub-page h1 {
		font-size: 34px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.hub-page h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

.hub-page h2 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 20px;
}

@media only screen and (max-width: 1360px) {
	.hub-page h2 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.hub-page h2 {
		font-size: 16px;
		line-height: 20px;
	}
}

.hub-page p {
	font-size: 18px;
	line-height: 23px;
}

@media only screen and (max-width: 1100px) {
	.hub-page p {
		font-size: 16px;
		line-height: 20px;
	}
}

.hub-page ul {
	list-style: disc;
	padding-left: 20px;
}

.hub-page ul li {
	font-size: 18px;
	margin: 0px 0;
}

.hub-page ul.bullets {
	list-style: none;
	padding-left: 0;
	margin-top: 30px;
}

.hub-page ul.bullets li {
	margin-bottom: 25px;
	display: flex;
	align-items: baseline;
}

.hub-page ul.bullets li i {
	margin-right: 15px;
	font-size: 16px;
}

.hub-page img {
	width: 100%;
	max-width: 750px;
}

.hub-page video {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.hub-page .btn-default {
	border: 1px solid #aaa;
	margin: 10px 5px 10px 0;
}

.hub-page .center {
	text-align: center;
	margin: inherit auto;
}

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

.hub-page .hbspt-form {
	max-width: 400px;
	margin: 10px auto 0;
}

.hub-page .hbspt-form .hs-error-msgs {
	list-style: none;
}

.hub-page .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.hub-page .hbspt-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.hub-page .hbspt-form .input {
	margin: 8px 0;
	margin-right: 0px !important;
}

.hub-page .hbspt-form .form-columns-2 .hs-form-field {
	width: 48%;
}

.hub-page .hbspt-form .form-columns-2 .hs-form-field:nth-child(even) {
	margin-left: 2%;
}

.hub-page .hbspt-form .form-columns-2 .hs-form-field:nth-child(odd) {
	margin-right: 2%;
}

@media only screen and (max-width: 550px) {
	.hub-page .hbspt-form .form-columns-2 .hs-form-field {
		float: none;
		width: 100%;
	}
	
	.hub-page .hbspt-form .form-columns-2 .hs-form-field:nth-child(even) {
		margin-top: 16px;
		margin-left: 0;
	}
}

.hub-page .hbspt-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.hub-page .hbspt-form input.hs-input {
	display: inline-block;
	width: 100% !important;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.hub-page .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.hub-page .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #aaa;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.hub-page .hbspt-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100% !important;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.hub-page .hbspt-form select .disabled {
	color: #aaa;
}

.hub-page .hbspt-form .inputs-list {
	color: #fff;
	list-style: none;
	padding-left: 0;
}

.hub-page .hbspt-form .inputs-list .hs-form-booleancheckbox-display {
	display: flex;
}

.hub-page .hbspt-form .inputs-list .hs-form-booleancheckbox-display span {
	max-width: 90%;
	margin-left: 12px;
	font-size: 15px;
}

.hub-page .hbspt-form .inputs-list .hs-form-booleancheckbox-display span span {
	margin-left: 0;
}

.hub-page .hbspt-form input[type=checkbox] {
	width: 25px !important;
	height: 25px;
	appearance: checkbox;
	-webkit-appearance: checkbox;
	margin-left: 0;
	margin-top: 0;
}

.hub-page .hbspt-form input[type=submit] {
	background: #231f20;
	border: 1px solid #aaa;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	min-width: 200px;
	text-transform: uppercase;
}

.hub-page .hbspt-form input[type=submit]:hover {
	background-color: #919296;
}

.hub-page .hub-section {
	padding: 60px 0;
}

.hub-page .hub-section:nth-child(even) {
	background-color: #f5f5f5;
}

.hub-page .hub-section:nth-child(even).block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content {
	background-color: #fff;
}

.hub-page .hub-section:nth-child(even).block-testimonials.multiple-t:before {
	background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
}

.hub-page .hub-section:nth-child(even).block-testimonials.multiple-t:after {
	background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
}

.hub-page .section-title {
	text-align: center;
	margin: 0px auto 40px;
}

.hub-page .block-title-description {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hub-page .block-title-description .block-td-container {
	max-width: calc(50% - 60px);
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-title-description .block-td-container {
		max-width: 700px;
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-title-description .block-td-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.hub-page .block-title-description .block-td-container h1 {
	color: #000;
	line-height: 32px;
	margin-bottom: 30px;
}

.hub-page .block-title-description .block-td-container h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 10px;
	color: #000;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-title-description .block-td-container h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

.hub-page .block-title-description .block-td-container p {
	margin-bottom: 30px;
}

.hub-page .block-title-description .block-td-container.white-text h1, .hub-page .block-title-description .block-td-container.white-text h2, .hub-page .block-title-description .block-td-container.white-text p {
	color: #fff;
}

.hub-page .block-title-description .block-td-container.left {
	text-align: left;
}

.hub-page .block-title-description .block-td-container.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 55%;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-title-description .block-td-container.center {
		max-width: 700px;
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-title-description .block-td-container.center {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.hub-page .block-title-description .block-td-container.right {
	text-align: left;
	margin-left: auto;
}

.hub-page .block-featured-3-posts .block-f3posts-container {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-posts .block-f3posts-container {
		flex-wrap: wrap;
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container {
	width: 66.6666666667%;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container {
		width: 100%;
		margin-bottom: 40px;
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-half {
	width: 50%;
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-half {
		width: 100%;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-content {
		order: 1;
		max-width: 650px;
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-content .pre-title {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #f5be63;
	font-weight: 600;
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-content h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-content h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-content p {
	margin-bottom: 20px;
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media {
	padding: 0 40px;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media {
		padding-right: 0;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media {
		padding: 0;
		margin-bottom: 40px;
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media img {
	width: 100%;
	height: auto;
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media .block-video .video-thumbnail {
	width: 100%;
	max-width: 750px;
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 100%;
	position: relative;
	cursor: pointer;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072);
	transition: all .3 ease;
	-webkit-transition: all .3s ease;
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media .block-video .video-thumbnail {
		height: 350px;
		padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media .block-video .video-thumbnail {
		height: 250px;
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media .block-video .video-thumbnail:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/play-btn.png");
	background-repeat: no-repeat;
	background-size: 110px 110px;
	background-position: center;
	transition: all .3 ease;
	-webkit-transition: all .3s ease;
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media .block-video .video-thumbnail:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12);
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container {
	width: 33.3333333333%;
	border-left: 1px solid #ddd;
	padding-left: 40px;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-left: none;
		border-top: 1px solid #ddd;
		padding-left: 0;
		padding-top: 40px;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container {
		justify-content: center;
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px 0;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container {
		width: calc(( 100% - 80px ) / 3);
		margin: 0;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container {
		width: 100%;
		max-width: 500px;
		margin: 0;
		margin: 20px 0;
		align-items: center;
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-image {
	width: 100px;
	height: 100px;
	background-size: cover;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-image {
		width: 75px;
		height: 100%;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-image {
		width: 120px;
		height: 120px;
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content {
	padding-left: 30px;
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content {
		width: calc(100% - 75px);
		padding-left: 15px;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content {
		width: calc(100% - 120px);
	}
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content span {
	text-transform: uppercase;
	font-size: 14px;
}

.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content span i {
	margin-left: 10px;
	font-size: 12px;
	color: #f5be63;
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container:first-child {
		margin-top: 0;
	}
}

.hub-page .block-2-columns .block-2col-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.hub-page .block-2-columns .block-2col-container .col-container {
	width: calc(( 100% - 90px ) / 3);
	margin: 10px 40px;
	transition: all .3s ease;
	background: #fff;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042);
}

@media only screen and (max-width: 1570px) {
	.hub-page .block-2-columns .block-2col-container .col-container {
		width: calc(( 100% - 0px ) / 3);
	}
}

@media only screen and (max-width: 1300px) {
	.hub-page .block-2-columns .block-2col-container .col-container {
		width: calc(( 100% - 161px ) / 2);
	}
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-2-columns .block-2col-container .col-container {
		width: 100%;
		max-width: 750px;
		display: flex;
		justify-content: center;
		margin: 0 0 40px;
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-2-columns .block-2col-container .col-container {
		width: 100%;
		display: block;
	}
}

.hub-page .block-2-columns .block-2col-container .col-container:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .056);
}

.hub-page .block-2-columns .block-2col-container .col-container .col-image {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-2-columns .block-2col-container .col-container .col-image {
		height: auto;
		max-width: 250px;
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-2-columns .block-2col-container .col-container .col-image {
		width: 100%;
		max-width: 100%;
		height: 200px;
	}
}

.hub-page .block-2-columns .block-2col-container .col-container .col-content {
	padding: 30px;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-2-columns .block-2col-container .col-container .col-content {
		width: calc(100% - 250px);
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-2-columns .block-2col-container .col-container .col-content {
		width: 100%;
	}
}

.hub-page .block-2-columns .block-2col-container .col-container .col-content h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 26px;
}

.hub-page .block-2-columns .block-2col-container .col-container .col-content h3.fixed-height {
	min-height: 75px;
}

.hub-page .block-2-columns .block-2col-container .col-container .col-content p {
	margin-bottom: 26px;
}

.hub-page .block-2-columns .block-2col-container .col-container .col-content span {
	text-transform: uppercase;
	font-size: 16px;
}

.hub-page .block-2-columns .block-2col-container .col-container .col-content span i {
	margin-left: 10px;
	font-size: 14px;
	color: #f5be63;
}

.hub-page .block-3-columns .block-3col-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hub-page .block-3-columns .block-3col-container .col-container {
	width: calc(( 100% - 180px ) / 3);
	margin: 10px 0px;
	transition: all .3s ease;
	background: #fff;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042);
}

@media only screen and (max-width: 1570px) {
	.hub-page .block-3-columns .block-3col-container .col-container {
		width: calc(( 100% - 100px ) / 3);
	}
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-3-columns .block-3col-container .col-container {
		width: 100%;
		max-width: 750px;
		display: flex;
		justify-content: center;
		margin: 0 0 40px;
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-3-columns .block-3col-container .col-container {
		width: 100%;
		display: block;
	}
}

.hub-page .block-3-columns .block-3col-container .col-container:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .056);
}

.hub-page .block-3-columns .block-3col-container .col-container .col-image {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media only screen and (max-width: 1570px) {
	.hub-page .block-3-columns .block-3col-container .col-container .col-image {
		height: 200px;
	}
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-3-columns .block-3col-container .col-container .col-image {
		height: auto;
		max-width: 250px;
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-3-columns .block-3col-container .col-container .col-image {
		width: 100%;
		max-width: 100%;
		height: 200px;
	}
}

.hub-page .block-3-columns .block-3col-container .col-container .col-content {
	padding: 30px;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-3-columns .block-3col-container .col-container .col-content {
		width: calc(100% - 250px);
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-3-columns .block-3col-container .col-container .col-content {
		width: 100%;
	}
}

.hub-page .block-3-columns .block-3col-container .col-container .col-content h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 26px;
}

.hub-page .block-3-columns .block-3col-container .col-container .col-content h3.fixed-height {
	min-height: 75px;
}

.hub-page .block-3-columns .block-3col-container .col-container .col-content p {
	margin-bottom: 26px;
}

.hub-page .block-3-columns .block-3col-container .col-container .col-content span {
	text-transform: uppercase;
	font-size: 16px;
}

.hub-page .block-3-columns .block-3col-container .col-container .col-content span i {
	margin-left: 10px;
	font-size: 14px;
	color: #f5be63;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-3-columns .block-3col-container {
		justify-content: center;
	}
}

.hub-page .block-accordion .transition, .hub-page .block-accordion .accordion-items .accordion-item i:before, .hub-page .block-accordion .accordion-items .accordion-item i:after, .hub-page .block-accordion .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i:before, .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item .hub-page .block-accordion i:before, .hub-page .block-accordion .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i:after, .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item .hub-page .block-accordion i:after {
	transition: all .25s ease-in-out;
}

.hub-page .block-accordion .flipIn, .hub-page .block-accordion .accordion-items .accordion-item, .hub-page .block-accordion .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item, .page-template-tpl-product-detail-new .faqs .faqs-items .hub-page .block-accordion .faqs-item {
	animation: flipdown .5s ease both;
}

.hub-page .block-accordion .no-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hub-page .block-accordion h3 {
	font-weight: bold;
	font-size: 20px;
	max-width: 90%;
}

@media only screen and (max-width: 899px) {
	.hub-page .block-accordion h3 {
		font-size: 18px;
		line-height: 24px;
	}
}

.hub-page .block-accordion .accordion-content {
	margin-top: 15px;
	max-width: 85%;
	color: #555;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 899px) {
	.hub-page .block-accordion .accordion-content {
		max-width: 100%;
	}
}

.hub-page .block-accordion .accordion-content p {
	margin-bottom: 15px;
}

.hub-page .block-accordion .accordion-content p a {
	color: hsl(37.397260274, 87.9518072289%, 52.4509803922%);
}

.hub-page .block-accordion .accordion-items {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 60px auto 20px;
	max-width: 750px;
}

.hub-page .block-accordion .accordion-items .accordion-item {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.hub-page .block-accordion .accordion-items .accordion-item:nth-of-type(1) {
	animation-delay: .5s;
}

.hub-page .block-accordion .accordion-items .accordion-item:nth-of-type(2) {
	animation-delay: .75s;
}

.hub-page .block-accordion .accordion-items .accordion-item:nth-of-type(3) {
	animation-delay: 1s;
}

.hub-page .block-accordion .accordion-items .accordion-item:last-of-type {
	padding-bottom: 0;
}

.hub-page .block-accordion .accordion-items .accordion-item i {
	position: absolute;
	transform: translate(-14px, 0);
	margin-top: 5px;
	right: 0;
}

.hub-page .block-accordion .accordion-items .accordion-item i:before, .hub-page .block-accordion .accordion-items .accordion-item i:after {
	content: "";
	position: absolute;
	background-color: #f5be63;
	width: 3px;
	height: 14px;
}

.hub-page .block-accordion .accordion-items .accordion-item i:before {
	transform: translate(-4px, 0) rotate(45deg);
}

.hub-page .block-accordion .accordion-items .accordion-item i:after {
	transform: translate(4px, 0) rotate(-45deg);
}

.hub-page .block-accordion .accordion-items .accordion-item input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.hub-page .block-accordion .accordion-items .accordion-item input[type=checkbox]:checked~div.accordion-content {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

.hub-page .block-accordion .accordion-items .accordion-item input[type=checkbox]:checked~i:before {
	transform: translate(4px, 0) rotate(45deg);
}

.hub-page .block-accordion .accordion-items .accordion-item input[type=checkbox]:checked~i:after {
	transform: translate(-4px, 0) rotate(-45deg);
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	
	5% {
		opacity: 1;
	}
	
	80% {
		transform: rotateX(8deg);
	}
	
	83% {
		transform: rotateX(6deg);
	}
	
	92% {
		transform: rotateX(-3deg);
	}
	
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}

.hub-page .block-text-media .block-tm-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.hub-page .block-text-media .block-tm-half {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.hub-page .block-text-media .block-tm-half {
		width: 100%;
		max-width: 750px;
	}
}

.hub-page .block-text-media .block-tm-content {
	padding-right: 60px;
	max-width: 650px;
	margin-right: auto;
}

@media only screen and (max-width: 1024px) {
	.hub-page .block-text-media .block-tm-content {
		order: 1;
		padding-right: 0;
		margin-top: 40px;
		margin-right: 0;
	}
}

.hub-page .block-text-media .block-tm-content.inverted {
	order: 1;
	padding-right: 0;
	padding-left: 60px;
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (max-width: 1024px) {
	.hub-page .block-text-media .block-tm-content.inverted {
		order: 1;
		padding-left: 0;
		margin-top: 40px;
		margin-left: 0;
	}
}

.hub-page .block-text-media .block-tm-content .pre-title {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #f5be63;
	font-weight: 600;
}

.hub-page .block-text-media .block-tm-content h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 5px;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-text-media .block-tm-content h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.hub-page .block-text-media .block-tm-media img {
	border: 0;
	width: 100%;
	height: auto;
}

.hub-page .block-text-media .block-tm-media .block-vimeo {
	max-width: 750px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.hub-page .block-text-media .block-tm-media .block-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.hub-page .block-featured-3-tabs {
	background-color: #fff !important;
	padding-top: 0;
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-tabs {
		padding-bottom: 0;
	}
}

.hub-page .block-featured-3-tabs h2 {
	background-color: #f5f5f5;
	padding-top: 60px;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-container {
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 40px;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-height: 520px;
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container {
		flex-wrap: wrap;
		height: auto;
		max-height: 100%;
		max-width: 550px;
		margin: 0 auto 40px;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left {
		padding-bottom: 30px;
		padding-top: 40px;
		border-bottom: 1px solid #ddd;
		order: 2;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left .pre-title {
	color: #f5be63;
	font-size: 15px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left h3 {
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 25px;
	max-width: 500px;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left p {
	margin-bottom: 15px;
	color: #555;
	max-width: 500px;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left p a {
	text-decoration: underline;
	color: #e3930e;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.half {
	padding-right: 5%;
	width: 50%;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.half {
		padding-right: 2%;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.two-third {
	padding-right: 7%;
	width: 66.6666666667%;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.two-third {
		padding-right: 4%;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.one-third {
	padding-right: 3%;
	width: 33.3333333333%;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.one-third {
		padding-right: 1%;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted {
	order: 2;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.half {
	padding-right: 0;
	padding-left: 5%;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.half {
		padding-left: 2%;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.two-third {
	padding-right: 0;
	padding-left: 7%;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.two-third {
		padding-left: 4%;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.one-third {
	padding-right: 0;
	padding-left: 3%;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.one-third {
		padding-left: 1%;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.half, .hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.one-third, .hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.two-third {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.half, .hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.one-third, .hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.two-third {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.half {
	padding-left: 5%;
	width: 50%;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.half {
		padding-left: 2%;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.one-third {
	padding-left: 7%;
	width: 66.6666666667%;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.one-third {
		padding-left: 4%;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.two-third {
	padding-left: 3%;
	width: 33.3333333333%;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.two-third {
		padding-left: 1%;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted {
	order: -1;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.half {
	padding-right: 5%;
	padding-left: 0px;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.half {
		padding-right: 2%;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.two-third {
	padding-right: 7%;
	padding-left: 0px;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.two-third {
		padding-right: 4%;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.one-third {
	padding-right: 3%;
	padding-left: 0px;
}

@media only screen and (max-width: 1200px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.one-third {
		padding-right: 1%;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.half, .hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.one-third, .hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.two-third {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.half, .hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.one-third, .hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.two-third {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right img {
	border: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042);
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right .block-vimeo {
	margin: 0px auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right .block-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container:last-child .tab-left {
		border-bottom: none;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 899px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav {
		display: none;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a {
	width: calc(( 100% - 30px ) / 3);
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-items: flex-start;
	align-items: center;
	padding: 10px 15px;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-thumb img {
	width: 100px;
	height: auto;
}

@media only screen and (max-width: 1570px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-thumb img {
		width: 80px;
	}
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-thumb img {
		display: none;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-content {
	margin-left: 20px;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-content {
		margin-left: 5px;
	}
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-content .pre-title {
	color: #f5be63;
	font-weight: bold;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-content h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a.active {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a.active:hover {
	background-color: #f5f5f5;
	cursor: default;
}

.hub-page .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a:hover {
	background-color: #fafafa;
	border-color: #fafafa;
}

.hub-page .block-testimonials {
	float: none;
	overflow: hidden;
}

.hub-page .block-testimonials.multiple-t {
	position: relative;
}

@media only screen and (min-width: 1100px) {
	.hub-page .block-testimonials.multiple-t:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0px;
		content: "";
		z-index: 2;
		width: 15vw;
		height: 100%;
		background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	}
	
	.hub-page .block-testimonials.multiple-t:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0px;
		content: "";
		z-index: 1;
		width: 15vw;
		height: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	}
}

.hub-page .block-testimonials .testimonials-disclaimer {
	margin-top: 20px;
	margin-bottom: -40px;
}

.hub-page .block-testimonials .testimonials-disclaimer p {
	font-size: 13px;
	text-align: center;
	color: #888;
}

.hub-page .block-testimonials .tesimonials-container {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/quote.png");
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: 11% -15%;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}

.hub-page .block-testimonials .tesimonials-container.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-testimonials .tesimonials-container {
		background-size: 75px;
	}
}

@media only screen and (max-width: 1024px) {
	.hub-page .block-testimonials .tesimonials-container {
		background-size: 50px;
		background-position: 0% -3%;
	}
}

.hub-page .block-testimonials .tesimonials-container .owl-wrapper-outer {
	margin-bottom: 50px;
}

.hub-page .block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content p {
	font-size: 24px !important;
	line-height: 34px !important;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 18px !important;
		line-height: 26px !important;
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 16px !important;
		line-height: 22px !important;
	}
}

.hub-page .block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content a {
	color: #1a1a1a;
	font-weight: bold;
}

.hub-page .block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content a:hover {
	text-decoration: underline;
}

.hub-page .block-testimonials .tesimonials-container .tesimonials__reviewer h4 {
	font-size: 16px;
	font-weight: 600;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-testimonials .tesimonials-container .tesimonials__reviewer h4 {
		font-size: 14px !important;
	}
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials {
	background-image: none;
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials.nitro-lazy {
	background-image: none !important;
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .owl-wrapper-outer, .hub-page .block-testimonials .tesimonials-container.multi-testimonials .owl-stage-outer {
	overflow: visible;
	margin-bottom: 50px;
}

@media only screen and (max-width: 650px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .owl-wrapper {
		align-items: flex-start;
	}
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .owl-controls {
	display: none !important;
}

@media only screen and (max-width: 1099px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .owl-controls {
		display: block !important;
	}
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner {
	max-width: 85%;
}

@media only screen and (max-width: 650px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner {
		max-width: 88%;
	}
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content {
	background-color: #f5f5f5;
	padding: 40px;
	min-height: 450px;
	position: relative;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1099px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content {
		min-height: 300px;
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 650px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content {
		padding: 40px 20px;
	}
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content p {
	text-align: center;
}

@media only screen and (max-width: 1570px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 22px !important;
		line-height: 28px !important;
	}
}

@media only screen and (max-width: 650px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
}

@media only screen and (max-width: 450px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 16px !important;
		line-height: 22px !important;
	}
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content::before {
	content: "";
	width: calc(100% - 80px);
	height: 100px;
	position: absolute;
	z-index: 1;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/quote.png");
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center 0;
	top: -60px;
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer {
	position: relative;
	z-index: 1;
	margin-top: -40px;
}

@media only screen and (max-width: 450px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer {
		margin-top: 0px;
	}
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer {
	margin: 0;
	max-width: 85%;
	border: 0;
}

@media only screen and (max-width: 1300px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer {
		max-width: 100%;
		width: 100%;
	}
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-photo {
	margin-top: 0;
	width: 150px;
	height: 150px;
}

@media only screen and (max-width: 1300px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-photo {
		width: 110px;
		height: 110px;
	}
}

@media only screen and (max-width: 450px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-photo {
		width: 90px;
		height: 90px;
	}
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-info {
	flex-shrink: 2;
	max-width: calc(100% - 180px);
	width: 100%;
}

@media only screen and (max-width: 1300px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-info {
		max-width: calc(100% - 130px);
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-info {
		max-width: calc(100% - 110px);
		width: 100%;
	}
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-info h4 {
	font-size: 16px;
}

.hub-page .block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer .testimonial-info p {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	max-width: 300px;
}

.hub-page .block-testimonials .careers-testimonial-slider-navigation-buttons {
	z-index: 2;
	margin-top: -40px;
}

.hub-page .block-testimonials .careers-testimonial-slider-navigation-buttons img {
	max-width: 16px;
}

.hub-page .block-testimonials .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__next {
	margin-right: 0%;
}

.hub-page .block-testimonials .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__prev {
	margin-left: 0%;
}

.hub-page .block-bofu-form {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-black-lowres.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	padding-bottom: 90px;
}

.hub-page .block-bofu-form.nitro-lazy {
	background-image: none !important;
}

.hub-page .block-bofu-form .block-bf-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-bofu-form .block-bf-container {
		justify-content: center;
	}
}

.hub-page .block-bofu-form .block-bf-container .block-bf-content {
	width: 33.3333333333%;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-content {
		max-width: 900px;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-content {
		text-align: left;
	}
}

.hub-page .block-bofu-form .block-bf-container .block-bf-content h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 10px;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-content h2 {
		max-width: 650px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.hub-page .block-bofu-form .block-bf-container .block-bf-content p {
	margin-bottom: 30px;
	font-weight: 400;
	color: #ccc;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-content p {
		max-width: 650px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.hub-page .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets {
	margin: 40px 0 20px;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets {
		display: flex;
		flex-wrap: wrap;
		padding: 30px 20px 0;
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets {
		display: block;
		padding: 10px 0px 0;
	}
}

.hub-page .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet {
		width: 50%;
		padding-right: 40px;
		text-align: left;
	}
}

@media only screen and (max-width: 640px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet {
		width: 100%;
		padding-right: 0px;
		text-align: left;
	}
}

.hub-page .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet .bullet-text {
	margin-left: 20px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet .bullet-text p {
	color: #fff;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet i {
	font-size: 16px;
	color: #f5be63;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form {
	width: 55%;
}

@media only screen and (max-width: 1100px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-form {
		width: 100%;
	}
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-disclaimer {
	margin-top: 30px;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-disclaimer p {
	font-size: 13px;
	line-height: 18px;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-disclaimer a {
	color: #f5be63;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container {
	color: #ccc;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form {
	max-width: 100%;
	margin: 40px auto 0;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form .hs-form-field {
	width: 48%;
	margin-bottom: 15px;
}

@media only screen and (max-width: 620px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form .hs-form-field {
		width: 100%;
	}
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .input {
	margin: 10px 0 5px;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-submit {
	width: 48%;
}

@media only screen and (max-width: 620px) {
	.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-submit {
		width: 100%;
		text-align: center;
	}
	
	.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-submit .actions {
		margin-top: 0;
	}
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form label {
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-error-msgs {
	list-style: none;
	margin-bottom: 15px;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-error-msgs li label {
	text-transform: unset;
	color: #f5be63;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs_error_rollup {
	display: none;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #fff;
	border: 1px solid hsla(0, 0%, 100%, .1);
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 3px;
	margin-bottom: 10px;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input.hs-input.error {
	border-color: #f5be63;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #ccc;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	border: 1px solid hsla(0, 0%, 100%, .1);
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 3px;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form select .disabled {
	color: #aaa;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form select.error {
	border-color: #f5be63;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input[type=submit] {
	background: #f5be63;
	border: 1px solid #f5be63;
	color: #000;
	font-size: 16px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	width: 200px;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	margin-top: 11px;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input[type=submit]:hover {
	border-color: #fff;
}

.hub-page .block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .submitted-message {
	color: #f5be63;
	font-size: 18px;
	text-align: center;
	padding: 30px;
	width: 100%;
	border: 1px solid #f5be63;
}

.nomob {
	display: inline;
}

@media only screen and (max-width: 767px) {
	.nomob {
		display: none;
		visibility: hidden;
	}
}

.page-template-tpl-flexible-layout.overlay-active {
	height: 100vh;
	overflow-y: hidden;
}

.page-template-tpl-flexible-layout.overlay-active .page-overlay {
	opacity: .75;
	visibility: visible;
	display: block;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-homepage .flexible-layout-page {
		padding-top: 0px !important;
	}
}

.flexible-layout-page {
	background-color: #fff;
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page {
		padding-top: 55px;
	}
}

@media only screen and (max-width: 1570px) {
	.flexible-layout-page .wrapper {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1180px) {
	.flexible-layout-page .wrapper {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 600px) {
	.flexible-layout-page .wrapper {
		padding: 0 20px;
	}
}

.flexible-layout-page h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page h2 {
		font-size: 27px;
	}
}

.flexible-layout-page p {
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0 20px 0;
}

.flexible-layout-page p a {
	font-weight: 600;
	text-decoration: underline;
}

.flexible-layout-page p a:hover {
	color: #686868 !important;
}

.flexible-layout-page ul {
	list-style: disc;
	padding-left: 20px;
}

.flexible-layout-page ul li {
	font-size: 18px;
	margin: 0px 0;
}

.flexible-layout-page ul.bullets {
	list-style: none;
	padding-left: 0;
	margin-top: 30px;
}

.flexible-layout-page ul.bullets li {
	margin-bottom: 25px;
	display: flex;
	align-items: baseline;
}

.flexible-layout-page ul.bullets li i {
	margin-right: 15px;
	font-size: 16px;
}

.flexible-layout-page img {
	width: 100%;
	max-width: 750px;
}

.flexible-layout-page video {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.flexible-layout-page .btn-default {
	border: 1px solid #aaa;
	margin: 10px 5px 10px 0;
}

.flexible-layout-page .cta-container {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.flexible-layout-page .cta-container .btn-default {
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-transform: uppercase;
	background-color: #000;
	border: 1px solid #000;
	margin: 20px 0;
	transition: all .3s ease;
}

.flexible-layout-page .cta-container .btn-default:hover {
	background-color: #404040;
	border-color: #404040;
	color: #fff;
}

.flexible-layout-page .cta-container .cta2 {
	padding: 2px 0px;
	margin: 0 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	word-break: keep-all;
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.flexible-layout-page .cta-container .cta2:hover {
	border-bottom: 1px solid #000;
}

.flexible-layout-page .center {
	text-align: center;
	margin: inherit auto;
}

.flexible-layout-page .left {
	text-align: left;
}

.flexible-layout-page .left .hbspt-form, .flexible-layout-page .left .hs-form {
	max-width: 400px;
	margin: 40px 0 0;
}

.flexible-layout-page .right {
	text-align: right;
}

.flexible-layout-page .hbspt-form, .flexible-layout-page .hs-form {
	max-width: 400px;
	margin: 40px auto 0;
}

.flexible-layout-page .hbspt-form .hs-error-msgs, .flexible-layout-page .hs-form .hs-error-msgs {
	list-style: none;
}

.flexible-layout-page .hbspt-form .hs-error-msgs li, .flexible-layout-page .hs-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.flexible-layout-page .hbspt-form .actions, .flexible-layout-page .hs-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.flexible-layout-page .hbspt-form .input, .flexible-layout-page .hs-form .input {
	margin: 20px 0;
}

.flexible-layout-page .hbspt-form input, .flexible-layout-page .hs-form input {
	appearance: none;
}

.flexible-layout-page .hbspt-form input.hs-input, .flexible-layout-page .hs-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.flexible-layout-page .hbspt-form .hs-fieldtype-select .input, .flexible-layout-page .hs-form .hs-fieldtype-select .input {
	position: relative;
}

.flexible-layout-page .hbspt-form .hs-fieldtype-select .input::before, .flexible-layout-page .hs-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #aaa;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.flexible-layout-page .hbspt-form select, .flexible-layout-page .hs-form select {
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.flexible-layout-page .hbspt-form select .disabled, .flexible-layout-page .hs-form select .disabled {
	color: #aaa;
}

.flexible-layout-page .hbspt-form input[type=submit], .flexible-layout-page .hs-form input[type=submit] {
	background: #231f20;
	border: 1px solid #aaa;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}

.flexible-layout-page .hbspt-form input[type=submit]:hover, .flexible-layout-page .hs-form input[type=submit]:hover {
	background-color: #919296;
}

.flexible-layout-page section {
	padding: 40px 0;
}

.flexible-layout-page section.section-padding {
	padding: 60px 0;
}

@media only screen and (max-width: 1180px) {
	.flexible-layout-page section.section-padding {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page section.section-padding {
		padding: 30px 0;
	}
}

.flexible-layout-page section.padding-zero {
	padding: 0;
}

@media only screen and (max-width: 1180px) {
	.flexible-layout-page section.padding-zero {
		padding: 10px 0 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page section.padding-zero {
		padding: 10px 0 20px 0;
	}
}

.flexible-layout-page section h2 {
	text-align: center;
	margin-bottom: 30px;
}

.flexible-layout-page .space-outside:nth-child(3) {
	padding-top: 0px;
	margin-top: -20px;
	margin-bottom: 60px;
}

.flexible-layout-page .pl-features {
	padding: 60px 0;
}

.flexible-layout-page .pl-features h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	.flexible-layout-page .pl-features .features-wrapper {
		padding: 0 5px;
	}
}

.flexible-layout-page .pl-features .h-description {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 60px;
}

.flexible-layout-page .pl-features .h-visual {
	background-color: #f8f8f8;
	padding: 40px;
	margin-bottom: 60px;
}

.flexible-layout-page .pl-features .btn-default {
	margin-top: 20px;
}

.flexible-layout-page .pl-features .pl-feature-items {
	padding-top: 0px;
	width: 100%;
	box-shadow: 0 0 80px rgba(0, 0, 0, .12);
}

@media only screen and (max-width: 1023px) {
	.flexible-layout-page .pl-features .pl-feature-items {
		box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	}
}

@media only screen and (max-width: 600px) {
	.flexible-layout-page .pl-features .pl-feature-items {
		box-shadow: none;
		border: 1px solid #eee;
	}
}

.flexible-layout-page .pl-features .pl-feature-items.has-tabs .ootb-tabcordion--tabs {
	opacity: 1;
	height: auto;
	visibility: visible;
}

.flexible-layout-page .pl-features .pl-feature-items.has-tabs .ootb-tabcordion--entry {
	min-height: 0;
}

.flexible-layout-page .pl-features .pl-feature-items.has-tabs .ootb-tabcordion--entry::before {
	display: none;
}

.flexible-layout-page .pl-features .pl-feature-items.has-tabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
	opacity: 1;
	transition: opacity 400ms ease-in-out;
}

.flexible-layout-page .pl-features .pl-feature-items.has-tabs .ootb-tabcordion--entry .ootb-tabcordion--entry-content {
	opacity: 0;
	transition: opacity 400ms ease-in-out;
}

.flexible-layout-page .pl-features .pl-feature-items.has-tabs .tab-header-mob {
	display: none;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--tabs {
	opacity: 0;
	height: 0;
	width: 100%;
	visibility: hidden;
	display: flex;
	flex-flow: wrap;
	margin: 0;
	list-style: none;
	padding: 0;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab {
	display: block;
	background: #f8f8f8;
	color: #000;
	margin: 0 4px 1px;
	margin: 0 0 1px 0;
	padding: 20px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	border: none;
	border-right: 12px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
}

@media (min-width: 1022px) {
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab {
		flex: 1;
	}
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab:last-child {
	border-right: none;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab .f-icon img {
	max-width: 50px;
	margin: 0 auto 10px;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab:hover, .flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab:focus {
	background: hsl(37.397260274, 87.9518072289%, 95.4509803922%);
	outline: none;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab.is-active {
	background: #fff;
	border-bottom: none;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab.is-active:hover, .flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--tabs .tab.is-active:focus {
	background: #fff;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry {
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 1023px) {
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry {
		height: 150px;
	}
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry::before {
	position: relative;
	cursor: pointer;
	z-index: 1;
	background: #fafafa;
	color: red;
	padding: 20px;
	display: block;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry:hover, .flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry:focus {
	outline: none;
}

@media only screen and (max-width: 1023px) {
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active {
		height: auto;
	}
}

@media only screen and (max-width: 1023px) {
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .tab-header-mob {
		background: hsl(37.397260274, 87.9518072289%, 95.4509803922%);
	}
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
	margin-top: 0px;
	height: auto;
	opacity: 1;
	transition: margin 400ms ease-out -100ms;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-icon {
	max-width: 400px;
	margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-icon {
		display: none;
	}
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half {
	width: 50%;
	padding: 20px 40px;
}

@media only screen and (max-width: 1180px) {
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-icon {
		width: 35%;
	}
	
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-text {
		width: 65%;
	}
}

@media only screen and (max-width: 1023px) {
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half {
		width: 100%;
		padding: 30px;
	}
	
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-text {
		width: 100%;
		padding: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-text {
		padding: 20px;
	}
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text h4 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text p {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text ul li {
	margin: 6px 0;
	min-height: 35px;
	width: 100%;
	padding-left: 30px;
	align-items: center;
	position: relative;
	line-height: 22px;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text ul li:before {
	content: "";
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet@2x.png");
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: center;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry-container {
	overflow: hidden;
	margin-bottom: 1px;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry-content {
	position: relative;
	margin-top: -100%;
	height: 0;
	opacity: 0;
	transition: margin 500ms ease-in;
	padding: 20px;
}

@media only screen and (max-width: 600px) {
	.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry-content {
		padding: 0;
	}
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry-content a.more {
	color: #000;
}

.flexible-layout-page .pl-features .pl-feature-items .ootb-tabcordion--entry-content a.more:hover {
	color: #000;
}

.flexible-layout-page .pl-features .pl-feature-items .tab-header-mob {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 0;
	background-color: #f8f8f8;
	text-align: center;
	border-bottom: 2px solid #eee;
}

.flexible-layout-page .pl-features .pl-feature-items .tab-header-mob .f-icon {
	width: 80px;
	margin: 20px auto 10px;
	pointer-events: none;
}

.flexible-layout-page .pl-features .pl-feature-items .tab-header-mob:hover, .flexible-layout-page .pl-features .pl-feature-items .tab-header-mob:focus {
	outline: none;
}

@media only screen and (max-width: 1023px) {
	.flexible-layout-page .pl-features .pl-feature-items .container-mob {
		margin-top: 150px;
	}
}

.flexible-layout-page .benefits {
	background-color: hsl(37.397260274, 87.9518072289%, 95.4509803922%);
	padding: 60px 0;
}

.flexible-layout-page .benefits .wrapper {
	max-width: 1380px;
	padding: 0 50px;
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page .benefits .wrapper {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .benefits {
		padding: 20px 0px;
	}
}

.flexible-layout-page .benefits .b-pera {
	text-align: center;
	text-align: center;
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	margin-left: 40px;
	margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page .benefits .b-pera {
		margin: 10px;
	}
}

.flexible-layout-page .benefits h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page .benefits h2 {
		font-size: 27px;
	}
}

.flexible-layout-page .benefits .benefits-container .b_centered p {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.flexible-layout-page .benefits a {
	display: block;
	text-align: center;
	padding: 8px 0px;
	height: 52px;
}

.flexible-layout-page .benefits .cta-container {
	margin-top: 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.flexible-layout-page .benefits .cta1 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	height: auto;
	padding: 8px 40px;
}

.flexible-layout-page .benefits .cta2 {
	padding: 2px 0px;
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
	word-break: keep-all;
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	height: 25px;
	font-family: "Source Sans Pro";
}

.flexible-layout-page .benefits .cta2:hover {
	border-bottom: 1px solid #000;
}

.flexible-layout-page .benefits .benefits-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page .benefits .benefits-container {
		justify-content: center;
	}
}

.flexible-layout-page .benefits .benefits-container .benefit {
	width: 30%;
	padding: 15px 0;
	margin: 0px 0 15px;
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page .benefits .benefits-container .benefit {
		width: 100%;
		margin-bottom: 0px;
		margin-top: 30px;
		text-align: center;
	}
}

.flexible-layout-page .benefits .benefits-container .benefit.b_centered {
	text-align: center;
}

.flexible-layout-page .benefits .benefits-container .benefit.b_centered .b_icon {
	max-width: 80px;
	margin: 0 auto 15px;
}

.flexible-layout-page .benefits .benefits-container .benefit h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.flexible-layout-page #block-head {
	background: #f5f5f5;
	padding: 0;
	padding: 100px 25px 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: auto;
	text-align: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	z-index: 40;
}

@media only screen and (min-width: 600px) {
	.flexible-layout-page #block-head {
		text-align: left;
	}
}

.flexible-layout-page #block-head::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	right: 0;
	z-index: -3;
}

.flexible-layout-page #block-head h1 {
	margin: auto auto 20px;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.6;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
	.flexible-layout-page #block-head h1 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.6;
	}
}

@media only screen and (min-width: 1025px) {
	.flexible-layout-page #block-head h1 {
		font-size: 37px;
		font-size: 2.3125rem;
	}
}

.flexible-layout-page #block-head p {
	max-width: 800px;
	margin: 0 auto 40px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
}

@media only screen and (min-width: 600px) {
	.flexible-layout-page #block-head p {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.4;
	}
}

@media only screen and (min-width: 1025px) {
	.flexible-layout-page #block-head p {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page #block-head {
		padding-top: 70px;
	}
}

.flexible-layout-page #block-head .masthead-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 90px;
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page #block-head .masthead-flex {
		padding: 0px;
	}
}

.flexible-layout-page #block-head .masthead-flex .masthead__inner {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page #block-head .masthead-flex .masthead__inner {
		width: 100%;
	}
}

.flexible-layout-page #block-head .masthead-flex .masthead-text {
	text-align: left;
	padding-right: 60px;
}

.flexible-layout-page #block-head .masthead-flex .masthead-text h1 {
	font-size: 32px;
	line-height: 42px;
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page #block-head .masthead-flex .masthead-text h1 {
		font-size: 27px;
		line-height: 32px;
	}
}

.flexible-layout-page #block-head .masthead-flex .masthead-text p {
	font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page #block-head .masthead-flex .masthead-text {
		text-align: center;
		margin-bottom: 40px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page #block-head .masthead-flex .masthead-text {
		padding: 0px;
	}
}

.flexible-layout-page #block-head .masthead-flex .masthead-text .cta-container {
	justify-content: unset;
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page #block-head .masthead-flex .masthead-text .cta-container {
		justify-content: center;
	}
}

.flexible-layout-page #block-head .masthead-flex .flx-text-center {
	text-align: center;
	width: 100%;
}

.flexible-layout-page #block-head .masthead-flex .flx-text-center .cta-container {
	justify-content: center;
}

.flexible-layout-page #block-head .masthead-flex .flx-text-left {
	text-align: left;
}

.flexible-layout-page #block-head .masthead-flex .flx-text-right {
	text-align: right;
}

.flexible-layout-page #block-head .masthead-flex .masthead-img img {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.flexible-layout-page #block-head .masthead-flex .cta-main {
	margin-bottom: 20px;
}

.flexible-layout-page #block-head .masthead-flex .cta-main.yellow_btn {
	color: #000;
	background-color: #f5be63;
	border: 1px solid #f5be63;
}

.flexible-layout-page #block-head .masthead-flex .cta-main.yellow_btn:hover {
	border-color: #fff;
}

.flexible-layout-page #block-head .masthead-flex .cta2 {
	padding: 2px 0px;
	margin: 0 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	word-break: keep-all;
}

.flexible-layout-page #block-head .masthead-flex .cta2:hover {
	border-bottom: 1px solid #010205;
}

.flexible-layout-page #block-head .masthead-flex .cta2.black-btn {
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.6;
	text-transform: uppercase;
	border: 2px solid #1a1a1a;
	background-color: #1a1a1a;
	color: #fff;
	transition: all .5s ease 0s;
}

.flexible-layout-page #block-head .masthead-flex .cta2.black-btn:hover {
	background-color: #333;
	border-color: #fff;
}

.flexible-layout-page .event-landing-page .tf_sub-title {
	text-transform: none;
	font-size: 35px;
	line-height: 35px;
	display: block;
	margin-top: 15px;
	margin-bottom: 50px;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .event-landing-page .tf_sub-title {
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 1360px) {
	.flexible-layout-page .event-landing-page .tf_sub-title {
		font-size: 27px !important;
	}
}

.flexible-layout-page .event-landing-page .input {
	margin: 10px 0 !important;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .event-landing-page .copy-container {
		font-size: 20px !important;
		align-items: start !important;
		margin: 0px auto 0px !important;
	}
}

@media only screen and (max-width: 1110px) {
	.flexible-layout-page .event-landing-page .copy-container {
		margin: 0px auto 0px !important;
	}
}

@media only screen and (max-width: 1360px) {
	.flexible-layout-page .event-landing-page .copy-container {
		font-size: 27px !important;
	}
}

.flexible-layout-page .event-landing-page .single-event .event-header {
	background-size: cover;
	background-position: center;
	padding: 95px 90px 40px 90px;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .event-landing-page .single-event .event-header {
		padding: 20px 40px 60px 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page .event-landing-page .single-event .event-header {
		padding: 20px 40px 60px 40px;
	}
}

.flexible-layout-page .event-landing-page .single-event .event-header h1 {
	margin-bottom: 0 !important;
	font-weight: 600;
}

.flexible-layout-page .event-landing-page .single-event .event-header .inner-header {
	padding: 20px 0px 20px 0px;
	min-height: unset;
	height: 100% !important;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .event-landing-page .single-event .event-header .inner-header {
		padding: 0;
	}
}

@media only screen and (min-width: 1100px) {
	.flexible-layout-page .event-landing-page .single-event .event-header .inner-header .form-header {
		width: 50% !important;
		max-width: 600px !important;
	}
}

.flexible-layout-page .event-landing-page .single-event .event-header .tf-form .hbspt-form form {
	max-width: 100% !important;
	margin: 0 auto !important;
}

@media only screen and (max-width: 1100px) {
	.flexible-layout-page .event-landing-page .single-event .event-header .tf-form .hbspt-form form {
		margin: 40px auto 0;
	}
}

@media only screen and (min-width: 1100px) {
	.flexible-layout-page .event-landing-page .single-event .event-header .tf-form .hbspt-form {
		max-width: 500px !important;
		margin: 10px auto 0;
	}
}

.flexible-layout-page .event-landing-page .single-event .pedding-40 {
	padding: 40px 90px;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .event-landing-page .single-event .pedding-40 {
		padding: 20px 40px 60px 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page .event-landing-page .single-event .pedding-40 {
		padding: 20px 40px 60px 40px;
	}
}

.flexible-layout-page .careers-testimonial-slider-navigation-buttons img {
	max-width: 16px !important;
}

.flexible-layout-page .nomob {
	display: block;
}

.flexible-layout-page .showmob {
	display: none;
}

.flexible-layout-page .pl-platform {
	padding: 60px 0;
	background-color: #f8f8f8;
}

.flexible-layout-page .pl-platform h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	font-size: 26px;
	line-height: 34px;
}

.flexible-layout-page .pl-platform p {
	margin: 20px 0px;
}

.flexible-layout-page .pl-platform .h-description {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 40px;
}

.flexible-layout-page .pl-platform .h-visual img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

@media only screen and (max-width: 850px) {
	.flexible-layout-page .pl-platform .h-visual img.nomob {
		display: none;
	}
	
	.flexible-layout-page .pl-platform .h-visual img.showmob {
		display: block;
		max-width: 400px;
	}
}

.flexible-layout-page .pl-features h2 {
	font-size: 26px;
	line-height: 34px;
}

.flexible-layout-page .light-font-weight {
	font-weight: 500;
	font-size: 32px;
	margin: 60px 0px 0px 0px;
}

@media only screen and (max-width: 1180px) {
	.flexible-layout-page .light-font-weight {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page .light-font-weight {
		margin: 0;
		font-size: 27px;
	}
}

.flexible-layout-page .column-block {
	padding: 0px 0 40px;
	background: linear-gradient(#fff, #f6f6f6);
}

.flexible-layout-page .column-block .wrapper {
	padding: 0 30px;
}

@media only screen and (max-width: 1085px) {
	.flexible-layout-page .column-block .wrapper {
		padding: 0 10px;
	}
}

.flexible-layout-page .column-block h2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 40px;
}

.flexible-layout-page .column-block .columns-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page .column-block .columns-container {
		justify-content: center;
	}
}

.flexible-layout-page .column-block .columns-container .column-item {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page .column-block .columns-container .column-item {
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	
	.flexible-layout-page .column-block .columns-container .column-item .c-img {
		max-width: 175px;
		margin-right: 0;
		margin-bottom: 0px;
	}
	
	.flexible-layout-page .column-block .columns-container .column-item .c-content {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page .column-block .columns-container .column-item {
		width: 100% !important;
	}
}

.flexible-layout-page .column-block .columns-container .column-item .c-img {
	max-width: 110px;
	margin-right: 10px;
	width: 100%;
}

.flexible-layout-page .column-block .columns-container .column-item .c-img img {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px) {
	.flexible-layout-page .column-block .columns-container .column-item .c-content {
		width: 100% !important;
	}
}

.flexible-layout-page .column-block .columns-container .column-item .c-content h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.flexible-layout-page .column-block .columns-container .column-item .c-content p {
	font-size: 18px;
	line-height: 24px;
}

.flexible-layout-page .column-block .columns-container .column-item.icon-top {
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.flexible-layout-page .column-block .columns-container .column-item.icon-top .c-img {
	max-width: 175px;
	margin-right: 0;
	margin-bottom: 0px;
}

.flexible-layout-page .column-block .columns-container .column-item.icon-top .c-content {
	text-align: center;
}

.flexible-layout-page .column-block .columns-container .column-item.icon-top .c-content h3 {
	font-weight: normal;
}

.flexible-layout-page .column-block .columns-container .column-item.icon-top .c-content p {
	font-size: 16px;
	line-height: 22px;
}

.flexible-layout-page .timelime-section-title h2 {
	font-family: "circular";
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	color: #000;
}

.flexible-layout-page .container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0px;
}

.flexible-layout-page .roadmap-section {
	padding: 60px;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .roadmap-section {
		padding: 0px;
	}
}

.flexible-layout-page .roadmap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-self: start;
	padding: 10px 0px;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .roadmap {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page .roadmap {
		padding: 20px 0px;
	}
}

.flexible-layout-page .roadmap:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 25px solid rgba(0, 0, 0, 0);
	border-right: 25px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #f3bd63;
	bottom: -22px;
	left: 50%;
	right: 0;
	z-index: 1;
	top: auto;
	transform: translateX(-12px);
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .roadmap:before {
		left: 0;
	}
}

.flexible-layout-page .roadmap:not(:last-child) {
	color: unset;
}

.flexible-layout-page .roadmap:not(:last-child)::before {
	display: none;
}

.flexible-layout-page .roadmap:after {
	content: "";
	position: absolute;
}

.flexible-layout-page .line {
	position: absolute;
	position: absolute;
	left: 45%;
	left: 50%;
	right: auto;
	bottom: auto;
	top: 19px;
	top: 0;
	width: 25px;
	height: 100%;
	background-image: linear-gradient(180deg, #999 0%, #f3bd63 100%);
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .line {
		left: auto;
	}
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .roadmap_content {
		padding-left: 24px;
	}
}

.flexible-layout-page .roadmap_content h2 {
	text-align: left;
	font-weight: 900;
	margin: 10px 0px 0px 0px;
	font-size: 34px;
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page .roadmap_content h2 {
		font-size: 26px;
	}
}

.flexible-layout-page .roadmap_content strong {
	font-size: 18px;
	line-height: 22px;
	color: #1a1a1a;
}

.flexible-layout-page .roadmap_content .roadmap_pera {
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	margin-top: 6px;
	margin-bottom: 16px;
}

.flexible-layout-page a.btn {
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #1a1a1a;
	font-weight: bold;
}

.flexible-layout-page a:hover i {
	margin-left: 13px;
	transition: margin-left .3s ease;
}

.flexible-layout-page a i {
	margin-left: 8px;
}

.flexible-layout-page .roadmap_left {
	margin-right: 45px;
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page .roadmap_left {
		padding: 0 24px 0 0;
	}
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .roadmap_left {
		padding: 0 0 0 24px;
		margin-left: 45px;
	}
}

.flexible-layout-page .roadmap_left h2 {
	text-align: left;
	font-weight: 900;
	margin: 10px 0px 0px 0px;
	font-size: 34px;
}

@media only screen and (max-width: 1024px) {
	.flexible-layout-page .roadmap_left h2 {
		font-size: 26px;
	}
}

.flexible-layout-page .roadmap_left:after {
	content: "";
	position: absolute;
	width: 50%;
	border: 1px solid #000;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .roadmap_left:after {
		width: 100%;
	}
}

.flexible-layout-page .roadmap_right {
	position: relative;
	left: 100%;
	padding: 0 0 0 48px;
	margin-left: 40px;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .roadmap_right {
		position: unset;
		padding: 0 0 0 24px;
	}
}

.flexible-layout-page .roadmap_right:before {
	content: "";
	position: absolute;
	width: 100%;
	border: 1px solid #000;
	top: -10px;
	left: -20px;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .roadmap_right:before {
		top: 0;
		left: 0px;
	}
}

.flexible-layout-page .cricle {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #fff;
	border: 5px solid #1a1a1a;
	left: 50%;
	z-index: 1;
	top: -9px;
	bottom: 0;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .cricle {
		left: 0px;
	}
}

.flexible-layout-page .large-title {
	font-size: 60px;
	line-height: 64px;
	font-family: "Montserrat";
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.flexible-layout-page .large-title {
		font-size: 40px;
		line-height: 50px;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 30px;
}

.nomob {
	display: inline;
}

@media only screen and (max-width: 767px) {
	.nomob {
		display: none;
		visibility: hidden;
	}
}

#kh-container .block-title-description p a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

.page-template-tpl-flexible-layout.overlay-active {
	height: 100vh;
	overflow-y: hidden;
}

.page-template-tpl-flexible-layout.overlay-active .page-overlay {
	opacity: .75;
	visibility: visible;
	display: block;
}

.business-block {
	margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
	.business-block {
		margin-bottom: 40px;
	}
}

.automation-section {
	margin: 100px 0;
}

.kh-hero-section {
	background: #000;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: cover;
}

.kh-hero-block {
	max-width: 812px;
	margin: 0 auto;
	padding: 95px 0 137px 0;
	text-align: center;
}

.kh-head-text {
	font-family: "Montserrat";
	font-size: 38px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 67px;
}

.kh-paragraph p {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-family: "Source Sans Pro";
	font-weight: 300;
}

@media only screen and (max-width: 1024px) {
	.page-template-tpl-homepage .kh-container {
		padding-top: 0px !important;
	}
}

section.automation-block {
	position: relative;
	padding: 85px 40px 56px;
}

@media only screen and (max-width: 991px) {
	section.automation-block {
		padding: 40px 0;
	}
}

section.automation-block .automative-head-block {
	display: flex;
	gap: 102px;
	align-items: flex-start;
}

@media only screen and (max-width: 991px) {
	section.automation-block .automative-head-block {
		flex-direction: column;
		gap: 40px;
	}
}

section.automation-block .automative-head-block h2 {
	font-size: 30px;
	line-height: 1.2;
	font-family: "Montserrat";
	margin-bottom: 30px;
	color: #001edc;
	font-weight: 800;
	text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
	section.automation-block .automative-head-block h2 {
		font-size: 36px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 1440px) {
	section.automation-block .automative-head-block h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

section.automation-block .automative-head-block p {
	font-size: 18px;
	line-height: 26px;
}

.margin-b-0 {
	margin-bottom: 0 !important;
}

.sidebar {
	position: sticky;
	top: 65px;
	left: 0;
	width: 20%;
}

@media only screen and (max-width: 991px) {
	.sidebar {
		width: 100%;
		position: relative;
		top: 0px;
	}
}

.sidebar .parent-li-title {
	color: #1a1a1a;
	text-decoration: none;
	font-family: "Source Sans Pro";
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	list-style: none;
	padding: 10px 14px;
}

.sidebar .current-page-item {
	background-color: #f5f5f5;
}

.sidebar ul {
	background-color: #f5f5f5;
}

.sidebar ul li {
	position: relative;
	font-family: "Source Sans Pro";
	font-size: 16px;
	line-height: 17px;
	color: #636363;
	font-weight: 400;
	text-transform: math-auto;
	list-style: none;
	padding: 5px 14px;
}

.sidebar ul li.active a {
	color: #1a1a1a;
	font-weight: 600;
}

.sidebar ul li.hover {
	color: #1a1a1a;
}

.sidebar ul li.content-text {
	margin-top: 40px;
}

@media only screen and (max-width: 991px) {
	.sidebar ul li.content-text {
		margin-top: 20px;
	}
}

.sidebar ul li.active::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	height: 100%;
	width: 6px;
	background-color: #1a1a1a;
}

.sidebar ul li:last-child {
	padding-bottom: 20px;
}

.sidebar ul li:last-child a {
	margin-bottom: 20px;
}

.section-title .light-content {
	padding-bottom: 20px;
}

.content {
	width: 80%;
}

@media only screen and (max-width: 991px) {
	.content {
		width: 100%;
	}
}

.content .content-left {
	width: 50%;
}

@media only screen and (max-width: 991px) {
	.content .content-left {
		width: 100%;
	}
}

.content .content-left img {
	width: 100%;
	margin-bottom: 40px;
}

.content .full-content {
	width: 100%;
	padding-bottom: 30px;
}

.content .full-content .bgcolor-action-content {
	padding: 60px 40px;
}

.content .kh-head-section {
	display: flex;
	gap: 60px;
	margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
	.content .kh-head-section {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 0;
	}
}

.content .kh-head-section ul li {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 10px;
}

.content .kh-head-section ul li:before {
	content: "+";
	margin-right: 15px;
}

.content .section-revers {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
	.content .section-revers {
		flex-direction: column;
	}
}

.content p {
	color: #1a1a1a;
}

.content p a {
	text-decoration: underline;
	color: #1a1a1a;
	font-weight: 600;
}

.content p a:hover {
	color: #686868 !important;
}

.content .bottom-line {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #001edc;
}

.content .bottom-line .kh-head-section {
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
	.content .bottom-line {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}

.content .back-btn-control a {
	font-size: 18px;
	line-height: 26px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
}

.content .back-btn-control a b {
	font-weight: 600;
	margin-right: 6px;
}

.content .back-btn-control a img {
	width: 16px;
	margin-right: 10px;
}

.content .text-color-black h2 {
	color: #001edc !important;
}

.content .text-color-black p {
	color: #1a1a1a;
}

.content-right {
	width: 50%;
}

@media only screen and (max-width: 991px) {
	.content-right {
		width: 100%;
	}
}

.content-right p {
	color: #1a1a1a;
	padding-bottom: 20px;
}

.content-right p em {
	font-style: italic;
	font-size: 24px;
}

.content-right h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.content-right .action-content {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 40px;
	margin-bottom: 50px;
}

.content-right img {
	width: 100%;
}

.content-left p, .content-right p {
	color: #1a1a1a;
	padding-bottom: 20px;
	font-weight: 400;
}

.action-content {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 40px;
	margin-bottom: 50px;
}

.action-content p {
	color: #fff;
}

.bgcolor-action-content {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px;
	margin-bottom: 50px;
}

.bgcolor-action-content h3 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.bgcolor-action-content p {
	color: #000;
}

.content-left span p, .content-right span p {
	color: #fff;
	padding-bottom: 20px;
	font-weight: 400;
}

.content-left span p a, .content-right span p a {
	color: #fff;
}

.page-title {
	text-align: center;
	font-size: 15px;
	font-family: "Montserrat";
	color: #fff;
	padding: 10px;
}

strong {
	font-family: "Montserrat";
}

strong a {
	text-decoration: underline;
}

.kh-container {
	background-color: #fff;
}

.kh-container .hero-wrapper {
	width: 70%;
}

@media only screen and (max-width: 1219px) {
	.kh-container .hero-wrapper {
		width: 100%;
	}
}

.kh-container .pl-features {
	padding: 60px 0;
}

@media only screen and (max-width: 600px) {
	.kh-container .pl-features .features-wrapper {
		padding: 0 5px;
	}
}

.kh-container .pl-features .h-description {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 60px;
}

.kh-container .pl-features .h-visual {
	background-color: #f8f8f8;
	padding: 40px;
	margin-bottom: 60px;
}

.kh-container .pl-features .btn-default {
	margin-top: 20px;
}

.kh-container .pl-features .pl-feature-items {
	padding-top: 0px;
	width: 100%;
	box-shadow: 0 0 80px rgba(0, 0, 0, .12);
}

@media only screen and (max-width: 1023px) {
	.kh-container .pl-features .pl-feature-items {
		box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	}
}

@media only screen and (max-width: 600px) {
	.kh-container .pl-features .pl-feature-items {
		box-shadow: none;
		border: 1px solid #eee;
	}
}

.subdata-container {
	background-color: #0a0a0a;
	padding: 40px;
	margin: 80px 0;
}

.subdata-container h2 {
	margin-bottom: 54px;
	font-family: "Montserrat";
	font-size: 30px;
	line-height: 44px;
	color: #fff !important;
	text-transform: uppercase;
}

.datahead-section {
	display: flex;
	gap: 60px;
}

.datahead-section img {
	width: auto;
	margin-left: auto;
}

@media only screen and (max-width: 991px) {
	.datahead-section {
		flex-direction: column;
	}
	
	.datahead-section img {
		width: 100%;
	}
}

.content-left p {
	font-size: 24px;
	line-height: 32px;
	color: #1a1a1a;
}

.content-left span p {
	color: #fff;
}

.content-left .action-content {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 40px;
	margin-bottom: 50px;
}

.content-left .action-content p {
	color: #fff;
}

.content-left .light-content {
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 20px;
	font-family: "Source Sans Pro";
}

.business-block {
	padding: 40px;
}

.business-sub-title-block {
	display: flex;
	gap: 20px;
}

@media only screen and (max-width: 991px) {
	.business-sub-title-block {
		gap: 0;
		flex-direction: column;
	}
}

.business-sub-title-block h3 {
	font-size: 28px;
	font-weight: 600;
	padding: 10px;
}

.business-sub-container {
	max-width: 650px;
	width: 100%;
}

.business-sub-container h1 {
	font-family: "Montserrat";
	font-size: 40px;
	line-height: 52px;
	font-weight: 300 !important;
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.business-sub-container p, .business-head p {
	font-size: 24px;
	line-height: 32px;
	color: #1a1a1a;
	font-family: "Source Sans Pro";
	font-weight: 400;
}

.image-container img {
	width: 100%;
	height: 100%;
}

.business-main-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 20px;
}

@media only screen and (max-width: 991px) {
	.business-main-container {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, 1fr);
	}
}

.business-head {
	padding: 40px;
	display: flex;
	flex-direction: column;
}

.business-head h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.business-head a {
	margin-top: auto;
}

.business-head button {
	margin-top: 20px;
}

.business-head .business-img img {
	margin-bottom: 20px;
}

.business-block-col-three {
	background-color: rgba(0, 0, 0, 0);
	padding: 0 !important;
}

.business-block-col-three .business-sub-container {
	max-width: unset;
}

.business-block-col-three .business-head {
	background-color: #f5f5f5;
	padding: 40px;
}

@media only screen and (max-width: 991px) {
	.business-block-col-three .business-head {
		padding: 30px;
	}
}

.business-block-col-three .business-main-container {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-gap: 30px;
	margin-top: 50px;
	margin-bottom: 100px;
}

@media only screen and (max-width: 992px) {
	.business-block-col-three .business-main-container {
		margin-top: 30px;
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (max-width: 991px) {
	a.content-text {
		margin-top: 20px;
	}
	
	.automative-head-block, .head-section, .datahead-section {
		gap: 20px;
	}
	
	.content-left p, .content-right p, .text-container p {
		font-size: 18px;
		line-height: 26px;
	}
	
	.subdata-container h2, .head-section, .subdata-container {
		margin-bottom: 30px;
	}
	
	.business-sub-container h2, .content-right h2 {
		font-size: 30px;
		line-height: 42px;
	}
	
	.business-sub-container p, .business-head p, .business-head h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	.subdata-container, .business-head, .business-block {
		padding: 26px;
	}
	
	.business-head button {
		margin-top: 0px;
		padding: 8px;
		font-size: 16px;
		line-height: 22px;
	}
}

section.automation-block .automative-head-block p.light-content {
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 20px;
	font-family: "Source Sans Pro";
}

@media only screen and (max-width: 767px) {
	section.automation-block .automative-head-block p.light-content {
		font-size: 24px;
		line-height: 34px;
	}
}

.accordion button {
	position: relative;
	display: block;
	width: 100%;
	color: #1a1a1a;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	font-family: "Montserrat";
	border: none;
	background: none;
	outline: none;
	padding: 30px 0 30px 50px;
	text-align: left;
	cursor: pointer;
}

.accordion button .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 35px;
	left: 0;
	width: 22px;
	height: 22px;
	transition: all 200ms linear;
}

@media only screen and (max-width: 767px) {
	.accordion button {
		font-size: 20px;
		line-height: 28px;
	}
}

.accordion button[aria-expanded=true]+.accordion-content {
	opacity: 1;
	max-height: 5000px;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}

.accordion button[aria-expanded=true] .icon {
	transform: rotate(180deg);
}

.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

.accordion .content-left p {
	margin: 0;
}

.accordion .content-right h3 {
	color: #000;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.accordion .content-right h3 {
		font-size: 20px;
		line-height: 28px;
	}
}

.accordion .content-right span.block-content {
	display: block;
	font-weight: 600;
}

.accordion .content-right .defualt-btn {
	background-color: #1a1a1a;
	padding: 10px 34px;
	font-family: "Source Sans Pro";
	color: #e6e7e8;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	width: auto;
	text-transform: uppercase;
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.accordion .content-right .defualt-btn {
		padding: 8px 20px;
		font-size: 14px;
		line-height: 24px;
	}
}

.accordion .head-section {
	margin-bottom: 30px;
}

.newsroom-page section, .newsroom-listing-wrapper section {
	padding: 76px 0;
}

@media only screen and (max-width: 1024px) {
	.newsroom-page section, .newsroom-listing-wrapper section {
		padding: 40px 0;
	}
}

.newsroom-page section.newsroom-feature-section, .newsroom-listing-wrapper section.newsroom-feature-section {
	padding: 60px 0;
}

@media only screen and (max-width: 1180px) {
	.newsroom-page section.newsroom-feature-section, .newsroom-listing-wrapper section.newsroom-feature-section {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 767px) {
	.newsroom-page section.newsroom-feature-section, .newsroom-listing-wrapper section.newsroom-feature-section {
		padding: 30px 0;
	}
}

.newsroom-page section h2, .newsroom-listing-wrapper section h2 {
	text-align: center;
}

.newsroom-page .h-text, .newsroom-listing-wrapper .h-text {
	padding: 20px 0px 20px 0px !important;
}

.newsroom-page .h-description p, .newsroom-listing-wrapper .h-description p {
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0;
	font-weight: 400;
}

.newsroom-page .newsroom-feature-section .wrapper, .newsroom-listing-wrapper .newsroom-feature-section .wrapper {
	padding: 30px;
}

.newsroom-page .newsroom-feature-section .wrapper .block-tm-container .block-tm-content, .newsroom-listing-wrapper .newsroom-feature-section .wrapper .block-tm-container .block-tm-content {
	padding-left: 60px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (max-width: 1024px) {
	.newsroom-page .newsroom-feature-section .wrapper .block-tm-container .block-tm-content, .newsroom-listing-wrapper .newsroom-feature-section .wrapper .block-tm-container .block-tm-content {
		padding-left: 0;
		margin-top: 40px;
		margin-left: 0;
	}
}

.newsroom-page .newsroom-feature-section .wrapper .block-tm-container .block-tm-media img, .newsroom-listing-wrapper .newsroom-feature-section .wrapper .block-tm-container .block-tm-media img {
	border-radius: 10px;
	height: 400px !important;
	object-fit: cover;
}

@media only screen and (max-width: 1023px) {
	.newsroom-page .newsroom-feature-section .wrapper .block-tm-container .block-tm-media img, .newsroom-listing-wrapper .newsroom-feature-section .wrapper .block-tm-container .block-tm-media img {
		margin-right: 0;
		width: 100%;
		height: 150px !important;
	}
}

@media only screen and (max-width: 1570px) {
	.newsroom-page .newsroom-feature-section .wrapper, .newsroom-listing-wrapper .newsroom-feature-section .wrapper {
		padding: 0 100px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.newsroom-page .newsroom-feature-section .wrapper, .newsroom-listing-wrapper .newsroom-feature-section .wrapper {
		padding: 0 40px !important;
	}
}

.newsroom-page .article-grid-section, .newsroom-listing-wrapper .article-grid-section {
	--auto-grid-min-size: 20rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
	grid-gap: 1.5rem;
}

@media only screen and (max-width: 600px) {
	.newsroom-page .article-grid-section, .newsroom-listing-wrapper .article-grid-section {
		--auto-grid-min-size: unset;
	}
}

.newsroom-page .article-grid-inner, .newsroom-listing-wrapper .article-grid-inner {
	padding: 20px;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 10px;
	transition: all .3s ease;
	background-size: 180%;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 0 #f5f5f5;
	min-height: 250px;
	height: 100%;
	border: 1px solid #ccc;
}

.newsroom-page .article-grid-inner:hover, .newsroom-listing-wrapper .article-grid-inner:hover {
	background-size: 200%;
	box-shadow: rgba(14, 30, 37, .1215686275) 0px 2px 4px 0px, rgba(0, 0, 0, .5294117647) 0px 0px 11px 0px;
}

.newsroom-page .article-grid-inner .article-content-press, .newsroom-listing-wrapper .article-grid-inner .article-content-press {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 97%;
}

.newsroom-page .article-grid-inner .article-content, .newsroom-listing-wrapper .article-grid-inner .article-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 240px;
}

@media only screen and (max-width: 600px) {
	.newsroom-page .article-grid-inner, .newsroom-listing-wrapper .article-grid-inner {
		height: 100%;
	}
}

.newsroom-page .blogpost-title, .newsroom-listing-wrapper .blogpost-title {
	padding-right: 30px;
}

@media only screen and (max-width: 600px) {
	.newsroom-page .blogpost-title, .newsroom-listing-wrapper .blogpost-title {
		padding-right: 0px;
	}
}

.newsroom-page .blogpost-title p, .newsroom-listing-wrapper .blogpost-title p {
	margin: 0 !important;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 20px !important;
	text-transform: unset;
	line-height: 30px;
}

@media only screen and (max-width: 768px) {
	.newsroom-page .blogpost-title p, .newsroom-listing-wrapper .blogpost-title p {
		font-size: 18px !important;
	}
}

.newsroom-page .post-grid-footer, .newsroom-listing-wrapper .post-grid-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-transform: uppercase;
	font-family: "Source Sans Pro";
}

.newsroom-page .post-grid-footer .date, .newsroom-listing-wrapper .post-grid-footer .date {
	font-size: 18px;
}

@media only screen and (max-width: 768px) {
	.newsroom-page .post-grid-footer .date, .newsroom-listing-wrapper .post-grid-footer .date {
		font-size: 15px;
	}
}

.newsroom-page .post-grid-footer .black-date, .newsroom-listing-wrapper .post-grid-footer .black-date {
	color: #000 !important;
}

.newsroom-page .post-grid-footer .post-read-more-btn .read-more-btn, .newsroom-listing-wrapper .post-grid-footer .post-read-more-btn .read-more-btn {
	padding: 10px 30px;
	background: hsla(0, 0%, 100%, .2196078431);
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
}

.newsroom-page .post-grid-footer .post-read-more-btn .read-more-btn:hover, .newsroom-listing-wrapper .post-grid-footer .post-read-more-btn .read-more-btn:hover {
	color: #fff;
	transition: all .5s ease;
	background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 600px) {
	.newsroom-page .post-grid-footer .post-read-more-btn .read-more-btn, .newsroom-listing-wrapper .post-grid-footer .post-read-more-btn .read-more-btn {
		font-size: 12px;
	}
}

.newsroom-page .newsroom-load-btn, .newsroom-listing-wrapper .newsroom-load-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 40px;
	gap: 25px;
}

@media only screen and (max-width: 768px) {
	.newsroom-page .newsroom-load-btn, .newsroom-listing-wrapper .newsroom-load-btn {
		padding-top: 0px !important;
		gap: 15px;
	}
}

@media only screen and (max-width: 320px) {
	.newsroom-page .newsroom-load-btn, .newsroom-listing-wrapper .newsroom-load-btn {
		gap: unset;
	}
}

.newsroom-page .newsroom-load-btn a, .newsroom-listing-wrapper .newsroom-load-btn a {
	color: #fff;
}

.newsroom-page .newsroom-load-btn #read-more, .newsroom-listing-wrapper .newsroom-load-btn #read-more {
	padding: 10px 30px;
	background: hsla(0, 0%, 100%, .2196078431);
	font-size: 14px;
	border: 1px solid #707070;
	color: #000;
}

.newsroom-page .newsroom-load-btn #read-more:hover, .newsroom-listing-wrapper .newsroom-load-btn #read-more:hover {
	background-color: rgba(215, 215, 215, .3019607843);
}

.newsroom-page .newsroom-load-btn #media_read-more, .newsroom-listing-wrapper .newsroom-load-btn #media_read-more {
	padding: 10px 30px;
	background: hsla(0, 0%, 100%, .2196078431);
	font-size: 14px;
	border: 1px solid #707070;
	color: #000;
}

.newsroom-page .newsroom-load-btn #media_read-more:hover, .newsroom-listing-wrapper .newsroom-load-btn #media_read-more:hover {
	background-color: rgba(215, 215, 215, .3019607843);
}

.newsroom-page #pressreleases .article-grid-section, .newsroom-listing-wrapper #pressreleases .article-grid-section {
	padding: 30px;
}

.newsroom-page #in_media_section, .newsroom-listing-wrapper #in_media_section {
	background: #f5f5f5;
}

.newsroom-page #in_media_section .article-grid-section, .newsroom-listing-wrapper #in_media_section .article-grid-section {
	background: #f5f5f5;
	padding: 30px;
}

.newsroom-page #in_media_section .article-grid-section .article-grid-inner, .newsroom-listing-wrapper #in_media_section .article-grid-section .article-grid-inner {
	color: #000;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/mesh-bg-white.png");
}

.newsroom-page #in_media_section .article-grid-section .article-grid-inner.nitro-lazy, .newsroom-listing-wrapper #in_media_section .article-grid-section .article-grid-inner.nitro-lazy {
	background-image: none !important;
}

.newsroom-page #in_media_section .article-grid-section .article-grid-inner .post-grid-footer .post-read-more-btn .read-more-black, .newsroom-listing-wrapper #in_media_section .article-grid-section .article-grid-inner .post-grid-footer .post-read-more-btn .read-more-black {
	padding: 10px 30px;
	font-size: 14px;
}

@media only screen and (max-width: 600px) {
	.newsroom-page #in_media_section .article-grid-section .article-grid-inner .post-grid-footer .post-read-more-btn .read-more-black, .newsroom-listing-wrapper #in_media_section .article-grid-section .article-grid-inner .post-grid-footer .post-read-more-btn .read-more-black {
		font-size: 12px;
	}
}

.newsroom-page .newsroom-contact-section h1, .newsroom-page .newsroom-contact-section h2, .newsroom-listing-wrapper .newsroom-contact-section h1, .newsroom-listing-wrapper .newsroom-contact-section h2 {
	text-transform: uppercase;
}

.newsroom-page .newsroom-contact-section a .btn-outline, .newsroom-listing-wrapper .newsroom-contact-section a .btn-outline {
	border: 1px solid #000 !important;
}

.newsroom-page .newsroom-blog-section, .newsroom-listing-wrapper .newsroom-blog-section {
	padding: 76px 0px !important;
}

@media only screen and (max-width: 768px) {
	.newsroom-page .newsroom-blog-section, .newsroom-listing-wrapper .newsroom-blog-section {
		padding: 40px 20px !important;
	}
}

.newsroom-page .newsroom-blog-section h2, .newsroom-listing-wrapper .newsroom-blog-section h2 {
	font-size: 24px;
	margin-bottom: 50px;
	text-align: center;
	color: #000;
}

.newsroom-page .newsroom-blog-section .newsroom-blog-container, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-container {
	display: flex;
	flex-wrap: wrap;
	gap: 63px;
	justify-content: center;
	padding: 30px 0 0 0;
}

.newsroom-page .newsroom-blog-section .newsroom-blog-card, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card {
	overflow: hidden;
	max-width: 300px;
	transition: transform .3s ease;
}

.newsroom-page .newsroom-blog-section .newsroom-blog-card:hover, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card:hover {
	transform: translateY(-5px);
}

.newsroom-page .newsroom-blog-section .newsroom-blog-card img, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card img {
	width: 100%;
	height: 180px !important;
	color: #000;
	border-radius: 10px;
}

.newsroom-page .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-date, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-date {
	color: #000;
	margin-bottom: 10px !important;
	text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
	.newsroom-page .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-date, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-date {
		font-size: 15px !important;
	}
}

.newsroom-page .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-title, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 28px;
	color: #000;
	height: 100%;
}

@media only screen and (max-width: 600px) {
	.newsroom-page .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-title, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-title {
		font-size: 18px;
		min-height: 40px;
	}
}

.newsroom-page .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-description, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-description {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
	color: #000;
	min-height: 210px;
	height: 100%;
}

@media only screen and (max-width: 600px) {
	.newsroom-page .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-description, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-description {
		min-height: 80px;
	}
}

.newsroom-page .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
}

@media only screen and (max-width: 600px) {
	.newsroom-page .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link {
		font-size: 14px;
	}
}

.newsroom-page .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link:hover, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link:hover {
	color: #f5be63;
}

.newsroom-page .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link i, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link i {
	padding-left: 10px;
}

.newsroom-page .newsroom-blog-section .newsroom-blog-button, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-button {
	margin-top: 80px;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.newsroom-page .newsroom-blog-section .newsroom-blog-button, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-button {
		margin-top: 60px;
	}
}

.newsroom-page .newsroom-blog-section .newsroom-blog-button a, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-button a {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 30px;
}

.newsroom-page .newsroom-blog-section .newsroom-blog-button a:hover, .newsroom-listing-wrapper .newsroom-blog-section .newsroom-blog-button a:hover {
	color: #fff;
}

@media (max-width: 768px) {
	.newsroom-page .newsroom-blog-card, .newsroom-listing-wrapper .newsroom-blog-card {
		max-width: 100%;
	}
}

.newsroom-listing-wrapper {
	padding: 50px 0px;
	background-color: #fff;
}

.newsroom-listing-wrapper .back-to-blog-listing {
	margin: 40px;
}

@media only screen and (max-width: 1024px) {
	.newsroom-listing-wrapper .back-to-blog-listing {
		margin: 30px;
	}
}

.newsroom-listing-wrapper .newsr-page-title {
	padding: 20px;
	text-align: center;
}

.newsroom-listing-wrapper .newsr-page-title h2 {
	font-size: 38px;
}

.newsroom-listing-wrapper .article-grid-section {
	background-color: #fff;
	padding: 30px;
}

.newsroom-listing-wrapper .article-grid-section .article-grid-inner {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/mesh-bg-white.png");
}

.newsroom-listing-wrapper .article-grid-section .article-grid-inner.nitro-lazy {
	background-image: none !important;
}

.newsroom-listing-wrapper .article-grid-section .article-grid-inner .post-grid-footer .post-read-more-btn .read-more-white {
	padding: 10px 30px;
	background-color: #000;
	font-size: 14px;
	border: 1px solid #000;
	color: #fff;
}

.newsroom-listing-wrapper .article-grid-section .article-grid-inner .post-grid-footer .post-read-more-btn .read-more-white:hover {
	color: #000;
	transition: all .5s ease;
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	.newsroom-listing-wrapper .article-grid-section .article-grid-inner .post-grid-footer .post-read-more-btn .read-more-white {
		font-size: 12px;
	}
}

.newsroom-listing-wrapper .article-grid-section .article-grid-inner .post-grid-footer .post-read-more-btn .read-more-btn {
	padding: 10px 30px;
	background: hsla(0, 0%, 100%, .2196078431);
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
}

.newsroom-listing-wrapper .article-grid-section .article-grid-inner .post-grid-footer .post-read-more-btn .read-more-btn:hover {
	color: #fff;
	transition: all .5s ease;
	background-color: rgba(0, 0, 0, 0);
}

.nsr-single .newsroom-single-p-header {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nsr-single .newsroom-single-p-header .h-description {
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.nsr-single .newsroom-single-p-header .h-text h1 {
		font-size: 25px !important;
	}
}

.nsr-single .main-container {
	margin-top: 0px !important;
}

.nsr-single .ns-single-wrapper {
	margin-top: 30px;
}

.nsr-single .ns-single-wrapper .blog-container {
	display: flex;
	margin: 0 50px;
	gap: 50px;
}

@media only screen and (max-width: 768px) {
	.nsr-single .ns-single-wrapper .blog-container {
		margin: 0 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.nsr-single .ns-single-wrapper .blog-container {
		flex-direction: column;
		gap: unset;
		margin: 0 30px;
	}
}

.nsr-single .ns-single-wrapper .blog-container .main-content {
	flex: 3;
	padding: 20px;
	background-color: #fff;
	margin-right: 20px;
	border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
	.nsr-single .ns-single-wrapper .blog-container .main-content {
		margin: 0;
		order: 1;
	}
}

.nsr-single .ns-single-wrapper .blog-container .main-content .wp-element-caption em {
	font-size: 17px;
	display: flex;
	justify-content: center;
	padding: 15px 0px 0px 0px;
}

.nsr-single .ns-single-wrapper .blog-container .main-content .wp-block-heading {
	font-size: 25px;
}

.nsr-single .ns-single-wrapper .blog-container .main-content .wp-block-heading em {
	padding: 0 0 20px 0;
	font-size: 22px;
	line-height: 30px;
	font-family: "Montserrat";
	font-weight: 400;
	font-style: italic;
}

.nsr-single .ns-single-wrapper .blog-container .main-content p {
	font-size: 18px;
	line-height: 26px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 20px 0 20px 0;
}

.nsr-single .ns-single-wrapper .blog-container .main-content p a {
	color: #404040 !important;
}

.nsr-single .ns-single-wrapper .blog-container .main-content p a:hover {
	color: #686868 !important;
}

.nsr-single .ns-single-wrapper .blog-container .main-content blockquote {
	padding: 20px;
	font-style: italic;
	position: relative;
}

.nsr-single .ns-single-wrapper .blog-container .main-content blockquote::before {
	content: "";
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/quotes.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 0px;
	rotate: 180deg;
}

.nsr-single .ns-single-wrapper .blog-container .main-content blockquote p {
	margin: 0;
	padding: 0px 0px 10px 20px;
	font-size: 20px;
	color: #555;
	font-family: "Montserrat";
	font-weight: 400;
}

@media only screen and (max-width: 768px) {
	.nsr-single .ns-single-wrapper .blog-container .main-content blockquote p {
		padding: 0px 0px 0px 30px;
		font-size: 20px;
	}
}

.nsr-single .ns-single-wrapper .blog-container .main-content blockquote cite {
	padding-left: 20px;
	font-size: 17px;
	font-weight: 600;
}

.nsr-single .ns-single-wrapper .blog-container .main-content .quotes-author {
	padding: 10px 50px;
	font-size: 14px;
	font-style: normal;
}

.nsr-single .ns-single-wrapper .blog-container .main-content .quotes-author span {
	font-weight: 600;
}

.nsr-single .ns-single-wrapper .blog-container .main-content .grey-box-content {
	background-color: #e5e5e5;
	padding: 30px;
}

.nsr-single .ns-single-wrapper .blog-container .main-content .grey-box-content a {
	text-decoration: underline;
}

.nsr-single .ns-single-wrapper .blog-container .main-content a {
	text-decoration: underline;
}

.nsr-single .ns-single-wrapper .blog-container .main-content .back-to-blog-listing {
	margin: 40px 0px;
}

.nsr-single .ns-single-wrapper .blog-container .main-content .back-to-blog-listing a {
	text-decoration: unset;
}

.nsr-single .ns-single-wrapper .blog-container .main-content ul {
	list-style-type: none;
	padding-left: 0;
}

.nsr-single .ns-single-wrapper .blog-container .main-content ul li {
	position: relative;
	padding: 5px 20px;
	font-size: 17px;
}

.nsr-single .ns-single-wrapper .blog-container .main-content ul li::before {
	content: "+";
	position: absolute;
	left: 0;
	color: #000;
	font-weight: bold;
}

.nsr-single .ns-single-wrapper .blog-container .main-content ol {
	list-style-type: decimal;
	padding-left: 0;
}

.nsr-single .ns-single-wrapper .blog-container .main-content ol li {
	position: relative;
	padding: 5px 10px;
	font-size: 17px;
}

.nsr-single .ns-single-wrapper .blog-container .blog-sidebar {
	flex: 1;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.nsr-single .ns-single-wrapper .blog-container .blog-sidebar {
		order: 2;
	}
}

@media only screen and (max-width: 1024px) {
	.nsr-single .ns-single-wrapper .blog-container .blog-sidebar .author-section {
		text-align: center;
	}
}

.nsr-single .ns-single-wrapper .blog-container .sidebar-item {
	margin-bottom: 20px;
}

.nsr-single .ns-single-wrapper .blog-container .sidebar-item h3 {
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
	.nsr-single .ns-single-wrapper .blog-container .sidebar-item h3 {
		text-align: center;
	}
}

.nsr-single .ns-single-wrapper .blog-container .sidebar-item p {
	font-size: 15px;
}

.nsr-single .ns-single-wrapper .blog-container .sidebar-item .p-date {
	font-weight: 600;
}

.nsr-single .ns-single-wrapper .blog-container .sidebar-item a {
	margin-right: 10px;
}

.nsr-single .ns-single-wrapper .blog-container .sidebar-item img {
	width: 24px;
	height: 24px;
}

.nsr-single .ns-single-wrapper .blog-container .sidebar-item .fa {
	padding: 0px 5px;
	color: #000;
}

.nsr-single .ns-single-wrapper .blog-container .sidebar-item #link_copied {
	color: #53a515;
	padding: 10px 0px;
}

.nsr-single .ns-single-wrapper .blog-container .sidebar-item .social-share {
	margin-top: 40px;
}

.nsr-single .ns-single-wrapper .blog-container .similar-artical {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	.nsr-single .ns-single-wrapper .blog-container .similar-artical {
		flex-direction: column !important;
	}
}

@media only screen and (max-width: 1024px) {
	.nsr-single .ns-single-wrapper .blog-container .similar-artical {
		flex-direction: row;
		justify-content: center;
	}
}

.nsr-single .ns-single-wrapper .blog-container .post-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	background-color: #bfbfbf;
	border-radius: 5px;
	color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 300px;
}

@media only screen and (max-width: 768px) {
	.nsr-single .ns-single-wrapper .blog-container .post-card {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1024px) {
	.nsr-single .ns-single-wrapper .blog-container .post-card {
		order: 2;
	}
}

.nsr-single .ns-single-wrapper .blog-container .post-card .sa-post-btn button {
	transition: all .5s ease;
	color: #fff;
	border: 1px solid #fff;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0);
	padding: 10px;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
}

.nsr-single .ns-single-wrapper .blog-container .post-card .sa-post-btn button:hover {
	color: #fff;
	transition: all .5s ease;
	background-color: rgba(128, 128, 128, .6392156863);
}

.newsroom-page section, .newsroom-listing-wrapper section {
	padding: 76px 0;
}

@media only screen and (max-width: 1024px) {
	.newsroom-page section, .newsroom-listing-wrapper section {
		padding: 40px 0;
	}
}

.newsroom-page section.newsroom-feature-section, .newsroom-listing-wrapper section.newsroom-feature-section {
	padding: 60px 0;
}

@media only screen and (max-width: 1180px) {
	.newsroom-page section.newsroom-feature-section, .newsroom-listing-wrapper section.newsroom-feature-section {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 767px) {
	.newsroom-page section.newsroom-feature-section, .newsroom-listing-wrapper section.newsroom-feature-section {
		padding: 30px 0;
	}
}

.newsroom-page section h2, .newsroom-listing-wrapper section h2 {
	text-align: center;
}

.newsroom-page .h-text, .newsroom-listing-wrapper .h-text {
	padding: 20px 0px 20px 0px !important;
}

.newsroom-page .h-description p, .newsroom-listing-wrapper .h-description p {
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0;
	font-weight: 400;
}

.newblog-cat-section {
	padding: 60px 0;
}

.newblog-cat-container {
	width: 80%;
	margin: auto;
}

.newblog-cat-container .block-td-container {
	margin-bottom: 10px;
}

.newblog-cat-heading {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.newblog-cat-wrapper {
	display: flex;
	gap: 30px;
	padding: 20px;
	border-radius: 10px;
}

.newblog-cat-image img {
	width: 100%;
	border-radius: 10px;
	height: 300px;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.newblog-cat-image {
		width: 100%;
	}
	
	.newblog-cat-image img {
		height: 200px;
	}
}

@media only screen and (min-width: 1024px) {
	.newblog-cat-image {
		width: 50%;
	}
}

.newblog-cat-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	border-radius: 10px;
}

.newblog-cat-tag {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
}

.newblog-cat-title {
	font-size: 24px;
	margin: 10px 0;
	color: #fff;
}

.newblog-cat-date {
	font-size: 15px;
	color: #aaa;
}

.newblog-cat-description {
	font-size: 18px;
	line-height: 1.5;
	margin: 10px 0;
	color: #ddd;
}

.newblog-cat-readmore {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding-bottom: 2px;
	transition: .3s ease;
}

.newblog-cat-readmore:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.newblog-cat-wrapper {
		flex-direction: column;
		text-align: center;
	}
}

.newsroom-blog-section {
	padding: 76px 0px !important;
	background-color: #fff;
}

@media only screen and (max-width: 768px) {
	.newsroom-blog-section {
		padding: 40px 20px !important;
	}
}

.newsroom-blog-section .newsroom-blog-container {
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: center;
	padding: 30px 0 0 0;
}

.newsroom-blog-section .newsroom-blog-card {
	overflow: hidden;
	max-width: 300px;
	transition: transform .3s ease;
}

.newsroom-blog-section .newsroom-blog-card:hover {
	transform: translateY(-5px);
}

.newsroom-blog-section .newsroom-blog-card img {
	width: 100%;
	height: 180px !important;
	color: #000;
	border-radius: 10px;
}

.newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-date {
	color: #000;
	margin: 10px 0 !important;
	text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
	.newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-date {
		font-size: 15px !important;
	}
}

.newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 28px;
	color: #000;
	height: 100%;
}

@media only screen and (max-width: 600px) {
	.newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-title {
		font-size: 18px;
		min-height: 40px;
	}
}

.newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-description {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
	color: #000;
	height: 100%;
}

@media only screen and (max-width: 600px) {
	.newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-description {
		min-height: 80px;
	}
}

.newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
}

@media only screen and (max-width: 600px) {
	.newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link {
		font-size: 14px;
	}
}

.newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link:hover {
	color: #f5be63;
}

.newsroom-blog-section .newsroom-blog-card .newsroom-blog-content .newsroom-blog-link i {
	padding-left: 10px;
}

.newsroom-blog-section .newsroom-blog-button {
	margin-top: 80px;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.newsroom-blog-section .newsroom-blog-button {
		margin-top: 60px;
	}
}

.newsroom-blog-section .newsroom-blog-button a {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 30px;
}

.newsroom-blog-section .newsroom-blog-button a:hover {
	color: #fff;
}

.newsroom-blog-section .newsroom-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.newsroom-blog-section .newsroom-pagination a, .newsroom-blog-section .newsroom-pagination span {
	padding: 7px 15px;
	font-size: 16px;
	text-decoration: none;
	border-radius: 50px;
	color: #000;
	transition: background .3s ease, color .3s ease;
}

.newsroom-blog-section .newsroom-pagination a:hover, .newsroom-blog-section .newsroom-pagination span:hover {
	background: #ddd;
}

.newsroom-blog-section .newsroom-pagination .current {
	background: #000;
	color: #fff;
	font-weight: bold;
	pointer-events: none;
	cursor: default;
}

.newsroom-blog-section .newsroom-pagination .dots {
	pointer-events: none;
	cursor: default;
	color: #999;
}

@media (max-width: 768px) {
	.newsroom-blog-section .newsroom-pagination {
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: nowrap;
		justify-content: center;
		padding: 10px 0;
	}
	
	.newsroom-blog-section .newsroom-pagination a, .newsroom-blog-section .newsroom-pagination span {
		padding: 6px 10px;
		font-size: 14px;
	}
	
	.newsroom-blog-section .newsroom-pagination .prev, .newsroom-blog-section .newsroom-pagination .next {
		display: none;
	}
}

@media (max-width: 768px) {
	.newsroom-blog-card {
		max-width: 100%;
	}
}

.block-2-columns .section-description {
	text-align: center;
	margin-bottom: 40px;
}

.block-2-columns .section-description a {
	color: #d98d0d;
	font-weight: 600;
}

.block-2-columns .section-description a:hover {
	text-decoration: underline;
}

.block-2-columns.bgcolor .block-2col-container .col-container {
	background-color: #fff;
}

.block-2-columns .block-2col-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.block-2-columns .block-2col-container .col-container {
	width: calc(( 100% - 180px ) / 3);
	transition: all .3s ease;
	background: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.block-2-columns .block-2col-container .col-container.centered {
	text-align: center;
}

.block-2-columns .block-2col-container .col-container.centered .col-content {
	width: 100%;
}

.block-2-columns .block-2col-container .col-container.centered .col-content-inner {
	max-width: 400px;
	margin: 0 auto;
}

.block-2-columns .block-2col-container .col-container.centered .col-button-inner {
	margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	.block-2-columns .block-2col-container .col-container.centered {
		text-align: left;
	}
	
	.block-2-columns .block-2col-container .col-container.centered .col-content {
		max-width: 100%;
	}
}

.block-2-columns .block-2col-container .col-container.col-shadow {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042);
}

.block-2-columns .block-2col-container .col-container.col-shadow:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .056);
}

@media only screen and (max-width: 1570px) {
	.block-2-columns .block-2col-container .col-container {
		width: calc(( 100% - 100px ) / 3);
	}
}

@media only screen and (max-width: 1100px) {
	.block-2-columns .block-2col-container .col-container {
		width: 100%;
		max-width: 750px;
		display: flex;
		justify-content: center;
		margin: 0 0 40px;
	}
}

@media only screen and (max-width: 640px) {
	.block-2-columns .block-2col-container .col-container {
		width: 100%;
		display: block;
	}
}

.block-2-columns .block-2col-container .col-container .col-image {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}

@media only screen and (max-width: 1570px) {
	.block-2-columns .block-2col-container .col-container .col-image {
		height: 200px;
	}
}

@media only screen and (max-width: 1100px) {
	.block-2-columns .block-2col-container .col-container .col-image {
		height: auto;
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.block-2-columns .block-2col-container .col-container .col-image {
		width: 100%;
		max-width: 100%;
		height: 200px;
	}
}

.block-2-columns .block-2col-container .col-container .col-content {
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.block-2-columns .block-2col-container .col-container .col-content {
		width: 100%;
	}
}

.block-2-columns .block-2col-container .col-container .col-content .col-content-inner {
	padding: 30px;
}

.block-2-columns .block-2col-container .col-container .col-content h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 26px;
}

.block-2-columns .block-2col-container .col-container .col-content h3.fixed-height {
	min-height: 75px;
}

.block-2-columns .block-2col-container .col-container .col-content p {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 26px;
}

.block-2-columns .block-2col-container .col-container .col-content ul.list-bullets {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.block-2-columns .block-2col-container .col-container .col-content ul.list-bullets li {
	margin: 6px 0;
	min-height: 35px;
	width: 100%;
	padding-left: 30px;
	text-align: left;
	align-items: center;
	position: relative;
	line-height: 22px;
}

.block-2-columns .block-2col-container .col-container .col-content ul.list-bullets li:before {
	content: "";
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet@2x.png");
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: center;
}

.block-2-columns .block-2col-container .col-container .col-button-inner {
	padding: 0px 30px 30px;
}

.block-2-columns .block-2col-container .col-container .col-button-inner span {
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
}

.block-2-columns .block-2col-container .col-container .col-button-inner span i {
	margin-left: 10px;
	font-size: 14px;
	color: #f5be63;
}

@media only screen and (max-width: 1100px) {
	.block-2-columns .block-2col-container {
		justify-content: center;
	}
}

.block-3-columns .section-description {
	text-align: center;
	margin-bottom: 40px;
}

.block-3-columns .section-description a {
	color: #d98d0d;
	font-weight: 600;
}

.block-3-columns .section-description a:hover {
	text-decoration: underline;
}

.block-3-columns.bgcolor .block-3col-container .col-container {
	background-color: #fff;
}

.block-3-columns .block-3col-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.block-3-columns .block-3col-container .col-container {
	width: calc(( 100% - 180px ) / 3);
	transition: all .3s ease;
	background: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

@media only screen and (max-width: 1100px) {
	.block-3-columns .block-3col-container .col-container {
		width: 100%;
		max-width: 500px;
	}
}

.block-3-columns .block-3col-container .col-container.centered {
	text-align: center;
}

.block-3-columns .block-3col-container .col-container.centered .col-content {
	width: 100%;
}

.block-3-columns .block-3col-container .col-container.centered .col-content-inner {
	max-width: 400px;
	margin: 0 auto;
}

.block-3-columns .block-3col-container .col-container.centered .col-button-inner {
	margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	.block-3-columns .block-3col-container .col-container.centered {
		text-align: left;
	}
	
	.block-3-columns .block-3col-container .col-container.centered .col-content {
		max-width: 100%;
	}
}

.block-3-columns .block-3col-container .col-container.col-shadow {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042);
}

.block-3-columns .block-3col-container .col-container.col-shadow:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .056);
}

@media only screen and (max-width: 1570px) {
	.block-3-columns .block-3col-container .col-container {
		width: calc(( 100% - 100px ) / 3);
	}
}

@media only screen and (max-width: 1100px) {
	.block-3-columns .block-3col-container .col-container {
		width: 100%;
		max-width: 550px;
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 640px) {
	.block-3-columns .block-3col-container .col-container {
		width: 100%;
		display: block;
	}
}

.block-3-columns .block-3col-container .col-container .col-image {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}

@media only screen and (max-width: 1570px) {
	.block-3-columns .block-3col-container .col-container .col-image {
		height: 200px;
	}
}

@media only screen and (max-width: 1100px) {
	.block-3-columns .block-3col-container .col-container .col-image {
		height: auto;
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.block-3-columns .block-3col-container .col-container .col-image {
		width: 100%;
		max-width: 100%;
		height: 200px !important;
	}
}

.block-3-columns .block-3col-container .col-container .col-content {
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.block-3-columns .block-3col-container .col-container .col-content {
		width: 100%;
	}
}

.block-3-columns .block-3col-container .col-container .col-content .col-content-inner {
	padding: 30px;
}

.block-3-columns .block-3col-container .col-container .col-content h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 26px;
}

.block-3-columns .block-3col-container .col-container .col-content h3.fixed-height {
	min-height: 75px;
}

.block-3-columns .block-3col-container .col-container .col-content p {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 26px;
}

.block-3-columns .block-3col-container .col-container .col-content ul.list-bullets {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.block-3-columns .block-3col-container .col-container .col-content ul.list-bullets li {
	margin: 6px 0;
	min-height: 35px;
	width: 100%;
	padding-left: 30px;
	text-align: left;
	align-items: center;
	position: relative;
	line-height: 22px;
}

.block-3-columns .block-3col-container .col-container .col-content ul.list-bullets li:before {
	content: "";
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet@2x.png");
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: center;
}

.block-3-columns .block-3col-container .col-container .col-button-inner {
	padding: 0px 30px 30px;
}

.block-3-columns .block-3col-container .col-container .col-button-inner span {
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
}

.block-3-columns .block-3col-container .col-container .col-button-inner span i {
	margin-left: 10px;
	font-size: 14px;
	color: #f5be63;
}

@media only screen and (max-width: 1100px) {
	.block-3-columns .block-3col-container {
		display: block;
	}
	
	.block-3-columns .block-3col-container .col-container {
		margin: 0 auto 20px;
	}
}

.block-multiple-columns .section-description {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 850px;
}

.block-multiple-columns .section-description a {
	color: #d98d0d;
	font-weight: 600;
}

.block-multiple-columns .section-description a:hover {
	text-decoration: underline;
}

.block-multiple-columns .block-multicol-slider-container {
	position: relative;
}

.block-multiple-columns .block-multicol-container {
	max-width: 1340px;
	width: 100%;
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.block-multiple-columns .block-multicol-container .box-container {
	padding: 30px;
	position: relative;
}

@media only screen and (max-width: 1100px) {
	.block-multiple-columns .block-multicol-container .box-container {
		min-width: 320px;
	}
}

@media only screen and (max-width: 600px) {
	.block-multiple-columns .block-multicol-container .box-container {
		width: 100% !important;
		min-width: 100%;
	}
}

.block-multiple-columns .block-multicol-container .box-container.box-left {
	text-align: left;
}

.block-multiple-columns .block-multicol-container .box-container.box-center {
	text-align: center;
}

.block-multiple-columns .block-multicol-container .box-container.box-right {
	text-align: right;
}

.block-multiple-columns .block-multicol-container .box-container .box-icon {
	border-radius: 50%;
	padding: 3px;
	display: flex;
}

.block-multiple-columns .block-multicol-container .box-container .box-icon.icon-offset {
	position: absolute;
	top: 0%;
	transform: translate(-50%, -50%);
}

.block-multiple-columns .block-multicol-container .box-container .box-icon.icon-offset.icon-pos-center {
	left: 50%;
	transform: translate(-50%, -50%);
}

.block-multiple-columns .block-multicol-container .box-container .box-icon.icon-offset.icon-pos-left {
	left: 0px;
	transform: translate(50%, -50%);
}

.block-multiple-columns .block-multicol-container .box-container .box-icon.icon-offset.icon-pos-right {
	right: 0px;
	transform: translate(-50%, -50%);
}

.block-multiple-columns .block-multicol-container .box-container .box-icon.icon-inset.icon-pos-center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.block-multiple-columns .block-multicol-container .box-container .box-icon.icon-inset.icon-pos-left {
	position: relative;
	margin-right: auto;
}

.block-multiple-columns .block-multicol-container .box-container .box-icon.icon-inset.icon-pos-right {
	position: relative;
	margin-left: auto;
}

.block-multiple-columns .block-multicol-container .box-container h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.block-multiple-columns .block-multicol-container .box-container .box-bullets .box-bullet {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin-bottom: 15px;
}

.block-multiple-columns .block-multicol-container .box-container .box-bullets .box-bullet .bullet-text {
	margin-left: 15px;
}

.block-multiple-columns .block-multicol-container .box-container .box-bullets .box-bullet .bullet-text p {
	margin-bottom: 0;
}

.block-multiple-columns .block-multicol-container .box-container .box-bullets .box-bullet i {
	font-size: 16px;
	color: #f5be63;
}

.block-multiple-columns .block-multicol-container .box-container .box-bullets .box-bullet i.check-icon {
	height: 20px;
	width: 20px;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet@2x.png");
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: center;
}

.block-multiple-columns .block-multicol-container .box-container .box-bullets .box-bullet i.check-icon.nitro-lazy {
	background-image: none !important;
}

.block-multiple-columns .block-multicol-container .box-container .box-bullets .check-bullet {
	align-items: center;
}

.block-multiple-columns .block-multicol-container .box-container .box-button {
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
}

.block-multiple-columns .block-multicol-container .box-container .box-button i {
	margin-left: 10px;
	font-size: 14px;
	color: #f5be63;
}

.block-multiple-columns .block-multicol-container .box-container .box-button:hover {
	text-decoration: underline;
}

.block-multiple-columns .block-multicol-container .box-container .btn-outline {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
	border: 1px solid #000;
}

.block-multiple-columns .block-multicol-container .box-container .btn-outline:hover {
	background-color: #000;
	color: #fff;
}

.block-multiple-columns .block-multicol-container .box-container .btn-yellow {
	background-color: #f5be63;
	color: #000;
	border: none;
}

.block-multiple-columns .block-multicol-container .box-container .btn-yellow:hover {
	background-color: #000;
	color: #fff;
}

.block-multiple-columns .block-multicol-container .owl-wrapper-outer {
	overflow-y: visible;
	overflow-x: hidden;
}

.block-multiple-columns .block-multicol-container.owl-carousel {
	display: block;
}

.block-multiple-columns .block-multicol-container.owl-carousel .owl-stage-outer {
	margin: 0;
}

.block-multiple-columns .block-multicol-container.owl-carousel .owl-wrapper, .block-multiple-columns .block-multicol-container.owl-carousel .owl-stage {
	width: 100%;
	margin: 60px auto 0;
	display: flex !important;
	flex-wrap: wrap;
}

.block-multiple-columns .block-multicol-container.owl-carousel .owl-wrapper .owl-item .box-container, .block-multiple-columns .block-multicol-container.owl-carousel .owl-stage .owl-item .box-container {
	height: 100%;
}

@media only screen and (max-width: 480px) {
	.block-multiple-columns .block-multicol-container.owl-carousel .owl-wrapper .owl-item .box-container, .block-multiple-columns .block-multicol-container.owl-carousel .owl-stage .owl-item .box-container {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.block-multiple-columns .careers-testimonial-slider-navigation-buttons {
	z-index: 2;
	position: absolute;
	left: -30px;
	right: -30px;
	top: 45%;
	margin-top: 30px;
}

@media only screen and (max-width: 1180px) {
	.block-multiple-columns .careers-testimonial-slider-navigation-buttons {
		left: -15px;
		right: -15px;
	}
}

.block-multiple-columns .careers-testimonial-slider-navigation-buttons img {
	max-width: 16px;
}

.block-multiple-columns .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__next {
	margin-right: 0%;
	float: right;
	cursor: pointer;
}

.block-multiple-columns .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__prev {
	margin-left: 0%;
	float: left;
	cursor: pointer;
}

.block-accordion .transition, .block-accordion .accordion-items .accordion-item i:before, .block-accordion .accordion-items .accordion-item i:after, .block-accordion .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i:before, .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item .block-accordion i:before, .block-accordion .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item i:after, .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item .block-accordion i:after, .hub-page .block-accordion .accordion-items .accordion-item i:before, .hub-page .block-accordion .accordion-items .accordion-item i:after {
	transition: all .25s ease-in-out;
}

.block-accordion .flipIn, .block-accordion .accordion-items .accordion-item, .block-accordion .page-template-tpl-product-detail-new .faqs .faqs-items .faqs-item, .page-template-tpl-product-detail-new .faqs .faqs-items .block-accordion .faqs-item, .hub-page .block-accordion .accordion-items .accordion-item {
	animation: flipdown .5s ease both;
}

.block-accordion .no-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.block-accordion h3 {
	font-weight: bold;
	font-size: 20px;
	max-width: 90%;
}

@media only screen and (max-width: 899px) {
	.block-accordion h3 {
		font-size: 18px;
		line-height: 24px;
	}
}

.block-accordion .accordion-content {
	margin-top: 15px;
	max-width: 85%;
	color: #555;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 899px) {
	.block-accordion .accordion-content {
		max-width: 100%;
	}
}

.block-accordion .accordion-content p {
	margin-bottom: 15px;
}

.block-accordion .accordion-content p a {
	color: hsl(37.397260274, 87.9518072289%, 52.4509803922%);
}

.block-accordion .accordion-items {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 60px auto 20px;
	max-width: 750px;
}

.block-accordion .accordion-items .accordion-item {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.block-accordion .accordion-items .accordion-item:nth-of-type(1) {
	animation-delay: .5s;
}

.block-accordion .accordion-items .accordion-item:nth-of-type(2) {
	animation-delay: .75s;
}

.block-accordion .accordion-items .accordion-item:nth-of-type(3) {
	animation-delay: 1s;
}

.block-accordion .accordion-items .accordion-item:last-of-type {
	padding-bottom: 0;
}

.block-accordion .accordion-items .accordion-item i {
	position: absolute;
	transform: translate(-14px, 0);
	margin-top: 5px;
	right: 0;
}

.block-accordion .accordion-items .accordion-item i:before, .block-accordion .accordion-items .accordion-item i:after {
	content: "";
	position: absolute;
	background-color: #f5be63;
	width: 3px;
	height: 14px;
}

.block-accordion .accordion-items .accordion-item i:before {
	transform: translate(-4px, 0) rotate(45deg);
}

.block-accordion .accordion-items .accordion-item i:after {
	transform: translate(4px, 0) rotate(-45deg);
}

.block-accordion .accordion-items .accordion-item input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.block-accordion .accordion-items .accordion-item input[type=checkbox]:checked~div.accordion-content {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

.block-accordion .accordion-items .accordion-item input[type=checkbox]:checked~i:before {
	transform: translate(4px, 0) rotate(45deg);
}

.block-accordion .accordion-items .accordion-item input[type=checkbox]:checked~i:after {
	transform: translate(-4px, 0) rotate(-45deg);
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	
	5% {
		opacity: 1;
	}
	
	80% {
		transform: rotateX(8deg);
	}
	
	83% {
		transform: rotateX(6deg);
	}
	
	92% {
		transform: rotateX(-3deg);
	}
	
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}

.block-bofu-form {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-black-lowres.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	padding-bottom: 90px;
}

.block-bofu-form.nitro-lazy {
	background-image: none !important;
}

.block-bofu-form h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form h2 {
		max-width: 650px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.block-bofu-form .block-bf-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form .block-bf-container {
		justify-content: center;
	}
}

.block-bofu-form .block-bf-container.single-col {
	display: block;
}

.block-bofu-form .block-bf-container.single-col .block-bf-content {
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	text-align: center;
}

.block-bofu-form .block-bf-container.single-col .block-bf-form {
	width: 100%;
	max-width: 900px;
	margin: 40px auto 0;
}

.block-bofu-form .block-bf-container.single-col .block-bf-form .form-container .hbspt-form .hs-submit {
	width: 100%;
	text-align: center;
}

.block-bofu-form .block-bf-container .block-bf-content {
	width: 33.3333333333%;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form .block-bf-container .block-bf-content {
		max-width: 900px;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form .block-bf-container .block-bf-content {
		text-align: left;
	}
}

.block-bofu-form .block-bf-container .block-bf-content .intro-description {
	margin-top: 25px;
}

.block-bofu-form .block-bf-container .block-bf-content p {
	margin-bottom: 20px;
	font-weight: 400;
	color: #ccc;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form .block-bf-container .block-bf-content p {
		max-width: 650px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets {
	margin: 30px 0 20px;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets {
		display: flex;
		flex-wrap: wrap;
		padding: 30px 20px 0;
	}
}

@media only screen and (max-width: 640px) {
	.block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets {
		display: block;
		padding: 10px 0px 0;
	}
}

.block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet {
		width: 50%;
		padding-right: 40px;
		text-align: left;
	}
}

@media only screen and (max-width: 640px) {
	.block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet {
		width: 100%;
		padding-right: 0px;
		text-align: left;
	}
}

.block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet .bullet-text {
	margin-left: 20px;
	font-weight: 600;
}

.block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet .bullet-text p {
	color: #fff;
}

.block-bofu-form .block-bf-container .block-bf-content .block-bf-bullets .bf-bullet i {
	font-size: 16px;
	color: #f5be63;
}

.block-bofu-form .block-bf-container .block-bf-form {
	width: 55%;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form .block-bf-container .block-bf-form {
		width: 100%;
	}
}

.block-bofu-form .block-bf-container .block-bf-form .form-disclaimer {
	margin-top: 30px;
}

.block-bofu-form .block-bf-container .block-bf-form .form-disclaimer p {
	font-size: 13px;
	line-height: 18px;
}

.block-bofu-form .block-bf-container .block-bf-form .form-disclaimer a {
	color: #f5be63;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container {
	color: #ccc;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form {
	max-width: 100%;
	margin: 0px auto 0;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 100%;
	margin: 15px auto;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form ::placeholder {
	color: #aaa;
	opacity: 1;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form :-ms-input-placeholder {
	color: #aaa;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form ::-ms-input-placeholder {
	color: #aaa;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form .hs-form-field {
	width: 48%;
	margin-bottom: 15px;
}

@media only screen and (max-width: 620px) {
	.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form form .hs-form-field {
		width: 100%;
	}
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .actions {
	padding: 0px;
	margin: 11px 0;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .input {
	margin: 10px 0 5px;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-submit {
	width: 48%;
}

@media only screen and (max-width: 620px) {
	.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-submit {
		width: 100%;
		text-align: center;
	}
	
	.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-submit .actions {
		margin-top: 0;
	}
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form label {
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-error-msgs {
	list-style: none;
	margin-bottom: 15px;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-error-msgs li label {
	text-transform: unset;
	color: #f5be63;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs_error_rollup {
	display: none;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input {
	appearance: none;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #fff;
	border: 1px solid hsla(0, 0%, 100%, .2);
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 3px;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input.hs-input.error {
	border-color: #f5be63;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #ccc;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form select {
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	border: 1px solid hsla(0, 0%, 100%, .2);
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 3px;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form select .disabled {
	color: #aaa;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form select.error {
	border-color: #f5be63;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .hs-fieldtype-checkbox {
	width: 100% !important;
	margin-top: 10px;
	border: 1px solid hsla(0, 0%, 100%, .2);
	background-color: hsla(0, 0%, 100%, .1);
	padding: 15px 25px;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .inputs-list {
	color: #fff;
	list-style: none;
	padding-left: 0;
	display: flex;
	width: 100%;
	max-width: 750px;
	justify-content: space-between;
}

@media only screen and (max-width: 620px) {
	.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .inputs-list {
		display: block;
	}
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .inputs-list .hs-form-booleancheckbox-display {
	display: flex;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .inputs-list .hs-form-booleancheckbox-display span {
	max-width: 90%;
	margin-left: 12px;
	font-size: 16px;
	text-transform: none;
	color: #fff;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .inputs-list .hs-form-booleancheckbox-display span span {
	margin-left: 0;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .inputs-list .hs-form-checkbox-display {
	display: flex;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .inputs-list .hs-form-checkbox-display span {
	max-width: 90%;
	margin-left: 12px;
	font-size: 16px;
	text-transform: none;
	color: #fff;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .inputs-list .hs-form-checkbox-display span span {
	margin-left: 0;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input[type=checkbox] {
	width: 25px !important;
	height: 25px;
	appearance: checkbox;
	margin-left: 0;
	margin-top: 0;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input[type=submit] {
	background: #f5be63;
	border: 1px solid #f5be63;
	color: #000;
	font-size: 16px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	width: 200px;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form input[type=submit]:hover {
	border-color: #fff;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .submitted-message {
	color: #f5be63;
	font-size: 18px;
	text-align: center;
	padding: 30px;
	width: 100%;
	border: 1px solid #f5be63;
	margin-top: 25px;
}

.block-bofu-form .block-bf-container .block-bf-form .form-container .hbspt-form .submitted-message p {
	margin-bottom: 0;
}

.block-bofu-form.light-style {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-white-cropped-small-grey.jpg");
	color: #000;
	background-position: center top;
}

.block-bofu-form.light-style.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form.light-style {
		background-size: 100%;
		background-position: center bottom;
		background-color: #f5f5f5;
	}
}

@media only screen and (max-width: 800px) {
	.block-bofu-form.light-style {
		background-size: 200%;
	}
}

.block-bofu-form.light-style .block-bf-container .block-bf-content p {
	color: #555;
}

.block-bofu-form.light-style .block-bf-container .block-bf-content .block-bf-bullets .bullet-text p {
	color: #000;
	margin-bottom: 10px;
}

.block-bofu-form.light-style .block-bf-container .block-bf-form .form-container .hbspt-form input.hs-input {
	color: #000;
	border: 1px solid rgba(155, 155, 155, .5);
	background-color: hsla(0, 0%, 100%, .85);
}

.block-bofu-form.light-style .block-bf-container .block-bf-form .form-container .hbspt-form select {
	color: #000;
	border: 1px solid rgba(155, 155, 155, .5);
	background-color: hsla(0, 0%, 100%, .85);
}

.block-bofu-form.light-style .block-bf-container .block-bf-form .form-container .hbspt-form .submitted-message {
	background-color: hsla(0, 0%, 100%, .95);
}

.block-bofu-form.light-style .block-bf-container .block-bf-form .form-container .hbspt-form .submitted-message p {
	margin-bottom: 0;
	color: #000;
}

.block-bofu-form-popup {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-black-lowres-cropped-small.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	color: #fff;
	padding-bottom: 90px;
}

.block-bofu-form-popup.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form-popup {
		background-size: 300%;
		background-position: center bottom;
		background-color: #000;
	}
}

.block-bofu-form-popup .block-bf-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10%;
	flex-wrap: wrap;
}

.block-bofu-form-popup .block-bf-container .block-bf-content {
	width: 33.3333333333%;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form-popup .block-bf-container .block-bf-content {
		max-width: 650px;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form-popup .block-bf-container .block-bf-content {
		text-align: left;
	}
}

.block-bofu-form-popup .block-bf-container .block-bf-content h2 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form-popup .block-bf-container .block-bf-content h2 {
		max-width: 650px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 28px;
		line-height: 34px;
	}
}

.block-bofu-form-popup .block-bf-container .block-bf-content p {
	margin-bottom: 30px;
	font-weight: 400;
	color: #ccc;
}

.block-bofu-form-popup .block-bf-container .block-bf-content .btn-default {
	background: #f5be63;
	border: 1px solid #f5be63;
	color: #000;
	font-size: 16px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	width: 200px;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	margin-top: 11px;
}

.block-bofu-form-popup .block-bf-container .block-bf-content .btn-default:hover {
	border-color: #fff;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form-popup .block-bf-container .block-bf-content .btn-default {
		margin-bottom: 60px;
	}
}

.block-bofu-form-popup .block-bf-container .block-bf-content.is-active>.modal {
	display: block;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.block-bofu-form-popup .block-bf-container .block-bf-bullets-container {
	max-width: 550px;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form-popup .block-bf-container .block-bf-bullets-container {
		max-width: 650px;
	}
}

.block-bofu-form-popup .block-bf-container .block-bf-bullets-container p {
	margin-top: 15px;
	color: #ccc;
}

.block-bofu-form-popup .block-bf-container .block-bf-bullets-container .block-bf-bullets {
	margin: 30px 0 0px;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form-popup .block-bf-container .block-bf-bullets-container .block-bf-bullets {
		display: block;
		padding: 10px 0px 0;
		margin: 20px 0 20px;
	}
}

.block-bofu-form-popup .block-bf-container .block-bf-bullets-container .block-bf-bullets .bf-bullet {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form-popup .block-bf-container .block-bf-bullets-container .block-bf-bullets .bf-bullet {
		width: 100%;
		padding-right: 0px;
		text-align: left;
	}
}

.block-bofu-form-popup .block-bf-container .block-bf-bullets-container .block-bf-bullets .bullet-text {
	margin-left: 20px;
	font-weight: 600;
}

.block-bofu-form-popup .block-bf-container .block-bf-bullets-container .block-bf-bullets .bullet-text p {
	color: #fff;
	margin-top: 0;
}

.block-bofu-form-popup .block-bf-container .block-bf-bullets-container .block-bf-bullets i {
	font-size: 16px;
	color: #f5be63;
}

.block-bofu-form-popup .block-bf-container .modal {
	max-width: 850px;
	width: 80%;
	padding: 40px;
}

.block-bofu-form-popup .block-bf-container .modal.c-modal {
	width: 80%;
	max-width: 1000px;
	display: block !important;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	z-index: 1500;
}

@media only screen and (max-width: 1000px) {
	.block-bofu-form-popup .block-bf-container .modal.c-modal {
		width: 90%;
		max-width: 750px;
	}
}

.block-bofu-form-popup .block-bf-container .modal .close-modal {
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #000;
	color: #fff;
	position: fixed;
}

.block-bofu-form-popup .block-bf-container .modal .modal-container {
	display: flex;
	height: auto !important;
}

@media only screen and (max-width: 1000px) {
	.block-bofu-form-popup .block-bf-container .modal .modal-container {
		display: block;
		overflow-y: scroll;
		max-height: 85vh;
	}
}

.block-bofu-form-popup .block-bf-container .modal {
	margin-top: 0;
}

.block-bofu-form-popup .block-bf-container .modal>div {
	height: auto;
}

.block-bofu-form-popup .block-bf-container .modal .m-name {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form {
	width: 100%;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form-popup .block-bf-container .modal .block-bf-form {
		width: 100%;
	}
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-disclaimer {
	margin-top: 30px;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-disclaimer p {
	font-size: 13px;
	line-height: 18px;
	color: #555;
	margin-bottom: 10px;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-disclaimer a {
	color: #555;
	text-decoration: underline;
	cursor: pointer;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-disclaimer a:hover {
	color: #000;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container {
	color: #ccc;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form {
	max-width: 100%;
	margin: 40px auto 0;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 100%;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form form .hs-form-field {
	width: 48%;
	margin-bottom: 15px;
}

@media only screen and (max-width: 620px) {
	.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form form .hs-form-field {
		width: 100%;
	}
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .input {
	margin: 10px 0 5px;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .hs-submit {
	width: 48%;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .hs-submit .actions {
	margin-top: 0;
}

@media only screen and (max-width: 620px) {
	.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .hs-submit {
		width: 100%;
		text-align: center;
	}
	
	.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .hs-submit .actions {
		margin-top: 0;
	}
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form label {
	color: #555;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .hs-error-msgs {
	list-style: none;
	margin-bottom: 15px;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .hs-error-msgs li label {
	text-transform: unset;
	color: #f5be63;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .hs_error_rollup {
	display: none;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form input {
	appearance: none;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #1a1a1a;
	border: 1px solid rgba(150, 150, 150, .15);
	background-color: rgba(150, 150, 150, .15);
	border-radius: 3px;
	margin-bottom: 10px;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form input.hs-input.error {
	border-color: #f5be63;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #ccc;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form select {
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #1a1a1a;
	border: 1px solid rgba(150, 150, 150, .15);
	background-color: rgba(150, 150, 150, .15);
	border-radius: 3px;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form select .disabled {
	color: #aaa;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form select.error {
	border-color: #f5be63;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form input[type=submit] {
	background: #f5be63;
	border: 1px solid #f5be63;
	color: #000;
	font-size: 16px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	width: 200px;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	margin-top: 11px;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form input[type=submit]:hover {
	border-color: #fff;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .submitted-message {
	color: #f5be63;
	font-size: 18px;
	text-align: center;
	padding: 30px;
	width: 100%;
	border: 1px solid #f5be63;
}

.block-bofu-form-popup .block-bf-container .modal .block-bf-form .form-container .hbspt-form .submitted-message p {
	margin-bottom: 0;
}

.block-bofu-form-popup.light-style {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/weave-white-cropped-small-grey.jpg");
	color: #000;
	background-position: center top;
}

.block-bofu-form-popup.light-style.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1100px) {
	.block-bofu-form-popup.light-style {
		background-size: 100%;
		background-position: center bottom;
		background-color: #f5f5f5;
	}
}

@media only screen and (max-width: 800px) {
	.block-bofu-form-popup.light-style {
		background-size: 200%;
	}
}

.block-bofu-form-popup.light-style .block-bf-container .block-bf-content p {
	color: #555;
}

.block-bofu-form-popup.light-style .block-bf-container .block-bf-bullets-container p {
	color: #555;
}

.block-bofu-form-popup.light-style .block-bf-container .block-bf-bullets-container .block-bf-bullets .bullet-text p {
	color: #000;
}

.block-featured-3-tabs {
	background-color: #fff !important;
	padding-top: 0;
}

@media only screen and (max-width: 899px) {
	.block-featured-3-tabs {
		padding-bottom: 0;
	}
}

.block-featured-3-tabs h2 {
	background-color: #f5f5f5;
	padding-top: 60px;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-container {
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 40px;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-height: 520px;
}

@media only screen and (max-width: 899px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container {
		flex-wrap: wrap;
		height: auto;
		max-height: 100%;
		max-width: 550px;
		margin: 0 auto 40px;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left {
		padding-bottom: 30px;
		padding-top: 40px;
		border-bottom: 1px solid #ddd;
		order: 2;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left .pre-title {
	color: #f5be63;
	font-size: 15px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left h3 {
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 25px;
	max-width: 500px;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left p {
	margin-bottom: 15px;
	color: #555;
	max-width: 500px;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left p a {
	text-decoration: underline;
	color: #e3930e;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.half {
	padding-right: 5%;
	width: 50%;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.half {
		padding-right: 2%;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.two-third {
	padding-right: 7%;
	width: 66.6666666667%;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.two-third {
		padding-right: 4%;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.one-third {
	padding-right: 3%;
	width: 33.3333333333%;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.one-third {
		padding-right: 1%;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted {
	order: 2;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.half {
	padding-right: 0;
	padding-left: 5%;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.half {
		padding-left: 2%;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.two-third {
	padding-right: 0;
	padding-left: 7%;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.two-third {
		padding-left: 4%;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.one-third {
	padding-right: 0;
	padding-left: 3%;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.one-third {
		padding-left: 1%;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.half, .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.one-third, .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.inverted.two-third {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.half, .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.one-third, .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-left.two-third {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.half {
	padding-left: 5%;
	width: 50%;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.half {
		padding-left: 2%;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.one-third {
	padding-left: 7%;
	width: 66.6666666667%;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.one-third {
		padding-left: 4%;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.two-third {
	padding-left: 3%;
	width: 33.3333333333%;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.two-third {
		padding-left: 1%;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted {
	order: -1;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.half {
	padding-right: 5%;
	padding-left: 0px;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.half {
		padding-right: 2%;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.two-third {
	padding-right: 7%;
	padding-left: 0px;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.two-third {
		padding-right: 4%;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.one-third {
	padding-right: 3%;
	padding-left: 0px;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.one-third {
		padding-right: 1%;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.half, .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.one-third, .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.inverted.two-third {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.half, .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.one-third, .block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right.two-third {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right img {
	border: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042);
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right .block-vimeo {
	margin: 0px auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container .tab-right .block-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

@media only screen and (max-width: 899px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-items .tab-container:last-child .tab-left {
		border-bottom: none;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 899px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav {
		display: none;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a {
	width: calc(( 100% - 30px ) / 3);
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-items: flex-start;
	align-items: center;
	padding: 10px 15px;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-thumb img {
	width: 100px;
	height: auto;
}

@media only screen and (max-width: 1570px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-thumb img {
		width: 80px;
	}
}

@media only screen and (max-width: 1100px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-thumb img {
		display: none;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-content {
	margin-left: 20px;
}

@media only screen and (max-width: 1100px) {
	.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-content {
		margin-left: 5px;
	}
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-content .pre-title {
	color: #f5be63;
	font-weight: bold;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a .tab-btn-content h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a.active {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a.active:hover {
	background-color: #f5f5f5;
	cursor: default;
}

.block-featured-3-tabs .block-featured-3-tabs-container .featured-tabs-nav a:hover {
	background-color: #fafafa;
	border-color: #fafafa;
}

.block-featured-3-posts .block-f3posts-container {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-posts .block-f3posts-container {
		flex-wrap: wrap;
	}
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container {
	width: 66.6666666667%;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-posts .block-f3posts-container .block-featured-post-container {
		width: 100%;
		margin-bottom: 40px;
	}
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-half {
	width: 50%;
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-half {
		width: 100%;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-content {
		order: 1;
		max-width: 650px;
	}
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-content .pre-title {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #f5be63;
	font-weight: 600;
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-content h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-content h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-content p {
	margin-bottom: 20px;
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media {
	padding: 0 40px;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media {
		padding-right: 0;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media {
		padding: 0;
		margin-bottom: 40px;
	}
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media img {
	width: 100%;
	height: auto;
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media .block-video .video-thumbnail {
	width: 100%;
	max-width: 750px;
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 100%;
	position: relative;
	cursor: pointer;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072);
	transition: all .3 ease;
	-webkit-transition: all .3s ease;
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media .block-video .video-thumbnail {
		height: 350px;
		padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media .block-video .video-thumbnail {
		height: 250px;
	}
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media .block-video .video-thumbnail:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/play-btn.png");
	background-repeat: no-repeat;
	background-size: 110px 110px;
	background-position: center;
	transition: all .3 ease;
	-webkit-transition: all .3s ease;
}

.block-featured-3-posts .block-f3posts-container .block-featured-post-container .block-fp-container .block-fp-media .block-video .video-thumbnail:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12);
}

.block-featured-3-posts .block-f3posts-container .block-small-posts-container {
	width: 33.3333333333%;
	border-left: 1px solid #ddd;
	padding-left: 40px;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-posts .block-f3posts-container .block-small-posts-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-left: none;
		border-top: 1px solid #ddd;
		padding-left: 0;
		padding-top: 40px;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-small-posts-container {
		justify-content: center;
	}
}

.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px 0;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container {
		width: calc(( 100% - 80px ) / 3);
		margin: 0;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container {
		width: 100%;
		max-width: 500px;
		margin: 0;
		margin: 20px 0;
		align-items: center;
	}
}

.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-image {
	width: 100px;
	height: 100px;
	background-size: cover;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-image {
		width: 75px;
		height: 100%;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-image {
		width: 120px;
		height: 120px;
	}
}

.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content {
	padding-left: 30px;
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
	.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content {
		width: calc(100% - 75px);
		padding-left: 15px;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content {
		width: calc(100% - 120px);
	}
}

.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content span {
	text-transform: uppercase;
	font-size: 14px;
}

.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container .col-content span i {
	margin-left: 10px;
	font-size: 12px;
	color: #f5be63;
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 899px) {
	.block-featured-3-posts .block-f3posts-container .block-small-posts-container .col-container:first-child {
		margin-top: 0;
	}
}

.block-flow-diagram .diagram-container .diagram-intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.block-flow-diagram .diagram-container .diagram-intro h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	.block-flow-diagram .diagram-container .diagram-intro h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.block-flow-diagram .diagram-container .diagram-items {
	margin: 60px auto 40px;
	position: relative;
}

@media only screen and (max-width: 1180px) {
	.block-flow-diagram .diagram-container .diagram-items {
		max-width: 550px;
	}
}

.block-flow-diagram .diagram-container .diagram-items .diagram-arrow {
	width: 90%;
	position: absolute;
	background-color: #f8ead0;
	height: 88px;
	margin-left: auto;
	margin-right: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.block-flow-diagram .diagram-container .diagram-items .diagram-arrow::after {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: -40px;
	content: "";
	width: 0;
	height: 0;
	border-top: 44px solid rgba(0, 0, 0, 0);
	border-bottom: 44px solid rgba(0, 0, 0, 0);
	border-left: 40px solid #f8ead0;
}

@media only screen and (max-width: 1180px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-arrow {
		width: 88px;
		min-height: 90%;
		align-items: flex-end;
		left: 75px;
		top: 57%;
	}
	
	.block-flow-diagram .diagram-container .diagram-items .diagram-arrow::after {
		margin-right: 0px;
		margin-bottom: -39px;
		border-bottom: none;
		border-left: 44px solid rgba(0, 0, 0, 0);
		border-right: 44px solid rgba(0, 0, 0, 0);
		border-top: 40px solid #f8ead0;
	}
}

@media only screen and (max-width: 600px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-arrow {
		width: 50px;
		min-height: 96%;
		left: 45px;
		top: 51%;
	}
	
	.block-flow-diagram .diagram-container .diagram-items .diagram-arrow::after {
		margin-bottom: -19px;
		border-left: 25px solid rgba(0, 0, 0, 0);
		border-right: 25px solid rgba(0, 0, 0, 0);
		border-top: 20px solid #f8ead0;
	}
}

.block-flow-diagram .diagram-container .diagram-items .diagram-items-container {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1180px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container {
		display: block;
		max-width: 550px;
	}
}

.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item {
	width: 20%;
	position: relative;
	padding-top: 150px;
}

@media only screen and (max-width: 1180px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item {
		padding-top: 0;
		width: 100%;
		display: flex;
		margin-bottom: 40px;
		min-height: 175px;
	}
}

.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-visual {
	width: 150px;
	height: 150px;
	border: 2px solid #000;
	background-color: #fff;
	border-radius: 100px;
	padding: 10px;
}

@media only screen and (max-width: 600px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-visual {
		width: 90px;
		height: 90px;
		flex-shrink: 0;
	}
}

.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content {
	display: inline-flex;
	justify-content: flex-start;
	margin-left: 9px;
}

@media only screen and (max-width: 1180px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content {
		display: block;
		margin-left: 0;
		padding-left: 80px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content {
		padding-left: 30px;
	}
}

.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content .s-num {
	width: 50px;
	text-align: right;
	font-size: 60px;
	line-height: 52px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin: 0;
}

@media only screen and (max-width: 1180px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content .s-num {
		text-align: left;
	}
}

@media only screen and (max-width: 600px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content .s-num {
		font-size: 40px;
		line-height: 32px;
	}
}

.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content .s-divider {
	min-height: 150px;
	margin: 0 15px;
	width: 1px;
	border-left: 1px dotted #000;
}

@media only screen and (max-width: 1180px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content .s-divider {
		height: 1px;
		min-height: 1px;
		min-width: 150px;
		margin: 15px 0;
		border-left: none;
		border-top: 1px dotted #000;
		margin-left: -80px;
	}
}

@media only screen and (max-width: 600px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content .s-divider {
		margin-left: -30px;
	}
}

@media only screen and (max-width: 600px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content .s-text {
		width: 100%;
	}
}

.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content .s-text p {
	width: 200px;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

@media only screen and (max-width: 1180px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content .s-text p {
		width: 280px;
	}
}

@media only screen and (max-width: 600px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item .s-content .s-text p {
		width: 100%;
	}
}

@media only screen and (max-width: 1180px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item:nth-child(odd) .s-content {
		transform: translate(0, 0);
	}
}

.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item:nth-child(even) .s-content {
	align-items: flex-end;
}

@media only screen and (max-width: 1180px) {
	.block-flow-diagram .diagram-container .diagram-items .diagram-items-container .diagram-item:nth-child(even) .s-content {
		align-items: flex-start;
	}
}

.block-flow-diagram [data-aos=diagram-down] {
	opacity: 0;
	transition-property: transform, opacity;
}

.block-flow-diagram [data-aos=diagram-down].aos-animate {
	opacity: 1;
}

@media screen and (min-width: 1181px) {
	.block-flow-diagram [data-aos=diagram-down] {
		transform: translate(0, -250%);
	}
	
	.block-flow-diagram [data-aos=diagram-down].aos-animate {
		transform: translate(0, -200%);
	}
}

.block-logos {
	padding: 0px 0 30px;
}

.block-logos h2 {
	text-align: center;
}

.block-logos .logo-items {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1023px) {
	.block-logos .logo-items {
		flex-wrap: wrap;
	}
}

.block-logos .logo-items .logo-item {
	width: 12.5%;
	margin: 30px;
	display: flex;
}

@media only screen and (max-width: 1100px) {
	.block-logos .logo-items .logo-item {
		width: 16.6666666667%;
		margin: 20px;
	}
}

@media only screen and (max-width: 1023px) {
	.block-logos .logo-items .logo-item {
		width: 25%;
		margin: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.block-logos .logo-items .logo-item {
		width: calc(( 100% - 40px ) / 2);
		margin: 10px;
	}
}

.block-logos .logo-items .logo-item-multiple {
	padding: 30px;
	display: flex;
	min-height: 180px;
	max-height: 200px;
}

@media only screen and (max-width: 1100px) {
	.block-logos .logo-items .logo-item-multiple {
		min-width: 175px;
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.block-logos .logo-items .logo-item-multiple {
		min-width: calc(( 100% - 60px ) / 2);
		min-height: 100px;
	}
}

@media only screen and (max-width: 480px) {
	.block-logos .logo-items .logo-item-multiple {
		min-width: calc(( 100% - 40px ) / 2);
		padding: 15px;
	}
}

.block-numbers {
	padding: 60px 0;
	background-color: #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media only screen and (max-width: 1024px) {
	.block-numbers {
		padding: 40px 0;
		background-attachment: scroll;
	}
}

@media only screen and (max-width: 1440px) {
	.block-numbers .wrapper {
		max-width: 100%;
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.block-numbers .wrapper {
		padding: 0 30px;
	}
}

.block-numbers .numbers-container .numbers-intro {
	text-align: center;
	color: #fff;
}

.block-numbers .numbers-container .numbers-intro h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0;
}

.block-numbers .numbers-container .numbers-intro .intro-description {
	max-width: 800px;
	margin: 0 auto;
}

.block-numbers .numbers-container .numbers-intro .intro-description p {
	font-weight: 300;
}

.block-numbers .numbers-container .numbers-items {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

@media only screen and (max-width: 1024px) {
	.block-numbers .numbers-container .numbers-items {
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 40px 0 0;
	}
}

.block-numbers .numbers-container .numbers-items .numbers-item {
	width: calc(( 100% - 90px ) / 4);
	margin: 15px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.block-numbers .numbers-container .numbers-items .numbers-item {
		width: calc(( 100% - 90px ) / 2);
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.block-numbers .numbers-container .numbers-items .numbers-item {
		width: 100%;
		margin-bottom: 40px;
	}
}

.block-numbers .numbers-container .numbers-items .numbers-item .s-number h3 {
	font-size: 88px;
	line-height: 94px;
	color: #f5be63;
	font-weight: 300;
	height: 100px;
}

@media only screen and (max-width: 1570px) {
	.block-numbers .numbers-container .numbers-items .numbers-item .s-number h3 {
		font-size: 65px;
		line-height: 70px;
		height: 70px;
	}
}

@media only screen and (max-width: 1200px) {
	.block-numbers .numbers-container .numbers-items .numbers-item .s-number h3 {
		font-size: 55px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 1024px) {
	.block-numbers .numbers-container .numbers-items .numbers-item .s-number h3 {
		font-size: 65px;
		line-height: 70px;
	}
}

@media only screen and (max-width: 600px) {
	.block-numbers .numbers-container .numbers-items .numbers-item .s-number h3 {
		font-size: 60px;
		line-height: 65px;
	}
}

.block-numbers .numbers-container .numbers-items .numbers-item .s-number small {
	font-size: 42px;
}

@media only screen and (max-width: 1570px) {
	.block-numbers .numbers-container .numbers-items .numbers-item .s-number small {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1200px) {
	.block-numbers .numbers-container .numbers-items .numbers-item .s-number small {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1024px) {
	.block-numbers .numbers-container .numbers-items .numbers-item .s-number small {
		font-size: 32px;
	}
}

@media only screen and (max-width: 600px) {
	.block-numbers .numbers-container .numbers-items .numbers-item .s-number small {
		font-size: 24px;
	}
}

.block-numbers .numbers-container .numbers-items .numbers-item .s-text {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding: 15px 30px 0;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1570px) {
	.block-numbers .numbers-container .numbers-items .numbers-item .s-text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.block-numbers .numbers-container .numbers-items .numbers-item .s-text {
		max-width: 350px;
		margin: 0 auto;
	}
}

.block-builder {
	background-color: #fff;
}

.block-builder .nomob {
	display: inline;
}

@media only screen and (max-width: 767px) {
	.block-builder .nomob {
		display: none;
		visibility: hidden;
	}
}

.block-builder .notab {
	display: inline;
}

@media only screen and (max-width: 1023px) {
	.block-builder .notab {
		display: none;
		visibility: hidden;
	}
}

.block-builder h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

.block-builder p {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px 0;
}

.block-builder p a {
	color: #1a1a1a;
	font-weight: bold;
	text-decoration: underline;
}

.block-builder p a:hover {
	color: #686868 !important;
}

.block-builder ul {
	list-style: disc;
	padding-left: 20px;
}

.block-builder ul li {
	font-size: 18px;
	margin: 0px 0;
}

.block-builder ul.bullets {
	list-style: none;
	padding-left: 0;
	margin-top: 30px;
}

.block-builder ul.bullets li {
	margin-bottom: 25px;
	display: flex;
	align-items: baseline;
}

.block-builder ul.bullets li i {
	margin-right: 15px;
	font-size: 16px;
}

.block-builder img {
	width: 100%;
	max-width: 750px;
}

.block-builder .img-shadow-enable {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12);
}

.block-builder video {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.block-builder .btn-default {
	border: 1px solid #aaa;
	margin: 10px 5px 10px 0;
}

.block-builder .btn-default.btn-yellow {
	background-color: #f5be63;
	color: #1a1a1a;
	border-color: #f5be63;
}

.block-builder .btn-default.btn-yellow:hover {
	background-color: #1a1a1a;
	color: #f5be63;
}

.block-builder .btn-default.btn-outline {
	background: none;
	border: 2px solid #000;
	color: #000;
}

.block-builder .btn-default.btn-outline.btn-yellow {
	border-color: #f5be63;
	color: #f5be63;
}

.block-builder .btn-default.btn-outline.btn-yellow:hover {
	background-color: #f5be63;
	color: #000;
}

.block-builder .btn-default.btn-outline:hover {
	background: #000;
	color: #fff;
}

.block-builder .cta-container {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.block-builder .cta-container .btn-default {
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-transform: uppercase;
	background-color: #000;
	border: 1px solid #000;
	margin: 20px 0;
	transition: all .3s ease;
}

.block-builder .cta-container .btn-default:hover {
	background-color: #404040;
	border-color: #404040;
	color: #fff;
}

.block-builder .cta-container .cta2 {
	padding: 2px 0px;
	margin: 0 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	word-break: keep-all;
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.block-builder .cta-container .cta2:hover {
	border-bottom: 1px solid #000;
}

.block-builder .center {
	text-align: center;
	margin: inherit auto;
}

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

.block-builder .left h2 {
	text-align: left;
}

.block-builder .left .hbspt-form, .block-builder .left .hs-form {
	max-width: 400px;
	margin: 40px 0 0;
}

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

.block-builder .right h2 {
	text-align: right;
}

.block-builder .hbspt-form, .block-builder .hs-form {
	max-width: 400px;
	margin: 40px auto 0;
}

.block-builder .hbspt-form .hs-error-msgs, .block-builder .hs-form .hs-error-msgs {
	list-style: none;
}

.block-builder .hbspt-form .hs-error-msgs li, .block-builder .hs-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

.block-builder .hbspt-form .actions, .block-builder .hs-form .actions {
	padding: 0px;
	margin: 20px 0;
}

.block-builder .hbspt-form .input, .block-builder .hs-form .input {
	margin: 20px 0;
}

.block-builder .hbspt-form input, .block-builder .hs-form input {
	appearance: none;
}

.block-builder .hbspt-form input.hs-input, .block-builder .hs-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.block-builder .hbspt-form .hs-fieldtype-select .input, .block-builder .hs-form .hs-fieldtype-select .input {
	position: relative;
}

.block-builder .hbspt-form .hs-fieldtype-select .input::before, .block-builder .hs-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #aaa;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

.block-builder .hbspt-form select, .block-builder .hs-form select {
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 3px;
}

.block-builder .hbspt-form select .disabled, .block-builder .hs-form select .disabled {
	color: #aaa;
}

.block-builder .hbspt-form input[type=submit], .block-builder .hs-form input[type=submit] {
	background: #231f20;
	border: 1px solid #aaa;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}

.block-builder .hbspt-form input[type=submit]:hover, .block-builder .hs-form input[type=submit]:hover {
	background-color: #919296;
}

.block-builder .block-text p {
	max-width: 950px;
}

.block-builder .c-big-title {
	font-size: 50px;
	line-height: 58px;
}

@media only screen and (max-width: 599px) {
	.block-builder .c-big-title {
		font-size: 36px;
		line-height: 42px;
		margin-top: 35px;
	}
}

.block-builder .c-small-title {
	font-size: 34px;
	line-height: 40px;
}

@media only screen and (max-width: 599px) {
	.block-builder .c-small-title {
		font-size: 21px;
		line-height: 20px;
	}
}

.block-builder .c-quote {
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	border-left: 3px solid #f5be63;
	padding-left: 30px;
	font-style: italic;
	display: block;
}

@media only screen and (max-width: 599px) {
	.block-builder .c-quote {
		font-size: 24px;
		line-height: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.block-builder .custom-form {
	margin-top: 20px;
}

.block-builder .custom-form .hbspt-form form {
	margin-top: 15px;
}

.block-builder .custom-form .hbspt-form input {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif !important;
}

.block-builder .custom-form .hbspt-form .input {
	margin-bottom: 10px;
	margin-top: 0;
}

.block-builder .custom-form .hbspt-form .hs-error-msg, .block-builder .custom-form .hbspt-form .hs_error_rollup {
	margin-bottom: 15px;
	display: block;
}

.block-builder .custom-form .hbspt-form .hs_firstname {
	width: 95%;
}

.block-builder .custom-form .hbspt-form .submitted-message {
	padding: 20px;
	background: hsla(0, 0%, 100%, .7);
	width: 100%;
	margin-bottom: 15px;
}

.block-builder .custom-form .hbspt-form .submitted-message p {
	margin: 0;
}

.block-builder .custom-form .hbspt-form .hs-submit {
	margin-top: 0;
	margin-bottom: 25px;
}

.block-builder .custom-form .hbspt-form .hs-submit .actions {
	margin-top: 0;
}

.block-builder .custom-form .hbspt-form .hs-submit .actions input[type=submit] {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	background-color: #f5be63;
	color: #000;
	border-color: #f5be63;
}

.block-builder .custom-form .hbspt-form .hs-submit .actions input[type=submit]:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.block-builder.hero-block h1 {
	text-transform: uppercase;
	font-size: 38px;
	line-height: 44px;
	font-weight: 600;
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.block-builder.hero-block h1 {
		font-size: 32px;
		line-height: 38px;
	}
}

.block-builder.hero-block p {
	margin: 30px 0 5px;
	font-size: 24px;
	line-height: 30px;
}

@media only screen and (max-width: 767px) {
	.block-builder.hero-block p {
		font-size: 18px;
		line-height: 22px;
	}
}

.block-builder.hero-block .heading-font p {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

.block-builder.block-container .full-column {
	padding: 40px 40px;
}

@media only screen and (max-width: 599px) {
	.block-builder.block-container .full-column {
		padding: 20px;
	}
}

.block-builder.block-container .full-column h2 {
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.block-builder.block-container .full-column .block-text {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

.block-builder.block-container .full-column .block-text.full-width {
	max-width: 100%;
}

.block-builder.block-container .full-column.no-padding {
	padding: 0 90px;
}

@media only screen and (max-width: 1139px) {
	.block-builder.block-container .full-column.no-padding {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 599px) {
	.block-builder.block-container .full-column.no-padding {
		padding: 0 20px;
	}
}

.block-builder.block-container .columns-container {
	margin: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch !important;
}

@media only screen and (max-width: 1023px) {
	.block-builder.block-container .columns-container {
		margin: 0;
	}
}

.block-builder.block-container .columns-container .column {
	width: 50%;
	display: flex;
	align-items: stretch;
}

@media only screen and (max-width: 1023px) {
	.block-builder.block-container .columns-container .column {
		width: 100%;
	}
}

.block-builder.block-container .columns-container .column .block-text p.disclaimer {
	font-size: 12px;
	line-height: 18px;
}

.block-builder.block-container .columns-container .column .block-text p.disclaimer a {
	color: #e3930e;
}

.block-builder.block-container .columns-container .column .wrapper {
	width: 100%;
	max-width: 740px;
	padding: 40px 90px;
}

@media only screen and (max-width: 1139px) {
	.block-builder.block-container .columns-container .column .wrapper {
		padding: 40px;
	}
}

@media only screen and (max-width: 599px) {
	.block-builder.block-container .columns-container .column .wrapper {
		padding: 20px;
	}
}

.block-builder.block-container .columns-container .column .wrapper.no-padding {
	padding: 40px 90px;
}

@media only screen and (max-width: 1139px) {
	.block-builder.block-container .columns-container .column .wrapper.no-padding {
		padding: 20px 40px;
	}
}

@media only screen and (max-width: 599px) {
	.block-builder.block-container .columns-container .column .wrapper.no-padding {
		padding: 10px 20px;
	}
}

.block-builder.block-container .columns-container .column.left-column .wrapper {
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (max-width: 1023px) {
	.block-builder.block-container .columns-container .column.left-column .wrapper {
		margin-right: auto;
	}
}

.block-builder.block-container .columns-container .column.left-column .wrapper .block-bullet:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

@media only screen and (max-width: 1023px) {
	.block-builder.block-container .columns-container .column.right-column.inverted {
		order: -1;
	}
}

.block-builder.block-container .columns-container .column.right-column .wrapper {
	margin-right: auto;
	margin-left: 0;
}

@media only screen and (max-width: 1023px) {
	.block-builder.block-container .columns-container .column.right-column .wrapper {
		margin-left: auto;
	}
}

.block-builder.block-container .columns-container .column.right-column .wrapper .block-bullet:before {
	content: "+";
	font-family: "normal normal normal 14px/1 FontAwesome";
	font-weight: 900;
	font-size: 24px;
	color: #f5be63;
}

.block-builder.block-container .block-bullets {
	margin: 20px 0;
}

.block-builder.block-container .block-bullets .block-bullet {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.block-builder.block-container .block-bullets .block-bullet .bullet-text {
	margin-left: 15px;
}

.block-builder.block-container .block-bullets .block-bullet i {
	font-size: 16px;
	color: #f5be63;
}

.block-builder.block-container .block-video {
	position: relative;
	cursor: pointer;
	max-width: 750px;
	margin: 0 auto;
}

.block-builder.block-container .block-video .playpause {
	display: block;
	visibility: visible;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/play-btn.png");
	background-repeat: no-repeat;
	width: 50%;
	height: 50%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	background-size: contain;
	background-position: center;
	max-width: 120px;
	max-height: 120px;
}

.block-builder.block-container .block-video .playpause.nitro-lazy {
	background-image: none !important;
}

.block-builder.block-container .block-video .playpause.playing {
	display: none;
	visibility: hidden;
}

.block-builder.block-container .block-video .lp-block-video {
	cursor: pointer;
}

.block-builder.block-container .block-vimeo {
	max-width: 750px;
	margin: 20px auto 40px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.block-builder.block-container .block-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.block-builder.full-column .block-text p {
	width: 100vw;
	max-width: 950px;
}

.block-problem-solution {
	background-color: #f5f5f5;
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.block-problem-solution {
		padding: 40px 0px 10px;
	}
}

.block-problem-solution h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	.block-problem-solution h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.block-problem-solution .problem-solution-intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.block-problem-solution .problem-solution-intro .block-ps-bullets-container {
	text-align: left;
	margin-top: 20px;
}

.block-problem-solution .problem-solution-intro .block-ps-bullets-container p {
	margin-top: 15px;
	color: #555;
}

.block-problem-solution .problem-solution-intro .block-ps-bullets-container .block-ps-bullets {
	margin: 30px 0 0px;
}

@media only screen and (max-width: 1100px) {
	.block-problem-solution .problem-solution-intro .block-ps-bullets-container .block-ps-bullets {
		display: block;
		padding: 10px 0px 0;
		margin: 20px 0 20px;
	}
}

.block-problem-solution .problem-solution-intro .block-ps-bullets-container .block-ps-bullets .ps-bullet {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

@media only screen and (max-width: 1100px) {
	.block-problem-solution .problem-solution-intro .block-ps-bullets-container .block-ps-bullets .ps-bullet {
		width: 100%;
		padding-right: 0px;
		text-align: left;
	}
}

.block-problem-solution .problem-solution-intro .block-ps-bullets-container .block-ps-bullets .bullets-title {
	margin-top: 0;
}

.block-problem-solution .problem-solution-intro .block-ps-bullets-container .block-ps-bullets .bullet-text {
	margin-left: 20px;
	font-weight: 600;
}

.block-problem-solution .problem-solution-intro .block-ps-bullets-container .block-ps-bullets .bullet-text p {
	margin-top: 0;
	margin-bottom: 10px;
}

.block-problem-solution .problem-solution-intro .block-ps-bullets-container .block-ps-bullets i {
	font-size: 16px;
	color: #f5be63;
}

.block-problem-solution .challenges-container {
	margin-top: 40px;
}

.block-problem-solution .challenges-container .challenge-container {
	display: flex;
	justify-content: center;
	margin: 5px auto;
	align-items: stretch;
	min-height: 450px;
}

@media only screen and (max-width: 1023px) {
	.block-problem-solution .challenges-container .challenge-container {
		flex-wrap: wrap;
		min-height: auto;
		align-items: center;
		margin-bottom: 15px;
	}
}

.block-problem-solution .challenges-container .challenge-container .challenge-panel {
	width: 50%;
	position: relative;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1023px) {
	.block-problem-solution .challenges-container .challenge-container .challenge-panel {
		width: 100%;
	}
}

.block-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-visual {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

@media only screen and (max-width: 1024px) {
	.block-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-visual {
		background-attachment: scroll;
	}
}

.block-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-visual::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .65);
}

.block-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-copy {
	position: relative;
	padding: 40px;
	text-align: center;
	max-width: 550px;
	margin: 0 auto;
}

.block-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-copy h4 {
	color: #f5be63;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

@media only screen and (max-width: 750px) {
	.block-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-copy h4 {
		font-size: 16px;
	}
}

.block-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-copy h3 {
	margin-top: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
	.block-problem-solution .challenges-container .challenge-container .challenge-panel .challenge-copy h3 {
		font-size: 26px;
		line-height: 34px;
	}
}

.block-problem-solution .challenges-container .challenge-container .challenge-ps {
	width: 50%;
	background-color: #fff;
	padding: 40px 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

@media only screen and (max-width: 1023px) {
	.block-problem-solution .challenges-container .challenge-container .challenge-ps {
		width: 100%;
	}
}

@media only screen and (max-width: 750px) {
	.block-problem-solution .challenges-container .challenge-container .challenge-ps {
		padding: 30px;
	}
}

.block-problem-solution .challenges-container .challenge-container .challenge-ps .c-problem h4 {
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.block-problem-solution .challenges-container .challenge-container .challenge-ps .c-problem p {
	margin-top: 10px;
}

.block-problem-solution .challenges-container .challenge-container .challenge-ps .c-solution {
	margin-top: 35px;
}

@media only screen and (max-width: 750px) {
	.block-problem-solution .challenges-container .challenge-container .challenge-ps .c-solution {
		margin-top: 30px;
	}
}

.block-problem-solution .challenges-container .challenge-container .challenge-ps .c-solution h4 {
	color: #f5be63;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.block-problem-solution .challenges-container .challenge-container .challenge-ps .c-solution p {
	font-weight: 600;
	margin-top: 10px;
}

.block-problem-solution .challenges-container .challenge-container:nth-child(even) .challenge-panel {
	order: 2;
}

@media only screen and (max-width: 1023px) {
	.block-problem-solution .challenges-container .challenge-container:nth-child(even) .challenge-panel {
		order: 0;
	}
}

.block-testimonials {
	float: none;
	overflow: hidden;
	padding-bottom: 20px !important;
}

.block-testimonials.yellow-testimonials {
	background-color: #f5be63;
}

.block-testimonials.yellow-testimonials .tesimonials-container {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/quote-white.png");
}

.block-testimonials.yellow-testimonials .tesimonials-container.nitro-lazy {
	background-image: none !important;
}

.block-testimonials.white-testimonials {
	background-color: #fff;
}

.block-testimonials.white-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer {
	border-color: #ccc;
}

.block-testimonials.light-grey-testimonials {
	background-color: #f5f5f5;
}

.block-testimonials.light-grey-testimonials .tesimonials-inner .tesimonials__reviewer .testimonial-footer {
	border-color: #ccc;
}

.block-testimonials.multiple-t {
	position: relative;
}

@media only screen and (min-width: 1100px) {
	.block-testimonials.multiple-t:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0px;
		content: "";
		z-index: 1;
		width: 15vw;
		height: 100%;
		background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	}
	
	.block-testimonials.multiple-t:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0px;
		content: "";
		z-index: 1;
		width: 15vw;
		height: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	}
}

.block-testimonials .testimonials-disclaimer {
	margin-top: 20px;
	margin-bottom: -40px;
}

.block-testimonials .testimonials-disclaimer p {
	font-size: 13px;
	text-align: center;
	color: #888;
}

.block-testimonials .tesimonials-container {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/quote.png");
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: 11% -15%;
	margin: 0 auto;
	padding: 30px 0 30px 0;
}

.block-testimonials .tesimonials-container.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1100px) {
	.block-testimonials .tesimonials-container {
		background-size: 75px;
	}
}

@media only screen and (max-width: 1024px) {
	.block-testimonials .tesimonials-container {
		background-size: 50px;
		background-position: 0% -3%;
	}
}

.block-testimonials .tesimonials-container .owl-wrapper-outer {
	margin-bottom: 20px;
}

.block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content p {
	font-weight: 500;
	font-size: 28px !important;
	line-height: 38px !important;
}

@media only screen and (max-width: 1100px) {
	.block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 22px !important;
		line-height: 32px !important;
	}
}

@media only screen and (max-width: 640px) {
	.block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
}

.block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content a {
	color: #1a1a1a;
	font-weight: bold;
	text-decoration: underline;
}

.block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content a:hover {
	color: #686868 !important;
}

.block-testimonials .tesimonials-container .tesimonials__reviewer h4 {
	font-size: 16px;
	font-weight: normal;
}

@media only screen and (max-width: 1100px) {
	.block-testimonials .tesimonials-container .tesimonials__reviewer h4 {
		font-size: 14px !important;
	}
}

.block-testimonials .tesimonials-container .testimonial-footer {
	margin: 0;
	max-width: 85%;
	border: 0;
	width: 100%;
}

@media only screen and (max-width: 1300px) {
	.block-testimonials .tesimonials-container .testimonial-footer {
		max-width: 100%;
		width: 100%;
	}
}

.block-testimonials .tesimonials-container .testimonial-footer .testimonial-photo {
	margin-top: 0;
	width: 150px;
	height: 150px;
}

@media only screen and (max-width: 1300px) {
	.block-testimonials .tesimonials-container .testimonial-footer .testimonial-photo {
		width: 110px;
		height: 110px;
	}
}

@media only screen and (max-width: 450px) {
	.block-testimonials .tesimonials-container .testimonial-footer .testimonial-photo {
		width: 90px;
		height: 90px;
	}
}

.block-testimonials .tesimonials-container .testimonial-footer .testimonial-info {
	flex-shrink: 2;
	width: 100%;
	max-width: calc(100% - 180px);
}

@media only screen and (max-width: 1300px) {
	.block-testimonials .tesimonials-container .testimonial-footer .testimonial-info {
		max-width: calc(100% - 130px);
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	.block-testimonials .tesimonials-container .testimonial-footer .testimonial-info {
		max-width: calc(100% - 110px);
		width: 100%;
	}
}

.block-testimonials .tesimonials-container .testimonial-footer .testimonial-info.no-photo {
	max-width: 350px;
}

.block-testimonials .tesimonials-container .testimonial-footer .testimonial-info h4 {
	font-size: 16px;
}

.block-testimonials .tesimonials-container .testimonial-footer .testimonial-info p {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	max-width: 300px;
}

.block-testimonials .tesimonials-container.multi-testimonials {
	background-image: none;
	padding-bottom: 60px;
}

.block-testimonials .tesimonials-container.multi-testimonials.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 1099px) {
	.block-testimonials .tesimonials-container.multi-testimonials {
		padding-bottom: 10px;
	}
}

.block-testimonials .tesimonials-container.multi-testimonials .owl-wrapper-outer {
	overflow: visible;
}

@media only screen and (max-width: 650px) {
	.block-testimonials .tesimonials-container.multi-testimonials .owl-wrapper {
		align-items: flex-start;
	}
}

.block-testimonials .tesimonials-container.multi-testimonials .owl-controls, .block-testimonials .tesimonials-container.multi-testimonials .owl-dots {
	display: none !important;
}

@media only screen and (max-width: 1099px) {
	.block-testimonials .tesimonials-container.multi-testimonials .owl-controls, .block-testimonials .tesimonials-container.multi-testimonials .owl-dots {
		display: block !important;
	}
}

.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner {
	max-width: 85%;
}

@media only screen and (max-width: 650px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner {
		max-width: 88%;
	}
}

.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content {
	background-color: #f5f5f5;
	padding: 40px;
	min-height: 450px;
	position: relative;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1099px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content {
		min-height: 300px;
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 650px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content {
		padding: 40px 20px;
	}
}

.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content p {
	text-align: center;
}

@media only screen and (max-width: 1570px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 22px !important;
		line-height: 28px !important;
	}
}

@media only screen and (max-width: 650px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
}

@media only screen and (max-width: 450px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content p {
		font-size: 16px !important;
		line-height: 22px !important;
	}
}

.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content::before {
	content: "";
	width: calc(100% - 80px);
	height: 100px;
	position: absolute;
	z-index: 1;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/quote.png");
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center 0;
	top: -60px;
}

.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer {
	position: relative;
	z-index: 1;
	margin-top: -40px;
}

@media only screen and (max-width: 450px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer {
		margin-top: 0px;
	}
}

.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer .testimonial-footer {
	margin: 0;
	max-width: 85%;
	border: 0;
}

@media only screen and (max-width: 1300px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer .testimonial-footer {
		max-width: 100%;
		width: 100%;
	}
}

.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer .testimonial-footer .testimonial-photo {
	margin-top: 0;
	width: 150px;
	height: 150px;
}

@media only screen and (max-width: 1300px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer .testimonial-footer .testimonial-photo {
		width: 110px;
		height: 110px;
	}
}

@media only screen and (max-width: 450px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer .testimonial-footer .testimonial-photo {
		width: 90px;
		height: 90px;
	}
}

.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer .testimonial-footer .testimonial-info {
	flex-shrink: 2;
	width: 100%;
	max-width: calc(100% - 180px);
}

@media only screen and (max-width: 1300px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer .testimonial-footer .testimonial-info {
		max-width: calc(100% - 130px);
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer .testimonial-footer .testimonial-info {
		max-width: calc(100% - 110px);
		width: 100%;
	}
}

.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer .testimonial-footer .testimonial-info h4 {
	font-size: 16px;
}

.block-testimonials .tesimonials-container.multi-testimonials .tesimonials-inner .tesimonials__testimonial-content .tesimonials__reviewer .testimonial-footer .testimonial-info p {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	max-width: 300px;
}

.block-testimonials .careers-testimonial-slider-navigation-buttons {
	z-index: 2;
}

.block-testimonials .careers-testimonial-slider-navigation-buttons img {
	max-width: 16px;
}

.block-testimonials .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__next {
	margin-right: 0%;
}

.block-testimonials .careers-testimonial-slider-navigation-buttons .slider-navigation-buttons__prev {
	margin-left: 0%;
}

.testimonials-solutions {
	padding: 0;
	float: none;
	background-color: #f5be63;
}

.testimonials-solutions h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 40px;
	padding: 0 20px;
}

.testimonials-solutions .tesimonials-container {
	margin: 0 auto;
	padding: 60px 0 10px 0;
}

.testimonials-solutions .tesimonials-container .owl-wrapper-outer {
	margin-bottom: 50px;
}

.testimonials-solutions .careers-testimonial-slider-navigation-buttons img {
	max-width: 16px;
}

.block-text-blocks {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.block-text-blocks {
		padding: 40px 0px 10px;
	}
}

.block-text-blocks .block-tb-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.block-text-blocks .block-tb-container .tb-intro {
	width: 40%;
	padding-right: 10%;
}

@media only screen and (max-width: 1100px) {
	.block-text-blocks .block-tb-container .tb-intro {
		width: 35%;
		padding-right: 5%;
	}
}

@media only screen and (max-width: 1024px) {
	.block-text-blocks .block-tb-container .tb-intro {
		width: 100%;
		text-align: center;
		max-width: 600px;
		margin: 0 auto 40px;
		padding-right: 0;
	}
}

.block-text-blocks .block-tb-container .tb-intro h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 46px;
	text-align: left;
}

@media only screen and (max-width: 1440px) {
	.block-text-blocks .block-tb-container .tb-intro h2 {
		font-size: 36px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 767px) {
	.block-text-blocks .block-tb-container .tb-intro h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.block-text-blocks .block-tb-container .block-items {
	width: 60%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1100px) {
	.block-text-blocks .block-tb-container .block-items {
		width: 65%;
	}
}

@media only screen and (max-width: 1024px) {
	.block-text-blocks .block-tb-container .block-items {
		width: 100%;
	}
}

.block-text-blocks .block-tb-container .block-items .block-item {
	width: calc(( 100% - 20px ) / 2);
	padding: 30px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.block-text-blocks .block-tb-container .block-items .block-item {
		width: 100%;
		padding: 15px 20px 5px;
	}
}

.block-text-blocks .block-tb-container .block-items .block-item h3 {
	margin-top: 10px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.block-text-blocks .block-tb-container .block-items .block-item h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.block-text-blocks .block-tb-container .block-items .block-item p {
		font-size: 16px;
		line-height: 24px;
	}
}

.block-text-blocks .block-tb-container .block-items .block-item .f-icon {
	max-width: 100px;
	height: auto;
}

@media only screen and (max-width: 1100px) {
	.block-text-blocks .block-tb-container .block-items .block-item .f-icon {
		max-width: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.block-text-blocks .block-tb-container .block-items .block-item .f-icon {
		max-width: 75px;
	}
}

.block-text-blocks .block-tb-container .block-items .block-item .f-icon img {
	margin-left: -8px;
}

@media only screen and (max-width: 767px) {
	.block-text-blocks .block-tb-container .block-items .block-item .f-icon img {
		margin-left: -6px;
	}
}

.block-text-countdown {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.block-text-countdown {
		padding: 40px 0px 10px;
	}
}

.block-text-countdown h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 40px;
	text-align: left !important;
}

@media only screen and (max-width: 767px) {
	.block-text-countdown h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.block-text-countdown .intro-countdown-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.block-text-countdown .intro-countdown-container .intro-intro {
	width: 50%;
	padding-right: 10%;
}

@media only screen and (max-width: 1024px) {
	.block-text-countdown .intro-countdown-container .intro-intro {
		width: 100%;
		padding-right: 0;
		text-align: center;
		max-width: 650px;
		margin: 20px auto;
	}
}

.block-text-countdown .intro-countdown-container .countdown-container {
	width: 50%;
	padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
	.block-text-countdown .intro-countdown-container .countdown-container {
		width: 100%;
		margin-bottom: 60px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 750px) {
	.block-text-countdown .intro-countdown-container .countdown-container {
		padding: 0;
	}
}

.block-text-countdown .intro-countdown-container .countdown-container h3 {
	font-size: 32px;
	text-align: center;
	line-height: 40px;
	margin-top: 0px;
}

@media only screen and (max-width: 750px) {
	.block-text-countdown .intro-countdown-container .countdown-container h3 {
		font-size: 28px;
		line-height: 36px;
	}
}

.block-text-countdown .intro-countdown-container .countdown-container .countdown-content-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.block-text-countdown .intro-countdown-container .countdown-container .countdown-content-container h4 {
	font-weight: bold;
}

.block-text-countdown .intro-countdown-container .countdown-container .countdown {
	margin: 5px auto 0;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	display: flex;
	justify-content: center;
	row-gap: 20px;
	align-items: flex-start;
	max-width: 550px;
	width: 100%;
}

.block-text-countdown .intro-countdown-container .countdown-container .countdown .num-group {
	width: 132px;
	text-align: center;
}

.block-text-countdown .intro-countdown-container .countdown-container .countdown .number {
	font-size: 70px;
	color: #f5be63;
	font-weight: bold;
}

@media only screen and (max-width: 750px) {
	.block-text-countdown .intro-countdown-container .countdown-container .countdown .number {
		font-size: 50px;
	}
}

.block-text-countdown .intro-countdown-container .countdown-container .countdown .label {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: -10px;
}

@media only screen and (max-width: 750px) {
	.block-text-countdown .intro-countdown-container .countdown-container .countdown .label {
		font-size: 13px;
	}
}

.block-text-media .block-tm-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.block-text-media .block-tm-half {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.block-text-media .block-tm-half {
		width: 100%;
		max-width: 750px;
	}
}

.block-text-media .block-tm-content {
	padding-right: 60px;
	max-width: 650px;
	margin-right: auto;
}

@media only screen and (max-width: 1024px) {
	.block-text-media .block-tm-content {
		order: 1;
		padding-right: 0;
		margin-top: 40px;
		margin-right: 0;
	}
}

.block-text-media .block-tm-content.inverted {
	order: 1;
	padding-right: 0;
	padding-left: 60px;
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (max-width: 1024px) {
	.block-text-media .block-tm-content.inverted {
		order: 1;
		padding-left: 0;
		margin-top: 40px;
		margin-left: 0;
	}
}

.block-text-media .block-tm-content .pre-title {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #f5be63;
	font-weight: 600;
}

.block-text-media .block-tm-content h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 5px;
}

@media only screen and (max-width: 1100px) {
	.block-text-media .block-tm-content h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.block-text-media .block-tm-media img {
	border: 0;
	width: 100%;
	height: auto;
}

.block-text-media .block-tm-media .bgimage {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f5f5f5;
	display: block;
	height: 400px;
}

@media only screen and (max-width: 1023px) {
	.block-text-media .block-tm-media .bgimage {
		margin-right: 0;
		width: 100%;
		height: 150px;
	}
}

.block-text-media .block-tm-media .block-vimeo {
	max-width: 750px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.block-text-media .block-tm-media .block-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.block-title-description {
	background-size: cover;
	background-position: center 15%;
	background-repeat: no-repeat;
}

.block-title-description .block-td-container {
	max-width: calc(50% - 60px);
}

@media only screen and (max-width: 1100px) {
	.block-title-description .block-td-container {
		max-width: 700px;
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.block-title-description .block-td-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.block-title-description .block-td-container h1 {
	margin-top: 10px;
	color: #fff;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.block-title-description .block-td-container h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 10px;
}

@media only screen and (max-width: 1100px) {
	.block-title-description .block-td-container h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

.block-title-description .block-td-container p {
	margin-bottom: 20px;
}

.block-title-description .block-td-container .block-description {
	margin-top: 20px;
}

.block-title-description .block-td-container.white-text {
	color: #fff;
}

.block-title-description .block-td-container.left {
	text-align: left;
}

.block-title-description .block-td-container.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 55%;
}

@media only screen and (max-width: 1100px) {
	.block-title-description .block-td-container.center {
		max-width: 700px;
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.block-title-description .block-td-container.center {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.block-title-description .block-td-container.right {
	text-align: left;
	margin-left: auto;
}

.block-title-description .block-td-container .cta-container {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.block-title-description .block-td-container .btn-default {
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 8px 40px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	margin: 20px 0;
	transition: all .3s ease;
}

.block-title-description .block-td-container .btn-default:hover {
	background-color: #fff;
	color: #1a1a1a;
}

.block-title-description .block-td-container .cta2 {
	padding: 2px 0px;
	margin: 0 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	word-break: keep-all;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.block-title-description .block-td-container .cta2:hover {
	border-bottom: 1px solid #fff;
}

.solutions-features-visual {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	.solutions-features-visual {
		padding: 40px 0px 10px;
	}
}

.solutions-features-visual .features-container .features-intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.solutions-features-visual .features-container .features-intro h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	.solutions-features-visual .features-container .features-intro h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.solutions-features-visual .features-visual {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 60px;
}

@media only screen and (max-width: 1280px) {
	.solutions-features-visual .features-visual {
		flex-wrap: wrap;
	}
}

.solutions-features-visual .features-visual .features-items {
	width: 740px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1570px) {
	.solutions-features-visual .features-visual .features-items {
		padding: 0 0 0 100px;
	}
}

@media only screen and (max-width: 1280px) {
	.solutions-features-visual .features-visual .features-items {
		padding: 0 100px;
		width: 100%;
		max-width: 1480px;
	}
}

@media only screen and (max-width: 1180px) {
	.solutions-features-visual .features-visual .features-items {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 1100px) {
	.solutions-features-visual .features-visual .features-items {
		width: 100%;
	}
}

.solutions-features-visual .features-visual .features-items .feature-item {
	width: calc(( 100% - 20px ) / 2);
	padding: 20px 15px;
	margin-bottom: 20px;
	text-align: center;
}

@media only screen and (max-width: 1280px) {
	.solutions-features-visual .features-visual .features-items .feature-item {
		width: calc(( 100% - 40px ) / 3);
	}
}

@media only screen and (max-width: 960px) {
	.solutions-features-visual .features-visual .features-items .feature-item {
		width: calc(( 100% - 20px ) / 2);
	}
}

@media only screen and (max-width: 640px) {
	.solutions-features-visual .features-visual .features-items .feature-item {
		width: 100%;
		padding: 15px 20px 5px;
	}
}

.solutions-features-visual .features-visual .features-items .feature-item h3 {
	margin-top: 10px;
	font-size: 20px;
	line-height: 26px;
}

@media only screen and (max-width: 1440px) {
	.solutions-features-visual .features-visual .features-items .feature-item h3 {
		font-size: 18px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-features-visual .features-visual .features-items .feature-item h3 {
		font-size: 18px;
	}
}

.solutions-features-visual .features-visual .features-items .feature-item .f-icon {
	max-width: 60px;
	height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	.solutions-features-visual .features-visual .features-items .feature-item .f-icon {
		max-width: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.solutions-features-visual .features-visual .features-items .feature-item .f-icon {
		max-width: 45px;
	}
}

.solutions-features-visual .features-visual .visual-container {
	width: 50%;
}

.solutions-features-visual .features-visual .visual-container img {
	width: 120%;
	max-width: 120%;
	height: auto;
}

@media only screen and (max-width: 1280px) {
	.solutions-features-visual .features-visual .visual-container {
		width: 100%;
		max-width: 650px;
		margin: 40px auto 0;
	}
	
	.solutions-features-visual .features-visual .visual-container img {
		width: 100%;
		max-width: 100%;
	}
}

.solutions-features-visual .features-visual.inverted {
	justify-content: flex-start;
}

.solutions-features-visual .features-visual.inverted .visual-container {
	order: -1;
}

@media only screen and (max-width: 1280px) {
	.solutions-features-visual .features-visual.inverted .visual-container {
		order: 1;
	}
}

.solutions-features-visual .features-visual.inverted .visual-container img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

@media only screen and (max-width: 1570px) {
	.solutions-features-visual .features-visual.inverted .features-items {
		padding: 0 100px 0 0px;
	}
}

@media only screen and (max-width: 1280px) {
	.solutions-features-visual .features-visual.inverted .features-items {
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1180px) {
	.solutions-features-visual .features-visual.inverted .features-items {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 1100px) {
	.solutions-features-visual .features-visual.inverted .features-items {
		width: 100%;
	}
}

.block-video {
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

@media only screen and (max-width: 1024px) {
	.block-video {
		padding: 40px 0px 10px;
	}
}

.block-video .block-video-container {
	box-shadow: inset 0 -120px 0 rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 767px) {
	.block-video .block-video-container {
		padding: 90px 20px 40px;
	}
}

.block-video .block-video-container .video-intro {
	padding: 20px 0 20px;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.block-video .block-video-container .video-intro {
		padding: 20px 30px 0;
	}
}

.block-video .block-video-container .video-intro small {
	font-size: 18px;
	font-weight: 600;
}

.block-video .block-video-container .video-intro h1 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1360px) {
	.block-video .block-video-container .video-intro h1 {
		font-size: 32px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.block-video .block-video-container .video-intro h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

.block-video .block-video-container .video-intro h2 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 20px;
}

@media only screen and (max-width: 1360px) {
	.block-video .block-video-container .video-intro h2 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.block-video .block-video-container .video-intro h2 {
		font-size: 16px;
		line-height: 20px;
	}
}

.block-video .block-video-container .video-intro p {
	color: hsla(0, 0%, 100%, .85);
	font-size: 20px;
	line-height: 26px;
}

@media only screen and (max-width: 1100px) {
	.block-video .block-video-container .video-intro p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.block-video .block-video-container .video-intro p {
		font-size: 18px;
		line-height: 22px;
	}
}

.block-video .block-video-container .video-container {
	max-width: 960px;
	margin: 0 auto 0px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: box-shadow .3s ease;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086);
}

.block-video .block-video-container .video-container.video-overflow {
	margin-bottom: -60px;
}

.block-video .block-video-container .video-container .video-thumbnail {
	max-width: 960px;
	height: auto;
	position: relative;
}

.block-video .block-video-container .video-container .video-thumbnail img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.block-video .block-video-container .video-container .video-thumbnail:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/play-btn.png");
	background-repeat: no-repeat;
	background-size: 110px 110px;
	background-position: center;
	transition: all .3 ease;
	-webkit-transition: all .3s ease;
}

.block-video .block-video-container .video-container .video-thumbnail.show-video-form:before {
	background-color: rgba(0, 0, 0, .95);
	background-image: none;
}

@media only screen and (max-width: 1023px) {
	.block-video .block-video-container .video-container .video-thumbnail.show-video-form {
		display: none;
	}
}

.block-video .block-video-container .video-container .video-inner {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 960px;
	margin: 0 auto;
}

.block-video .block-video-container .video-container .video-inner.show-video-form .form-video {
	visibility: visible;
	opacity: 1;
}

@media only screen and (max-width: 1023px) {
	.block-video .block-video-container .video-container .video-inner {
		position: relative;
		display: none;
		transform: none;
		top: 0;
		left: 0;
		background: #000;
		padding: 30px;
	}
	
	.block-video .block-video-container .video-container .video-inner.show-video-form {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.block-video .block-video-container .video-container .video-inner {
		padding: 0;
	}
}

.block-video .block-video-container .video-container .video-inner .form-video {
	padding: 40px;
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease .5s;
}

@media only screen and (max-width: 767px) {
	.block-video .block-video-container .video-container .video-inner .form-video {
		padding: 20px;
	}
}

.block-video .block-video-container .video-container .video-inner .form-video .form-video-text {
	font-size: 20px;
	color: #f5be63;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	text-align: center;
}

.block-video .block-video-container .video-container .video-inner .form-video .hs-form {
	max-width: 500px;
	margin-top: 30px;
}

@media only screen and (max-width: 567px) {
	.block-video .block-video-container .video-container .video-inner .form-video .hs-form .form-columns-2 .hs-form-field {
		float: none;
		width: 100%;
	}
}

.block-video .block-video-container .video-container .video-inner .form-video .hs-form .input {
	margin: 10px 8px;
}

@media only screen and (max-width: 567px) {
	.block-video .block-video-container .video-container .video-inner .form-video .hs-form .input {
		width: 100%;
		margin-top: 12px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
}

.block-video .block-video-container .video-container .video-inner .form-video .hs-form .input .hs-input {
	width: 100%;
}

@media only screen and (max-width: 567px) {
	.block-video .block-video-container .video-container .video-inner .form-video .hs-form input.hs-input {
		display: block;
	}
}

.block-video .block-video-container .video-container .video-inner .form-video .hs-form .hs-submit .actions {
	text-align: center;
}

.block-video .block-video-container .video-container .video-inner .form-video .form-video-disclaimer {
	max-width: 750px;
	color: #fff;
	margin: 40px auto 0;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	.block-video .block-video-container .video-container .video-inner .form-video .form-video-disclaimer {
		margin: 40px auto 0;
	}
}

.block-video .block-video-container .video-container .video-inner .form-video .form-video-disclaimer p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
	.block-video .block-video-container .video-container .video-inner .form-video .form-video-disclaimer p {
		text-align: center;
	}
}

.block-video .block-video-container .video-container .video-inner .form-video .form-video-disclaimer p a {
	text-decoration: underline;
	color: #f5be63;
}

.block-video .block-video-container .video-container:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12);
}

.block-video .block-video-container .video-container:hover .video-thumbnail:before {
	background-size: 120px 120px;
	background-color: rgba(245, 190, 99, .3);
}

.block-video .block-video-container .video-container:hover .video-thumbnail.show-video-form:before {
	background-color: rgba(0, 0, 0, .95);
}

#five-stages-reconciliation {
	padding: 40px 0px 0px !important;
	margin-bottom: -30px;
	overflow: hidden;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container {
	padding-left: 40px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container {
		padding-left: 0;
		margin-bottom: 0;
	}
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions {
	padding: 30px 40px 30px;
	min-height: 335px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions {
		order: 2;
		height: auto;
		padding: 40px;
	}
}

@media only screen and (max-width: 500px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions {
		padding: 0;
	}
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description {
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #ddd;
	display: flex;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description.active {
	display: flex;
}

@media only screen and (max-width: 1024px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description {
		margin-bottom: 0px;
		border-bottom: none;
		padding-bottom: 20px;
		display: flex !important;
	}
	
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-1-manual {
		background-color: #1d1d1b;
		color: #fff;
	}
	
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-1-manual .stage-name, #five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-1-manual .stage-num {
		color: #fff;
	}
	
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-2-hybrid {
		background-color: #878787;
		color: #fff;
	}
	
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-2-hybrid .stage-name, #five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-2-hybrid .stage-num {
		color: #fff;
	}
	
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-3-centralised {
		background-color: #f8d195;
		color: #000;
	}
	
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-3-centralised .stage-name, #five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-3-centralised .stage-num {
		color: #000;
	}
	
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-4-federated {
		background-color: #f3bd63;
		color: #000;
	}
	
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-4-federated .stage-name, #five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-4-federated .stage-num {
		color: #000;
	}
	
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-5-improvement {
		background-color: #e29636;
		color: #000;
	}
	
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-5-improvement .stage-name, #five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description#step-5-improvement .stage-num {
		color: #000;
	}
}

@media only screen and (max-width: 550px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description {
		align-items: flex-start;
		padding-left: 15px;
	}
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-icon {
	width: 200px;
	height: auto;
}

@media only screen and (max-width: 550px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-icon {
		margin-top: 30px;
		width: 100px;
	}
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-icon .stage-name {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #f5be63;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-icon .stage-num {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 130px;
	font-weight: 400;
	margin-top: -30px;
	color: #f5be63;
}

@media only screen and (max-width: 1024px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-icon .stage-num {
		height: 152px;
	}
}

@media only screen and (max-width: 550px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-icon .stage-num {
		font-size: 90px;
		margin-top: -15px;
	}
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-text-container {
	text-align: left;
	padding-left: 60px;
	width: 100%;
	max-width: 600px;
	border-left: 1px solid rgba(245, 190, 99, .75);
}

@media only screen and (max-width: 1024px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-text-container {
		border-left: none;
		padding-right: 30px;
		padding-top: 25px;
	}
}

@media only screen and (max-width: 550px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-text-container {
		padding-left: 20px;
		padding-right: 15px;
		padding-top: 15px;
	}
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-text-container h3 {
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

@media only screen and (max-width: 550px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-text-container h3 {
		margin-bottom: 15px;
	}
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-text-container p {
	font-size: 18px;
}

@media only screen and (max-width: 550px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-text-container p {
		font-size: 16px;
		line-height: 20px;
	}
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-descriptions .rmm5s-description .description-text-container p.pre-title {
	font-weight: bold;
	margin-bottom: 20px;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps {
	width: 100%;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps {
		display: none;
		order: 1;
	}
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step {
	width: 20%;
	padding: 20px;
	opacity: 1;
	transition: all .4s ease;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	height: 185px;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-1 {
	background-color: #1d1d1b;
	z-index: 5;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-1:before {
	position: absolute;
	transition: all .4s ease;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	background-color: #1d1d1b;
	transform: translate(-100%, 0);
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-1 .step-number {
	color: #fff !important;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-1 .step-name-tab {
	color: #fff !important;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-2 {
	background-color: #878787;
	z-index: 4;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-2 .step-number {
	color: #fff !important;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-2 .step-name-tab {
	color: #fff !important;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-3 {
	background-color: #f8d195;
	z-index: 3;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-4 {
	background-color: #f3bd63;
	z-index: 2;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-5 {
	background-color: #e29636;
	z-index: 1;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step#step-5:after {
	position: absolute;
	transition: all .4s ease;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	background-color: #e29636;
	transform: translate(100%, 0);
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step:hover, #five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step.active, #five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step.hovered {
	height: 220px;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step .step-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	justify-content: center;
	padding-right: 20px;
}

@media only screen and (max-width: 1259px) {
	#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step .step-container {
		width: 100%;
		padding: 0 10px 10px;
	}
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step .step-container .step-number {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 5px;
	width: 100%;
}

#five-stages-reconciliation #RMM-5-steps .rmm5s-container .rmm5s-steps .rmm5s-step .step-container .step-name-tab {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 28px;
	width: 100%;
	color: #000;
}

.block-taxonomy {
	background-color: #f5f5f5;
}

.block-taxonomy .functional-area-container {
	display: flex;
	justify-content: center;
	max-width: 1750px;
	margin: 0 auto 15px;
}

@media only screen and (max-width: 1280px) {
	.block-taxonomy .functional-area-container {
		flex-wrap: wrap;
		max-width: 1050px;
	}
}

@media only screen and (max-width: 790px) {
	.block-taxonomy .functional-area-container {
		max-width: 580px;
	}
}

.block-taxonomy .functional-area-container .functional-area {
	background-color: #fff;
	padding: 5px;
	margin: 5px;
}

@media only screen and (max-width: 790px) {
	.block-taxonomy .functional-area-container .functional-area {
		width: 100%;
		padding-bottom: 20px;
	}
}

.block-taxonomy .functional-area-container .functional-area .fa-name {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
	min-height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container {
	display: grid;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container.tx-1col {
	grid-template-columns: 1fr;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container.tx-2col {
	grid-template-columns: repeat(2, 1fr);
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container.tx-3col {
	grid-template-columns: repeat(3, 1fr);
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container.tx-4col {
	grid-template-columns: repeat(4, 1fr);
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container.tx-5col {
	grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 790px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: stretch;
	}
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam {
	margin: 2px;
}

@media only screen and (max-width: 790px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam {
		max-width: 100%;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
		gap: 5px;
		margin-bottom: 20px;
	}
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .tx-fam-name {
	background-color: #333;
	color: #fff;
	padding: 15px 8px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 16px;
	font-size: 14px;
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 140px;
}

@media only screen and (max-width: 790px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .tx-fam-name {
		max-width: 100%;
		width: 100%;
		min-height: auto;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 790px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case {
		max-width: 275px;
		width: 100%;
		margin-bottom: 0;
		display: flex;
		justify-content: center;
		align-items: stretch;
	}
}

@media only screen and (max-width: 580px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case {
		max-width: calc(50vw - 15px);
	}
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .use-case-name {
	display: block;
	background-color: hsl(37.397260274, 87.9518072289%, 82.4509803922%);
	text-align: center;
	padding: 15px 8px;
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 16px;
	max-width: 140px;
}

@media only screen and (max-width: 790px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .use-case-name {
		max-width: calc(50vw - 15px);
		width: 100%;
		margin-bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .use-case-name:hover {
	background-color: #f5be63;
	cursor: pointer;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal {
	width: 85%;
	max-width: 1000px;
	max-height: 600px;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal.c-modal {
	width: 80%;
	max-width: 1000px;
	display: block !important;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	max-height: 800px;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	z-index: 1500;
}

@media only screen and (max-width: 1000px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal.c-modal {
		width: 90%;
		max-width: 750px;
	}
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .close-modal {
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #000;
	color: #fff;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container {
	display: flex;
	height: auto !important;
}

@media only screen and (max-width: 1000px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container {
		display: block;
	}
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container.modal__content {
	align-items: stretch;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-text {
	width: 60%;
	padding: 60px;
	align-self: center;
}

@media only screen and (max-width: 1000px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-text {
		width: 100%;
		padding: 40px;
	}
}

@media only screen and (max-width: 600px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-text {
		padding: 20px 30px;
		max-height: 400px;
		overflow-y: scroll;
		margin-top: 20px;
	}
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-text.full-width {
	width: 100%;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-text .m-name {
	font-size: 24px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-text p {
	margin-bottom: 15px;
	font-size: 19px;
	line-height: 25px;
}

@media only screen and (max-width: 1000px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-text p {
		font-size: 17px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 600px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-text p {
		font-size: 16px;
	}
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-value {
	width: 40%;
	background-color: #f5f5f5;
	padding: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

@media only screen and (max-width: 1000px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-value {
		width: 100%;
		padding: 40px;
	}
}

@media only screen and (max-width: 600px) {
	.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-value {
		padding: 20px 30px;
		max-height: 400px;
		overflow-y: scroll;
	}
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-value .value-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-value .value-bullet {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-value .value-bullet .bullet-text {
	margin-left: 15px;
	font-size: 18px;
	margin-bottom: 10px;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-value .value-bullet .bullet-text a {
	color: hsl(37.397260274, 87.9518072289%, 52.4509803922%);
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case .modal .modal-container .modal-value .value-bullet i {
	font-size: 16px;
}

.block-taxonomy .functional-area-container .functional-area .tx-fam-container .tx-fam .use-case.is-active>.modal {
	display: block;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

section.block-platform {
	padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
	section.block-platform {
		padding: 40px 0;
	}
}

section.block-platform .platform-intro {
	text-align: center;
}

section.block-platform .platform-intro h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0;
}

section.block-platform .platform-intro .p-text {
	max-width: 750px;
	margin: 0 auto;
}

section.block-platform .platform-intro .p-text a {
	text-decoration: underline;
}

section.block-platform .platform-items {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
	section.block-platform .platform-items {
		flex-wrap: wrap;
		justify-content: center;
	}
}

section.block-platform .platform-items .platform-item {
	width: calc(( 100% - 80px ) / 5);
	padding: 30px;
	text-align: center;
	transition: all .3s ease;
}

@media only screen and (max-width: 1023px) {
	section.block-platform .platform-items .platform-item {
		width: calc(( 100% - 80px ) / 3);
	}
}

@media only screen and (max-width: 768px) {
	section.block-platform .platform-items .platform-item {
		width: calc(( 100% - 40px ) / 3);
	}
}

@media only screen and (max-width: 767px) {
	section.block-platform .platform-items .platform-item {
		width: 100%;
	}
}

section.block-platform .platform-items .platform-item .p-icon {
	max-width: 88px;
	height: auto;
	margin: 0 auto 15px;
}

section.block-platform .platform-items .platform-item h3 {
	font-weight: 600;
}

section.block-platform .platform-items .platform-item:hover {
	background-color: #f5f5f5;
}

section.block-platform .products-intro {
	margin-top: 60px;
}

section.block-platform .products-intro h2 {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0;
	text-align: center;
}

section.block-platform .products-items {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	section.block-platform .products-items {
		flex-wrap: wrap;
	}
}

section.block-platform .products-items .product-item {
	width: calc(( 100% - 20px ) / 2);
	padding: 60px 30px;
	text-align: center;
	transition: all .3s ease;
	background-size: 180%;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	background-color: #e5e5e5;
	box-shadow: 0 0 0 #f5f5f5;
}

@media only screen and (max-width: 1440px) {
	section.block-platform .products-items .product-item {
		background-size: 200%;
		background-position: top right;
	}
}

@media only screen and (max-width: 1023px) {
	section.block-platform .products-items .product-item {
		padding: 40px 10px 30px;
	}
}

@media only screen and (max-width: 767px) {
	section.block-platform .products-items .product-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

section.block-platform .products-items .product-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: hsla(0, 0%, 100%, .75);
	transition: all .3s ease;
}

section.block-platform .products-items .product-item .pr-content {
	height: auto;
	margin: 0 auto 15px;
	position: relative;
	z-index: 1;
}

section.block-platform .products-items .product-item .pr-content h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 20px;
}

section.block-platform .products-items .product-item .pr-content .pr-text {
	padding: 0 30px;
}

section.block-platform .products-items .product-item:hover {
	background-size: 200%;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .024), 0 6.7px 5.3px rgba(0, 0, 0, .038), 0 12.5px 10px rgba(0, 0, 0, .04), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .056);
}

@media only screen and (max-width: 1440px) {
	section.block-platform .products-items .product-item:hover {
		background-size: 220%;
	}
}

section.block-platform .products-items .product-item:hover::before {
	background-color: hsla(0, 0%, 100%, .45);
}

section.block-platform .products-items .product-item:hover .btn-default:hover {
	background-color: #1a1a1a;
}

#cid-site .cid-container {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/custom-layouts/CID2023/CID-bg.jpg");
	background-size: cover;
	padding: 100px 0px;
	background-position: center center;
	background-attachment: fixed;
}

#cid-site .cid-container.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 768px) {
	#cid-site .cid-container {
		padding: 60px 0px;
	}
}

#cid-site .cid-container p {
	color: #bbb;
}

#cid-site .cid-container h2 {
	font-size: 50px;
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
	#cid-site .cid-container h2 {
		font-size: 38px;
		line-height: 46px;
	}
}

@media only screen and (max-width: 768px) {
	#cid-site .cid-container h2 {
		font-size: 32px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container h2 {
		font-size: 26px;
		line-height: 34px;
	}
}

#cid-site .cid-container em {
	font-style: italic;
}

#cid-site .cid-container .neon-border {
	border: 1px solid #f78282;
	border-radius: 0px;
	box-shadow: inset 0 0 20px rgba(238, 83, 83, .7), 0 0 20px rgba(238, 83, 83, .7), 2px 2px 2px #000;
}

#cid-site .cid-container .btn-outline {
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, .5);
}

#cid-site .cid-container .btn-outline:hover {
	color: #f5be63;
	border-color: #f5be63;
}

#cid-site .cid-container .btn-outline-black {
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #333;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #333;
}

#cid-site .cid-container .btn-outline-black:hover {
	color: #000;
	border-color: #000;
}

#cid-site .cid-container .section-half-container {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1024px) {
	#cid-site .cid-container .section-half-container {
		display: block;
		padding: 40px;
	}
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container .section-half-container {
		padding: 25px;
	}
}

#cid-site .cid-container .section-half-container .section-half {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	#cid-site .cid-container .section-half-container .section-half {
		width: 100%;
	}
}

#cid-site .cid-container .section-half-container .section-half .wrapper {
	max-width: 740px;
	width: 100%;
	padding: 60px 90px;
}

@media only screen and (max-width: 1200px) {
	#cid-site .cid-container .section-half-container .section-half .wrapper {
		max-width: 100%;
		padding: 0;
	}
}

#cid-site .cid-container .section-half-container .section-half.section-half-right .wrapper {
	margin-right: auto;
	margin-left: 0;
}

@media only screen and (max-width: 1024px) {
	#cid-site .cid-container .section-half-container .section-half.section-half-right .wrapper {
		margin-right: 0;
	}
}

#cid-site .cid-container .section-half-container .section-half.section-half-left .wrapper {
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (max-width: 1024px) {
	#cid-site .cid-container .section-half-container .section-half.section-half-left .wrapper {
		margin-left: 0;
	}
}

#cid-site .cid-container span.neon {
	display: inline-block;
	color: #565656;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #261414;
}

#cid-site .cid-container .w01 {
	animation: flick01 2s ease 1s 1;
	animation-fill-mode: forwards;
}

#cid-site .cid-container .w02 {
	animation: flick02 2s ease 2s 1;
	animation-fill-mode: forwards;
}

@keyframes flick01 {
	0% {
		color: #565656;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #2b0707;
		text-shadow: none;
	}
	
	10% {
		color: #ffc4cf;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #ee5353;
		text-shadow: 0 0 60px #ee5353, 0 0 50px #ee5353, 0 0 40px #ee5353, 0 0 30px #ee5353, 0 0 20px #ee5353, 0 0 10px #ee5353, 2px 2px 2px #000;
	}
	
	20% {
		color: #565656;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #2b0707;
		text-shadow: none;
	}
	
	30% {
		color: #ffc4cf;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #ee5353;
		text-shadow: 0 0 60px #ee5353, 0 0 50px #ee5353, 0 0 40px #ee5353, 0 0 30px #ee5353, 0 0 20px #ee5353, 0 0 10px #ee5353, 2px 2px 2px #000;
	}
	
	100% {
		color: #ffc4cf;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #ee5353;
		text-shadow: 0 0 60px #ee5353, 0 0 50px #ee5353, 0 0 40px #ee5353, 0 0 30px #ee5353, 0 0 20px #ee5353, 0 0 10px #ee5353, 2px 2px 2px #000;
	}
}

@keyframes flick02 {
	0% {
		color: #565656;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #2b0707;
		text-shadow: none;
	}
	
	10% {
		color: #ffc4cf;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #ee5353;
		text-shadow: 0 0 60px #ee5353, 0 0 50px #ee5353, 0 0 40px #ee5353, 0 0 30px #ee5353, 0 0 20px #ee5353, 0 0 10px #ee5353, 2px 2px 2px #000;
	}
	
	100% {
		color: #ffc4cf;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #ee5353;
		text-shadow: 0 0 60px #ee5353, 0 0 50px #ee5353, 0 0 40px #ee5353, 0 0 30px #ee5353, 0 0 20px #ee5353, 0 0 10px #ee5353, 2px 2px 2px #000;
	}
}

#cid-site .cid-container .cid-header {
	padding: 80px 40px 60px;
	text-align: center;
}

@media only screen and (max-width: 1550px) {
	#cid-site .cid-container .cid-header {
		padding: 40px 40px 40px;
	}
}

@media only screen and (max-width: 768px) {
	#cid-site .cid-container .cid-header {
		padding: 0 0 20px;
	}
}

#cid-site .cid-container .cid-header .cid-pretitle {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	color: #f5be63;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 28px;
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container .cid-header .cid-pretitle {
		font-size: 22px;
		line-height: 26px;
	}
}

#cid-site .cid-container .cid-header h1 {
	margin-top: 80px;
	margin-bottom: 80px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 55px;
	line-height: 62px;
	text-transform: uppercase;
	font-weight: 400;
	animation: blinkFast .0009s infinite alternate;
}

@media only screen and (max-width: 1550px) {
	#cid-site .cid-container .cid-header h1 {
		font-size: 45px;
		line-height: 58px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 768px) {
	#cid-site .cid-container .cid-header h1 {
		font-size: 32px;
		line-height: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container .cid-header h1 {
		font-size: 26px;
		line-height: 34px;
	}
}

#cid-site .cid-container .cid-header .cid-details-container {
	color: #fff;
	font-size: 20px;
}

@media only screen and (max-width: 600px) {
	#cid-site .cid-container .cid-header .cid-details-container {
		font-size: 18px;
	}
}

#cid-site .cid-container .cid-header .cid-details-container .cid-details {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #bbb;
	margin: 5px 0;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}

#cid-site .cid-container .cid-header .cid-details-container .cid-details .divider {
	display: inline-block;
	margin: 0px 30px;
}

#cid-site .cid-container .cid-header .cid-intro {
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #ccc;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1550px) {
	#cid-site .cid-container .cid-header .cid-intro {
		font-size: 20px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container .cid-header .cid-intro {
		font-size: 18px;
		line-height: 26px;
	}
}

#cid-site .cid-container .cid-header .countdown-content-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 40px;
}

#cid-site .cid-container .cid-header .countdown-content-container h4 {
	font-weight: bold;
}

#cid-site .cid-container .cid-header .countdown {
	margin: 5px auto 0;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	display: flex;
	justify-content: center;
	row-gap: 20px;
	align-items: flex-start;
	max-width: 750px;
	width: 100%;
}

#cid-site .cid-container .cid-header .countdown .num-group {
	width: 132px;
	text-align: center;
}

#cid-site .cid-container .cid-header .countdown .number {
	font-size: 70px;
	color: #f5be63;
	font-weight: bold;
}

@media only screen and (max-width: 750px) {
	#cid-site .cid-container .cid-header .countdown .number {
		font-size: 42px;
	}
}

#cid-site .cid-container .cid-header .countdown .label {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: -10px;
	color: #fff;
}

@media only screen and (max-width: 750px) {
	#cid-site .cid-container .cid-header .countdown .label {
		font-size: 13px;
	}
}

#cid-site .cid-container .cid-why-attend {
	background-color: rgba(0, 0, 0, .7);
	margin: 30px;
	color: #fff;
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container .cid-why-attend {
		margin: 10px;
	}
}

#cid-site .cid-container .cid-why-attend h2 {
	margin-top: 0;
	margin-bottom: 25px;
}

#cid-site .cid-container .cid-key-info {
	margin: 30px;
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container .cid-key-info {
		margin: 10px;
	}
}

#cid-site .cid-container .cid-key-info h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

#cid-site .cid-container .cid-key-info .video-container {
	position: relative;
	min-height: 300px;
}

#cid-site .cid-container .cid-key-info .video-container::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .65);
}

#cid-site .cid-container .cid-key-info .video-container .copy-container {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

#cid-site .cid-container .cid-key-info .video-container .copy-container .text-wrapper {
	text-align: center;
	color: #fff;
}

#cid-site .cid-container .cid-key-info .video-container .video-content-container {
	position: relative;
	top: 0;
	width: calc(100vw - 62px);
	padding-bottom: 29%;
	background-color: #000;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	#cid-site .cid-container .cid-key-info .video-container .video-content-container {
		padding: 20%;
	}
}

@media only screen and (max-width: 768px) {
	#cid-site .cid-container .cid-key-info .video-container .video-content-container {
		padding: 25%;
	}
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container .cid-key-info .video-container .video-content-container {
		width: calc(100vw - 20px);
		padding: 44%;
	}
}

#cid-site .cid-container .cid-key-info .video-container .video-content-container iframe#vimeo_player {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	transform: translate(-50%, -50%);
}

#cid-site .cid-container .cid-program {
	margin: 30px;
	padding-top: 100px;
}

@media only screen and (max-width: 768px) {
	#cid-site .cid-container .cid-program {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container .cid-program {
		margin: 10px;
	}
}

#cid-site .cid-container .cid-program h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
	#cid-site .cid-container .cid-program h2 {
		margin-bottom: 40px;
	}
}

#cid-site .cid-container .cid-program h3 {
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	#cid-site .cid-container .cid-program h3 {
		font-size: 26px;
	}
}

#cid-site .cid-container .cid-program h4 {
	font-weight: 600;
	font-size: 18px;
}

#cid-site .cid-container .cid-program a {
	margin-top: 10px;
}

#cid-site .cid-container .cid-program i {
	margin-right: 15px;
}

#cid-site .cid-container .cid-program .section-half-container {
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	#cid-site .cid-container .cid-program .section-half-container {
		display: block;
		padding: 0;
	}
}

#cid-site .cid-container .cid-program .section-half-container .section-half {
	background-color: rgba(17, 17, 17, .65);
	padding: 60px;
	width: calc(50% - 15px);
}

@media only screen and (max-width: 1024px) {
	#cid-site .cid-container .cid-program .section-half-container .section-half {
		width: 100%;
		padding: 40px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container .cid-program .section-half-container .section-half {
		padding: 25px;
	}
}

#cid-site .cid-container .cid-program .section-half-container .section-half ul {
	margin-top: 30px;
	margin-bottom: 30px;
	list-style: none;
	padding-left: 0;
}

#cid-site .cid-container .cid-program .section-half-container .section-half ul li {
	margin: 0 0 10px 0;
	width: 100%;
	padding: 20px;
}

#cid-site .cid-container .cid-program .section-half-container .section-half ul li p {
	margin-bottom: 0;
}

#cid-site .cid-container .cid-program .section-half-container .section-half-left {
	border: 1px solid #ffe2b3;
	box-shadow: inset 0 0 10px #f5be63, 0 0 10px #f5be63, 2px 2px 2px #000;
	color: #ccc;
}

#cid-site .cid-container .cid-program .section-half-container .section-half-left p {
	color: #ccc;
}

#cid-site .cid-container .cid-program .section-half-container .section-half-left ul li {
	background-color: #eee;
}

#cid-site .cid-container .cid-program .section-half-container .section-half-left ul li p {
	color: #333;
}

#cid-site .cid-container .cid-program .section-half-container .section-half-left ul li h4 {
	color: #000;
}

#cid-site .cid-container .cid-program .section-half-container .section-half-right {
	border: 1px solid #f78282;
	box-shadow: inset 0 0 10px rgba(238, 83, 83, .7), 0 0 10px rgba(238, 83, 83, .7), 2px 2px 2px #000;
	color: #ccc;
}

#cid-site .cid-container .cid-program .section-half-container .section-half-right h4 {
	color: #ddd;
}

#cid-site .cid-container .cid-program .section-half-container .section-half-right p {
	color: #ccc;
}

#cid-site .cid-container .cid-program .section-half-container .section-half-right ul li {
	background-color: #2a2a2a;
}

#cid-site .cid-container .cid-program .section-half-container .section-half-right ul li p {
	color: #bbb;
}

#cid-site .cid-container .cid-register-now h2 {
	color: #fff;
	text-align: center;
	margin-top: 120px;
}

@media only screen and (max-width: 580px) {
	#cid-site .cid-container .cid-register-now h2 {
		margin-top: 60px;
	}
}

#cid-site .cid-container .cid-register-now p {
	text-align: center;
	max-width: 850px;
	width: 100%;
	margin: 0 auto 15px;
}

#cid-site .cid-container .cid-register-now .form-content-container {
	margin: 40px auto;
	width: 55%;
}

@media only screen and (max-width: 1100px) {
	#cid-site .cid-container .cid-register-now .form-content-container {
		width: 100%;
	}
}

#cid-site .cid-container .cid-register-now .form-content-container .form-disclaimer {
	margin-top: 30px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-disclaimer p {
	font-size: 13px;
	line-height: 18px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-disclaimer a {
	color: #f5be63;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container {
	color: #ccc;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form {
	max-width: 100%;
	margin: 0px auto 0;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 100%;
	margin: 15px auto;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form form ::placeholder {
	color: #aaa;
	opacity: 1;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form form :-ms-input-placeholder {
	color: #aaa;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form form ::-ms-input-placeholder {
	color: #aaa;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form form .hs-form-field {
	width: 48%;
	margin-bottom: 15px;
}

@media only screen and (max-width: 620px) {
	#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form form .hs-form-field {
		width: 100%;
	}
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .actions {
	padding: 0px;
	margin: 11px 0;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .input {
	margin: 10px 0 5px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs-submit {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs-submit .actions {
	margin-top: 0;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form label {
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs-error-msgs {
	list-style: none;
	margin-bottom: 15px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs-error-msgs li {
	color: red;
	font-size: 14px;
	line-height: 18px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs-error-msgs li label {
	text-transform: unset;
	color: #f5be63;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs_error_rollup {
	display: none;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form input {
	appearance: none;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form input.hs-input {
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #f78282;
	box-shadow: inset 0 0 10px rgba(238, 83, 83, .7), 0 0 10px rgba(238, 83, 83, .7), 2px 2px 2px #000;
	border-radius: 3px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form input.hs-input.error {
	border-color: #f5be63;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs-fieldtype-select .input {
	position: relative;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs-fieldtype-select .input::before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 30px;
	line-height: 32px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #ccc;
	content: "";
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form select {
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 620px;
	height: 40px;
	padding: 9px 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #f78282;
	box-shadow: inset 0 0 10px rgba(238, 83, 83, .7), 0 0 10px rgba(238, 83, 83, .7), 2px 2px 2px #000;
	border-radius: 3px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form select .disabled {
	color: #aaa;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form select.error {
	border-color: #f5be63;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs_dietary_requirements {
	width: 100% !important;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs_dietary_requirements input {
	max-width: 100% !important;
	width: 100% !important;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs_optin {
	width: 100% !important;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs_optin input {
	background-color: rgba(0, 0, 0, .5);
	border: none;
	box-shadow: none;
	border-radius: 3px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs_optin span {
	max-width: 100% !important;
	width: 100% !important;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .hs-fieldtype-checkbox {
	width: 100% !important;
	margin-top: 10px;
	border: 1px solid hsla(0, 0%, 100%, .2);
	background-color: hsla(0, 0%, 100%, .1);
	padding: 15px 25px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .inputs-list {
	color: #fff;
	list-style: none;
	padding-left: 0;
	display: flex;
	width: 100%;
	max-width: 750px;
	justify-content: space-between;
}

@media only screen and (max-width: 620px) {
	#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .inputs-list {
		display: block;
	}
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .inputs-list .hs-form-booleancheckbox-display {
	display: flex;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .inputs-list .hs-form-booleancheckbox-display span {
	max-width: 90%;
	margin-left: 12px;
	font-size: 16px;
	text-transform: none;
	color: #fff;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .inputs-list .hs-form-booleancheckbox-display span span {
	margin-left: 0;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .inputs-list .hs-form-checkbox-display {
	display: flex;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .inputs-list .hs-form-checkbox-display span {
	max-width: 90%;
	margin-left: 12px;
	font-size: 16px;
	text-transform: none;
	color: #fff;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .inputs-list .hs-form-checkbox-display span span {
	margin-left: 0;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form input[type=checkbox] {
	width: 25px !important;
	height: 25px;
	appearance: checkbox;
	margin-left: 0;
	margin-top: 0;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form input[type=submit] {
	background: rgba(0, 0, 0, .7);
	border: 1px solid #f5be63;
	color: #f5be63;
	font-size: 16px;
	line-height: 14px;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	white-space: pre-wrap;
	width: 200px;
	padding: 12px 24px;
	transition: all .5s ease;
	text-align: center;
	position: relative;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form input[type=submit]:hover {
	background: #f5be63;
	color: #000;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .submitted-message {
	color: #f5be63;
	font-size: 18px;
	text-align: center;
	padding: 30px;
	width: 100%;
	border: 1px solid #f5be63;
	margin-top: 25px;
}

#cid-site .cid-container .cid-register-now .form-content-container .form-container .hbspt-form .submitted-message p {
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.features-wrapper {
		padding: 0 5px;
	}
}

.h-description {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 60px;
}

.h-visual {
	background-color: #f8f8f8;
	padding: 40px;
	margin-bottom: 60px;
}

.btn-default {
	margin-top: 20px;
}

.pl-feature-items {
	padding-top: 0px;
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.pl-feature-items {
		box-shadow: none;
		border: 1px solid #eee;
	}
}

.pl-feature-items.has-tabs .ootb-tabcordion--tabs {
	opacity: 1;
	height: auto;
	visibility: visible;
}

.pl-feature-items.has-tabs .custom-ootb-tabcordion--entry {
	overflow: visible;
}

.pl-feature-items.has-tabs .ootb-tabcordion--entry {
	min-height: 0;
}

.pl-feature-items.has-tabs .ootb-tabcordion--entry::before {
	display: none;
}

.pl-feature-items.has-tabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
	opacity: 1;
	transition: opacity 400ms ease-in-out;
}

.pl-feature-items.has-tabs .ootb-tabcordion--entry .ootb-tabcordion--entry-content {
	opacity: 0;
	transition: opacity 400ms ease-in-out;
}

.pl-feature-items.has-tabs .tab-header-mob {
	display: none;
}

.pl-feature-items .ootb-tabcordion--tabs {
	opacity: 0;
	height: 0;
	width: 100%;
	visibility: hidden;
	display: flex;
	flex-flow: wrap;
	margin: 0;
	list-style: none;
	padding: 0;
}

.pl-feature-items .ootb-tabcordion--tabs .tab {
	display: block;
	width: 50%;
	background: #f8f8f8;
	color: #000;
	padding: 20px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	font-family: "Montserrat", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	margin: 0;
	border: none;
	cursor: pointer;
	flex: 1;
}

.pl-feature-items .ootb-tabcordion--tabs .tab:last-child {
	border-right: none;
}

.pl-feature-items .ootb-tabcordion--tabs .new-tab:hover, .pl-feature-items .ootb-tabcordion--tabs .new-tab:focus {
	background: hsl(37.397260274, 87.9518072289%, 95.4509803922%);
	outline: none;
}

.pl-feature-items .ootb-tabcordion--tabs .new-tab.is-active {
	background: #f5be63;
	border-bottom: none;
}

.pl-feature-items .ootb-tabcordion--tabs .new-tab h3 {
	text-transform: uppercase;
	font-weight: 600;
}

.pl-feature-items .ootb-tabcordion--entry {
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
}

@media only screen and (max-width: 1024px) {
	.pl-feature-items .ootb-tabcordion--entry {
		height: 150px;
	}
}

.pl-feature-items .ootb-tabcordion--entry::before {
	position: relative;
	cursor: pointer;
	z-index: 1;
	background: #fafafa;
	color: red;
	padding: 20px;
	display: block;
}

.pl-feature-items .ootb-tabcordion--entry:hover, .pl-feature-items .ootb-tabcordion--entry:focus {
	outline: none;
}

@media only screen and (max-width: 1024px) {
	.pl-feature-items .ootb-tabcordion--entry.is-active {
		height: auto;
	}
}

@media only screen and (max-width: 1024px) {
	.pl-feature-items .ootb-tabcordion--entry.is-active .tab-header-mob {
		background: hsl(37.397260274, 87.9518072289%, 95.4509803922%);
	}
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
	margin-top: 0px;
	height: auto;
	opacity: 1;
	transition: margin 400ms ease-out -100ms;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-icon {
	max-width: 400px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-icon {
		display: none;
	}
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half {
	width: 50%;
	padding: 20px 40px;
}

@media only screen and (max-width: 1180px) {
	.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-icon {
		width: 35%;
	}
	
	.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-text {
		width: 65%;
	}
}

@media only screen and (max-width: 1024px) {
	.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half {
		width: 100%;
		padding: 30px;
	}
	
	.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-text {
		width: 100%;
		padding: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-half.f-text {
		padding: 20px;
	}
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text h4 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text p {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text ul li {
	margin: 6px 0;
	min-height: 35px;
	width: 100%;
	padding-left: 30px;
	align-items: center;
	position: relative;
	line-height: 22px;
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .f-text ul li:before {
	content: "";
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet@2x.png");
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/check-bullet.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: center;
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-new-custom {
	padding: 90px 40px 10px;
}

@media only screen and (max-width: 1024px) {
	.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-new-custom {
		padding: 60px 0 0 0;
	}
}

@media only screen and (max-width: 768px) {
	.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-new-custom {
		padding: 30px;
	}
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-new-custom .block-logos {
	padding: 20px 30px;
}

.pl-feature-items .ootb-tabcordion--entry.is-active .ootb-new-custom .block-3col-container a {
	background-color: #fff;
}

.pl-feature-items .ootb-tabcordion--entry-container {
	overflow: hidden;
	margin-bottom: 1px;
}

.pl-feature-items .ootb-tabcordion--entry-content {
	position: relative;
	margin-top: -100%;
	height: 0;
	opacity: 0;
	transition: margin 500ms ease-in;
	padding: 20px;
}

@media only screen and (max-width: 600px) {
	.pl-feature-items .ootb-tabcordion--entry-content {
		padding: 0;
	}
}

.pl-feature-items .ootb-tabcordion--entry-content a.more {
	color: #000;
}

.pl-feature-items .ootb-tabcordion--entry-content a.more:hover {
	color: #000;
}

.pl-feature-items .tab-header-mob {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 0;
	background-color: #f8f8f8;
	text-align: center;
	border-bottom: 2px solid #eee;
}

.pl-feature-items .tab-header-mob .f-icon {
	width: 80px;
	margin: 20px auto 10px;
	pointer-events: none;
}

.pl-feature-items .tab-header-mob:hover, .pl-feature-items .tab-header-mob:focus {
	outline: none;
}

.pl-feature-items .tabbing-mob {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pl-feature-items .tabbing-mob h3 {
	font-weight: 600;
	text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
	.pl-feature-items .container-mob {
		margin-top: 150px;
	}
}

.pl-feature-items .block-testimonials {
	margin-top: 40px;
}

@media only screen and (max-width: 768px) {
	.pl-feature-items .block-testimonials {
		margin-top: 20px;
	}
}

.pl-feature-items .block-testimonials .tesimonials-container {
	background-image: url("https://cdn-ildiojp.nitrocdn.com/gSTefHfBzVbaVcDJUAEFzAyJuzXFwjgX/assets/images/optimized/rev-82ff832/du.co/wp-content/themes/duco/assets/img/black-quote.png");
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0 auto;
	padding: 90px 0 30px 0;
}

.pl-feature-items .block-testimonials .tesimonials-container.nitro-lazy {
	background-image: none !important;
}

.pl-feature-items .block-testimonials .tesimonials-container .tesimonials-inner {
	max-width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.pl-feature-items .block-testimonials .tesimonials-container .tesimonials-inner {
		max-width: 90%;
	}
}

.pl-feature-items .block-testimonials .tesimonials-container .tesimonials-inner .tesimonials__testimonial-content {
	text-align: center;
}

.pl-feature-items .block-testimonials .tesimonials-container .tesimonials-inner .testimonial-info {
	text-align: center;
}

.pl-feature-items .block-testimonials .tesimonials-container .tesimonials-inner .testimonial-footer {
	margin-top: 0px;
	border: 0;
}

.pl-feature-items .block-logos .logo-items .logo-item {
	width: 20%;
	margin: 30px;
	display: flex;
}

@media only screen and (max-width: 1024px) {
	.pl-feature-items .block-logos .logo-items .logo-item {
		width: 33.3333333333%;
	}
}

.pl-feature-items .careers-testimonial-slider-navigation-buttons {
	left: 0;
	right: 0;
}

@keyframes fill {
	0% {
		height: 0;
	}
	
	100% {
		height: 100%;
	}
}

.timeline-container {
	position: relative;
	width: 100%;
	max-width: 922px;
	margin: 0 auto;
	padding: 20px 0;
}

.timeline-container .timeline-title {
	text-align: center;
	margin-bottom: 117px;
}

.timeline-container .timeline-title h2 {
	font-size: 24px;
	letter-spacing: 2px;
}

.timeline-container .timeline-title p {
	color: #666;
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0 20px 0;
}

.timeline-container .col-button-inner {
	padding-top: 10px;
}

.timeline-container .col-button-inner span {
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
}

.timeline-container .col-button-inner span i {
	margin-left: 10px;
	font-size: 14px;
	color: #f5be63;
}

.timeline-container .timeline {
	opacity: 0;
}

.timeline-container .timeline .timeline-item {
	position: relative;
	width: 100%;
}

.timeline-container .timeline .timeline-item::after {
	content: "";
	display: table;
	clear: both;
}

.timeline-container .timeline .timeline-item::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 178px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 4px solid #000;
	border-radius: 50%;
	z-index: 1;
}

.timeline-container .timeline .timeline-item .timeline-item-date {
	width: auto;
	float: left;
	text-align: left;
	padding-right: 0;
	font-size: 34px;
	font-weight: bold;
	margin-left: 70px;
}

.timeline-container .timeline .timeline-item .timeline-item-content {
	width: 70%;
	float: right;
	padding: 0px 30px;
	border-radius: 6px;
	position: relative;
	transform: translatey(-40px);
	margin-bottom: 100px;
}

.timeline-container .timeline .timeline-item .timeline-item-content h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.timeline-container .timeline .timeline-item .timeline-item-content p {
	margin: 0px 0px 10px 0px;
	text-align: start;
}

.timeline-container .timeline .timeline-item .timeline-item-content .metrics {
	display: flex;
	gap: 20px;
	margin-bottom: 39px;
}

.timeline-container .timeline .timeline-item .timeline-item-content .firm_daytimeline {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	padding: 30px 40px;
	border-radius: 20px;
	max-width: 300px;
	width: 100%;
}

.timeline-container .timeline .timeline-item .timeline-item-content .firm_daytimeline span {
	font-size: 40px;
	font-weight: bold;
	text-align: start;
}

.timeline-container .timeline .timeline-item .timeline-item-content .firm_daytimeline span h4 {
	font-size: 26px;
	line-height: 32px;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: start;
}

.timeline-container .timeline .timeline-item .timeline-item-content .firm_daytimeline span p {
	font-size: 26px;
	line-height: 32px;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: start;
}

.timeline-container .timeline .timeline-item .timeline-item-content .award {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #1a1a1a;
	display: inline-flex;
	gap: 25px;
	align-items: center;
}

.timeline-container .timeline .timeline-item .timeline-item-content .award img {
	width: 40px;
	height: 40px;
}

.timeline-container .timeline .timeline-item .timeline-item-content .timeline-content {
	background-color: #f3bd63;
	padding: 35px;
	border-radius: 20px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	font-family: "Montserrat";
}

.timeline-container .timeline .timeline-item .timeline-item-content .timeline-content .col-button-inner {
	padding-top: 10px;
}

.timeline-container .timeline .timeline-item .timeline-item-content .timeline-content .col-button-inner span {
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
}

.timeline-container .timeline .timeline-item .timeline-item-content .timeline-content .col-button-inner span i {
	margin-left: 10px;
	font-size: 14px;
	color: #000;
}

.timeline-container .timeline .timeline-item .timeline-item-content .timeline-contents {
	background-color: #f3bd63;
	padding: 40px;
	border-radius: 20px;
	font-weight: 700;
	font-family: "Montserrat";
}

.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline {
	background-color: #000;
	color: #fff;
	padding: 30px 40px;
	border-radius: 20px;
	max-width: 300px;
	width: 100%;
}

.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline span {
	font-weight: bold;
	text-align: start;
	line-height: 40px;
}

.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline span h4 {
	font-size: 26px;
	line-height: 32px;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: start;
}

.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline span p {
	font-size: 26px;
	line-height: 32px;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: start;
}

.timeline-container .timeline.active::before {
	background-color: #000;
	height: 100%;
	animation: fill .5s forwards;
}

.timeline-wrapper {
	position: relative;
}

.timeline.active {
	opacity: 1;
}

.timeline.in-view {
	opacity: 1;
}

.timeline .default-line {
	content: "";
	position: absolute;
	left: 178px;
	width: 4px;
	background: #bdc3c7;
	height: 100%;
	top: 0;
}

.timeline .draw-line {
	width: 4px;
	height: 0;
	position: absolute;
	left: 178px;
	background: #000;
	top: 0;
}

.timeline .timeline-item {
	list-style-type: none;
	position: relative;
	width: 50%;
	margin-left: auto;
	height: auto;
	background: rgba(0, 0, 0, 0);
}

.timeline .timeline-item::before {
	content: "";
	position: absolute;
	left: 0%;
	top: 0;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: inherit;
	background: #bdc3c7;
	transition: all .4s ease-in-out;
}

.timeline .timeline-item.in-view {
	transition: .125s ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
}

.timeline .timeline-item.in-view::before {
	content: "";
	position: absolute;
	left: 178px;
	top: 0;
	transform: translateX(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-image: url("https://sg0duxoli5-flywheel.netdna-ssl.com/wp-content/themes/inspired_elearning_theme/images/check-dark.svg");
	background-color: #2ecc71;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	transition: .125s ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
}

@media only screen and (max-width: 991px) {
	.timeline-container .timeline::before {
		left: 22.5%;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-date {
		padding-right: 10px;
		font-size: 26px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content h3 {
		font-size: 20px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_daytimeline span h4 {
		font-size: 35px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_daytimeline span p {
		font-size: 35px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline span {
		font-size: 35px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline span h4 {
		font-size: 35px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline span p {
		font-size: 35px;
	}
}

@media only screen and (max-width: 768px) {
	.timeline-container .timeline::before {
		left: 0;
	}
	
	.timeline-container .timeline .timeline-item {
		padding: 0;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .metrics {
		flex-direction: column;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_daytimeline {
		padding: 20px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_daytimeline span {
		font-size: 20px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_daytimeline span h4 {
		font-size: 20px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_daytimeline span p {
		font-size: 20px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .award {
		font-size: 1.125rem;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .timeline-content {
		padding: 20px;
		font-size: 1.125rem;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .timeline-contents {
		padding: 20px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline {
		padding: 20px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline span {
		font-size: 20px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline span h4 {
		font-size: 20px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .firm_timeline span p {
		font-size: 20px;
	}
}

@media only screen and (max-width: 700px) {
	.timeline-container .timeline .timeline-item .timeline-item-content .award {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .timeline-contents {
		padding: 40px;
	}
	
	.timeline-container .timeline .timeline-item::before {
		left: 160px;
	}
	
	.timeline-container .timeline .draw-line {
		left: 158px;
	}
	
	.timeline-container .timeline .default-line {
		left: 158px;
	}
}

@media screen and (max-width: 576px) {
	.timeline-container .timeline .timeline-item::before {
		left: 30px;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content {
		transform: translatey(0);
		width: 84%;
	}
	
	.timeline-container .timeline .timeline-item .timeline-item-content .timeline-contents {
		padding: 0px;
	}
	
	.timeline-container .timeline .draw-line {
		left: 30px;
	}
	
	.timeline-container .timeline .default-line {
		left: 30px;
	}
}

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

.trade-lifecycle {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px;
	gap: 30px;
}

@media only screen and (max-width: 320px) {
	.trade-lifecycle {
		padding: 20px;
	}
}

.trade-lifecycle .trade-section {
	border: 1px solid #ddd;
	background-color: #fff;
	flex: 0 1 calc(20% - 10px);
	box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
	.trade-lifecycle .trade-section {
		flex: 0 1 calc(31.33% - 10px);
	}
}

@media only screen and (max-width: 800px) {
	.trade-lifecycle .trade-section {
		flex: 0 1 calc(47% - 10px);
	}
}

@media only screen and (max-width: 500px) {
	.trade-lifecycle .trade-section {
		flex: 0 1 100%;
	}
}

.trade-lifecycle .trade-section h2 {
	font-size: 20px;
	color: #f5be63;
	margin: 0;
	text-align: left;
	line-height: 30px;
	font-weight: 900;
	font-family: "Montserrat";
}

.trade-lifecycle .trade-section .accordion-content {
	display: none;
}

.trade-lifecycle .trade-section .accordion-content p {
	margin: 0 0 10px 0;
	padding-left: 23px;
}

.trade-lifecycle .trade-section .trade-block {
	background-color: #000;
	padding: 20px;
	min-height: 147px;
}

.trade-lifecycle .trade-section .trade-block p {
	margin-bottom: 40px;
	color: #f5be63;
	margin: 10px 0 10px 0;
}

.trade-lifecycle .trade-section .accordion {
	border-top: 1px solid #ccc;
	padding: 20px;
	min-height: 200px;
}

.trade-lifecycle .trade-section .accordion a:hover {
	text-decoration: underline;
}

.trade-lifecycle .trade-section .accordion small {
	padding-left: 25px;
}

.trade-lifecycle .trade-section .accordion-item {
	padding: 3px 0;
}

.trade-lifecycle .trade-section .accordion-header {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #000;
	font-size: 16px;
	text-align: left;
	padding: 0px 0;
	width: 100%;
	cursor: pointer;
	outline: none;
	position: relative;
	padding-left: 25px;
	font-family: "Montserrat";
	display: block;
}

.trade-lifecycle .trade-section .accordion-header::before {
	content: "+";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}

.trade-lifecycle .trade-section .accordion-header.active::before {
	content: "-";
}

.is-triggered {
	display: block;
}

.js .js-replaced {
	display: none;
}

.grid-demo .module {
	background: #f2f2f2;
	border: 1px solid #fff;
}

.book-case {
	margin-left: -12px;
}

@media only screen and (min-width: 1025px) {
	.book-case {
		margin-left: -50px;
	}
}

.book-case>* {
	padding-left: 12px;
}

@media only screen and (min-width: 1025px) {
	.book-case>* {
		padding-left: 50px;
	}
}

.book-case::after {
	clear: both;
	content: "";
	display: table;
}

.shelf {
	float: right;
	width: 25%;
}

.book {
	background: red;
}

.loader {
	display: flex;
	margin: 20px auto;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #0a0a0a;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

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

.loading-wrapper {
	clear: both;
	padding: 20px 0 0;
}

.main-wrapper {
	background-image: none !important;
}

.main-wrapper.nitro-lazy {
	background-image: none !important;
}

.basic-content-inner-content table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
	padding: 10px;
}

.basic-content-inner-content ul {
	list-style: inside;
}

.basic-content-inner-content ol {
	list-style: auto;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translateZ(0);
}

[data-aos=fade-up] {
	transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
	transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
	transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
	transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
	transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
	transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
	transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
	transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
	transform: scale(.6);
}

[data-aos=zoom-in-up] {
	transform: translate3d(0, 100px, 0) scale(.6);
}

[data-aos=zoom-in-down] {
	transform: translate3d(0, -100px, 0) scale(.6);
}

[data-aos=zoom-in-right] {
	transform: translate3d(-100px, 0, 0) scale(.6);
}

[data-aos=zoom-in-left] {
	transform: translate3d(100px, 0, 0) scale(.6);
}

[data-aos=zoom-out] {
	transform: scale(1.2);
}

[data-aos=zoom-out-up] {
	transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
	transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
	transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
	transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
	transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	transform: translateZ(0);
}

[data-aos=slide-up] {
	transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
	transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
	transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
	transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
	backface-visibility: hidden;
	transition-property: transform;
}

[data-aos=flip-left] {
	transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
	transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
	transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
	transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
	transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
	transform: perspective(2500px) rotateX(0);
}

/*!
 * Font Awesome Free 6.0.0-beta3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2021 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.fa-xs {
	font-size: .75em;
	line-height: .08333em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	padding: var(--fa-border-padding, .2em .25em .15em);
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em);
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em);
}

.fa-beat {
	-webkit-animation-name: fa-beat;
	animation-name: fa-beat;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-fade {
	-webkit-animation-name: fa-fade;
	animation-name: fa-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade, .fa-fade {
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
	-webkit-animation-name: fa-beat-fade;
	animation-name: fa-beat-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-flip {
	-webkit-animation-name: fa-flip;
	animation-name: fa-flip;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-spin {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 2s);
	animation-duration: var(--fa-animation-duration, 2s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-fade, .fa-flip, .fa-pulse, .fa-spin, .fa-spin-pulse {
		-webkit-animation-delay: -1ms;
		animation-delay: -1ms;
		-webkit-animation-duration: 1ms;
		animation-duration: 1ms;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
	}
}

@-webkit-keyframes fa-beat {
	0%, 90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-beat {
	0%, 90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@-webkit-keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@-webkit-keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@-webkit-keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.fa-rotate-by {
	-webkit-transform: rotate(var(--fa-rotate-angle, none));
	transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-0:before {
	content: "0";
}

.fa-1:before {
	content: "1";
}

.fa-2:before {
	content: "2";
}

.fa-3:before {
	content: "3";
}

.fa-4:before {
	content: "4";
}

.fa-5:before {
	content: "5";
}

.fa-6:before {
	content: "6";
}

.fa-7:before {
	content: "7";
}

.fa-8:before {
	content: "8";
}

.fa-9:before {
	content: "9";
}

.fa-a:before {
	content: "A";
}

.fa-address-book:before, .fa-contact-book:before {
	content: "";
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-double-down:before, .fa-angles-down:before {
	content: "";
}

.fa-angle-double-left:before, .fa-angles-left:before {
	content: "";
}

.fa-angle-double-right:before, .fa-angles-right:before {
	content: "";
}

.fa-angle-double-up:before, .fa-angles-up:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-apple-alt:before, .fa-apple-whole:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
	content: "";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
	content: "";
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
	content: "";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
	content: "";
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
	content: "";
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
	content: "";
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
	content: "";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
	content: "";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
	content: "";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
	content: "";
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
	content: "";
}

.fa-arrow-trend-down:before {
	content: "";
}

.fa-arrow-trend-up:before {
	content: "";
}

.fa-arrow-turn-down:before, .fa-level-down:before {
	content: "";
}

.fa-arrow-turn-up:before, .fa-level-up:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
	content: "";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
	content: "";
}

.fa-arrow-up-from-bracket:before {
	content: "";
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
	content: "";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
	content: "";
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
	content: "";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
	content: "";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-arrows-h:before, .fa-arrows-left-right:before {
	content: "";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
	content: "";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
	content: "";
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
	content: "";
}

.fa-asterisk:before {
	content: "*";
}

.fa-at:before {
	content: "@";
}

.fa-atom:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-austral-sign:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-b:before {
	content: "B";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-backward-fast:before, .fa-fast-backward:before {
	content: "";
}

.fa-backward-step:before, .fa-step-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-baht-sign:before {
	content: "";
}

.fa-ban:before, .fa-cancel:before {
	content: "";
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
	content: "";
}

.fa-band-aid:before, .fa-bandage:before {
	content: "";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before, .fa-navicon:before {
	content: "";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
	content: "";
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
	content: "";
}

.fa-baseball-ball:before, .fa-baseball:before {
	content: "";
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
	content: "";
}

.fa-basketball-ball:before, .fa-basketball:before {
	content: "";
}

.fa-bath:before, .fa-bathtub:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-bed-pulse:before, .fa-procedures:before {
	content: "";
}

.fa-beer-mug-empty:before, .fa-beer:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-concierge:before, .fa-concierge-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-bitcoin-sign:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before, .fa-zap:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-atlas:before, .fa-book-atlas:before {
	content: "";
}

.fa-bible:before, .fa-book-bible:before {
	content: "";
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-open-reader:before, .fa-book-reader:before {
	content: "";
}

.fa-book-quran:before, .fa-quran:before {
	content: "";
}

.fa-book-dead:before, .fa-book-skull:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before, .fa-border-top-left:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-archive:before, .fa-box-archive:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-brazilian-real-sign:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burger:before, .fa-hamburger:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before, .fa-bus-simple:before {
	content: "";
}

.fa-briefcase-clock:before, .fa-business-time:before {
	content: "";
}

.fa-c:before {
	content: "C";
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-alt:before, .fa-calendar-days:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
	content: "";
}

.fa-camera-alt:before, .fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-camera-rotate:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-battery-car:before, .fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-alt:before, .fa-car-rear:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
	content: "";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cedi-sign:before {
	content: "";
}

.fa-cent-sign:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-blackboard:before, .fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
	content: "";
}

.fa-champagne-glasses:before, .fa-glass-cheers:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-area-chart:before, .fa-chart-area:before {
	content: "";
}

.fa-bar-chart:before, .fa-chart-bar:before {
	content: "";
}

.fa-chart-column:before {
	content: "";
}

.fa-chart-gantt:before {
	content: "";
}

.fa-chart-line:before, .fa-line-chart:before {
	content: "";
}

.fa-chart-pie:before, .fa-pie-chart:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-to-slot:before, .fa-vote-yea:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
	content: "";
}

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
	content: "";
}

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
	content: "";
}

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
	content: "";
}

.fa-check-circle:before, .fa-circle-check:before {
	content: "";
}

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
	content: "";
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
	content: "";
}

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
	content: "";
}

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
	content: "";
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
	content: "";
}

.fa-circle-dot:before, .fa-dot-circle:before {
	content: "";
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
	content: "";
}

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
	content: "";
}

.fa-circle-h:before, .fa-hospital-symbol:before {
	content: "";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
	content: "";
}

.fa-circle-info:before, .fa-info-circle:before {
	content: "";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
	content: "";
}

.fa-circle-minus:before, .fa-minus-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-circle-pause:before, .fa-pause-circle:before {
	content: "";
}

.fa-circle-play:before, .fa-play-circle:before {
	content: "";
}

.fa-circle-plus:before, .fa-plus-circle:before {
	content: "";
}

.fa-circle-question:before, .fa-question-circle:before {
	content: "";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
	content: "";
}

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
	content: "";
}

.fa-circle-stop:before, .fa-stop-circle:before {
	content: "";
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
	content: "";
}

.fa-circle-user:before, .fa-user-circle:before {
	content: "";
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clapperboard:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock-four:before, .fa-clock:before {
	content: "";
}

.fa-clock-rotate-left:before, .fa-history:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
	content: "";
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-clover:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-compare:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-code-pull-request:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-colon-sign:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before, .fa-commenting:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comment-sms:before, .fa-sms:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-computer-mouse:before, .fa-mouse:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-credit-card-alt:before, .fa-credit-card:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before, .fa-crop-simple:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-cruzeiro-sign:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-d:before {
	content: "D";
}

.fa-database:before {
	content: "";
}

.fa-backspace:before, .fa-delete-left:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-desktop-alt:before, .fa-desktop:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-diagram-project:before, .fa-project-diagram:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diamond-turn-right:before, .fa-directions:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
	content: "$";
}

.fa-dolly-box:before, .fa-dolly:before {
	content: "";
}

.fa-dong-sign:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
	content: "";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-droplet:before, .fa-tint:before {
	content: "";
}

.fa-droplet-slash:before, .fa-tint-slash:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-e:before {
	content: "E";
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
	content: "";
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
	content: "";
}

.fa-earth-africa:before, .fa-globe-africa:before {
	content: "";
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
	content: "";
}

.fa-earth-asia:before, .fa-globe-asia:before {
	content: "";
}

.fa-earth-europe:before, .fa-globe-europe:before {
	content: "";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elevator:before {
	content: "";
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
	content: "";
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
	content: "";
}

.fa-equals:before {
	content: "=";
}

.fa-eraser:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
	content: "";
}

.fa-exclamation:before {
	content: "!";
}

.fa-expand:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
	content: "";
}

.fa-eye-low-vision:before, .fa-low-vision:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-f:before {
	content: "F";
}

.fa-angry:before, .fa-face-angry:before {
	content: "";
}

.fa-dizzy:before, .fa-face-dizzy:before {
	content: "";
}

.fa-face-flushed:before, .fa-flushed:before {
	content: "";
}

.fa-face-frown:before, .fa-frown:before {
	content: "";
}

.fa-face-frown-open:before, .fa-frown-open:before {
	content: "";
}

.fa-face-grimace:before, .fa-grimace:before {
	content: "";
}

.fa-face-grin:before, .fa-grin:before {
	content: "";
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
	content: "";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
	content: "";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
	content: "";
}

.fa-face-grin-squint:before, .fa-grin-squint:before {
	content: "";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
	content: "";
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
	content: "";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
	content: "";
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
	content: "";
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
	content: "";
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
	content: "";
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
	content: "";
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
	content: "";
}

.fa-face-kiss:before, .fa-kiss:before {
	content: "";
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
	content: "";
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
	content: "";
}

.fa-face-laugh:before, .fa-laugh:before {
	content: "";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
	content: "";
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
	content: "";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
	content: "";
}

.fa-face-meh:before, .fa-meh:before {
	content: "";
}

.fa-face-meh-blank:before, .fa-meh-blank:before {
	content: "";
}

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
	content: "";
}

.fa-face-sad-cry:before, .fa-sad-cry:before {
	content: "";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
	content: "";
}

.fa-face-smile:before, .fa-smile:before {
	content: "";
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
	content: "";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
	content: "";
}

.fa-face-surprise:before, .fa-surprise:before {
	content: "";
}

.fa-face-tired:before, .fa-tired:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before, .fa-feather-pointed:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-arrow-down:before, .fa-file-download:before {
	content: "";
}

.fa-file-arrow-up:before, .fa-file-upload:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-arrow-right-to-file:before, .fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-medical-alt:before, .fa-file-waveform:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-file-archive:before, .fa-file-zipper:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
	content: "";
}

.fa-filter-circle-xmark:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
	content: "";
}

.fa-burn:before, .fa-fire-flame-simple:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-floppy-disk:before, .fa-save:before {
	content: "";
}

.fa-florin-sign:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-football-ball:before, .fa-football:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before, .fa-forward-fast:before {
	content: "";
}

.fa-forward-step:before, .fa-step-forward:before {
	content: "";
}

.fa-franc-sign:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
	content: "";
}

.fa-g:before {
	content: "G";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-dashboard:before, .fa-gauge-high:before, .fa-gauge:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
	content: "";
}

.fa-gauge-simple-high:before, .fa-gauge-simple:before, .fa-tachometer-fast:before, .fa-tachometer:before {
	content: "";
}

.fa-gavel:before, .fa-legal:before {
	content: "";
}

.fa-cog:before, .fa-gear:before {
	content: "";
}

.fa-cogs:before, .fa-gears:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "";
}

.fa-greater-than:before {
	content: ">";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grip-horizontal:before, .fa-grip:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-guarani-sign:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gun:before {
	content: "";
}

.fa-h:before {
	content: "H";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-paper:before, .fa-hand:before {
	content: "";
}

.fa-hand-back-fist:before, .fa-hand-rock:before {
	content: "";
}

.fa-allergies:before, .fa-hand-dots:before {
	content: "";
}

.fa-fist-raised:before, .fa-hand-fist:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
	content: "";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
	content: "";
}

.fa-hands-bubbles:before, .fa-hands-wash:before {
	content: "";
}

.fa-hands-clapping:before {
	content: "";
}

.fa-hands-holding:before {
	content: "";
}

.fa-hands-praying:before, .fa-praying-hands:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
	content: "";
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-drive:before, .fa-hdd:before {
	content: "";
}

.fa-hashtag:before {
	content: "#";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-header:before, .fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before, .fa-heart-crack:before {
	content: "";
}

.fa-heart-pulse:before, .fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before, .fa-hourglass:before {
	content: "";
}

.fa-hourglass-empty:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
	content: "";
}

.fa-home-lg:before, .fa-house-chimney:before {
	content: "";
}

.fa-house-chimney-crack:before, .fa-house-damage:before {
	content: "";
}

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
	content: "";
}

.fa-house-chimney-user:before {
	content: "";
}

.fa-house-crack:before {
	content: "";
}

.fa-house-laptop:before, .fa-laptop-house:before {
	content: "";
}

.fa-house-medical:before {
	content: "";
}

.fa-home-user:before, .fa-house-user:before {
	content: "";
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
	content: "";
}

.fa-i:before {
	content: "I";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-image-portrait:before, .fa-portrait:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-j:before {
	content: "J";
}

.fa-jedi:before {
	content: "";
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-k:before {
	content: "K";
}

.fa-kaaba:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kip-sign:before {
	content: "";
}

.fa-first-aid:before, .fa-kit-medical:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-l:before {
	content: "L";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-lari-sign:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
	content: "";
}

.fa-arrows-alt-h:before, .fa-left-right:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less-than:before {
	content: "<";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list-squares:before, .fa-list:before {
	content: "";
}

.fa-list-check:before, .fa-tasks:before {
	content: "";
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
	content: "";
}

.fa-list-dots:before, .fa-list-ul:before {
	content: "";
}

.fa-litecoin-sign:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-location-crosshairs:before, .fa-location:before {
	content: "";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
	content: "";
}

.fa-location-pin:before, .fa-map-marker:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-m:before {
	content: "M";
}

.fa-magnet:before {
	content: "";
}

.fa-magnifying-glass:before, .fa-search:before {
	content: "";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
	content: "";
}

.fa-magnifying-glass-location:before, .fa-search-location:before {
	content: "";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
	content: "";
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
	content: "";
}

.fa-manat-sign:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-location:before, .fa-map-marked:before {
	content: "";
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-and-venus:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
	content: "";
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
	content: "";
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
	content: "";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
	content: "";
}

.fa-glass-martini:before, .fa-martini-glass-empty:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mask-face:before {
	content: "";
}

.fa-masks-theater:before, .fa-theater-masks:before {
	content: "";
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-comment-alt:before, .fa-message:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
	content: "";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-mill-sign:before {
	content: "";
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
	content: "";
}

.fa-minus:before, .fa-subtract:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mobile-button:before {
	content: "";
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-coffee:before, .fa-mug-saucer:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-n:before {
	content: "N";
}

.fa-naira-sign:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-note-sticky:before, .fa-sticky-note:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-o:before {
	content: "O";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-p:before {
	content: "P";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-panorama:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-file-clipboard:before, .fa-paste:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before, .fa-pen-clip:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
	content: "";
}

.fa-edit:before, .fa-pen-to-square:before {
	content: "";
}

.fa-pencil-alt:before, .fa-pencil:before {
	content: "";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
	content: "";
}

.fa-people-carry-box:before, .fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-percent:before, .fa-percentage:before {
	content: "%";
}

.fa-male:before, .fa-person:before {
	content: "";
}

.fa-biking:before, .fa-person-biking:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
	content: "";
}

.fa-female:before, .fa-person-dress:before {
	content: "";
}

.fa-hiking:before, .fa-person-hiking:before {
	content: "";
}

.fa-person-praying:before, .fa-pray:before {
	content: "";
}

.fa-person-running:before, .fa-running:before {
	content: "";
}

.fa-person-skating:before, .fa-skating:before {
	content: "";
}

.fa-person-skiing:before, .fa-skiing:before {
	content: "";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
	content: "";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
	content: "";
}

.fa-person-swimming:before, .fa-swimmer:before {
	content: "";
}

.fa-person-walking:before, .fa-walking:before {
	content: "";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
	content: "";
}

.fa-peseta-sign:before {
	content: "";
}

.fa-peso-sign:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before, .fa-phone-flip:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
	content: "";
}

.fa-photo-film:before, .fa-photo-video:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-add:before, .fa-plus:before {
	content: "+";
}

.fa-plus-minus:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-bolt:before, .fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-q:before {
	content: "Q";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "?";
}

.fa-quote-left-alt:before, .fa-quote-left:before {
	content: "";
}

.fa-quote-right-alt:before, .fa-quote-right:before {
	content: "";
}

.fa-r:before {
	content: "R";
}

.fa-radiation:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-ad:before, .fa-rectangle-ad:before {
	content: "";
}

.fa-list-alt:before, .fa-rectangle-list:before {
	content: "";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
	content: "";
}

.fa-exchange-alt:before, .fa-right-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
	content: "";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rotate:before, .fa-sync-alt:before {
	content: "";
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
	content: "";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-rupee-sign:before, .fa-rupee:before {
	content: "";
}

.fa-rupiah-sign:before {
	content: "";
}

.fa-s:before {
	content: "S";
}

.fa-sailboat:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-balance-scale:before, .fa-scale-balanced:before {
	content: "";
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
	content: "";
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-torah:before, .fa-torah:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-section:before {
	content: "";
}

.fa-seedling:before, .fa-sprout:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-shapes:before, .fa-triangle-circle-square:before {
	content: "";
}

.fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-share-from-square:before, .fa-share-square:before {
	content: "";
}

.fa-share-alt:before, .fa-share-nodes:before {
	content: "";
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-shield-alt:before, .fa-shield-blank:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shop:before, .fa-store-alt:before {
	content: "";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shrimp:before {
	content: "";
}

.fa-random:before, .fa-shuffle:before {
	content: "";
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
	content: "";
}

.fa-sign-hanging:before, .fa-sign:before {
	content: "";
}

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-map-signs:before, .fa-signs-post:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before, .fa-sliders:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before, .fa-unsorted:before {
	content: "";
}

.fa-sort-desc:before, .fa-sort-down:before {
	content: "";
}

.fa-sort-asc:before, .fa-sort-up:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spoon:before, .fa-utensil-spoon:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
	content: "";
}

.fa-caret-square-down:before, .fa-square-caret-down:before {
	content: "";
}

.fa-caret-square-left:before, .fa-square-caret-left:before {
	content: "";
}

.fa-caret-square-right:before, .fa-square-caret-right:before {
	content: "";
}

.fa-caret-square-up:before, .fa-square-caret-up:before {
	content: "";
}

.fa-check-square:before, .fa-square-check:before {
	content: "";
}

.fa-envelope-square:before, .fa-square-envelope:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-h-square:before, .fa-square-h:before {
	content: "";
}

.fa-minus-square:before, .fa-square-minus:before {
	content: "";
}

.fa-parking:before, .fa-square-parking:before {
	content: "";
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
	content: "";
}

.fa-phone-square:before, .fa-square-phone:before {
	content: "";
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
	content: "";
}

.fa-plus-square:before, .fa-square-plus:before {
	content: "";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
	content: "";
}

.fa-poll:before, .fa-square-poll-vertical:before {
	content: "";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
	content: "";
}

.fa-rss-square:before, .fa-square-rss:before {
	content: "";
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
	content: "";
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
	content: "";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
	content: "";
}

.fa-stairs:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-medkit:before, .fa-suitcase-medical:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-t:before {
	content: "T";
}

.fa-table:before {
	content: "";
}

.fa-table-cells:before, .fa-th:before {
	content: "";
}

.fa-table-cells-large:before, .fa-th-large:before {
	content: "";
}

.fa-columns:before, .fa-table-columns:before {
	content: "";
}

.fa-table-list:before, .fa-th-list:before {
	content: "";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
	content: "";
}

.fa-tablet-button:before {
	content: "";
}

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
	content: "";
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-tenge-sign:before, .fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-remove-format:before, .fa-text-slash:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumb-tack:before, .fa-thumbtack:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
	content: "";
}

.fa-timeline:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before, .fa-train-subway:before {
	content: "";
}

.fa-train-tram:before, .fa-tram:before {
	content: "";
}

.fa-transgender-alt:before, .fa-transgender:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
	content: "";
}

.fa-trash-alt:before, .fa-trash-can:before {
	content: "";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
	content: "";
}

.fa-ambulance:before, .fa-truck-medical:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
	content: "";
}

.fa-teletype:before, .fa-tty:before {
	content: "";
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
	content: "";
}

.fa-level-down-alt:before, .fa-turn-down:before {
	content: "";
}

.fa-level-up-alt:before, .fa-turn-up:before {
	content: "";
}

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
	content: "";
}

.fa-u:before {
	content: "U";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
	content: "";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
	content: "";
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
	content: "";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
	content: "";
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-doctor:before, .fa-user-md:before {
	content: "";
}

.fa-user-cog:before, .fa-user-gear:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-friends:before, .fa-user-group:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-alt:before, .fa-user-large:before {
	content: "";
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-edit:before, .fa-user-pen:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before, .fa-user-xmark:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before, .fa-users-gear:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-cutlery:before, .fa-utensils:before {
	content: "";
}

.fa-v:before {
	content: "V";
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
	content: "";
}

.fa-vault:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-video-camera:before, .fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before, .fa-volleyball:before {
	content: "";
}

.fa-volume-high:before, .fa-volume-up:before {
	content: "";
}

.fa-volume-down:before, .fa-volume-low:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-w:before {
	content: "W";
}

.fa-wallet:before {
	content: "";
}

.fa-magic:before, .fa-wand-magic:before {
	content: "";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weight-scale:before, .fa-weight:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
	content: "";
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
	content: "";
}

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x:before {
	content: "X";
}

.fa-x-ray:before {
	content: "";
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
	content: "";
}

.fa-y:before {
	content: "Y";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-z:before {
	content: "Z";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

:host, :root {
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa-42-group:before, .fa-innosoft:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-bots:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cmplid:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium-m:before, .fa-medium:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack-hash:before, .fa-slack:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-square-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-telegram-plane:before, .fa-telegram:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.fa-regular, .far {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

:host, :root {
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa-solid, .fas {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
