.main-content {
	padding: 0em 0 70px;
}
.banner-hero {
	margin: 0 auto -10em;
}
.features .feature,
.ux-feature {
	margin-bottom: 2.5em;
	text-align: left;
}
#app-tabs .ui-tabs-tab a {
	background: var(--iris);
	letter-spacing: 0px;
	color: var(--whiteSmoke);
	text-decoration: none;
}
#app-tabs .tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#app-tabs .ui-tabs-tab a {
	position: relative;
	-webkit-border-radius: var(--bradius);
	-moz-border-radius: var(--bradius);
	border-radius: var(--bradius);
	text-decoration: none;
	background: var(--whiteSmoke);
	padding: 10px 15px;
	color: var(--regentGray);
	-webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 16%);
	box-shadow: 0px 0px 3px #00000029;
	margin-bottom: 10px;
	font-family: var(--latobold) !important;
	font-size: 18px;
}

#app-tabs .ui-tabs-active a {
	background: var(--iris);
	color: #fff;
}

.item-description p:first-of-type {
	font-size: 20px;
	font-family: var(--latobold) !important;
	margin-bottom: 5px;
	margin-top: 10px;
}

.item-description p:last-of-type,
.item-description p:last-of-type a {
	font-size: 16px;
	line-height: 1.5;
}

#app-tabs img {
	box-shadow: 0px 3px 6px #00000029;
}

.item-description {
	border-left: 3px solid #D2D2D2;
	padding-left: 15px;
	min-height: 110px;
}
.page-template-product-page-tpl .main-content {
	padding-bottom: 0;
}

.page-banner {
	margin-bottom: 7em;
}

.header-btns .login-btn {
	color: #fff !important;
	border-color: #fff !important;
}
.grid {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: minmax(min-content, max-content);
	grid-column-gap: 40px;
	grid-row-gap: 50px;
	margin: 0;
}
.grid .flex {
	flex-direction: column;
}

#experience-the-power-of-the-platform .section-3 {
	max-width: 1260px;
	padding: 0;
}

div.diagram {
	text-align: center;
	margin: 0 auto;
	max-width: 1260px;
}

.diagram .diagram-item {
	position: relative;
}

.diagram .diagram-title {
	max-width: 490px;
	width: 100%;
	margin: 0 auto 16px;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	position: relative;
	cursor: default;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	position: relative;
	z-index: 3;
	font-family: var(--latobold);
}

.diagram > div[class^="diagram-item"]:first-child .diagram-title,
.diagram > div[class^="diagram-item"]:first-child .diagram-title:after {
	background: var(--celeste);
	color: var(--bluelagoon);
}

.diagram .diagram-title:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	border: 1px solid #fff;
	z-index: 1;
	visibility: visible;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.diagram .diagram-title:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.diagram > div[class^="diagram-item"]:first-child .diagram-title,
.diagram > div[class^="diagram-item"]:first-child .diagram-title:after {
	background: var(--celeste);
	color: var(--bluelagoon);
}

.diagram-desc {
	position: absolute;
	max-width: 300px;
	min-width: 300px;
	z-index: 2;
	width: 100%;
	text-align: right;
}

.diagram > div[class^="diagram-item"]:first-child .diagram-desc {
	top: 20%;
	left: 0;
}

.diagram-desc .diagram-desc-icon {
	text-align: center;
	margin-bottom: 8px;
	display: inline-block;
	float: right;
	width: 20%;
}

.diagram-desc-icon-img {
	width: 44px;
	height: 44px;
	margin: 0 auto;
	border: 2px solid var(--denim);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	position: relative;
}

.diagram-desc .diagram-desc-icon img {
	max-width: 27px;
	margin-top: 8px;
}

.diagram-desc-icon-img:before {
	content: '';
	position: absolute;
	top: -5.5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	border: 1px solid #AAD9E6;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.diagram-desc .diagram-text-wrap {
	display: inline-block;
	float: right;
	width: 80%;
}

.diagram > div[class^="diagram-item"]:first-child .diagram-desc:after {
	content: '';
	position: absolute;
	width: 29%;
	height: 3px;
	background: #64BAD2;
	top: 21%;
	right: -27%;
	z-index: -1;
	margin: 0 auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.diagram > div[class^="diagram-item"]:nth-child(3),
.diagram > div[class^="diagram-item"]:nth-child(4) {
	display: inline-block;
}
.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-title,
.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-title:after {
	background: var(--tiffanyblue);
	color: #fff;
}

.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-desc {
	right: 0%;
	top: -100%;
	text-align: left;
}

.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-title {
	background: var(--mpblue);
	color: #fff;
	width: 215px;
	margin-right: 16px;
	position: relative;
	z-index: 3;
}

.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-desc {
	left: -167%;
	top: 20%;
}

.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-title {
	background: var(--mpblue);
	color: #fff;
	width: 260px;
}

.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-desc {
	right: -147%;
	top: 20%;
	text-align: left;
}

.diagram > div[class^="diagram-item"]:nth-child(5) .diagram-title,
.diagram > div[class^="diagram-item"]:nth-child(5) .diagram-title:after {
	background: var(--mblue);
	color: #fff;
}

.diagram > div[class^="diagram-item"]:nth-child(5) .diagram-desc {
	top: 140%;
	left: 0;
}

.diagram > div[class^="diagram-item"]:nth-child(6) .diagram-title,
.diagram > div[class^="diagram-item"]:nth-child(6) .diagram-title:after {
	background: var(--oceanb);
	color: #fff;
}

.diagram > div[class^="diagram-item"]:nth-child(6) .diagram-desc {
	right: 0%;
	top: 30%;
	text-align: left;
}

.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-desc:before {
	content: '';
	position: absolute;
	width: 31%;
	height: 3px;
	background: #64BAD2;
	top: 21%;
	right: -29%;
	z-index: -1;
	margin: 0 auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.diagram > div[class^="diagram-item"]:nth-child(5) .diagram-desc:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 53px;
	background: #64BAD2;
	top: -63%;
	right: 10%;
	z-index: -1;
	margin: 0 auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.diagram > div[class^="diagram-item"]:nth-child(5) .diagram-desc:after {
	content: '';
	position: absolute;
	width: 38%;
	height: 3px;
	background: #64BAD2;
	top: -63%;
	right: -27%;
	z-index: -1;
	margin: 0 auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-desc:before {
	content: '';
	position: absolute;
	width: 114px;
	height: 3px;
	background: #64BAD2;
	top: 114%;
	left: -27%;
	z-index: -1;
	margin: 0 auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-desc:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 58px;
	background: #64BAD2;
	top: 52%;
	left: 10%;
	z-index: -1;
	margin: 0 auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-desc:before {
	content: '';
	position: absolute;
	width: 90px;
	height: 3px;
	background: #64BAD2;
	top: 15%;
	left: -28%;
	z-index: -1;
	margin: 0 auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.diagram > div[class^="diagram-item"]:nth-child(6) .diagram-desc:after {
	content: '';
	position: absolute;
	width: 87px;
	height: 3px;
	background: #64BAD2;
	top: 15%;
	left: -27%;
	z-index: -1;
	margin: 0 auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-desc .diagram-text-wrap,
.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-desc .diagram-desc-icon,
.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-desc .diagram-text-wrap,
.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-desc .diagram-desc-icon,
.diagram > div[class^="diagram-item"]:nth-child(6) .diagram-desc .diagram-text-wrap,
.diagram > div[class^="diagram-item"]:nth-child(6) .diagram-desc .diagram-desc-icon {
	float: left;
}

.diagram-desc .diagram-desc-title {
	color: var(--cinder);
	font-size: 20px;
	margin-bottom: 8px;
	font-family: var(--latobold) !important;
	text-shadow: none;
}

.diagram-desc .diagram-desc-desc {
	font-size: 14px;
	color: var(--charcoal);
	position: relative;
}
.slide_nataliehiggins .author-logo img {
	height: 80px;
}
.slide_hendrikdreyer .author-logo img {
	height: 40px;
}
@media (min-width: 768px) {
	.diagram-desc .diagram-text-wrap {
		padding-right: 0.5rem;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.hidden-sm {
		display: none!important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none!important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none!important;
	}
}

@media (max-width: 1260px) {
	.diagram .diagram-title {
		z-index: 9;
		border: 2px solid #fff;
	}
}

@media (max-width: 1140px) {
	.diagram .diagram-title,
	.diagram-desc .diagram-desc-title {
		font-size: 18px;
	}

	.diagram .diagram-title {
		max-width: 460px;
	}

	.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-title,
	.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-title {
		width: 220px;
	}

	.diagram-desc .diagram-text-wrap {
		width: 70%;
	}

	.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-desc {
		left: -143%;
		top: 12%;
	}

	.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-desc {
		right: -152%;
	}
}

@media (max-width: 1040px) {
	.diagram .diagram-title {
		max-width: 420px;
	}

	.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-title,
	.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-title {
		width: 200px;
	}
}

@media (max-width: 1024px) {
	.diagram .diagram-title {
		max-width: 290px;
	}

	.diagram > div[class^="diagram-item"]:nth-child(3),
	.diagram > div[class^="diagram-item"]:nth-child(4) {
		display: block;
	}

	.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-title,
	.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-title {
		width: 330px;
		margin-right: auto;
	}

	.diagram > div[class^="diagram-item"]:first-child .diagram-desc {
		top: 20%;
		left: 3%;
	}

	.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-desc,
	.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-desc,
	.diagram > div[class^="diagram-item"]:nth-child(6) .diagram-desc {
		right: 3%;
	}

	.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-desc,
	.diagram > div[class^="diagram-item"]:nth-child(5) .diagram-desc {
		left: 3%;
	}
}

@media (max-width: 992px) {
	.grid {grid-template-columns: repeat(2, 1fr);grid-column-gap: 30px;grid-row-gap: 30px;margin: 0 10px;}
}
@media (max-width: 991px) {
	#app-tabs .tabs {width: max-content; margin-bottom:20px;}
	#app-tabs .tabs:::-webkit-scrollbar {display: none;}
	#app-tabs .tabs ul li, #app-tabs .tabs ul li a {display: inline-block;}
	#app-tabs .tabs ul li {margin-right: 10px;}
	#app-tabs .tabs ul li a {margin-bottom:	0;}
	.app-tabs {max-width: 100%;padding: 0 20px;}
	.app-tabs .row > div:first-child {overflow-x: scroll;-ms-overflow-style: none; scrollbar-width: none;}
	.app-tabs .row > div:first-child:focus-visible {outline: none;}
	.app-tabs .row > div:first-child:::-webkit-scrollbar {display: none;}
	::-webkit-scrollbar, *::-webkit-scrollbar {display: none;}
	.item-description {min-height: auto;}
}

@media (max-width: 900px) {
	.diagram-desc .diagram-desc-title {
		font-size: 16px;
	}
	.diagram-desc .diagram-desc-desc {
		font-size: 13px;
	}
	.diagram-desc .diagram-text-wrap {
		width: 80%;
		padding-left: 0.5em;
	}
	.diagram > div[class^="diagram-item"]:first-child .diagram-desc {
		left: 6%;
	} 
	.diagram > div[class^="diagram-item"]:first-child .diagram-desc:after {
		top: 17%;
		width: 24%;
	}
	.diagram-desc {
		max-width: 200px;
		min-width: 200px;
	}
	.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-desc,
	.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-desc,
	.diagram > div[class^="diagram-item"]:nth-child(6) .diagram-desc {
		right: 6%;
	}
	.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-desc:after {
		height: 52px;
		top: 36%;
	}
	.diagram > div[class^="diagram-item"]:nth-child(2) .diagram-desc:before {
		width: 77px;
		top: 75%;
	}
	.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-desc:before,
	.diagram > div[class^="diagram-item"]:nth-child(6) .diagram-desc:after {
		width: 54px;
	}
	.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-desc .diagram-text-wrap,
	.diagram > div[class^="diagram-item"]:nth-child(6) .diagram-desc .diagram-text-wrap {
		padding-right: 0;
	}
	.diagram > div[class^="diagram-item"]:nth-child(5) .diagram-desc:before {
		height: 31px;
		top: -28%;
		right: 8%;
	}
	.diagram > div[class^="diagram-item"]:nth-child(5) .diagram-desc {
		top: 90%;
	}
	.diagram > div[class^="diagram-item"]:nth-child(5) .diagram-desc:after {
		width: 34%;
		top: -28%;
		right: -25%;
	}
	.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-desc:before {
		width: 26%;
		top: 19%;
	}
	.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-desc,
	.diagram > div[class^="diagram-item"]:nth-child(5) .diagram-desc {
		left: 6%;
	}
}

@media (max-width: 769px) {
	div.diagram {
		max-width: 535px;
	}

	.diagram-item {
		padding: 15px;
		background: var(--whiteSmoke);
		margin-bottom: 0.65rem;
	}

	.diagram .diagram-title {
		margin-bottom: 0;
		text-align: left;
		padding: 15px;
		max-width: 100%;
		width: 100%;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}

	.diagram .diagram-item:first-child .diagram-title:before {
		color: var(--bluelagoon);
	}

	.diagram-item.active .diagram-title:after {
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		top: 30%;
	}

	.diagram .diagram-title:after {
		content: '\e96f';
		font-family: 'icomoon' !important;
		position: absolute;
		top: 50%;
		right: 15px;
		left: auto;
		bottom: auto;
		color: #fff;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 0;
		background: transparent;
		font-size: 18px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.diagram .diagram-desc {
		display: none;
	}

	.diagram-desc,
	.diagram-item .diagram-desc-desc {
		padding: 0 20px;
	}

	.diagram-desc,
	.diagram-desc-desc {
		text-align: left;
	}

	.diagram > div[class^="diagram-item"]:nth-child(3) .diagram-title,
	.diagram > div[class^="diagram-item"]:nth-child(4) .diagram-title,
	.diagram-desc {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}

	.diagram-item.active .diagram-desc-desc,
	.diagram-item:hover .diagram-desc-desc {
		overflow: visible;
		margin-top: 15px;
		font-size: 16px;
	}

	.diagram-desc,
	.diagram-item .diagram-desc-desc {
		padding: 0 20px;
	}

	.clearfix:after,
	.diagram-item:after {
		content: " " !important;
		visibility: hidden !important;
		display: block !important;
		height: 0 !important;
		clear: both !important;
	}

	.diagram .diagram-title,
	.diagram-desc .diagram-desc-title {
		font-weight: unset;
		font-family: var(--latobold) !important;
	}
}
@media (max-width: 768px) {
	.grid {display: block;}
	.grid > .flex {display: block;margin-bottom: 30px;}
	.grid > .flex:last-child {margin-bottom: 0;}
	.slide_nataliehiggins .author-logo img {height: 60px;}
}
@media (max-width: 440px) {
	.static-banner {
		padding-top: 6rem;
	}
}

@media (max-width: 350px) {
	.diagram .diagram-title,
	.diagram-desc .diagram-desc-title {
		font-size: 14px;
}
