/*===============================
=            IMPORTS            =
===============================*/
/*! bulma.io v0.9.1 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(359deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(359deg);
	}
}
.breadcrumb, .button, .delete, .file, .is-unselectable, .modal-close, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .tabs {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
	border: 3px solid transparent;
	border-radius: 2px;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: .625em;
	margin-top: -.4375em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	transform-origin: center;
	width: .625em;
}
.block:not(:last-child), .box:not(:last-child), .breadcrumb:not(:last-child), .content:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .message:not(:last-child), .notification:not(:last-child), .pagination:not(:last-child), .progress:not(:last-child), .subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .tabs:not(:last-child), .title:not(:last-child) {
	margin-bottom: 1.5rem;
}
.delete, .modal-close {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(10,10,10,.2);
	border: none;
	border-radius: 290486px;
	cursor: pointer;
	pointer-events: auto;
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 0;
	height: 20px;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	outline: 0;
	position: relative;
	vertical-align: top;
	width: 20px;
}
.delete::after, .delete::before, .modal-close::after, .modal-close::before {
	background-color: #fff;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform-origin: center center;
}
.delete::before, .modal-close::before {
	height: 2px;
	width: 50%;
}
.delete::after, .modal-close::after {
	height: 50%;
	width: 2px;
}
.delete:focus, .delete:hover, .modal-close:focus, .modal-close:hover {
	background-color: rgba(10,10,10,.3);
}
.delete:active, .modal-close:active {
	background-color: rgba(10,10,10,.4);
}
.is-small.delete, .is-small.modal-close {
	height: 16px;
	max-height: 16px;
	max-width: 16px;
	min-height: 16px;
	min-width: 16px;
	width: 16px;
}
.is-medium.delete, .is-medium.modal-close {
	height: 24px;
	max-height: 24px;
	max-width: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px;
}
.is-large.delete, .is-large.modal-close {
	height: 32px;
	max-height: 32px;
	max-width: 32px;
	min-height: 32px;
	min-width: 32px;
	width: 32px;
}
.button.is-loading::after, .control.is-loading::after, .loader, .select.is-loading::after {
	-webkit-animation: spinAround .5s infinite linear;
	animation: spinAround .5s infinite linear;
	border: 2px solid #dbdbdb;
	border-radius: 290486px;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
}
.hero-video, .image.is-16by9 .has-ratio, .image.is-16by9 img, .image.is-1by1 .has-ratio, .image.is-1by1 img, .image.is-1by2 .has-ratio, .image.is-1by2 img, .image.is-1by3 .has-ratio, .image.is-1by3 img, .image.is-2by1 .has-ratio, .image.is-2by1 img, .image.is-2by3 .has-ratio, .image.is-2by3 img, .image.is-3by1 .has-ratio, .image.is-3by1 img, .image.is-3by2 .has-ratio, .image.is-3by2 img, .image.is-3by4 .has-ratio, .image.is-3by4 img, .image.is-3by5 .has-ratio, .image.is-3by5 img, .image.is-4by3 .has-ratio, .image.is-4by3 img, .image.is-4by5 .has-ratio, .image.is-4by5 img, .image.is-5by3 .has-ratio, .image.is-5by3 img, .image.is-5by4 .has-ratio, .image.is-5by4 img, .image.is-9by16 .has-ratio, .image.is-9by16 img, .image.is-square .has-ratio, .image.is-square img, .is-overlay, .modal, .modal-background {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	display: inline-flex;
	font-size: 1rem;
	height: 2.5em;
	justify-content: flex-start;
	line-height: 1.5;
	padding-bottom: calc(.5em - 1px);
	padding-left: calc(.75em - 1px);
	padding-right: calc(.75em - 1px);
	padding-top: calc(.5em - 1px);
	position: relative;
	vertical-align: top;
}
.button:active, .button:focus, .file-cta:active, .file-cta:focus, .file-name:active, .file-name:focus, .input:active, .input:focus, .is-active.button, .is-active.file-cta, .is-active.file-name, .is-active.input, .is-active.pagination-ellipsis, .is-active.pagination-link, .is-active.pagination-next, .is-active.pagination-previous, .is-active.textarea, .is-focused.button, .is-focused.file-cta, .is-focused.file-name, .is-focused.input, .is-focused.pagination-ellipsis, .is-focused.pagination-link, .is-focused.pagination-next, .is-focused.pagination-previous, .is-focused.textarea, .pagination-ellipsis:active, .pagination-ellipsis:focus, .pagination-link:active, .pagination-link:focus, .pagination-next:active, .pagination-next:focus, .pagination-previous:active, .pagination-previous:focus, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .textarea:active, .textarea:focus {
	outline: 0;
}
.button[disabled], .file-cta[disabled], .file-name[disabled], .input[disabled], .pagination-ellipsis[disabled], .pagination-link[disabled], .pagination-next[disabled], .pagination-previous[disabled], .select fieldset[disabled] select, .select select[disabled], .textarea[disabled], fieldset[disabled] .button, fieldset[disabled] .file-cta, fieldset[disabled] .file-name, fieldset[disabled] .input, fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .pagination-link, fieldset[disabled] .pagination-next, fieldset[disabled] .pagination-previous, fieldset[disabled] .select select, fieldset[disabled] .textarea {
	cursor: not-allowed;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}
ul {
	list-style: none;
}
button, input, select, textarea {
	margin: 0;
}
html {
	box-sizing: border-box;
}
*, ::after, ::before {
	box-sizing: inherit;
}
img, video {
	height: auto;
	max-width: 100%;
}
iframe {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
td:not([align]), th:not([align]) {
	text-align: inherit;
}
html {
	background-color: #fff;
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
article, aside, figure, footer, header, hgroup, section {
	display: block;
}
body, button, input, optgroup, select, textarea {
	font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
code, pre {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-family: monospace;
}
body {
	color: #4a4a4a;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
}
a {
	color: #3273dc;
	cursor: pointer;
	text-decoration: none;
}
a strong {
	color: currentColor;
}
a:hover {
	color: #363636;
}
code {
	background-color: #f5f5f5;
	color: #da1039;
	font-size: .875em;
	font-weight: 400;
	padding: .25em .5em .25em;
}
hr {
	background-color: #f5f5f5;
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0;
}
img {
	height: auto;
	max-width: 100%;
}
input[type=checkbox], input[type=radio] {
	vertical-align: baseline;
}
small {
	font-size: .875em;
}
span {
	font-style: inherit;
	font-weight: inherit;
}
strong {
	color: #363636;
	font-weight: 700;
}
fieldset {
	border: none;
}
pre {
	-webkit-overflow-scrolling: touch;
	background-color: #f5f5f5;
	color: #4a4a4a;
	font-size: .875em;
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	white-space: pre;
	word-wrap: normal;
}
pre code {
	background-color: transparent;
	color: currentColor;
	font-size: 1em;
	padding: 0;
}
table td, table th {
	vertical-align: top;
}
table td:not([align]), table th:not([align]) {
	text-align: inherit;
}
table th {
	color: #363636;
}
.box {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
	color: #4a4a4a;
	display: block;
	padding: 1.25rem;
}
a.box:focus, a.box:hover {
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px #3273dc;
}
a.box:active {
	box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #3273dc;
}
.button {
	background-color: #fff;
	border-color: #dbdbdb;
	border-width: 1px;
	color: #363636;
	cursor: pointer;
	justify-content: center;
	padding-bottom: calc(.5em - 1px);
	padding-left: 1em;
	padding-right: 1em;
	padding-top: calc(.5em - 1px);
	text-align: center;
	white-space: nowrap;
}
.button strong {
	color: inherit;
}
.button .icon, .button .icon.is-large, .button .icon.is-medium, .button .icon.is-small {
	height: 1.5em;
	width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
	margin-left: calc(-.5em - 1px);
	margin-right: .25em;
}
.button .icon:last-child:not(:first-child) {
	margin-left: .25em;
	margin-right: calc(-.5em - 1px);
}
.button .icon:first-child:last-child {
	margin-left: calc(-.5em - 1px);
	margin-right: calc(-.5em - 1px);
}
.button.is-hovered, .button:hover {
	border-color: #b5b5b5;
	color: #363636;
}
.button.is-focused, .button:focus {
	border-color: #3273dc;
	color: #363636;
}
.button.is-focused:not(:active), .button:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}
.button.is-active, .button:active {
	border-color: #4a4a4a;
	color: #363636;
}
.button.is-text {
	background-color: transparent;
	border-color: transparent;
	color: #4a4a4a;
	text-decoration: underline;
}
.button.is-text.is-focused, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text:hover {
	background-color: #f5f5f5;
	color: #363636;
}
.button.is-text.is-active, .button.is-text:active {
	background-color: #e8e8e8;
	color: #363636;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.button.is-white {
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a;
}
.button.is-white.is-hovered, .button.is-white:hover {
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a;
}
.button.is-white.is-focused, .button.is-white:focus {
	border-color: transparent;
	color: #0a0a0a;
}
.button.is-white.is-focused:not(:active), .button.is-white:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(255,255,255,.25);
}
.button.is-white.is-active, .button.is-white:active {
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a;
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
}
.button.is-white.is-inverted {
	background-color: #0a0a0a;
	color: #fff;
}
.button.is-white.is-inverted.is-hovered, .button.is-white.is-inverted:hover {
	background-color: #000;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
	background-color: #0a0a0a;
	border-color: transparent;
	box-shadow: none;
	color: #fff;
}
.button.is-white.is-loading::after {
	border-color: transparent transparent #0a0a0a #0a0a0a!important;
}
.button.is-white.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.is-white.is-outlined.is-focused, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a;
}
.button.is-white.is-outlined.is-loading::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-white.is-outlined.is-loading.is-focused::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #0a0a0a #0a0a0a!important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-white.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	color: #0a0a0a;
}
.button.is-white.is-inverted.is-outlined.is-focused, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined:hover {
	background-color: #0a0a0a;
	color: #fff;
}
.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	box-shadow: none;
	color: #0a0a0a;
}
.button.is-black {
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff;
}
.button.is-black.is-hovered, .button.is-black:hover {
	background-color: #040404;
	border-color: transparent;
	color: #fff;
}
.button.is-black.is-focused, .button.is-black:focus {
	border-color: transparent;
	color: #fff;
}
.button.is-black.is-focused:not(:active), .button.is-black:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
}
.button.is-black.is-active, .button.is-black:active {
	background-color: #000;
	border-color: transparent;
	color: #fff;
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
	background-color: #0a0a0a;
	border-color: transparent;
	box-shadow: none;
}
.button.is-black.is-inverted {
	background-color: #fff;
	color: #0a0a0a;
}
.button.is-black.is-inverted.is-hovered, .button.is-black.is-inverted:hover {
	background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #0a0a0a;
}
.button.is-black.is-loading::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-black.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	color: #0a0a0a;
}
.button.is-black.is-outlined.is-focused, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined:hover {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff;
}
.button.is-black.is-outlined.is-loading::after {
	border-color: transparent transparent #0a0a0a #0a0a0a!important;
}
.button.is-black.is-outlined.is-loading.is-focused::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	box-shadow: none;
	color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.is-black.is-inverted.is-outlined.is-focused, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #0a0a0a #0a0a0a!important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-light {
	background-color: #f5f5f5;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-light.is-hovered, .button.is-light:hover {
	background-color: #eee;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-light.is-focused, .button.is-light:focus {
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-light.is-focused:not(:active), .button.is-light:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(245,245,245,.25);
}
.button.is-light.is-active, .button.is-light:active {
	background-color: #e8e8e8;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
	background-color: #f5f5f5;
	border-color: transparent;
	box-shadow: none;
}
.button.is-light.is-inverted {
	background-color: rgba(0,0,0,.7);
	color: #f5f5f5;
}
.button.is-light.is-inverted.is-hovered, .button.is-light.is-inverted:hover {
	background-color: rgba(0,0,0,.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
	background-color: rgba(0,0,0,.7);
	border-color: transparent;
	box-shadow: none;
	color: #f5f5f5;
}
.button.is-light.is-loading::after {
	border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important;
}
.button.is-light.is-outlined {
	background-color: transparent;
	border-color: #f5f5f5;
	color: #f5f5f5;
}
.button.is-light.is-outlined.is-focused, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined:hover {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0,0,0,.7);
}
.button.is-light.is-outlined.is-loading::after {
	border-color: transparent transparent #f5f5f5 #f5f5f5!important;
}
.button.is-light.is-outlined.is-loading.is-focused::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading:hover::after {
	border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
	background-color: transparent;
	border-color: #f5f5f5;
	box-shadow: none;
	color: #f5f5f5;
}
.button.is-light.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0,0,0,.7);
	color: rgba(0,0,0,.7);
}
.button.is-light.is-inverted.is-outlined.is-focused, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined:hover {
	background-color: rgba(0,0,0,.7);
	color: #f5f5f5;
}
.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #f5f5f5 #f5f5f5!important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0,0,0,.7);
	box-shadow: none;
	color: rgba(0,0,0,.7);
}
.button.is-dark {
	background-color: #363636;
	border-color: transparent;
	color: #fff;
}
.button.is-dark.is-hovered, .button.is-dark:hover {
	background-color: #2f2f2f;
	border-color: transparent;
	color: #fff;
}
.button.is-dark.is-focused, .button.is-dark:focus {
	border-color: transparent;
	color: #fff;
}
.button.is-dark.is-focused:not(:active), .button.is-dark:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
}
.button.is-dark.is-active, .button.is-dark:active {
	background-color: #292929;
	border-color: transparent;
	color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
	background-color: #363636;
	border-color: transparent;
	box-shadow: none;
}
.button.is-dark.is-inverted {
	background-color: #fff;
	color: #363636;
}
.button.is-dark.is-inverted.is-hovered, .button.is-dark.is-inverted:hover {
	background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #363636;
}
.button.is-dark.is-loading::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-dark.is-outlined {
	background-color: transparent;
	border-color: #363636;
	color: #363636;
}
.button.is-dark.is-outlined.is-focused, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined:hover {
	background-color: #363636;
	border-color: #363636;
	color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
	border-color: transparent transparent #363636 #363636!important;
}
.button.is-dark.is-outlined.is-loading.is-focused::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
	background-color: transparent;
	border-color: #363636;
	box-shadow: none;
	color: #363636;
}
.button.is-dark.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.is-dark.is-inverted.is-outlined.is-focused, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #363636;
}
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #363636 #363636!important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-primary {
	background-color: #00d1b2;
	border-color: transparent;
	color: #fff;
}
.button.is-primary.is-hovered, .button.is-primary:hover {
	background-color: #00c4a7;
	border-color: transparent;
	color: #fff;
}
.button.is-primary.is-focused, .button.is-primary:focus {
	border-color: transparent;
	color: #fff;
}
.button.is-primary.is-focused:not(:active), .button.is-primary:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(0,209,178,.25);
}
.button.is-primary.is-active, .button.is-primary:active {
	background-color: #00b89c;
	border-color: transparent;
	color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
	background-color: #00d1b2;
	border-color: transparent;
	box-shadow: none;
}
.button.is-primary.is-inverted {
	background-color: #fff;
	color: #00d1b2;
}
.button.is-primary.is-inverted.is-hovered, .button.is-primary.is-inverted:hover {
	background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #00d1b2;
}
.button.is-primary.is-loading::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-primary.is-outlined {
	background-color: transparent;
	border-color: #00d1b2;
	color: #00d1b2;
}
.button.is-primary.is-outlined.is-focused, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined:hover {
	background-color: #00d1b2;
	border-color: #00d1b2;
	color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
	border-color: transparent transparent #00d1b2 #00d1b2!important;
}
.button.is-primary.is-outlined.is-loading.is-focused::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
	background-color: transparent;
	border-color: #00d1b2;
	box-shadow: none;
	color: #00d1b2;
}
.button.is-primary.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.is-primary.is-inverted.is-outlined.is-focused, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #00d1b2;
}
.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #00d1b2 #00d1b2!important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-primary.is-light {
	background-color: #ebfffc;
	color: #00947e;
}
.button.is-primary.is-light.is-hovered, .button.is-primary.is-light:hover {
	background-color: #defffa;
	border-color: transparent;
	color: #00947e;
}
.button.is-primary.is-light.is-active, .button.is-primary.is-light:active {
	background-color: #d1fff8;
	border-color: transparent;
	color: #00947e;
}
.button.is-link {
	background-color: #3273dc;
	border-color: transparent;
	color: #fff;
}
.button.is-link.is-hovered, .button.is-link:hover {
	background-color: #276cda;
	border-color: transparent;
	color: #fff;
}
.button.is-link.is-focused, .button.is-link:focus {
	border-color: transparent;
	color: #fff;
}
.button.is-link.is-focused:not(:active), .button.is-link:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}
.button.is-link.is-active, .button.is-link:active {
	background-color: #2366d1;
	border-color: transparent;
	color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
	background-color: #3273dc;
	border-color: transparent;
	box-shadow: none;
}
.button.is-link.is-inverted {
	background-color: #fff;
	color: #3273dc;
}
.button.is-link.is-inverted.is-hovered, .button.is-link.is-inverted:hover {
	background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #3273dc;
}
.button.is-link.is-loading::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-link.is-outlined {
	background-color: transparent;
	border-color: #3273dc;
	color: #3273dc;
}
.button.is-link.is-outlined.is-focused, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined:hover {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
	border-color: transparent transparent #3273dc #3273dc!important;
}
.button.is-link.is-outlined.is-loading.is-focused::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
	background-color: transparent;
	border-color: #3273dc;
	box-shadow: none;
	color: #3273dc;
}
.button.is-link.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.is-link.is-inverted.is-outlined.is-focused, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #3273dc;
}
.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #3273dc #3273dc!important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-link.is-light {
	background-color: #eef3fc;
	color: #2160c4;
}
.button.is-link.is-light.is-hovered, .button.is-link.is-light:hover {
	background-color: #e3ecfa;
	border-color: transparent;
	color: #2160c4;
}
.button.is-link.is-light.is-active, .button.is-link.is-light:active {
	background-color: #d8e4f8;
	border-color: transparent;
	color: #2160c4;
}
.button.is-info {
	background-color: #3298dc;
	border-color: transparent;
	color: #fff;
}
.button.is-info.is-hovered, .button.is-info:hover {
	background-color: #2793da;
	border-color: transparent;
	color: #fff;
}
.button.is-info.is-focused, .button.is-info:focus {
	border-color: transparent;
	color: #fff;
}
.button.is-info.is-focused:not(:active), .button.is-info:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(50,152,220,.25);
}
.button.is-info.is-active, .button.is-info:active {
	background-color: #238cd1;
	border-color: transparent;
	color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
	background-color: #3298dc;
	border-color: transparent;
	box-shadow: none;
}
.button.is-info.is-inverted {
	background-color: #fff;
	color: #3298dc;
}
.button.is-info.is-inverted.is-hovered, .button.is-info.is-inverted:hover {
	background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #3298dc;
}
.button.is-info.is-loading::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-info.is-outlined {
	background-color: transparent;
	border-color: #3298dc;
	color: #3298dc;
}
.button.is-info.is-outlined.is-focused, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined:hover {
	background-color: #3298dc;
	border-color: #3298dc;
	color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
	border-color: transparent transparent #3298dc #3298dc!important;
}
.button.is-info.is-outlined.is-loading.is-focused::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
	background-color: transparent;
	border-color: #3298dc;
	box-shadow: none;
	color: #3298dc;
}
.button.is-info.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.is-info.is-inverted.is-outlined.is-focused, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #3298dc;
}
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #3298dc #3298dc!important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-info.is-light {
	background-color: #eef6fc;
	color: #1d72aa;
}
.button.is-info.is-light.is-hovered, .button.is-info.is-light:hover {
	background-color: #e3f1fa;
	border-color: transparent;
	color: #1d72aa;
}
.button.is-info.is-light.is-active, .button.is-info.is-light:active {
	background-color: #d8ebf8;
	border-color: transparent;
	color: #1d72aa;
}
.button.is-success {
	background-color: #48c774;
	border-color: transparent;
	color: #fff;
}
.button.is-success.is-hovered, .button.is-success:hover {
	background-color: #3ec46d;
	border-color: transparent;
	color: #fff;
}
.button.is-success.is-focused, .button.is-success:focus {
	border-color: transparent;
	color: #fff;
}
.button.is-success.is-focused:not(:active), .button.is-success:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(72,199,116,.25);
}
.button.is-success.is-active, .button.is-success:active {
	background-color: #3abb67;
	border-color: transparent;
	color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
	background-color: #48c774;
	border-color: transparent;
	box-shadow: none;
}
.button.is-success.is-inverted {
	background-color: #fff;
	color: #48c774;
}
.button.is-success.is-inverted.is-hovered, .button.is-success.is-inverted:hover {
	background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #48c774;
}
.button.is-success.is-loading::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-success.is-outlined {
	background-color: transparent;
	border-color: #48c774;
	color: #48c774;
}
.button.is-success.is-outlined.is-focused, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined:hover {
	background-color: #48c774;
	border-color: #48c774;
	color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
	border-color: transparent transparent #48c774 #48c774!important;
}
.button.is-success.is-outlined.is-loading.is-focused::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
	background-color: transparent;
	border-color: #48c774;
	box-shadow: none;
	color: #48c774;
}
.button.is-success.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.is-success.is-inverted.is-outlined.is-focused, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #48c774;
}
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #48c774 #48c774!important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-success.is-light {
	background-color: #effaf3;
	color: #257942;
}
.button.is-success.is-light.is-hovered, .button.is-success.is-light:hover {
	background-color: #e6f7ec;
	border-color: transparent;
	color: #257942;
}
.button.is-success.is-light.is-active, .button.is-success.is-light:active {
	background-color: #dcf4e4;
	border-color: transparent;
	color: #257942;
}
.button.is-warning {
	background-color: #ffdd57;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-warning.is-hovered, .button.is-warning:hover {
	background-color: #ffdb4a;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-warning.is-focused, .button.is-warning:focus {
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-warning.is-focused:not(:active), .button.is-warning:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(255,221,87,.25);
}
.button.is-warning.is-active, .button.is-warning:active {
	background-color: #ffd83d;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
	background-color: #ffdd57;
	border-color: transparent;
	box-shadow: none;
}
.button.is-warning.is-inverted {
	background-color: rgba(0,0,0,.7);
	color: #ffdd57;
}
.button.is-warning.is-inverted.is-hovered, .button.is-warning.is-inverted:hover {
	background-color: rgba(0,0,0,.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
	background-color: rgba(0,0,0,.7);
	border-color: transparent;
	box-shadow: none;
	color: #ffdd57;
}
.button.is-warning.is-loading::after {
	border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important;
}
.button.is-warning.is-outlined {
	background-color: transparent;
	border-color: #ffdd57;
	color: #ffdd57;
}
.button.is-warning.is-outlined.is-focused, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined:hover {
	background-color: #ffdd57;
	border-color: #ffdd57;
	color: rgba(0,0,0,.7);
}
.button.is-warning.is-outlined.is-loading::after {
	border-color: transparent transparent #ffdd57 #ffdd57!important;
}
.button.is-warning.is-outlined.is-loading.is-focused::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading:hover::after {
	border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
	background-color: transparent;
	border-color: #ffdd57;
	box-shadow: none;
	color: #ffdd57;
}
.button.is-warning.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0,0,0,.7);
	color: rgba(0,0,0,.7);
}
.button.is-warning.is-inverted.is-outlined.is-focused, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined:hover {
	background-color: rgba(0,0,0,.7);
	color: #ffdd57;
}
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #ffdd57 #ffdd57!important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0,0,0,.7);
	box-shadow: none;
	color: rgba(0,0,0,.7);
}
.button.is-warning.is-light {
	background-color: #fffbeb;
	color: #947600;
}
.button.is-warning.is-light.is-hovered, .button.is-warning.is-light:hover {
	background-color: #fff8de;
	border-color: transparent;
	color: #947600;
}
.button.is-warning.is-light.is-active, .button.is-warning.is-light:active {
	background-color: #fff6d1;
	border-color: transparent;
	color: #947600;
}
.button.is-danger {
	background-color: #f14668;
	border-color: transparent;
	color: #fff;
}
.button.is-danger.is-hovered, .button.is-danger:hover {
	background-color: #f03a5f;
	border-color: transparent;
	color: #fff;
}
.button.is-danger.is-focused, .button.is-danger:focus {
	border-color: transparent;
	color: #fff;
}
.button.is-danger.is-focused:not(:active), .button.is-danger:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(241,70,104,.25);
}
.button.is-danger.is-active, .button.is-danger:active {
	background-color: #ef2e55;
	border-color: transparent;
	color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
	background-color: #f14668;
	border-color: transparent;
	box-shadow: none;
}
.button.is-danger.is-inverted {
	background-color: #fff;
	color: #f14668;
}
.button.is-danger.is-inverted.is-hovered, .button.is-danger.is-inverted:hover {
	background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #f14668;
}
.button.is-danger.is-loading::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-danger.is-outlined {
	background-color: transparent;
	border-color: #f14668;
	color: #f14668;
}
.button.is-danger.is-outlined.is-focused, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined:hover {
	background-color: #f14668;
	border-color: #f14668;
	color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
	border-color: transparent transparent #f14668 #f14668!important;
}
.button.is-danger.is-outlined.is-loading.is-focused::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff!important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
	background-color: transparent;
	border-color: #f14668;
	box-shadow: none;
	color: #f14668;
}
.button.is-danger.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.is-danger.is-inverted.is-outlined.is-focused, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #f14668;
}
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #f14668 #f14668!important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-danger.is-light {
	background-color: #feecf0;
	color: #cc0f35;
}
.button.is-danger.is-light.is-hovered, .button.is-danger.is-light:hover {
	background-color: #fde0e6;
	border-color: transparent;
	color: #cc0f35;
}
.button.is-danger.is-light.is-active, .button.is-danger.is-light:active {
	background-color: #fcd4dc;
	border-color: transparent;
	color: #cc0f35;
}
.button.is-small {
	border-radius: 2px;
	font-size: .75rem;
}
.button.is-normal {
	font-size: 1rem;
}
.button.is-medium {
	font-size: 1.25rem;
}
.button.is-large {
	font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
	background-color: #fff;
	border-color: #dbdbdb;
	box-shadow: none;
	opacity: .5;
}
.button.is-fullwidth {
	display: flex;
	width: 100%;
}
.button.is-loading {
	color: transparent!important;
	pointer-events: none;
}
.button.is-loading::after {
	position: absolute;
	left: calc(50% - 0.5em);
	top: calc(50% - 0.5em);
	position: absolute!important;
}
.button.is-static {
	background-color: #f5f5f5;
	border-color: #dbdbdb;
	color: #7a7a7a;
	box-shadow: none;
	pointer-events: none;
}
.button.is-rounded {
	border-radius: 290486px;
	padding-left: 1.25em;
	padding-right: 1.25em;
}
.buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.buttons .button {
	margin-bottom: .5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
	margin-right: .5rem;
}
.buttons:last-child {
	margin-bottom: -.5rem;
}
.buttons:not(:last-child) {
	margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
	border-radius: 2px;
	font-size: .75rem;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
	font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
	font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: -1px;
}
.buttons.has-addons .button:last-child {
	margin-right: 0;
}
.buttons.has-addons .button.is-hovered, .buttons.has-addons .button:hover {
	z-index: 2;
}
.buttons.has-addons .button.is-active, .buttons.has-addons .button.is-focused, .buttons.has-addons .button.is-selected, .buttons.has-addons .button:active, .buttons.has-addons .button:focus {
	z-index: 3;
}
.buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button.is-selected:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button:focus:hover {
	z-index: 4;
}
.buttons.has-addons .button.is-expanded {
	flex-grow: 1;
	flex-shrink: 1;
}
.buttons.is-centered {
	justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
	margin-left: .25rem;
	margin-right: .25rem;
}
.buttons.is-right {
	justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
	margin-left: .25rem;
	margin-right: .25rem;
}
.container {
	flex-grow: 1;
	margin: 0 auto;
	position: relative;
	width: auto;
}
.container.is-fluid {
	max-width: none!important;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}
@media screen and (min-width:1024px) {
	.container {
		max-width: 960px;
	}
}
@media screen and (max-width:1215px) {
	.container.is-widescreen:not(.is-max-desktop) {
		max-width: 1152px;
	}
}
@media screen and (max-width:1407px) {
	.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
		max-width: 1344px;
	}
}
@media screen and (min-width:1216px) {
	.container:not(.is-max-desktop) {
		max-width: 1152px;
	}
}
@media screen and (min-width:1408px) {
	.container:not(.is-max-desktop):not(.is-max-widescreen) {
		max-width: 1344px;
	}
}
.content li+li {
	margin-top: .25em;
}
.content blockquote:not(:last-child), .content dl:not(:last-child), .content ol:not(:last-child), .content p:not(:last-child), .content pre:not(:last-child), .content table:not(:last-child), .content ul:not(:last-child) {
	margin-bottom: 1em;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #363636;
	font-weight: 600;
	line-height: 1.125;
}
.content h1 {
	font-size: 2em;
	margin-bottom: .5em;
}
.content h1:not(:first-child) {
	margin-top: 1em;
}
.content h2 {
	font-size: 1.75em;
	margin-bottom: .5714em;
}
.content h2:not(:first-child) {
	margin-top: 1.1428em;
}
.content h3 {
	font-size: 1.5em;
	margin-bottom: .6666em;
}
.content h3:not(:first-child) {
	margin-top: 1.3333em;
}
.content h4 {
	font-size: 1.25em;
	margin-bottom: .8em;
}
.content h5 {
	font-size: 1.125em;
	margin-bottom: .8888em;
}
.content h6 {
	font-size: 1em;
	margin-bottom: 1em;
}
.content blockquote {
	background-color: #f5f5f5;
	border-left: 5px solid #dbdbdb;
	padding: 1.25em 1.5em;
}
.content ol {
	list-style-position: outside;
	margin-left: 2em;
	margin-top: 1em;
}
.content ol:not([type]) {
	list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
	list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
	list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
	list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
	list-style-type: upper-roman;
}
.content ul {
	list-style: disc outside;
	margin-left: 2em;
	margin-top: 1em;
}
.content ul ul {
	list-style-type: circle;
	margin-top: .5em;
}
.content ul ul ul {
	list-style-type: square;
}
.content dd {
	margin-left: 2em;
}
.content figure {
	margin-left: 2em;
	margin-right: 2em;
	text-align: center;
}
.content figure:not(:first-child) {
	margin-top: 2em;
}
.content figure:not(:last-child) {
	margin-bottom: 2em;
}
.content figure img {
	display: inline-block;
}
.content figure figcaption {
	font-style: italic;
}
.content pre {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	padding: 1.25em 1.5em;
	white-space: pre;
	word-wrap: normal;
}
.content sub, .content sup {
	font-size: 75%;
}
.content table {
	width: 100%;
}
.content table td, .content table th {
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px;
	padding: .5em .75em;
	vertical-align: top;
}
.content table th {
	color: #363636;
}
.content table th:not([align]) {
	text-align: inherit;
}
.content table thead td, .content table thead th {
	border-width: 0 0 2px;
	color: #363636;
}
.content table tfoot td, .content table tfoot th {
	border-width: 2px 0 0;
	color: #363636;
}
.content table tbody tr:last-child td, .content table tbody tr:last-child th {
	border-bottom-width: 0;
}
.content .tabs li+li {
	margin-top: 0;
}
.content.is-small {
	font-size: .75rem;
}
.content.is-medium {
	font-size: 1.25rem;
}
.content.is-large {
	font-size: 1.5rem;
}
.icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem;
}
.icon.is-small {
	height: 1rem;
	width: 1rem;
}
.icon.is-medium {
	height: 2rem;
	width: 2rem;
}
.icon.is-large {
	height: 3rem;
	width: 3rem;
}
.image {
	display: block;
	position: relative;
}
.image img {
	display: block;
	height: auto;
	width: 100%;
}
.image img.is-rounded {
	border-radius: 290486px;
}
.image.is-fullwidth {
	width: 100%;
}
.image.is-16by9 .has-ratio, .image.is-16by9 img, .image.is-1by1 .has-ratio, .image.is-1by1 img, .image.is-1by2 .has-ratio, .image.is-1by2 img, .image.is-1by3 .has-ratio, .image.is-1by3 img, .image.is-2by1 .has-ratio, .image.is-2by1 img, .image.is-2by3 .has-ratio, .image.is-2by3 img, .image.is-3by1 .has-ratio, .image.is-3by1 img, .image.is-3by2 .has-ratio, .image.is-3by2 img, .image.is-3by4 .has-ratio, .image.is-3by4 img, .image.is-3by5 .has-ratio, .image.is-3by5 img, .image.is-4by3 .has-ratio, .image.is-4by3 img, .image.is-4by5 .has-ratio, .image.is-4by5 img, .image.is-5by3 .has-ratio, .image.is-5by3 img, .image.is-5by4 .has-ratio, .image.is-5by4 img, .image.is-9by16 .has-ratio, .image.is-9by16 img, .image.is-square .has-ratio, .image.is-square img {
	height: 100%;
	width: 100%;
}
.image.is-1by1, .image.is-square {
	padding-top: 100%;
}
.image.is-5by4 {
	padding-top: 80%;
}
.image.is-4by3 {
	padding-top: 75%;
}
.image.is-3by2 {
	padding-top: 66.6666%;
}
.image.is-5by3 {
	padding-top: 60%;
}
.image.is-16by9 {
	padding-top: 56.25%;
}
.image.is-2by1 {
	padding-top: 50%;
}
.image.is-3by1 {
	padding-top: 33.3333%;
}
.image.is-4by5 {
	padding-top: 125%;
}
.image.is-3by4 {
	padding-top: 133.3333%;
}
.image.is-2by3 {
	padding-top: 150%;
}
.image.is-3by5 {
	padding-top: 166.6666%;
}
.image.is-9by16 {
	padding-top: 177.7777%;
}
.image.is-1by2 {
	padding-top: 200%;
}
.image.is-1by3 {
	padding-top: 300%;
}
.image.is-16x16 {
	height: 16px;
	width: 16px;
}
.image.is-24x24 {
	height: 24px;
	width: 24px;
}
.image.is-32x32 {
	height: 32px;
	width: 32px;
}
.image.is-48x48 {
	height: 48px;
	width: 48px;
}
.image.is-64x64 {
	height: 64px;
	width: 64px;
}
.image.is-96x96 {
	height: 96px;
	width: 96px;
}
.image.is-128x128 {
	height: 128px;
	width: 128px;
}
.notification {
	background-color: #f5f5f5;
	border-radius: 4px;
	position: relative;
	padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
	color: currentColor;
	text-decoration: underline;
}
.notification strong {
	color: currentColor;
}
.notification code, .notification pre {
	background: #fff;
}
.notification pre code {
	background: 0 0;
}
.notification>.delete {
	right: .5rem;
	position: absolute;
	top: .5rem;
}
.notification .content, .notification .subtitle, .notification .title {
	color: currentColor;
}
.notification.is-white {
	background-color: #fff;
	color: #0a0a0a;
}
.notification.is-black {
	background-color: #0a0a0a;
	color: #fff;
}
.notification.is-light {
	background-color: #f5f5f5;
	color: rgba(0,0,0,.7);
}
.notification.is-dark {
	background-color: #363636;
	color: #fff;
}
.notification.is-primary {
	background-color: #00d1b2;
	color: #fff;
}
.notification.is-primary.is-light {
	background-color: #ebfffc;
	color: #00947e;
}
.notification.is-link {
	background-color: #3273dc;
	color: #fff;
}
.notification.is-link.is-light {
	background-color: #eef3fc;
	color: #2160c4;
}
.notification.is-info {
	background-color: #3298dc;
	color: #fff;
}
.notification.is-info.is-light {
	background-color: #eef6fc;
	color: #1d72aa;
}
.notification.is-success {
	background-color: #48c774;
	color: #fff;
}
.notification.is-success.is-light {
	background-color: #effaf3;
	color: #257942;
}
.notification.is-warning {
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}
.notification.is-warning.is-light {
	background-color: #fffbeb;
	color: #947600;
}
.notification.is-danger {
	background-color: #f14668;
	color: #fff;
}
.notification.is-danger.is-light {
	background-color: #feecf0;
	color: #cc0f35;
}
.progress {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 290486px;
	display: block;
	height: 1rem;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.progress::-webkit-progress-bar {
	background-color: #ededed;
}
.progress::-webkit-progress-value {
	background-color: #4a4a4a;
}
.progress::-moz-progress-bar {
	background-color: #4a4a4a;
}
.progress::-ms-fill {
	background-color: #4a4a4a;
	border: none;
}
.progress.is-white::-webkit-progress-value {
	background-color: #fff;
}
.progress.is-white::-moz-progress-bar {
	background-color: #fff;
}
.progress.is-white::-ms-fill {
	background-color: #fff;
}
.progress.is-white:indeterminate {
	background-image: linear-gradient(to right,#fff 30%,#ededed 30%);
}
.progress.is-black::-webkit-progress-value {
	background-color: #0a0a0a;
}
.progress.is-black::-moz-progress-bar {
	background-color: #0a0a0a;
}
.progress.is-black::-ms-fill {
	background-color: #0a0a0a;
}
.progress.is-black:indeterminate {
	background-image: linear-gradient(to right,#0a0a0a 30%,#ededed 30%);
}
.progress.is-light::-webkit-progress-value {
	background-color: #f5f5f5;
}
.progress.is-light::-moz-progress-bar {
	background-color: #f5f5f5;
}
.progress.is-light::-ms-fill {
	background-color: #f5f5f5;
}
.progress.is-light:indeterminate {
	background-image: linear-gradient(to right,#f5f5f5 30%,#ededed 30%);
}
.progress.is-dark::-webkit-progress-value {
	background-color: #363636;
}
.progress.is-dark::-moz-progress-bar {
	background-color: #363636;
}
.progress.is-dark::-ms-fill {
	background-color: #363636;
}
.progress.is-dark:indeterminate {
	background-image: linear-gradient(to right,#363636 30%,#ededed 30%);
}
.progress.is-primary::-webkit-progress-value {
	background-color: #00d1b2;
}
.progress.is-primary::-moz-progress-bar {
	background-color: #00d1b2;
}
.progress.is-primary::-ms-fill {
	background-color: #00d1b2;
}
.progress.is-primary:indeterminate {
	background-image: linear-gradient(to right,#00d1b2 30%,#ededed 30%);
}
.progress.is-link::-webkit-progress-value {
	background-color: #3273dc;
}
.progress.is-link::-moz-progress-bar {
	background-color: #3273dc;
}
.progress.is-link::-ms-fill {
	background-color: #3273dc;
}
.progress.is-link:indeterminate {
	background-image: linear-gradient(to right,#3273dc 30%,#ededed 30%);
}
.progress.is-info::-webkit-progress-value {
	background-color: #3298dc;
}
.progress.is-info::-moz-progress-bar {
	background-color: #3298dc;
}
.progress.is-info::-ms-fill {
	background-color: #3298dc;
}
.progress.is-info:indeterminate {
	background-image: linear-gradient(to right,#3298dc 30%,#ededed 30%);
}
.progress.is-success::-webkit-progress-value {
	background-color: #48c774;
}
.progress.is-success::-moz-progress-bar {
	background-color: #48c774;
}
.progress.is-success::-ms-fill {
	background-color: #48c774;
}
.progress.is-success:indeterminate {
	background-image: linear-gradient(to right,#48c774 30%,#ededed 30%);
}
.progress.is-warning::-webkit-progress-value {
	background-color: #ffdd57;
}
.progress.is-warning::-moz-progress-bar {
	background-color: #ffdd57;
}
.progress.is-warning::-ms-fill {
	background-color: #ffdd57;
}
.progress.is-warning:indeterminate {
	background-image: linear-gradient(to right,#ffdd57 30%,#ededed 30%);
}
.progress.is-danger::-webkit-progress-value {
	background-color: #f14668;
}
.progress.is-danger::-moz-progress-bar {
	background-color: #f14668;
}
.progress.is-danger::-ms-fill {
	background-color: #f14668;
}
.progress.is-danger:indeterminate {
	background-image: linear-gradient(to right,#f14668 30%,#ededed 30%);
}
.progress:indeterminate {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: moveIndeterminate;
	animation-name: moveIndeterminate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background-color: #ededed;
	background-image: linear-gradient(to right,#4a4a4a 30%,#ededed 30%);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
	background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
	background-color: transparent;
}
.progress:indeterminate::-ms-fill {
	animation-name: none;
}
.progress.is-small {
	height: .75rem;
}
.progress.is-medium {
	height: 1.25rem;
}
.progress.is-large {
	height: 1.5rem;
}
@-webkit-keyframes moveIndeterminate {
	from {
		background-position: 200% 0;
	}
	to {
		background-position: -200% 0;
	}
}
@keyframes moveIndeterminate {
	from {
		background-position: 200% 0;
	}
	to {
		background-position: -200% 0;
	}
}
.table {
	background-color: #fff;
	color: #363636;
}
.table td, .table th {
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px;
	padding: .5em .75em;
	vertical-align: top;
}
.table td.is-white, .table th.is-white {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a;
}
.table td.is-black, .table th.is-black {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff;
}
.table td.is-light, .table th.is-light {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0,0,0,.7);
}
.table td.is-dark, .table th.is-dark {
	background-color: #363636;
	border-color: #363636;
	color: #fff;
}
.table td.is-primary, .table th.is-primary {
	background-color: #00d1b2;
	border-color: #00d1b2;
	color: #fff;
}
.table td.is-link, .table th.is-link {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff;
}
.table td.is-info, .table th.is-info {
	background-color: #3298dc;
	border-color: #3298dc;
	color: #fff;
}
.table td.is-success, .table th.is-success {
	background-color: #48c774;
	border-color: #48c774;
	color: #fff;
}
.table td.is-warning, .table th.is-warning {
	background-color: #ffdd57;
	border-color: #ffdd57;
	color: rgba(0,0,0,.7);
}
.table td.is-danger, .table th.is-danger {
	background-color: #f14668;
	border-color: #f14668;
	color: #fff;
}
.table td.is-narrow, .table th.is-narrow {
	white-space: nowrap;
	width: 1%;
}
.table td.is-selected, .table th.is-selected {
	background-color: #00d1b2;
	color: #fff;
}
.table td.is-selected a, .table td.is-selected strong, .table th.is-selected a, .table th.is-selected strong {
	color: currentColor;
}
.table td.is-vcentered, .table th.is-vcentered {
	vertical-align: middle;
}
.table th {
	color: #363636;
}
.table th:not([align]) {
	text-align: inherit;
}
.table tr.is-selected {
	background-color: #00d1b2;
	color: #fff;
}
.table tr.is-selected a, .table tr.is-selected strong {
	color: currentColor;
}
.table tr.is-selected td, .table tr.is-selected th {
	border-color: #fff;
	color: currentColor;
}
.table thead {
	background-color: transparent;
}
.table thead td, .table thead th {
	border-width: 0 0 2px;
	color: #363636;
}
.table tfoot {
	background-color: transparent;
}
.table tfoot td, .table tfoot th {
	border-width: 2px 0 0;
	color: #363636;
}
.table tbody {
	background-color: transparent;
}
.table tbody tr:last-child td, .table tbody tr:last-child th {
	border-bottom-width: 0;
}
.table.is-bordered td, .table.is-bordered th {
	border-width: 1px;
}
.table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th {
	border-bottom-width: 1px;
}
.table.is-fullwidth {
	width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
	background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
	background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
	background-color: #f5f5f5;
}
.table.is-narrow td, .table.is-narrow th {
	padding: .25em .5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
	background-color: #fafafa;
}
.table-container {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	overflow-y: hidden;
	max-width: 100%;
}
.tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.tags .tag {
	margin-bottom: .5rem;
}
.tags .tag:not(:last-child) {
	margin-right: .5rem;
}
.tags:last-child {
	margin-bottom: -.5rem;
}
.tags:not(:last-child) {
	margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
	font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
	font-size: 1.25rem;
}
.tags.is-centered {
	justify-content: center;
}
.tags.is-centered .tag {
	margin-right: .25rem;
	margin-left: .25rem;
}
.tags.is-right {
	justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
	margin-left: .5rem;
}
.tags.is-right .tag:not(:last-child) {
	margin-right: 0;
}
.tags.has-addons .tag {
	margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tag:not(body) {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 4px;
	color: #4a4a4a;
	display: inline-flex;
	font-size: .75rem;
	height: 2em;
	justify-content: center;
	line-height: 1.5;
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap;
}
.tag:not(body) .delete {
	margin-left: .25rem;
	margin-right: -.375rem;
}
.tag:not(body).is-white {
	background-color: #fff;
	color: #0a0a0a;
}
.tag:not(body).is-black {
	background-color: #0a0a0a;
	color: #fff;
}
.tag:not(body).is-light {
	background-color: #f5f5f5;
	color: rgba(0,0,0,.7);
}
.tag:not(body).is-dark {
	background-color: #363636;
	color: #fff;
}
.tag:not(body).is-primary {
	background-color: #00d1b2;
	color: #fff;
}
.tag:not(body).is-primary.is-light {
	background-color: #ebfffc;
	color: #00947e;
}
.tag:not(body).is-link {
	background-color: #3273dc;
	color: #fff;
}
.tag:not(body).is-link.is-light {
	background-color: #eef3fc;
	color: #2160c4;
}
.tag:not(body).is-info {
	background-color: #3298dc;
	color: #fff;
}
.tag:not(body).is-info.is-light {
	background-color: #eef6fc;
	color: #1d72aa;
}
.tag:not(body).is-success {
	background-color: #48c774;
	color: #fff;
}
.tag:not(body).is-success.is-light {
	background-color: #effaf3;
	color: #257942;
}
.tag:not(body).is-warning {
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}
.tag:not(body).is-warning.is-light {
	background-color: #fffbeb;
	color: #947600;
}
.tag:not(body).is-danger {
	background-color: #f14668;
	color: #fff;
}
.tag:not(body).is-danger.is-light {
	background-color: #feecf0;
	color: #cc0f35;
}
.tag:not(body).is-normal {
	font-size: .75rem;
}
.tag:not(body).is-medium {
	font-size: 1rem;
}
.tag:not(body).is-large {
	font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
	margin-left: -.375em;
	margin-right: .1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
	margin-left: .1875em;
	margin-right: -.375em;
}
.tag:not(body) .icon:first-child:last-child {
	margin-left: -.375em;
	margin-right: -.375em;
}
.tag:not(body).is-delete {
	margin-left: 1px;
	padding: 0;
	position: relative;
	width: 2em;
}
.tag:not(body).is-delete::after, .tag:not(body).is-delete::before {
	background-color: currentColor;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform-origin: center center;
}
.tag:not(body).is-delete::before {
	height: 1px;
	width: 50%;
}
.tag:not(body).is-delete::after {
	height: 50%;
	width: 1px;
}
.tag:not(body).is-delete:focus, .tag:not(body).is-delete:hover {
	background-color: #e8e8e8;
}
.tag:not(body).is-delete:active {
	background-color: #dbdbdb;
}
.tag:not(body).is-rounded {
	border-radius: 290486px;
}
a.tag:hover {
	text-decoration: underline;
}
.subtitle, .title {
	word-break: break-word;
}
.subtitle em, .subtitle span, .title em, .title span {
	font-weight: inherit;
}
.subtitle sub, .title sub {
	font-size: .75em;
}
.subtitle sup, .title sup {
	font-size: .75em;
}
.subtitle .tag, .title .tag {
	vertical-align: middle;
}
.title {
	color: #363636;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.125;
}
.title strong {
	color: inherit;
	font-weight: inherit;
}
.title+.highlight {
	margin-top: -.75rem;
}
.title:not(.is-spaced)+.subtitle {
	margin-top: -1.25rem;
}
.title.is-1 {
	font-size: 3rem;
}
.title.is-2 {
	font-size: 2.5rem;
}
.title.is-3 {
	font-size: 2rem;
}
.title.is-4 {
	font-size: 1.5rem;
}
.title.is-5 {
	font-size: 1.25rem;
}
.title.is-6 {
	font-size: 1rem;
}
.title.is-7 {
	font-size: .75rem;
}
.subtitle {
	color: #4a4a4a;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
}
.subtitle strong {
	color: #363636;
	font-weight: 600;
}
.subtitle:not(.is-spaced)+.title {
	margin-top: -1.25rem;
}
.subtitle.is-1 {
	font-size: 3rem;
}
.subtitle.is-2 {
	font-size: 2.5rem;
}
.subtitle.is-3 {
	font-size: 2rem;
}
.subtitle.is-4 {
	font-size: 1.5rem;
}
.subtitle.is-5 {
	font-size: 1.25rem;
}
.subtitle.is-6 {
	font-size: 1rem;
}
.subtitle.is-7 {
	font-size: .75rem;
}
.heading {
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.highlight {
	font-weight: 400;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
}
.highlight pre {
	overflow: auto;
	max-width: 100%;
}
.number {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 290486px;
	display: inline-flex;
	font-size: 1.25rem;
	height: 2em;
	justify-content: center;
	margin-right: 1.5rem;
	min-width: 2.5em;
	padding: .25rem .5rem;
	text-align: center;
	vertical-align: top;
}
.input, .select select, .textarea {
	background-color: #fff;
	border-color: #dbdbdb;
	border-radius: 4px;
	color: #363636;
}
.input::-moz-placeholder, .select select::-moz-placeholder, .textarea::-moz-placeholder {
	color: rgba(54,54,54,.3);
}
.input::-webkit-input-placeholder, .select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
	color: rgba(54,54,54,.3);
}
.input:-moz-placeholder, .select select:-moz-placeholder, .textarea:-moz-placeholder {
	color: rgba(54,54,54,.3);
}
.input:-ms-input-placeholder, .select select:-ms-input-placeholder, .textarea:-ms-input-placeholder {
	color: rgba(54,54,54,.3);
}
.input:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered, .select select:hover, .textarea:hover {
	border-color: #b5b5b5;
}
.input:active, .input:focus, .is-active.input, .is-active.textarea, .is-focused.input, .is-focused.textarea, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .textarea:active, .textarea:focus {
	border-color: #3273dc;
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}
.input[disabled], .select fieldset[disabled] select, .select select[disabled], .textarea[disabled], fieldset[disabled] .input, fieldset[disabled] .select select, fieldset[disabled] .textarea {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	box-shadow: none;
	color: #7a7a7a;
}
.input[disabled]::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, .select select[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder {
	color: rgba(122,122,122,.3);
}
.input[disabled]::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder {
	color: rgba(122,122,122,.3);
}
.input[disabled]:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, .select select[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder {
	color: rgba(122,122,122,.3);
}
.input[disabled]:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder {
	color: rgba(122,122,122,.3);
}
.input, .textarea {
	box-shadow: inset 0 .0625em .125em rgba(10,10,10,.05);
	max-width: 100%;
	width: 100%;
}
.input[readonly], .textarea[readonly] {
	box-shadow: none;
}
.is-white.input, .is-white.textarea {
	border-color: #fff;
}
.is-white.input:active, .is-white.input:focus, .is-white.is-active.input, .is-white.is-active.textarea, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.textarea:active, .is-white.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(255,255,255,.25);
}
.is-black.input, .is-black.textarea {
	border-color: #0a0a0a;
}
.is-black.input:active, .is-black.input:focus, .is-black.is-active.input, .is-black.is-active.textarea, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.textarea:active, .is-black.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
}
.is-light.input, .is-light.textarea {
	border-color: #f5f5f5;
}
.is-light.input:active, .is-light.input:focus, .is-light.is-active.input, .is-light.is-active.textarea, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.textarea:active, .is-light.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(245,245,245,.25);
}
.is-dark.input, .is-dark.textarea {
	border-color: #363636;
}
.is-dark.input:active, .is-dark.input:focus, .is-dark.is-active.input, .is-dark.is-active.textarea, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.textarea:active, .is-dark.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
}
.is-primary.input, .is-primary.textarea {
	border-color: #00d1b2;
}
.is-primary.input:active, .is-primary.input:focus, .is-primary.is-active.input, .is-primary.is-active.textarea, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.textarea:active, .is-primary.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(0,209,178,.25);
}
.is-link.input, .is-link.textarea {
	border-color: #3273dc;
}
.is-link.input:active, .is-link.input:focus, .is-link.is-active.input, .is-link.is-active.textarea, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.textarea:active, .is-link.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}
.is-info.input, .is-info.textarea {
	border-color: #3298dc;
}
.is-info.input:active, .is-info.input:focus, .is-info.is-active.input, .is-info.is-active.textarea, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.textarea:active, .is-info.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(50,152,220,.25);
}
.is-success.input, .is-success.textarea {
	border-color: #48c774;
}
.is-success.input:active, .is-success.input:focus, .is-success.is-active.input, .is-success.is-active.textarea, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.textarea:active, .is-success.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(72,199,116,.25);
}
.is-warning.input, .is-warning.textarea {
	border-color: #ffdd57;
}
.is-warning.input:active, .is-warning.input:focus, .is-warning.is-active.input, .is-warning.is-active.textarea, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.textarea:active, .is-warning.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(255,221,87,.25);
}
.is-danger.input, .is-danger.textarea {
	border-color: #f14668;
}
.is-danger.input:active, .is-danger.input:focus, .is-danger.is-active.input, .is-danger.is-active.textarea, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.textarea:active, .is-danger.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(241,70,104,.25);
}
.is-small.input, .is-small.textarea {
	border-radius: 2px;
	font-size: .75rem;
}
.is-medium.input, .is-medium.textarea {
	font-size: 1.25rem;
}
.is-large.input, .is-large.textarea {
	font-size: 1.5rem;
}
.is-fullwidth.input, .is-fullwidth.textarea {
	display: block;
	width: 100%;
}
.is-inline.input, .is-inline.textarea {
	display: inline;
	width: auto;
}
.input.is-rounded {
	border-radius: 290486px;
	padding-left: calc((.75em - 1px) + .375em);
	padding-right: calc((.75em - 1px) + .375em);
}
.input.is-static {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}
.textarea {
	display: block;
	max-width: 100%;
	min-width: 100%;
	padding: calc(.75em - 1px);
	resize: vertical;
}
.textarea:not([rows]) {
	max-height: 40em;
	min-height: 8em;
}
.textarea[rows] {
	height: initial;
}
.textarea.has-fixed-size {
	resize: none;
}
.checkbox, .radio {
	cursor: pointer;
	display: inline-block;
	line-height: 1.25;
	position: relative;
}
.checkbox input, .radio input {
	cursor: pointer;
}
.checkbox:hover, .radio:hover {
	color: #363636;
}
.checkbox input[disabled], .checkbox[disabled], .radio input[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .radio {
	color: #7a7a7a;
	cursor: not-allowed;
}
.radio+.radio {
	margin-left: .5em;
}
.select {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}
.select:not(.is-multiple) {
	height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
	border-color: #3273dc;
	right: 1.125em;
	z-index: 4;
}
.select.is-rounded select {
	border-radius: 290486px;
	padding-left: 1em;
}
.select select {
	cursor: pointer;
	display: block;
	font-size: 1em;
	max-width: 100%;
	outline: 0;
}
.select select::-ms-expand {
	display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
	border-color: #f5f5f5;
}
.select select:not([multiple]) {
	padding-right: 2.5em;
}
.select select[multiple] {
	height: auto;
	padding: 0;
}
.select select[multiple] option {
	padding: .5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
	border-color: #363636;
}
.select.is-white:not(:hover)::after {
	border-color: #fff;
}
.select.is-white select {
	border-color: #fff;
}
.select.is-white select.is-hovered, .select.is-white select:hover {
	border-color: #f2f2f2;
}
.select.is-white select.is-active, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select:focus {
	box-shadow: 0 0 0 .125em rgba(255,255,255,.25);
}
.select.is-black:not(:hover)::after {
	border-color: #0a0a0a;
}
.select.is-black select {
	border-color: #0a0a0a;
}
.select.is-black select.is-hovered, .select.is-black select:hover {
	border-color: #000;
}
.select.is-black select.is-active, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select:focus {
	box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
}
.select.is-light:not(:hover)::after {
	border-color: #f5f5f5;
}
.select.is-light select {
	border-color: #f5f5f5;
}
.select.is-light select.is-hovered, .select.is-light select:hover {
	border-color: #e8e8e8;
}
.select.is-light select.is-active, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select:focus {
	box-shadow: 0 0 0 .125em rgba(245,245,245,.25);
}
.select.is-dark:not(:hover)::after {
	border-color: #363636;
}
.select.is-dark select {
	border-color: #363636;
}
.select.is-dark select.is-hovered, .select.is-dark select:hover {
	border-color: #292929;
}
.select.is-dark select.is-active, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select:focus {
	box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
}
.select.is-primary:not(:hover)::after {
	border-color: #00d1b2;
}
.select.is-primary select {
	border-color: #00d1b2;
}
.select.is-primary select.is-hovered, .select.is-primary select:hover {
	border-color: #00b89c;
}
.select.is-primary select.is-active, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select:focus {
	box-shadow: 0 0 0 .125em rgba(0,209,178,.25);
}
.select.is-link:not(:hover)::after {
	border-color: #3273dc;
}
.select.is-link select {
	border-color: #3273dc;
}
.select.is-link select.is-hovered, .select.is-link select:hover {
	border-color: #2366d1;
}
.select.is-link select.is-active, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select:focus {
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}
.select.is-info:not(:hover)::after {
	border-color: #3298dc;
}
.select.is-info select {
	border-color: #3298dc;
}
.select.is-info select.is-hovered, .select.is-info select:hover {
	border-color: #238cd1;
}
.select.is-info select.is-active, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select:focus {
	box-shadow: 0 0 0 .125em rgba(50,152,220,.25);
}
.select.is-success:not(:hover)::after {
	border-color: #48c774;
}
.select.is-success select {
	border-color: #48c774;
}
.select.is-success select.is-hovered, .select.is-success select:hover {
	border-color: #3abb67;
}
.select.is-success select.is-active, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select:focus {
	box-shadow: 0 0 0 .125em rgba(72,199,116,.25);
}
.select.is-warning:not(:hover)::after {
	border-color: #ffdd57;
}
.select.is-warning select {
	border-color: #ffdd57;
}
.select.is-warning select.is-hovered, .select.is-warning select:hover {
	border-color: #ffd83d;
}
.select.is-warning select.is-active, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select:focus {
	box-shadow: 0 0 0 .125em rgba(255,221,87,.25);
}
.select.is-danger:not(:hover)::after {
	border-color: #f14668;
}
.select.is-danger select {
	border-color: #f14668;
}
.select.is-danger select.is-hovered, .select.is-danger select:hover {
	border-color: #ef2e55;
}
.select.is-danger select.is-active, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select:focus {
	box-shadow: 0 0 0 .125em rgba(241,70,104,.25);
}
.select.is-small {
	border-radius: 2px;
	font-size: .75rem;
}
.select.is-medium {
	font-size: 1.25rem;
}
.select.is-large {
	font-size: 1.5rem;
}
.select.is-disabled::after {
	border-color: #7a7a7a;
}
.select.is-fullwidth {
	width: 100%;
}
.select.is-fullwidth select {
	width: 100%;
}
.select.is-loading::after {
	margin-top: 0;
	position: absolute;
	right: .625em;
	top: .625em;
	transform: none;
}
.select.is-loading.is-small:after {
	font-size: .75rem;
}
.select.is-loading.is-medium:after {
	font-size: 1.25rem;
}
.select.is-loading.is-large:after {
	font-size: 1.5rem;
}
.file {
	align-items: stretch;
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.file.is-white .file-cta {
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a;
}
.file.is-white.is-hovered .file-cta, .file.is-white:hover .file-cta {
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a;
}
.file.is-white.is-focused .file-cta, .file.is-white:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(255,255,255,.25);
	color: #0a0a0a;
}
.file.is-white.is-active .file-cta, .file.is-white:active .file-cta {
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a;
}
.file.is-black .file-cta {
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff;
}
.file.is-black.is-hovered .file-cta, .file.is-black:hover .file-cta {
	background-color: #040404;
	border-color: transparent;
	color: #fff;
}
.file.is-black.is-focused .file-cta, .file.is-black:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(10,10,10,.25);
	color: #fff;
}
.file.is-black.is-active .file-cta, .file.is-black:active .file-cta {
	background-color: #000;
	border-color: transparent;
	color: #fff;
}
.file.is-light .file-cta {
	background-color: #f5f5f5;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-light.is-hovered .file-cta, .file.is-light:hover .file-cta {
	background-color: #eee;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-light.is-focused .file-cta, .file.is-light:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(245,245,245,.25);
	color: rgba(0,0,0,.7);
}
.file.is-light.is-active .file-cta, .file.is-light:active .file-cta {
	background-color: #e8e8e8;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-dark .file-cta {
	background-color: #363636;
	border-color: transparent;
	color: #fff;
}
.file.is-dark.is-hovered .file-cta, .file.is-dark:hover .file-cta {
	background-color: #2f2f2f;
	border-color: transparent;
	color: #fff;
}
.file.is-dark.is-focused .file-cta, .file.is-dark:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(54,54,54,.25);
	color: #fff;
}
.file.is-dark.is-active .file-cta, .file.is-dark:active .file-cta {
	background-color: #292929;
	border-color: transparent;
	color: #fff;
}
.file.is-primary .file-cta {
	background-color: #00d1b2;
	border-color: transparent;
	color: #fff;
}
.file.is-primary.is-hovered .file-cta, .file.is-primary:hover .file-cta {
	background-color: #00c4a7;
	border-color: transparent;
	color: #fff;
}
.file.is-primary.is-focused .file-cta, .file.is-primary:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(0,209,178,.25);
	color: #fff;
}
.file.is-primary.is-active .file-cta, .file.is-primary:active .file-cta {
	background-color: #00b89c;
	border-color: transparent;
	color: #fff;
}
.file.is-link .file-cta {
	background-color: #3273dc;
	border-color: transparent;
	color: #fff;
}
.file.is-link.is-hovered .file-cta, .file.is-link:hover .file-cta {
	background-color: #276cda;
	border-color: transparent;
	color: #fff;
}
.file.is-link.is-focused .file-cta, .file.is-link:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(50,115,220,.25);
	color: #fff;
}
.file.is-link.is-active .file-cta, .file.is-link:active .file-cta {
	background-color: #2366d1;
	border-color: transparent;
	color: #fff;
}
.file.is-info .file-cta {
	background-color: #3298dc;
	border-color: transparent;
	color: #fff;
}
.file.is-info.is-hovered .file-cta, .file.is-info:hover .file-cta {
	background-color: #2793da;
	border-color: transparent;
	color: #fff;
}
.file.is-info.is-focused .file-cta, .file.is-info:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(50,152,220,.25);
	color: #fff;
}
.file.is-info.is-active .file-cta, .file.is-info:active .file-cta {
	background-color: #238cd1;
	border-color: transparent;
	color: #fff;
}
.file.is-success .file-cta {
	background-color: #48c774;
	border-color: transparent;
	color: #fff;
}
.file.is-success.is-hovered .file-cta, .file.is-success:hover .file-cta {
	background-color: #3ec46d;
	border-color: transparent;
	color: #fff;
}
.file.is-success.is-focused .file-cta, .file.is-success:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(72,199,116,.25);
	color: #fff;
}
.file.is-success.is-active .file-cta, .file.is-success:active .file-cta {
	background-color: #3abb67;
	border-color: transparent;
	color: #fff;
}
.file.is-warning .file-cta {
	background-color: #ffdd57;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-warning.is-hovered .file-cta, .file.is-warning:hover .file-cta {
	background-color: #ffdb4a;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-warning.is-focused .file-cta, .file.is-warning:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(255,221,87,.25);
	color: rgba(0,0,0,.7);
}
.file.is-warning.is-active .file-cta, .file.is-warning:active .file-cta {
	background-color: #ffd83d;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-danger .file-cta {
	background-color: #f14668;
	border-color: transparent;
	color: #fff;
}
.file.is-danger.is-hovered .file-cta, .file.is-danger:hover .file-cta {
	background-color: #f03a5f;
	border-color: transparent;
	color: #fff;
}
.file.is-danger.is-focused .file-cta, .file.is-danger:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(241,70,104,.25);
	color: #fff;
}
.file.is-danger.is-active .file-cta, .file.is-danger:active .file-cta {
	background-color: #ef2e55;
	border-color: transparent;
	color: #fff;
}
.file.is-small {
	font-size: .75rem;
}
.file.is-medium {
	font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
	font-size: 21px;
}
.file.is-large {
	font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
	font-size: 28px;
}
.file.has-name .file-cta {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.file.has-name .file-name {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
	border-radius: 4px;
}
.file.has-name.is-empty .file-name {
	display: none;
}
.file.is-boxed .file-label {
	flex-direction: column;
}
.file.is-boxed .file-cta {
	flex-direction: column;
	height: auto;
	padding: 1em 3em;
}
.file.is-boxed .file-name {
	border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
	height: 1.5em;
	width: 1.5em;
}
.file.is-boxed .file-icon .fa {
	font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
	font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
	font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
	font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
	border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
	border-radius: 0 0 4px 4px;
	border-width: 0 1px 1px;
}
.file.is-centered {
	justify-content: center;
}
.file.is-fullwidth .file-label {
	width: 100%;
}
.file.is-fullwidth .file-name {
	flex-grow: 1;
	max-width: none;
}
.file.is-right {
	justify-content: flex-end;
}
.file.is-right .file-cta {
	border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
	border-radius: 4px 0 0 4px;
	border-width: 1px 0 1px 1px;
	order: -1;
}
.file-label {
	align-items: stretch;
	display: flex;
	cursor: pointer;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
}
.file-label:hover .file-cta {
	background-color: #eee;
	color: #363636;
}
.file-label:hover .file-name {
	border-color: #d5d5d5;
}
.file-label:active .file-cta {
	background-color: #e8e8e8;
	color: #363636;
}
.file-label:active .file-name {
	border-color: #cfcfcf;
}
.file-input {
	height: 100%;
	left: 0;
	opacity: 0;
	outline: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.file-cta, .file-name {
	border-color: #dbdbdb;
	border-radius: 4px;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
}
.file-cta {
	background-color: #f5f5f5;
	color: #4a4a4a;
}
.file-name {
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	display: block;
	max-width: 16em;
	overflow: hidden;
	text-align: inherit;
	text-overflow: ellipsis;
}
.file-icon {
	align-items: center;
	display: flex;
	height: 1em;
	justify-content: center;
	margin-right: .5em;
	width: 1em;
}
.file-icon .fa {
	font-size: 14px;
}
.label {
	color: #363636;
	display: block;
	font-size: 1rem;
	font-weight: 700;
}
.label:not(:last-child) {
	margin-bottom: .5em;
}
.label.is-small {
	font-size: .75rem;
}
.label.is-medium {
	font-size: 1.25rem;
}
.label.is-large {
	font-size: 1.5rem;
}
.help {
	display: block;
	font-size: .75rem;
	margin-top: .25rem;
}
.help.is-white {
	color: #fff;
}
.help.is-black {
	color: #0a0a0a;
}
.help.is-light {
	color: #f5f5f5;
}
.help.is-dark {
	color: #363636;
}
.help.is-primary {
	color: #00d1b2;
}
.help.is-link {
	color: #3273dc;
}
.help.is-info {
	color: #3298dc;
}
.help.is-success {
	color: #48c774;
}
.help.is-warning {
	color: #ffdd57;
}
.help.is-danger {
	color: #f14668;
}
.field:not(:last-child) {
	margin-bottom: .75rem;
}
.field.has-addons {
	display: flex;
	justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
	margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button, .field.has-addons .control:not(:first-child):not(:last-child) .input, .field.has-addons .control:not(:first-child):not(:last-child) .select select {
	border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button, .field.has-addons .control:first-child:not(:only-child) .input, .field.has-addons .control:first-child:not(:only-child) .select select {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button, .field.has-addons .control:last-child:not(:only-child) .input, .field.has-addons .control:last-child:not(:only-child) .select select {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]).is-hovered, .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .input:not([disabled]).is-hovered, .field.has-addons .control .input:not([disabled]):hover, .field.has-addons .control .select select:not([disabled]).is-hovered, .field.has-addons .control .select select:not([disabled]):hover {
	z-index: 2;
}
.field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .input:not([disabled]).is-active, .field.has-addons .control .input:not([disabled]).is-focused, .field.has-addons .control .input:not([disabled]):active, .field.has-addons .control .input:not([disabled]):focus, .field.has-addons .control .select select:not([disabled]).is-active, .field.has-addons .control .select select:not([disabled]).is-focused, .field.has-addons .control .select select:not([disabled]):active, .field.has-addons .control .select select:not([disabled]):focus {
	z-index: 3;
}
.field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .input:not([disabled]).is-active:hover, .field.has-addons .control .input:not([disabled]).is-focused:hover, .field.has-addons .control .input:not([disabled]):active:hover, .field.has-addons .control .input:not([disabled]):focus:hover, .field.has-addons .control .select select:not([disabled]).is-active:hover, .field.has-addons .control .select select:not([disabled]).is-focused:hover, .field.has-addons .control .select select:not([disabled]):active:hover, .field.has-addons .control .select select:not([disabled]):focus:hover {
	z-index: 4;
}
.field.has-addons .control.is-expanded {
	flex-grow: 1;
	flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
	justify-content: center;
}
.field.has-addons.has-addons-right {
	justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
	flex-grow: 1;
	flex-shrink: 0;
}
.field.is-grouped {
	display: flex;
	justify-content: flex-start;
}
.field.is-grouped>.control {
	flex-shrink: 0;
}
.field.is-grouped>.control:not(:last-child) {
	margin-bottom: 0;
	margin-right: .75rem;
}
.field.is-grouped>.control.is-expanded {
	flex-grow: 1;
	flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
	justify-content: center;
}
.field.is-grouped.is-grouped-right {
	justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
	flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline>.control:last-child, .field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
	margin-bottom: .75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
	margin-bottom: -.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
	margin-bottom: 0;
}
@media screen and (min-width:769px),print {
	.field.is-horizontal {
		display: flex;
	}
}
.field-label .label {
	font-size: inherit;
}
@media screen and (max-width:768px) {
	.field-label {
		margin-bottom: .5rem;
	}
}
@media screen and (min-width:769px),print {
	.field-label {
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 0;
		margin-right: 1.5rem;
		text-align: right;
	}
	.field-label.is-small {
		font-size: .75rem;
		padding-top: .375em;
	}
	.field-label.is-normal {
		padding-top: .375em;
	}
	.field-label.is-medium {
		font-size: 1.25rem;
		padding-top: .375em;
	}
	.field-label.is-large {
		font-size: 1.5rem;
		padding-top: .375em;
	}
}
.field-body .field .field {
	margin-bottom: 0;
}
@media screen and (min-width:769px),print {
	.field-body {
		display: flex;
		flex-basis: 0;
		flex-grow: 5;
		flex-shrink: 1;
	}
	.field-body .field {
		margin-bottom: 0;
	}
	.field-body>.field {
		flex-shrink: 1;
	}
	.field-body>.field:not(.is-narrow) {
		flex-grow: 1;
	}
	.field-body>.field:not(:last-child) {
		margin-right: .75rem;
	}
}
.control {
	box-sizing: border-box;
	clear: both;
	font-size: 1rem;
	position: relative;
	text-align: inherit;
}
.control.has-icons-left .input:focus~.icon, .control.has-icons-left .select:focus~.icon, .control.has-icons-right .input:focus~.icon, .control.has-icons-right .select:focus~.icon {
	color: #4a4a4a;
}
.control.has-icons-left .input.is-small~.icon, .control.has-icons-left .select.is-small~.icon, .control.has-icons-right .input.is-small~.icon, .control.has-icons-right .select.is-small~.icon {
	font-size: .75rem;
}
.control.has-icons-left .input.is-medium~.icon, .control.has-icons-left .select.is-medium~.icon, .control.has-icons-right .input.is-medium~.icon, .control.has-icons-right .select.is-medium~.icon {
	font-size: 1.25rem;
}
.control.has-icons-left .input.is-large~.icon, .control.has-icons-left .select.is-large~.icon, .control.has-icons-right .input.is-large~.icon, .control.has-icons-right .select.is-large~.icon {
	font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
	color: #dbdbdb;
	height: 2.5em;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 2.5em;
	z-index: 4;
}
.control.has-icons-left .input, .control.has-icons-left .select select {
	padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
	left: 0;
}
.control.has-icons-right .input, .control.has-icons-right .select select {
	padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
	right: 0;
}
.control.is-loading::after {
	position: absolute!important;
	right: .625em;
	top: .625em;
	z-index: 4;
}
.control.is-loading.is-small:after {
	font-size: .75rem;
}
.control.is-loading.is-medium:after {
	font-size: 1.25rem;
}
.control.is-loading.is-large:after {
	font-size: 1.5rem;
}
.breadcrumb {
	font-size: 1rem;
	white-space: nowrap;
}
.breadcrumb a {
	align-items: center;
	color: #3273dc;
	display: flex;
	justify-content: center;
	padding: 0 .75em;
}
.breadcrumb a:hover {
	color: #363636;
}
.breadcrumb li {
	align-items: center;
	display: flex;
}
.breadcrumb li:first-child a {
	padding-left: 0;
}
.breadcrumb li.is-active a {
	color: #363636;
	cursor: default;
	pointer-events: none;
}
.breadcrumb li+li::before {
	color: #b5b5b5;
	content: "\0002f";
}
.breadcrumb ol, .breadcrumb ul {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.breadcrumb .icon:first-child {
	margin-right: .5em;
}
.breadcrumb .icon:last-child {
	margin-left: .5em;
}
.breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
	justify-content: center;
}
.breadcrumb.is-right ol, .breadcrumb.is-right ul {
	justify-content: flex-end;
}
.breadcrumb.is-small {
	font-size: .75rem;
}
.breadcrumb.is-medium {
	font-size: 1.25rem;
}
.breadcrumb.is-large {
	font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li+li::before {
	content: "\02192";
}
.breadcrumb.has-bullet-separator li+li::before {
	content: "\02022";
}
.breadcrumb.has-dot-separator li+li::before {
	content: "\000b7";
}
.breadcrumb.has-succeeds-separator li+li::before {
	content: "\0227B";
}
.card {
	background-color: #fff;
	border-radius: .25rem;
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
	color: #4a4a4a;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.card-header {
	background-color: transparent;
	align-items: stretch;
	box-shadow: 0 .125em .25em rgba(10,10,10,.1);
	display: flex;
}
.card-header-title {
	align-items: center;
	color: #363636;
	display: flex;
	flex-grow: 1;
	font-weight: 700;
	padding: .75rem 1rem;
}
.card-header-title.is-centered {
	justify-content: center;
}
.card-header-icon {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: .75rem 1rem;
}
.card-image {
	display: block;
	position: relative;
}
.card-content {
	background-color: transparent;
	padding: 1.5rem;
}
.card-footer {
	background-color: transparent;
	border-top: 1px solid #ededed;
	align-items: stretch;
	display: flex;
}
.card-footer-item {
	align-items: center;
	display: flex;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: center;
	padding: .75rem;
}
.card-footer-item:not(:last-child) {
	border-right: 1px solid #ededed;
}
.card .media:not(:last-child) {
	margin-bottom: 1.5rem;
}
.dropdown {
	display: inline-flex;
	position: relative;
	vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
	display: block;
}
.dropdown.is-right .dropdown-menu {
	left: auto;
	right: 0;
}
.dropdown.is-up .dropdown-menu {
	bottom: 100%;
	padding-bottom: 4px;
	padding-top: initial;
	top: auto;
}
.dropdown-menu {
	display: none;
	left: 0;
	min-width: 12rem;
	padding-top: 4px;
	position: absolute;
	top: 100%;
	z-index: 20;
}
.dropdown-content {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
	padding-bottom: .5rem;
	padding-top: .5rem;
}
.dropdown-item {
	color: #4a4a4a;
	display: block;
	font-size: .875rem;
	line-height: 1.5;
	padding: .375rem 1rem;
	position: relative;
}
a.dropdown-item, button.dropdown-item {
	padding-right: 3rem;
	text-align: inherit;
	white-space: nowrap;
	width: 100%;
}
a.dropdown-item:hover, button.dropdown-item:hover {
	background-color: #f5f5f5;
	color: #0a0a0a;
}
a.dropdown-item.is-active, button.dropdown-item.is-active {
	background-color: #3273dc;
	color: #fff;
}
.dropdown-divider {
	background-color: #ededed;
	border: none;
	display: block;
	height: 1px;
	margin: .5rem 0;
}
.level {
	align-items: center;
	justify-content: space-between;
}
.level code {
	border-radius: 4px;
}
.level img {
	display: inline-block;
	vertical-align: top;
}
.level.is-mobile {
	display: flex;
}
.level.is-mobile .level-left, .level.is-mobile .level-right {
	display: flex;
}
.level.is-mobile .level-left+.level-right {
	margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
	margin-bottom: 0;
	margin-right: .75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
	flex-grow: 1;
}
@media screen and (min-width:769px),print {
	.level {
		display: flex;
	}
	.level>.level-item:not(.is-narrow) {
		flex-grow: 1;
	}
}
.level-item {
	align-items: center;
	display: flex;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
}
.level-item .subtitle, .level-item .title {
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	.level-item:not(:last-child) {
		margin-bottom: .75rem;
	}
}
.level-left, .level-right {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
}
.level-left .level-item.is-flexible, .level-right .level-item.is-flexible {
	flex-grow: 1;
}
@media screen and (min-width:769px),print {
	.level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) {
		margin-right: .75rem;
	}
}
.level-left {
	align-items: center;
	justify-content: flex-start;
}
@media screen and (max-width:768px) {
	.level-left+.level-right {
		margin-top: 1.5rem;
	}
}
@media screen and (min-width:769px),print {
	.level-left {
		display: flex;
	}
}
.level-right {
	align-items: center;
	justify-content: flex-end;
}
@media screen and (min-width:769px),print {
	.level-right {
		display: flex;
	}
}
.media {
	align-items: flex-start;
	display: flex;
	text-align: inherit;
}
.media .content:not(:last-child) {
	margin-bottom: .75rem;
}
.media .media {
	border-top: 1px solid rgba(219,219,219,.5);
	display: flex;
	padding-top: .75rem;
}
.media .media .content:not(:last-child), .media .media .control:not(:last-child) {
	margin-bottom: .5rem;
}
.media .media .media {
	padding-top: .5rem;
}
.media .media .media+.media {
	margin-top: .5rem;
}
.media+.media {
	border-top: 1px solid rgba(219,219,219,.5);
	margin-top: 1rem;
	padding-top: 1rem;
}
.media.is-large+.media {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}
.media-left, .media-right {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
}
.media-left {
	margin-right: 1rem;
}
.media-right {
	margin-left: 1rem;
}
.media-content {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: inherit;
}
@media screen and (max-width:768px) {
	.media-content {
		overflow-x: auto;
	}
}
.menu {
	font-size: 1rem;
}
.menu.is-small {
	font-size: .75rem;
}
.menu.is-medium {
	font-size: 1.25rem;
}
.menu.is-large {
	font-size: 1.5rem;
}
.menu-list {
	line-height: 1.25;
}
.menu-list a {
	border-radius: 2px;
	color: #4a4a4a;
	display: block;
	padding: .5em .75em;
}
.menu-list a:hover {
	background-color: #f5f5f5;
	color: #363636;
}
.menu-list a.is-active {
	background-color: #3273dc;
	color: #fff;
}
.menu-list li ul {
	border-left: 1px solid #dbdbdb;
	margin: .75em;
	padding-left: .75em;
}
.menu-label {
	color: #7a7a7a;
	font-size: .75em;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.menu-label:not(:first-child) {
	margin-top: 1em;
}
.menu-label:not(:last-child) {
	margin-bottom: 1em;
}
.message {
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 1rem;
}
.message strong {
	color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
	color: currentColor;
	text-decoration: underline;
}
.message.is-small {
	font-size: .75rem;
}
.message.is-medium {
	font-size: 1.25rem;
}
.message.is-large {
	font-size: 1.5rem;
}
.message.is-white {
	background-color: #fff;
}
.message.is-white .message-header {
	background-color: #fff;
	color: #0a0a0a;
}
.message.is-white .message-body {
	border-color: #fff;
}
.message.is-black {
	background-color: #fafafa;
}
.message.is-black .message-header {
	background-color: #0a0a0a;
	color: #fff;
}
.message.is-black .message-body {
	border-color: #0a0a0a;
}
.message.is-light {
	background-color: #fafafa;
}
.message.is-light .message-header {
	background-color: #f5f5f5;
	color: rgba(0,0,0,.7);
}
.message.is-light .message-body {
	border-color: #f5f5f5;
}
.message.is-dark {
	background-color: #fafafa;
}
.message.is-dark .message-header {
	background-color: #363636;
	color: #fff;
}
.message.is-dark .message-body {
	border-color: #363636;
}
.message.is-primary {
	background-color: #ebfffc;
}
.message.is-primary .message-header {
	background-color: #00d1b2;
	color: #fff;
}
.message.is-primary .message-body {
	border-color: #00d1b2;
	color: #00947e;
}
.message.is-link {
	background-color: #eef3fc;
}
.message.is-link .message-header {
	background-color: #3273dc;
	color: #fff;
}
.message.is-link .message-body {
	border-color: #3273dc;
	color: #2160c4;
}
.message.is-info {
	background-color: #eef6fc;
}
.message.is-info .message-header {
	background-color: #3298dc;
	color: #fff;
}
.message.is-info .message-body {
	border-color: #3298dc;
	color: #1d72aa;
}
.message.is-success {
	background-color: #effaf3;
}
.message.is-success .message-header {
	background-color: #48c774;
	color: #fff;
}
.message.is-success .message-body {
	border-color: #48c774;
	color: #257942;
}
.message.is-warning {
	background-color: #fffbeb;
}
.message.is-warning .message-header {
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}
.message.is-warning .message-body {
	border-color: #ffdd57;
	color: #947600;
}
.message.is-danger {
	background-color: #feecf0;
}
.message.is-danger .message-header {
	background-color: #f14668;
	color: #fff;
}
.message.is-danger .message-body {
	border-color: #f14668;
	color: #cc0f35;
}
.message-header {
	align-items: center;
	background-color: #4a4a4a;
	border-radius: 4px 4px 0 0;
	color: #fff;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.25;
	padding: .75em 1em;
	position: relative;
}
.message-header .delete {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: .75em;
}
.message-header+.message-body {
	border-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.message-body {
	border-color: #dbdbdb;
	border-radius: 4px;
	border-style: solid;
	border-width: 0 0 0 4px;
	color: #4a4a4a;
	padding: 1.25em 1.5em;
}
.message-body code, .message-body pre {
	background-color: #fff;
}
.message-body pre code {
	background-color: transparent;
}
.modal {
	align-items: center;
	display: none;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 40;
}
.modal.is-active {
	display: flex;
}
.modal-background {
	background-color: rgba(10,10,10,.86);
}
.modal-card, .modal-content {
	margin: 0 20px;
	max-height: calc(100vh - 160px);
	overflow: auto;
	position: relative;
	width: 100%;
}
@media screen and (min-width:769px) {
	.modal-card, .modal-content {
		margin: 0 auto;
		max-height: calc(100vh - 40px);
		width: 640px;
	}
}
.modal-close {
	background: 0 0;
	height: 40px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 40px;
}
.modal-card {
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 40px);
	overflow: hidden;
	-ms-overflow-y: visible;
}
.modal-card-foot, .modal-card-head {
	align-items: center;
	background-color: #f5f5f5;
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
	padding: 20px;
	position: relative;
}
.modal-card-head {
	border-bottom: 1px solid #dbdbdb;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.modal-card-title {
	color: #363636;
	flex-grow: 1;
	flex-shrink: 0;
	font-size: 1.5rem;
	line-height: 1;
}
.modal-card-foot {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px solid #dbdbdb;
}
.modal-card-foot .button:not(:last-child) {
	margin-right: .5em;
}
.modal-card-body {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: auto;
	padding: 20px;
}
.navbar {
	background-color: #fff;
	min-height: 3.25rem;
	position: relative;
	z-index: 30;
}
.navbar.is-white {
	background-color: #fff;
	color: #0a0a0a;
}
.navbar.is-white .navbar-brand .navbar-link, .navbar.is-white .navbar-brand>.navbar-item {
	color: #0a0a0a;
}
.navbar.is-white .navbar-brand .navbar-link.is-active, .navbar.is-white .navbar-brand .navbar-link:focus, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand>.navbar-item.is-active, .navbar.is-white .navbar-brand>.navbar-item:focus, .navbar.is-white .navbar-brand>.navbar-item:hover {
	background-color: #f2f2f2;
	color: #0a0a0a;
}
.navbar.is-white .navbar-brand .navbar-link::after {
	border-color: #0a0a0a;
}
.navbar.is-white .navbar-burger {
	color: #0a0a0a;
}
@media screen and (min-width:1024px) {
	.navbar.is-white .navbar-end .navbar-link, .navbar.is-white .navbar-end>.navbar-item, .navbar.is-white .navbar-start .navbar-link, .navbar.is-white .navbar-start>.navbar-item {
		color: #0a0a0a;
	}
	.navbar.is-white .navbar-end .navbar-link.is-active, .navbar.is-white .navbar-end .navbar-link:focus, .navbar.is-white .navbar-end .navbar-link:hover, .navbar.is-white .navbar-end>.navbar-item.is-active, .navbar.is-white .navbar-end>.navbar-item:focus, .navbar.is-white .navbar-end>.navbar-item:hover, .navbar.is-white .navbar-start .navbar-link.is-active, .navbar.is-white .navbar-start .navbar-link:focus, .navbar.is-white .navbar-start .navbar-link:hover, .navbar.is-white .navbar-start>.navbar-item.is-active, .navbar.is-white .navbar-start>.navbar-item:focus, .navbar.is-white .navbar-start>.navbar-item:hover {
		background-color: #f2f2f2;
		color: #0a0a0a;
	}
	.navbar.is-white .navbar-end .navbar-link::after, .navbar.is-white .navbar-start .navbar-link::after {
		border-color: #0a0a0a;
	}
	.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #f2f2f2;
		color: #0a0a0a;
	}
	.navbar.is-white .navbar-dropdown .navbar-item.is-active {
		background-color: #fff;
		color: #0a0a0a;
	}
}
.navbar.is-black {
	background-color: #0a0a0a;
	color: #fff;
}
.navbar.is-black .navbar-brand .navbar-link, .navbar.is-black .navbar-brand>.navbar-item {
	color: #fff;
}
.navbar.is-black .navbar-brand .navbar-link.is-active, .navbar.is-black .navbar-brand .navbar-link:focus, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand>.navbar-item.is-active, .navbar.is-black .navbar-brand>.navbar-item:focus, .navbar.is-black .navbar-brand>.navbar-item:hover {
	background-color: #000;
	color: #fff;
}
.navbar.is-black .navbar-brand .navbar-link::after {
	border-color: #fff;
}
.navbar.is-black .navbar-burger {
	color: #fff;
}
@media screen and (min-width:1024px) {
	.navbar.is-black .navbar-end .navbar-link, .navbar.is-black .navbar-end>.navbar-item, .navbar.is-black .navbar-start .navbar-link, .navbar.is-black .navbar-start>.navbar-item {
		color: #fff;
	}
	.navbar.is-black .navbar-end .navbar-link.is-active, .navbar.is-black .navbar-end .navbar-link:focus, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-end>.navbar-item.is-active, .navbar.is-black .navbar-end>.navbar-item:focus, .navbar.is-black .navbar-end>.navbar-item:hover, .navbar.is-black .navbar-start .navbar-link.is-active, .navbar.is-black .navbar-start .navbar-link:focus, .navbar.is-black .navbar-start .navbar-link:hover, .navbar.is-black .navbar-start>.navbar-item.is-active, .navbar.is-black .navbar-start>.navbar-item:focus, .navbar.is-black .navbar-start>.navbar-item:hover {
		background-color: #000;
		color: #fff;
	}
	.navbar.is-black .navbar-end .navbar-link::after, .navbar.is-black .navbar-start .navbar-link::after {
		border-color: #fff;
	}
	.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #000;
		color: #fff;
	}
	.navbar.is-black .navbar-dropdown .navbar-item.is-active {
		background-color: #0a0a0a;
		color: #fff;
	}
}
.navbar.is-light {
	background-color: #f5f5f5;
	color: rgba(0,0,0,.7);
}
.navbar.is-light .navbar-brand .navbar-link, .navbar.is-light .navbar-brand>.navbar-item {
	color: rgba(0,0,0,.7);
}
.navbar.is-light .navbar-brand .navbar-link.is-active, .navbar.is-light .navbar-brand .navbar-link:focus, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand>.navbar-item.is-active, .navbar.is-light .navbar-brand>.navbar-item:focus, .navbar.is-light .navbar-brand>.navbar-item:hover {
	background-color: #e8e8e8;
	color: rgba(0,0,0,.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
	border-color: rgba(0,0,0,.7);
}
.navbar.is-light .navbar-burger {
	color: rgba(0,0,0,.7);
}
@media screen and (min-width:1024px) {
	.navbar.is-light .navbar-end .navbar-link, .navbar.is-light .navbar-end>.navbar-item, .navbar.is-light .navbar-start .navbar-link, .navbar.is-light .navbar-start>.navbar-item {
		color: rgba(0,0,0,.7);
	}
	.navbar.is-light .navbar-end .navbar-link.is-active, .navbar.is-light .navbar-end .navbar-link:focus, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-end>.navbar-item.is-active, .navbar.is-light .navbar-end>.navbar-item:focus, .navbar.is-light .navbar-end>.navbar-item:hover, .navbar.is-light .navbar-start .navbar-link.is-active, .navbar.is-light .navbar-start .navbar-link:focus, .navbar.is-light .navbar-start .navbar-link:hover, .navbar.is-light .navbar-start>.navbar-item.is-active, .navbar.is-light .navbar-start>.navbar-item:focus, .navbar.is-light .navbar-start>.navbar-item:hover {
		background-color: #e8e8e8;
		color: rgba(0,0,0,.7);
	}
	.navbar.is-light .navbar-end .navbar-link::after, .navbar.is-light .navbar-start .navbar-link::after {
		border-color: rgba(0,0,0,.7);
	}
	.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #e8e8e8;
		color: rgba(0,0,0,.7);
	}
	.navbar.is-light .navbar-dropdown .navbar-item.is-active {
		background-color: #f5f5f5;
		color: rgba(0,0,0,.7);
	}
}
.navbar.is-dark {
	background-color: #363636;
	color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link, .navbar.is-dark .navbar-brand>.navbar-item {
	color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link.is-active, .navbar.is-dark .navbar-brand .navbar-link:focus, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand>.navbar-item.is-active, .navbar.is-dark .navbar-brand>.navbar-item:focus, .navbar.is-dark .navbar-brand>.navbar-item:hover {
	background-color: #292929;
	color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
	border-color: #fff;
}
.navbar.is-dark .navbar-burger {
	color: #fff;
}
@media screen and (min-width:1024px) {
	.navbar.is-dark .navbar-end .navbar-link, .navbar.is-dark .navbar-end>.navbar-item, .navbar.is-dark .navbar-start .navbar-link, .navbar.is-dark .navbar-start>.navbar-item {
		color: #fff;
	}
	.navbar.is-dark .navbar-end .navbar-link.is-active, .navbar.is-dark .navbar-end .navbar-link:focus, .navbar.is-dark .navbar-end .navbar-link:hover, .navbar.is-dark .navbar-end>.navbar-item.is-active, .navbar.is-dark .navbar-end>.navbar-item:focus, .navbar.is-dark .navbar-end>.navbar-item:hover, .navbar.is-dark .navbar-start .navbar-link.is-active, .navbar.is-dark .navbar-start .navbar-link:focus, .navbar.is-dark .navbar-start .navbar-link:hover, .navbar.is-dark .navbar-start>.navbar-item.is-active, .navbar.is-dark .navbar-start>.navbar-item:focus, .navbar.is-dark .navbar-start>.navbar-item:hover {
		background-color: #292929;
		color: #fff;
	}
	.navbar.is-dark .navbar-end .navbar-link::after, .navbar.is-dark .navbar-start .navbar-link::after {
		border-color: #fff;
	}
	.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #292929;
		color: #fff;
	}
	.navbar.is-dark .navbar-dropdown .navbar-item.is-active {
		background-color: #363636;
		color: #fff;
	}
}
.navbar.is-primary {
	background-color: #00d1b2;
	color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link, .navbar.is-primary .navbar-brand>.navbar-item {
	color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link.is-active, .navbar.is-primary .navbar-brand .navbar-link:focus, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand>.navbar-item.is-active, .navbar.is-primary .navbar-brand>.navbar-item:focus, .navbar.is-primary .navbar-brand>.navbar-item:hover {
	background-color: #00b89c;
	color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
	border-color: #fff;
}
.navbar.is-primary .navbar-burger {
	color: #fff;
}
@media screen and (min-width:1024px) {
	.navbar.is-primary .navbar-end .navbar-link, .navbar.is-primary .navbar-end>.navbar-item, .navbar.is-primary .navbar-start .navbar-link, .navbar.is-primary .navbar-start>.navbar-item {
		color: #fff;
	}
	.navbar.is-primary .navbar-end .navbar-link.is-active, .navbar.is-primary .navbar-end .navbar-link:focus, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-end>.navbar-item.is-active, .navbar.is-primary .navbar-end>.navbar-item:focus, .navbar.is-primary .navbar-end>.navbar-item:hover, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-start .navbar-link:focus, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-start>.navbar-item.is-active, .navbar.is-primary .navbar-start>.navbar-item:focus, .navbar.is-primary .navbar-start>.navbar-item:hover {
		background-color: #00b89c;
		color: #fff;
	}
	.navbar.is-primary .navbar-end .navbar-link::after, .navbar.is-primary .navbar-start .navbar-link::after {
		border-color: #fff;
	}
	.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #00b89c;
		color: #fff;
	}
	.navbar.is-primary .navbar-dropdown .navbar-item.is-active {
		background-color: #00d1b2;
		color: #fff;
	}
}
.navbar.is-link {
	background-color: #3273dc;
	color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link, .navbar.is-link .navbar-brand>.navbar-item {
	color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link.is-active, .navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand>.navbar-item.is-active, .navbar.is-link .navbar-brand>.navbar-item:focus, .navbar.is-link .navbar-brand>.navbar-item:hover {
	background-color: #2366d1;
	color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
	border-color: #fff;
}
.navbar.is-link .navbar-burger {
	color: #fff;
}
@media screen and (min-width:1024px) {
	.navbar.is-link .navbar-end .navbar-link, .navbar.is-link .navbar-end>.navbar-item, .navbar.is-link .navbar-start .navbar-link, .navbar.is-link .navbar-start>.navbar-item {
		color: #fff;
	}
	.navbar.is-link .navbar-end .navbar-link.is-active, .navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end>.navbar-item.is-active, .navbar.is-link .navbar-end>.navbar-item:focus, .navbar.is-link .navbar-end>.navbar-item:hover, .navbar.is-link .navbar-start .navbar-link.is-active, .navbar.is-link .navbar-start .navbar-link:focus, .navbar.is-link .navbar-start .navbar-link:hover, .navbar.is-link .navbar-start>.navbar-item.is-active, .navbar.is-link .navbar-start>.navbar-item:focus, .navbar.is-link .navbar-start>.navbar-item:hover {
		background-color: #2366d1;
		color: #fff;
	}
	.navbar.is-link .navbar-end .navbar-link::after, .navbar.is-link .navbar-start .navbar-link::after {
		border-color: #fff;
	}
	.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #2366d1;
		color: #fff;
	}
	.navbar.is-link .navbar-dropdown .navbar-item.is-active {
		background-color: #3273dc;
		color: #fff;
	}
}
.navbar.is-info {
	background-color: #3298dc;
	color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link, .navbar.is-info .navbar-brand>.navbar-item {
	color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link.is-active, .navbar.is-info .navbar-brand .navbar-link:focus, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand>.navbar-item.is-active, .navbar.is-info .navbar-brand>.navbar-item:focus, .navbar.is-info .navbar-brand>.navbar-item:hover {
	background-color: #238cd1;
	color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
	border-color: #fff;
}
.navbar.is-info .navbar-burger {
	color: #fff;
}
@media screen and (min-width:1024px) {
	.navbar.is-info .navbar-end .navbar-link, .navbar.is-info .navbar-end>.navbar-item, .navbar.is-info .navbar-start .navbar-link, .navbar.is-info .navbar-start>.navbar-item {
		color: #fff;
	}
	.navbar.is-info .navbar-end .navbar-link.is-active, .navbar.is-info .navbar-end .navbar-link:focus, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end>.navbar-item.is-active, .navbar.is-info .navbar-end>.navbar-item:focus, .navbar.is-info .navbar-end>.navbar-item:hover, .navbar.is-info .navbar-start .navbar-link.is-active, .navbar.is-info .navbar-start .navbar-link:focus, .navbar.is-info .navbar-start .navbar-link:hover, .navbar.is-info .navbar-start>.navbar-item.is-active, .navbar.is-info .navbar-start>.navbar-item:focus, .navbar.is-info .navbar-start>.navbar-item:hover {
		background-color: #238cd1;
		color: #fff;
	}
	.navbar.is-info .navbar-end .navbar-link::after, .navbar.is-info .navbar-start .navbar-link::after {
		border-color: #fff;
	}
	.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #238cd1;
		color: #fff;
	}
	.navbar.is-info .navbar-dropdown .navbar-item.is-active {
		background-color: #3298dc;
		color: #fff;
	}
}
.navbar.is-success {
	background-color: #48c774;
	color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link, .navbar.is-success .navbar-brand>.navbar-item {
	color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link.is-active, .navbar.is-success .navbar-brand .navbar-link:focus, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand>.navbar-item.is-active, .navbar.is-success .navbar-brand>.navbar-item:focus, .navbar.is-success .navbar-brand>.navbar-item:hover {
	background-color: #3abb67;
	color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
	border-color: #fff;
}
.navbar.is-success .navbar-burger {
	color: #fff;
}
@media screen and (min-width:1024px) {
	.navbar.is-success .navbar-end .navbar-link, .navbar.is-success .navbar-end>.navbar-item, .navbar.is-success .navbar-start .navbar-link, .navbar.is-success .navbar-start>.navbar-item {
		color: #fff;
	}
	.navbar.is-success .navbar-end .navbar-link.is-active, .navbar.is-success .navbar-end .navbar-link:focus, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-end>.navbar-item.is-active, .navbar.is-success .navbar-end>.navbar-item:focus, .navbar.is-success .navbar-end>.navbar-item:hover, .navbar.is-success .navbar-start .navbar-link.is-active, .navbar.is-success .navbar-start .navbar-link:focus, .navbar.is-success .navbar-start .navbar-link:hover, .navbar.is-success .navbar-start>.navbar-item.is-active, .navbar.is-success .navbar-start>.navbar-item:focus, .navbar.is-success .navbar-start>.navbar-item:hover {
		background-color: #3abb67;
		color: #fff;
	}
	.navbar.is-success .navbar-end .navbar-link::after, .navbar.is-success .navbar-start .navbar-link::after {
		border-color: #fff;
	}
	.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #3abb67;
		color: #fff;
	}
	.navbar.is-success .navbar-dropdown .navbar-item.is-active {
		background-color: #48c774;
		color: #fff;
	}
}
.navbar.is-warning {
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}
.navbar.is-warning .navbar-brand .navbar-link, .navbar.is-warning .navbar-brand>.navbar-item {
	color: rgba(0,0,0,.7);
}
.navbar.is-warning .navbar-brand .navbar-link.is-active, .navbar.is-warning .navbar-brand .navbar-link:focus, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand>.navbar-item.is-active, .navbar.is-warning .navbar-brand>.navbar-item:focus, .navbar.is-warning .navbar-brand>.navbar-item:hover {
	background-color: #ffd83d;
	color: rgba(0,0,0,.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
	border-color: rgba(0,0,0,.7);
}
.navbar.is-warning .navbar-burger {
	color: rgba(0,0,0,.7);
}
@media screen and (min-width:1024px) {
	.navbar.is-warning .navbar-end .navbar-link, .navbar.is-warning .navbar-end>.navbar-item, .navbar.is-warning .navbar-start .navbar-link, .navbar.is-warning .navbar-start>.navbar-item {
		color: rgba(0,0,0,.7);
	}
	.navbar.is-warning .navbar-end .navbar-link.is-active, .navbar.is-warning .navbar-end .navbar-link:focus, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-end>.navbar-item.is-active, .navbar.is-warning .navbar-end>.navbar-item:focus, .navbar.is-warning .navbar-end>.navbar-item:hover, .navbar.is-warning .navbar-start .navbar-link.is-active, .navbar.is-warning .navbar-start .navbar-link:focus, .navbar.is-warning .navbar-start .navbar-link:hover, .navbar.is-warning .navbar-start>.navbar-item.is-active, .navbar.is-warning .navbar-start>.navbar-item:focus, .navbar.is-warning .navbar-start>.navbar-item:hover {
		background-color: #ffd83d;
		color: rgba(0,0,0,.7);
	}
	.navbar.is-warning .navbar-end .navbar-link::after, .navbar.is-warning .navbar-start .navbar-link::after {
		border-color: rgba(0,0,0,.7);
	}
	.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #ffd83d;
		color: rgba(0,0,0,.7);
	}
	.navbar.is-warning .navbar-dropdown .navbar-item.is-active {
		background-color: #ffdd57;
		color: rgba(0,0,0,.7);
	}
}
.navbar.is-danger {
	background-color: #f14668;
	color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link, .navbar.is-danger .navbar-brand>.navbar-item {
	color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link.is-active, .navbar.is-danger .navbar-brand .navbar-link:focus, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand>.navbar-item.is-active, .navbar.is-danger .navbar-brand>.navbar-item:focus, .navbar.is-danger .navbar-brand>.navbar-item:hover {
	background-color: #ef2e55;
	color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
	border-color: #fff;
}
.navbar.is-danger .navbar-burger {
	color: #fff;
}
@media screen and (min-width:1024px) {
	.navbar.is-danger .navbar-end .navbar-link, .navbar.is-danger .navbar-end>.navbar-item, .navbar.is-danger .navbar-start .navbar-link, .navbar.is-danger .navbar-start>.navbar-item {
		color: #fff;
	}
	.navbar.is-danger .navbar-end .navbar-link.is-active, .navbar.is-danger .navbar-end .navbar-link:focus, .navbar.is-danger .navbar-end .navbar-link:hover, .navbar.is-danger .navbar-end>.navbar-item.is-active, .navbar.is-danger .navbar-end>.navbar-item:focus, .navbar.is-danger .navbar-end>.navbar-item:hover, .navbar.is-danger .navbar-start .navbar-link.is-active, .navbar.is-danger .navbar-start .navbar-link:focus, .navbar.is-danger .navbar-start .navbar-link:hover, .navbar.is-danger .navbar-start>.navbar-item.is-active, .navbar.is-danger .navbar-start>.navbar-item:focus, .navbar.is-danger .navbar-start>.navbar-item:hover {
		background-color: #ef2e55;
		color: #fff;
	}
	.navbar.is-danger .navbar-end .navbar-link::after, .navbar.is-danger .navbar-start .navbar-link::after {
		border-color: #fff;
	}
	.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #ef2e55;
		color: #fff;
	}
	.navbar.is-danger .navbar-dropdown .navbar-item.is-active {
		background-color: #f14668;
		color: #fff;
	}
}
.navbar>.container {
	align-items: stretch;
	display: flex;
	min-height: 3.25rem;
	width: 100%;
}
.navbar.has-shadow {
	box-shadow: 0 2px 0 0 #f5f5f5;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 30;
}
.navbar.is-fixed-bottom {
	bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
	box-shadow: 0 -2px 0 0 #f5f5f5;
}
.navbar.is-fixed-top {
	top: 0;
}
body.has-navbar-fixed-top, html.has-navbar-fixed-top {
	padding-top: 3.25rem;
}
body.has-navbar-fixed-bottom, html.has-navbar-fixed-bottom {
	padding-bottom: 3.25rem;
}
.navbar-brand, .navbar-tabs {
	align-items: stretch;
	display: flex;
	flex-shrink: 0;
	min-height: 3.25rem;
}
.navbar-brand .navbar-item:focus, .navbar-brand .navbar-item:hover {
	background-color: transparent;
}
.navbar-tabs {
	-webkit-overflow-scrolling: touch;
	max-width: 100vw;
	overflow-x: auto;
	overflow-y: hidden;
}
.navbar-burger {
	color: #4a4a4a;
	cursor: pointer;
	display: block;
	height: 3.25rem;
	position: relative;
	width: 3.25rem;
	margin-left: auto;
}
.navbar-burger span {
	background-color: currentColor;
	display: block;
	height: 1px;
	left: calc(50% - 8px);
	position: absolute;
	transform-origin: center;
	transition-duration: 86ms;
	transition-property: background-color,opacity,transform;
	transition-timing-function: ease-out;
	width: 16px;
}
.navbar-burger span:nth-child(1) {
	top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
	top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
	top: calc(50% + 4px);
}
.navbar-burger:hover {
	background-color: rgba(0,0,0,.05);
}
.navbar-burger.is-active span:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
	opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}
.navbar-menu {
	display: none;
}
.navbar-item, .navbar-link {
	color: #4a4a4a;
	display: block;
	line-height: 1.5;
	padding: .5rem .75rem;
	position: relative;
}
.navbar-item .icon:only-child, .navbar-link .icon:only-child {
	margin-left: -.25rem;
	margin-right: -.25rem;
}
.navbar-link, .navbar-item {
	cursor: pointer;
}
.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-item.is-active, .navbar-item:focus, .navbar-item:focus-within, .navbar-item:hover {
	background-color: #fafafa;
	color: #3273dc;
}
.navbar-item {
	flex-grow: 0;
	flex-shrink: 0;
}
.navbar-item img {
	max-height: 1.75rem;
}
.navbar-item.has-dropdown {
	padding: 0;
}
.navbar-item.is-expanded {
	flex-grow: 1;
	flex-shrink: 1;
}
.navbar-item.is-tab {
	border-bottom: 1px solid transparent;
	min-height: 3.25rem;
	padding-bottom: calc(.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
	background-color: transparent;
	border-bottom-color: #3273dc;
}
.navbar-item.is-tab.is-active {
	background-color: transparent;
	border-bottom-color: #3273dc;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #3273dc;
	padding-bottom: calc(.5rem - 3px);
}
.navbar-content {
	flex-grow: 1;
	flex-shrink: 1;
}
.navbar-link:not(.is-arrowless) {
	padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
	border-color: #3273dc;
	margin-top: -.375em;
	right: 1.125em;
}
.navbar-dropdown {
	font-size: .875rem;
	padding-bottom: .5rem;
	padding-top: .5rem;
}
.navbar-dropdown .navbar-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.navbar-divider {
	background-color: #f5f5f5;
	border: none;
	display: none;
	height: 2px;
	margin: .5rem 0;
}
@media screen and (max-width:1023px) {
	.navbar>.container {
		display: block;
	}
	.navbar-brand .navbar-item, .navbar-tabs .navbar-item {
		align-items: center;
		display: flex;
	}
	.navbar-link::after {
		display: none;
	}
	.navbar-menu {
		background-color: #fff;
		box-shadow: 0 8px 16px rgba(10,10,10,.1);
		padding: .5rem 0;
	}
	.navbar-menu.is-active {
		display: block;
	}
	.navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 30;
	}
	.navbar.is-fixed-bottom-touch {
		bottom: 0;
	}
	.navbar.is-fixed-bottom-touch.has-shadow {
		box-shadow: 0 -2px 3px rgba(10,10,10,.1);
	}
	.navbar.is-fixed-top-touch {
		top: 0;
	}
	.navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
		-webkit-overflow-scrolling: touch;
		max-height: calc(100vh - 3.25rem);
		overflow: auto;
	}
	body.has-navbar-fixed-top-touch, html.has-navbar-fixed-top-touch {
		padding-top: 3.25rem;
	}
	body.has-navbar-fixed-bottom-touch, html.has-navbar-fixed-bottom-touch {
		padding-bottom: 3.25rem;
	}
}
@media screen and (min-width:1024px) {
	.navbar, .navbar-end, .navbar-menu, .navbar-start {
		align-items: stretch;
		display: flex;
	}
	.navbar {
		min-height: 3.25rem;
	}
	.navbar.is-spaced {
		padding: 1rem 2rem;
	}
	.navbar.is-spaced .navbar-end, .navbar.is-spaced .navbar-start {
		align-items: center;
	}
	.navbar.is-spaced .navbar-link, .navbar.is-spaced .navbar-item {
		border-radius: 4px;
	}
	.navbar.is-transparent .navbar-link.is-active, .navbar.is-transparent .navbar-link:focus, .navbar.is-transparent .navbar-link:hover, .navbar.is-transparent .navbar-item.is-active, .navbar.is-transparent .navbar-item:focus, .navbar.is-transparent .navbar-item:hover {
		background-color: transparent!important;
	}
	.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
		background-color: transparent!important;
	}
	.navbar.is-transparent .navbar-dropdown .navbar-item:focus, .navbar.is-transparent .navbar-dropdown .navbar-item:hover {
		background-color: #f5f5f5;
		color: #0a0a0a;
	}
	.navbar.is-transparent .navbar-dropdown .navbar-item.is-active {
		background-color: #f5f5f5;
		color: #3273dc;
	}
	.navbar-burger {
		display: none;
	}
	.navbar-item, .navbar-link {
		align-items: center;
		display: flex;
	}
	.navbar-item.has-dropdown {
		align-items: stretch;
	}
	.navbar-item.has-dropdown-up .navbar-link::after {
		transform: rotate(135deg) translate(.25em,-.25em);
	}
	.navbar-item.has-dropdown-up .navbar-dropdown {
		border-bottom: 2px solid #dbdbdb;
		border-radius: 6px 6px 0 0;
		border-top: none;
		bottom: 100%;
		box-shadow: 0 -8px 8px rgba(10,10,10,.1);
		top: auto;
	}
	.navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
		display: block;
	}
	.navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}
	.navbar-menu {
		flex-grow: 1;
		flex-shrink: 0;
	}
	.navbar-start {
		justify-content: flex-start;
		margin-right: auto;
	}
	.navbar-end {
		justify-content: flex-end;
		margin-left: auto;
	}
	.navbar-dropdown {
		background-color: #fff;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top: 2px solid #dbdbdb;
		box-shadow: 0 8px 8px rgba(10,10,10,.1);
		display: none;
		font-size: .875rem;
		left: 0;
		min-width: 100%;
		position: absolute;
		top: 100%;
		z-index: 20;
	}
	.navbar-dropdown .navbar-item {
		padding: .375rem 1rem;
		white-space: nowrap;
	}
	.navbar-dropdown .navbar-item {
		padding-right: 3rem;
	}
	.navbar-dropdown .navbar-item:focus, .navbar-dropdown .navbar-item:hover {
		background-color: #f5f5f5;
		color: #0a0a0a;
	}
	.navbar-dropdown .navbar-item.is-active {
		background-color: #f5f5f5;
		color: #3273dc;
	}
	.navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-dropdown {
		border-radius: 6px;
		border-top: none;
		box-shadow: 0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
		display: block;
		opacity: 0;
		pointer-events: none;
		top: calc(100% + -4px);
		transform: translateY(-5px);
		transition-duration: 86ms;
		transition-property: opacity,transform;
	}
	.navbar-dropdown.is-right {
		left: auto;
		right: 0;
	}
	.navbar-divider {
		display: block;
	}
	.container>.navbar .navbar-brand, .navbar>.container .navbar-brand {
		margin-left: -.75rem;
	}
	.container>.navbar .navbar-menu, .navbar>.container .navbar-menu {
		margin-right: -.75rem;
	}
	.navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 30;
	}
	.navbar.is-fixed-bottom-desktop {
		bottom: 0;
	}
	.navbar.is-fixed-bottom-desktop.has-shadow {
		box-shadow: 0 -2px 3px rgba(10,10,10,.1);
	}
	.navbar.is-fixed-top-desktop {
		top: 0;
	}
	body.has-navbar-fixed-top-desktop, html.has-navbar-fixed-top-desktop {
		padding-top: 3.25rem;
	}
	body.has-navbar-fixed-bottom-desktop, html.has-navbar-fixed-bottom-desktop {
		padding-bottom: 3.25rem;
	}
	body.has-spaced-navbar-fixed-top, html.has-spaced-navbar-fixed-top {
		padding-top: 5.25rem;
	}
	body.has-spaced-navbar-fixed-bottom, html.has-spaced-navbar-fixed-bottom {
		padding-bottom: 5.25rem;
	}
	.navbar-link.is-active, .navbar-item.is-active {
		color: #0a0a0a;
	}
	.navbar-link.is-active:not(:focus):not(:hover), .navbar-item.is-active:not(:focus):not(:hover) {
		background-color: transparent;
	}
	.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #fafafa;
	}
}
.hero.is-fullheight-with-navbar {
	min-height: calc(100vh - 3.25rem);
}
.pagination {
	font-size: 1rem;
	margin: -.25rem;
}
.pagination.is-small {
	font-size: .75rem;
}
.pagination.is-medium {
	font-size: 1.25rem;
}
.pagination.is-large {
	font-size: 1.5rem;
}
.pagination.is-rounded .pagination-next, .pagination.is-rounded .pagination-previous {
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 290486px;
}
.pagination.is-rounded .pagination-link {
	border-radius: 290486px;
}
.pagination, .pagination-list {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}
.pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous {
	font-size: 1em;
	justify-content: center;
	margin: .25rem;
	padding-left: .5em;
	padding-right: .5em;
	text-align: center;
}
.pagination-link, .pagination-next, .pagination-previous {
	border-color: #dbdbdb;
	color: #363636;
	min-width: 2.5em;
}
.pagination-link:hover, .pagination-next:hover, .pagination-previous:hover {
	border-color: #b5b5b5;
	color: #363636;
}
.pagination-link:focus, .pagination-next:focus, .pagination-previous:focus {
	border-color: #3273dc;
}
.pagination-link:active, .pagination-next:active, .pagination-previous:active {
	box-shadow: inset 0 1px 2px rgba(10,10,10,.2);
}
.pagination-link[disabled], .pagination-next[disabled], .pagination-previous[disabled] {
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	box-shadow: none;
	color: #7a7a7a;
	opacity: .5;
}
.pagination-next, .pagination-previous {
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap;
}
.pagination-link.is-current {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff;
}
.pagination-ellipsis {
	color: #b5b5b5;
	pointer-events: none;
}
.pagination-list {
	flex-wrap: wrap;
}
@media screen and (max-width:768px) {
	.pagination {
		flex-wrap: wrap;
	}
	.pagination-next, .pagination-previous {
		flex-grow: 1;
		flex-shrink: 1;
	}
	.pagination-list li {
		flex-grow: 1;
		flex-shrink: 1;
	}
}
@media screen and (min-width:769px),print {
	.pagination-list {
		flex-grow: 1;
		flex-shrink: 1;
		justify-content: flex-start;
		order: 1;
	}
	.pagination-previous {
		order: 2;
	}
	.pagination-next {
		order: 3;
	}
	.pagination {
		justify-content: space-between;
	}
	.pagination.is-centered .pagination-previous {
		order: 1;
	}
	.pagination.is-centered .pagination-list {
		justify-content: center;
		order: 2;
	}
	.pagination.is-centered .pagination-next {
		order: 3;
	}
	.pagination.is-right .pagination-previous {
		order: 1;
	}
	.pagination.is-right .pagination-next {
		order: 2;
	}
	.pagination.is-right .pagination-list {
		justify-content: flex-end;
		order: 3;
	}
}
.panel {
	border-radius: 6px;
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
	font-size: 1rem;
}
.panel:not(:last-child) {
	margin-bottom: 1.5rem;
}
.panel.is-white .panel-heading {
	background-color: #fff;
	color: #0a0a0a;
}
.panel.is-white .panel-tabs a.is-active {
	border-bottom-color: #fff;
}
.panel.is-white .panel-block.is-active .panel-icon {
	color: #fff;
}
.panel.is-black .panel-heading {
	background-color: #0a0a0a;
	color: #fff;
}
.panel.is-black .panel-tabs a.is-active {
	border-bottom-color: #0a0a0a;
}
.panel.is-black .panel-block.is-active .panel-icon {
	color: #0a0a0a;
}
.panel.is-light .panel-heading {
	background-color: #f5f5f5;
	color: rgba(0,0,0,.7);
}
.panel.is-light .panel-tabs a.is-active {
	border-bottom-color: #f5f5f5;
}
.panel.is-light .panel-block.is-active .panel-icon {
	color: #f5f5f5;
}
.panel.is-dark .panel-heading {
	background-color: #363636;
	color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
	border-bottom-color: #363636;
}
.panel.is-dark .panel-block.is-active .panel-icon {
	color: #363636;
}
.panel.is-primary .panel-heading {
	background-color: #00d1b2;
	color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
	border-bottom-color: #00d1b2;
}
.panel.is-primary .panel-block.is-active .panel-icon {
	color: #00d1b2;
}
.panel.is-link .panel-heading {
	background-color: #3273dc;
	color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
	border-bottom-color: #3273dc;
}
.panel.is-link .panel-block.is-active .panel-icon {
	color: #3273dc;
}
.panel.is-info .panel-heading {
	background-color: #3298dc;
	color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
	border-bottom-color: #3298dc;
}
.panel.is-info .panel-block.is-active .panel-icon {
	color: #3298dc;
}
.panel.is-success .panel-heading {
	background-color: #48c774;
	color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
	border-bottom-color: #48c774;
}
.panel.is-success .panel-block.is-active .panel-icon {
	color: #48c774;
}
.panel.is-warning .panel-heading {
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}
.panel.is-warning .panel-tabs a.is-active {
	border-bottom-color: #ffdd57;
}
.panel.is-warning .panel-block.is-active .panel-icon {
	color: #ffdd57;
}
.panel.is-danger .panel-heading {
	background-color: #f14668;
	color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
	border-bottom-color: #f14668;
}
.panel.is-danger .panel-block.is-active .panel-icon {
	color: #f14668;
}
.panel-block:not(:last-child), .panel-tabs:not(:last-child) {
	border-bottom: 1px solid #ededed;
}
.panel-heading {
	background-color: #ededed;
	border-radius: 6px 6px 0 0;
	color: #363636;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.25;
	padding: .75em 1em;
}
.panel-tabs {
	align-items: flex-end;
	display: flex;
	font-size: .875em;
	justify-content: center;
}
.panel-tabs a {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: -1px;
	padding: .5em;
}
.panel-tabs a.is-active {
	border-bottom-color: #4a4a4a;
	color: #363636;
}
.panel-list a {
	color: #4a4a4a;
}
.panel-list a:hover {
	color: #3273dc;
}
.panel-block {
	align-items: center;
	color: #363636;
	display: flex;
	justify-content: flex-start;
	padding: .5em .75em;
}
.panel-block input[type=checkbox] {
	margin-right: .75em;
}
.panel-block>.control {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
}
.panel-block.is-wrapped {
	flex-wrap: wrap;
}
.panel-block.is-active {
	border-left-color: #3273dc;
	color: #363636;
}
.panel-block.is-active .panel-icon {
	color: #3273dc;
}
.panel-block:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
a.panel-block, label.panel-block {
	cursor: pointer;
}
a.panel-block:hover, label.panel-block:hover {
	background-color: #f5f5f5;
}
.panel-icon {
	display: inline-block;
	font-size: 14px;
	height: 1em;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 1em;
	color: #7a7a7a;
	margin-right: .75em;
}
.panel-icon .fa {
	font-size: inherit;
	line-height: inherit;
}
.tabs {
	-webkit-overflow-scrolling: touch;
	align-items: stretch;
	display: flex;
	font-size: 1rem;
	justify-content: space-between;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}
.tabs a {
	align-items: center;
	border-bottom-color: #dbdbdb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #4a4a4a;
	display: flex;
	justify-content: center;
	margin-bottom: -1px;
	padding: .5em 1em;
	vertical-align: top;
}
.tabs a:hover {
	border-bottom-color: #363636;
	color: #363636;
}
.tabs li {
	display: block;
}
.tabs li.is-active a {
	border-bottom-color: #3273dc;
	color: #3273dc;
}
.tabs ul {
	align-items: center;
	border-bottom-color: #dbdbdb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: flex;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: flex-start;
}
.tabs ul.is-left {
	padding-right: .75em;
}
.tabs ul.is-center {
	flex: none;
	justify-content: center;
	padding-left: .75em;
	padding-right: .75em;
}
.tabs ul.is-right {
	justify-content: flex-end;
	padding-left: .75em;
}
.tabs .icon:first-child {
	margin-right: .5em;
}
.tabs .icon:last-child {
	margin-left: .5em;
}
.tabs.is-centered ul {
	justify-content: center;
}
.tabs.is-right ul {
	justify-content: flex-end;
}
.tabs.is-boxed a {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
	background-color: #f5f5f5;
	border-bottom-color: #dbdbdb;
}
.tabs.is-boxed li.is-active a {
	background-color: #fff;
	border-color: #dbdbdb;
	border-bottom-color: transparent!important;
}
.tabs.is-fullwidth li {
	flex-grow: 1;
	flex-shrink: 0;
}
.tabs.is-toggle a {
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0;
	position: relative;
}
.tabs.is-toggle a:hover {
	background-color: #f5f5f5;
	border-color: #b5b5b5;
	z-index: 2;
}
.tabs.is-toggle li+li {
	margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff;
	z-index: 1;
}
.tabs.is-toggle ul {
	border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
	border-bottom-left-radius: 290486px;
	border-top-left-radius: 290486px;
	padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
	border-bottom-right-radius: 290486px;
	border-top-right-radius: 290486px;
	padding-right: 1.25em;
}
.tabs.is-small {
	font-size: .75rem;
}
.tabs.is-medium {
	font-size: 1.25rem;
}
.tabs.is-large {
	font-size: 1.5rem;
}
.column {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	padding: .75rem;
}
.columns.is-mobile>.column.is-narrow {
	flex: none;
}
.columns.is-mobile>.column.is-full {
	flex: none;
	width: 100%;
}
.columns.is-mobile>.column.is-three-quarters {
	flex: none;
	width: 75%;
}
.columns.is-mobile>.column.is-two-thirds {
	flex: none;
	width: 66.6666%;
}
.columns.is-mobile>.column.is-half {
	flex: none;
	width: 50%;
}
.columns.is-mobile>.column.is-one-third {
	flex: none;
	width: 33.3333%;
}
.columns.is-mobile>.column.is-one-quarter {
	flex: none;
	width: 25%;
}
.columns.is-mobile>.column.is-one-fifth {
	flex: none;
	width: 20%;
}
.columns.is-mobile>.column.is-two-fifths {
	flex: none;
	width: 40%;
}
.columns.is-mobile>.column.is-three-fifths {
	flex: none;
	width: 60%;
}
.columns.is-mobile>.column.is-four-fifths {
	flex: none;
	width: 80%;
}
.columns.is-mobile>.column.is-offset-three-quarters {
	margin-left: 75%;
}
.columns.is-mobile>.column.is-offset-two-thirds {
	margin-left: 66.6666%;
}
.columns.is-mobile>.column.is-offset-half {
	margin-left: 50%;
}
.columns.is-mobile>.column.is-offset-one-third {
	margin-left: 33.3333%;
}
.columns.is-mobile>.column.is-offset-one-quarter {
	margin-left: 25%;
}
.columns.is-mobile>.column.is-offset-one-fifth {
	margin-left: 20%;
}
.columns.is-mobile>.column.is-offset-two-fifths {
	margin-left: 40%;
}
.columns.is-mobile>.column.is-offset-three-fifths {
	margin-left: 60%;
}
.columns.is-mobile>.column.is-offset-four-fifths {
	margin-left: 80%;
}
.columns.is-mobile>.column.is-0 {
	flex: none;
	width: 0%;
}
.columns.is-mobile>.column.is-offset-0 {
	margin-left: 0;
}
.columns.is-mobile>.column.is-1 {
	flex: none;
	width: 8.33333%;
}
.columns.is-mobile>.column.is-offset-1 {
	margin-left: 8.33333%;
}
.columns.is-mobile>.column.is-2 {
	flex: none;
	width: 16.66667%;
}
.columns.is-mobile>.column.is-offset-2 {
	margin-left: 16.66667%;
}
.columns.is-mobile>.column.is-3 {
	flex: none;
	width: 25%;
}
.columns.is-mobile>.column.is-offset-3 {
	margin-left: 25%;
}
.columns.is-mobile>.column.is-4 {
	flex: none;
	width: 33.33333%;
}
.columns.is-mobile>.column.is-offset-4 {
	margin-left: 33.33333%;
}
.columns.is-mobile>.column.is-5 {
	flex: none;
	width: 41.66667%;
}
.columns.is-mobile>.column.is-offset-5 {
	margin-left: 41.66667%;
}
.columns.is-mobile>.column.is-6 {
	flex: none;
	width: 50%;
}
.columns.is-mobile>.column.is-offset-6 {
	margin-left: 50%;
}
.columns.is-mobile>.column.is-7 {
	flex: none;
	width: 58.33333%;
}
.columns.is-mobile>.column.is-offset-7 {
	margin-left: 58.33333%;
}
.columns.is-mobile>.column.is-8 {
	flex: none;
	width: 66.66667%;
}
.columns.is-mobile>.column.is-offset-8 {
	margin-left: 66.66667%;
}
.columns.is-mobile>.column.is-9 {
	flex: none;
	width: 75%;
}
.columns.is-mobile>.column.is-offset-9 {
	margin-left: 75%;
}
.columns.is-mobile>.column.is-10 {
	flex: none;
	width: 83.33333%;
}
.columns.is-mobile>.column.is-offset-10 {
	margin-left: 83.33333%;
}
.columns.is-mobile>.column.is-11 {
	flex: none;
	width: 91.66667%;
}
.columns.is-mobile>.column.is-offset-11 {
	margin-left: 91.66667%;
}
.columns.is-mobile>.column.is-12 {
	flex: none;
	width: 100%;
}
.columns.is-mobile>.column.is-offset-12 {
	margin-left: 100%;
}
@media screen and (max-width:768px) {
	.column.is-narrow-mobile {
		flex: none;
	}
	.column.is-full-mobile {
		flex: none;
		width: 100%;
	}
	.column.is-three-quarters-mobile {
		flex: none;
		width: 75%;
	}
	.column.is-two-thirds-mobile {
		flex: none;
		width: 66.6666%;
	}
	.column.is-half-mobile {
		flex: none;
		width: 50%;
	}
	.column.is-one-third-mobile {
		flex: none;
		width: 33.3333%;
	}
	.column.is-one-quarter-mobile {
		flex: none;
		width: 25%;
	}
	.column.is-one-fifth-mobile {
		flex: none;
		width: 20%;
	}
	.column.is-two-fifths-mobile {
		flex: none;
		width: 40%;
	}
	.column.is-three-fifths-mobile {
		flex: none;
		width: 60%;
	}
	.column.is-four-fifths-mobile {
		flex: none;
		width: 80%;
	}
	.column.is-offset-three-quarters-mobile {
		margin-left: 75%;
	}
	.column.is-offset-two-thirds-mobile {
		margin-left: 66.6666%;
	}
	.column.is-offset-half-mobile {
		margin-left: 50%;
	}
	.column.is-offset-one-third-mobile {
		margin-left: 33.3333%;
	}
	.column.is-offset-one-quarter-mobile {
		margin-left: 25%;
	}
	.column.is-offset-one-fifth-mobile {
		margin-left: 20%;
	}
	.column.is-offset-two-fifths-mobile {
		margin-left: 40%;
	}
	.column.is-offset-three-fifths-mobile {
		margin-left: 60%;
	}
	.column.is-offset-four-fifths-mobile {
		margin-left: 80%;
	}
	.column.is-0-mobile {
		flex: none;
		width: 0%;
	}
	.column.is-offset-0-mobile {
		margin-left: 0;
	}
	.column.is-1-mobile {
		flex: none;
		width: 8.33333%;
	}
	.column.is-offset-1-mobile {
		margin-left: 8.33333%;
	}
	.column.is-2-mobile {
		flex: none;
		width: 16.66667%;
	}
	.column.is-offset-2-mobile {
		margin-left: 16.66667%;
	}
	.column.is-3-mobile {
		flex: none;
		width: 25%;
	}
	.column.is-offset-3-mobile {
		margin-left: 25%;
	}
	.column.is-4-mobile {
		flex: none;
		width: 33.33333%;
	}
	.column.is-offset-4-mobile {
		margin-left: 33.33333%;
	}
	.column.is-5-mobile {
		flex: none;
		width: 41.66667%;
	}
	.column.is-offset-5-mobile {
		margin-left: 41.66667%;
	}
	.column.is-6-mobile {
		flex: none;
		width: 50%;
	}
	.column.is-offset-6-mobile {
		margin-left: 50%;
	}
	.column.is-7-mobile {
		flex: none;
		width: 58.33333%;
	}
	.column.is-offset-7-mobile {
		margin-left: 58.33333%;
	}
	.column.is-8-mobile {
		flex: none;
		width: 66.66667%;
	}
	.column.is-offset-8-mobile {
		margin-left: 66.66667%;
	}
	.column.is-9-mobile {
		flex: none;
		width: 75%;
	}
	.column.is-offset-9-mobile {
		margin-left: 75%;
	}
	.column.is-10-mobile {
		flex: none;
		width: 83.33333%;
	}
	.column.is-offset-10-mobile {
		margin-left: 83.33333%;
	}
	.column.is-11-mobile {
		flex: none;
		width: 91.66667%;
	}
	.column.is-offset-11-mobile {
		margin-left: 91.66667%;
	}
	.column.is-12-mobile {
		flex: none;
		width: 100%;
	}
	.column.is-offset-12-mobile {
		margin-left: 100%;
	}
}
@media screen and (min-width:769px),print {
	.column.is-narrow, .column.is-narrow-tablet {
		flex: none;
	}
	.column.is-full, .column.is-full-tablet {
		flex: none;
		width: 100%;
	}
	.column.is-three-quarters, .column.is-three-quarters-tablet {
		flex: none;
		width: 75%;
	}
	.column.is-two-thirds, .column.is-two-thirds-tablet {
		flex: none;
		width: 66.6666%;
	}
	.column.is-half, .column.is-half-tablet {
		flex: none;
		width: 50%;
	}
	.column.is-one-third, .column.is-one-third-tablet {
		flex: none;
		width: 33.3333%;
	}
	.column.is-one-quarter, .column.is-one-quarter-tablet {
		flex: none;
		width: 25%;
	}
	.column.is-one-fifth, .column.is-one-fifth-tablet {
		flex: none;
		width: 20%;
	}
	.column.is-two-fifths, .column.is-two-fifths-tablet {
		flex: none;
		width: 40%;
	}
	.column.is-three-fifths, .column.is-three-fifths-tablet {
		flex: none;
		width: 60%;
	}
	.column.is-four-fifths, .column.is-four-fifths-tablet {
		flex: none;
		width: 80%;
	}
	.column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
		margin-left: 75%;
	}
	.column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
		margin-left: 66.6666%;
	}
	.column.is-offset-half, .column.is-offset-half-tablet {
		margin-left: 50%;
	}
	.column.is-offset-one-third, .column.is-offset-one-third-tablet {
		margin-left: 33.3333%;
	}
	.column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
		margin-left: 25%;
	}
	.column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
		margin-left: 20%;
	}
	.column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
		margin-left: 40%;
	}
	.column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
		margin-left: 60%;
	}
	.column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
		margin-left: 80%;
	}
	.column.is-0, .column.is-0-tablet {
		flex: none;
		width: 0%;
	}
	.column.is-offset-0, .column.is-offset-0-tablet {
		margin-left: 0;
	}
	.column.is-1, .column.is-1-tablet {
		flex: none;
		width: 8.33333%;
	}
	.column.is-offset-1, .column.is-offset-1-tablet {
		margin-left: 8.33333%;
	}
	.column.is-2, .column.is-2-tablet {
		flex: none;
		width: 16.66667%;
	}
	.column.is-offset-2, .column.is-offset-2-tablet {
		margin-left: 16.66667%;
	}
	.column.is-3, .column.is-3-tablet {
		flex: none;
		width: 25%;
	}
	.column.is-offset-3, .column.is-offset-3-tablet {
		margin-left: 25%;
	}
	.column.is-4, .column.is-4-tablet {
		flex: none;
		width: 33.33333%;
	}
	.column.is-offset-4, .column.is-offset-4-tablet {
		margin-left: 33.33333%;
	}
	.column.is-5, .column.is-5-tablet {
		flex: none;
		width: 41.66667%;
	}
	.column.is-offset-5, .column.is-offset-5-tablet {
		margin-left: 41.66667%;
	}
	.column.is-6, .column.is-6-tablet {
		flex: none;
		width: 50%;
	}
	.column.is-offset-6, .column.is-offset-6-tablet {
		margin-left: 50%;
	}
	.column.is-7, .column.is-7-tablet {
		flex: none;
		width: 58.33333%;
	}
	.column.is-offset-7, .column.is-offset-7-tablet {
		margin-left: 58.33333%;
	}
	.column.is-8, .column.is-8-tablet {
		flex: none;
		width: 66.66667%;
	}
	.column.is-offset-8, .column.is-offset-8-tablet {
		margin-left: 66.66667%;
	}
	.column.is-9, .column.is-9-tablet {
		flex: none;
		width: 75%;
	}
	.column.is-offset-9, .column.is-offset-9-tablet {
		margin-left: 75%;
	}
	.column.is-10, .column.is-10-tablet {
		flex: none;
		width: 83.33333%;
	}
	.column.is-offset-10, .column.is-offset-10-tablet {
		margin-left: 83.33333%;
	}
	.column.is-11, .column.is-11-tablet {
		flex: none;
		width: 91.66667%;
	}
	.column.is-offset-11, .column.is-offset-11-tablet {
		margin-left: 91.66667%;
	}
	.column.is-12, .column.is-12-tablet {
		flex: none;
		width: 100%;
	}
	.column.is-offset-12, .column.is-offset-12-tablet {
		margin-left: 100%;
	}
}
@media screen and (max-width:1023px) {
	.column.is-narrow-touch {
		flex: none;
	}
	.column.is-full-touch {
		flex: none;
		width: 100%;
	}
	.column.is-three-quarters-touch {
		flex: none;
		width: 75%;
	}
	.column.is-two-thirds-touch {
		flex: none;
		width: 66.6666%;
	}
	.column.is-half-touch {
		flex: none;
		width: 50%;
	}
	.column.is-one-third-touch {
		flex: none;
		width: 33.3333%;
	}
	.column.is-one-quarter-touch {
		flex: none;
		width: 25%;
	}
	.column.is-one-fifth-touch {
		flex: none;
		width: 20%;
	}
	.column.is-two-fifths-touch {
		flex: none;
		width: 40%;
	}
	.column.is-three-fifths-touch {
		flex: none;
		width: 60%;
	}
	.column.is-four-fifths-touch {
		flex: none;
		width: 80%;
	}
	.column.is-offset-three-quarters-touch {
		margin-left: 75%;
	}
	.column.is-offset-two-thirds-touch {
		margin-left: 66.6666%;
	}
	.column.is-offset-half-touch {
		margin-left: 50%;
	}
	.column.is-offset-one-third-touch {
		margin-left: 33.3333%;
	}
	.column.is-offset-one-quarter-touch {
		margin-left: 25%;
	}
	.column.is-offset-one-fifth-touch {
		margin-left: 20%;
	}
	.column.is-offset-two-fifths-touch {
		margin-left: 40%;
	}
	.column.is-offset-three-fifths-touch {
		margin-left: 60%;
	}
	.column.is-offset-four-fifths-touch {
		margin-left: 80%;
	}
	.column.is-0-touch {
		flex: none;
		width: 0%;
	}
	.column.is-offset-0-touch {
		margin-left: 0;
	}
	.column.is-1-touch {
		flex: none;
		width: 8.33333%;
	}
	.column.is-offset-1-touch {
		margin-left: 8.33333%;
	}
	.column.is-2-touch {
		flex: none;
		width: 16.66667%;
	}
	.column.is-offset-2-touch {
		margin-left: 16.66667%;
	}
	.column.is-3-touch {
		flex: none;
		width: 25%;
	}
	.column.is-offset-3-touch {
		margin-left: 25%;
	}
	.column.is-4-touch {
		flex: none;
		width: 33.33333%;
	}
	.column.is-offset-4-touch {
		margin-left: 33.33333%;
	}
	.column.is-5-touch {
		flex: none;
		width: 41.66667%;
	}
	.column.is-offset-5-touch {
		margin-left: 41.66667%;
	}
	.column.is-6-touch {
		flex: none;
		width: 50%;
	}
	.column.is-offset-6-touch {
		margin-left: 50%;
	}
	.column.is-7-touch {
		flex: none;
		width: 58.33333%;
	}
	.column.is-offset-7-touch {
		margin-left: 58.33333%;
	}
	.column.is-8-touch {
		flex: none;
		width: 66.66667%;
	}
	.column.is-offset-8-touch {
		margin-left: 66.66667%;
	}
	.column.is-9-touch {
		flex: none;
		width: 75%;
	}
	.column.is-offset-9-touch {
		margin-left: 75%;
	}
	.column.is-10-touch {
		flex: none;
		width: 83.33333%;
	}
	.column.is-offset-10-touch {
		margin-left: 83.33333%;
	}
	.column.is-11-touch {
		flex: none;
		width: 91.66667%;
	}
	.column.is-offset-11-touch {
		margin-left: 91.66667%;
	}
	.column.is-12-touch {
		flex: none;
		width: 100%;
	}
	.column.is-offset-12-touch {
		margin-left: 100%;
	}
}
@media screen and (min-width:1024px) {
	.column.is-narrow-desktop {
		flex: none;
	}
	.column.is-full-desktop {
		flex: none;
		width: 100%;
	}
	.column.is-three-quarters-desktop {
		flex: none;
		width: 75%;
	}
	.column.is-two-thirds-desktop {
		flex: none;
		width: 66.6666%;
	}
	.column.is-half-desktop {
		flex: none;
		width: 50%;
	}
	.column.is-one-third-desktop {
		flex: none;
		width: 33.3333%;
	}
	.column.is-one-quarter-desktop {
		flex: none;
		width: 25%;
	}
	.column.is-one-fifth-desktop {
		flex: none;
		width: 20%;
	}
	.column.is-two-fifths-desktop {
		flex: none;
		width: 40%;
	}
	.column.is-three-fifths-desktop {
		flex: none;
		width: 60%;
	}
	.column.is-four-fifths-desktop {
		flex: none;
		width: 80%;
	}
	.column.is-offset-three-quarters-desktop {
		margin-left: 75%;
	}
	.column.is-offset-two-thirds-desktop {
		margin-left: 66.6666%;
	}
	.column.is-offset-half-desktop {
		margin-left: 50%;
	}
	.column.is-offset-one-third-desktop {
		margin-left: 33.3333%;
	}
	.column.is-offset-one-quarter-desktop {
		margin-left: 25%;
	}
	.column.is-offset-one-fifth-desktop {
		margin-left: 20%;
	}
	.column.is-offset-two-fifths-desktop {
		margin-left: 40%;
	}
	.column.is-offset-three-fifths-desktop {
		margin-left: 60%;
	}
	.column.is-offset-four-fifths-desktop {
		margin-left: 80%;
	}
	.column.is-0-desktop {
		flex: none;
		width: 0%;
	}
	.column.is-offset-0-desktop {
		margin-left: 0;
	}
	.column.is-1-desktop {
		flex: none;
		width: 8.33333%;
	}
	.column.is-offset-1-desktop {
		margin-left: 8.33333%;
	}
	.column.is-2-desktop {
		flex: none;
		width: 16.66667%;
	}
	.column.is-offset-2-desktop {
		margin-left: 16.66667%;
	}
	.column.is-3-desktop {
		flex: none;
		width: 25%;
	}
	.column.is-offset-3-desktop {
		margin-left: 25%;
	}
	.column.is-4-desktop {
		flex: none;
		width: 33.33333%;
	}
	.column.is-offset-4-desktop {
		margin-left: 33.33333%;
	}
	.column.is-5-desktop {
		flex: none;
		width: 41.66667%;
	}
	.column.is-offset-5-desktop {
		margin-left: 41.66667%;
	}
	.column.is-6-desktop {
		flex: none;
		width: 50%;
	}
	.column.is-offset-6-desktop {
		margin-left: 50%;
	}
	.column.is-7-desktop {
		flex: none;
		width: 58.33333%;
	}
	.column.is-offset-7-desktop {
		margin-left: 58.33333%;
	}
	.column.is-8-desktop {
		flex: none;
		width: 66.66667%;
	}
	.column.is-offset-8-desktop {
		margin-left: 66.66667%;
	}
	.column.is-9-desktop {
		flex: none;
		width: 75%;
	}
	.column.is-offset-9-desktop {
		margin-left: 75%;
	}
	.column.is-10-desktop {
		flex: none;
		width: 83.33333%;
	}
	.column.is-offset-10-desktop {
		margin-left: 83.33333%;
	}
	.column.is-11-desktop {
		flex: none;
		width: 91.66667%;
	}
	.column.is-offset-11-desktop {
		margin-left: 91.66667%;
	}
	.column.is-12-desktop {
		flex: none;
		width: 100%;
	}
	.column.is-offset-12-desktop {
		margin-left: 100%;
	}
}
@media screen and (min-width:1216px) {
	.column.is-narrow-widescreen {
		flex: none;
	}
	.column.is-full-widescreen {
		flex: none;
		width: 100%;
	}
	.column.is-three-quarters-widescreen {
		flex: none;
		width: 75%;
	}
	.column.is-two-thirds-widescreen {
		flex: none;
		width: 66.6666%;
	}
	.column.is-half-widescreen {
		flex: none;
		width: 50%;
	}
	.column.is-one-third-widescreen {
		flex: none;
		width: 33.3333%;
	}
	.column.is-one-quarter-widescreen {
		flex: none;
		width: 25%;
	}
	.column.is-one-fifth-widescreen {
		flex: none;
		width: 20%;
	}
	.column.is-two-fifths-widescreen {
		flex: none;
		width: 40%;
	}
	.column.is-three-fifths-widescreen {
		flex: none;
		width: 60%;
	}
	.column.is-four-fifths-widescreen {
		flex: none;
		width: 80%;
	}
	.column.is-offset-three-quarters-widescreen {
		margin-left: 75%;
	}
	.column.is-offset-two-thirds-widescreen {
		margin-left: 66.6666%;
	}
	.column.is-offset-half-widescreen {
		margin-left: 50%;
	}
	.column.is-offset-one-third-widescreen {
		margin-left: 33.3333%;
	}
	.column.is-offset-one-quarter-widescreen {
		margin-left: 25%;
	}
	.column.is-offset-one-fifth-widescreen {
		margin-left: 20%;
	}
	.column.is-offset-two-fifths-widescreen {
		margin-left: 40%;
	}
	.column.is-offset-three-fifths-widescreen {
		margin-left: 60%;
	}
	.column.is-offset-four-fifths-widescreen {
		margin-left: 80%;
	}
	.column.is-0-widescreen {
		flex: none;
		width: 0%;
	}
	.column.is-offset-0-widescreen {
		margin-left: 0;
	}
	.column.is-1-widescreen {
		flex: none;
		width: 8.33333%;
	}
	.column.is-offset-1-widescreen {
		margin-left: 8.33333%;
	}
	.column.is-2-widescreen {
		flex: none;
		width: 16.66667%;
	}
	.column.is-offset-2-widescreen {
		margin-left: 16.66667%;
	}
	.column.is-3-widescreen {
		flex: none;
		width: 25%;
	}
	.column.is-offset-3-widescreen {
		margin-left: 25%;
	}
	.column.is-4-widescreen {
		flex: none;
		width: 33.33333%;
	}
	.column.is-offset-4-widescreen {
		margin-left: 33.33333%;
	}
	.column.is-5-widescreen {
		flex: none;
		width: 41.66667%;
	}
	.column.is-offset-5-widescreen {
		margin-left: 41.66667%;
	}
	.column.is-6-widescreen {
		flex: none;
		width: 50%;
	}
	.column.is-offset-6-widescreen {
		margin-left: 50%;
	}
	.column.is-7-widescreen {
		flex: none;
		width: 58.33333%;
	}
	.column.is-offset-7-widescreen {
		margin-left: 58.33333%;
	}
	.column.is-8-widescreen {
		flex: none;
		width: 66.66667%;
	}
	.column.is-offset-8-widescreen {
		margin-left: 66.66667%;
	}
	.column.is-9-widescreen {
		flex: none;
		width: 75%;
	}
	.column.is-offset-9-widescreen {
		margin-left: 75%;
	}
	.column.is-10-widescreen {
		flex: none;
		width: 83.33333%;
	}
	.column.is-offset-10-widescreen {
		margin-left: 83.33333%;
	}
	.column.is-11-widescreen {
		flex: none;
		width: 91.66667%;
	}
	.column.is-offset-11-widescreen {
		margin-left: 91.66667%;
	}
	.column.is-12-widescreen {
		flex: none;
		width: 100%;
	}
	.column.is-offset-12-widescreen {
		margin-left: 100%;
	}
}
@media screen and (min-width:1408px) {
	.column.is-narrow-fullhd {
		flex: none;
	}
	.column.is-full-fullhd {
		flex: none;
		width: 100%;
	}
	.column.is-three-quarters-fullhd {
		flex: none;
		width: 75%;
	}
	.column.is-two-thirds-fullhd {
		flex: none;
		width: 66.6666%;
	}
	.column.is-half-fullhd {
		flex: none;
		width: 50%;
	}
	.column.is-one-third-fullhd {
		flex: none;
		width: 33.3333%;
	}
	.column.is-one-quarter-fullhd {
		flex: none;
		width: 25%;
	}
	.column.is-one-fifth-fullhd {
		flex: none;
		width: 20%;
	}
	.column.is-two-fifths-fullhd {
		flex: none;
		width: 40%;
	}
	.column.is-three-fifths-fullhd {
		flex: none;
		width: 60%;
	}
	.column.is-four-fifths-fullhd {
		flex: none;
		width: 80%;
	}
	.column.is-offset-three-quarters-fullhd {
		margin-left: 75%;
	}
	.column.is-offset-two-thirds-fullhd {
		margin-left: 66.6666%;
	}
	.column.is-offset-half-fullhd {
		margin-left: 50%;
	}
	.column.is-offset-one-third-fullhd {
		margin-left: 33.3333%;
	}
	.column.is-offset-one-quarter-fullhd {
		margin-left: 25%;
	}
	.column.is-offset-one-fifth-fullhd {
		margin-left: 20%;
	}
	.column.is-offset-two-fifths-fullhd {
		margin-left: 40%;
	}
	.column.is-offset-three-fifths-fullhd {
		margin-left: 60%;
	}
	.column.is-offset-four-fifths-fullhd {
		margin-left: 80%;
	}
	.column.is-0-fullhd {
		flex: none;
		width: 0%;
	}
	.column.is-offset-0-fullhd {
		margin-left: 0;
	}
	.column.is-1-fullhd {
		flex: none;
		width: 8.33333%;
	}
	.column.is-offset-1-fullhd {
		margin-left: 8.33333%;
	}
	.column.is-2-fullhd {
		flex: none;
		width: 16.66667%;
	}
	.column.is-offset-2-fullhd {
		margin-left: 16.66667%;
	}
	.column.is-3-fullhd {
		flex: none;
		width: 25%;
	}
	.column.is-offset-3-fullhd {
		margin-left: 25%;
	}
	.column.is-4-fullhd {
		flex: none;
		width: 33.33333%;
	}
	.column.is-offset-4-fullhd {
		margin-left: 33.33333%;
	}
	.column.is-5-fullhd {
		flex: none;
		width: 41.66667%;
	}
	.column.is-offset-5-fullhd {
		margin-left: 41.66667%;
	}
	.column.is-6-fullhd {
		flex: none;
		width: 50%;
	}
	.column.is-offset-6-fullhd {
		margin-left: 50%;
	}
	.column.is-7-fullhd {
		flex: none;
		width: 58.33333%;
	}
	.column.is-offset-7-fullhd {
		margin-left: 58.33333%;
	}
	.column.is-8-fullhd {
		flex: none;
		width: 66.66667%;
	}
	.column.is-offset-8-fullhd {
		margin-left: 66.66667%;
	}
	.column.is-9-fullhd {
		flex: none;
		width: 75%;
	}
	.column.is-offset-9-fullhd {
		margin-left: 75%;
	}
	.column.is-10-fullhd {
		flex: none;
		width: 83.33333%;
	}
	.column.is-offset-10-fullhd {
		margin-left: 83.33333%;
	}
	.column.is-11-fullhd {
		flex: none;
		width: 91.66667%;
	}
	.column.is-offset-11-fullhd {
		margin-left: 91.66667%;
	}
	.column.is-12-fullhd {
		flex: none;
		width: 100%;
	}
	.column.is-offset-12-fullhd {
		margin-left: 100%;
	}
}
.columns {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem;
}
.columns:last-child {
	margin-bottom: -.75rem;
}
.columns:not(:last-child) {
	margin-bottom: 0.75rem;
}
.columns.is-centered {
	justify-content: center;
}
.columns.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.columns.is-gapless>.column {
	margin: 0;
	padding: 0!important;
}
.columns.is-gapless:not(:last-child) {
	margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
	margin-bottom: 0;
}
.columns.is-mobile {
	display: flex;
}
.columns.is-multiline {
	flex-wrap: wrap;
}
.columns.is-vcentered {
	align-items: center;
}
@media screen and (min-width:769px),print {
	.columns:not(.is-desktop) {
		display: flex;
	}
}
@media screen and (min-width:1024px) {
	.columns.is-desktop {
		display: flex;
	}
}
.columns.is-variable {
	--columnGap: 0.75rem;
	margin-left: calc(-1 * var(--columnGap));
	margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable .column {
	padding-left: var(--columnGap);
	padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
	--columnGap: 0rem;
}
@media screen and (max-width:768px) {
	.columns.is-variable.is-0-mobile {
		--columnGap: 0rem;
	}
}
@media screen and (min-width:769px),print {
	.columns.is-variable.is-0-tablet {
		--columnGap: 0rem;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.columns.is-variable.is-0-tablet-only {
		--columnGap: 0rem;
	}
}
@media screen and (max-width:1023px) {
	.columns.is-variable.is-0-touch {
		--columnGap: 0rem;
	}
}
@media screen and (min-width:1024px) {
	.columns.is-variable.is-0-desktop {
		--columnGap: 0rem;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.columns.is-variable.is-0-desktop-only {
		--columnGap: 0rem;
	}
}
@media screen and (min-width:1216px) {
	.columns.is-variable.is-0-widescreen {
		--columnGap: 0rem;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.columns.is-variable.is-0-widescreen-only {
		--columnGap: 0rem;
	}
}
@media screen and (min-width:1408px) {
	.columns.is-variable.is-0-fullhd {
		--columnGap: 0rem;
	}
}
.columns.is-variable.is-1 {
	--columnGap: 0.25rem;
}
@media screen and (max-width:768px) {
	.columns.is-variable.is-1-mobile {
		--columnGap: 0.25rem;
	}
}
@media screen and (min-width:769px),print {
	.columns.is-variable.is-1-tablet {
		--columnGap: 0.25rem;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.columns.is-variable.is-1-tablet-only {
		--columnGap: 0.25rem;
	}
}
@media screen and (max-width:1023px) {
	.columns.is-variable.is-1-touch {
		--columnGap: 0.25rem;
	}
}
@media screen and (min-width:1024px) {
	.columns.is-variable.is-1-desktop {
		--columnGap: 0.25rem;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.columns.is-variable.is-1-desktop-only {
		--columnGap: 0.25rem;
	}
}
@media screen and (min-width:1216px) {
	.columns.is-variable.is-1-widescreen {
		--columnGap: 0.25rem;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.columns.is-variable.is-1-widescreen-only {
		--columnGap: 0.25rem;
	}
}
@media screen and (min-width:1408px) {
	.columns.is-variable.is-1-fullhd {
		--columnGap: 0.25rem;
	}
}
.columns.is-variable.is-2 {
	--columnGap: 0.5rem;
}
@media screen and (max-width:768px) {
	.columns.is-variable.is-2-mobile {
		--columnGap: 0.5rem;
	}
}
@media screen and (min-width:769px),print {
	.columns.is-variable.is-2-tablet {
		--columnGap: 0.5rem;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.columns.is-variable.is-2-tablet-only {
		--columnGap: 0.5rem;
	}
}
@media screen and (max-width:1023px) {
	.columns.is-variable.is-2-touch {
		--columnGap: 0.5rem;
	}
}
@media screen and (min-width:1024px) {
	.columns.is-variable.is-2-desktop {
		--columnGap: 0.5rem;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.columns.is-variable.is-2-desktop-only {
		--columnGap: 0.5rem;
	}
}
@media screen and (min-width:1216px) {
	.columns.is-variable.is-2-widescreen {
		--columnGap: 0.5rem;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.columns.is-variable.is-2-widescreen-only {
		--columnGap: 0.5rem;
	}
}
@media screen and (min-width:1408px) {
	.columns.is-variable.is-2-fullhd {
		--columnGap: 0.5rem;
	}
}
.columns.is-variable.is-3 {
	--columnGap: 0.75rem;
}
@media screen and (max-width:768px) {
	.columns.is-variable.is-3-mobile {
		--columnGap: 0.75rem;
	}
}
@media screen and (min-width:769px),print {
	.columns.is-variable.is-3-tablet {
		--columnGap: 0.75rem;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.columns.is-variable.is-3-tablet-only {
		--columnGap: 0.75rem;
	}
}
@media screen and (max-width:1023px) {
	.columns.is-variable.is-3-touch {
		--columnGap: 0.75rem;
	}
}
@media screen and (min-width:1024px) {
	.columns.is-variable.is-3-desktop {
		--columnGap: 0.75rem;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.columns.is-variable.is-3-desktop-only {
		--columnGap: 0.75rem;
	}
}
@media screen and (min-width:1216px) {
	.columns.is-variable.is-3-widescreen {
		--columnGap: 0.75rem;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.columns.is-variable.is-3-widescreen-only {
		--columnGap: 0.75rem;
	}
}
@media screen and (min-width:1408px) {
	.columns.is-variable.is-3-fullhd {
		--columnGap: 0.75rem;
	}
}
.columns.is-variable.is-4 {
	--columnGap: 1rem;
}
@media screen and (max-width:768px) {
	.columns.is-variable.is-4-mobile {
		--columnGap: 1rem;
	}
}
@media screen and (min-width:769px),print {
	.columns.is-variable.is-4-tablet {
		--columnGap: 1rem;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.columns.is-variable.is-4-tablet-only {
		--columnGap: 1rem;
	}
}
@media screen and (max-width:1023px) {
	.columns.is-variable.is-4-touch {
		--columnGap: 1rem;
	}
}
@media screen and (min-width:1024px) {
	.columns.is-variable.is-4-desktop {
		--columnGap: 1rem;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.columns.is-variable.is-4-desktop-only {
		--columnGap: 1rem;
	}
}
@media screen and (min-width:1216px) {
	.columns.is-variable.is-4-widescreen {
		--columnGap: 1rem;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.columns.is-variable.is-4-widescreen-only {
		--columnGap: 1rem;
	}
}
@media screen and (min-width:1408px) {
	.columns.is-variable.is-4-fullhd {
		--columnGap: 1rem;
	}
}
.columns.is-variable.is-5 {
	--columnGap: 1.25rem;
}
@media screen and (max-width:768px) {
	.columns.is-variable.is-5-mobile {
		--columnGap: 1.25rem;
	}
}
@media screen and (min-width:769px),print {
	.columns.is-variable.is-5-tablet {
		--columnGap: 1.25rem;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.columns.is-variable.is-5-tablet-only {
		--columnGap: 1.25rem;
	}
}
@media screen and (max-width:1023px) {
	.columns.is-variable.is-5-touch {
		--columnGap: 1.25rem;
	}
}
@media screen and (min-width:1024px) {
	.columns.is-variable.is-5-desktop {
		--columnGap: 1.25rem;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.columns.is-variable.is-5-desktop-only {
		--columnGap: 1.25rem;
	}
}
@media screen and (min-width:1216px) {
	.columns.is-variable.is-5-widescreen {
		--columnGap: 1.25rem;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.columns.is-variable.is-5-widescreen-only {
		--columnGap: 1.25rem;
	}
}
@media screen and (min-width:1408px) {
	.columns.is-variable.is-5-fullhd {
		--columnGap: 1.25rem;
	}
}
.columns.is-variable.is-6 {
	--columnGap: 1.5rem;
}
@media screen and (max-width:768px) {
	.columns.is-variable.is-6-mobile {
		--columnGap: 1.5rem;
	}
}
@media screen and (min-width:769px),print {
	.columns.is-variable.is-6-tablet {
		--columnGap: 1.5rem;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.columns.is-variable.is-6-tablet-only {
		--columnGap: 1.5rem;
	}
}
@media screen and (max-width:1023px) {
	.columns.is-variable.is-6-touch {
		--columnGap: 1.5rem;
	}
}
@media screen and (min-width:1024px) {
	.columns.is-variable.is-6-desktop {
		--columnGap: 1.5rem;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.columns.is-variable.is-6-desktop-only {
		--columnGap: 1.5rem;
	}
}
@media screen and (min-width:1216px) {
	.columns.is-variable.is-6-widescreen {
		--columnGap: 1.5rem;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.columns.is-variable.is-6-widescreen-only {
		--columnGap: 1.5rem;
	}
}
@media screen and (min-width:1408px) {
	.columns.is-variable.is-6-fullhd {
		--columnGap: 1.5rem;
	}
}
.columns.is-variable.is-7 {
	--columnGap: 1.75rem;
}
@media screen and (max-width:768px) {
	.columns.is-variable.is-7-mobile {
		--columnGap: 1.75rem;
	}
}
@media screen and (min-width:769px),print {
	.columns.is-variable.is-7-tablet {
		--columnGap: 1.75rem;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.columns.is-variable.is-7-tablet-only {
		--columnGap: 1.75rem;
	}
}
@media screen and (max-width:1023px) {
	.columns.is-variable.is-7-touch {
		--columnGap: 1.75rem;
	}
}
@media screen and (min-width:1024px) {
	.columns.is-variable.is-7-desktop {
		--columnGap: 1.75rem;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.columns.is-variable.is-7-desktop-only {
		--columnGap: 1.75rem;
	}
}
@media screen and (min-width:1216px) {
	.columns.is-variable.is-7-widescreen {
		--columnGap: 1.75rem;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.columns.is-variable.is-7-widescreen-only {
		--columnGap: 1.75rem;
	}
}
@media screen and (min-width:1408px) {
	.columns.is-variable.is-7-fullhd {
		--columnGap: 1.75rem;
	}
}
.columns.is-variable.is-8 {
	--columnGap: 2rem;
}
@media screen and (max-width:768px) {
	.columns.is-variable.is-8-mobile {
		--columnGap: 2rem;
	}
}
@media screen and (min-width:769px),print {
	.columns.is-variable.is-8-tablet {
		--columnGap: 2rem;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.columns.is-variable.is-8-tablet-only {
		--columnGap: 2rem;
	}
}
@media screen and (max-width:1023px) {
	.columns.is-variable.is-8-touch {
		--columnGap: 2rem;
	}
}
@media screen and (min-width:1024px) {
	.columns.is-variable.is-8-desktop {
		--columnGap: 2rem;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.columns.is-variable.is-8-desktop-only {
		--columnGap: 2rem;
	}
}
@media screen and (min-width:1216px) {
	.columns.is-variable.is-8-widescreen {
		--columnGap: 2rem;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.columns.is-variable.is-8-widescreen-only {
		--columnGap: 2rem;
	}
}
@media screen and (min-width:1408px) {
	.columns.is-variable.is-8-fullhd {
		--columnGap: 2rem;
	}
}
.tile {
	align-items: stretch;
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	min-height: -webkit-min-content;
	min-height: -moz-min-content;
	min-height: min-content;
}
.tile.is-ancestor {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem;
}
.tile.is-ancestor:last-child {
	margin-bottom: -.75rem;
}
.tile.is-ancestor:not(:last-child) {
	margin-bottom: .75rem;
}
.tile.is-child {
	margin: 0!important;
}
.tile.is-parent {
	padding: .75rem;
}
.tile.is-vertical {
	flex-direction: column;
}
.tile.is-vertical>.tile.is-child:not(:last-child) {
	margin-bottom: 1.5rem!important;
}
@media screen and (min-width:769px),print {
	.tile:not(.is-child) {
		display: flex;
	}
	.tile.is-1 {
		flex: none;
		width: 8.33333%;
	}
	.tile.is-2 {
		flex: none;
		width: 16.66667%;
	}
	.tile.is-3 {
		flex: none;
		width: 25%;
	}
	.tile.is-4 {
		flex: none;
		width: 33.33333%;
	}
	.tile.is-5 {
		flex: none;
		width: 41.66667%;
	}
	.tile.is-6 {
		flex: none;
		width: 50%;
	}
	.tile.is-7 {
		flex: none;
		width: 58.33333%;
	}
	.tile.is-8 {
		flex: none;
		width: 66.66667%;
	}
	.tile.is-9 {
		flex: none;
		width: 75%;
	}
	.tile.is-10 {
		flex: none;
		width: 83.33333%;
	}
	.tile.is-11 {
		flex: none;
		width: 91.66667%;
	}
	.tile.is-12 {
		flex: none;
		width: 100%;
	}
}
.has-text-white {
	color: #fff!important;
}
a.has-text-white:focus, a.has-text-white:hover {
	color: #e6e6e6!important;
}
.has-background-white {
	background-color: #fff!important;
}
.has-text-black {
	color: #0a0a0a!important;
}
a.has-text-black:focus, a.has-text-black:hover {
	color: #000!important;
}
.has-background-black {
	background-color: #0a0a0a!important;
}
.has-text-light {
	color: #f5f5f5!important;
}
a.has-text-light:focus, a.has-text-light:hover {
	color: #dbdbdb!important;
}
.has-background-light {
	background-color: #f5f5f5!important;
}
.has-text-dark {
	color: #363636!important;
}
a.has-text-dark:focus, a.has-text-dark:hover {
	color: #1c1c1c!important;
}
.has-background-dark {
	background-color: #363636!important;
}
.has-text-primary {
	color: #00d1b2!important;
}
a.has-text-primary:focus, a.has-text-primary:hover {
	color: #009e86!important;
}
.has-background-primary {
	background-color: #00d1b2!important;
}
.has-text-primary-light {
	color: #ebfffc!important;
}
a.has-text-primary-light:focus, a.has-text-primary-light:hover {
	color: #b8fff4!important;
}
.has-background-primary-light {
	background-color: #ebfffc!important;
}
.has-text-primary-dark {
	color: #00947e!important;
}
a.has-text-primary-dark:focus, a.has-text-primary-dark:hover {
	color: #00c7a9!important;
}
.has-background-primary-dark {
	background-color: #00947e!important;
}
.has-text-link {
	color: #3273dc!important;
}
a.has-text-link:focus, a.has-text-link:hover {
	color: #205bbc!important;
}
.has-background-link {
	background-color: #3273dc!important;
}
.has-text-link-light {
	color: #eef3fc!important;
}
a.has-text-link-light:focus, a.has-text-link-light:hover {
	color: #c2d5f5!important;
}
.has-background-link-light {
	background-color: #eef3fc!important;
}
.has-text-link-dark {
	color: #2160c4!important;
}
a.has-text-link-dark:focus, a.has-text-link-dark:hover {
	color: #3b79de!important;
}
.has-background-link-dark {
	background-color: #2160c4!important;
}
.has-text-info {
	color: #3298dc!important;
}
a.has-text-info:focus, a.has-text-info:hover {
	color: #207dbc!important;
}
.has-background-info {
	background-color: #3298dc!important;
}
.has-text-info-light {
	color: #eef6fc!important;
}
a.has-text-info-light:focus, a.has-text-info-light:hover {
	color: #c2e0f5!important;
}
.has-background-info-light {
	background-color: #eef6fc!important;
}
.has-text-info-dark {
	color: #1d72aa!important;
}
a.has-text-info-dark:focus, a.has-text-info-dark:hover {
	color: #248fd6!important;
}
.has-background-info-dark {
	background-color: #1d72aa!important;
}
.has-text-success {
	color: #48c774!important;
}
a.has-text-success:focus, a.has-text-success:hover {
	color: #34a85c!important;
}
.has-background-success {
	background-color: #48c774!important;
}
.has-text-success-light {
	color: #effaf3!important;
}
a.has-text-success-light:focus, a.has-text-success-light:hover {
	color: #c8eed6!important;
}
.has-background-success-light {
	background-color: #effaf3!important;
}
.has-text-success-dark {
	color: #257942!important;
}
a.has-text-success-dark:focus, a.has-text-success-dark:hover {
	color: #31a058!important;
}
.has-background-success-dark {
	background-color: #257942!important;
}
.has-text-warning {
	color: #ffdd57!important;
}
a.has-text-warning:focus, a.has-text-warning:hover {
	color: #ffd324!important;
}
.has-background-warning {
	background-color: #ffdd57!important;
}
.has-text-warning-light {
	color: #fffbeb!important;
}
a.has-text-warning-light:focus, a.has-text-warning-light:hover {
	color: #fff1b8!important;
}
.has-background-warning-light {
	background-color: #fffbeb!important;
}
.has-text-warning-dark {
	color: #947600!important;
}
a.has-text-warning-dark:focus, a.has-text-warning-dark:hover {
	color: #c79f00!important;
}
.has-background-warning-dark {
	background-color: #947600!important;
}
.has-text-danger {
	color: #f14668!important;
}
a.has-text-danger:focus, a.has-text-danger:hover {
	color: #ee1742!important;
}
.has-background-danger {
	background-color: #f14668!important;
}
.has-text-danger-light {
	color: #feecf0!important;
}
a.has-text-danger-light:focus, a.has-text-danger-light:hover {
	color: #fabdc9!important;
}
.has-background-danger-light {
	background-color: #feecf0!important;
}
.has-text-danger-dark {
	color: #cc0f35!important;
}
a.has-text-danger-dark:focus, a.has-text-danger-dark:hover {
	color: #ee2049!important;
}
.has-background-danger-dark {
	background-color: #cc0f35!important;
}
.has-text-black-bis {
	color: #121212!important;
}
.has-background-black-bis {
	background-color: #121212!important;
}
.has-text-black-ter {
	color: #242424!important;
}
.has-background-black-ter {
	background-color: #242424!important;
}
.has-text-grey-darker {
	color: #363636!important;
}
.has-background-grey-darker {
	background-color: #363636!important;
}
.has-text-grey-dark {
	color: #4a4a4a!important;
}
.has-background-grey-dark {
	background-color: #4a4a4a!important;
}
.has-text-grey {
	color: #7a7a7a!important;
}
.has-background-grey {
	background-color: #7a7a7a!important;
}
.has-text-grey-light {
	color: #b5b5b5!important;
}
.has-background-grey-light {
	background-color: #b5b5b5!important;
}
.has-text-grey-lighter {
	color: #dbdbdb!important;
}
.has-background-grey-lighter {
	background-color: #dbdbdb!important;
}
.has-text-white-ter {
	color: #f5f5f5!important;
}
.has-background-white-ter {
	background-color: #f5f5f5!important;
}
.has-text-white-bis {
	color: #fafafa!important;
}
.has-background-white-bis {
	background-color: #fafafa!important;
}
.is-flex-direction-row {
	flex-direction: row!important;
}
.is-flex-direction-row-reverse {
	flex-direction: row-reverse!important;
}
.is-flex-direction-column {
	flex-direction: column!important;
}
.is-flex-direction-column-reverse {
	flex-direction: column-reverse!important;
}
.is-flex-wrap-nowrap {
	flex-wrap: nowrap!important;
}
.is-flex-wrap-wrap {
	flex-wrap: wrap!important;
}
.is-flex-wrap-wrap-reverse {
	flex-wrap: wrap-reverse!important;
}
.is-justify-content-flex-start {
	justify-content: flex-start!important;
}
.is-justify-content-flex-end {
	justify-content: flex-end!important;
}
.is-justify-content-center {
	justify-content: center!important;
}
.is-justify-content-space-between {
	justify-content: space-between!important;
}
.is-justify-content-space-around {
	justify-content: space-around!important;
}
.is-justify-content-space-evenly {
	justify-content: space-evenly!important;
}
.is-justify-content-start {
	justify-content: start!important;
}
.is-justify-content-end {
	justify-content: end!important;
}
.is-justify-content-left {
	justify-content: left!important;
}
.is-justify-content-right {
	justify-content: right!important;
}
.is-align-content-flex-start {
	align-content: flex-start!important;
}
.is-align-content-flex-end {
	align-content: flex-end!important;
}
.is-align-content-center {
	align-content: center!important;
}
.is-align-content-space-between {
	align-content: space-between!important;
}
.is-align-content-space-around {
	align-content: space-around!important;
}
.is-align-content-space-evenly {
	align-content: space-evenly!important;
}
.is-align-content-stretch {
	align-content: stretch!important;
}
.is-align-content-start {
	align-content: start!important;
}
.is-align-content-end {
	align-content: end!important;
}
.is-align-content-baseline {
	align-content: baseline!important;
}
.is-align-items-stretch {
	align-items: stretch!important;
}
.is-align-items-flex-start {
	align-items: flex-start!important;
}
.is-align-items-flex-end {
	align-items: flex-end!important;
}
.is-align-items-center {
	align-items: center!important;
}
.is-align-items-baseline {
	align-items: baseline!important;
}
.is-align-items-start {
	align-items: start!important;
}
.is-align-items-end {
	align-items: end!important;
}
.is-align-items-self-start {
	align-items: self-start!important;
}
.is-align-items-self-end {
	align-items: self-end!important;
}
.is-align-self-auto {
	align-self: auto!important;
}
.is-align-self-flex-start {
	align-self: flex-start!important;
}
.is-align-self-flex-end {
	align-self: flex-end!important;
}
.is-align-self-center {
	align-self: center!important;
}
.is-align-self-baseline {
	align-self: baseline!important;
}
.is-align-self-stretch {
	align-self: stretch!important;
}
.is-flex-grow-0 {
	flex-grow: 0!important;
}
.is-flex-grow-1 {
	flex-grow: 1!important;
}
.is-flex-grow-2 {
	flex-grow: 2!important;
}
.is-flex-grow-3 {
	flex-grow: 3!important;
}
.is-flex-grow-4 {
	flex-grow: 4!important;
}
.is-flex-grow-5 {
	flex-grow: 5!important;
}
.is-flex-shrink-0 {
	flex-shrink: 0!important;
}
.is-flex-shrink-1 {
	flex-shrink: 1!important;
}
.is-flex-shrink-2 {
	flex-shrink: 2!important;
}
.is-flex-shrink-3 {
	flex-shrink: 3!important;
}
.is-flex-shrink-4 {
	flex-shrink: 4!important;
}
.is-flex-shrink-5 {
	flex-shrink: 5!important;
}
.is-clearfix::after {
	clear: both;
	content: " ";
	display: table;
}
.is-pulled-left {
	float: left!important;
}
.is-pulled-right {
	float: right!important;
}
.is-radiusless {
	border-radius: 0!important;
}
.is-shadowless {
	box-shadow: none!important;
}
.is-clickable {
	cursor: pointer!important;
}
.is-clipped {
	overflow: hidden!important;
}
.is-relative {
	position: relative!important;
}
.is-marginless {
	margin: 0!important;
}
.is-paddingless {
	padding: 0!important;
}
.m-0 {
	margin: 0!important;
}
.mt-0 {
	margin-top: 0!important;
}
.mr-0 {
	margin-right: 0!important;
}
.mb-0 {
	margin-bottom: 0!important;
}
.ml-0 {
	margin-left: 0!important;
}
.mx-0 {
	margin-left: 0!important;
	margin-right: 0!important;
}
.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.m-1 {
	margin: .25rem!important;
}
.mt-1 {
	margin-top: .25rem!important;
}
.mr-1 {
	margin-right: .25rem!important;
}
.mb-1 {
	margin-bottom: .25rem!important;
}
.ml-1 {
	margin-left: .25rem!important;
}
.mx-1 {
	margin-left: .25rem!important;
	margin-right: .25rem!important;
}
.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important;
}
.m-2 {
	margin: .5rem!important;
}
.mt-2 {
	margin-top: .5rem!important;
}
.mr-2 {
	margin-right: .5rem!important;
}
.mb-2 {
	margin-bottom: .5rem!important;
}
.ml-2 {
	margin-left: .5rem!important;
}
.mx-2 {
	margin-left: .5rem!important;
	margin-right: .5rem!important;
}
.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important;
}
.m-3 {
	margin: .75rem!important;
}
.mt-3 {
	margin-top: .75rem!important;
}
.mr-3 {
	margin-right: .75rem!important;
}
.mb-3 {
	margin-bottom: .75rem!important;
}
.ml-3 {
	margin-left: .75rem!important;
}
.mx-3 {
	margin-left: .75rem!important;
	margin-right: .75rem!important;
}
.my-3 {
	margin-top: .75rem!important;
	margin-bottom: .75rem!important;
}
.m-4 {
	margin: 1rem!important;
}
.mt-4 {
	margin-top: 1rem!important;
}
.mr-4 {
	margin-right: 1rem!important;
}
.mb-4 {
	margin-bottom: 1rem!important;
}
.ml-4 {
	margin-left: 1rem!important;
}
.mx-4 {
	margin-left: 1rem!important;
	margin-right: 1rem!important;
}
.my-4 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important;
}
.m-5 {
	margin: 1.5rem!important;
}
.mt-5 {
	margin-top: 1.5rem!important;
}
.mr-5 {
	margin-right: 1.5rem!important;
}
.mb-5 {
	margin-bottom: 1.5rem!important;
}
.ml-5 {
	margin-left: 1.5rem!important;
}
.mx-5 {
	margin-left: 1.5rem!important;
	margin-right: 1.5rem!important;
}
.my-5 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important;
}
.m-6 {
	margin: 3rem!important;
}
.mt-6 {
	margin-top: 3rem!important;
}
.mr-6 {
	margin-right: 3rem!important;
}
.mb-6 {
	margin-bottom: 3rem!important;
}
.ml-6 {
	margin-left: 3rem!important;
}
.mx-6 {
	margin-left: 3rem!important;
	margin-right: 3rem!important;
}
.my-6 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important;
}
.p-0 {
	padding: 0!important;
}
.pt-0 {
	padding-top: 0!important;
}
.pr-0 {
	padding-right: 0!important;
}
.pb-0 {
	padding-bottom: 0!important;
}
.pl-0 {
	padding-left: 0!important;
}
.px-0 {
	padding-left: 0!important;
	padding-right: 0!important;
}
.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.p-1 {
	padding: .25rem!important;
}
.pt-1 {
	padding-top: .25rem!important;
}
.pr-1 {
	padding-right: .25rem!important;
}
.pb-1 {
	padding-bottom: .25rem!important;
}
.pl-1 {
	padding-left: .25rem!important;
}
.px-1 {
	padding-left: .25rem!important;
	padding-right: .25rem!important;
}
.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important;
}
.p-2 {
	padding: .5rem!important;
}
.pt-2 {
	padding-top: .5rem!important;
}
.pr-2 {
	padding-right: .5rem!important;
}
.pb-2 {
	padding-bottom: .5rem!important;
}
.pl-2 {
	padding-left: .5rem!important;
}
.px-2 {
	padding-left: .5rem!important;
	padding-right: .5rem!important;
}
.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important;
}
.p-3 {
	padding: .75rem!important;
}
.pt-3 {
	padding-top: .75rem!important;
}
.pr-3 {
	padding-right: .75rem!important;
}
.pb-3 {
	padding-bottom: .75rem!important;
}
.pl-3 {
	padding-left: .75rem!important;
}
.px-3 {
	padding-left: .75rem!important;
	padding-right: .75rem!important;
}
.py-3 {
	padding-top: .75rem!important;
	padding-bottom: .75rem!important;
}
.p-4 {
	padding: 1rem!important;
}
.pt-4 {
	padding-top: 1rem!important;
}
.pr-4 {
	padding-right: 1rem!important;
}
.pb-4 {
	padding-bottom: 1rem!important;
}
.pl-4 {
	padding-left: 1rem!important;
}
.px-4 {
	padding-left: 1rem!important;
	padding-right: 1rem!important;
}
.py-4 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
}
.p-5 {
	padding: 1.5rem!important;
}
.pt-5 {
	padding-top: 1.5rem!important;
}
.pr-5 {
	padding-right: 1.5rem!important;
}
.pb-5 {
	padding-bottom: 1.5rem!important;
}
.pl-5 {
	padding-left: 1.5rem!important;
}
.px-5 {
	padding-left: 1.5rem!important;
	padding-right: 1.5rem!important;
}
.py-5 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important;
}
.p-6 {
	padding: 3rem!important;
}
.pt-6 {
	padding-top: 3rem!important;
}
.pr-6 {
	padding-right: 3rem!important;
}
.pb-6 {
	padding-bottom: 3rem!important;
}
.pl-6 {
	padding-left: 3rem!important;
}
.px-6 {
	padding-left: 3rem!important;
	padding-right: 3rem!important;
}
.py-6 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important;
}
.is-size-1 {
	font-size: 3rem!important;
}
.is-size-2 {
	font-size: 2.5rem!important;
}
.is-size-3 {
	font-size: 2rem!important;
}
.is-size-4 {
	font-size: 1.5rem!important;
}
.is-size-5 {
	font-size: 1.25rem!important;
}
.is-size-6 {
	font-size: 1rem!important;
}
.is-size-7 {
	font-size: .75rem!important;
}
@media screen and (max-width:768px) {
	.is-size-1-mobile {
		font-size: 3rem!important;
	}
	.is-size-2-mobile {
		font-size: 2.5rem!important;
	}
	.is-size-3-mobile {
		font-size: 2rem!important;
	}
	.is-size-4-mobile {
		font-size: 1.5rem!important;
	}
	.is-size-5-mobile {
		font-size: 1.25rem!important;
	}
	.is-size-6-mobile {
		font-size: 1rem!important;
	}
	.is-size-7-mobile {
		font-size: .75rem!important;
	}
}
@media screen and (min-width:769px),print {
	.is-size-1-tablet {
		font-size: 3rem!important;
	}
	.is-size-2-tablet {
		font-size: 2.5rem!important;
	}
	.is-size-3-tablet {
		font-size: 2rem!important;
	}
	.is-size-4-tablet {
		font-size: 1.5rem!important;
	}
	.is-size-5-tablet {
		font-size: 1.25rem!important;
	}
	.is-size-6-tablet {
		font-size: 1rem!important;
	}
	.is-size-7-tablet {
		font-size: .75rem!important;
	}
}
@media screen and (max-width:1023px) {
	.is-size-1-touch {
		font-size: 3rem!important;
	}
	.is-size-2-touch {
		font-size: 2.5rem!important;
	}
	.is-size-3-touch {
		font-size: 2rem!important;
	}
	.is-size-4-touch {
		font-size: 1.5rem!important;
	}
	.is-size-5-touch {
		font-size: 1.25rem!important;
	}
	.is-size-6-touch {
		font-size: 1rem!important;
	}
	.is-size-7-touch {
		font-size: .75rem!important;
	}
}
@media screen and (min-width:1024px) {
	.is-size-1-desktop {
		font-size: 3rem!important;
	}
	.is-size-2-desktop {
		font-size: 2.5rem!important;
	}
	.is-size-3-desktop {
		font-size: 2rem!important;
	}
	.is-size-4-desktop {
		font-size: 1.5rem!important;
	}
	.is-size-5-desktop {
		font-size: 1.25rem!important;
	}
	.is-size-6-desktop {
		font-size: 1rem!important;
	}
	.is-size-7-desktop {
		font-size: .75rem!important;
	}
}
@media screen and (min-width:1216px) {
	.is-size-1-widescreen {
		font-size: 3rem!important;
	}
	.is-size-2-widescreen {
		font-size: 2.5rem!important;
	}
	.is-size-3-widescreen {
		font-size: 2rem!important;
	}
	.is-size-4-widescreen {
		font-size: 1.5rem!important;
	}
	.is-size-5-widescreen {
		font-size: 1.25rem!important;
	}
	.is-size-6-widescreen {
		font-size: 1rem!important;
	}
	.is-size-7-widescreen {
		font-size: .75rem!important;
	}
}
@media screen and (min-width:1408px) {
	.is-size-1-fullhd {
		font-size: 3rem!important;
	}
	.is-size-2-fullhd {
		font-size: 2.5rem!important;
	}
	.is-size-3-fullhd {
		font-size: 2rem!important;
	}
	.is-size-4-fullhd {
		font-size: 1.5rem!important;
	}
	.is-size-5-fullhd {
		font-size: 1.25rem!important;
	}
	.is-size-6-fullhd {
		font-size: 1rem!important;
	}
	.is-size-7-fullhd {
		font-size: .75rem!important;
	}
}
.has-text-centered {
	text-align: center!important;
}
.has-text-justified {
	text-align: justify!important;
}
.has-text-left {
	text-align: left!important;
}
.has-text-right {
	text-align: right!important;
}
@media screen and (max-width:768px) {
	.has-text-centered-mobile {
		text-align: center!important;
	}
}
@media screen and (min-width:769px),print {
	.has-text-centered-tablet {
		text-align: center!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.has-text-centered-tablet-only {
		text-align: center!important;
	}
}
@media screen and (max-width:1023px) {
	.has-text-centered-touch {
		text-align: center!important;
	}
}
@media screen and (min-width:1024px) {
	.has-text-centered-desktop {
		text-align: center!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.has-text-centered-desktop-only {
		text-align: center!important;
	}
}
@media screen and (min-width:1216px) {
	.has-text-centered-widescreen {
		text-align: center!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.has-text-centered-widescreen-only {
		text-align: center!important;
	}
}
@media screen and (min-width:1408px) {
	.has-text-centered-fullhd {
		text-align: center!important;
	}
}
@media screen and (max-width:768px) {
	.has-text-justified-mobile {
		text-align: justify!important;
	}
}
@media screen and (min-width:769px),print {
	.has-text-justified-tablet {
		text-align: justify!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.has-text-justified-tablet-only {
		text-align: justify!important;
	}
}
@media screen and (max-width:1023px) {
	.has-text-justified-touch {
		text-align: justify!important;
	}
}
@media screen and (min-width:1024px) {
	.has-text-justified-desktop {
		text-align: justify!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.has-text-justified-desktop-only {
		text-align: justify!important;
	}
}
@media screen and (min-width:1216px) {
	.has-text-justified-widescreen {
		text-align: justify!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.has-text-justified-widescreen-only {
		text-align: justify!important;
	}
}
@media screen and (min-width:1408px) {
	.has-text-justified-fullhd {
		text-align: justify!important;
	}
}
@media screen and (max-width:768px) {
	.has-text-left-mobile {
		text-align: left!important;
	}
}
@media screen and (min-width:769px),print {
	.has-text-left-tablet {
		text-align: left!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.has-text-left-tablet-only {
		text-align: left!important;
	}
}
@media screen and (max-width:1023px) {
	.has-text-left-touch {
		text-align: left!important;
	}
}
@media screen and (min-width:1024px) {
	.has-text-left-desktop {
		text-align: left!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.has-text-left-desktop-only {
		text-align: left!important;
	}
}
@media screen and (min-width:1216px) {
	.has-text-left-widescreen {
		text-align: left!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.has-text-left-widescreen-only {
		text-align: left!important;
	}
}
@media screen and (min-width:1408px) {
	.has-text-left-fullhd {
		text-align: left!important;
	}
}
@media screen and (max-width:768px) {
	.has-text-right-mobile {
		text-align: right!important;
	}
}
@media screen and (min-width:769px),print {
	.has-text-right-tablet {
		text-align: right!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.has-text-right-tablet-only {
		text-align: right!important;
	}
}
@media screen and (max-width:1023px) {
	.has-text-right-touch {
		text-align: right!important;
	}
}
@media screen and (min-width:1024px) {
	.has-text-right-desktop {
		text-align: right!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.has-text-right-desktop-only {
		text-align: right!important;
	}
}
@media screen and (min-width:1216px) {
	.has-text-right-widescreen {
		text-align: right!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.has-text-right-widescreen-only {
		text-align: right!important;
	}
}
@media screen and (min-width:1408px) {
	.has-text-right-fullhd {
		text-align: right!important;
	}
}
.is-capitalized {
	text-transform: capitalize!important;
}
.is-lowercase {
	text-transform: lowercase!important;
}
.is-uppercase {
	text-transform: uppercase!important;
}
.is-italic {
	font-style: italic!important;
}
.has-text-weight-light {
	font-weight: 300!important;
}
.has-text-weight-normal {
	font-weight: 400!important;
}
.has-text-weight-medium {
	font-weight: 500!important;
}
.has-text-weight-semibold {
	font-weight: 600!important;
}
.has-text-weight-bold {
	font-weight: 700!important;
}
.is-family-primary {
	font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
.is-family-secondary {
	font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
.is-family-sans-serif {
	font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
.is-family-monospace {
	font-family: monospace!important;
}
.is-family-code {
	font-family: monospace!important;
}
.is-block {
	display: block!important;
}
@media screen and (max-width:768px) {
	.is-block-mobile {
		display: block!important;
	}
}
@media screen and (min-width:769px),print {
	.is-block-tablet {
		display: block!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.is-block-tablet-only {
		display: block!important;
	}
}
@media screen and (max-width:1023px) {
	.is-block-touch {
		display: block!important;
	}
}
@media screen and (min-width:1024px) {
	.is-block-desktop {
		display: block!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.is-block-desktop-only {
		display: block!important;
	}
}
@media screen and (min-width:1216px) {
	.is-block-widescreen {
		display: block!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.is-block-widescreen-only {
		display: block!important;
	}
}
@media screen and (min-width:1408px) {
	.is-block-fullhd {
		display: block!important;
	}
}
.is-flex {
	display: flex!important;
}
@media screen and (max-width:768px) {
	.is-flex-mobile {
		display: flex!important;
	}
}
@media screen and (min-width:769px),print {
	.is-flex-tablet {
		display: flex!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.is-flex-tablet-only {
		display: flex!important;
	}
}
@media screen and (max-width:1023px) {
	.is-flex-touch {
		display: flex!important;
	}
}
@media screen and (min-width:1024px) {
	.is-flex-desktop {
		display: flex!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.is-flex-desktop-only {
		display: flex!important;
	}
}
@media screen and (min-width:1216px) {
	.is-flex-widescreen {
		display: flex!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.is-flex-widescreen-only {
		display: flex!important;
	}
}
@media screen and (min-width:1408px) {
	.is-flex-fullhd {
		display: flex!important;
	}
}
.is-inline {
	display: inline!important;
}
@media screen and (max-width:768px) {
	.is-inline-mobile {
		display: inline!important;
	}
}
@media screen and (min-width:769px),print {
	.is-inline-tablet {
		display: inline!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.is-inline-tablet-only {
		display: inline!important;
	}
}
@media screen and (max-width:1023px) {
	.is-inline-touch {
		display: inline!important;
	}
}
@media screen and (min-width:1024px) {
	.is-inline-desktop {
		display: inline!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.is-inline-desktop-only {
		display: inline!important;
	}
}
@media screen and (min-width:1216px) {
	.is-inline-widescreen {
		display: inline!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.is-inline-widescreen-only {
		display: inline!important;
	}
}
@media screen and (min-width:1408px) {
	.is-inline-fullhd {
		display: inline!important;
	}
}
.is-inline-block {
	display: inline-block!important;
}
@media screen and (max-width:768px) {
	.is-inline-block-mobile {
		display: inline-block!important;
	}
}
@media screen and (min-width:769px),print {
	.is-inline-block-tablet {
		display: inline-block!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.is-inline-block-tablet-only {
		display: inline-block!important;
	}
}
@media screen and (max-width:1023px) {
	.is-inline-block-touch {
		display: inline-block!important;
	}
}
@media screen and (min-width:1024px) {
	.is-inline-block-desktop {
		display: inline-block!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.is-inline-block-desktop-only {
		display: inline-block!important;
	}
}
@media screen and (min-width:1216px) {
	.is-inline-block-widescreen {
		display: inline-block!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.is-inline-block-widescreen-only {
		display: inline-block!important;
	}
}
@media screen and (min-width:1408px) {
	.is-inline-block-fullhd {
		display: inline-block!important;
	}
}
.is-inline-flex {
	display: inline-flex!important;
}
@media screen and (max-width:768px) {
	.is-inline-flex-mobile {
		display: inline-flex!important;
	}
}
@media screen and (min-width:769px),print {
	.is-inline-flex-tablet {
		display: inline-flex!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.is-inline-flex-tablet-only {
		display: inline-flex!important;
	}
}
@media screen and (max-width:1023px) {
	.is-inline-flex-touch {
		display: inline-flex!important;
	}
}
@media screen and (min-width:1024px) {
	.is-inline-flex-desktop {
		display: inline-flex!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.is-inline-flex-desktop-only {
		display: inline-flex!important;
	}
}
@media screen and (min-width:1216px) {
	.is-inline-flex-widescreen {
		display: inline-flex!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.is-inline-flex-widescreen-only {
		display: inline-flex!important;
	}
}
@media screen and (min-width:1408px) {
	.is-inline-flex-fullhd {
		display: inline-flex!important;
	}
}
.is-hidden {
	display: none!important;
}
.is-sr-only {
	border: none!important;
	clip: rect(0,0,0,0)!important;
	height: .01em!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	white-space: nowrap!important;
	width: .01em!important;
}
@media screen and (max-width:768px) {
	.is-hidden-mobile {
		display: none!important;
	}
}
@media screen and (min-width:769px),print {
	.is-hidden-tablet {
		display: none!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.is-hidden-tablet-only {
		display: none!important;
	}
}
@media screen and (max-width:1023px) {
	.is-hidden-touch {
		display: none!important;
	}
}
@media screen and (min-width:1024px) {
	.is-hidden-desktop {
		display: none!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.is-hidden-desktop-only {
		display: none!important;
	}
}
@media screen and (min-width:1216px) {
	.is-hidden-widescreen {
		display: none!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.is-hidden-widescreen-only {
		display: none!important;
	}
}
@media screen and (min-width:1408px) {
	.is-hidden-fullhd {
		display: none!important;
	}
}
.is-invisible {
	visibility: hidden!important;
}
@media screen and (max-width:768px) {
	.is-invisible-mobile {
		visibility: hidden!important;
	}
}
@media screen and (min-width:769px),print {
	.is-invisible-tablet {
		visibility: hidden!important;
	}
}
@media screen and (min-width:769px) and (max-width:1023px) {
	.is-invisible-tablet-only {
		visibility: hidden!important;
	}
}
@media screen and (max-width:1023px) {
	.is-invisible-touch {
		visibility: hidden!important;
	}
}
@media screen and (min-width:1024px) {
	.is-invisible-desktop {
		visibility: hidden!important;
	}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
	.is-invisible-desktop-only {
		visibility: hidden!important;
	}
}
@media screen and (min-width:1216px) {
	.is-invisible-widescreen {
		visibility: hidden!important;
	}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
	.is-invisible-widescreen-only {
		visibility: hidden!important;
	}
}
@media screen and (min-width:1408px) {
	.is-invisible-fullhd {
		visibility: hidden!important;
	}
}
.hero {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hero .navbar {
	background: 0 0;
}
.hero .tabs ul {
	border-bottom: none;
}
.hero.is-white {
	background-color: #fff;
	color: #0a0a0a;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-white strong {
	color: inherit;
}
.hero.is-white .title {
	color: #0a0a0a;
}
.hero.is-white .subtitle {
	color: rgba(10,10,10,.9);
}
.hero.is-white .subtitle a:not(.button), .hero.is-white .subtitle strong {
	color: #0a0a0a;
}
@media screen and (max-width:1023px) {
	.hero.is-white .navbar-menu {
		background-color: #fff;
	}
}
.hero.is-white .navbar-item, .hero.is-white .navbar-link {
	color: rgba(10,10,10,.7);
}
.hero.is-white .navbar-link.is-active, .hero.is-white .navbar-link:hover, .hero.is-white .navbar-item.is-active, .hero.is-white .navbar-item:hover {
	background-color: #f2f2f2;
	color: #0a0a0a;
}
.hero.is-white .tabs a {
	color: #0a0a0a;
	opacity: .9;
}
.hero.is-white .tabs a:hover {
	opacity: 1;
}
.hero.is-white .tabs li.is-active a {
	opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
	color: #0a0a0a;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff;
}
.hero.is-white.is-bold {
	background-image: linear-gradient(141deg,#e6e6e6 0,#fff 71%,#fff 100%);
}
@media screen and (max-width:768px) {
	.hero.is-white.is-bold .navbar-menu {
		background-image: linear-gradient(141deg,#e6e6e6 0,#fff 71%,#fff 100%);
	}
}
.hero.is-black {
	background-color: #0a0a0a;
	color: #fff;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-black strong {
	color: inherit;
}
.hero.is-black .title {
	color: #fff;
}
.hero.is-black .subtitle {
	color: rgba(255,255,255,.9);
}
.hero.is-black .subtitle a:not(.button), .hero.is-black .subtitle strong {
	color: #fff;
}
@media screen and (max-width:1023px) {
	.hero.is-black .navbar-menu {
		background-color: #0a0a0a;
	}
}
.hero.is-black .navbar-item, .hero.is-black .navbar-link {
	color: rgba(255,255,255,.7);
}
.hero.is-black .navbar-link.is-active, .hero.is-black .navbar-link:hover, .hero.is-black .navbar-item.is-active, .hero.is-black .navbar-item:hover {
	background-color: #000;
	color: #fff;
}
.hero.is-black .tabs a {
	color: #fff;
	opacity: .9;
}
.hero.is-black .tabs a:hover {
	opacity: 1;
}
.hero.is-black .tabs li.is-active a {
	opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
	color: #fff;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a;
}
.hero.is-black.is-bold {
	background-image: linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%);
}
@media screen and (max-width:768px) {
	.hero.is-black.is-bold .navbar-menu {
		background-image: linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%);
	}
}
.hero.is-light {
	background-color: #f5f5f5;
	color: rgba(0,0,0,.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-light strong {
	color: inherit;
}
.hero.is-light .title {
	color: rgba(0,0,0,.7);
}
.hero.is-light .subtitle {
	color: rgba(0,0,0,.9);
}
.hero.is-light .subtitle a:not(.button), .hero.is-light .subtitle strong {
	color: rgba(0,0,0,.7);
}
@media screen and (max-width:1023px) {
	.hero.is-light .navbar-menu {
		background-color: #f5f5f5;
	}
}
.hero.is-light .navbar-item, .hero.is-light .navbar-link {
	color: rgba(0,0,0,.7);
}
.hero.is-light .navbar-link.is-active, .hero.is-light .navbar-link:hover, .hero.is-light .navbar-item.is-active, .hero.is-light .navbar-item:hover {
	background-color: #e8e8e8;
	color: rgba(0,0,0,.7);
}
.hero.is-light .tabs a {
	color: rgba(0,0,0,.7);
	opacity: .9;
}
.hero.is-light .tabs a:hover {
	opacity: 1;
}
.hero.is-light .tabs li.is-active a {
	opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
	color: rgba(0,0,0,.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
	background-color: rgba(0,0,0,.7);
	border-color: rgba(0,0,0,.7);
	color: #f5f5f5;
}
.hero.is-light.is-bold {
	background-image: linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%);
}
@media screen and (max-width:768px) {
	.hero.is-light.is-bold .navbar-menu {
		background-image: linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%);
	}
}
.hero.is-dark {
	background-color: #363636;
	color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-dark strong {
	color: inherit;
}
.hero.is-dark .title {
	color: #fff;
}
.hero.is-dark .subtitle {
	color: rgba(255,255,255,.9);
}
.hero.is-dark .subtitle a:not(.button), .hero.is-dark .subtitle strong {
	color: #fff;
}
@media screen and (max-width:1023px) {
	.hero.is-dark .navbar-menu {
		background-color: #363636;
	}
}
.hero.is-dark .navbar-item, .hero.is-dark .navbar-link {
	color: rgba(255,255,255,.7);
}
.hero.is-dark .navbar-link.is-active, .hero.is-dark .navbar-link:hover, .hero.is-dark .navbar-item.is-active, .hero.is-dark .navbar-item:hover {
	background-color: #292929;
	color: #fff;
}
.hero.is-dark .tabs a {
	color: #fff;
	opacity: .9;
}
.hero.is-dark .tabs a:hover {
	opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
	opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
	color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #363636;
}
.hero.is-dark.is-bold {
	background-image: linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 100%);
}
@media screen and (max-width:768px) {
	.hero.is-dark.is-bold .navbar-menu {
		background-image: linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 100%);
	}
}
.hero.is-primary {
	background-color: #00d1b2;
	color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-primary strong {
	color: inherit;
}
.hero.is-primary .title {
	color: #fff;
}
.hero.is-primary .subtitle {
	color: rgba(255,255,255,.9);
}
.hero.is-primary .subtitle a:not(.button), .hero.is-primary .subtitle strong {
	color: #fff;
}
@media screen and (max-width:1023px) {
	.hero.is-primary .navbar-menu {
		background-color: #00d1b2;
	}
}
.hero.is-primary .navbar-item, .hero.is-primary .navbar-link {
	color: rgba(255,255,255,.7);
}
.hero.is-primary .navbar-link.is-active, .hero.is-primary .navbar-link:hover, .hero.is-primary .navbar-item.is-active, .hero.is-primary .navbar-item:hover {
	background-color: #00b89c;
	color: #fff;
}
.hero.is-primary .tabs a {
	color: #fff;
	opacity: .9;
}
.hero.is-primary .tabs a:hover {
	opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
	opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
	color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #00d1b2;
}
.hero.is-primary.is-bold {
	background-image: linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%);
}
@media screen and (max-width:768px) {
	.hero.is-primary.is-bold .navbar-menu {
		background-image: linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%);
	}
}
.hero.is-link {
	background-color: #3273dc;
	color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-link strong {
	color: inherit;
}
.hero.is-link .title {
	color: #fff;
}
.hero.is-link .subtitle {
	color: rgba(255,255,255,.9);
}
.hero.is-link .subtitle a:not(.button), .hero.is-link .subtitle strong {
	color: #fff;
}
@media screen and (max-width:1023px) {
	.hero.is-link .navbar-menu {
		background-color: #3273dc;
	}
}
.hero.is-link .navbar-item, .hero.is-link .navbar-link {
	color: rgba(255,255,255,.7);
}
.hero.is-link .navbar-link.is-active, .hero.is-link .navbar-link:hover, .hero.is-link .navbar-item.is-active, .hero.is-link .navbar-item:hover {
	background-color: #2366d1;
	color: #fff;
}
.hero.is-link .tabs a {
	color: #fff;
	opacity: .9;
}
.hero.is-link .tabs a:hover {
	opacity: 1;
}
.hero.is-link .tabs li.is-active a {
	opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
	color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #3273dc;
}
.hero.is-link.is-bold {
	background-image: linear-gradient(141deg,#1577c6 0,#3273dc 71%,#4366e5 100%);
}
@media screen and (max-width:768px) {
	.hero.is-link.is-bold .navbar-menu {
		background-image: linear-gradient(141deg,#1577c6 0,#3273dc 71%,#4366e5 100%);
	}
}
.hero.is-info {
	background-color: #3298dc;
	color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-info strong {
	color: inherit;
}
.hero.is-info .title {
	color: #fff;
}
.hero.is-info .subtitle {
	color: rgba(255,255,255,.9);
}
.hero.is-info .subtitle a:not(.button), .hero.is-info .subtitle strong {
	color: #fff;
}
@media screen and (max-width:1023px) {
	.hero.is-info .navbar-menu {
		background-color: #3298dc;
	}
}
.hero.is-info .navbar-item, .hero.is-info .navbar-link {
	color: rgba(255,255,255,.7);
}
.hero.is-info .navbar-link.is-active, .hero.is-info .navbar-link:hover, .hero.is-info .navbar-item.is-active, .hero.is-info .navbar-item:hover {
	background-color: #238cd1;
	color: #fff;
}
.hero.is-info .tabs a {
	color: #fff;
	opacity: .9;
}
.hero.is-info .tabs a:hover {
	opacity: 1;
}
.hero.is-info .tabs li.is-active a {
	opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
	color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #3298dc;
}
.hero.is-info.is-bold {
	background-image: linear-gradient(141deg,#159dc6 0,#3298dc 71%,#4389e5 100%);
}
@media screen and (max-width:768px) {
	.hero.is-info.is-bold .navbar-menu {
		background-image: linear-gradient(141deg,#159dc6 0,#3298dc 71%,#4389e5 100%);
	}
}
.hero.is-success {
	background-color: #48c774;
	color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-success strong {
	color: inherit;
}
.hero.is-success .title {
	color: #fff;
}
.hero.is-success .subtitle {
	color: rgba(255,255,255,.9);
}
.hero.is-success .subtitle a:not(.button), .hero.is-success .subtitle strong {
	color: #fff;
}
@media screen and (max-width:1023px) {
	.hero.is-success .navbar-menu {
		background-color: #48c774;
	}
}
.hero.is-success .navbar-item, .hero.is-success .navbar-link {
	color: rgba(255,255,255,.7);
}
.hero.is-success .navbar-link.is-active, .hero.is-success .navbar-link:hover, .hero.is-success .navbar-item.is-active, .hero.is-success .navbar-item:hover {
	background-color: #3abb67;
	color: #fff;
}
.hero.is-success .tabs a {
	color: #fff;
	opacity: .9;
}
.hero.is-success .tabs a:hover {
	opacity: 1;
}
.hero.is-success .tabs li.is-active a {
	opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
	color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #48c774;
}
.hero.is-success.is-bold {
	background-image: linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%);
}
@media screen and (max-width:768px) {
	.hero.is-success.is-bold .navbar-menu {
		background-image: linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%);
	}
}
.hero.is-warning {
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-warning strong {
	color: inherit;
}
.hero.is-warning .title {
	color: rgba(0,0,0,.7);
}
.hero.is-warning .subtitle {
	color: rgba(0,0,0,.9);
}
.hero.is-warning .subtitle a:not(.button), .hero.is-warning .subtitle strong {
	color: rgba(0,0,0,.7);
}
@media screen and (max-width:1023px) {
	.hero.is-warning .navbar-menu {
		background-color: #ffdd57;
	}
}
.hero.is-warning .navbar-item, .hero.is-warning .navbar-link {
	color: rgba(0,0,0,.7);
}
.hero.is-warning .navbar-link.is-active, .hero.is-warning .navbar-link:hover, .hero.is-warning .navbar-item.is-active, .hero.is-warning .navbar-item:hover {
	background-color: #ffd83d;
	color: rgba(0,0,0,.7);
}
.hero.is-warning .tabs a {
	color: rgba(0,0,0,.7);
	opacity: .9;
}
.hero.is-warning .tabs a:hover {
	opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
	opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
	color: rgba(0,0,0,.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
	background-color: rgba(0,0,0,.7);
	border-color: rgba(0,0,0,.7);
	color: #ffdd57;
}
.hero.is-warning.is-bold {
	background-image: linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 100%);
}
@media screen and (max-width:768px) {
	.hero.is-warning.is-bold .navbar-menu {
		background-image: linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 100%);
	}
}
.hero.is-danger {
	background-color: #f14668;
	color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-danger strong {
	color: inherit;
}
.hero.is-danger .title {
	color: #fff;
}
.hero.is-danger .subtitle {
	color: rgba(255,255,255,.9);
}
.hero.is-danger .subtitle a:not(.button), .hero.is-danger .subtitle strong {
	color: #fff;
}
@media screen and (max-width:1023px) {
	.hero.is-danger .navbar-menu {
		background-color: #f14668;
	}
}
.hero.is-danger .navbar-item, .hero.is-danger .navbar-link {
	color: rgba(255,255,255,.7);
}
.hero.is-danger .navbar-link.is-active, .hero.is-danger .navbar-link:hover, .hero.is-danger .navbar-item.is-active, .hero.is-danger .navbar-item:hover {
	background-color: #ef2e55;
	color: #fff;
}
.hero.is-danger .tabs a {
	color: #fff;
	opacity: .9;
}
.hero.is-danger .tabs a:hover {
	opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
	opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
	color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #f14668;
}
.hero.is-danger.is-bold {
	background-image: linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%);
}
@media screen and (max-width:768px) {
	.hero.is-danger.is-bold .navbar-menu {
		background-image: linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%);
	}
}
.hero.is-small .hero-body {
	padding: 1.5rem;
}
@media screen and (min-width:769px),print {
	.hero.is-medium .hero-body {
		padding: 9rem 1.5rem;
	}
}
@media screen and (min-width:769px),print {
	.hero.is-large .hero-body {
		padding: 18rem 1.5rem;
	}
}
.hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body, .hero.is-halfheight .hero-body {
	align-items: center;
	display: flex;
}
.hero.is-fullheight .hero-body>.container, .hero.is-fullheight-with-navbar .hero-body>.container, .hero.is-halfheight .hero-body>.container {
	flex-grow: 1;
	flex-shrink: 1;
}
.hero.is-halfheight {
	min-height: 50vh;
}
.hero.is-fullheight {
	min-height: 100vh;
}
.hero-video {
	overflow: hidden;
}
.hero-video video {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}
.hero-video.is-transparent {
	opacity: .3;
}
@media screen and (max-width:768px) {
	.hero-video {
		display: none;
	}
}
.hero-buttons {
	margin-top: 1.5rem;
}
@media screen and (max-width:768px) {
	.hero-buttons .button {
		display: flex;
	}
	.hero-buttons .button:not(:last-child) {
		margin-bottom: .75rem;
	}
}
@media screen and (min-width:769px),print {
	.hero-buttons {
		display: flex;
		justify-content: center;
	}
	.hero-buttons .button:not(:last-child) {
		margin-right: 1.5rem;
	}
}
.hero-foot, .hero-head {
	flex-grow: 0;
	flex-shrink: 0;
}
.hero-body {
	flex-grow: 1;
	flex-shrink: 0;
	padding: 3rem 1.5rem;
}
.section {
	padding: 3rem 1.5rem;
}
@media screen and (min-width:1024px) {
	.section.is-medium {
		padding: 9rem 1.5rem;
	}
	.section.is-large {
		padding: 18rem 1.5rem;
	}
}
.footer {
	background-color: #fafafa;
	padding: 3rem 1.5rem 6rem;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	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;
	-webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-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 {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	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-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
}
.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;
}
.owl-carousel .animated {
	animation-duration: 1s;
	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 .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[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(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}
.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-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/* poppins-300 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/poppins-v8-latin-300.eot');/* IE9 Compat Modes */
	src: local('Poppins Light'), local('Poppins-Light'),
       url('../fonts/poppins-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v8-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v8-latin-300.svg#Poppins') format('svg');/* Legacy iOS */
}
/* poppins-300italic - latin */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/poppins-v8-latin-300italic.eot');/* IE9 Compat Modes */
	src: local('Poppins Light Italic'), local('Poppins-LightItalic'),
       url('../fonts/poppins-v8-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v8-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v8-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v8-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v8-latin-300italic.svg#Poppins') format('svg');/* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/poppins-v8-latin-500.eot');/* IE9 Compat Modes */
	src: local('Poppins Medium'), local('Poppins-Medium'),
       url('../fonts/poppins-v8-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v8-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v8-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v8-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v8-latin-500.svg#Poppins') format('svg');/* Legacy iOS */
}
/* poppins-500italic - latin */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/poppins-v8-latin-500italic.eot');/* IE9 Compat Modes */
	src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'),
       url('../fonts/poppins-v8-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v8-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v8-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v8-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v8-latin-500italic.svg#Poppins') format('svg');/* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/poppins-v8-latin-700.eot');/* IE9 Compat Modes */
	src: local('Poppins Bold'), local('Poppins-Bold'),
       url('../fonts/poppins-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v8-latin-700.svg#Poppins') format('svg');/* Legacy iOS */
}
/* poppins-700italic - latin */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/poppins-v8-latin-700italic.eot');/* IE9 Compat Modes */
	src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'),
       url('../fonts/poppins-v8-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v8-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v8-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v8-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v8-latin-700italic.svg#Poppins') format('svg');/* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v20-latin-300.eot');/* IE9 Compat Modes */
	src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg');/* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/roboto-v20-latin-300italic.eot');/* IE9 Compat Modes */
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../fonts/roboto-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-300italic.svg#Roboto') format('svg');/* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v20-latin-regular.eot');/* IE9 Compat Modes */
	src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');/* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/roboto-v20-latin-italic.eot');/* IE9 Compat Modes */
	src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-italic.svg#Roboto') format('svg');/* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v20-latin-700.eot');/* IE9 Compat Modes */
	src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg');/* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/roboto-v20-latin-700italic.eot');/* IE9 Compat Modes */
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../fonts/roboto-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700italic.svg#Roboto') format('svg');/* Legacy iOS */
}
/*!
 * Font Awesome Free 6.1.0 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 2022 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}
.fa, .fas, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin, .fad, .fa-duotone, .fab, .fa-brands {
	-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: 0.625em;
	line-height: 0.1em;
	vertical-align: 0.225em;
}
.fa-xs {
	font-size: 0.75em;
	line-height: 0.08333em;
	vertical-align: 0.125em;
}
.fa-sm {
	font-size: 0.875em;
	line-height: 0.07143em;
	vertical-align: 0.05357em;
}
.fa-lg {
	font-size: 1.25em;
	line-height: 0.05em;
	vertical-align: -0.075em;
}
.fa-xl {
	font-size: 1.5em;
	line-height: 0.04167em;
	vertical-align: -0.125em;
}
.fa-2xl {
	font-size: 2em;
	line-height: 0.03125em;
	vertical-align: -0.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-color: var(--fa-border-color, #eee);
	border-radius: var(--fa-border-radius, 0.1em);
	border-style: var(--fa-border-style, solid);
	border-width: var(--fa-border-width, 0.08em);
	padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, 0.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-bounce {
	-webkit-animation-name: fa-bounce;
	animation-name: fa-bounce;
	-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, cubic-bezier(0.28, 0.84, 0.42, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
	-webkit-animation-name: fa-fade;
	animation-name: 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);
	-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(0.4, 0, 0.6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
	-webkit-animation-name: fa-beat-fade;
	animation-name: fa-beat-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);
	-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(0.4, 0, 0.6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 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-shake {
	-webkit-animation-name: fa-shake;
	animation-name: fa-shake;
	-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, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}
.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-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .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;
		transition-delay: 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-bounce {
	0% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}
	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
	}
	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
	}
	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
	}
	57% {
		-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
	}
	64% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}
	100% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}
}
@keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}
	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
	}
	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
	}
	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
	}
	57% {
		-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
	}
	64% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}
	100% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}
}
@-webkit-keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, 0.4);
	}
}
@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, 0.4);
	}
}
@-webkit-keyframes fa-beat-fade {
	0%, 100% {
		opacity: var(--fa-beat-fade-opacity, 0.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%, 100% {
		opacity: var(--fa-beat-fade-opacity, 0.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-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	8%, 24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	12%, 28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	40%, 100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	8%, 24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	12%, 28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	40%, 100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.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: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -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);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
	content: "\30";
}
.fa-1::before {
	content: "\31";
}
.fa-2::before {
	content: "\32";
}
.fa-3::before {
	content: "\33";
}
.fa-4::before {
	content: "\34";
}
.fa-5::before {
	content: "\35";
}
.fa-6::before {
	content: "\36";
}
.fa-7::before {
	content: "\37";
}
.fa-8::before {
	content: "\38";
}
.fa-9::before {
	content: "\39";
}
.fa-a::before {
	content: "\41";
}
.fa-address-book::before {
	content: "\f2b9";
}
.fa-contact-book::before {
	content: "\f2b9";
}
.fa-address-card::before {
	content: "\f2bb";
}
.fa-contact-card::before {
	content: "\f2bb";
}
.fa-vcard::before {
	content: "\f2bb";
}
.fa-align-center::before {
	content: "\f037";
}
.fa-align-justify::before {
	content: "\f039";
}
.fa-align-left::before {
	content: "\f036";
}
.fa-align-right::before {
	content: "\f038";
}
.fa-anchor::before {
	content: "\f13d";
}
.fa-anchor-circle-check::before {
	content: "\e4aa";
}
.fa-anchor-circle-exclamation::before {
	content: "\e4ab";
}
.fa-anchor-circle-xmark::before {
	content: "\e4ac";
}
.fa-anchor-lock::before {
	content: "\e4ad";
}
.fa-angle-down::before {
	content: "\f107";
}
.fa-angle-left::before {
	content: "\f104";
}
.fa-angle-right::before {
	content: "\f105";
}
.fa-angle-up::before {
	content: "\f106";
}
.fa-angles-down::before {
	content: "\f103";
}
.fa-angle-double-down::before {
	content: "\f103";
}
.fa-angles-left::before {
	content: "\f100";
}
.fa-angle-double-left::before {
	content: "\f100";
}
.fa-angles-right::before {
	content: "\f101";
}
.fa-angle-double-right::before {
	content: "\f101";
}
.fa-angles-up::before {
	content: "\f102";
}
.fa-angle-double-up::before {
	content: "\f102";
}
.fa-ankh::before {
	content: "\f644";
}
.fa-apple-whole::before {
	content: "\f5d1";
}
.fa-apple-alt::before {
	content: "\f5d1";
}
.fa-archway::before {
	content: "\f557";
}
.fa-arrow-down::before {
	content: "\f063";
}
.fa-arrow-down-1-9::before {
	content: "\f162";
}
.fa-sort-numeric-asc::before {
	content: "\f162";
}
.fa-sort-numeric-down::before {
	content: "\f162";
}
.fa-arrow-down-9-1::before {
	content: "\f886";
}
.fa-sort-numeric-desc::before {
	content: "\f886";
}
.fa-sort-numeric-down-alt::before {
	content: "\f886";
}
.fa-arrow-down-a-z::before {
	content: "\f15d";
}
.fa-sort-alpha-asc::before {
	content: "\f15d";
}
.fa-sort-alpha-down::before {
	content: "\f15d";
}
.fa-arrow-down-long::before {
	content: "\f175";
}
.fa-long-arrow-down::before {
	content: "\f175";
}
.fa-arrow-down-short-wide::before {
	content: "\f884";
}
.fa-sort-amount-desc::before {
	content: "\f884";
}
.fa-sort-amount-down-alt::before {
	content: "\f884";
}
.fa-arrow-down-up-across-line::before {
	content: "\e4af";
}
.fa-arrow-down-up-lock::before {
	content: "\e4b0";
}
.fa-arrow-down-wide-short::before {
	content: "\f160";
}
.fa-sort-amount-asc::before {
	content: "\f160";
}
.fa-sort-amount-down::before {
	content: "\f160";
}
.fa-arrow-down-z-a::before {
	content: "\f881";
}
.fa-sort-alpha-desc::before {
	content: "\f881";
}
.fa-sort-alpha-down-alt::before {
	content: "\f881";
}
.fa-arrow-left::before {
	content: "\f060";
}
.fa-arrow-left-long::before {
	content: "\f177";
}
.fa-long-arrow-left::before {
	content: "\f177";
}
.fa-arrow-pointer::before {
	content: "\f245";
}
.fa-mouse-pointer::before {
	content: "\f245";
}
.fa-arrow-right::before {
	content: "\f061";
}
.fa-arrow-right-arrow-left::before {
	content: "\f0ec";
}
.fa-exchange::before {
	content: "\f0ec";
}
.fa-arrow-right-from-bracket::before {
	content: "\f08b";
}
.fa-sign-out::before {
	content: "\f08b";
}
.fa-arrow-right-long::before {
	content: "\f178";
}
.fa-long-arrow-right::before {
	content: "\f178";
}
.fa-arrow-right-to-bracket::before {
	content: "\f090";
}
.fa-sign-in::before {
	content: "\f090";
}
.fa-arrow-right-to-city::before {
	content: "\e4b3";
}
.fa-arrow-rotate-left::before {
	content: "\f0e2";
}
.fa-arrow-left-rotate::before {
	content: "\f0e2";
}
.fa-arrow-rotate-back::before {
	content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
	content: "\f0e2";
}
.fa-undo::before {
	content: "\f0e2";
}
.fa-arrow-rotate-right::before {
	content: "\f01e";
}
.fa-arrow-right-rotate::before {
	content: "\f01e";
}
.fa-arrow-rotate-forward::before {
	content: "\f01e";
}
.fa-redo::before {
	content: "\f01e";
}
.fa-arrow-trend-down::before {
	content: "\e097";
}
.fa-arrow-trend-up::before {
	content: "\e098";
}
.fa-arrow-turn-down::before {
	content: "\f149";
}
.fa-level-down::before {
	content: "\f149";
}
.fa-arrow-turn-up::before {
	content: "\f148";
}
.fa-level-up::before {
	content: "\f148";
}
.fa-arrow-up::before {
	content: "\f062";
}
.fa-arrow-up-1-9::before {
	content: "\f163";
}
.fa-sort-numeric-up::before {
	content: "\f163";
}
.fa-arrow-up-9-1::before {
	content: "\f887";
}
.fa-sort-numeric-up-alt::before {
	content: "\f887";
}
.fa-arrow-up-a-z::before {
	content: "\f15e";
}
.fa-sort-alpha-up::before {
	content: "\f15e";
}
.fa-arrow-up-from-bracket::before {
	content: "\e09a";
}
.fa-arrow-up-from-ground-water::before {
	content: "\e4b5";
}
.fa-arrow-up-from-water-pump::before {
	content: "\e4b6";
}
.fa-arrow-up-long::before {
	content: "\f176";
}
.fa-long-arrow-up::before {
	content: "\f176";
}
.fa-arrow-up-right-dots::before {
	content: "\e4b7";
}
.fa-arrow-up-right-from-square::before {
	content: "\f08e";
}
.fa-external-link::before {
	content: "\f08e";
}
.fa-arrow-up-short-wide::before {
	content: "\f885";
}
.fa-sort-amount-up-alt::before {
	content: "\f885";
}
.fa-arrow-up-wide-short::before {
	content: "\f161";
}
.fa-sort-amount-up::before {
	content: "\f161";
}
.fa-arrow-up-z-a::before {
	content: "\f882";
}
.fa-sort-alpha-up-alt::before {
	content: "\f882";
}
.fa-arrows-down-to-line::before {
	content: "\e4b8";
}
.fa-arrows-down-to-people::before {
	content: "\e4b9";
}
.fa-arrows-left-right::before {
	content: "\f07e";
}
.fa-arrows-h::before {
	content: "\f07e";
}
.fa-arrows-left-right-to-line::before {
	content: "\e4ba";
}
.fa-arrows-rotate::before {
	content: "\f021";
}
.fa-refresh::before {
	content: "\f021";
}
.fa-sync::before {
	content: "\f021";
}
.fa-arrows-spin::before {
	content: "\e4bb";
}
.fa-arrows-split-up-and-left::before {
	content: "\e4bc";
}
.fa-arrows-to-circle::before {
	content: "\e4bd";
}
.fa-arrows-to-dot::before {
	content: "\e4be";
}
.fa-arrows-to-eye::before {
	content: "\e4bf";
}
.fa-arrows-turn-right::before {
	content: "\e4c0";
}
.fa-arrows-turn-to-dots::before {
	content: "\e4c1";
}
.fa-arrows-up-down::before {
	content: "\f07d";
}
.fa-arrows-v::before {
	content: "\f07d";
}
.fa-arrows-up-down-left-right::before {
	content: "\f047";
}
.fa-arrows::before {
	content: "\f047";
}
.fa-arrows-up-to-line::before {
	content: "\e4c2";
}
.fa-asterisk::before {
	content: "\2a";
}
.fa-at::before {
	content: "\40";
}
.fa-atom::before {
	content: "\f5d2";
}
.fa-audio-description::before {
	content: "\f29e";
}
.fa-austral-sign::before {
	content: "\e0a9";
}
.fa-award::before {
	content: "\f559";
}
.fa-b::before {
	content: "\42";
}
.fa-baby::before {
	content: "\f77c";
}
.fa-baby-carriage::before {
	content: "\f77d";
}
.fa-carriage-baby::before {
	content: "\f77d";
}
.fa-backward::before {
	content: "\f04a";
}
.fa-backward-fast::before {
	content: "\f049";
}
.fa-fast-backward::before {
	content: "\f049";
}
.fa-backward-step::before {
	content: "\f048";
}
.fa-step-backward::before {
	content: "\f048";
}
.fa-bacon::before {
	content: "\f7e5";
}
.fa-bacteria::before {
	content: "\e059";
}
.fa-bacterium::before {
	content: "\e05a";
}
.fa-bag-shopping::before {
	content: "\f290";
}
.fa-shopping-bag::before {
	content: "\f290";
}
.fa-bahai::before {
	content: "\f666";
}
.fa-baht-sign::before {
	content: "\e0ac";
}
.fa-ban::before {
	content: "\f05e";
}
.fa-cancel::before {
	content: "\f05e";
}
.fa-ban-smoking::before {
	content: "\f54d";
}
.fa-smoking-ban::before {
	content: "\f54d";
}
.fa-bandage::before {
	content: "\f462";
}
.fa-band-aid::before {
	content: "\f462";
}
.fa-barcode::before {
	content: "\f02a";
}
.fa-bars::before {
	content: "\f0c9";
}
.fa-navicon::before {
	content: "\f0c9";
}
.fa-bars-progress::before {
	content: "\f828";
}
.fa-tasks-alt::before {
	content: "\f828";
}
.fa-bars-staggered::before {
	content: "\f550";
}
.fa-reorder::before {
	content: "\f550";
}
.fa-stream::before {
	content: "\f550";
}
.fa-baseball::before {
	content: "\f433";
}
.fa-baseball-ball::before {
	content: "\f433";
}
.fa-baseball-bat-ball::before {
	content: "\f432";
}
.fa-basket-shopping::before {
	content: "\f291";
}
.fa-shopping-basket::before {
	content: "\f291";
}
.fa-basketball::before {
	content: "\f434";
}
.fa-basketball-ball::before {
	content: "\f434";
}
.fa-bath::before {
	content: "\f2cd";
}
.fa-bathtub::before {
	content: "\f2cd";
}
.fa-battery-empty::before {
	content: "\f244";
}
.fa-battery-0::before {
	content: "\f244";
}
.fa-battery-full::before {
	content: "\f240";
}
.fa-battery::before {
	content: "\f240";
}
.fa-battery-5::before {
	content: "\f240";
}
.fa-battery-half::before {
	content: "\f242";
}
.fa-battery-3::before {
	content: "\f242";
}
.fa-battery-quarter::before {
	content: "\f243";
}
.fa-battery-2::before {
	content: "\f243";
}
.fa-battery-three-quarters::before {
	content: "\f241";
}
.fa-battery-4::before {
	content: "\f241";
}
.fa-bed::before {
	content: "\f236";
}
.fa-bed-pulse::before {
	content: "\f487";
}
.fa-procedures::before {
	content: "\f487";
}
.fa-beer-mug-empty::before {
	content: "\f0fc";
}
.fa-beer::before {
	content: "\f0fc";
}
.fa-bell::before {
	content: "\f0f3";
}
.fa-bell-concierge::before {
	content: "\f562";
}
.fa-concierge-bell::before {
	content: "\f562";
}
.fa-bell-slash::before {
	content: "\f1f6";
}
.fa-bezier-curve::before {
	content: "\f55b";
}
.fa-bicycle::before {
	content: "\f206";
}
.fa-binoculars::before {
	content: "\f1e5";
}
.fa-biohazard::before {
	content: "\f780";
}
.fa-bitcoin-sign::before {
	content: "\e0b4";
}
.fa-blender::before {
	content: "\f517";
}
.fa-blender-phone::before {
	content: "\f6b6";
}
.fa-blog::before {
	content: "\f781";
}
.fa-bold::before {
	content: "\f032";
}
.fa-bolt::before {
	content: "\f0e7";
}
.fa-zap::before {
	content: "\f0e7";
}
.fa-bolt-lightning::before {
	content: "\e0b7";
}
.fa-bomb::before {
	content: "\f1e2";
}
.fa-bone::before {
	content: "\f5d7";
}
.fa-bong::before {
	content: "\f55c";
}
.fa-book::before {
	content: "\f02d";
}
.fa-book-atlas::before {
	content: "\f558";
}
.fa-atlas::before {
	content: "\f558";
}
.fa-book-bible::before {
	content: "\f647";
}
.fa-bible::before {
	content: "\f647";
}
.fa-book-bookmark::before {
	content: "\e0bb";
}
.fa-book-journal-whills::before {
	content: "\f66a";
}
.fa-journal-whills::before {
	content: "\f66a";
}
.fa-book-medical::before {
	content: "\f7e6";
}
.fa-book-open::before {
	content: "\f518";
}
.fa-book-open-reader::before {
	content: "\f5da";
}
.fa-book-reader::before {
	content: "\f5da";
}
.fa-book-quran::before {
	content: "\f687";
}
.fa-quran::before {
	content: "\f687";
}
.fa-book-skull::before {
	content: "\f6b7";
}
.fa-book-dead::before {
	content: "\f6b7";
}
.fa-bookmark::before {
	content: "\f02e";
}
.fa-border-all::before {
	content: "\f84c";
}
.fa-border-none::before {
	content: "\f850";
}
.fa-border-top-left::before {
	content: "\f853";
}
.fa-border-style::before {
	content: "\f853";
}
.fa-bore-hole::before {
	content: "\e4c3";
}
.fa-bottle-droplet::before {
	content: "\e4c4";
}
.fa-bottle-water::before {
	content: "\e4c5";
}
.fa-bowl-food::before {
	content: "\e4c6";
}
.fa-bowl-rice::before {
	content: "\e2eb";
}
.fa-bowling-ball::before {
	content: "\f436";
}
.fa-box::before {
	content: "\f466";
}
.fa-box-archive::before {
	content: "\f187";
}
.fa-archive::before {
	content: "\f187";
}
.fa-box-open::before {
	content: "\f49e";
}
.fa-box-tissue::before {
	content: "\e05b";
}
.fa-boxes-packing::before {
	content: "\e4c7";
}
.fa-boxes-stacked::before {
	content: "\f468";
}
.fa-boxes::before {
	content: "\f468";
}
.fa-boxes-alt::before {
	content: "\f468";
}
.fa-braille::before {
	content: "\f2a1";
}
.fa-brain::before {
	content: "\f5dc";
}
.fa-brazilian-real-sign::before {
	content: "\e46c";
}
.fa-bread-slice::before {
	content: "\f7ec";
}
.fa-bridge::before {
	content: "\e4c8";
}
.fa-bridge-circle-check::before {
	content: "\e4c9";
}
.fa-bridge-circle-exclamation::before {
	content: "\e4ca";
}
.fa-bridge-circle-xmark::before {
	content: "\e4cb";
}
.fa-bridge-lock::before {
	content: "\e4cc";
}
.fa-bridge-water::before {
	content: "\e4ce";
}
.fa-briefcase::before {
	content: "\f0b1";
}
.fa-briefcase-medical::before {
	content: "\f469";
}
.fa-broom::before {
	content: "\f51a";
}
.fa-broom-ball::before {
	content: "\f458";
}
.fa-quidditch::before {
	content: "\f458";
}
.fa-quidditch-broom-ball::before {
	content: "\f458";
}
.fa-brush::before {
	content: "\f55d";
}
.fa-bucket::before {
	content: "\e4cf";
}
.fa-bug::before {
	content: "\f188";
}
.fa-bug-slash::before {
	content: "\e490";
}
.fa-bugs::before {
	content: "\e4d0";
}
.fa-building::before {
	content: "\f1ad";
}
.fa-building-circle-arrow-right::before {
	content: "\e4d1";
}
.fa-building-circle-check::before {
	content: "\e4d2";
}
.fa-building-circle-exclamation::before {
	content: "\e4d3";
}
.fa-building-circle-xmark::before {
	content: "\e4d4";
}
.fa-building-columns::before {
	content: "\f19c";
}
.fa-bank::before {
	content: "\f19c";
}
.fa-institution::before {
	content: "\f19c";
}
.fa-museum::before {
	content: "\f19c";
}
.fa-university::before {
	content: "\f19c";
}
.fa-building-flag::before {
	content: "\e4d5";
}
.fa-building-lock::before {
	content: "\e4d6";
}
.fa-building-ngo::before {
	content: "\e4d7";
}
.fa-building-shield::before {
	content: "\e4d8";
}
.fa-building-un::before {
	content: "\e4d9";
}
.fa-building-user::before {
	content: "\e4da";
}
.fa-building-wheat::before {
	content: "\e4db";
}
.fa-bullhorn::before {
	content: "\f0a1";
}
.fa-bullseye::before {
	content: "\f140";
}
.fa-burger::before {
	content: "\f805";
}
.fa-hamburger::before {
	content: "\f805";
}
.fa-burst::before {
	content: "\e4dc";
}
.fa-bus::before {
	content: "\f207";
}
.fa-bus-simple::before {
	content: "\f55e";
}
.fa-bus-alt::before {
	content: "\f55e";
}
.fa-business-time::before {
	content: "\f64a";
}
.fa-briefcase-clock::before {
	content: "\f64a";
}
.fa-c::before {
	content: "\43";
}
.fa-cake-candles::before {
	content: "\f1fd";
}
.fa-birthday-cake::before {
	content: "\f1fd";
}
.fa-cake::before {
	content: "\f1fd";
}
.fa-calculator::before {
	content: "\f1ec";
}
.fa-calendar::before {
	content: "\f133";
}
.fa-calendar-check::before {
	content: "\f274";
}
.fa-calendar-day::before {
	content: "\f783";
}
.fa-calendar-days::before {
	content: "\f073";
}
.fa-calendar-alt::before {
	content: "\f073";
}
.fa-calendar-minus::before {
	content: "\f272";
}
.fa-calendar-plus::before {
	content: "\f271";
}
.fa-calendar-week::before {
	content: "\f784";
}
.fa-calendar-xmark::before {
	content: "\f273";
}
.fa-calendar-times::before {
	content: "\f273";
}
.fa-camera::before {
	content: "\f030";
}
.fa-camera-alt::before {
	content: "\f030";
}
.fa-camera-retro::before {
	content: "\f083";
}
.fa-camera-rotate::before {
	content: "\e0d8";
}
.fa-campground::before {
	content: "\f6bb";
}
.fa-candy-cane::before {
	content: "\f786";
}
.fa-cannabis::before {
	content: "\f55f";
}
.fa-capsules::before {
	content: "\f46b";
}
.fa-car::before {
	content: "\f1b9";
}
.fa-automobile::before {
	content: "\f1b9";
}
.fa-car-battery::before {
	content: "\f5df";
}
.fa-battery-car::before {
	content: "\f5df";
}
.fa-car-burst::before {
	content: "\f5e1";
}
.fa-car-crash::before {
	content: "\f5e1";
}
.fa-car-on::before {
	content: "\e4dd";
}
.fa-car-rear::before {
	content: "\f5de";
}
.fa-car-alt::before {
	content: "\f5de";
}
.fa-car-side::before {
	content: "\f5e4";
}
.fa-car-tunnel::before {
	content: "\e4de";
}
.fa-caravan::before {
	content: "\f8ff";
}
.fa-caret-down::before {
	content: "\f0d7";
}
.fa-caret-left::before {
	content: "\f0d9";
}
.fa-caret-right::before {
	content: "\f0da";
}
.fa-caret-up::before {
	content: "\f0d8";
}
.fa-carrot::before {
	content: "\f787";
}
.fa-cart-arrow-down::before {
	content: "\f218";
}
.fa-cart-flatbed::before {
	content: "\f474";
}
.fa-dolly-flatbed::before {
	content: "\f474";
}
.fa-cart-flatbed-suitcase::before {
	content: "\f59d";
}
.fa-luggage-cart::before {
	content: "\f59d";
}
.fa-cart-plus::before {
	content: "\f217";
}
.fa-cart-shopping::before {
	content: "\f07a";
}
.fa-shopping-cart::before {
	content: "\f07a";
}
.fa-cash-register::before {
	content: "\f788";
}
.fa-cat::before {
	content: "\f6be";
}
.fa-cedi-sign::before {
	content: "\e0df";
}
.fa-cent-sign::before {
	content: "\e3f5";
}
.fa-certificate::before {
	content: "\f0a3";
}
.fa-chair::before {
	content: "\f6c0";
}
.fa-chalkboard::before {
	content: "\f51b";
}
.fa-blackboard::before {
	content: "\f51b";
}
.fa-chalkboard-user::before {
	content: "\f51c";
}
.fa-chalkboard-teacher::before {
	content: "\f51c";
}
.fa-champagne-glasses::before {
	content: "\f79f";
}
.fa-glass-cheers::before {
	content: "\f79f";
}
.fa-charging-station::before {
	content: "\f5e7";
}
.fa-chart-area::before {
	content: "\f1fe";
}
.fa-area-chart::before {
	content: "\f1fe";
}
.fa-chart-bar::before {
	content: "\f080";
}
.fa-bar-chart::before {
	content: "\f080";
}
.fa-chart-column::before {
	content: "\e0e3";
}
.fa-chart-gantt::before {
	content: "\e0e4";
}
.fa-chart-line::before {
	content: "\f201";
}
.fa-line-chart::before {
	content: "\f201";
}
.fa-chart-pie::before {
	content: "\f200";
}
.fa-pie-chart::before {
	content: "\f200";
}
.fa-chart-simple::before {
	content: "\e473";
}
.fa-check::before {
	content: "\f00c";
}
.fa-check-double::before {
	content: "\f560";
}
.fa-check-to-slot::before {
	content: "\f772";
}
.fa-vote-yea::before {
	content: "\f772";
}
.fa-cheese::before {
	content: "\f7ef";
}
.fa-chess::before {
	content: "\f439";
}
.fa-chess-bishop::before {
	content: "\f43a";
}
.fa-chess-board::before {
	content: "\f43c";
}
.fa-chess-king::before {
	content: "\f43f";
}
.fa-chess-knight::before {
	content: "\f441";
}
.fa-chess-pawn::before {
	content: "\f443";
}
.fa-chess-queen::before {
	content: "\f445";
}
.fa-chess-rook::before {
	content: "\f447";
}
.fa-chevron-down::before {
	content: "\f078";
}
.fa-chevron-left::before {
	content: "\f053";
}
.fa-chevron-right::before {
	content: "\f054";
}
.fa-chevron-up::before {
	content: "\f077";
}
.fa-child::before {
	content: "\f1ae";
}
.fa-child-rifle::before {
	content: "\e4e0";
}
.fa-children::before {
	content: "\e4e1";
}
.fa-church::before {
	content: "\f51d";
}
.fa-circle::before {
	content: "\f111";
}
.fa-circle-arrow-down::before {
	content: "\f0ab";
}
.fa-arrow-circle-down::before {
	content: "\f0ab";
}
.fa-circle-arrow-left::before {
	content: "\f0a8";
}
.fa-arrow-circle-left::before {
	content: "\f0a8";
}
.fa-circle-arrow-right::before {
	content: "\f0a9";
}
.fa-arrow-circle-right::before {
	content: "\f0a9";
}
.fa-circle-arrow-up::before {
	content: "\f0aa";
}
.fa-arrow-circle-up::before {
	content: "\f0aa";
}
.fa-circle-check::before {
	content: "\f058";
}
.fa-check-circle::before {
	content: "\f058";
}
.fa-circle-chevron-down::before {
	content: "\f13a";
}
.fa-chevron-circle-down::before {
	content: "\f13a";
}
.fa-circle-chevron-left::before {
	content: "\f137";
}
.fa-chevron-circle-left::before {
	content: "\f137";
}
.fa-circle-chevron-right::before {
	content: "\f138";
}
.fa-chevron-circle-right::before {
	content: "\f138";
}
.fa-circle-chevron-up::before {
	content: "\f139";
}
.fa-chevron-circle-up::before {
	content: "\f139";
}
.fa-circle-dollar-to-slot::before {
	content: "\f4b9";
}
.fa-donate::before {
	content: "\f4b9";
}
.fa-circle-dot::before {
	content: "\f192";
}
.fa-dot-circle::before {
	content: "\f192";
}
.fa-circle-down::before {
	content: "\f358";
}
.fa-arrow-alt-circle-down::before {
	content: "\f358";
}
.fa-circle-exclamation::before {
	content: "\f06a";
}
.fa-exclamation-circle::before {
	content: "\f06a";
}
.fa-circle-h::before {
	content: "\f47e";
}
.fa-hospital-symbol::before {
	content: "\f47e";
}
.fa-circle-half-stroke::before {
	content: "\f042";
}
.fa-adjust::before {
	content: "\f042";
}
.fa-circle-info::before {
	content: "\f05a";
}
.fa-info-circle::before {
	content: "\f05a";
}
.fa-circle-left::before {
	content: "\f359";
}
.fa-arrow-alt-circle-left::before {
	content: "\f359";
}
.fa-circle-minus::before {
	content: "\f056";
}
.fa-minus-circle::before {
	content: "\f056";
}
.fa-circle-nodes::before {
	content: "\e4e2";
}
.fa-circle-notch::before {
	content: "\f1ce";
}
.fa-circle-pause::before {
	content: "\f28b";
}
.fa-pause-circle::before {
	content: "\f28b";
}
.fa-circle-play::before {
	content: "\f144";
}
.fa-play-circle::before {
	content: "\f144";
}
.fa-circle-plus::before {
	content: "\f055";
}
.fa-plus-circle::before {
	content: "\f055";
}
.fa-circle-question::before {
	content: "\f059";
}
.fa-question-circle::before {
	content: "\f059";
}
.fa-circle-radiation::before {
	content: "\f7ba";
}
.fa-radiation-alt::before {
	content: "\f7ba";
}
.fa-circle-right::before {
	content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
	content: "\f35a";
}
.fa-circle-stop::before {
	content: "\f28d";
}
.fa-stop-circle::before {
	content: "\f28d";
}
.fa-circle-up::before {
	content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
	content: "\f35b";
}
.fa-circle-user::before {
	content: "\f2bd";
}
.fa-user-circle::before {
	content: "\f2bd";
}
.fa-circle-xmark::before {
	content: "\f057";
}
.fa-times-circle::before {
	content: "\f057";
}
.fa-xmark-circle::before {
	content: "\f057";
}
.fa-city::before {
	content: "\f64f";
}
.fa-clapperboard::before {
	content: "\e131";
}
.fa-clipboard::before {
	content: "\f328";
}
.fa-clipboard-check::before {
	content: "\f46c";
}
.fa-clipboard-list::before {
	content: "\f46d";
}
.fa-clipboard-question::before {
	content: "\e4e3";
}
.fa-clipboard-user::before {
	content: "\f7f3";
}
.fa-clock::before {
	content: "\f017";
}
.fa-clock-four::before {
	content: "\f017";
}
.fa-clock-rotate-left::before {
	content: "\f1da";
}
.fa-history::before {
	content: "\f1da";
}
.fa-clone::before {
	content: "\f24d";
}
.fa-closed-captioning::before {
	content: "\f20a";
}
.fa-cloud::before {
	content: "\f0c2";
}
.fa-cloud-arrow-down::before {
	content: "\f0ed";
}
.fa-cloud-download::before {
	content: "\f0ed";
}
.fa-cloud-download-alt::before {
	content: "\f0ed";
}
.fa-cloud-arrow-up::before {
	content: "\f0ee";
}
.fa-cloud-upload::before {
	content: "\f0ee";
}
.fa-cloud-upload-alt::before {
	content: "\f0ee";
}
.fa-cloud-bolt::before {
	content: "\f76c";
}
.fa-thunderstorm::before {
	content: "\f76c";
}
.fa-cloud-meatball::before {
	content: "\f73b";
}
.fa-cloud-moon::before {
	content: "\f6c3";
}
.fa-cloud-moon-rain::before {
	content: "\f73c";
}
.fa-cloud-rain::before {
	content: "\f73d";
}
.fa-cloud-showers-heavy::before {
	content: "\f740";
}
.fa-cloud-showers-water::before {
	content: "\e4e4";
}
.fa-cloud-sun::before {
	content: "\f6c4";
}
.fa-cloud-sun-rain::before {
	content: "\f743";
}
.fa-clover::before {
	content: "\e139";
}
.fa-code::before {
	content: "\f121";
}
.fa-code-branch::before {
	content: "\f126";
}
.fa-code-commit::before {
	content: "\f386";
}
.fa-code-compare::before {
	content: "\e13a";
}
.fa-code-fork::before {
	content: "\e13b";
}
.fa-code-merge::before {
	content: "\f387";
}
.fa-code-pull-request::before {
	content: "\e13c";
}
.fa-coins::before {
	content: "\f51e";
}
.fa-colon-sign::before {
	content: "\e140";
}
.fa-comment::before {
	content: "\f075";
}
.fa-comment-dollar::before {
	content: "\f651";
}
.fa-comment-dots::before {
	content: "\f4ad";
}
.fa-commenting::before {
	content: "\f4ad";
}
.fa-comment-medical::before {
	content: "\f7f5";
}
.fa-comment-slash::before {
	content: "\f4b3";
}
.fa-comment-sms::before {
	content: "\f7cd";
}
.fa-sms::before {
	content: "\f7cd";
}
.fa-comments::before {
	content: "\f086";
}
.fa-comments-dollar::before {
	content: "\f653";
}
.fa-compact-disc::before {
	content: "\f51f";
}
.fa-compass::before {
	content: "\f14e";
}
.fa-compass-drafting::before {
	content: "\f568";
}
.fa-drafting-compass::before {
	content: "\f568";
}
.fa-compress::before {
	content: "\f066";
}
.fa-computer::before {
	content: "\e4e5";
}
.fa-computer-mouse::before {
	content: "\f8cc";
}
.fa-mouse::before {
	content: "\f8cc";
}
.fa-cookie::before {
	content: "\f563";
}
.fa-cookie-bite::before {
	content: "\f564";
}
.fa-copy::before {
	content: "\f0c5";
}
.fa-copyright::before {
	content: "\f1f9";
}
.fa-couch::before {
	content: "\f4b8";
}
.fa-cow::before {
	content: "\f6c8";
}
.fa-credit-card::before {
	content: "\f09d";
}
.fa-credit-card-alt::before {
	content: "\f09d";
}
.fa-crop::before {
	content: "\f125";
}
.fa-crop-simple::before {
	content: "\f565";
}
.fa-crop-alt::before {
	content: "\f565";
}
.fa-cross::before {
	content: "\f654";
}
.fa-crosshairs::before {
	content: "\f05b";
}
.fa-crow::before {
	content: "\f520";
}
.fa-crown::before {
	content: "\f521";
}
.fa-crutch::before {
	content: "\f7f7";
}
.fa-cruzeiro-sign::before {
	content: "\e152";
}
.fa-cube::before {
	content: "\f1b2";
}
.fa-cubes::before {
	content: "\f1b3";
}
.fa-cubes-stacked::before {
	content: "\e4e6";
}
.fa-d::before {
	content: "\44";
}
.fa-database::before {
	content: "\f1c0";
}
.fa-delete-left::before {
	content: "\f55a";
}
.fa-backspace::before {
	content: "\f55a";
}
.fa-democrat::before {
	content: "\f747";
}
.fa-desktop::before {
	content: "\f390";
}
.fa-desktop-alt::before {
	content: "\f390";
}
.fa-dharmachakra::before {
	content: "\f655";
}
.fa-diagram-next::before {
	content: "\e476";
}
.fa-diagram-predecessor::before {
	content: "\e477";
}
.fa-diagram-project::before {
	content: "\f542";
}
.fa-project-diagram::before {
	content: "\f542";
}
.fa-diagram-successor::before {
	content: "\e47a";
}
.fa-diamond::before {
	content: "\f219";
}
.fa-diamond-turn-right::before {
	content: "\f5eb";
}
.fa-directions::before {
	content: "\f5eb";
}
.fa-dice::before {
	content: "\f522";
}
.fa-dice-d20::before {
	content: "\f6cf";
}
.fa-dice-d6::before {
	content: "\f6d1";
}
.fa-dice-five::before {
	content: "\f523";
}
.fa-dice-four::before {
	content: "\f524";
}
.fa-dice-one::before {
	content: "\f525";
}
.fa-dice-six::before {
	content: "\f526";
}
.fa-dice-three::before {
	content: "\f527";
}
.fa-dice-two::before {
	content: "\f528";
}
.fa-disease::before {
	content: "\f7fa";
}
.fa-display::before {
	content: "\e163";
}
.fa-divide::before {
	content: "\f529";
}
.fa-dna::before {
	content: "\f471";
}
.fa-dog::before {
	content: "\f6d3";
}
.fa-dollar-sign::before {
	content: "\24";
}
.fa-dollar::before {
	content: "\24";
}
.fa-usd::before {
	content: "\24";
}
.fa-dolly::before {
	content: "\f472";
}
.fa-dolly-box::before {
	content: "\f472";
}
.fa-dong-sign::before {
	content: "\e169";
}
.fa-door-closed::before {
	content: "\f52a";
}
.fa-door-open::before {
	content: "\f52b";
}
.fa-dove::before {
	content: "\f4ba";
}
.fa-down-left-and-up-right-to-center::before {
	content: "\f422";
}
.fa-compress-alt::before {
	content: "\f422";
}
.fa-down-long::before {
	content: "\f309";
}
.fa-long-arrow-alt-down::before {
	content: "\f309";
}
.fa-download::before {
	content: "\f019";
}
.fa-dragon::before {
	content: "\f6d5";
}
.fa-draw-polygon::before {
	content: "\f5ee";
}
.fa-droplet::before {
	content: "\f043";
}
.fa-tint::before {
	content: "\f043";
}
.fa-droplet-slash::before {
	content: "\f5c7";
}
.fa-tint-slash::before {
	content: "\f5c7";
}
.fa-drum::before {
	content: "\f569";
}
.fa-drum-steelpan::before {
	content: "\f56a";
}
.fa-drumstick-bite::before {
	content: "\f6d7";
}
.fa-dumbbell::before {
	content: "\f44b";
}
.fa-dumpster::before {
	content: "\f793";
}
.fa-dumpster-fire::before {
	content: "\f794";
}
.fa-dungeon::before {
	content: "\f6d9";
}
.fa-e::before {
	content: "\45";
}
.fa-ear-deaf::before {
	content: "\f2a4";
}
.fa-deaf::before {
	content: "\f2a4";
}
.fa-deafness::before {
	content: "\f2a4";
}
.fa-hard-of-hearing::before {
	content: "\f2a4";
}
.fa-ear-listen::before {
	content: "\f2a2";
}
.fa-assistive-listening-systems::before {
	content: "\f2a2";
}
.fa-earth-africa::before {
	content: "\f57c";
}
.fa-globe-africa::before {
	content: "\f57c";
}
.fa-earth-americas::before {
	content: "\f57d";
}
.fa-earth::before {
	content: "\f57d";
}
.fa-earth-america::before {
	content: "\f57d";
}
.fa-globe-americas::before {
	content: "\f57d";
}
.fa-earth-asia::before {
	content: "\f57e";
}
.fa-globe-asia::before {
	content: "\f57e";
}
.fa-earth-europe::before {
	content: "\f7a2";
}
.fa-globe-europe::before {
	content: "\f7a2";
}
.fa-earth-oceania::before {
	content: "\e47b";
}
.fa-globe-oceania::before {
	content: "\e47b";
}
.fa-egg::before {
	content: "\f7fb";
}
.fa-eject::before {
	content: "\f052";
}
.fa-elevator::before {
	content: "\e16d";
}
.fa-ellipsis::before {
	content: "\f141";
}
.fa-ellipsis-h::before {
	content: "\f141";
}
.fa-ellipsis-vertical::before {
	content: "\f142";
}
.fa-ellipsis-v::before {
	content: "\f142";
}
.fa-envelope::before {
	content: "\f0e0";
}
.fa-envelope-circle-check::before {
	content: "\e4e8";
}
.fa-envelope-open::before {
	content: "\f2b6";
}
.fa-envelope-open-text::before {
	content: "\f658";
}
.fa-envelopes-bulk::before {
	content: "\f674";
}
.fa-mail-bulk::before {
	content: "\f674";
}
.fa-equals::before {
	content: "\3d";
}
.fa-eraser::before {
	content: "\f12d";
}
.fa-ethernet::before {
	content: "\f796";
}
.fa-euro-sign::before {
	content: "\f153";
}
.fa-eur::before {
	content: "\f153";
}
.fa-euro::before {
	content: "\f153";
}
.fa-exclamation::before {
	content: "\21";
}
.fa-expand::before {
	content: "\f065";
}
.fa-explosion::before {
	content: "\e4e9";
}
.fa-eye::before {
	content: "\f06e";
}
.fa-eye-dropper::before {
	content: "\f1fb";
}
.fa-eye-dropper-empty::before {
	content: "\f1fb";
}
.fa-eyedropper::before {
	content: "\f1fb";
}
.fa-eye-low-vision::before {
	content: "\f2a8";
}
.fa-low-vision::before {
	content: "\f2a8";
}
.fa-eye-slash::before {
	content: "\f070";
}
.fa-f::before {
	content: "\46";
}
.fa-face-angry::before {
	content: "\f556";
}
.fa-angry::before {
	content: "\f556";
}
.fa-face-dizzy::before {
	content: "\f567";
}
.fa-dizzy::before {
	content: "\f567";
}
.fa-face-flushed::before {
	content: "\f579";
}
.fa-flushed::before {
	content: "\f579";
}
.fa-face-frown::before {
	content: "\f119";
}
.fa-frown::before {
	content: "\f119";
}
.fa-face-frown-open::before {
	content: "\f57a";
}
.fa-frown-open::before {
	content: "\f57a";
}
.fa-face-grimace::before {
	content: "\f57f";
}
.fa-grimace::before {
	content: "\f57f";
}
.fa-face-grin::before {
	content: "\f580";
}
.fa-grin::before {
	content: "\f580";
}
.fa-face-grin-beam::before {
	content: "\f582";
}
.fa-grin-beam::before {
	content: "\f582";
}
.fa-face-grin-beam-sweat::before {
	content: "\f583";
}
.fa-grin-beam-sweat::before {
	content: "\f583";
}
.fa-face-grin-hearts::before {
	content: "\f584";
}
.fa-grin-hearts::before {
	content: "\f584";
}
.fa-face-grin-squint::before {
	content: "\f585";
}
.fa-grin-squint::before {
	content: "\f585";
}
.fa-face-grin-squint-tears::before {
	content: "\f586";
}
.fa-grin-squint-tears::before {
	content: "\f586";
}
.fa-face-grin-stars::before {
	content: "\f587";
}
.fa-grin-stars::before {
	content: "\f587";
}
.fa-face-grin-tears::before {
	content: "\f588";
}
.fa-grin-tears::before {
	content: "\f588";
}
.fa-face-grin-tongue::before {
	content: "\f589";
}
.fa-grin-tongue::before {
	content: "\f589";
}
.fa-face-grin-tongue-squint::before {
	content: "\f58a";
}
.fa-grin-tongue-squint::before {
	content: "\f58a";
}
.fa-face-grin-tongue-wink::before {
	content: "\f58b";
}
.fa-grin-tongue-wink::before {
	content: "\f58b";
}
.fa-face-grin-wide::before {
	content: "\f581";
}
.fa-grin-alt::before {
	content: "\f581";
}
.fa-face-grin-wink::before {
	content: "\f58c";
}
.fa-grin-wink::before {
	content: "\f58c";
}
.fa-face-kiss::before {
	content: "\f596";
}
.fa-kiss::before {
	content: "\f596";
}
.fa-face-kiss-beam::before {
	content: "\f597";
}
.fa-kiss-beam::before {
	content: "\f597";
}
.fa-face-kiss-wink-heart::before {
	content: "\f598";
}
.fa-kiss-wink-heart::before {
	content: "\f598";
}
.fa-face-laugh::before {
	content: "\f599";
}
.fa-laugh::before {
	content: "\f599";
}
.fa-face-laugh-beam::before {
	content: "\f59a";
}
.fa-laugh-beam::before {
	content: "\f59a";
}
.fa-face-laugh-squint::before {
	content: "\f59b";
}
.fa-laugh-squint::before {
	content: "\f59b";
}
.fa-face-laugh-wink::before {
	content: "\f59c";
}
.fa-laugh-wink::before {
	content: "\f59c";
}
.fa-face-meh::before {
	content: "\f11a";
}
.fa-meh::before {
	content: "\f11a";
}
.fa-face-meh-blank::before {
	content: "\f5a4";
}
.fa-meh-blank::before {
	content: "\f5a4";
}
.fa-face-rolling-eyes::before {
	content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
	content: "\f5a5";
}
.fa-face-sad-cry::before {
	content: "\f5b3";
}
.fa-sad-cry::before {
	content: "\f5b3";
}
.fa-face-sad-tear::before {
	content: "\f5b4";
}
.fa-sad-tear::before {
	content: "\f5b4";
}
.fa-face-smile::before {
	content: "\f118";
}
.fa-smile::before {
	content: "\f118";
}
.fa-face-smile-beam::before {
	content: "\f5b8";
}
.fa-smile-beam::before {
	content: "\f5b8";
}
.fa-face-smile-wink::before {
	content: "\f4da";
}
.fa-smile-wink::before {
	content: "\f4da";
}
.fa-face-surprise::before {
	content: "\f5c2";
}
.fa-surprise::before {
	content: "\f5c2";
}
.fa-face-tired::before {
	content: "\f5c8";
}
.fa-tired::before {
	content: "\f5c8";
}
.fa-fan::before {
	content: "\f863";
}
.fa-faucet::before {
	content: "\e005";
}
.fa-faucet-drip::before {
	content: "\e006";
}
.fa-fax::before {
	content: "\f1ac";
}
.fa-feather::before {
	content: "\f52d";
}
.fa-feather-pointed::before {
	content: "\f56b";
}
.fa-feather-alt::before {
	content: "\f56b";
}
.fa-ferry::before {
	content: "\e4ea";
}
.fa-file::before {
	content: "\f15b";
}
.fa-file-arrow-down::before {
	content: "\f56d";
}
.fa-file-download::before {
	content: "\f56d";
}
.fa-file-arrow-up::before {
	content: "\f574";
}
.fa-file-upload::before {
	content: "\f574";
}
.fa-file-audio::before {
	content: "\f1c7";
}
.fa-file-circle-check::before {
	content: "\e493";
}
.fa-file-circle-exclamation::before {
	content: "\e4eb";
}
.fa-file-circle-minus::before {
	content: "\e4ed";
}
.fa-file-circle-plus::before {
	content: "\e4ee";
}
.fa-file-circle-question::before {
	content: "\e4ef";
}
.fa-file-circle-xmark::before {
	content: "\e494";
}
.fa-file-code::before {
	content: "\f1c9";
}
.fa-file-contract::before {
	content: "\f56c";
}
.fa-file-csv::before {
	content: "\f6dd";
}
.fa-file-excel::before {
	content: "\f1c3";
}
.fa-file-export::before {
	content: "\f56e";
}
.fa-arrow-right-from-file::before {
	content: "\f56e";
}
.fa-file-image::before {
	content: "\f1c5";
}
.fa-file-import::before {
	content: "\f56f";
}
.fa-arrow-right-to-file::before {
	content: "\f56f";
}
.fa-file-invoice::before {
	content: "\f570";
}
.fa-file-invoice-dollar::before {
	content: "\f571";
}
.fa-file-lines::before {
	content: "\f15c";
}
.fa-file-alt::before {
	content: "\f15c";
}
.fa-file-text::before {
	content: "\f15c";
}
.fa-file-medical::before {
	content: "\f477";
}
.fa-file-pdf::before {
	content: "\f1c1";
}
.fa-file-pen::before {
	content: "\f31c";
}
.fa-file-edit::before {
	content: "\f31c";
}
.fa-file-powerpoint::before {
	content: "\f1c4";
}
.fa-file-prescription::before {
	content: "\f572";
}
.fa-file-shield::before {
	content: "\e4f0";
}
.fa-file-signature::before {
	content: "\f573";
}
.fa-file-video::before {
	content: "\f1c8";
}
.fa-file-waveform::before {
	content: "\f478";
}
.fa-file-medical-alt::before {
	content: "\f478";
}
.fa-file-word::before {
	content: "\f1c2";
}
.fa-file-zipper::before {
	content: "\f1c6";
}
.fa-file-archive::before {
	content: "\f1c6";
}
.fa-fill::before {
	content: "\f575";
}
.fa-fill-drip::before {
	content: "\f576";
}
.fa-film::before {
	content: "\f008";
}
.fa-filter::before {
	content: "\f0b0";
}
.fa-filter-circle-dollar::before {
	content: "\f662";
}
.fa-funnel-dollar::before {
	content: "\f662";
}
.fa-filter-circle-xmark::before {
	content: "\e17b";
}
.fa-fingerprint::before {
	content: "\f577";
}
.fa-fire::before {
	content: "\f06d";
}
.fa-fire-burner::before {
	content: "\e4f1";
}
.fa-fire-extinguisher::before {
	content: "\f134";
}
.fa-fire-flame-curved::before {
	content: "\f7e4";
}
.fa-fire-alt::before {
	content: "\f7e4";
}
.fa-fire-flame-simple::before {
	content: "\f46a";
}
.fa-burn::before {
	content: "\f46a";
}
.fa-fish::before {
	content: "\f578";
}
.fa-fish-fins::before {
	content: "\e4f2";
}
.fa-flag::before {
	content: "\f024";
}
.fa-flag-checkered::before {
	content: "\f11e";
}
.fa-flag-usa::before {
	content: "\f74d";
}
.fa-flask::before {
	content: "\f0c3";
}
.fa-flask-vial::before {
	content: "\e4f3";
}
.fa-floppy-disk::before {
	content: "\f0c7";
}
.fa-save::before {
	content: "\f0c7";
}
.fa-florin-sign::before {
	content: "\e184";
}
.fa-folder::before {
	content: "\f07b";
}
.fa-folder-blank::before {
	content: "\f07b";
}
.fa-folder-closed::before {
	content: "\e185";
}
.fa-folder-minus::before {
	content: "\f65d";
}
.fa-folder-open::before {
	content: "\f07c";
}
.fa-folder-plus::before {
	content: "\f65e";
}
.fa-folder-tree::before {
	content: "\f802";
}
.fa-font::before {
	content: "\f031";
}
.fa-football::before {
	content: "\f44e";
}
.fa-football-ball::before {
	content: "\f44e";
}
.fa-forward::before {
	content: "\f04e";
}
.fa-forward-fast::before {
	content: "\f050";
}
.fa-fast-forward::before {
	content: "\f050";
}
.fa-forward-step::before {
	content: "\f051";
}
.fa-step-forward::before {
	content: "\f051";
}
.fa-franc-sign::before {
	content: "\e18f";
}
.fa-frog::before {
	content: "\f52e";
}
.fa-futbol::before {
	content: "\f1e3";
}
.fa-futbol-ball::before {
	content: "\f1e3";
}
.fa-soccer-ball::before {
	content: "\f1e3";
}
.fa-g::before {
	content: "\47";
}
.fa-gamepad::before {
	content: "\f11b";
}
.fa-gas-pump::before {
	content: "\f52f";
}
.fa-gauge::before {
	content: "\f624";
}
.fa-dashboard::before {
	content: "\f624";
}
.fa-gauge-med::before {
	content: "\f624";
}
.fa-tachometer-alt-average::before {
	content: "\f624";
}
.fa-gauge-high::before {
	content: "\f625";
}
.fa-tachometer-alt::before {
	content: "\f625";
}
.fa-tachometer-alt-fast::before {
	content: "\f625";
}
.fa-gauge-simple::before {
	content: "\f629";
}
.fa-gauge-simple-med::before {
	content: "\f629";
}
.fa-tachometer-average::before {
	content: "\f629";
}
.fa-gauge-simple-high::before {
	content: "\f62a";
}
.fa-tachometer::before {
	content: "\f62a";
}
.fa-tachometer-fast::before {
	content: "\f62a";
}
.fa-gavel::before {
	content: "\f0e3";
}
.fa-legal::before {
	content: "\f0e3";
}
.fa-gear::before {
	content: "\f013";
}
.fa-cog::before {
	content: "\f013";
}
.fa-gears::before {
	content: "\f085";
}
.fa-cogs::before {
	content: "\f085";
}
.fa-gem::before {
	content: "\f3a5";
}
.fa-genderless::before {
	content: "\f22d";
}
.fa-ghost::before {
	content: "\f6e2";
}
.fa-gift::before {
	content: "\f06b";
}
.fa-gifts::before {
	content: "\f79c";
}
.fa-glass-water::before {
	content: "\e4f4";
}
.fa-glass-water-droplet::before {
	content: "\e4f5";
}
.fa-glasses::before {
	content: "\f530";
}
.fa-globe::before {
	content: "\f0ac";
}
.fa-golf-ball-tee::before {
	content: "\f450";
}
.fa-golf-ball::before {
	content: "\f450";
}
.fa-gopuram::before {
	content: "\f664";
}
.fa-graduation-cap::before {
	content: "\f19d";
}
.fa-mortar-board::before {
	content: "\f19d";
}
.fa-greater-than::before {
	content: "\3e";
}
.fa-greater-than-equal::before {
	content: "\f532";
}
.fa-grip::before {
	content: "\f58d";
}
.fa-grip-horizontal::before {
	content: "\f58d";
}
.fa-grip-lines::before {
	content: "\f7a4";
}
.fa-grip-lines-vertical::before {
	content: "\f7a5";
}
.fa-grip-vertical::before {
	content: "\f58e";
}
.fa-group-arrows-rotate::before {
	content: "\e4f6";
}
.fa-guarani-sign::before {
	content: "\e19a";
}
.fa-guitar::before {
	content: "\f7a6";
}
.fa-gun::before {
	content: "\e19b";
}
.fa-h::before {
	content: "\48";
}
.fa-hammer::before {
	content: "\f6e3";
}
.fa-hamsa::before {
	content: "\f665";
}
.fa-hand::before {
	content: "\f256";
}
.fa-hand-paper::before {
	content: "\f256";
}
.fa-hand-back-fist::before {
	content: "\f255";
}
.fa-hand-rock::before {
	content: "\f255";
}
.fa-hand-dots::before {
	content: "\f461";
}
.fa-allergies::before {
	content: "\f461";
}
.fa-hand-fist::before {
	content: "\f6de";
}
.fa-fist-raised::before {
	content: "\f6de";
}
.fa-hand-holding::before {
	content: "\f4bd";
}
.fa-hand-holding-dollar::before {
	content: "\f4c0";
}
.fa-hand-holding-usd::before {
	content: "\f4c0";
}
.fa-hand-holding-droplet::before {
	content: "\f4c1";
}
.fa-hand-holding-water::before {
	content: "\f4c1";
}
.fa-hand-holding-hand::before {
	content: "\e4f7";
}
.fa-hand-holding-heart::before {
	content: "\f4be";
}
.fa-hand-holding-medical::before {
	content: "\e05c";
}
.fa-hand-lizard::before {
	content: "\f258";
}
.fa-hand-middle-finger::before {
	content: "\f806";
}
.fa-hand-peace::before {
	content: "\f25b";
}
.fa-hand-point-down::before {
	content: "\f0a7";
}
.fa-hand-point-left::before {
	content: "\f0a5";
}
.fa-hand-point-right::before {
	content: "\f0a4";
}
.fa-hand-point-up::before {
	content: "\f0a6";
}
.fa-hand-pointer::before {
	content: "\f25a";
}
.fa-hand-scissors::before {
	content: "\f257";
}
.fa-hand-sparkles::before {
	content: "\e05d";
}
.fa-hand-spock::before {
	content: "\f259";
}
.fa-handcuffs::before {
	content: "\e4f8";
}
.fa-hands::before {
	content: "\f2a7";
}
.fa-sign-language::before {
	content: "\f2a7";
}
.fa-signing::before {
	content: "\f2a7";
}
.fa-hands-asl-interpreting::before {
	content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
	content: "\f2a3";
}
.fa-asl-interpreting::before {
	content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
	content: "\f2a3";
}
.fa-hands-bound::before {
	content: "\e4f9";
}
.fa-hands-bubbles::before {
	content: "\e05e";
}
.fa-hands-wash::before {
	content: "\e05e";
}
.fa-hands-clapping::before {
	content: "\e1a8";
}
.fa-hands-holding::before {
	content: "\f4c2";
}
.fa-hands-holding-child::before {
	content: "\e4fa";
}
.fa-hands-holding-circle::before {
	content: "\e4fb";
}
.fa-hands-praying::before {
	content: "\f684";
}
.fa-praying-hands::before {
	content: "\f684";
}
.fa-handshake::before {
	content: "\f2b5";
}
.fa-handshake-angle::before {
	content: "\f4c4";
}
.fa-hands-helping::before {
	content: "\f4c4";
}
.fa-handshake-simple::before {
	content: "\f4c6";
}
.fa-handshake-alt::before {
	content: "\f4c6";
}
.fa-handshake-simple-slash::before {
	content: "\e05f";
}
.fa-handshake-alt-slash::before {
	content: "\e05f";
}
.fa-handshake-slash::before {
	content: "\e060";
}
.fa-hanukiah::before {
	content: "\f6e6";
}
.fa-hard-drive::before {
	content: "\f0a0";
}
.fa-hdd::before {
	content: "\f0a0";
}
.fa-hashtag::before {
	content: "\23";
}
.fa-hat-cowboy::before {
	content: "\f8c0";
}
.fa-hat-cowboy-side::before {
	content: "\f8c1";
}
.fa-hat-wizard::before {
	content: "\f6e8";
}
.fa-head-side-cough::before {
	content: "\e061";
}
.fa-head-side-cough-slash::before {
	content: "\e062";
}
.fa-head-side-mask::before {
	content: "\e063";
}
.fa-head-side-virus::before {
	content: "\e064";
}
.fa-heading::before {
	content: "\f1dc";
}
.fa-header::before {
	content: "\f1dc";
}
.fa-headphones::before {
	content: "\f025";
}
.fa-headphones-simple::before {
	content: "\f58f";
}
.fa-headphones-alt::before {
	content: "\f58f";
}
.fa-headset::before {
	content: "\f590";
}
.fa-heart::before {
	content: "\f004";
}
.fa-heart-circle-bolt::before {
	content: "\e4fc";
}
.fa-heart-circle-check::before {
	content: "\e4fd";
}
.fa-heart-circle-exclamation::before {
	content: "\e4fe";
}
.fa-heart-circle-minus::before {
	content: "\e4ff";
}
.fa-heart-circle-plus::before {
	content: "\e500";
}
.fa-heart-circle-xmark::before {
	content: "\e501";
}
.fa-heart-crack::before {
	content: "\f7a9";
}
.fa-heart-broken::before {
	content: "\f7a9";
}
.fa-heart-pulse::before {
	content: "\f21e";
}
.fa-heartbeat::before {
	content: "\f21e";
}
.fa-helicopter::before {
	content: "\f533";
}
.fa-helicopter-symbol::before {
	content: "\e502";
}
.fa-helmet-safety::before {
	content: "\f807";
}
.fa-hard-hat::before {
	content: "\f807";
}
.fa-hat-hard::before {
	content: "\f807";
}
.fa-helmet-un::before {
	content: "\e503";
}
.fa-highlighter::before {
	content: "\f591";
}
.fa-hill-avalanche::before {
	content: "\e507";
}
.fa-hill-rockslide::before {
	content: "\e508";
}
.fa-hippo::before {
	content: "\f6ed";
}
.fa-hockey-puck::before {
	content: "\f453";
}
.fa-holly-berry::before {
	content: "\f7aa";
}
.fa-horse::before {
	content: "\f6f0";
}
.fa-horse-head::before {
	content: "\f7ab";
}
.fa-hospital::before {
	content: "\f0f8";
}
.fa-hospital-alt::before {
	content: "\f0f8";
}
.fa-hospital-wide::before {
	content: "\f0f8";
}
.fa-hospital-user::before {
	content: "\f80d";
}
.fa-hot-tub-person::before {
	content: "\f593";
}
.fa-hot-tub::before {
	content: "\f593";
}
.fa-hotdog::before {
	content: "\f80f";
}
.fa-hotel::before {
	content: "\f594";
}
.fa-hourglass::before {
	content: "\f254";
}
.fa-hourglass-2::before {
	content: "\f254";
}
.fa-hourglass-half::before {
	content: "\f254";
}
.fa-hourglass-empty::before {
	content: "\f252";
}
.fa-hourglass-end::before {
	content: "\f253";
}
.fa-hourglass-3::before {
	content: "\f253";
}
.fa-hourglass-start::before {
	content: "\f251";
}
.fa-hourglass-1::before {
	content: "\f251";
}
.fa-house::before {
	content: "\f015";
}
.fa-home::before {
	content: "\f015";
}
.fa-home-alt::before {
	content: "\f015";
}
.fa-home-lg-alt::before {
	content: "\f015";
}
.fa-house-chimney::before {
	content: "\e3af";
}
.fa-home-lg::before {
	content: "\e3af";
}
.fa-house-chimney-crack::before {
	content: "\f6f1";
}
.fa-house-damage::before {
	content: "\f6f1";
}
.fa-house-chimney-medical::before {
	content: "\f7f2";
}
.fa-clinic-medical::before {
	content: "\f7f2";
}
.fa-house-chimney-user::before {
	content: "\e065";
}
.fa-house-chimney-window::before {
	content: "\e00d";
}
.fa-house-circle-check::before {
	content: "\e509";
}
.fa-house-circle-exclamation::before {
	content: "\e50a";
}
.fa-house-circle-xmark::before {
	content: "\e50b";
}
.fa-house-crack::before {
	content: "\e3b1";
}
.fa-house-fire::before {
	content: "\e50c";
}
.fa-house-flag::before {
	content: "\e50d";
}
.fa-house-flood-water::before {
	content: "\e50e";
}
.fa-house-flood-water-circle-arrow-right::before {
	content: "\e50f";
}
.fa-house-laptop::before {
	content: "\e066";
}
.fa-laptop-house::before {
	content: "\e066";
}
.fa-house-lock::before {
	content: "\e510";
}
.fa-house-medical::before {
	content: "\e3b2";
}
.fa-house-medical-circle-check::before {
	content: "\e511";
}
.fa-house-medical-circle-exclamation::before {
	content: "\e512";
}
.fa-house-medical-circle-xmark::before {
	content: "\e513";
}
.fa-house-medical-flag::before {
	content: "\e514";
}
.fa-house-signal::before {
	content: "\e012";
}
.fa-house-tsunami::before {
	content: "\e515";
}
.fa-house-user::before {
	content: "\e1b0";
}
.fa-home-user::before {
	content: "\e1b0";
}
.fa-hryvnia-sign::before {
	content: "\f6f2";
}
.fa-hryvnia::before {
	content: "\f6f2";
}
.fa-hurricane::before {
	content: "\f751";
}
.fa-i::before {
	content: "\49";
}
.fa-i-cursor::before {
	content: "\f246";
}
.fa-ice-cream::before {
	content: "\f810";
}
.fa-icicles::before {
	content: "\f7ad";
}
.fa-icons::before {
	content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
	content: "\f86d";
}
.fa-id-badge::before {
	content: "\f2c1";
}
.fa-id-card::before {
	content: "\f2c2";
}
.fa-drivers-license::before {
	content: "\f2c2";
}
.fa-id-card-clip::before {
	content: "\f47f";
}
.fa-id-card-alt::before {
	content: "\f47f";
}
.fa-igloo::before {
	content: "\f7ae";
}
.fa-image::before {
	content: "\f03e";
}
.fa-image-portrait::before {
	content: "\f3e0";
}
.fa-portrait::before {
	content: "\f3e0";
}
.fa-images::before {
	content: "\f302";
}
.fa-inbox::before {
	content: "\f01c";
}
.fa-indent::before {
	content: "\f03c";
}
.fa-indian-rupee-sign::before {
	content: "\e1bc";
}
.fa-indian-rupee::before {
	content: "\e1bc";
}
.fa-inr::before {
	content: "\e1bc";
}
.fa-industry::before {
	content: "\f275";
}
.fa-infinity::before {
	content: "\f534";
}
.fa-info::before {
	content: "\f129";
}
.fa-italic::before {
	content: "\f033";
}
.fa-j::before {
	content: "\4a";
}
.fa-jar::before {
	content: "\e516";
}
.fa-jar-wheat::before {
	content: "\e517";
}
.fa-jedi::before {
	content: "\f669";
}
.fa-jet-fighter::before {
	content: "\f0fb";
}
.fa-fighter-jet::before {
	content: "\f0fb";
}
.fa-jet-fighter-up::before {
	content: "\e518";
}
.fa-joint::before {
	content: "\f595";
}
.fa-jug-detergent::before {
	content: "\e519";
}
.fa-k::before {
	content: "\4b";
}
.fa-kaaba::before {
	content: "\f66b";
}
.fa-key::before {
	content: "\f084";
}
.fa-keyboard::before {
	content: "\f11c";
}
.fa-khanda::before {
	content: "\f66d";
}
.fa-kip-sign::before {
	content: "\e1c4";
}
.fa-kit-medical::before {
	content: "\f479";
}
.fa-first-aid::before {
	content: "\f479";
}
.fa-kitchen-set::before {
	content: "\e51a";
}
.fa-kiwi-bird::before {
	content: "\f535";
}
.fa-l::before {
	content: "\4c";
}
.fa-land-mine-on::before {
	content: "\e51b";
}
.fa-landmark::before {
	content: "\f66f";
}
.fa-landmark-dome::before {
	content: "\f752";
}
.fa-landmark-alt::before {
	content: "\f752";
}
.fa-landmark-flag::before {
	content: "\e51c";
}
.fa-language::before {
	content: "\f1ab";
}
.fa-laptop::before {
	content: "\f109";
}
.fa-laptop-code::before {
	content: "\f5fc";
}
.fa-laptop-file::before {
	content: "\e51d";
}
.fa-laptop-medical::before {
	content: "\f812";
}
.fa-lari-sign::before {
	content: "\e1c8";
}
.fa-layer-group::before {
	content: "\f5fd";
}
.fa-leaf::before {
	content: "\f06c";
}
.fa-left-long::before {
	content: "\f30a";
}
.fa-long-arrow-alt-left::before {
	content: "\f30a";
}
.fa-left-right::before {
	content: "\f337";
}
.fa-arrows-alt-h::before {
	content: "\f337";
}
.fa-lemon::before {
	content: "\f094";
}
.fa-less-than::before {
	content: "\3c";
}
.fa-less-than-equal::before {
	content: "\f537";
}
.fa-life-ring::before {
	content: "\f1cd";
}
.fa-lightbulb::before {
	content: "\f0eb";
}
.fa-lines-leaning::before {
	content: "\e51e";
}
.fa-link::before {
	content: "\f0c1";
}
.fa-chain::before {
	content: "\f0c1";
}
.fa-link-slash::before {
	content: "\f127";
}
.fa-chain-broken::before {
	content: "\f127";
}
.fa-chain-slash::before {
	content: "\f127";
}
.fa-unlink::before {
	content: "\f127";
}
.fa-lira-sign::before {
	content: "\f195";
}
.fa-list::before {
	content: "\f03a";
}
.fa-list-squares::before {
	content: "\f03a";
}
.fa-list-check::before {
	content: "\f0ae";
}
.fa-tasks::before {
	content: "\f0ae";
}
.fa-list-ol::before {
	content: "\f0cb";
}
.fa-list-1-2::before {
	content: "\f0cb";
}
.fa-list-numeric::before {
	content: "\f0cb";
}
.fa-list-ul::before {
	content: "\f0ca";
}
.fa-list-dots::before {
	content: "\f0ca";
}
.fa-litecoin-sign::before {
	content: "\e1d3";
}
.fa-location-arrow::before {
	content: "\f124";
}
.fa-location-crosshairs::before {
	content: "\f601";
}
.fa-location::before {
	content: "\f601";
}
.fa-location-dot::before {
	content: "\f3c5";
}
.fa-map-marker-alt::before {
	content: "\f3c5";
}
.fa-location-pin::before {
	content: "\f041";
}
.fa-map-marker::before {
	content: "\f041";
}
.fa-location-pin-lock::before {
	content: "\e51f";
}
.fa-lock::before {
	content: "\f023";
}
.fa-lock-open::before {
	content: "\f3c1";
}
.fa-locust::before {
	content: "\e520";
}
.fa-lungs::before {
	content: "\f604";
}
.fa-lungs-virus::before {
	content: "\e067";
}
.fa-m::before {
	content: "\4d";
}
.fa-magnet::before {
	content: "\f076";
}
.fa-magnifying-glass::before {
	content: "\f002";
}
.fa-search::before {
	content: "\f002";
}
.fa-magnifying-glass-arrow-right::before {
	content: "\e521";
}
.fa-magnifying-glass-chart::before {
	content: "\e522";
}
.fa-magnifying-glass-dollar::before {
	content: "\f688";
}
.fa-search-dollar::before {
	content: "\f688";
}
.fa-magnifying-glass-location::before {
	content: "\f689";
}
.fa-search-location::before {
	content: "\f689";
}
.fa-magnifying-glass-minus::before {
	content: "\f010";
}
.fa-search-minus::before {
	content: "\f010";
}
.fa-magnifying-glass-plus::before {
	content: "\f00e";
}
.fa-search-plus::before {
	content: "\f00e";
}
.fa-manat-sign::before {
	content: "\e1d5";
}
.fa-map::before {
	content: "\f279";
}
.fa-map-location::before {
	content: "\f59f";
}
.fa-map-marked::before {
	content: "\f59f";
}
.fa-map-location-dot::before {
	content: "\f5a0";
}
.fa-map-marked-alt::before {
	content: "\f5a0";
}
.fa-map-pin::before {
	content: "\f276";
}
.fa-marker::before {
	content: "\f5a1";
}
.fa-mars::before {
	content: "\f222";
}
.fa-mars-and-venus::before {
	content: "\f224";
}
.fa-mars-and-venus-burst::before {
	content: "\e523";
}
.fa-mars-double::before {
	content: "\f227";
}
.fa-mars-stroke::before {
	content: "\f229";
}
.fa-mars-stroke-right::before {
	content: "\f22b";
}
.fa-mars-stroke-h::before {
	content: "\f22b";
}
.fa-mars-stroke-up::before {
	content: "\f22a";
}
.fa-mars-stroke-v::before {
	content: "\f22a";
}
.fa-martini-glass::before {
	content: "\f57b";
}
.fa-glass-martini-alt::before {
	content: "\f57b";
}
.fa-martini-glass-citrus::before {
	content: "\f561";
}
.fa-cocktail::before {
	content: "\f561";
}
.fa-martini-glass-empty::before {
	content: "\f000";
}
.fa-glass-martini::before {
	content: "\f000";
}
.fa-mask::before {
	content: "\f6fa";
}
.fa-mask-face::before {
	content: "\e1d7";
}
.fa-mask-ventilator::before {
	content: "\e524";
}
.fa-masks-theater::before {
	content: "\f630";
}
.fa-theater-masks::before {
	content: "\f630";
}
.fa-mattress-pillow::before {
	content: "\e525";
}
.fa-maximize::before {
	content: "\f31e";
}
.fa-expand-arrows-alt::before {
	content: "\f31e";
}
.fa-medal::before {
	content: "\f5a2";
}
.fa-memory::before {
	content: "\f538";
}
.fa-menorah::before {
	content: "\f676";
}
.fa-mercury::before {
	content: "\f223";
}
.fa-message::before {
	content: "\f27a";
}
.fa-comment-alt::before {
	content: "\f27a";
}
.fa-meteor::before {
	content: "\f753";
}
.fa-microchip::before {
	content: "\f2db";
}
.fa-microphone::before {
	content: "\f130";
}
.fa-microphone-lines::before {
	content: "\f3c9";
}
.fa-microphone-alt::before {
	content: "\f3c9";
}
.fa-microphone-lines-slash::before {
	content: "\f539";
}
.fa-microphone-alt-slash::before {
	content: "\f539";
}
.fa-microphone-slash::before {
	content: "\f131";
}
.fa-microscope::before {
	content: "\f610";
}
.fa-mill-sign::before {
	content: "\e1ed";
}
.fa-minimize::before {
	content: "\f78c";
}
.fa-compress-arrows-alt::before {
	content: "\f78c";
}
.fa-minus::before {
	content: "\f068";
}
.fa-subtract::before {
	content: "\f068";
}
.fa-mitten::before {
	content: "\f7b5";
}
.fa-mobile::before {
	content: "\f3ce";
}
.fa-mobile-android::before {
	content: "\f3ce";
}
.fa-mobile-phone::before {
	content: "\f3ce";
}
.fa-mobile-button::before {
	content: "\f10b";
}
.fa-mobile-retro::before {
	content: "\e527";
}
.fa-mobile-screen::before {
	content: "\f3cf";
}
.fa-mobile-android-alt::before {
	content: "\f3cf";
}
.fa-mobile-screen-button::before {
	content: "\f3cd";
}
.fa-mobile-alt::before {
	content: "\f3cd";
}
.fa-money-bill::before {
	content: "\f0d6";
}
.fa-money-bill-1::before {
	content: "\f3d1";
}
.fa-money-bill-alt::before {
	content: "\f3d1";
}
.fa-money-bill-1-wave::before {
	content: "\f53b";
}
.fa-money-bill-wave-alt::before {
	content: "\f53b";
}
.fa-money-bill-transfer::before {
	content: "\e528";
}
.fa-money-bill-trend-up::before {
	content: "\e529";
}
.fa-money-bill-wave::before {
	content: "\f53a";
}
.fa-money-bill-wheat::before {
	content: "\e52a";
}
.fa-money-bills::before {
	content: "\e1f3";
}
.fa-money-check::before {
	content: "\f53c";
}
.fa-money-check-dollar::before {
	content: "\f53d";
}
.fa-money-check-alt::before {
	content: "\f53d";
}
.fa-monument::before {
	content: "\f5a6";
}
.fa-moon::before {
	content: "\f186";
}
.fa-mortar-pestle::before {
	content: "\f5a7";
}
.fa-mosque::before {
	content: "\f678";
}
.fa-mosquito::before {
	content: "\e52b";
}
.fa-mosquito-net::before {
	content: "\e52c";
}
.fa-motorcycle::before {
	content: "\f21c";
}
.fa-mound::before {
	content: "\e52d";
}
.fa-mountain::before {
	content: "\f6fc";
}
.fa-mountain-city::before {
	content: "\e52e";
}
.fa-mountain-sun::before {
	content: "\e52f";
}
.fa-mug-hot::before {
	content: "\f7b6";
}
.fa-mug-saucer::before {
	content: "\f0f4";
}
.fa-coffee::before {
	content: "\f0f4";
}
.fa-music::before {
	content: "\f001";
}
.fa-n::before {
	content: "\4e";
}
.fa-naira-sign::before {
	content: "\e1f6";
}
.fa-network-wired::before {
	content: "\f6ff";
}
.fa-neuter::before {
	content: "\f22c";
}
.fa-newspaper::before {
	content: "\f1ea";
}
.fa-not-equal::before {
	content: "\f53e";
}
.fa-note-sticky::before {
	content: "\f249";
}
.fa-sticky-note::before {
	content: "\f249";
}
.fa-notes-medical::before {
	content: "\f481";
}
.fa-o::before {
	content: "\4f";
}
.fa-object-group::before {
	content: "\f247";
}
.fa-object-ungroup::before {
	content: "\f248";
}
.fa-oil-can::before {
	content: "\f613";
}
.fa-oil-well::before {
	content: "\e532";
}
.fa-om::before {
	content: "\f679";
}
.fa-otter::before {
	content: "\f700";
}
.fa-outdent::before {
	content: "\f03b";
}
.fa-dedent::before {
	content: "\f03b";
}
.fa-p::before {
	content: "\50";
}
.fa-pager::before {
	content: "\f815";
}
.fa-paint-roller::before {
	content: "\f5aa";
}
.fa-paintbrush::before {
	content: "\f1fc";
}
.fa-paint-brush::before {
	content: "\f1fc";
}
.fa-palette::before {
	content: "\f53f";
}
.fa-pallet::before {
	content: "\f482";
}
.fa-panorama::before {
	content: "\e209";
}
.fa-paper-plane::before {
	content: "\f1d8";
}
.fa-paperclip::before {
	content: "\f0c6";
}
.fa-parachute-box::before {
	content: "\f4cd";
}
.fa-paragraph::before {
	content: "\f1dd";
}
.fa-passport::before {
	content: "\f5ab";
}
.fa-paste::before {
	content: "\f0ea";
}
.fa-file-clipboard::before {
	content: "\f0ea";
}
.fa-pause::before {
	content: "\f04c";
}
.fa-paw::before {
	content: "\f1b0";
}
.fa-peace::before {
	content: "\f67c";
}
.fa-pen::before {
	content: "\f304";
}
.fa-pen-clip::before {
	content: "\f305";
}
.fa-pen-alt::before {
	content: "\f305";
}
.fa-pen-fancy::before {
	content: "\f5ac";
}
.fa-pen-nib::before {
	content: "\f5ad";
}
.fa-pen-ruler::before {
	content: "\f5ae";
}
.fa-pencil-ruler::before {
	content: "\f5ae";
}
.fa-pen-to-square::before {
	content: "\f044";
}
.fa-edit::before {
	content: "\f044";
}
.fa-pencil::before {
	content: "\f303";
}
.fa-pencil-alt::before {
	content: "\f303";
}
.fa-people-arrows-left-right::before {
	content: "\e068";
}
.fa-people-arrows::before {
	content: "\e068";
}
.fa-people-carry-box::before {
	content: "\f4ce";
}
.fa-people-carry::before {
	content: "\f4ce";
}
.fa-people-group::before {
	content: "\e533";
}
.fa-people-line::before {
	content: "\e534";
}
.fa-people-pulling::before {
	content: "\e535";
}
.fa-people-robbery::before {
	content: "\e536";
}
.fa-people-roof::before {
	content: "\e537";
}
.fa-pepper-hot::before {
	content: "\f816";
}
.fa-percent::before {
	content: "\25";
}
.fa-percentage::before {
	content: "\25";
}
.fa-person::before {
	content: "\f183";
}
.fa-male::before {
	content: "\f183";
}
.fa-person-arrow-down-to-line::before {
	content: "\e538";
}
.fa-person-arrow-up-from-line::before {
	content: "\e539";
}
.fa-person-biking::before {
	content: "\f84a";
}
.fa-biking::before {
	content: "\f84a";
}
.fa-person-booth::before {
	content: "\f756";
}
.fa-person-breastfeeding::before {
	content: "\e53a";
}
.fa-person-burst::before {
	content: "\e53b";
}
.fa-person-cane::before {
	content: "\e53c";
}
.fa-person-chalkboard::before {
	content: "\e53d";
}
.fa-person-circle-check::before {
	content: "\e53e";
}
.fa-person-circle-exclamation::before {
	content: "\e53f";
}
.fa-person-circle-minus::before {
	content: "\e540";
}
.fa-person-circle-plus::before {
	content: "\e541";
}
.fa-person-circle-question::before {
	content: "\e542";
}
.fa-person-circle-xmark::before {
	content: "\e543";
}
.fa-person-digging::before {
	content: "\f85e";
}
.fa-digging::before {
	content: "\f85e";
}
.fa-person-dots-from-line::before {
	content: "\f470";
}
.fa-diagnoses::before {
	content: "\f470";
}
.fa-person-dress::before {
	content: "\f182";
}
.fa-female::before {
	content: "\f182";
}
.fa-person-dress-burst::before {
	content: "\e544";
}
.fa-person-drowning::before {
	content: "\e545";
}
.fa-person-falling::before {
	content: "\e546";
}
.fa-person-falling-burst::before {
	content: "\e547";
}
.fa-person-half-dress::before {
	content: "\e548";
}
.fa-person-harassing::before {
	content: "\e549";
}
.fa-person-hiking::before {
	content: "\f6ec";
}
.fa-hiking::before {
	content: "\f6ec";
}
.fa-person-military-pointing::before {
	content: "\e54a";
}
.fa-person-military-rifle::before {
	content: "\e54b";
}
.fa-person-military-to-person::before {
	content: "\e54c";
}
.fa-person-praying::before {
	content: "\f683";
}
.fa-pray::before {
	content: "\f683";
}
.fa-person-pregnant::before {
	content: "\e31e";
}
.fa-person-rays::before {
	content: "\e54d";
}
.fa-person-rifle::before {
	content: "\e54e";
}
.fa-person-running::before {
	content: "\f70c";
}
.fa-running::before {
	content: "\f70c";
}
.fa-person-shelter::before {
	content: "\e54f";
}
.fa-person-skating::before {
	content: "\f7c5";
}
.fa-skating::before {
	content: "\f7c5";
}
.fa-person-skiing::before {
	content: "\f7c9";
}
.fa-skiing::before {
	content: "\f7c9";
}
.fa-person-skiing-nordic::before {
	content: "\f7ca";
}
.fa-skiing-nordic::before {
	content: "\f7ca";
}
.fa-person-snowboarding::before {
	content: "\f7ce";
}
.fa-snowboarding::before {
	content: "\f7ce";
}
.fa-person-swimming::before {
	content: "\f5c4";
}
.fa-swimmer::before {
	content: "\f5c4";
}
.fa-person-through-window::before {
	content: "\e433";
}
.fa-person-walking::before {
	content: "\f554";
}
.fa-walking::before {
	content: "\f554";
}
.fa-person-walking-arrow-loop-left::before {
	content: "\e551";
}
.fa-person-walking-arrow-right::before {
	content: "\e552";
}
.fa-person-walking-dashed-line-arrow-right::before {
	content: "\e553";
}
.fa-person-walking-luggage::before {
	content: "\e554";
}
.fa-person-walking-with-cane::before {
	content: "\f29d";
}
.fa-blind::before {
	content: "\f29d";
}
.fa-peseta-sign::before {
	content: "\e221";
}
.fa-peso-sign::before {
	content: "\e222";
}
.fa-phone::before {
	content: "\f095";
}
.fa-phone-flip::before {
	content: "\f879";
}
.fa-phone-alt::before {
	content: "\f879";
}
.fa-phone-slash::before {
	content: "\f3dd";
}
.fa-phone-volume::before {
	content: "\f2a0";
}
.fa-volume-control-phone::before {
	content: "\f2a0";
}
.fa-photo-film::before {
	content: "\f87c";
}
.fa-photo-video::before {
	content: "\f87c";
}
.fa-piggy-bank::before {
	content: "\f4d3";
}
.fa-pills::before {
	content: "\f484";
}
.fa-pizza-slice::before {
	content: "\f818";
}
.fa-place-of-worship::before {
	content: "\f67f";
}
.fa-plane::before {
	content: "\f072";
}
.fa-plane-arrival::before {
	content: "\f5af";
}
.fa-plane-circle-check::before {
	content: "\e555";
}
.fa-plane-circle-exclamation::before {
	content: "\e556";
}
.fa-plane-circle-xmark::before {
	content: "\e557";
}
.fa-plane-departure::before {
	content: "\f5b0";
}
.fa-plane-lock::before {
	content: "\e558";
}
.fa-plane-slash::before {
	content: "\e069";
}
.fa-plane-up::before {
	content: "\e22d";
}
.fa-plant-wilt::before {
	content: "\e43b";
}
.fa-plate-wheat::before {
	content: "\e55a";
}
.fa-play::before {
	content: "\f04b";
}
.fa-plug::before {
	content: "\f1e6";
}
.fa-plug-circle-bolt::before {
	content: "\e55b";
}
.fa-plug-circle-check::before {
	content: "\e55c";
}
.fa-plug-circle-exclamation::before {
	content: "\e55d";
}
.fa-plug-circle-minus::before {
	content: "\e55e";
}
.fa-plug-circle-plus::before {
	content: "\e55f";
}
.fa-plug-circle-xmark::before {
	content: "\e560";
}
.fa-plus::before {
	content: "\2b";
}
.fa-add::before {
	content: "\2b";
}
.fa-plus-minus::before {
	content: "\e43c";
}
.fa-podcast::before {
	content: "\f2ce";
}
.fa-poo::before {
	content: "\f2fe";
}
.fa-poo-storm::before {
	content: "\f75a";
}
.fa-poo-bolt::before {
	content: "\f75a";
}
.fa-poop::before {
	content: "\f619";
}
.fa-power-off::before {
	content: "\f011";
}
.fa-prescription::before {
	content: "\f5b1";
}
.fa-prescription-bottle::before {
	content: "\f485";
}
.fa-prescription-bottle-medical::before {
	content: "\f486";
}
.fa-prescription-bottle-alt::before {
	content: "\f486";
}
.fa-print::before {
	content: "\f02f";
}
.fa-pump-medical::before {
	content: "\e06a";
}
.fa-pump-soap::before {
	content: "\e06b";
}
.fa-puzzle-piece::before {
	content: "\f12e";
}
.fa-q::before {
	content: "\51";
}
.fa-qrcode::before {
	content: "\f029";
}
.fa-question::before {
	content: "\3f";
}
.fa-quote-left::before {
	content: "\f10d";
}
.fa-quote-left-alt::before {
	content: "\f10d";
}
.fa-quote-right::before {
	content: "\f10e";
}
.fa-quote-right-alt::before {
	content: "\f10e";
}
.fa-r::before {
	content: "\52";
}
.fa-radiation::before {
	content: "\f7b9";
}
.fa-radio::before {
	content: "\f8d7";
}
.fa-rainbow::before {
	content: "\f75b";
}
.fa-ranking-star::before {
	content: "\e561";
}
.fa-receipt::before {
	content: "\f543";
}
.fa-record-vinyl::before {
	content: "\f8d9";
}
.fa-rectangle-ad::before {
	content: "\f641";
}
.fa-ad::before {
	content: "\f641";
}
.fa-rectangle-list::before {
	content: "\f022";
}
.fa-list-alt::before {
	content: "\f022";
}
.fa-rectangle-xmark::before {
	content: "\f410";
}
.fa-rectangle-times::before {
	content: "\f410";
}
.fa-times-rectangle::before {
	content: "\f410";
}
.fa-window-close::before {
	content: "\f410";
}
.fa-recycle::before {
	content: "\f1b8";
}
.fa-registered::before {
	content: "\f25d";
}
.fa-repeat::before {
	content: "\f363";
}
.fa-reply::before {
	content: "\f3e5";
}
.fa-mail-reply::before {
	content: "\f3e5";
}
.fa-reply-all::before {
	content: "\f122";
}
.fa-mail-reply-all::before {
	content: "\f122";
}
.fa-republican::before {
	content: "\f75e";
}
.fa-restroom::before {
	content: "\f7bd";
}
.fa-retweet::before {
	content: "\f079";
}
.fa-ribbon::before {
	content: "\f4d6";
}
.fa-right-from-bracket::before {
	content: "\f2f5";
}
.fa-sign-out-alt::before {
	content: "\f2f5";
}
.fa-right-left::before {
	content: "\f362";
}
.fa-exchange-alt::before {
	content: "\f362";
}
.fa-right-long::before {
	content: "\f30b";
}
.fa-long-arrow-alt-right::before {
	content: "\f30b";
}
.fa-right-to-bracket::before {
	content: "\f2f6";
}
.fa-sign-in-alt::before {
	content: "\f2f6";
}
.fa-ring::before {
	content: "\f70b";
}
.fa-road::before {
	content: "\f018";
}
.fa-road-barrier::before {
	content: "\e562";
}
.fa-road-bridge::before {
	content: "\e563";
}
.fa-road-circle-check::before {
	content: "\e564";
}
.fa-road-circle-exclamation::before {
	content: "\e565";
}
.fa-road-circle-xmark::before {
	content: "\e566";
}
.fa-road-lock::before {
	content: "\e567";
}
.fa-road-spikes::before {
	content: "\e568";
}
.fa-robot::before {
	content: "\f544";
}
.fa-rocket::before {
	content: "\f135";
}
.fa-rotate::before {
	content: "\f2f1";
}
.fa-sync-alt::before {
	content: "\f2f1";
}
.fa-rotate-left::before {
	content: "\f2ea";
}
.fa-rotate-back::before {
	content: "\f2ea";
}
.fa-rotate-backward::before {
	content: "\f2ea";
}
.fa-undo-alt::before {
	content: "\f2ea";
}
.fa-rotate-right::before {
	content: "\f2f9";
}
.fa-redo-alt::before {
	content: "\f2f9";
}
.fa-rotate-forward::before {
	content: "\f2f9";
}
.fa-route::before {
	content: "\f4d7";
}
.fa-rss::before {
	content: "\f09e";
}
.fa-feed::before {
	content: "\f09e";
}
.fa-ruble-sign::before {
	content: "\f158";
}
.fa-rouble::before {
	content: "\f158";
}
.fa-rub::before {
	content: "\f158";
}
.fa-ruble::before {
	content: "\f158";
}
.fa-rug::before {
	content: "\e569";
}
.fa-ruler::before {
	content: "\f545";
}
.fa-ruler-combined::before {
	content: "\f546";
}
.fa-ruler-horizontal::before {
	content: "\f547";
}
.fa-ruler-vertical::before {
	content: "\f548";
}
.fa-rupee-sign::before {
	content: "\f156";
}
.fa-rupee::before {
	content: "\f156";
}
.fa-rupiah-sign::before {
	content: "\e23d";
}
.fa-s::before {
	content: "\53";
}
.fa-sack-dollar::before {
	content: "\f81d";
}
.fa-sack-xmark::before {
	content: "\e56a";
}
.fa-sailboat::before {
	content: "\e445";
}
.fa-satellite::before {
	content: "\f7bf";
}
.fa-satellite-dish::before {
	content: "\f7c0";
}
.fa-scale-balanced::before {
	content: "\f24e";
}
.fa-balance-scale::before {
	content: "\f24e";
}
.fa-scale-unbalanced::before {
	content: "\f515";
}
.fa-balance-scale-left::before {
	content: "\f515";
}
.fa-scale-unbalanced-flip::before {
	content: "\f516";
}
.fa-balance-scale-right::before {
	content: "\f516";
}
.fa-school::before {
	content: "\f549";
}
.fa-school-circle-check::before {
	content: "\e56b";
}
.fa-school-circle-exclamation::before {
	content: "\e56c";
}
.fa-school-circle-xmark::before {
	content: "\e56d";
}
.fa-school-flag::before {
	content: "\e56e";
}
.fa-school-lock::before {
	content: "\e56f";
}
.fa-scissors::before {
	content: "\f0c4";
}
.fa-cut::before {
	content: "\f0c4";
}
.fa-screwdriver::before {
	content: "\f54a";
}
.fa-screwdriver-wrench::before {
	content: "\f7d9";
}
.fa-tools::before {
	content: "\f7d9";
}
.fa-scroll::before {
	content: "\f70e";
}
.fa-scroll-torah::before {
	content: "\f6a0";
}
.fa-torah::before {
	content: "\f6a0";
}
.fa-sd-card::before {
	content: "\f7c2";
}
.fa-section::before {
	content: "\e447";
}
.fa-seedling::before {
	content: "\f4d8";
}
.fa-sprout::before {
	content: "\f4d8";
}
.fa-server::before {
	content: "\f233";
}
.fa-shapes::before {
	content: "\f61f";
}
.fa-triangle-circle-square::before {
	content: "\f61f";
}
.fa-share::before {
	content: "\f064";
}
.fa-arrow-turn-right::before {
	content: "\f064";
}
.fa-mail-forward::before {
	content: "\f064";
}
.fa-share-from-square::before {
	content: "\f14d";
}
.fa-share-square::before {
	content: "\f14d";
}
.fa-share-nodes::before {
	content: "\f1e0";
}
.fa-share-alt::before {
	content: "\f1e0";
}
.fa-sheet-plastic::before {
	content: "\e571";
}
.fa-shekel-sign::before {
	content: "\f20b";
}
.fa-ils::before {
	content: "\f20b";
}
.fa-shekel::before {
	content: "\f20b";
}
.fa-sheqel::before {
	content: "\f20b";
}
.fa-sheqel-sign::before {
	content: "\f20b";
}
.fa-shield::before {
	content: "\f132";
}
.fa-shield-blank::before {
	content: "\f132";
}
.fa-shield-cat::before {
	content: "\e572";
}
.fa-shield-dog::before {
	content: "\e573";
}
.fa-shield-halved::before {
	content: "\f3ed";
}
.fa-shield-alt::before {
	content: "\f3ed";
}
.fa-shield-heart::before {
	content: "\e574";
}
.fa-shield-virus::before {
	content: "\e06c";
}
.fa-ship::before {
	content: "\f21a";
}
.fa-shirt::before {
	content: "\f553";
}
.fa-t-shirt::before {
	content: "\f553";
}
.fa-tshirt::before {
	content: "\f553";
}
.fa-shoe-prints::before {
	content: "\f54b";
}
.fa-shop::before {
	content: "\f54f";
}
.fa-store-alt::before {
	content: "\f54f";
}
.fa-shop-lock::before {
	content: "\e4a5";
}
.fa-shop-slash::before {
	content: "\e070";
}
.fa-store-alt-slash::before {
	content: "\e070";
}
.fa-shower::before {
	content: "\f2cc";
}
.fa-shrimp::before {
	content: "\e448";
}
.fa-shuffle::before {
	content: "\f074";
}
.fa-random::before {
	content: "\f074";
}
.fa-shuttle-space::before {
	content: "\f197";
}
.fa-space-shuttle::before {
	content: "\f197";
}
.fa-sign-hanging::before {
	content: "\f4d9";
}
.fa-sign::before {
	content: "\f4d9";
}
.fa-signal::before {
	content: "\f012";
}
.fa-signal-5::before {
	content: "\f012";
}
.fa-signal-perfect::before {
	content: "\f012";
}
.fa-signature::before {
	content: "\f5b7";
}
.fa-signs-post::before {
	content: "\f277";
}
.fa-map-signs::before {
	content: "\f277";
}
.fa-sim-card::before {
	content: "\f7c4";
}
.fa-sink::before {
	content: "\e06d";
}
.fa-sitemap::before {
	content: "\f0e8";
}
.fa-skull::before {
	content: "\f54c";
}
.fa-skull-crossbones::before {
	content: "\f714";
}
.fa-slash::before {
	content: "\f715";
}
.fa-sleigh::before {
	content: "\f7cc";
}
.fa-sliders::before {
	content: "\f1de";
}
.fa-sliders-h::before {
	content: "\f1de";
}
.fa-smog::before {
	content: "\f75f";
}
.fa-smoking::before {
	content: "\f48d";
}
.fa-snowflake::before {
	content: "\f2dc";
}
.fa-snowman::before {
	content: "\f7d0";
}
.fa-snowplow::before {
	content: "\f7d2";
}
.fa-soap::before {
	content: "\e06e";
}
.fa-socks::before {
	content: "\f696";
}
.fa-solar-panel::before {
	content: "\f5ba";
}
.fa-sort::before {
	content: "\f0dc";
}
.fa-unsorted::before {
	content: "\f0dc";
}
.fa-sort-down::before {
	content: "\f0dd";
}
.fa-sort-desc::before {
	content: "\f0dd";
}
.fa-sort-up::before {
	content: "\f0de";
}
.fa-sort-asc::before {
	content: "\f0de";
}
.fa-spa::before {
	content: "\f5bb";
}
.fa-spaghetti-monster-flying::before {
	content: "\f67b";
}
.fa-pastafarianism::before {
	content: "\f67b";
}
.fa-spell-check::before {
	content: "\f891";
}
.fa-spider::before {
	content: "\f717";
}
.fa-spinner::before {
	content: "\f110";
}
.fa-splotch::before {
	content: "\f5bc";
}
.fa-spoon::before {
	content: "\f2e5";
}
.fa-utensil-spoon::before {
	content: "\f2e5";
}
.fa-spray-can::before {
	content: "\f5bd";
}
.fa-spray-can-sparkles::before {
	content: "\f5d0";
}
.fa-air-freshener::before {
	content: "\f5d0";
}
.fa-square::before {
	content: "\f0c8";
}
.fa-square-arrow-up-right::before {
	content: "\f14c";
}
.fa-external-link-square::before {
	content: "\f14c";
}
.fa-square-caret-down::before {
	content: "\f150";
}
.fa-caret-square-down::before {
	content: "\f150";
}
.fa-square-caret-left::before {
	content: "\f191";
}
.fa-caret-square-left::before {
	content: "\f191";
}
.fa-square-caret-right::before {
	content: "\f152";
}
.fa-caret-square-right::before {
	content: "\f152";
}
.fa-square-caret-up::before {
	content: "\f151";
}
.fa-caret-square-up::before {
	content: "\f151";
}
.fa-square-check::before {
	content: "\f14a";
}
.fa-check-square::before {
	content: "\f14a";
}
.fa-square-envelope::before {
	content: "\f199";
}
.fa-envelope-square::before {
	content: "\f199";
}
.fa-square-full::before {
	content: "\f45c";
}
.fa-square-h::before {
	content: "\f0fd";
}
.fa-h-square::before {
	content: "\f0fd";
}
.fa-square-minus::before {
	content: "\f146";
}
.fa-minus-square::before {
	content: "\f146";
}
.fa-square-nfi::before {
	content: "\e576";
}
.fa-square-parking::before {
	content: "\f540";
}
.fa-parking::before {
	content: "\f540";
}
.fa-square-pen::before {
	content: "\f14b";
}
.fa-pen-square::before {
	content: "\f14b";
}
.fa-pencil-square::before {
	content: "\f14b";
}
.fa-square-person-confined::before {
	content: "\e577";
}
.fa-square-phone::before {
	content: "\f098";
}
.fa-phone-square::before {
	content: "\f098";
}
.fa-square-phone-flip::before {
	content: "\f87b";
}
.fa-phone-square-alt::before {
	content: "\f87b";
}
.fa-square-plus::before {
	content: "\f0fe";
}
.fa-plus-square::before {
	content: "\f0fe";
}
.fa-square-poll-horizontal::before {
	content: "\f682";
}
.fa-poll-h::before {
	content: "\f682";
}
.fa-square-poll-vertical::before {
	content: "\f681";
}
.fa-poll::before {
	content: "\f681";
}
.fa-square-root-variable::before {
	content: "\f698";
}
.fa-square-root-alt::before {
	content: "\f698";
}
.fa-square-rss::before {
	content: "\f143";
}
.fa-rss-square::before {
	content: "\f143";
}
.fa-square-share-nodes::before {
	content: "\f1e1";
}
.fa-share-alt-square::before {
	content: "\f1e1";
}
.fa-square-up-right::before {
	content: "\f360";
}
.fa-external-link-square-alt::before {
	content: "\f360";
}
.fa-square-virus::before {
	content: "\e578";
}
.fa-square-xmark::before {
	content: "\f2d3";
}
.fa-times-square::before {
	content: "\f2d3";
}
.fa-xmark-square::before {
	content: "\f2d3";
}
.fa-staff-aesculapius::before {
	content: "\e579";
}
.fa-rod-asclepius::before {
	content: "\e579";
}
.fa-rod-snake::before {
	content: "\e579";
}
.fa-staff-snake::before {
	content: "\e579";
}
.fa-stairs::before {
	content: "\e289";
}
.fa-stamp::before {
	content: "\f5bf";
}
.fa-star::before {
	content: "\f005";
}
.fa-star-and-crescent::before {
	content: "\f699";
}
.fa-star-half::before {
	content: "\f089";
}
.fa-star-half-stroke::before {
	content: "\f5c0";
}
.fa-star-half-alt::before {
	content: "\f5c0";
}
.fa-star-of-david::before {
	content: "\f69a";
}
.fa-star-of-life::before {
	content: "\f621";
}
.fa-sterling-sign::before {
	content: "\f154";
}
.fa-gbp::before {
	content: "\f154";
}
.fa-pound-sign::before {
	content: "\f154";
}
.fa-stethoscope::before {
	content: "\f0f1";
}
.fa-stop::before {
	content: "\f04d";
}
.fa-stopwatch::before {
	content: "\f2f2";
}
.fa-stopwatch-20::before {
	content: "\e06f";
}
.fa-store::before {
	content: "\f54e";
}
.fa-store-slash::before {
	content: "\e071";
}
.fa-street-view::before {
	content: "\f21d";
}
.fa-strikethrough::before {
	content: "\f0cc";
}
.fa-stroopwafel::before {
	content: "\f551";
}
.fa-subscript::before {
	content: "\f12c";
}
.fa-suitcase::before {
	content: "\f0f2";
}
.fa-suitcase-medical::before {
	content: "\f0fa";
}
.fa-medkit::before {
	content: "\f0fa";
}
.fa-suitcase-rolling::before {
	content: "\f5c1";
}
.fa-sun::before {
	content: "\f185";
}
.fa-sun-plant-wilt::before {
	content: "\e57a";
}
.fa-superscript::before {
	content: "\f12b";
}
.fa-swatchbook::before {
	content: "\f5c3";
}
.fa-synagogue::before {
	content: "\f69b";
}
.fa-syringe::before {
	content: "\f48e";
}
.fa-t::before {
	content: "\54";
}
.fa-table::before {
	content: "\f0ce";
}
.fa-table-cells::before {
	content: "\f00a";
}
.fa-th::before {
	content: "\f00a";
}
.fa-table-cells-large::before {
	content: "\f009";
}
.fa-th-large::before {
	content: "\f009";
}
.fa-table-columns::before {
	content: "\f0db";
}
.fa-columns::before {
	content: "\f0db";
}
.fa-table-list::before {
	content: "\f00b";
}
.fa-th-list::before {
	content: "\f00b";
}
.fa-table-tennis-paddle-ball::before {
	content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
	content: "\f45d";
}
.fa-table-tennis::before {
	content: "\f45d";
}
.fa-tablet::before {
	content: "\f3fb";
}
.fa-tablet-android::before {
	content: "\f3fb";
}
.fa-tablet-button::before {
	content: "\f10a";
}
.fa-tablet-screen-button::before {
	content: "\f3fa";
}
.fa-tablet-alt::before {
	content: "\f3fa";
}
.fa-tablets::before {
	content: "\f490";
}
.fa-tachograph-digital::before {
	content: "\f566";
}
.fa-digital-tachograph::before {
	content: "\f566";
}
.fa-tag::before {
	content: "\f02b";
}
.fa-tags::before {
	content: "\f02c";
}
.fa-tape::before {
	content: "\f4db";
}
.fa-tarp::before {
	content: "\e57b";
}
.fa-tarp-droplet::before {
	content: "\e57c";
}
.fa-taxi::before {
	content: "\f1ba";
}
.fa-cab::before {
	content: "\f1ba";
}
.fa-teeth::before {
	content: "\f62e";
}
.fa-teeth-open::before {
	content: "\f62f";
}
.fa-temperature-arrow-down::before {
	content: "\e03f";
}
.fa-temperature-down::before {
	content: "\e03f";
}
.fa-temperature-arrow-up::before {
	content: "\e040";
}
.fa-temperature-up::before {
	content: "\e040";
}
.fa-temperature-empty::before {
	content: "\f2cb";
}
.fa-temperature-0::before {
	content: "\f2cb";
}
.fa-thermometer-0::before {
	content: "\f2cb";
}
.fa-thermometer-empty::before {
	content: "\f2cb";
}
.fa-temperature-full::before {
	content: "\f2c7";
}
.fa-temperature-4::before {
	content: "\f2c7";
}
.fa-thermometer-4::before {
	content: "\f2c7";
}
.fa-thermometer-full::before {
	content: "\f2c7";
}
.fa-temperature-half::before {
	content: "\f2c9";
}
.fa-temperature-2::before {
	content: "\f2c9";
}
.fa-thermometer-2::before {
	content: "\f2c9";
}
.fa-thermometer-half::before {
	content: "\f2c9";
}
.fa-temperature-high::before {
	content: "\f769";
}
.fa-temperature-low::before {
	content: "\f76b";
}
.fa-temperature-quarter::before {
	content: "\f2ca";
}
.fa-temperature-1::before {
	content: "\f2ca";
}
.fa-thermometer-1::before {
	content: "\f2ca";
}
.fa-thermometer-quarter::before {
	content: "\f2ca";
}
.fa-temperature-three-quarters::before {
	content: "\f2c8";
}
.fa-temperature-3::before {
	content: "\f2c8";
}
.fa-thermometer-3::before {
	content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
	content: "\f2c8";
}
.fa-tenge-sign::before {
	content: "\f7d7";
}
.fa-tenge::before {
	content: "\f7d7";
}
.fa-tent::before {
	content: "\e57d";
}
.fa-tent-arrow-down-to-line::before {
	content: "\e57e";
}
.fa-tent-arrow-left-right::before {
	content: "\e57f";
}
.fa-tent-arrow-turn-left::before {
	content: "\e580";
}
.fa-tent-arrows-down::before {
	content: "\e581";
}
.fa-tents::before {
	content: "\e582";
}
.fa-terminal::before {
	content: "\f120";
}
.fa-text-height::before {
	content: "\f034";
}
.fa-text-slash::before {
	content: "\f87d";
}
.fa-remove-format::before {
	content: "\f87d";
}
.fa-text-width::before {
	content: "\f035";
}
.fa-thermometer::before {
	content: "\f491";
}
.fa-thumbs-down::before {
	content: "\f165";
}
.fa-thumbs-up::before {
	content: "\f164";
}
.fa-thumbtack::before {
	content: "\f08d";
}
.fa-thumb-tack::before {
	content: "\f08d";
}
.fa-ticket::before {
	content: "\f145";
}
.fa-ticket-simple::before {
	content: "\f3ff";
}
.fa-ticket-alt::before {
	content: "\f3ff";
}
.fa-timeline::before {
	content: "\e29c";
}
.fa-toggle-off::before {
	content: "\f204";
}
.fa-toggle-on::before {
	content: "\f205";
}
.fa-toilet::before {
	content: "\f7d8";
}
.fa-toilet-paper::before {
	content: "\f71e";
}
.fa-toilet-paper-slash::before {
	content: "\e072";
}
.fa-toilet-portable::before {
	content: "\e583";
}
.fa-toilets-portable::before {
	content: "\e584";
}
.fa-toolbox::before {
	content: "\f552";
}
.fa-tooth::before {
	content: "\f5c9";
}
.fa-torii-gate::before {
	content: "\f6a1";
}
.fa-tornado::before {
	content: "\f76f";
}
.fa-tower-broadcast::before {
	content: "\f519";
}
.fa-broadcast-tower::before {
	content: "\f519";
}
.fa-tower-cell::before {
	content: "\e585";
}
.fa-tower-observation::before {
	content: "\e586";
}
.fa-tractor::before {
	content: "\f722";
}
.fa-trademark::before {
	content: "\f25c";
}
.fa-traffic-light::before {
	content: "\f637";
}
.fa-trailer::before {
	content: "\e041";
}
.fa-train::before {
	content: "\f238";
}
.fa-train-subway::before {
	content: "\f239";
}
.fa-subway::before {
	content: "\f239";
}
.fa-train-tram::before {
	content: "\f7da";
}
.fa-tram::before {
	content: "\f7da";
}
.fa-transgender::before {
	content: "\f225";
}
.fa-transgender-alt::before {
	content: "\f225";
}
.fa-trash::before {
	content: "\f1f8";
}
.fa-trash-arrow-up::before {
	content: "\f829";
}
.fa-trash-restore::before {
	content: "\f829";
}
.fa-trash-can::before {
	content: "\f2ed";
}
.fa-trash-alt::before {
	content: "\f2ed";
}
.fa-trash-can-arrow-up::before {
	content: "\f82a";
}
.fa-trash-restore-alt::before {
	content: "\f82a";
}
.fa-tree::before {
	content: "\f1bb";
}
.fa-tree-city::before {
	content: "\e587";
}
.fa-triangle-exclamation::before {
	content: "\f071";
}
.fa-exclamation-triangle::before {
	content: "\f071";
}
.fa-warning::before {
	content: "\f071";
}
.fa-trophy::before {
	content: "\f091";
}
.fa-trowel::before {
	content: "\e589";
}
.fa-trowel-bricks::before {
	content: "\e58a";
}
.fa-truck::before {
	content: "\f0d1";
}
.fa-truck-arrow-right::before {
	content: "\e58b";
}
.fa-truck-droplet::before {
	content: "\e58c";
}
.fa-truck-fast::before {
	content: "\f48b";
}
.fa-shipping-fast::before {
	content: "\f48b";
}
.fa-truck-field::before {
	content: "\e58d";
}
.fa-truck-field-un::before {
	content: "\e58e";
}
.fa-truck-front::before {
	content: "\e2b7";
}
.fa-truck-medical::before {
	content: "\f0f9";
}
.fa-ambulance::before {
	content: "\f0f9";
}
.fa-truck-monster::before {
	content: "\f63b";
}
.fa-truck-moving::before {
	content: "\f4df";
}
.fa-truck-pickup::before {
	content: "\f63c";
}
.fa-truck-plane::before {
	content: "\e58f";
}
.fa-truck-ramp-box::before {
	content: "\f4de";
}
.fa-truck-loading::before {
	content: "\f4de";
}
.fa-tty::before {
	content: "\f1e4";
}
.fa-teletype::before {
	content: "\f1e4";
}
.fa-turkish-lira-sign::before {
	content: "\e2bb";
}
.fa-try::before {
	content: "\e2bb";
}
.fa-turkish-lira::before {
	content: "\e2bb";
}
.fa-turn-down::before {
	content: "\f3be";
}
.fa-level-down-alt::before {
	content: "\f3be";
}
.fa-turn-up::before {
	content: "\f3bf";
}
.fa-level-up-alt::before {
	content: "\f3bf";
}
.fa-tv::before {
	content: "\f26c";
}
.fa-television::before {
	content: "\f26c";
}
.fa-tv-alt::before {
	content: "\f26c";
}
.fa-u::before {
	content: "\55";
}
.fa-umbrella::before {
	content: "\f0e9";
}
.fa-umbrella-beach::before {
	content: "\f5ca";
}
.fa-underline::before {
	content: "\f0cd";
}
.fa-universal-access::before {
	content: "\f29a";
}
.fa-unlock::before {
	content: "\f09c";
}
.fa-unlock-keyhole::before {
	content: "\f13e";
}
.fa-unlock-alt::before {
	content: "\f13e";
}
.fa-up-down::before {
	content: "\f338";
}
.fa-arrows-alt-v::before {
	content: "\f338";
}
.fa-up-down-left-right::before {
	content: "\f0b2";
}
.fa-arrows-alt::before {
	content: "\f0b2";
}
.fa-up-long::before {
	content: "\f30c";
}
.fa-long-arrow-alt-up::before {
	content: "\f30c";
}
.fa-up-right-and-down-left-from-center::before {
	content: "\f424";
}
.fa-expand-alt::before {
	content: "\f424";
}
.fa-up-right-from-square::before {
	content: "\f35d";
}
.fa-external-link-alt::before {
	content: "\f35d";
}
.fa-upload::before {
	content: "\f093";
}
.fa-user::before {
	content: "\f007";
}
.fa-user-astronaut::before {
	content: "\f4fb";
}
.fa-user-check::before {
	content: "\f4fc";
}
.fa-user-clock::before {
	content: "\f4fd";
}
.fa-user-doctor::before {
	content: "\f0f0";
}
.fa-user-md::before {
	content: "\f0f0";
}
.fa-user-gear::before {
	content: "\f4fe";
}
.fa-user-cog::before {
	content: "\f4fe";
}
.fa-user-graduate::before {
	content: "\f501";
}
.fa-user-group::before {
	content: "\f500";
}
.fa-user-friends::before {
	content: "\f500";
}
.fa-user-injured::before {
	content: "\f728";
}
.fa-user-large::before {
	content: "\f406";
}
.fa-user-alt::before {
	content: "\f406";
}
.fa-user-large-slash::before {
	content: "\f4fa";
}
.fa-user-alt-slash::before {
	content: "\f4fa";
}
.fa-user-lock::before {
	content: "\f502";
}
.fa-user-minus::before {
	content: "\f503";
}
.fa-user-ninja::before {
	content: "\f504";
}
.fa-user-nurse::before {
	content: "\f82f";
}
.fa-user-pen::before {
	content: "\f4ff";
}
.fa-user-edit::before {
	content: "\f4ff";
}
.fa-user-plus::before {
	content: "\f234";
}
.fa-user-secret::before {
	content: "\f21b";
}
.fa-user-shield::before {
	content: "\f505";
}
.fa-user-slash::before {
	content: "\f506";
}
.fa-user-tag::before {
	content: "\f507";
}
.fa-user-tie::before {
	content: "\f508";
}
.fa-user-xmark::before {
	content: "\f235";
}
.fa-user-times::before {
	content: "\f235";
}
.fa-users::before {
	content: "\f0c0";
}
.fa-users-between-lines::before {
	content: "\e591";
}
.fa-users-gear::before {
	content: "\f509";
}
.fa-users-cog::before {
	content: "\f509";
}
.fa-users-line::before {
	content: "\e592";
}
.fa-users-rays::before {
	content: "\e593";
}
.fa-users-rectangle::before {
	content: "\e594";
}
.fa-users-slash::before {
	content: "\e073";
}
.fa-users-viewfinder::before {
	content: "\e595";
}
.fa-utensils::before {
	content: "\f2e7";
}
.fa-cutlery::before {
	content: "\f2e7";
}
.fa-v::before {
	content: "\56";
}
.fa-van-shuttle::before {
	content: "\f5b6";
}
.fa-shuttle-van::before {
	content: "\f5b6";
}
.fa-vault::before {
	content: "\e2c5";
}
.fa-vector-square::before {
	content: "\f5cb";
}
.fa-venus::before {
	content: "\f221";
}
.fa-venus-double::before {
	content: "\f226";
}
.fa-venus-mars::before {
	content: "\f228";
}
.fa-vest::before {
	content: "\e085";
}
.fa-vest-patches::before {
	content: "\e086";
}
.fa-vial::before {
	content: "\f492";
}
.fa-vial-circle-check::before {
	content: "\e596";
}
.fa-vial-virus::before {
	content: "\e597";
}
.fa-vials::before {
	content: "\f493";
}
.fa-video::before {
	content: "\f03d";
}
.fa-video-camera::before {
	content: "\f03d";
}
.fa-video-slash::before {
	content: "\f4e2";
}
.fa-vihara::before {
	content: "\f6a7";
}
.fa-virus::before {
	content: "\e074";
}
.fa-virus-covid::before {
	content: "\e4a8";
}
.fa-virus-covid-slash::before {
	content: "\e4a9";
}
.fa-virus-slash::before {
	content: "\e075";
}
.fa-viruses::before {
	content: "\e076";
}
.fa-voicemail::before {
	content: "\f897";
}
.fa-volcano::before {
	content: "\f770";
}
.fa-volleyball::before {
	content: "\f45f";
}
.fa-volleyball-ball::before {
	content: "\f45f";
}
.fa-volume-high::before {
	content: "\f028";
}
.fa-volume-up::before {
	content: "\f028";
}
.fa-volume-low::before {
	content: "\f027";
}
.fa-volume-down::before {
	content: "\f027";
}
.fa-volume-off::before {
	content: "\f026";
}
.fa-volume-xmark::before {
	content: "\f6a9";
}
.fa-volume-mute::before {
	content: "\f6a9";
}
.fa-volume-times::before {
	content: "\f6a9";
}
.fa-vr-cardboard::before {
	content: "\f729";
}
.fa-w::before {
	content: "\57";
}
.fa-walkie-talkie::before {
	content: "\f8ef";
}
.fa-wallet::before {
	content: "\f555";
}
.fa-wand-magic::before {
	content: "\f0d0";
}
.fa-magic::before {
	content: "\f0d0";
}
.fa-wand-magic-sparkles::before {
	content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
	content: "\e2ca";
}
.fa-wand-sparkles::before {
	content: "\f72b";
}
.fa-warehouse::before {
	content: "\f494";
}
.fa-water::before {
	content: "\f773";
}
.fa-water-ladder::before {
	content: "\f5c5";
}
.fa-ladder-water::before {
	content: "\f5c5";
}
.fa-swimming-pool::before {
	content: "\f5c5";
}
.fa-wave-square::before {
	content: "\f83e";
}
.fa-weight-hanging::before {
	content: "\f5cd";
}
.fa-weight-scale::before {
	content: "\f496";
}
.fa-weight::before {
	content: "\f496";
}
.fa-wheat-awn::before {
	content: "\e2cd";
}
.fa-wheat-alt::before {
	content: "\e2cd";
}
.fa-wheat-awn-circle-exclamation::before {
	content: "\e598";
}
.fa-wheelchair::before {
	content: "\f193";
}
.fa-wheelchair-move::before {
	content: "\e2ce";
}
.fa-wheelchair-alt::before {
	content: "\e2ce";
}
.fa-whiskey-glass::before {
	content: "\f7a0";
}
.fa-glass-whiskey::before {
	content: "\f7a0";
}
.fa-wifi::before {
	content: "\f1eb";
}
.fa-wifi-3::before {
	content: "\f1eb";
}
.fa-wifi-strong::before {
	content: "\f1eb";
}
.fa-wind::before {
	content: "\f72e";
}
.fa-window-maximize::before {
	content: "\f2d0";
}
.fa-window-minimize::before {
	content: "\f2d1";
}
.fa-window-restore::before {
	content: "\f2d2";
}
.fa-wine-bottle::before {
	content: "\f72f";
}
.fa-wine-glass::before {
	content: "\f4e3";
}
.fa-wine-glass-empty::before {
	content: "\f5ce";
}
.fa-wine-glass-alt::before {
	content: "\f5ce";
}
.fa-won-sign::before {
	content: "\f159";
}
.fa-krw::before {
	content: "\f159";
}
.fa-won::before {
	content: "\f159";
}
.fa-worm::before {
	content: "\e599";
}
.fa-wrench::before {
	content: "\f0ad";
}
.fa-x::before {
	content: "\58";
}
.fa-x-ray::before {
	content: "\f497";
}
.fa-xmark::before {
	content: "\f00d";
}
.fa-close::before {
	content: "\f00d";
}
.fa-multiply::before {
	content: "\f00d";
}
.fa-remove::before {
	content: "\f00d";
}
.fa-times::before {
	content: "\f00d";
}
.fa-xmarks-lines::before {
	content: "\e59a";
}
.fa-y::before {
	content: "\59";
}
.fa-yen-sign::before {
	content: "\f157";
}
.fa-cny::before {
	content: "\f157";
}
.fa-jpy::before {
	content: "\f157";
}
.fa-rmb::before {
	content: "\f157";
}
.fa-yen::before {
	content: "\f157";
}
.fa-yin-yang::before {
	content: "\f6ad";
}
.fa-z::before {
	content: "\5a";
}
.sr-only, .fa-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.sr-only-focusable:not(:focus), .fa-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;
}
:root, :host {
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
	font-family: 'Font Awesome 6 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab, .fa-brands {
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
.fa-42-group:before {
	content: "\e080";
}
.fa-innosoft:before {
	content: "\e080";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-accessible-icon:before {
	content: "\f368";
}
.fa-accusoft:before {
	content: "\f369";
}
.fa-adn:before {
	content: "\f170";
}
.fa-adversal:before {
	content: "\f36a";
}
.fa-affiliatetheme:before {
	content: "\f36b";
}
.fa-airbnb:before {
	content: "\f834";
}
.fa-algolia:before {
	content: "\f36c";
}
.fa-alipay:before {
	content: "\f642";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-amazon-pay:before {
	content: "\f42c";
}
.fa-amilia:before {
	content: "\f36d";
}
.fa-android:before {
	content: "\f17b";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-angrycreative:before {
	content: "\f36e";
}
.fa-angular:before {
	content: "\f420";
}
.fa-app-store:before {
	content: "\f36f";
}
.fa-app-store-ios:before {
	content: "\f370";
}
.fa-apper:before {
	content: "\f371";
}
.fa-apple:before {
	content: "\f179";
}
.fa-apple-pay:before {
	content: "\f415";
}
.fa-artstation:before {
	content: "\f77a";
}
.fa-asymmetrik:before {
	content: "\f372";
}
.fa-atlassian:before {
	content: "\f77b";
}
.fa-audible:before {
	content: "\f373";
}
.fa-autoprefixer:before {
	content: "\f41c";
}
.fa-avianex:before {
	content: "\f374";
}
.fa-aviato:before {
	content: "\f421";
}
.fa-aws:before {
	content: "\f375";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-battle-net:before {
	content: "\f835";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-bilibili:before {
	content: "\e3d9";
}
.fa-bimobject:before {
	content: "\f378";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitcoin:before {
	content: "\f379";
}
.fa-bity:before {
	content: "\f37a";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-blackberry:before {
	content: "\f37b";
}
.fa-blogger:before {
	content: "\f37c";
}
.fa-blogger-b:before {
	content: "\f37d";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-bootstrap:before {
	content: "\f836";
}
.fa-bots:before {
	content: "\e340";
}
.fa-btc:before {
	content: "\f15a";
}
.fa-buffer:before {
	content: "\f837";
}
.fa-buromobelexperte:before {
	content: "\f37f";
}
.fa-buy-n-large:before {
	content: "\f8a6";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-canadian-maple-leaf:before {
	content: "\f785";
}
.fa-cc-amazon-pay:before {
	content: "\f42d";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-apple-pay:before {
	content: "\f416";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-centercode:before {
	content: "\f380";
}
.fa-centos:before {
	content: "\f789";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-chromecast:before {
	content: "\f838";
}
.fa-cloudflare:before {
	content: "\e07d";
}
.fa-cloudscale:before {
	content: "\f383";
}
.fa-cloudsmith:before {
	content: "\f384";
}
.fa-cloudversify:before {
	content: "\f385";
}
.fa-cmplid:before {
	content: "\e360";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-confluence:before {
	content: "\f78d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-cotton-bureau:before {
	content: "\f89e";
}
.fa-cpanel:before {
	content: "\f388";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-creative-commons-by:before {
	content: "\f4e7";
}
.fa-creative-commons-nc:before {
	content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}
.fa-creative-commons-nd:before {
	content: "\f4eb";
}
.fa-creative-commons-pd:before {
	content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}
.fa-creative-commons-remix:before {
	content: "\f4ee";
}
.fa-creative-commons-sa:before {
	content: "\f4ef";
}
.fa-creative-commons-sampling:before {
	content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}
.fa-creative-commons-share:before {
	content: "\f4f2";
}
.fa-creative-commons-zero:before {
	content: "\f4f3";
}
.fa-critical-role:before {
	content: "\f6c9";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-css3-alt:before {
	content: "\f38b";
}
.fa-cuttlefish:before {
	content: "\f38c";
}
.fa-d-and-d:before {
	content: "\f38d";
}
.fa-d-and-d-beyond:before {
	content: "\f6ca";
}
.fa-dailymotion:before {
	content: "\e052";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-deezer:before {
	content: "\e077";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-deploydog:before {
	content: "\f38e";
}
.fa-deskpro:before {
	content: "\f38f";
}
.fa-dev:before {
	content: "\f6cc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-dhl:before {
	content: "\f790";
}
.fa-diaspora:before {
	content: "\f791";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-digital-ocean:before {
	content: "\f391";
}
.fa-discord:before {
	content: "\f392";
}
.fa-discourse:before {
	content: "\f393";
}
.fa-dochub:before {
	content: "\f394";
}
.fa-docker:before {
	content: "\f395";
}
.fa-draft2digital:before {
	content: "\f396";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-dribbble-square:before {
	content: "\f397";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-dyalog:before {
	content: "\f399";
}
.fa-earlybirds:before {
	content: "\f39a";
}
.fa-ebay:before {
	content: "\f4f4";
}
.fa-edge:before {
	content: "\f282";
}
.fa-edge-legacy:before {
	content: "\e078";
}
.fa-elementor:before {
	content: "\f430";
}
.fa-ello:before {
	content: "\f5f1";
}
.fa-ember:before {
	content: "\f423";
}
.fa-empire:before {
	content: "\f1d1";
}
.fa-envira:before {
	content: "\f299";
}
.fa-erlang:before {
	content: "\f39d";
}
.fa-ethereum:before {
	content: "\f42e";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-evernote:before {
	content: "\f839";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-facebook:before {
	content: "\f09a";
}
.fa-facebook-f:before {
	content: "\f39e";
}
.fa-facebook-messenger:before {
	content: "\f39f";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-fantasy-flight-games:before {
	content: "\f6dc";
}
.fa-fedex:before {
	content: "\f797";
}
.fa-fedora:before {
	content: "\f798";
}
.fa-figma:before {
	content: "\f799";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-firefox-browser:before {
	content: "\e007";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-first-order-alt:before {
	content: "\f50a";
}
.fa-firstdraft:before {
	content: "\f3a1";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-flipboard:before {
	content: "\f44d";
}
.fa-fly:before {
	content: "\f417";
}
.fa-font-awesome:before {
	content: "\f2b4";
}
.fa-font-awesome-flag:before {
	content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
	content: "\f2b4";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-fonticons-fi:before {
	content: "\f3a2";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-fort-awesome-alt:before {
	content: "\f3a3";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-freebsd:before {
	content: "\f3a4";
}
.fa-fulcrum:before {
	content: "\f50b";
}
.fa-galactic-republic:before {
	content: "\f50c";
}
.fa-galactic-senate:before {
	content: "\f50d";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-git-alt:before {
	content: "\f841";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-github:before {
	content: "\f09b";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-gitkraken:before {
	content: "\f3a6";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-gitter:before {
	content: "\f426";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-gofore:before {
	content: "\f3a7";
}
.fa-golang:before {
	content: "\e40f";
}
.fa-goodreads:before {
	content: "\f3a8";
}
.fa-goodreads-g:before {
	content: "\f3a9";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-google-drive:before {
	content: "\f3aa";
}
.fa-google-pay:before {
	content: "\e079";
}
.fa-google-play:before {
	content: "\f3ab";
}
.fa-google-plus:before {
	content: "\f2b3";
}
.fa-google-plus-g:before {
	content: "\f0d5";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-gratipay:before {
	content: "\f184";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-gripfire:before {
	content: "\f3ac";
}
.fa-grunt:before {
	content: "\f3ad";
}
.fa-guilded:before {
	content: "\e07e";
}
.fa-gulp:before {
	content: "\f3ae";
}
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-hacker-news-square:before {
	content: "\f3af";
}
.fa-hackerrank:before {
	content: "\f5f7";
}
.fa-hashnode:before {
	content: "\e499";
}
.fa-hips:before {
	content: "\f452";
}
.fa-hire-a-helper:before {
	content: "\f3b0";
}
.fa-hive:before {
	content: "\e07f";
}
.fa-hooli:before {
	content: "\f427";
}
.fa-hornbill:before {
	content: "\f592";
}
.fa-hotjar:before {
	content: "\f3b1";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-hubspot:before {
	content: "\f3b2";
}
.fa-ideal:before {
	content: "\e013";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-instagram-square:before {
	content: "\e055";
}
.fa-instalod:before {
	content: "\e081";
}
.fa-intercom:before {
	content: "\f7af";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-invision:before {
	content: "\f7b0";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-itch-io:before {
	content: "\f83a";
}
.fa-itunes:before {
	content: "\f3b4";
}
.fa-itunes-note:before {
	content: "\f3b5";
}
.fa-java:before {
	content: "\f4e4";
}
.fa-jedi-order:before {
	content: "\f50e";
}
.fa-jenkins:before {
	content: "\f3b6";
}
.fa-jira:before {
	content: "\f7b1";
}
.fa-joget:before {
	content: "\f3b7";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-js:before {
	content: "\f3b8";
}
.fa-js-square:before {
	content: "\f3b9";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-kaggle:before {
	content: "\f5fa";
}
.fa-keybase:before {
	content: "\f4f5";
}
.fa-keycdn:before {
	content: "\f3ba";
}
.fa-kickstarter:before {
	content: "\f3bb";
}
.fa-kickstarter-k:before {
	content: "\f3bc";
}
.fa-korvue:before {
	content: "\f42f";
}
.fa-laravel:before {
	content: "\f3bd";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-less:before {
	content: "\f41d";
}
.fa-line:before {
	content: "\f3c0";
}
.fa-linkedin:before {
	content: "\f08c";
}
.fa-linkedin-in:before {
	content: "\f0e1";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-lyft:before {
	content: "\f3c3";
}
.fa-magento:before {
	content: "\f3c4";
}
.fa-mailchimp:before {
	content: "\f59e";
}
.fa-mandalorian:before {
	content: "\f50f";
}
.fa-markdown:before {
	content: "\f60f";
}
.fa-mastodon:before {
	content: "\f4f6";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-mdb:before {
	content: "\f8ca";
}
.fa-medapps:before {
	content: "\f3c6";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-medium-m:before {
	content: "\f23a";
}
.fa-medrt:before {
	content: "\f3c8";
}
.fa-meetup:before {
	content: "\f2e0";
}
.fa-megaport:before {
	content: "\f5a3";
}
.fa-mendeley:before {
	content: "\f7b3";
}
.fa-microblog:before {
	content: "\e01a";
}
.fa-microsoft:before {
	content: "\f3ca";
}
.fa-mix:before {
	content: "\f3cb";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-mixer:before {
	content: "\e056";
}
.fa-mizuni:before {
	content: "\f3cc";
}
.fa-modx:before {
	content: "\f285";
}
.fa-monero:before {
	content: "\f3d0";
}
.fa-napster:before {
	content: "\f3d2";
}
.fa-neos:before {
	content: "\f612";
}
.fa-nfc-directional:before {
	content: "\e530";
}
.fa-nfc-symbol:before {
	content: "\e531";
}
.fa-nimblr:before {
	content: "\f5a8";
}
.fa-node:before {
	content: "\f419";
}
.fa-node-js:before {
	content: "\f3d3";
}
.fa-npm:before {
	content: "\f3d4";
}
.fa-ns8:before {
	content: "\f3d5";
}
.fa-nutritionix:before {
	content: "\f3d6";
}
.fa-octopus-deploy:before {
	content: "\e082";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-old-republic:before {
	content: "\f510";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-orcid:before {
	content: "\f8d2";
}
.fa-osi:before {
	content: "\f41a";
}
.fa-padlet:before {
	content: "\e4a0";
}
.fa-page4:before {
	content: "\f3d7";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-palfed:before {
	content: "\f3d8";
}
.fa-patreon:before {
	content: "\f3d9";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-perbyte:before {
	content: "\e083";
}
.fa-periscope:before {
	content: "\f3da";
}
.fa-phabricator:before {
	content: "\f3db";
}
.fa-phoenix-framework:before {
	content: "\f3dc";
}
.fa-phoenix-squadron:before {
	content: "\f511";
}
.fa-php:before {
	content: "\f457";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-pied-piper-hat:before {
	content: "\f4e5";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-square:before {
	content: "\e01e";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-pix:before {
	content: "\e43a";
}
.fa-playstation:before {
	content: "\f3df";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-pushed:before {
	content: "\f3e1";
}
.fa-python:before {
	content: "\f3e2";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-quinscape:before {
	content: "\f459";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-r-project:before {
	content: "\f4f7";
}
.fa-raspberry-pi:before {
	content: "\f7bb";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-react:before {
	content: "\f41b";
}
.fa-reacteurope:before {
	content: "\f75d";
}
.fa-readme:before {
	content: "\f4d5";
}
.fa-rebel:before {
	content: "\f1d0";
}
.fa-red-river:before {
	content: "\f3e3";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-redhat:before {
	content: "\f7bc";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-replyd:before {
	content: "\f3e6";
}
.fa-researchgate:before {
	content: "\f4f8";
}
.fa-resolving:before {
	content: "\f3e7";
}
.fa-rev:before {
	content: "\f5b2";
}
.fa-rocketchat:before {
	content: "\f3e8";
}
.fa-rockrms:before {
	content: "\f3e9";
}
.fa-rust:before {
	content: "\e07a";
}
.fa-safari:before {
	content: "\f267";
}
.fa-salesforce:before {
	content: "\f83b";
}
.fa-sass:before {
	content: "\f41e";
}
.fa-schlix:before {
	content: "\f3ea";
}
.fa-screenpal:before {
	content: "\e570";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-searchengin:before {
	content: "\f3eb";
}
.fa-sellcast:before {
	content: "\f2da";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-servicestack:before {
	content: "\f3ec";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-shopify:before {
	content: "\e057";
}
.fa-shopware:before {
	content: "\f5b5";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-sistrix:before {
	content: "\f3ee";
}
.fa-sith:before {
	content: "\f512";
}
.fa-sitrox:before {
	content: "\e44a";
}
.fa-sketch:before {
	content: "\f7c6";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-slack:before {
	content: "\f198";
}
.fa-slack-hash:before {
	content: "\f198";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ab";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-sourcetree:before {
	content: "\f7d3";
}
.fa-speakap:before {
	content: "\f3f3";
}
.fa-speaker-deck:before {
	content: "\f83c";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-square-font-awesome:before {
	content: "\f425";
}
.fa-square-font-awesome-stroke:before {
	content: "\f35c";
}
.fa-font-awesome-alt:before {
	content: "\f35c";
}
.fa-squarespace:before {
	content: "\f5be";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-stackpath:before {
	content: "\f842";
}
.fa-staylinked:before {
	content: "\f3f5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-steam-symbol:before {
	content: "\f3f6";
}
.fa-sticker-mule:before {
	content: "\f3f7";
}
.fa-strava:before {
	content: "\f428";
}
.fa-stripe:before {
	content: "\f429";
}
.fa-stripe-s:before {
	content: "\f42a";
}
.fa-studiovinari:before {
	content: "\f3f8";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-supple:before {
	content: "\f3f9";
}
.fa-suse:before {
	content: "\f7d6";
}
.fa-swift:before {
	content: "\f8e1";
}
.fa-symfony:before {
	content: "\f83d";
}
.fa-teamspeak:before {
	content: "\f4f9";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-telegram-plane:before {
	content: "\f2c6";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-the-red-yeti:before {
	content: "\f69d";
}
.fa-themeco:before {
	content: "\f5c6";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-think-peaks:before {
	content: "\f731";
}
.fa-tiktok:before {
	content: "\e07b";
}
.fa-trade-federation:before {
	content: "\f513";
}
.fa-trello:before {
	content: "\f181";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-typo3:before {
	content: "\f42b";
}
.fa-uber:before {
	content: "\f402";
}
.fa-ubuntu:before {
	content: "\f7df";
}
.fa-uikit:before {
	content: "\f403";
}
.fa-umbraco:before {
	content: "\f8e8";
}
.fa-uncharted:before {
	content: "\e084";
}
.fa-uniregistry:before {
	content: "\f404";
}
.fa-unity:before {
	content: "\e049";
}
.fa-unsplash:before {
	content: "\e07c";
}
.fa-untappd:before {
	content: "\f405";
}
.fa-ups:before {
	content: "\f7e0";
}
.fa-usb:before {
	content: "\f287";
}
.fa-usps:before {
	content: "\f7e1";
}
.fa-ussunnah:before {
	content: "\f407";
}
.fa-vaadin:before {
	content: "\f408";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-viber:before {
	content: "\f409";
}
.fa-vimeo:before {
	content: "\f40a";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-vimeo-v:before {
	content: "\f27d";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-vk:before {
	content: "\f189";
}
.fa-vnv:before {
	content: "\f40b";
}
.fa-vuejs:before {
	content: "\f41f";
}
.fa-watchman-monitoring:before {
	content: "\e087";
}
.fa-waze:before {
	content: "\f83f";
}
.fa-weebly:before {
	content: "\f5cc";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-weixin:before {
	content: "\f1d7";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-whatsapp-square:before {
	content: "\f40c";
}
.fa-whmcs:before {
	content: "\f40d";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-wirsindhandwerk:before {
	content: "\e2d0";
}
.fa-wsh:before {
	content: "\e2d0";
}
.fa-wix:before {
	content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
	content: "\f730";
}
.fa-wodu:before {
	content: "\e088";
}
.fa-wolf-pack-battalion:before {
	content: "\f514";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-wordpress-simple:before {
	content: "\f411";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-wpressr:before {
	content: "\f3e4";
}
.fa-xbox:before {
	content: "\f412";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-y-combinator:before {
	content: "\f23b";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-yammer:before {
	content: "\f840";
}
.fa-yandex:before {
	content: "\f413";
}
.fa-yandex-international:before {
	content: "\f414";
}
.fa-yarn:before {
	content: "\f7e3";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-youtube-square:before {
	content: "\f431";
}
.fa-zhihu:before {
	content: "\f63f";
}
:root, :host {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.far, .fa-regular {
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
}
:root, :host {
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fas, .fa-solid {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-display: block;
	font-weight: 400;
	src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
	font-family: "Font Awesome 5 Free";
	font-display: block;
	font-weight: 900;
	src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
	font-family: "Font Awesome 5 Free";
	font-display: block;
	font-weight: 400;
	src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
	font-family: "FontAwesome";
	font-display: block;
	src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
	font-family: "FontAwesome";
	font-display: block;
	src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
	font-family: "FontAwesome";
	font-display: block;
	src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
	unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC;
}
@font-face {
	font-family: "FontAwesome";
	font-display: block;
	src: url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype");
	unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F250,U+F252,U+F27A;
}
@font-face {
	font-family: "icons";
	src: url("../fonts/icons.eot?8c8e7f09000e94c75014ffc158d55e96");
	src: url("../fonts/icons.eot?8c8e7f09000e94c75014ffc158d55e96#iefix") format("embedded-opentype"),
		url("../fonts/icons.woff?8c8e7f09000e94c75014ffc158d55e96") format("woff"),
		url("../fonts/icons.ttf?8c8e7f09000e94c75014ffc158d55e96") format("truetype"),
		url("../fonts/icons.svg?8c8e7f09000e94c75014ffc158d55e96#icons") format("svg");
	font-weight: normal;
	font-style: normal;
}
.icon {
	font-family: "icons";
	display: inline-block;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow_left:before {
	content: "\f101";
}
.icon-arrow_right:before {
	content: "\f102";
}
.icon-arrow:before {
	content: "\f103";
}
.icon-brain:before {
	content: "\f104";
}
.icon-calculate:before {
	content: "\f105";
}
.icon-calendar:before {
	content: "\f106";
}
.icon-clock:before {
	content: "\f107";
}
.icon-company:before {
	content: "\f108";
}
.icon-download:before {
	content: "\f109";
}
.icon-employees:before {
	content: "\f10a";
}
.icon-facebook:before {
	content: "\f10b";
}
.icon-fail:before {
	content: "\f10c";
}
.icon-handshake:before {
	content: "\f10d";
}
.icon-heart:before {
	content: "\f10e";
}
.icon-help:before {
	content: "\f10f";
}
.icon-Icon_HCL:before {
	content: "\f110";
}
.icon-Icon_Microsoft:before {
	content: "\f111";
}
.icon-industry:before {
	content: "\f112";
}
.icon-linkedin:before {
	content: "\f113";
}
.icon-lupe:before {
	content: "\f114";
}
.icon-place:before {
	content: "\f115";
}
.icon-play-button:before {
	content: "\f116";
}
.icon-rating:before {
	content: "\f117";
}
.icon-share:before {
	content: "\f118";
}
.icon-smile:before {
	content: "\f119";
}
.icon-star:before {
	content: "\f11a";
}
.icon-success:before {
	content: "\f11b";
}
.icon-tag:before {
	content: "\f11c";
}
.icon-team:before {
	content: "\f11d";
}
.icon-time:before {
	content: "\f11e";
}
.icon-topic:before {
	content: "\f11f";
}
.icon-twitter:before {
	content: "\f120";
}
.icon-users:before {
	content: "\f121";
}
.icon-world:before {
	content: "\f122";
}
.icon-xing:before {
	content: "\f123";
}
/*=====  End of IMPORTS  ======*/

/*==============================
=            VARIABLES            =
==============================*/
/*----------  Fonts  ----------*/

/*----------  Colors  ----------*/
/* OE */
/* iDNA */
/*CE */
/* GL */
/* SI */
/* DM */
/*----------  Genereal  ----------*/
/*=====  End of VARIABLES  ======*/

/*=======================================
=            GLOBAL SETTINGS            =
=======================================*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
html, body {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	min-height: 100%;
	/* height: 100%; */
	margin: 0;
	font-size: 16px;
	padding: 0 !important;
	background-color: #fff !important;
}
body {
	color: rgba(0, 60, 89, 1);
}
body.translation_de, body.translation_ja, body.translation_pt, body.translation_ru, body.translation_es {
	hyphens: auto;
}
body.no_translation {
}

.page-sidebar-form.form-lang_de form.hs-form fieldset .hs-n2021_phone_area ul.hs-error-msgs li .hs-error-msg:before, .page-sidebar-form.form-lang_de form.hs-form fieldset .hs-country-code ul.hs-error-msgs li .hs-error-msg:before {
	content: 'Bitte auswählen.';
}

/*=================================
=            Cookiebot            =
=================================*/
#CybotCookiebotDialog h2 {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
}
#CybotCookiebotDialog a {
	color: rgba(122, 178, 204, 1) !important;
	font-weight: bold !important;
}
#CybotCookiebotDialog a:hover {
	color: rgba(0, 138, 204, 1) !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
	border-radius: 10px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline {
	border-radius: 10px !important;
	background-color: #e8e8e8 !important;
	border-color: #ffffff !important;
	color: rgba(0, 60, 89, 1) !important;
}
.CybotCookiebotScrollContainer {
	padding: 0 !important;
}
#CybotCookiebotDialogHeader {
	padding: 15px 1.5em !important;
}
#CybotCookiebotDialogHeader #CybotCookiebotDialogPoweredbyImage {
	max-height: 30px !important;
}
#CybotCookiebotDialogHeader #CybotCookiebotDialogPoweredbyCybot svg {
	height: 10px !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:focus-visible+span, #CybotCookiebotDialog:focus-visible, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:focus-visible+span, #CybotCookiebotDialog :focus-visible {
	outline: 0 !important;
	outline: none !important;
}
#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: rgba(159, 159, 159, 1) !important;
}
#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: rgba(0, 138, 204, 1) !important;
}

/*----------  Widget  ----------*/
#CookiebotWidget.CookiebotWidget-open {
}
/* Button */
#CookiebotWidget .CookiebotWidget-logo {
	position: relative;
}
#CookiebotWidget .CookiebotWidget-logo:after {
	content: '';
	background: url(../../../themes/pana_theme_2021/img/cookie-bite-solid_white.svg) no-repeat center center;
	position: absolute;
	left: 6px;
	top: 6px;
	width: 35px;
	height: 35px;
	z-index: 3;
}
#CookiebotWidget .CookiebotWidget-logo svg path {
	display: none;
}
/* Dialog */
#CookiebotWidget #CookiebotWidget-widgetContent {
	border-radius: 10px !important;
}
#CookiebotWidget .CookiebotWidget-contents .CookiebotWidget-header {
	border-bottom: 1px solid #e8e8e8;
}
#CookiebotWidget .CookiebotWidget-contents .CookiebotWidget-header strong {
	font: 700 1.15rem/1.25rem 'Roboto', sans-serif;
	color: #1c1c1c;
}
#CookiebotWidget .CookiebotWidget-contents .CookiebotWidget-body .CookiebotWidget-body-inner {
	padding-top: 5px;
	padding-bottom: 10px;
}
#CookiebotWidget .CookiebotWidget-contents .CookiebotWidget-body ul li {
	text-indent: 0;
}
#CookiebotWidget .CookiebotWidget-contents .CookiebotWidget-body ul li:before {
	display: none;
}
#CookiebotWidget .CookiebotWidget-contents .CookiebotWidget-body ul li .Cookiebotwidget-consent-icon svg path {
	fill: #008acc;
}
#CookiebotWidget .CookiebotWidget-contents .CookiebotWidget-body .CookiebotWidget-main-logo {
	display: none;
}
#CookiebotWidget .CookiebotWidget-contents #CookiebotWidget-buttons {
	border-top: 1px solid #e8e8e8;
}
#CookiebotWidget .CookiebotWidget-contents #CookiebotWidget-buttons button {
	margin-bottom: 0;
}
#CookiebotWidget .CookiebotWidget-contents #CookiebotWidget-buttons button:hover {
	opacity: .85 !important;
}
#CookiebotWidget .CookiebotWidget-contents #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
	background-color: #e8e8e8!important;
	border-color: #fff!important;
	color: rgba(0, 60, 89, 1) !important;
	border-radius: 10px !important;
}
#CookiebotWidget .CookiebotWidget-contents #CookiebotWidget-buttons #CookiebotWidget-btn-change {
	background-color: rgba(0, 138, 204, 1) !important;
	border-color: #fff !important;
	color: #fff !important;
	border-radius: 10px !important;
}
/*=====  End of Cookiebot  ======*/

/*----------  Backgrounds  ----------*/
.background-grey {
	background-color: rgba(232, 232, 232, 1);
}
.background-grey .button-arrow .button-link .circle {
	background-color: rgba(232, 232, 232, 1) !important;
}
.background-grey .content-box .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: rgba(232, 232, 232, 1) !important;
}
.background-grey .content-box.content-box-new .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: transparent !important;
}
.background-blue {
	background-color: rgba(0, 138, 204, 1);
}
.background-blue h3, .background-blue .h3, .background-blue .h4 {
	background-color: #fff;
	background-image: none !important;
	-webkit-text-fill-color: #fff !important;
	-moz-text-fill-color: #fff !important;
}
.background-blue p {
	color: #fff !important;
}
.background-blue .button-arrow .button-link .circle {
	background-color: rgba(0, 138, 204, 1) !important;
}
.background-blue .content-box .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: rgba(0, 138, 204, 1) !important;
}
.background-blue.block-content-spotlight .block-content-spotlight-content .block-content-spotlight-text h3 {
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
	-moz-text-fill-color: rgba(28, 28, 28, 1) !important;
}
.background-blue.block-content-boxes .block-content-boxes-box .content-box-text h3, .background-blue.block-content-boxes .block-content-boxes-box .content-box-text .h3, .background-blue.block-content-boxes .block-content-boxes-box .content-box-text .h4 {
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
	-moz-text-fill-color: rgba(28, 28, 28, 1) !important;
}
.background-blue.block-content-boxes .block-content-boxes-box .content-box-text p {
	color: rgba(28, 28, 28, 1) !important;
}
/* circle */
.background-blue .button-circle .button-link {
	color: #fff !important;
}
.background-blue .button-circle .button-link .circle {
	background-color: #fff !important;
}
.background-blue .button-circle .button-link .circle .icon.arrow {
	background: none;
}
.background-blue .button-circle .button-link .circle .icon.arrow::before {
	border-top: 0.125rem solid rgba(0, 138, 204, 1) !important;
	border-right: 0.125rem solid rgba(0, 138, 204, 1) !important;
}
.background-blue .button-circle:hover .circle .icon.arrow {
	background: rgba(0, 138, 204, 1) !important;
}
.background-blue .button-circle:hover .button-text {
	color: rgba(0, 138, 204, 1) !important;
}
.block-heading h2.background-light-blue {
	position: relative;
	background-color: rgba(122, 178, 204, 1);
	color: #fff !important;
    z-index: 1;
    margin-bottom: 0;
    padding-top: 30px;
}
.block-heading h2.background-light-blue:after {
	content: '';
	position: absolute;
	top: 0;
	left: -50vw;
	width: 1000%;
	height: 100%;
	background-color: rgba(122, 178, 204, 1);
	z-index: -1;
}
.background-light-blue {
	background-color: rgba(122, 178, 204, 1);
}
.background-light-blue .button-arrow .button-link .circle .icon.arrow {
	background-color: #fff !important;
}
.background-light-blue .button-arrow .button-link .circle .icon.arrow::before {
	border-color: #fff !important;
}
.background-light-blue .owl-dots .owl-dot span {
	background: rgba(232, 232, 232, 1) !important;
}
.background-light-blue.block-content-boxes .content-box .content-box-text h2, .background-light-blue.block-content-boxes .content-box .content-box-text h4, .background-light-blue.block-content-boxes .content-box .content-box-text p, .background-light-blue.block-content-section .block-content-section-text h2, .background-light-blue.block-content-section .block-content-section-text .section-text-paragraph h2, .background-light-blue.block-content-section .block-content-section-text .section-text-paragraph h4, .background-light-blue.block-content-section .block-content-section-text .section-text-paragraph h4 strong {
	color: #fff !important;
}
.background-light-blue .content-box .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: rgba(122, 178, 204, 1) !important;
}
.background-light-blue h3, .background-light-blue .h3, .background-light-blue .h4 {
	background-color: #fff;
	background-image: none !important;
	-webkit-text-fill-color: #fff !important;
	-moz-text-fill-color: #fff !important;
}
.background-light-blue .button-arrow .button-link .button-text, .background-light-blue p {
	color: #fff !important;
}
.background-light-blue.block-content-spotlight .block-content-spotlight-content .block-content-spotlight-text h3 {
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
	-moz-text-fill-color: rgba(28, 28, 28, 1) !important;
}
.background-light-blue.block-content-spotlight .button-arrow .button-link .button-text {
	color: rgba(122, 178, 204, 1) !important;
}
.background-light-blue.block-content-spotlight .button-arrow .button-link .circle .icon.arrow {
	background-color: transparent !important;
}
.background-light-blue.block-content-spotlight .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(122, 178, 204, 1) !important;
}
.background-light-blue.block-content-spotlight .button-arrow .button-link .circle .icon.arrow::before {
	border-color: rgba(122, 178, 204, 1) !important;
}
.background-light-blue.block-cta.block-cta-neutral p, .background-light-blue.block-cta.block-cta-neutral h4, .background-light-blue.block-cta.block-cta-neutral .h4 {
	color: #fff !important;
}
.background-light-blue.block-cta.block-cta-neutral .h4 {
	background-color: transparent !important;
}
/* circle */
.background-light-blue .button-circle .button-link {
	color: #fff !important;
}
.background-light-blue .button-circle .button-link .circle {
	background-color: #fff !important;
}
.background-light-blue .button-circle .button-link .circle .icon.arrow {
	background: none;
}
.background-light-blue .button-circle .button-link .circle .icon.arrow::before {
	border-top: 0.125rem solid rgba(0, 138, 204, 1) !important;
	border-right: 0.125rem solid rgba(0, 138, 204, 1) !important;
}
.background-light-blue .button-circle:hover .circle .icon.arrow {
	background: rgba(0, 138, 204, 1) !important;
}
.background-light-blue .button-circle:hover .button-text {
	color: rgba(0, 138, 204, 1) !important;
}
.background-light-blue .button-highlight .button-circle .button-link {
	color: #fff !important;
}
.background-light-blue .button-highlight .button-circle .button-link .circle {
	background-color: #fff !important;
}
.background-light-blue .button-highlight .button-circle .button-link .circle .icon.arrow {
	background: none;
}
.background-light-blue .button-highlight .button-circle .button-link .circle .icon.arrow::before {
	border-top: 0.125rem solid #fff !important;
	border-right: 0.125rem solid #fff !important;
}
.background-light-blue .button-highlight .button-circle:hover .circle .icon.arrow {
	background: #fff !important;
}
.background-light-blue .button-highlight .button-circle:hover .button-text {
	color: #fff !important;
}
.background-dark-blue {
	background-color: rgba(0, 60, 89, 1);
}
.background-dark-blue h3, .background-dark-blue .h3, .background-dark-blue .h4 {
	background-color: #fff;
	background-image: none !important;
	-webkit-text-fill-color: #fff !important;
	-moz-text-fill-color: #fff !important;
}
.background-dark-blue p {
	color: #fff !important;
}
.background-dark-blue.block-content-spotlight .block-content-spotlight-content .block-content-spotlight-text h3 {
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
	-moz-text-fill-color: rgba(28, 28, 28, 1) !important;
}
.background-dark-blue .owl-dots .owl-dot span {
	background: rgba(232, 232, 232, 1) !important;
}
.background-dark-blue .owl-dots .owl-dot.active span, .background-dark-blue .owl-dots .owl-dot:hover span {
	background: rgba(0, 138, 204, 1) !important;
}
.background-dark-blue .button-arrow .button-link .circle {
	background-color: rgba(0, 60, 89, 1) !important;
}
.background-dark-blue .content-box .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: rgba(0, 60, 89, 1) !important;
}
/* circle */
.background-dark-blue .button-circle .button-link {
	color: #fff !important;
}
.background-dark-blue .button-circle .button-link .circle {
	background-color: #fff !important;
}
.background-dark-blue .button-circle .button-link .circle .icon.arrow {
	background: none;
}
.background-dark-blue .button-circle .button-link .circle .icon.arrow::before {
	border-top: 0.125rem solid rgba(0, 138, 204, 1) !important;
	border-right: 0.125rem solid rgba(0, 138, 204, 1) !important;
}
.background-dark-blue .button-circle:hover .circle .icon.arrow {
	background: rgba(0, 138, 204, 1) !important;
}
.background-dark-blue .button-circle:hover .button-text {
	color: rgba(0, 138, 204, 1) !important;
}
.background-dark-blue .button-highlight .button-circle .button-link {
	color: #fff !important;
}
.background-dark-blue .button-highlight .button-circle .button-link .circle {
	background-color: #fff !important;
}
.background-dark-blue .button-highlight .button-circle .button-link .circle .icon.arrow {
	background: none;
}
.background-dark-blue .button-highlight .button-circle .button-link .circle .icon.arrow::before {
	border-top: 0.125rem solid #fff !important;
	border-right: 0.125rem solid #fff !important;
}
.background-dark-blue .button-highlight .button-circle:hover .circle .icon.arrow {
	background: #fff !important;
}
.background-dark-blue .button-highlight .button-circle:hover .button-text {
	color: #fff !important;
}

/*----------  Content Settings  ----------*/
h1, .h1 {
	font: 700 3.75rem/4.375rem 'Poppins', sans-serif !important;
	color: rgba(0, 60, 89, 1) !important;
	margin-bottom: 50px;
}
h2, .h2 {
	font: 500 3rem/3.5rem 'Poppins', sans-serif !important;
	color: #1c1c1c !important;
}
h2 b, h2 strong, .h2 b, .h2 strong {
	font-weight: 700;
}
h3, .h3 {
	font: 700 2.5rem/3.125rem 'Poppins', sans-serif !important;
	background-color: rgba(0, 138, 204, 1);
	background-image: linear-gradient(to right, rgba(0, 138, 204, 1), rgba(122, 178, 204, 1), rgba(122, 178, 204, 1), rgba(0, 138, 204, 1));
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
h4, .h4 {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	color: #1c1c1c !important;
}
h4 b, h4 strong, .h4 b, .h4 strong {
	font-weight: 700;
}
h5, .h5 {
	font: 700 1.15rem/1.25rem 'Roboto', sans-serif !important;
	color: #1c1c1c !important;
}
h6, .h6 {
	font: 700 0.875rem/1rem 'Poppins', sans-serif !important;
	color: #1c1c1c !important;
}

.subtitle {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1);
	margin-bottom: 15px !important;
}
img:not(.speaker) {
	border-radius: 10px;
}
img.normal {
	border-radius: 0;
}
p a, p a span, .gform_wrapper label a {
	font: 400 1rem/1.125rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 1) 0%, rgba(122, 178, 204, 1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.2em;
	background-position: 0 100%;
	transition: background-size ease-in 0.25s;
	word-break: break-word;
}
p a:hover, p a span:hover, .gform_wrapper label a:hover {
	color: rgba(0, 138, 204, 1);
	background-size: 100% 88%;
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 0.5) 0%, rgba(122, 178, 204, 0.5) 100%);
}
.leadinModal h4 {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	color: #1c1c1c !important;
}
.leadinModal p {
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	color: rgba(0, 60, 89, 1) !important;
}
ul {
	margin-top: 0 !important;
	background: none !important;
	color: rgba(0, 60, 89, 1) !important;
}
ul li {
	list-style: none;
	padding-left: 25px;
	text-indent: -25px;
}
ul li:before {
	content: '\2022';
	font-size: 2rem;
	line-height: 0;
	color: rgba(0, 138, 204, 1);
	padding-right: 15px;
	vertical-align: middle;
}
ul ul {
	margin-top: 0 !important;
}
ul.success {
	margin-left: 0;
}
ul.success li {
	position: relative;
	padding-left: 40px;
	text-indent: 0px;
	margin-bottom: 5px;
}
ul.success li i {
	color: rgba(0, 138, 204, 1);
	font-size: 25px;
	line-height: 25px;
	margin-right: 15px;
	vertical-align: middle;
	text-indent: 0;
	padding-left: 0;
}
ul.success li:before {
	content: '';
	background: url('../img/success.png') no-repeat 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center right;
	z-index: 3;
}
ol {
	margin-top: 0 !important;
	list-style: none !important;
	counter-reset: li;
	background: none !important;
	color: rgba(0, 60, 89, 1) !important;
}
ol li {
	counter-increment: li;
	padding-left: 27px;
	text-indent: -15px;
}
ol li:before {
	content: counter(li) ". ";
	color: rgba(0, 138, 204, 1);
	font-weight: 700;
	display: inline-block;
	width: 1rem;
	margin-left: 0px;
}
ol ol {
	margin-top: 0 !important;
}
span.redcolor {
	color: rgba(171, 10, 48, 1);
}
span.blackcolor {
	color: rgba(28, 28, 28, 1);
}

span.interview {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif;
	font-weight: 700;
}

span.interview.interview_yes {
	color: rgba(0, 138, 204, 1);
}
span.textbold {
	display: inline;
	font-weight: 700 !important;
}
.scroll-to-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	border-radius: 50px;
	background: rgba(0, 138, 204, 1);
}
.scroll-to-top .scroll-to-top-before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(122, 178, 204, 1);
	border-radius: 50px;
	z-index: 0;
}
.scroll-to-top a {
	position: relative;
	width: 55px;
	height: 55px;
	display: block;
	z-index: 2;
}
.scroll-to-top a:after {
	position: absolute;
	content: '';
	top: 21px;
	left: 15px;
	width: 25px;
	border-radius: 2px;
	height: 25px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}

a.open-modal {
	display: inline-block;
}
.modal {
	z-index: 1005;
}
.modal.is-active {
	z-index: 999999999999999999;
}
.modal .modal-content {
	width: 100%;
	/*height: 80vh;
	padding: 5vh 0 0;
	max-height: 90vh;*/
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal .modal-content iframe {
	width: 100%;
/*	height: 85%;*/
	height: 90%;
	pointer-events: auto;
}
.modal .modal-content figure {
/*	height: 85%;*/
	height: 90%;
	pointer-events: auto;
}
.modal .modal-content figure img {
	margin: 0 auto;
	width: auto;
/*	max-width: 80%;*/
	max-width: 90%;
	height: auto;
	max-height: 100%;
	transform: scale(1.1);
}
.modal .modal-background {
	cursor: pointer;
}
.modal button.close-modal {
	position: absolute;
	top: 50px;
	right: 50px;
	background: rgba(0, 138, 204, 1);
	z-index: 999;
	height: 40px;
	max-height: 40px;
	max-width: 40px;
	min-height: 40px;
	min-width: 40px;
	width: 40px;
}
html.is-clipped .block-header {
	z-index: 999;
}

table {
	table-layout: fixed;
	width: 100% !important;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: hidden;
	margin-bottom: 0 !important;
}

table td {
	color: rgba(0, 60, 89, 1);
}

table td b, table td strong {
	font-weight: 700;
	color: #1c1c1c;
}
figcaption {
	font-size: 0.85rem;
	line-height: 1rem;
	text-align: right;
	color: rgba(186, 188, 189, 1);
}
figure figcaption {
	margin-top: 5px;
	text-align: center;
	color: rgba(28, 28, 28, 1);
}
pre {
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}
hr, .wp-block-separator {
	border: 0 !important;
	margin: 30px auto;
	width: 80%;
	height: 1px;
	background-color: transparent !important;
	background-image: linear-gradient(to right, rgba(0, 60, 89, 0), rgba(0, 60, 89, 0.75), rgba(0, 60, 89, 0));
}
.wp-block-separator.has-cyan-bluish-gray-background-color, .wp-block-separator.has-cyan-bluish-gray-color {
	height: 2px;
	background-image: linear-gradient(to right, rgba(159, 159, 159, 0), rgba(159, 159, 159, 0.75), rgba(159, 159, 159, 0));
}

/* Reading Time Bar */
progress.reading-progress-bar {
	/* WebKit */
	-webkit-appearance: none !important;
	/* Mozilla */
	-moz-appearance: none;
	/* Opera */
	-o-appearance: none;
	/* Internet Explorer */
	-ms-appearance: none;
	/* CSS3 */
	appearance: none;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5px;
	z-index: 999999999;
	transition: top .5s;
}
progress.reading-progress-bar.scrolled-nav {
	top: 0px !important;
}
progress.reading-progress-bar[value]::-webkit-progress-bar {
	background-color: rgba(186, 188, 189, 1);
}
progress.reading-progress-bar[value]::-webkit-progress-value {
	background-color: rgba(0, 138, 204, 1);
}

/* Progress Bar via shortcode */
.content-progress-bar {
	box-sizing: content-box;
	height: 55px;
	position: relative;
	margin-bottom: 15px;
	padding: 5px;
	border-radius: 50px;
	background-color: rgba(186, 188, 189, 1);
	overflow: hidden;
}
.content-progress-bar span.progress-bar-name {
	position: absolute;
	z-index: 1;
	left: 15px;
	font: 700 1.15rem/1.25rem 'Roboto', sans-serif;
	line-height: 55px;
	color: #fff;
}
.content-progress-bar span.progress-bar-number {
	display: block;
	height: 100%;
	border-radius: 50px;
	background: rgba(0, 138, 204, 1);
	background: -moz-linear-gradient(90deg, rgba(0, 138, 204, 1) 0%, rgba(122, 178, 204, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 138, 204, 1) 0%, rgba(122, 178, 204, 1) 100%);
	background: linear-gradient(90deg, rgba(0, 138, 204, 1) 0%, rgba(122, 178, 204, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008acc",endColorstr="#007ab4",GradientType=1);
	position: relative;
	overflow: hidden;
}

/* Filter */
.posts-filter .filter-widget, .posts-filter-partner .filter-widget, .posts-filter-partner-mobile .filter-widget {
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}
.posts-filter .filter-widget h4, .posts-filter-partner .filter-widget h4, .posts-filter-partner-mobile .filter-widget h4 {
	font-weight: 700 !important;
	margin-bottom: 15px;
}
.posts-filter.posts-filter-news, .posts-filter-partner.posts-filter-news, .posts-filter-partner-mobile.posts-filter-news {
}
.posts-filter form.filter.posts-filter-form label.radio, .posts-filter .filter-cat label.radio, .posts-filter-partner form.filter.posts-filter-form label.radio, .posts-filter-partner .filter-cat label.radio, .posts-filter-partner-mobile form.filter.posts-filter-form label.radio, .posts-filter-partner-mobile .filter-cat label.radio {
	display: inline-block;
	width: 49%;
	margin: 0;
}
.posts-filter form.filter.posts-filter-form label.radio input, .posts-filter .filter-cat label.radio input, .posts-filter-partner form.filter.posts-filter-form label.radio input, .posts-filter-partner .filter-cat label.radio input, .posts-filter-partner-mobile form.filter.posts-filter-form label.radio input, .posts-filter-partner-mobile .filter-cat label.radio input {
	vertical-align: middle;
}
.posts-filter form.filter.posts-filter-form label.radio span, .posts-filter .filter-cat label.radio span, .posts-filter-partner form.filter.posts-filter-form label.radio span, .posts-filter-partner .filter-cat label.radio span, .posts-filter-partner-mobile form.filter.posts-filter-form label.radio span, .posts-filter-partner-mobile .filter-cat label.radio span {
	padding-left: 5px;
}
.posts-filter form.filter.posts-filter-form .select, .posts-filter .filter-cat .select, .posts-filter-partner form.filter.posts-filter-form .select, .posts-filter-partner .filter-cat .select, .posts-filter-partner-mobile form.filter.posts-filter-form .select, .posts-filter-partner-mobile .filter-cat .select {
	display: block;
	width: 100%;
}
.posts-filter form.filter.posts-filter-form .select select, .posts-filter .filter-cat .select select, .posts-filter-partner form.filter.posts-filter-form .select select, .posts-filter-partner .filter-cat .select select, .posts-filter-partner-mobile form.filter.posts-filter-form .select select, .posts-filter-partner-mobile .filter-cat .select select {
	width: 100%;
}
.posts-filter form.filter.posts-filter-form .select select option, .posts-filter .filter-cat .select select option, .posts-filter-partner form.filter.posts-filter-form .select select option, .posts-filter-partner .filter-cat .select select option, .posts-filter-partner-mobile form.filter.posts-filter-form .select select option, .posts-filter-partner-mobile .filter-cat .select select option {
}
.owl-dots .owl-dot:focus {
	outline: none;
}
.owl-dots .owl-dot span {
	background: rgba(122, 178, 204, 1) !important;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: rgba(0, 60, 89, 1) !important;
}
.owl-four {
	position: relative;
}
.owl-four .owl-dots {
	position: absolute;
	bottom: 5px;
	left: 50%;
	width: auto;
	z-index: 1;
	transform: translate(-50%, 0);
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-video {
	overflow: hidden;
}
.bg-video:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 1);
	z-index: -1;
}
.bg-video video {
	filter: blur(4px);
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*=====================================
=            CONTENT BOXES            =
=====================================*/
/*----------  Content Box - Block  ----------*/
.content-box .content-box-link {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: rgba(0, 60, 89, 1);
	transition: transform 0.4s ease-in-out;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 3px 39px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.content-box .content-box-link:hover {
	transform: translateY(-20px);
}
.content-box .content-box-link:hover p {
	color: rgba(0, 60, 89, 1);
}
.content-box .content-box-source {
	position: relative;
	height: 250px;
	overflow: hidden;
}
.content-box .content-box-source .content-box-source-category {
	position: absolute;
	left: 0;
	bottom: 15px;
	padding: 5px;
	background-color: rgba(122, 178, 204, 1);
	z-index: 1;
}
.content-box .content-box-source .content-box-source-category p {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.content-box .content-box-source .content-box-image {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
}
.content-box .content-box-text {
	padding: 15px;
}
.content-box .content-box-text .content-box-text-category span {
	font: 500 0.875rem/1rem 'Poppins', sans-serif;
	color: rgba(122, 178, 204, 1);
}
.content-box .content-box-text .content-box-text-category span:before {
	content: '|';
	padding-right: 5px;
}
.content-box .content-box-text .content-box-text-category span:first-child:before {
	display: none;
}
.content-box .content-box-text h3.h4 {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1);
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
	-moz-background-clip: text;
	-moz-text-fill-color: rgba(28, 28, 28, 1);
}
.content-box .content-box-text p {
	color: rgba(0, 60, 89, 1);
}
.content-box .content-box-text .block-button-part {
	margin-top: 15px;
}
.content-box.content-box-first .content-box-source {
	height: 400px;
}
@media (max-width: 768px) {
	.content-box {
		padding-left: 0;
		padding-right: 0;
	}
}
/*----------  Content Box - POSTS  ----------*/
.content-box-new {
	position: relative;
}
.content-box-new a.content-box-link {
	display: flex;
	align-content: flex-start;
	width: 100%;
	height: 100%;
	color: rgba(0, 60, 89, 1);
	transition: transform 0.4s ease-in-out;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 3px 39px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	margin: 0;
}
.content-box-new a.content-box-link:hover {
	transform: translateY(-10px);
}
.content-box-new a.content-box-link:hover p {
	color: rgba(0, 60, 89, 1);
}
.content-box-new a.content-box-link .content-box-image {
	padding: 0;
}
.content-box-new a.content-box-link .content-box-image .content-box-source {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.content-box-new a.content-box-link .content-box-image .content-box-image-img {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
}
.content-box-new a.content-box-link .content-box-image .content-box-source-category {
	position: absolute;
	left: 0;
	bottom: 15px;
	padding: 5px;
	background-color: rgba(122, 178, 204, 1);
	z-index: 1;
}
.content-box-new a.content-box-link .content-box-image .content-box-source-category p {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.content-box-new a.content-box-link .content-box-category p {
	color: rgba(122, 178, 204, 1);
	font-weight: 300;
	text-transform: uppercase;
}
.content-box-new a.content-box-link .content-box-text {/* padding-bottom: 30px; */
	min-height: 200px;
}
/* min-height: 90px; */
.content-box-new a.content-box-link .content-box-text-title h5 {
}
.content-box-new a.content-box-link .content-box-text-meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.content-box-new a.content-box-link .content-box-text-meta p {
	font: 500 0.875rem/1rem 'Poppins', sans-serif;
	color: rgba(122, 178, 204, 1);
}
.content-box-new a.content-box-link .content-box-text-meta p.post-date {
	color: rgba(28, 28, 28, 1);
}
.content-box-new.content-box_no-img a.content-box-link {
	background-color: rgba(0, 60, 89, 1);
}
.content-box-new.content-box_no-img a.content-box-link .content-box-text {
	min-height: 100%;
}
.content-box-new.content-box_no-img a.content-box-link .content-box-text .columns {
	align-content: space-between;
	height: 100%;
}
.content-box-new.content-box_no-img a.content-box-link .content-box-text .content-box-text-title {
	min-height: auto;
}
.content-box-new.content-box_no-img a.content-box-link p, .content-box-new.content-box_no-img a.content-box-link h5, .content-box-new.content-box_no-img a.content-box-link .post-author, .content-box-new.content-box_no-img a.content-box-link .post-date {
	color: #fff !important;
}
.content-box-new.content-box_first a.content-box-link .content-box-source {
	position: relative;
	height: 100%;
}
.content-box-new.content-box_first a.content-box-link .content-box-source .content-box-image-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/* min-height: 100%; */
.content-box-new.content-box_first a.content-box-link .content-box-text .columns {
	align-content: space-between;
	height: 100%;
}
.content-box-new.content-box_first a.content-box-link .content-box-text .content-box-text-title {
	min-height: auto;
}
/* Webinar */
.content-box-new.content-box-webinar a.content-box-link {
	align-content: flex-start;
}
.content-box-new.content-box-webinar a.content-box-link .content-box-text-meta {
	margin-top: 5px;
}
.content-box-new.content-box-webinar a.content-box-link .content-box-text-meta p {
	color: rgba(28, 28, 28, 1);
}
.content-box-new.content-box-webinar a.content-box-link .content-box-text-meta .post-meta {
	color: rgba(28, 28, 28, 1);
}
.content-box-new.content-box-webinar a.content-box-link .content-box-text-meta .post-meta .post-meta-tye {
	margin-right: 10px;
	padding: 3px 15px;
	color: #fff;
	background-color: rgba(0, 138, 204, 1);
	border: 1px solid rgba(0, 138, 204, 1);
	border-radius: 50px;
}
.content-box-new.content-box-webinar a.content-box-link .content-box-text-date {
	padding-bottom: 0;
}
.content-box-new.content-box-webinar a.content-box-link .content-box-text-date .post-date {
	font: 500 0.875rem/1rem 'Poppins', sans-serif;
	color: rgba(122, 178, 204, 1);
}
.content-box-new.content-box-webinar.content-box-webinar-upcoming a.content-box-link .content-box-text-meta .post-meta .post-meta-tye {
	background-color: rgba(255, 74, 158, 1);
	border: 1px solid rgba(255, 74, 158, 1);
}
.content-box-new.content-box-webinar.content-box-webinar-ondemand a.content-box-link .content-box-text-meta .post-meta .post-meta-tye {
	background-color: rgba(0, 138, 204, 1);
	border: 1px solid rgba(0, 138, 204, 1);
}
/* Event */
.content-box-new.content-box-event a.content-box-link {
	align-content: flex-start;
}
.content-box-new.content-box-event a.content-box-link .content-box-text-meta {
	margin-top: 5px;
}
.content-box-new.content-box-event a.content-box-link .content-box-text-meta p {
	color: rgba(28, 28, 28, 1);
}
.content-box-new.content-box-event a.content-box-link .content-box-text-meta .post-meta {
	color: rgba(28, 28, 28, 1);
}
.content-box-new.content-box-event a.content-box-link .content-box-text-meta .post-meta .post-meta-tye {
	margin-right: 10px;
	padding: 3px 15px;
	color: #fff;
	background-color: rgba(0, 138, 204, 1);
	border: 1px solid rgba(0, 138, 204, 1);
	border-radius: 50px;
}
.content-box-new.content-box-event a.content-box-link .content-box-text-date {
	padding-bottom: 0;
}
.content-box-new.content-box-event a.content-box-link .content-box-text-date .post-date {
	font: 500 0.875rem/1rem 'Poppins', sans-serif;
	color: rgba(122, 178, 204, 1);
}
.content-box-new.content-box-event.content-box-event-upcoming a.content-box-link .content-box-text-meta .post-meta .post-meta-tye {
	background-color: rgba(255, 74, 158, 1);
	border: 1px solid rgba(255, 74, 158, 1);
}
.content-box-new.content-box-event.content-box-event-ondemand a.content-box-link .content-box-text-meta .post-meta .post-meta-tye {
	background-color: rgba(0, 138, 204, 1);
	border: 1px solid rgba(0, 138, 204, 1);
}
.content-box.content-box-webinar.content-box-webinar-ondemand a.content-box-link .content-box-text-meta p.post-author, .content-box.content-box-event.content-box-event-ondemand a.content-box-link .content-box-text-meta p.post-author {
	color: rgba(122, 178, 204, 1) !important;
}
@media (max-width: 768px) {
	.content-box a.content-box-link .content-box-image .content-box-source {
		height: 250px;
	}
	.content-box a.content-box-link .content-box-image .content-box-source-category p {
}
	.content-box a.content-box-link .content-box-category p {
}
	.content-box a.content-box-link .content-box-text {
		min-height: auto;
	}
	.content-box a.content-box-link .content-box-text-title h5 {
}
	.content-box a.content-box-link .content-box-text-meta p {
}
	.content-box a.content-box-link .content-box-text-meta p.post-date {
}
}
/*=====  End of CONTENT BOXES  ======*/

.content-list a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: rgba(0, 60, 89, 1);
	border-radius: 10px;
	overflow: hidden;
}

.content-list a:hover p {
	color: rgba(0, 60, 89, 1);
}

.content-list .content-box-source {
	position: relative;
	height: 150px;
	overflow: hidden;
}

.content-list .content-box-source .content-box-image {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
}

.content-list .content-box-text {
	padding: 15px;
}

.content-list .content-box-text h3.h4 {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	color: rgba(0, 138, 204, 1);
	font-weight: 700 !important;
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
	-moz-background-clip: text;
	-moz-text-fill-color: rgba(28, 28, 28, 1);
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.content-list .content-box-text p {
	color: rgba(0, 60, 89, 1);
	margin: 0 !important;
}

.content-list .content-box-text p.event-date {
	font-weight: 700 !important;
}
@media (max-width: 768px) {
	/* .content-list .event-text.content-box-text {
		padding-top: 0;
		padding-bottom: 0;
	}
	body.post-type-archive-events main .posts-main .content-list {
		padding-bottom: 30px;
	} */
}

.nl-widget {
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}

.nl-widget h4 {
	font-weight: 700 !important;
	margin-bottom: 15px;
}

.nl-widget .block-button-part {
	margin-top: 15px;
}
.tags-widget {
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}
.tags-widget h4 {
	font-weight: 700 !important;
	margin-bottom: 15px;
}
.tags-widget .tag-cloud-link {
	display: inline-block;
	background-color: rgba(0, 138, 204, 1);
	color: #fff;
	font-size: 1rem !important;
	line-height: 100%;
	padding: 5px 15px;
	border-radius: 50px;
	margin-bottom: 10px;
	transition: all .4s ease-in-out;
}
.tags-widget .tag-cloud-link:hover {
	background-color: rgba(0, 60, 89, 1);
	color: rgba(122, 178, 204, 1);
}
.related-widget, .next-widget {
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}
.related-widget h4, .next-widget h4 {
	font-weight: 700 !important;
	margin-bottom: 15px;
}
.related-widget .related-widget-post, .related-widget .next-widget-post, .next-widget .related-widget-post, .next-widget .next-widget-post {
	margin-bottom: 15px;
}
.related-widget .related-widget-post:last-child, .related-widget .next-widget-post:last-child, .next-widget .related-widget-post:last-child, .next-widget .next-widget-post:last-child {
	margin-bottom: 0;
}
.related-widget .related-widget-post a.related-post-block, .related-widget .related-widget-post a.next-post-block, .related-widget .next-widget-post a.related-post-block, .related-widget .next-widget-post a.next-post-block, .next-widget .related-widget-post a.related-post-block, .next-widget .related-widget-post a.next-post-block, .next-widget .next-widget-post a.related-post-block, .next-widget .next-widget-post a.next-post-block {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(159, 159, 159, 1);
}
.related-widget .related-widget-post a.related-post-block .related-post-block-image, .related-widget .related-widget-post a.related-post-block .next-post-block-image, .related-widget .related-widget-post a.next-post-block .related-post-block-image, .related-widget .related-widget-post a.next-post-block .next-post-block-image, .related-widget .next-widget-post a.related-post-block .related-post-block-image, .related-widget .next-widget-post a.related-post-block .next-post-block-image, .related-widget .next-widget-post a.next-post-block .related-post-block-image, .related-widget .next-widget-post a.next-post-block .next-post-block-image, .next-widget .related-widget-post a.related-post-block .related-post-block-image, .next-widget .related-widget-post a.related-post-block .next-post-block-image, .next-widget .related-widget-post a.next-post-block .related-post-block-image, .next-widget .related-widget-post a.next-post-block .next-post-block-image, .next-widget .next-widget-post a.related-post-block .related-post-block-image, .next-widget .next-widget-post a.related-post-block .next-post-block-image, .next-widget .next-widget-post a.next-post-block .related-post-block-image, .next-widget .next-widget-post a.next-post-block .next-post-block-image {
	flex: 30%;
	height: 100px;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
}
.related-widget .related-widget-post a.related-post-block h5, .related-widget .related-widget-post a.next-post-block h5, .related-widget .next-widget-post a.related-post-block h5, .related-widget .next-widget-post a.next-post-block h5, .next-widget .related-widget-post a.related-post-block h5, .next-widget .related-widget-post a.next-post-block h5, .next-widget .next-widget-post a.related-post-block h5, .next-widget .next-widget-post a.next-post-block h5 {
	flex: 70%;
	padding-left: 15px;
	font-weight: 400 !important;
}
.related-widget .related-widget-post a.related-post-block:hover h5, .related-widget .related-widget-post a.next-post-block:hover h5, .related-widget .next-widget-post a.related-post-block:hover h5, .related-widget .next-widget-post a.next-post-block:hover h5, .next-widget .related-widget-post a.related-post-block:hover h5, .next-widget .related-widget-post a.next-post-block:hover h5, .next-widget .next-widget-post a.related-post-block:hover h5, .next-widget .next-widget-post a.next-post-block:hover h5 {
	color: rgba(0, 138, 204, 1) !important;
}
.related-widget .related-widget-post a.related-post-block:last-child, .related-widget .related-widget-post a.next-post-block:last-child, .related-widget .next-widget-post a.related-post-block:last-child, .related-widget .next-widget-post a.next-post-block:last-child, .next-widget .related-widget-post a.related-post-block:last-child, .next-widget .related-widget-post a.next-post-block:last-child, .next-widget .next-widget-post a.related-post-block:last-child, .next-widget .next-widget-post a.next-post-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.breadcrumbs {
	margin-bottom: 50px;
	color: rgba(159, 159, 159, 1) !important;
}
.breadcrumbs a, .breadcrumbs span {
	color: rgba(159, 159, 159, 1) !important;
}
/* background-image: none; */
.breadcrumbs a:hover {
	color: rgba(28, 28, 28, 1) !important;
}
.breadcrumbs.breadcrumbs-archive {
	margin-bottom: 0;
}
.posts-sidebar-data-share {
	display: flex;
	margin-top: 15px;
	min-height: 45px;
}
.posts-sidebar-data-share i {
	color: rgba(0, 138, 204, 1);
	font-size: 25px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 45px;
}
.shariff {
	width: 90%;
	float: right;
	display: inline-block !important;
}
.shariff .ShariffHeadline {
	display: none;
}
/* Comments */
.posts-comments .posts-comments-content {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 2px solid rgba(159, 159, 159, 1);
}
.posts-comments h5 {
	color: rgba(0, 138, 204, 1);
	margin-bottom: 30px;
}
.posts-comments h5 small {
	color: rgba(28, 28, 28, 1);
	font-size: 1rem;
	font-weight: 400;
	font-style: italic;
}
.posts-comments .posts-comments-comment ul .depth-1, .posts-comments .posts-comments-comment ul .depth-3, .posts-comments .posts-comments-comment ul .depth-5 {
	background-color: rgba(232, 232, 232, 1);
}
.posts-comments .posts-comments-comment ul .depth-2, .posts-comments .posts-comments-comment ul .depth-4 {
	background-color: #fff;
}
.posts-comments .posts-comments-comment ul li {
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
	color: rgba(0, 60, 89, 1);
	text-indent: 0;
}
.posts-comments .posts-comments-comment ul li:before {
	display: none;
}
.posts-comments .posts-comments-comment ul li .comment-body {
	position: relative;
}
.posts-comments .posts-comments-comment ul li .comment-body .comment-author {
	display: inline-block;
}
.posts-comments .posts-comments-comment ul li .comment-body .comment-author cite {
	font-style: normal;
	font-weight: 700;
}
.posts-comments .posts-comments-comment ul li .comment-body .comment-author .says {
	display: none;
}
.posts-comments .posts-comments-comment ul li .comment-body .comment-awaiting-moderation {
	position: absolute;
	bottom: -7px;
	right: 0;
	width: 90%;
	padding: 5px 15px;
	color: #cc0f35;
	font-size: 0;
	font-style: normal;
	background-color: #feecf0;
	border-radius: 10px;
	text-align: center;
}
.posts-comments .posts-comments-comment ul li .comment-body .comment-awaiting-moderation:before {
	content: '!';
	margin-right: 5px;
	font-weight: 700;
	font-size: 1rem;
}
.posts-comments .posts-comments-comment ul li .comment-body .comment-awaiting-moderation:after {
	content: 'Your comment is awaiting moderation.';
	font-size: 1rem;
}
.posts-comments .posts-comments-comment ul li .comment-body .comment-meta {
	text-align: right;
	margin-bottom: 15px;
}
.posts-comments .posts-comments-comment ul li .comment-body .comment-meta a {
	color: rgba(0, 60, 89, 1);
	font-size: 0.85rem;
}
.posts-comments .posts-comments-comment ul li .comment-body .comment-meta a:hover {
	color: rgba(28, 28, 28, 1);
}
.posts-comments .posts-comments-comment ul li .comment-body p, .posts-comments .posts-comments-comment ul li .comment-body .reply {
	flex: 1 0 100%;
}
.posts-comments .posts-comments-comment ul li .comment-body .reply {
	margin-top: 30px;
}
.posts-comments .posts-comments-comment ul li .comment-body .reply a {
	background-color: rgba(159, 159, 159, 1);
	color: #fff;
	border-radius: 50px;
	padding: 5px 15px;
	transition: all .4s ease-in-out;
}
.posts-comments .posts-comments-comment ul li .comment-body .reply a:hover {
	color: rgba(0, 60, 89, 1);
	background-color: rgba(122, 178, 204, 1);
}
.posts-comments .posts-comments-comment ul li ul.children li {
	margin-top: 30px;
}
.posts-comments .posts-comments-comment ul li:last-child {
	margin-bottom: 0;
}
.posts-comments .posts-comments-form {
	margin-top: 50px;
}
.posts-comments form .comment-form-gdpr p {
	margin-top: 15px;
}
.posts-comments form button#submit {
	width: auto;
	height: 40px;
	border-radius: 50px;
	border: 0;
	padding: 0 30px;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, #007ab4, #008acc, #008acc, #007ab4);
	line-height: 40px;
	color: #fff;
}
.posts-comments form button#submit:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
}
.posts-comments .comment-respond {
	margin-top: 30px;
}
.posts-comments #reply-title {
	font: 700 1.15rem/1.25rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1);
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
	-moz-background-clip: text;
	-moz-text-fill-color: rgba(28, 28, 28, 1);
	margin-bottom: 30px;
}
.posts-comments #reply-title #cancel-comment-reply-link {
	margin-left: 50px;
	background-color: #fff;
	color: rgba(159, 159, 159, 1);
	border-radius: 50px;
	padding: 5px 15px;
	transition: all .4s ease-in-out;
}
.posts-comments #reply-title #cancel-comment-reply-link:hover {
	color: #fff;
	background-color: rgba(159, 159, 159, 1);
}
.posts-comments .notification {
	margin-top: 15px;
}

nav.pagination span.page-numbers.current {
	padding: 10px 15px;
}

nav.pagination a.page-numbers, nav.pagination a.prev, nav.pagination a.next {
	padding: 10px 15px;
	color: #9e9e9e;
	background-size: 100% 0.2em;
	background-position: 0 100%;
	transition: background-size ease-in 0.25s;
}

nav.pagination a.page-numbers:hover, nav.pagination a.prev:hover, nav.pagination a.next:hover {
	color: #008acc !important;
	background-size: 100% 88%;
	background-image: linear-gradient(120deg, rgba(0, 138, 204, 0.2) 0%, rgba(0, 138, 204, 0.2) 100%);
}

nav.pagination a.prev, nav.pagination a.next {
	padding: 0;
}

nav.pagination a.prev:hover, nav.pagination a.next:hover {
	background: none;
}

nav.pagination a.prev:hover i, nav.pagination a.next:hover i {
	color: #008acc;
}

nav.pagination ul li {
	display: inline-block;
	padding-left: 0;
	padding: 5px 10px;
}

nav.pagination ul li:before {
	display: none;
}

nav.pagination ul li.pagination_previous a {
	padding: 0;
}

nav.pagination ul li.pagination_next a {
	padding: 0;
}

nav.pagination ul li a {
	padding: 5px 10px;
	color: #9e9e9e;
	background-image: none;
}

nav.pagination ul li a:hover {
	color: #1c1c1c;
}

nav.pagination ul li a:hover i {
	color: #1c1c1c;
}

nav.pagination ul li.pagination_next a  {
	padding-left: 15px;
}

/* Search */
form#searchform .field.is-horizontal .field:first-child {
	width: 100%;
}
form#searchform input {
	border-radius: 50px;
}
form#searchform input:focus {
	border-color: rgba(255, 74, 158, 1);
	opacity: 1;
	box-shadow: none;
}
form#searchform button {
	background: transparent;
	border: 0;
	vertical-align: middle;
	cursor: pointer;
}
form#searchform button i {
	font-size: 35px;
	line-height: 40px;
	width: auto;
	height: auto;
	color: #fff;
}
form#searchform button:focus {
	outline: 0;
	box-shadow: none;
}
form#searchform button:focus i {
	color: rgba(255, 74, 158, 1);
}
form#searchform button:hover i {
	color: rgba(255, 74, 158, 1);
}

/* HUBSPOT Form */
.leadinModal button {
	height: 40px !important;
	border-radius: 50px !important;
	border: 0 !important;
	padding: 0 30px !important;
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	color: #fff !important;
	font-weight: 700 !important;
	margin: 0 !important;
}
.leadinModal form label {
	display: block !important;
	padding-bottom: 0 !important;
	color: rgba(28, 28, 28, 1) !important;
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif !important;
}
.leadinModal form input, .leadinModal form select {
	border-radius: 10px !important;
	border: 1px solid rgba(232, 232, 232, 1) !important;
	width: 100% !important;
	height: 40px !important;
	padding: 5px 10px !important;
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	vertical-align: middle !important;
}
.leadinModal form input:focus, .leadinModal form select:focus {
	outline: 0 !important;
	border-color: rgba(122, 178, 204, 1) !important;
}
.leadinModal form input.input-error, .leadinModal form select.input-error {
	box-shadow: none !important;
	border-color: rgba(122, 178, 204, 1) !important;
}
.leadinModal form .error-text {
	width: auto !important;
	padding-left: 0 !important;
	font-size: 0.80rem !important;
	line-height: 0.80rem !important;
	font-weight: 400 !important;
	color: rgba(0, 138, 204, 1) !important;
	font-style: italic !important;
}
.leadinModal form .gdpr-options .leadin-input-wrapper:first-child label.gdpr-checkbox {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}
.leadinModal form .gdpr-options .leadin-input-wrapper:first-child label.gdpr-checkbox p {
	margin-bottom: 0 !important;
}
.leadinModal form .gdpr-options label input {
	-webkit-appearance: none !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 5px !important;
	border: 0 !important;
	background-color: #fff !important;
	padding: 0 !important;
}
.leadinModal form .gdpr-options label input:before {
	content: '' !important;
	display: block !important;
	float: left !important;
	margin-right: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: 5px !important;
	border: 1px solid rgba(232, 232, 232, 1) !important;
	background-color: #fff !important;
}
.leadinModal form .gdpr-options label input:checked:before {
	box-shadow: inset 0px 0px 0px 3px #fff !important;
	border-color: rgba(255, 74, 158, 1) !important;
	background-color: rgba(255, 74, 158, 1) !important;
}
.leadinModal form .gdpr-options label input:focus:before {
	box-shadow: inset 0px 0px 0px 3px #fff !important;
	border-color: rgba(255, 74, 158, 1) !important;
}
.leadinModal form .gdpr-options label p {
	display: inline-block !important;
	margin-left: 0 !important;
	vertical-align: top !important;
	line-height: 20px !important;
	padding-left: 5px !important;
	width: 90% !important;
}
.leadinModal form button.back-button {
	background: rgba(232, 232, 232, 1) !important;
}
.leadinModal form button.back-button:hover {
	background: #fff !important;
}
.leadinModal form button.next-button {
	margin-top: 1rem !important;
}

/* Gravity Forms */
#gform_wrapper_3, #gform_confirmation_wrapper_3 {
	width: 60%;
	margin: 0 auto 30px;
	padding: 15px;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
}
@media (max-width: 1023px) {
	#gform_wrapper_3, #gform_confirmation_wrapper_3 {
		width: 80%;
	}
}
#gform_confirmation_wrapper_3 {
	text-align: center;
}
.gform_wrapper form fieldset {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper form .gfield, .gform_wrapper form .gfield_error, .gform_wrapper form .gfield_contains_required {
	position: relative !important;
}
.gform_wrapper form label, .gform_wrapper form .gfield_label {
	display: block !important;
	padding: 0 !important;
	margin-bottom: 5px !important;
	color: rgba(28, 28, 28, 1) !important;
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
}
.gform_wrapper form label .gfield_required, .gform_wrapper form .gfield_label .gfield_required {
	font-weight: 700;
	color: rgba(255, 74, 158, 1);
	padding-left: 3px;
}
.gform_wrapper form label .gfield_required .gfield_required_text, .gform_wrapper form .gfield_label .gfield_required .gfield_required_text {
	display: none;
}
.gform_wrapper form label .gfield_required:after, .gform_wrapper form .gfield_label .gfield_required:after {
	content: '*';
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	font-weight: 700;
	color: rgba(255, 74, 158, 1);
	padding-left: 0px;
}
.gform_wrapper form .name_first label, .gform_wrapper form .name_last label {
	padding-bottom: 2px !important;
}
.gform_wrapper form .name_first label:after, .gform_wrapper form .name_last label:after {
	content: '*';
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	font-weight: 700;
	color: rgba(255, 74, 158, 1);
	padding-left: 3px;
}
.gform_wrapper form .gform_fileupload_rules {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.gform_wrapper form input {
	padding: 0;
	margin: 0 !important;
	box-shadow: none;
	border-radius: 0;
	background-color: #fff;
	border: 0;
	align-items: flex-start;
	height: 100%;
	border-radius: 10px !important;
	border: 1px solid rgba(232, 232, 232, 1) !important;
	width: 100% !important;
	height: 40px;
	padding: 5px 10px;
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	vertical-align: middle;
}
.gform_wrapper form input:focus {
	outline: 0;
	border-color: rgba(122, 178, 204, 1) !important;
}
.gform_wrapper form textarea {
	height: 200px !important;
	resize: none;
	padding: 10px !important;
	margin: 0 !important;
	box-shadow: none !important;
	border-radius: 0;
	background-color: #fff;
	border: 0;
	height: 100%;
	border-radius: 10px !important;
	border: 1px solid rgba(232, 232, 232, 1) !important;
	width: 100% !important;
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
}
.gform_wrapper form textarea:hover {
	outline: 0;
	border-color: rgba(232, 232, 232, 1) !important;
}
.gform_wrapper form textarea:focus {
	box-shadow: none !important;
	outline: 0;
	border-color: rgba(122, 178, 204, 1) !important;
}
.gform_wrapper form .gfield_radio, .gform_wrapper form .gfield_checkbox {
	display: flex;
}
.gform_wrapper form .gfield_radio .gchoice, .gform_wrapper form .gfield_checkbox .gchoice {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	cursor: pointer !important;
	border-radius: 5px;
	border: 0;
	background-color: #fff;
	min-height: 40px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	align-items: center;
}
.gform_wrapper form .gfield_radio .gchoice input[type="radio"], .gform_wrapper form .gfield_radio .gchoice input[type="checkbox"], .gform_wrapper form .gfield_checkbox .gchoice input[type="radio"], .gform_wrapper form .gfield_checkbox .gchoice input[type="checkbox"] {
	-webkit-appearance: none;
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	border-radius: 5px;
	border: 0;
	background-color: #fff;
	padding: 0;
}
.gform_wrapper form .gfield_radio .gchoice input[type="radio"]:before, .gform_wrapper form .gfield_radio .gchoice input[type="checkbox"]:before, .gform_wrapper form .gfield_checkbox .gchoice input[type="radio"]:before, .gform_wrapper form .gfield_checkbox .gchoice input[type="checkbox"]:before {
	content: '';
	display: block;
	float: left;
	margin-right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid rgba(232, 232, 232, 1);
	background-color: #fff;
}
.gform_wrapper form .gfield_radio .gchoice input[type="radio"]:checked:before, .gform_wrapper form .gfield_radio .gchoice input[type="checkbox"]:checked:before, .gform_wrapper form .gfield_checkbox .gchoice input[type="radio"]:checked:before, .gform_wrapper form .gfield_checkbox .gchoice input[type="checkbox"]:checked:before {
	box-shadow: inset 0px 0px 0px 3px #fff;
	border-color: rgba(255, 74, 158, 1);
	background-color: rgba(255, 74, 158, 1);
}
.gform_wrapper form .gfield_radio .gchoice input[type="radio"]:focus:before, .gform_wrapper form .gfield_radio .gchoice input[type="checkbox"]:focus:before, .gform_wrapper form .gfield_checkbox .gchoice input[type="radio"]:focus:before, .gform_wrapper form .gfield_checkbox .gchoice input[type="checkbox"]:focus:before {
	box-shadow: inset 0px 0px 0px 3px #fff;
	border-color: rgba(255, 74, 158, 1);
}
.gform_wrapper form .gfield_radio .gchoice input[type="radio"], .gform_wrapper form .gfield_checkbox .gchoice input[type="radio"] {
	border-radius: 50% !important;
}
.gform_wrapper form .gfield_radio .gchoice input[type="radio"]:before, .gform_wrapper form .gfield_checkbox .gchoice input[type="radio"]:before {
	border-radius: 50% !important;
}
.gform_wrapper form .gfield_radio .gchoice label, .gform_wrapper form .gfield_checkbox .gchoice label {
	flex: 1;
	display: inline-block;
	margin-left: 0;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 15px !important;
	width: 90%;
	margin-bottom: 0 !important;
}
.gform_wrapper form .gfield_radio .gchoice label .hs-form-required, .gform_wrapper form .gfield_checkbox .gchoice label .hs-form-required {
	width: auto;
	padding-left: 0;
}
.gform_wrapper form .gfield_radio .gchoice:hover, .gform_wrapper form .gfield_checkbox .gchoice:hover {
	background-color: rgba(255, 74, 158, 1);
	cursor: pointer !important;
}
.gform_wrapper form .gfield_radio .gchoice:hover input:before, .gform_wrapper form .gfield_checkbox .gchoice:hover input:before {
	border-color: #fff;
}
.gform_wrapper form .gfield_radio .gchoice:hover label, .gform_wrapper form .gfield_checkbox .gchoice:hover label {
	color: #fff !important;
}
/* GDPR */
.gform_wrapper form .ginput_container_consent .gfield_required_text {
	visibility: hidden;
}
.gform_wrapper form .ginput_container_consent label {
	display: inline-block !important;
	margin-left: 0 !important;
	vertical-align: top !important;
	line-height: 20px !important;
	padding-left: 5px !important;
	width: 90% !important;
}
.gform_wrapper form .ginput_container_consent input {
	-webkit-appearance: none;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 5px !important;
	border: 0 !important;
	background-color: #fff;
	padding: 0;
}
.gform_wrapper form .ginput_container_consent input:before {
	content: '';
	display: block;
	float: left;
	margin-right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid rgba(232, 232, 232, 1);
	background-color: #fff;
}
.gform_wrapper form .ginput_container_consent input:checked:before {
	box-shadow: inset 0px 0px 0px 3px #fff;
	border-color: rgba(255, 74, 158, 1);
	background-color: rgba(255, 74, 158, 1);
}
.gform_wrapper form .ginput_container_consent input:focus:before {
	box-shadow: inset 0px 0px 0px 3px #fff;
	border-color: rgba(255, 74, 158, 1);
}
.gform_wrapper form .gform_footer .gform_button {
	cursor: pointer;
	display: inline-block;
	width: auto !important;
	height: 40px;
	border-radius: 50px !important;
	border: 0 !important;
	padding: 0 30px;
	background-size: 300% 100% !important;
	background-image: linear-gradient(to right, rgba(255, 74, 158, 1), rgba(255, 49, 115, 1), rgba(255, 49, 115, 1), rgba(255, 74, 158, 1)) !important;
	font: 400 1rem/1.125rem 'Roboto', sans-serif;
	color: #fff;
	line-height: 40px !important;
	font-weight: 700 !important;
	margin: 0;
}
.gform_wrapper form .gform_footer .gform_button:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
	color: rgba(28, 28, 28, 1);
}
.gform_wrapper // Error
	.gfield_error [aria-invalid=true], .gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error input[aria-invalid=true], .gform_wrapper .gfield_error textarea[aria-invalid=true] {
	border-color: rgba(232, 232, 232, 1) !important;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	position: absolute !important;
	bottom: -13px !important;
	left: 0 !important;
	display: inline-block !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-size: 0.80rem !important;
	line-height: 0.80rem !important;
	font-weight: 400 !important;
	color: rgba(255, 74, 158, 1) !important;
	font-style: italic !important;
}
.gform_wrapper #field_1_6 .gfield_validation_message, .gform_wrapper #field_1_6 .validation_message {
	bottom: 0 !important;
}
.gform_wrapper .gform_validation_errors {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 0 15px 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	color: rgba(255, 74, 158, 1) !important;
}
.gform_wrapper .gform_validation_errors .gform_submission_error .gform-icon {
	display: none !important;
}


/* Hubspot Forms */
form.hs-form fieldset {
	max-width: 100%;
	width: 100%;
}
form.hs-form fieldset .hs-form-field {
	position: relative;
	margin-bottom: 15px;
}
form.hs-form fieldset ul.hs-error-msgs {
	position: absolute;
	left: 0;
	bottom: -13px;
}
form.hs-form fieldset ul.hs-error-msgs li:before {
	display: none;
}
form.hs-form fieldset ul.hs-error-msgs li .hs-error-msg {
	font-size: 0.80rem;
	line-height: 0.80rem;
	font-weight: 400;
	color: rgba(255, 74, 158, 1);
	font-style: italic;
}
form.hs-form fieldset label {
	display: block;
	padding-bottom: 0;
}
form.hs-form fieldset label span {
	color: rgba(28, 28, 28, 1);
	font-size: 1rem !important;/* font: $subtitle; */
}
form.hs-form fieldset label span.hs-form-required {
	font-weight: 700;
	color: rgba(255, 74, 158, 1);
	padding-left: 3px;
}
form.hs-form fieldset .input {
	padding: 0;
	margin: 0 !important;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
	border: 0;
	align-items: flex-start;
	height: 100%;
}
form.hs-form fieldset .hs-input {
	border-radius: 10px;
	border: 1px solid rgba(232, 232, 232, 1);
	width: 100% !important;
	height: 40px;
	padding: 5px 10px;
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	vertical-align: middle;
}
form.hs-form fieldset .hs-input:focus {
	outline: 0;
	border-color: rgba(122, 178, 204, 1);
}
form.hs-form fieldset select {
	background-color: #fff;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) {
	width: 100% !important;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li {
	display: inline-block;
	padding-left: 0;
	text-indent: 0;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li:before {
	display: none;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display {
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
	border-radius: 5px;
	border: 0;
	background-color: #fff;
	min-height: 40px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display input[type="radio"], form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display input[type="checkbox"], form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display input[type="radio"], form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display input[type="checkbox"] {
	-webkit-appearance: none;
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	border-radius: 5px;
	border: 0;
	background-color: #fff;
	padding: 0;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display input[type="radio"]:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display input[type="checkbox"]:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display input[type="radio"]:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display input[type="checkbox"]:before {
	content: '';
	display: block;
	float: left;
	margin-right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid rgba(232, 232, 232, 1);
	background-color: #fff;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display input[type="radio"]:checked:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display input[type="checkbox"]:checked:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display input[type="radio"]:checked:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display input[type="checkbox"]:checked:before {
	box-shadow: inset 0px 0px 0px 3px #fff;
	border-color: rgba(255, 74, 158, 1);
	background-color: rgba(255, 74, 158, 1);
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display input[type="radio"]:focus:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display input[type="checkbox"]:focus:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display input[type="radio"]:focus:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display input[type="checkbox"]:focus:before {
	box-shadow: inset 0px 0px 0px 3px #fff;
	border-color: rgba(255, 74, 158, 1);
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display input[type="radio"], form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display input[type="radio"] {
	border-radius: 50% !important;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display input[type="radio"]:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display input[type="radio"]:before {
	border-radius: 50% !important;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display span, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display span {
	flex: 1;
	display: inline-block;
	margin-left: 0;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 5px;
	width: 90%;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display span .hs-form-required, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display span .hs-form-required {
	width: auto;
	padding-left: 0;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display:hover, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display:hover {
	background-color: rgba(255, 74, 158, 1);
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display:hover input:before, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display:hover input:before {
	border-color: #fff;
}
form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-radio-display:hover span, form.hs-form fieldset ul.inputs-list:not(.hs-error-msgs) li label.hs-form-checkbox-display:hover span {
	color: #fff;
}
form.hs-form fieldset textarea {
	height: 200px !important;
	resize: none;
	padding: 10px !important;
}
form.hs-form fieldset .hs-richtext h1, form.hs-form fieldset .hs-richtext h2, form.hs-form fieldset .hs-richtext h3, form.hs-form fieldset .hs-richtext h4, form.hs-form fieldset .hs-richtext h5, form.hs-form fieldset .hs-richtext h6 {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	color: rgba(122, 178, 204, 1) !important;
	margin-bottom: 15px;
	margin-top: 15px;
}
form.hs-form fieldset .hs-firstname, form.hs-form fieldset .hs-lastname {
	width: 49% !important;
}
form.hs-form fieldset .hs-lastname {
	margin-left: 2% !important;
}
form.hs-form fieldset .hs-phone .hs-input.hs-fieldtype-intl-phone {
	padding: 0;
}
form.hs-form fieldset .hs-phone select {
	width: 35% !important;
}
form.hs-form fieldset .hs-phone input {
	width: 63% !important;
	margin-left: 2% !important;
}
form.hs-form fieldset .hs-n2021_phone_area, form.hs-form fieldset .hs-country-code {
	width: 35% !important;
}
form.hs-form fieldset .hs-n2021_phone_area ul.hs-error-msgs li .hs-error-msg, form.hs-form fieldset .hs-country-code ul.hs-error-msgs li .hs-error-msg {
	color: transparent;
}
form.hs-form fieldset .hs-n2021_phone_area ul.hs-error-msgs li .hs-error-msg:before, form.hs-form fieldset .hs-country-code ul.hs-error-msgs li .hs-error-msg:before {
	content: 'Please select an option.';
	position: absolute;
	left: 0;
	bottom: 0;
	text-indent: 0;
	color: rgba(255, 74, 158, 1);
}
form.hs-form fieldset .hs-n2021_phone_number, form.hs-form fieldset .hs-telephone {
	width: 63% !important;
	margin-left: 2% !important;
}
/* GDPR */
form.hs-form fieldset .legal-consent-container ul.hs-error-msgs {
	top: auto;
	bottom: -8px !important;
}
form.hs-form fieldset .legal-consent-container .hs-dependent-field {
	position: relative;
}
form.hs-form fieldset .legal-consent-container ul.inputs-list {
	width: 100% !important;
}
form.hs-form fieldset .legal-consent-container ul.inputs-list li {
	padding-left: 0;
	text-indent: 0;
	width: 100% !important;
}
form.hs-form fieldset .legal-consent-container ul.inputs-list li:before {
	display: none;
}
form.hs-form fieldset .legal-consent-container ul.inputs-list li label input {
	-webkit-appearance: none;
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	border-radius: 5px;
	border: 0;
	background-color: #fff;
	padding: 0;
}
form.hs-form fieldset .legal-consent-container ul.inputs-list li label input:before {
	content: '';
	display: block;
	float: left;
	margin-right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid rgba(232, 232, 232, 1);
	background-color: #fff;
}
form.hs-form fieldset .legal-consent-container ul.inputs-list li label input:checked:before {
	box-shadow: inset 0px 0px 0px 3px #fff;
	border-color: rgba(255, 74, 158, 1);
	background-color: rgba(255, 74, 158, 1);
}
form.hs-form fieldset .legal-consent-container ul.inputs-list li label input:focus:before {
	box-shadow: inset 0px 0px 0px 3px #fff;
	border-color: rgba(255, 74, 158, 1);
}
form.hs-form fieldset .legal-consent-container ul.inputs-list li label span {
	display: inline-block;
	margin-left: 0;
	vertical-align: top;
	line-height: 20px;
	padding-left: 5px;
	width: 90%;
	font-size: 1rem !important;
}
form.hs-form fieldset .legal-consent-container ul.inputs-list li label span p {
	font-size: 1rem !important;
}
form.hs-form fieldset .legal-consent-container ul.inputs-list li label span .hs-form-required {
	width: auto;
	padding-left: 0;
}
form.hs-form fieldset .legal-consent-container .hs-richtext p {
	color: rgba(28, 28, 28, 1);
	font-size: 1rem !important;/* font: $subtitle; */
}
form.hs-form fieldset .legal-consent-container .hs-richtext p a {
	font-size: 1rem !important;
}
form.hs-form .hs-recaptcha {
	margin-bottom: 0 !important;
}
form.hs-form .hs-recaptcha .input {
	box-shadow: none !important;
	width: auto !important;
	background-color: transparent !important;
	border: 0 !important;
	color: #363636 !important;
	height: 100% !important;
	padding: 0 !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
form.hs-form .hs-recaptcha .grecaptcha-badge {
	box-shadow: none !important;
}
form.hs-form .hs-submit {
	margin-top: 30px;
}
form.hs-form .hs-submit .hs-button {
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 40px;
	border-radius: 50px;
	border: 0;
	padding: 0 30px;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, rgba(255, 74, 158, 1), rgba(255, 49, 115, 1), rgba(255, 49, 115, 1), rgba(255, 74, 158, 1));
	font: 400 1rem/1.125rem 'Roboto', sans-serif;
	color: #fff;
	line-height: 40px !important;
	font-weight: 700 !important;
	margin: 0;
}
form.hs-form .hs-submit .hs-button:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
	color: rgba(28, 28, 28, 1);
}
form.hs-form .hs_error_rollup ul.hs-error-msgs li:before {
	display: none !important;
}
form.hs-form .hs_error_rollup ul.hs-error-msgs li .hs-main-font-element {
	color: rgba(255, 74, 158, 1) !important;
}
form.hs-form fieldset .hs-n2020_products ul.hs-error-msgs, form.hs-form fieldset .hs-n2020_support ul.hs-error-msgs, form.hs-form fieldset .hs-n2020_sandbox_products ul.hs-error-msgs, form.hs-form fieldset .hs-n2020_newsletter_topics ul.hs-error-msgs, form.hs-form fieldset .hs_n2024_en_products ul.hs-error-msgs, form.hs-form fieldset .hs_n2024_en_categories ul.hs-error-msgs, form.hs-form fieldset .hs_n2020_support ul.hs-error-msgs {
	bottom: 0;
}
@media (max-width: 768px) {
	form.hs-form fieldset .hs-firstname, form.hs-form fieldset .hs-lastname, form.hs-form fieldset .hs-n2021_phone_area, form.hs-form fieldset .hs-n2021_phone_number {
		width: 100% !important;
	}
	form.hs-form fieldset .hs-lastname {
		margin-left: 0 !important;
	}
	form.hs-form fieldset .hs-phone .hs-input.hs-fieldtype-intl-phone {
		padding: 0;
	}
	form.hs-form fieldset .hs-phone select {
		width: 30% !important;
	}
	form.hs-form fieldset .hs-phone input {
		width: 68% !important;
		margin-left: 2% !important;
	}
}


p:empty {
	margin: 0 !important;
	display: none;
}


p:empty:before {
	display: none;
}

/*----------  Buttons  ----------*/
/* normal */
.button-normal {
	width: auto;
	position: relative;
	display: inline-block;
}
.button-normal .button-link {
	display: inline-block;
	width: auto;
	height: 40px;
	border-radius: 50px;
	border: 0;
	padding: 0 70px 0 30px;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, #007ab4, #008acc, #008acc, #007ab4);
}
.button-normal .button-link .circle {
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	display: inline-block;
	position: absolute;
	margin: 0;
	width: 40px;
	height: 40px;
}
.button-normal .button-link .circle .icon {
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.button-normal .button-link .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}
.button-normal .button-link .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: rotate(45deg);
}
.button-normal .button-link .button-text {
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	position: relative;
	line-height: 40px;
	padding: 0;
	margin: 0;
	color: #fff;
}
.button-normal .button-link:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
}
.button-normal .button-link:hover .circle {
	width: 100%;
}
.button-normal .button-link:hover .circle .icon.arrow {
	background: #fff;
	transform: translate(1rem, 0);
}
@media (max-width: 768px) {
	.button-normal .button-link {
		padding: 0 50px 0 20px;
	}
}
/* circle */
.button-circle {
	width: auto;
	height: 40px;
	position: relative;
	display: inline-block;
}
.button-circle .button-link {
	display: inline-block;
	height: 40px;
}
.button-circle .button-link .circle {
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	position: relative;
	margin: 0;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.button-circle .button-link .circle .icon {
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.button-circle .button-link .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	left: 5px;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}
.button-circle .button-link .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: rotate(45deg);
}
.button-circle .button-link .button-text {
	transition: color 0.45s cubic-bezier(0.65,0,.076,1);
	position: relative;
	top: -40px;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 1rem;
	line-height: 40px;
	padding: 0 1.25em;
	margin: 0 0 0 2em;
}
.button-circle:hover .circle {
	width: 100%;
}
.button-circle:hover .circle .icon.arrow {
	background: #fff;
	transform: translate(1rem, 0);
}
.button-circle:hover .button-text {
	color: #fff;
}
/* arrow */
.button-arrow {
	width: auto;
	position: relative;
	display: inline-block;
	display: block;
}
.button-arrow .button-link {
	display: inline-block;
	width: 100%;
	height: 40px;
	border: 0;
	padding: 0 40px 0 0;
}
.button-arrow .button-link .circle {
	display: inline-block;
	position: absolute;
	margin: 0;
	width: 40px;
	height: 40px;
}
.button-arrow .button-link .circle .icon {
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(122, 178, 204, 1);
}
.button-arrow .button-link .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65,0,.076,1);
	left: 0;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}
.button-arrow .button-link .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid rgba(122, 178, 204, 1);
	border-right: 0.125rem solid rgba(122, 178, 204, 1);
	transform: rotate(45deg);
}
.button-arrow .button-link .button-text {
	transition: color 0.45s cubic-bezier(0.65,0,.076,1);
	position: relative;
	line-height: 40px;
	padding: 0;
	margin: 0;
	color: rgba(122, 178, 204, 1);
}
.button-arrow .button-link:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
}
.button-arrow .button-link:hover .button-text {
	color: rgba(0, 138, 204, 1);
	border-color: rgba(0, 138, 204, 1);
}
.button-arrow .button-link:hover .circle {
	width: 100%;
}
.button-arrow .button-link:hover .circle .icon.arrow {
	transform: translate(1rem, 0);
	background-color: rgba(0, 138, 204, 1);
}
.button-arrow .button-link:hover .circle .icon.arrow::before {
	border-color: rgba(0, 138, 204, 1);
}

/* Load more */
.pana-loadmore, .block-video-series-button button {
	display: inline-block;
	cursor: pointer;
	width: auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50px;
	border: 0;
	padding: 0 30px 0 30px;
	background-color: rgba(159, 159, 159, 1);
}
.pana-loadmore .pana-loadmore-dots .loadmore-dots-dot, .block-video-series-button button .pana-loadmore-dots .loadmore-dots-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin-right: 3px;
	background-color: rgba(159, 159, 159, 1);
	opacity: 0.6;
	animation: loadmore_dots 2s linear infinite;
}
.pana-loadmore .pana-loadmore-dots .loadmore-dots-dot:nth-child(2), .block-video-series-button button .pana-loadmore-dots .loadmore-dots-dot:nth-child(2) {
	animation-delay: -1.8s;
}
.pana-loadmore .pana-loadmore-dots .loadmore-dots-dot:nth-child(3), .block-video-series-button button .pana-loadmore-dots .loadmore-dots-dot:nth-child(3) {
	animation-delay: -1.6s;
}
.pana-loadmore:hover, .block-video-series-button button:hover {
	color: rgba(159, 159, 159, 1);
	background-color: rgba(232, 232, 232, 1);
	background-color: #fff;
	transition: all .4s ease-in-out;
}
@keyframes loadmore_dots {
	0%, 40%, 100% {
		transform: initial;
		opacity: 0.6;
	}
	20% {
		transform: translateY(-8px);
		opacity: 0.3;
	}
}

/* HIGHlIGHT BUTTON */
.block-button-part {
	height: 40px;
}
.block-button-part.button-highlight .button-normal .button-link {
	background-color: rgba(255, 74, 158, 1);
	background-image: linear-gradient(to right, rgba(255, 74, 158, 1), rgba(255, 49, 115, 1), rgba(255, 49, 115, 1), rgba(255, 74, 158, 1));
}
.block-button-part.button-highlight .button-circle .button-link {
	color: rgba(255, 74, 158, 1) !important;
}
.block-button-part.button-highlight .button-circle .button-link .circle {
	background-color: rgba(255, 74, 158, 1) !important;
}
.block-button-part.button-highlight .button-arrow .button-link .button-text {
	color: rgba(255, 74, 158, 1) !important;
}
.block-button-part.button-highlight .button-arrow .button-link .circle .icon.arrow::before {
	border-color: rgba(255, 74, 158, 1);
}
.block-button-part.button-highlight .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(255, 74, 158, 1);
}
.block-button-part.button-highlight .button-arrow .button-link:hover .circle .icon.arrow::before {
	border-color: rgba(255, 74, 158, 1);
}

/* Company Facts */
.company-fact .fact {
	padding: 15px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 3px 39px rgba(0, 0, 0, 0.16);
}
.company-fact .fact i {
	color: rgba(122, 178, 204, 1);
	font-size: 5rem;
	width: auto;
	height: auto;
}
.company-fact .fact p {
	margin-top: 15px;
}
.company-fact .fact p span {
	display: block;
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif;
	font-weight: 400;
}
.company-fact .fact p .fact-number {
	font: 700 3.75rem/4.375rem 'Poppins', sans-serif;
	color: rgba(122, 178, 204, 1);
	font-weight: 700;
}
.company-fact .fact p .fact-text {
}

.message-lang {
	opacity: 0;
	margin: 0 auto 0 !important;
	height: 0;
}

.message-lang.message-lang-show {
	margin-top: 70px !important;
	margin-bottom: 10px !important;
}

.message-lang .message-body {
	border: none !important;
}
body.single-post .message-lang.message-lang-show, body.single-webinars .message-lang.message-lang-show {
	height: auto;
}
/*=====  End of GLOBAL SETTINGS  ======*/

/*==============================
=            HEADER            =
==============================*/
header {
	position: relative;
	z-index: 999;
}
header .menu-widget {
	padding: 15px;
}
header .menu-widget .menu-widget-headline {
	margin-bottom: 15px;
}
header .menu-widget .menu-widget-content {
	margin-bottom: 0;
}
header .menu-widget .menu-widget-content .menu-widget-content-image .menu-widget-content-image-source .widget-content-image {
	background-size: cover !important;
	background-position: center center !important;
	height: 80px;
	border-radius: 10px;
}
header .menu-widget .menu-widget-content .menu-widget-content-text .menu-widget-content-category p {
	margin-bottom: 0 !important;
}
header .menu-widget .menu-widget-content .menu-widget-content-text h5 {
	margin-bottom: 0 !important;
}
header .menu-widget .menu-widget-content .menu-widget-content-text .button-arrow .button-link .circle {
	background-color: transparent !important;
}
/*=====  End of HEADER  ======*/

/*============================
=            MAIN            =
============================*/
main {
	padding-top: 70px;
}
/*=====  End of MAIN  ======*/

/*==============================
=            FOOTER            =
==============================*/
footer.footer {
	margin-top: 15px;
	padding: 0;
}
footer.footer .footer-newsletter {
	background-color: rgba(0, 138, 204, 1);
	margin-bottom: 10px;
}
footer.footer .footer-newsletter h2.h3 {
	color: #fff;
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
	-moz-background-clip: text;
	-moz-text-fill-color: #fff;
}
footer.footer .footer-newsletter p {
	color: #fff;
}
footer.footer .footer-content {
	padding-top: 30px;
	background-color: rgba(0, 60, 89, 1) !important;
}
footer.footer .footer-content p, footer.footer .footer-content b, footer.footer .footer-content strong, footer.footer .footer-content i {
	color: #fff;
}
footer.footer .footer-content img {
	border-radius: 0 !important;
	width: 150px !important;
}
footer.footer .footer-content ul li:before {
	display: none;
}
footer.footer .footer-content ul li a {
	background: none;
}
footer.footer .footer-content ul li a:hover {
	background: none;
}
footer.footer .footer-social {
	border-top: 1px solid #fff;
	margin-bottom: 0;
}
footer.footer .footer-social img {
}
footer.footer .footer-social .footer-social-icons {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-right: 55px;
}
footer.footer .footer-social .footer-social-icons a {
	padding: 0 5px;
}
footer.footer .footer-social .footer-social-icons a:last-child {
	padding-right: 0;
}
footer.footer .footer-social .footer-social-icons a img {
	filter: brightness(0) invert(1);
	width: 30px !important;
	height: 30px;
}
footer.footer .footer-menu-partner a {
	display: block;
	float: right;
	width: 200px;
}
footer.footer .footer-menu-partner figure {
	text-align: right;
}
footer.footer .footer-menu-partner img {
	width: 100% !important;
	max-width: 100% !important;
}
footer.footer .footer-menu ul {
	display: flex;
	flex-direction: row;
}
footer.footer .footer-menu ul li {
	flex: 1 0 25%;
	text-indent: 0;
	padding-left: 0;
}
footer.footer .footer-menu ul li a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	cursor: text;
}
footer.footer .footer-menu ul li a:after {
	content: '';
	display: block;
	width: 120px;
	height: 5px;
	background-color: rgba(0, 138, 204, 1);
	border-radius: 50px;
	margin-top: 3px;
}
footer.footer .footer-menu ul li ul {
	display: block;
}
footer.footer .footer-menu ul li ul li {
	padding-bottom: 5px;
	padding-left: 0;
}
footer.footer .footer-menu ul li ul li a {
	color: rgba(122, 178, 204, 1);
	font-weight: 500;
	border: 0;
	margin-bottom: 0;
	cursor: pointer;
}
footer.footer .footer-menu ul li ul li a:after {
	display: none;
}
footer.footer .footer-menu ul li ul li a:hover {
	color: #fff;
}
footer.footer .footer-legal {/* border-top: 1px solid #fff; */
	align-items: flex-end;
}
footer.footer .footer-legal ul {
	display: flex;
	justify-content: space-between;
}
footer.footer .footer-legal ul li {
	text-indent: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
footer.footer .footer-legal ul li:first-child {
	padding-left: 0;
}
footer.footer .footer-legal ul li span {
	font-size: 0.85rem;
	line-height: 0.85rem;
}
footer.footer .footer-legal ul li a {
	color: #fff;
}
footer.footer .footer-legal ul li a:hover {
	color: rgba(122, 178, 204, 1);
}
footer.footer .footer-legal .copyright {
	text-align: right;
}
footer.footer .footer-legal .copyright p {
	font-size: 0.85rem;
}
@media (max-width: 768px) {
	footer.footer .footer-social {
		border-top: 0;
	}
	footer.footer .footer-social .footer-social-icons {
		justify-content: center;
	}
	footer.footer .footer-social .footer-social-icons a {
		padding: 0 5px;
	}
	footer.footer .footer-social .footer-social-icons a:last-child {
		padding-right: 5px;
	}
	footer.footer .footer-social .footer-social-icons a img {
		width: 40px !important;
		height: 40px;
	}
	footer.footer .footer-legal {
		border: 0;
	}
	footer.footer .footer-legal ul {
		flex-direction: column;
	}
	footer.footer .footer-legal ul li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	footer.footer .footer-legal ul li:first-child {
		padding-top: 0;
	}
	footer.footer .footer-legal ul li:last-child {
		padding-bottom: 0;
	}
	footer.footer .footer-legal img {
		margin: 0 auto;
	}
	footer.footer .footer-legal form#searchform button {
		vertical-align: middle !important;
	}
	footer.footer .footer-legal .copyright {
		border-top: 1px solid #fff;
		text-align: center;
		padding-bottom: 30px !important;
	}
	footer.footer .error-page-search form#searchform .field.is-horizontal .field:first-child {
		width: 50%;
		display: inline-block;
		margin: 0;
		vertical-align: middle;
		padding-right: 0;
	}
	footer.footer .error-page-search form#searchform .field.is-horizontal .field:last-child {
		width: 40px;
		display: inline-block;
	}
}
/*=====  End of FOOTER  ======*/


/*==============================
=            BLOCKS            =
==============================*/
.partner-list {
	padding-top: 30px;
}
.partner-list h4 {
	margin-bottom: 0;
}
.partner-list .partner-list-gallery {
	padding-top: 0;
	padding-bottom: 0;
}
.partner-list .partner-list-gallery .partner-list-logo a {
	display: block;
}
.partner-list .partner-list-gallery .partner-list-logo a .partner-list-logo-image {
	height: 70px;
}
.partner-list .partner-list-gallery .partner-list-logo a .partner-list-logo-image img {
	height: 100%;
	width: auto;
}
.block-jobs-list .block-job {
	width: 33%;
}
@media (max-width: 768px) {
	body.post-type-archive-jobs main .posts-main .content-box, .block-jobs-list .block-job {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* content boxes */
.block-content-boxes.content-boxes-center .columns {
	padding: 1.5rem 17% !important;
}
.block-content-boxes.content-boxes-center .content-box_2 {
	display: none;
}
.block-content-boxes.content-boxes-cta .columns, .block-content-boxes.content-boxes-cta .columns .column, .block-content-boxes.content-boxes-cta .columns .column .content {
	padding-top: 0 !important;
}
.block-content-boxes .block-content-boxes-box .content-box-link {
	display: inline-block;
	width: 100%;
	color: rgba(0, 60, 89, 1);
	transition: transform 0.4s ease-in-out;
	box-shadow: none;
}
.block-content-boxes .block-content-boxes-box .content-box-link:hover {
	transform: translateY(-20px);
}
.block-content-boxes .block-content-boxes-box .content-box-link:hover p {
	color: rgba(0, 60, 89, 1);
}
.block-content-boxes .block-content-boxes-box .others.embed-container {
	padding-bottom: 33%;
}
.block-content-boxes .block-content-boxes-box .content-box-text h3.h4 {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1);
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
	-moz-background-clip: text;
	-moz-text-fill-color: rgba(28, 28, 28, 1);
}
.block-content-boxes .block-content-boxes-box .content-box-text p {
	color: rgba(0, 60, 89, 1);
}
@media (max-width: 768px) {
	.block-content-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.block-content-section .block-content-section-text {
		padding-top: 0;
		padding-bottom: 0;
	}
}
/* content section */
.block-content-section .block-content-section-text {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0 !important;
}
.block-content-section .block-content-section-text ul {
	margin-left: 0;
}
.block-content-section .block-content-section-text ul li a, .block-content-section .block-content-section-text ul li a span {
	font: 400 1rem/1.125rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 1) 0%, rgba(122, 178, 204, 1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.2em;
	background-position: 0 100%;
	transition: background-size ease-in 0.25s;
}
.block-content-section .block-content-section-text ul li a:hover, .block-content-section .block-content-section-text ul li a span:hover {
	color: rgba(0, 138, 204, 1);
	background-size: 100% 88%;
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 0.5) 0%, rgba(122, 178, 204, 0.5) 100%);
}
.block-content-section .block-content-section-text div.subtitle, .block-content-section .block-content-section-text p.subtitle, .block-content-section .block-content-section-text h3 {
	position: relative;
	display: inline-block;
}
.block-content-section .block-content-section-text div.subtitle .section-text-bg, .block-content-section .block-content-section-text p.subtitle .section-text-bg, .block-content-section .block-content-section-text h3 .section-text-bg {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.block-content-section .block-content-section-text div.subtitle, .block-content-section .block-content-section-text p.subtitle {
	margin-bottom: 0 !important;
}
.block-content-section .block-content-section-text div.subtitle .section-text-bg, .block-content-section .block-content-section-text p.subtitle .section-text-bg {
	background-color: rgba(0, 60, 89, 1);
}
.block-content-section .block-content-section-text h3 {
	margin-top: 0;
}
.block-content-section .block-content-section-text h3 .section-text-bg {
	background-color: rgba(0, 138, 204, 1);
}
.block-content-section .block-content-section-text .block-button-part {
	margin-top: 20px;
}
.block-content-section .block-content-section-source {
	padding-top: 15px;
	padding-bottom: 0;
}
.block-content-section .block-content-section-source .svg {
	width: 85%;
	margin: 0 auto;
}
.block-content-section .block-content-section-source .svg svg {
	width: 100%;
}
.block-content-section .block-content-section-source a {
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
.block-content-section .block-content-section-source .image img {
	width: auto;
	margin: 0 auto;
	max-height: 500px;
}
@media (max-width: 768px) {
	.block-content-boxes.content-boxes-center .columns {
		padding: 1.5rem 0 !important;
	}
}

/* CTA */
.block-cta {
	position: relative;
	padding-top: 70px;
	padding-bottom: 115px;
}
.block-cta .block-cta-top {
	position: absolute;
	top: -55px;
	left: -55px;
	width: 110px;
	height: 110px;
	background-color: rgba(122, 178, 204, 1);
	z-index: 0;
}
.block-cta .block-cta-bottom {
	position: absolute;
	bottom: -107px;
	right: -107px;
	width: 215px;
	height: 215px;
	background-color: rgba(122, 178, 204, 1);
	z-index: 0;
}
.block-cta.block-cta-circle .block-cta-top {
	border-radius: 50%;
}
.block-cta.block-cta-circle .block-cta-bottom {
	border-radius: 50%;
}
.block-cta.block-cta-square .block-cta-top {
	border-radius: 10px;
	transform: rotate(7deg);
}
.block-cta.block-cta-square .block-cta-bottom {
	border-radius: 10px;
	transform: rotate(32deg);
	z-index: 0;
	background-color: transparent;
	border: 5px solid rgba(122, 178, 204, 1);
}
.block-cta.block-cta-neutral .block-cta-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-cta.block-cta-neutral .block-cta-buttons .block-button-part {
	display: inline-block;
}
.block-cta.block-cta-neutral .block-cta-buttons .block-button-part:last-child {
	margin-left: 2em;
}
.block-cta.block-cta-circle .block-cta-content, .block-cta.block-cta-square .block-cta-content {
	position: relative;
	width: calc(auto - 107px);
	z-index: 1;
	background-color: rgba(0, 60, 89, 1);
	border-radius: 10px;
}
.block-cta.block-cta-circle h2, .block-cta.block-cta-circle .h3, .block-cta.block-cta-circle p, .block-cta.block-cta-square h2, .block-cta.block-cta-square .h3, .block-cta.block-cta-square p {
	color: #fff !important;
	background: none;
	-webkit-text-fill-color: #fff;
}
.block-cta.block-cta-circle b, .block-cta.block-cta-circle strong, .block-cta.block-cta-square b, .block-cta.block-cta-square strong {
	color: rgba(122, 178, 204, 1);
}
.block-cta.block-cta-circle .block-cta-title, .block-cta.block-cta-square .block-cta-title {
	margin-bottom: 15px;
}
.block-cta.block-cta-circle .block-cta-buttons .block-button-part, .block-cta.block-cta-square .block-cta-buttons .block-button-part {
	display: inline-block;
}
.block-cta.block-cta-circle .block-cta-buttons .block-button-part:last-child, .block-cta.block-cta-square .block-cta-buttons .block-button-part:last-child {
	margin-left: 2em;
}
.block-cta.block-cta-circle .block-cta-text, .block-cta.block-cta-square .block-cta-text {
	margin-top: 15px;
}
@media (max-width: 768px) {
	.block-cta .block-cta-buttons .block-button-part {
		display: block;
	}
	.block-cta .block-cta-buttons .block-button-part:last-child {
		margin-top: 15px;
		margin-left: 0;
	}
	.block-cta .block-cta-title, .block-cta .block-cta-buttons .block-button-part {
		margin-bottom: 0 !important;
	}
	.block-cta .block-cta-text {
		margin-top: 0;
	}
	.block-cta.block-cta-square .block-cta-bottom {
		bottom: -50px;
		right: -50px;
		width: 115px;
		height: 115px;
	}
	.block-cta.block-cta-square .block-cta-top {
		top: -35px;
		left: -35px;
		width: 80px;
		height: 80px;
	}
}

/* CTA Blog */
.block-cta-blog {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 35px;
	background-color: rgba(0, 60, 89, 1);
	border-radius: 10px;
}
.block-cta-blog .block-cta-blog-content {
}
.block-cta-blog .block-cta-blog-title h2, .block-cta-blog .block-cta-blog-title .h4 {
	color: #fff !important;
}
.block-cta-blog .block-cta-blog-text p {
	color: #fff !important;
}
.block-cta-blog .block-cta-blog-button .block-button-part {
}
.block-cta-blog .block-cta-blog-button .block-button-link.button-normal a.button-link {
	background-image: none;
	background-color: #fff;
}
.block-cta-blog .block-cta-blog-button .block-button-link.button-normal a.button-link .button-text {
	color: rgba(0, 138, 204, 1);
}
.block-cta-blog .block-cta-blog-button .block-button-link.button-normal a.button-link .circle .icon.arrow:before {
	border-color: rgba(0, 138, 204, 1);
}
.block-cta-blog .block-cta-blog-button .block-button-link.button-normal a.button-link:hover .circle .icon.arrow {
	background-color:  rgba(0, 138, 204, 1);
}

/* DataMiner */
.block-dataminer {
	position: relative;
	padding-top: 55px;
	padding-bottom: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.block-dataminer .block-dm-top {
	position: absolute;
	top: -55px;
	left: -55px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: rgba(64, 105, 145, 1);
	z-index: 0;
}
.block-dataminer .block-dm-bottom {
	position: absolute;
	bottom: -107px;
	right: -107px;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	background-color: rgba(1, 159, 168, 1);
	z-index: 0;
}
.block-dataminer .block-dm-content {
	position: relative;
	width: calc(auto - 107px);
	z-index: 1;
	background: transparent linear-gradient(77deg, rgba(1, 159, 168, 1) 0%, rgba(64, 105, 145, 1) 100%) 0% 0% no-repeat padding-box;
	border-radius: 10px;
}
.block-dataminer .block-dm-content p {
	color: #fff !important;
}
.block-dataminer h2, .block-dataminer .h3 {
	color: #fff !important;
	background: none;
	-webkit-text-fill-color: #fff;
}
.block-dataminer h2 {
	margin-bottom: 30px;
}
.block-dataminer b, .block-dataminer strong {
	color: rgba(64, 105, 145, 1);
}
.block-dataminer .block-button-part {
	display: inline-block;
	margin-top: 30px;
}
.block-dataminer .block-button-part .button-normal .button-link {
	background-image: linear-gradient(to right, rgba(64, 105, 145, 1), rgba(1, 159, 168, 1), rgba(1, 159, 168, 1), rgba(64, 105, 145, 1)) !important;
}
.block-dataminer .block-button-part:last-child {
	margin-left: 2em;
}
.block-dataminer .block-dm-box {
	padding: 30px;
	border-radius: 10px;
	background-color: #fff;
}
.block-dataminer .block-dm-box p {
	text-align: left;
	color: rgba(159, 159, 159, 1) !important;
}
.block-dataminer .block-dm-box img, .block-dataminer .block-dm-box .svg {
	margin-bottom: 30px;
	width: auto;
	height: 90px;
}
.block-dataminer .block-dm-box img svg,  .block-dataminer .block-dm-box .svg svg  {
	height: 100%;
	width: auto;
}
@media (min-width: 769px) and (max-width: 1023px) {
	.block-dataminer .block-dm-box {
		margin-left: 8%;
		margin-right: 8%;
		width: 84%;
	}
}
@media (max-width: 768px) {
	.block-dataminer .block-dm-box {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
	}
}

/* Image */
.block-image .block-image-part .image-part-lightbox {
	width: 50%;
	margin: 0 auto !important;
}
.block-image .block-image-part .image-part-originalsize img {
	width: auto !important;
}
/* Embed */
.block-embed .others iframe, .block-embed .others object, .block-embed .others embed {
	width: 100%;
	border-radius: 10px;
	border: 0 !important;
}
/* padding-bottom: 0; */
.block-embed .embed-container iframe, .block-embed .embed-container object, .block-embed .embed-container embed {
	border-radius: 10px;
}
.block-embed .video {
	text-align: center;
}
.block-embed .video iframe, .block-embed .video object, .block-embed .video embed {
	border-radius: 10px;
}
.block-embed .block-embed-part {
	position: relative;
}
@media (max-width: 768px) {
	.block-embed .video iframe {
		width: 100%;
		height: 200px;
	}
}

/* Form */
.block-form form {
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
	padding: 15px;
}
body.single .block-form {
	padding: 0;
}

.cookieconsent-optout {
	position: relative;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 15px;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
	font: 700 1.15rem/1.25rem 'Roboto', sans-serif;
	font-weight: 400 !important;
}

.cookieconsent-optout button {/* WebKit */
	-webkit-appearance: none !important;/* Mozilla */
	-moz-appearance: none;/* Opera */
	-o-appearance: none;/* Internet Explorer */
	-ms-appearance: none;/* CSS3 */
	appearance: none;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	font: 700 1.15rem/1.25rem 'Roboto', sans-serif;
	font-weight: 400 !important;
	color: rgba(0, 138, 204, 1);
}

.cookieconsent-optout button:hover {
	color: rgba(122, 178, 204, 1);
}
/* Header */
.block-header {
	position: relative;
	margin-bottom: 50px;
	z-index: 0;
}
.block-header .video-play-button {
	position: relative;
	margin-top: 31px;
	cursor: pointer;
}
.block-header .video-play-button_before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(122, 178, 204, 1);
	border-radius: 50%;
}
.block-header i {
	width: 5em;
	font-size: 5em;
	color: #fff;
	position: relative;
	z-index: 1;
}
.block-header p.help {
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.block-header .block-header-content {
	min-height: 400px;
}
.block-header .block-header-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	text-align: center;
}
.block-header .block-header-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1;
}
.block-header .block-header-bg.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.block-header.overlay-none .block-header-bg:before {
	display: none;
}
.block-header.overlay-blue {
	background-color: rgba(0, 138, 204, 1);
}
.block-header.overlay-blue .block-header-half:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -5%;
	width: 110%;
	background-color: rgba(0, 138, 204, 1);
	z-index: -1;
}
.block-header.overlay-blue .block-header-bg:before {
	background-color: rgba(0, 138, 204, 1);
	opacity: 0.5;
}
.block-header.overlay-blue .block-header-text h1, .block-header.overlay-blue .block-header-text h1 div, .block-header.overlay-blue .block-header-text p, .block-header.overlay-blue .block-header-text span, .block-header.overlay-blue .block-header-text-event p {
	color: #fff !important;
}
.block-header.overlay-dark-blue, .block-header.overlay-dark_blue {
	background-color: rgba(0, 60, 89, 1);
}
.block-header.overlay-dark-blue .block-header-bg:before, .block-header.overlay-dark_blue .block-header-bg:before {
	background-color: rgba(0, 60, 89, 1);
	opacity: 0.5;
}
.block-header.overlay-dark-blue .block-header-text h1, .block-header.overlay-dark-blue .block-header-text h1 div, .block-header.overlay-dark-blue .block-header-text p, .block-header.overlay-dark-blue .block-header-text span, .block-header.overlay-dark-blue .block-header-text-event p, .block-header.overlay-dark_blue .block-header-text h1, .block-header.overlay-dark_blue .block-header-text h1 div, .block-header.overlay-dark_blue .block-header-text p, .block-header.overlay-dark_blue .block-header-text span, .block-header.overlay-dark_blue .block-header-text-event p {
	color: #fff !important;
}
.block-header.overlay-black .block-header-bg:before {
	background-color: rgba(0, 0, 0, 0.5);
}
.block-header.overlay-black .block-header-text p, .block-header.overlay-black .block-header-text span, .block-header.overlay-black .block-header-text-event p {
	color: #fff !important;
}
.block-header .block-header-text, .block-header .block-header-text-event {
	position: relative;
	z-index: 2;
}
.block-header .block-header-text h2, .block-header .block-header-text-event h2 {
	margin-bottom: 15px;
}
.block-header .block-header-text p, .block-header .block-header-text-event p {
	margin-bottom: 30px;
}
.block-header .block-header-text .block-button-part  .button-arrow .button-link .circle, .block-header .block-header-text-event .block-button-part  .button-arrow .button-link .circle {
	background-color: transparent !important;
}
.block-header .block-header-buttons .block-button-part {
	display: inline-block;
}
.block-header .block-header-buttons .block-button-part.block-button-part-side {
	margin-left: 2em;
}
/* SECTION VIEW - left text right source */
.block-header .block-header-half .block-header-img {
	border-radius: 10px;
	height: 500px;
	background-repeat: no-repeat;
	background-size: contain;/* background-position: center top; */
	background-position: center center;
}
.block-header .block-header-half .block-header-text p {
	margin-top: 0;
}
.block-header .block-header-half .block-header-bg.bg-video {
	position: relative;
	border-radius: 10px;
}
.block-header .block-header-half .block-header-bg.bg-video:before {
	display: none;
}
.block-header .block-header-half .block-header-bg.bg-video video {
	filter: none;
}
.block-header .block-header-half .video-play-button {
	display: inline-block;
	margin-top: 0;
}
.block-header .block-header-half .video-play-button_before {
	display: inline-block;
	width: 50px;
	height: 50px;
}
.block-header .block-header-half i {
	width: 3rem;
	height: 3rem;
	font-size: 3rem;
	color: rgba(232, 232, 232, 1);
}
/* BOXES VIEW */
.block-header .block-header-boxes {
	position: relative;
	z-index: 2;
	margin-top: 15px;
	padding-bottom: 15px;
}
.block-header .block-header-boxes .block-header-box .block-header-box-content {
	display: flex;
	flex-direction: column;
	min-height: 110px;
	border-radius: 10px;
	background: #fff;
	transition: transform 0.4s ease-in-out;
}
.block-header .block-header-boxes .block-header-box .block-header-box-content:hover {
	transform: translateY(-20px);
}
.block-header .block-header-boxes .block-header-box a {
	display: inline-block;
	padding: 15px;
	height: 100%;
}
.block-header .block-header-boxes .block-header-box a .block-header-box-source .header-image {
}
.block-header .block-header-boxes .block-header-box a .block-header-box-text {
	text-align: left;
}
.block-header .block-header-boxes .block-header-box a .block-header-box-text .box-text-category {
	text-transform: uppercase;
	color: rgba(122, 178, 204, 1);
	font-weight: 300 !important;
}
.block-header .block-header-boxes .block-header-box a .block-header-box-text .box-text-category span {
	color: rgba(122, 178, 204, 1);
}
.block-header .block-header-boxes .block-header-box a .block-header-box-text .box-text-category span:before {
	content: '|';
	padding-right: 5px;
}
.block-header .block-header-boxes .block-header-box a .block-header-box-text .box-text-category span:first-child:before {
	display: none;
}
.block-header .block-header-boxes .block-header-box a .block-header-box-text h5 {
	margin-bottom: 0 !important;
}
/* FULL VIEW */
.block-header .block-header-full .block-header-img {
	border-radius: 10px;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
@media (min-width: 1024px) and (max-width: 1215px) {
	.block-header .block-header-boxes .block-header-box .block-header-box-content {
		min-height: 160px;
	}
}
@media (min-width: 769px) and (max-width: 1023px) {
	.block-header .block-header-boxes .block-header-box .block-header-box-content {
		min-height: 180px;
	}
}
@media (max-width: 768px) {
	.block-header .block-header-content {
		display: flex;
	}
	.block-header {
		margin-bottom: 30px;
	}
	.block-header .block-header-half .block-header-text {
		text-align: center !important;
	}
	.block-header .block-header-half .block-header-img {
		height: 200px;
	}
	.block-header .block-header-bg video {
		max-width: 450%;
		height: 100%;
	}
}

/* Hero */
.block-hero {
}
@media (min-width: 769px) and (max-width: 1023px) {
}
@media (max-width: 768px) {
}

/* List */
.block-list {
	margin-bottom: 0 !important;
}
.block-list ul li a, .block-list ul li a span {
	font: 400 1rem/1.125rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 1) 0%, rgba(122, 178, 204, 1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.2em;
	background-position: 0 100%;
	transition: background-size ease-in 0.25s;
}
.block-list ul li a:hover, .block-list ul li a span:hover {
	color: rgba(0, 138, 204, 1);
	background-size: 100% 88%;
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 0.5) 0%, rgba(122, 178, 204, 0.5) 100%);
}
/* Pullquote */
.block-pullquote {
	padding: 15px 0;
}
.block-pullquote .columns {
	padding: 15px;
}
.block-pullquote .wp-block-pullquote {
	padding-top: 0;
	padding-bottom: 0;
}
.block-pullquote .card {
	padding: 0;
	box-shadow: none;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
	color: rgba(0, 60, 89, 1);
}
.block-pullquote .card p {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif;
	color: rgba(0, 60, 89, 1);
}
.block-pullquote .card cite {
	display: block;
	color: rgba(0, 60, 89, 1);
	text-align: right;
	font-style: normal;
	padding-top: 15px;
	padding-right: 135px;
}
.block-pullquote .card cite:before {
	content: '–';
	padding-right: 5px;
}
.block-pullquote .card .card-footer {
	margin-top: 5px;
	padding-top: 10px;
}
.block-pullquote .card .card-footer nav {
	width: 100%;
	justify-content: flex-end;
}
.block-pullquote .card .card-footer nav a {
	text-align: center;
}
.block-pullquote .card .card-footer nav a:hover span.icon i {
	color: rgba(0, 60, 89, 1);
	opacity: 1;
}
.block-pullquote .card .card-footer nav span.icon {
	width: auto;
	height: auto;
}
.block-pullquote .card .card-footer nav span.icon i {
	font-size: 1rem;
	line-height: 1rem;
	color: #1c1c1c;
	opacity: 0.5;
	width: 1rem;
	height: 1rem;
}
.block-pullquote .card .card-footer nav span.nav-share {
	padding-right: 15px;
}
.block-pullquote .card .card-footer nav span.nav-share i {
	color: rgba(0, 138, 204, 1);
	opacity: 1;
}
@media (max-width: 768px) {
	.block-pullquote .card cite {
		padding-right: 0;
	}
}

/* Quote */
.block-quote {
	padding: 15px 0;
}
.block-quote .columns {
	padding: 15px;
}
.block-quote .message {
	position: relative;
	padding: 0;
	background-color: rgba(232, 232, 232, 1);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: rgba(0, 60, 89, 1);
}
.block-quote .message .block-quote-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #dbdbdb;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.block-quote .message .message-body {
	border-radius: 0;
}
.block-quote .message .message-body blockquote {
	position: relative;
	z-index: 1;
}
.block-quote .message p {
	font: 700 1.15rem/1.25rem 'Roboto', sans-serif;
	font-weight: 700;
}
.block-quote .message p a {
	font: 700 1.15rem/1.25rem 'Roboto', sans-serif;
	font-weight: 400 !important;
	text-decoration: none !important;
}
.block-quote .message cite {
	display: block;
	text-align: right;
	font-style: normal;
	padding-top: 15px;
}
/* Speaker / Member */
.block-speaker .event-session-speaker {
	margin-bottom: 15px;
}
.block-speaker .block-speaker-member {
	padding: 0 15px;
	text-align: center;
	margin-bottom: 30px;
}
.block-speaker .block-speaker-member a {
	color: rgba(0, 60, 89, 1);
}
.block-speaker .block-speaker-member a:hover {
	color: rgba(0, 138, 204, 1);
}
.block-speaker .block-speaker-member:first-child {
	padding-left: 0;
}
.block-speaker .block-speaker-member:last-child {
	padding-right: 0;
}
.block-speaker .block-speaker-member.member-extern {
}
.block-speaker .block-speaker-member.member-intern {
}
.block-speaker .block-speaker-member .image {
	height: 100px;
}
.block-speaker .block-speaker-member .image img {
	border-radius: 50px;
	height: 100px;
	width: 100px;
	margin: 0 auto;
}
.block-speaker .block-speaker-member h5 {
	font: 700 0.875rem/1rem 'Poppins', sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
}
.block-speaker .block-speaker-member p {
	font: 500 0.875rem/1rem 'Poppins', sans-serif;
}
.block-speaker .block-speaker-member p.member-company {/* padding-top: 5px !important; */
}

/* Slideshow */
.block-slideshow .block-slideshow-carousel .block-slideshow-slide a {
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.16);
}
.block-slideshow .block-slideshow-carousel .block-slideshow-slide a:hover {
	transform: translateY(-10px);
}
.block-slideshow .block-slideshow-carousel .block-slideshow-slide .slideshow-slide-source {
	height: 250px;
}
.block-slideshow .block-slideshow-carousel .block-slideshow-slide .slideshow-slide-source .slide-image {
	border-radius: 10px;
}
.block-slideshow .block-slideshow-carousel.owl-two .slideshow-slide-source {
	height: 170px;
}
@media (max-width: 768px) {
	.block-slideshow .block-slideshow-carousel .block-slideshow-slide a .content-box .content-box-text {
		padding-bottom: 0;
	}
	.block-slideshow .block-slideshow-carousel .block-slideshow-slide a .content-box .content-box-text h3.h4 {
		margin-top: 15px !important;
	}
}

/* Resources */
.block-resources {
}

/* Customer Opinions */
.block-customer-opinions.background-grey .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	background-color: rgba(232, 232, 232, 1);
}
.block-customer-opinions.block-circle .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	padding: 10px;
	width: 80px;
	height: 80px;
	border-radius: 50px;
}
.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	margin: 0 auto 30px !important;
	padding: 5px;
	width: 75px;
	height: 75px;
	background-color: #fff;
	border-radius: 5px;
}
.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image img {
	width: 100%;
	height: auto;
}
.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom img {
	height: 70px;
	width: auto;
	max-width: 200%;
	margin: 0 auto;
}
.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content {
	padding-bottom: 30px;
}
.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content .opinion-content-title {
	margin-bottom: 15px;
	font: 700 1.15rem/1.25rem 'Roboto', sans-serif;
	color: rgba(0, 60, 89, 1);
}
.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content .opinion-content-title a i {
	font-size: 0.8rem;
}
.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content .opinion-content-name {
}
@media (min-width: 1024px) and (max-width: 1215px) {
	.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom img {
		height: auto;
		width: auto;
		max-width: 100%;
	}
}
@media (min-width: 769px) and (max-width: 1023px) {
	.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom img {
		height: auto;
		width: auto;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
		width: 70px;
		height: 70px;
		margin-bottom: 15px !important;
	}
	.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image {
		width: 70px;
		height: 70px;
	}
	.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image img {
		width: 100%;
		height: auto;
	}
	.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom {
		width: 70px;
		height: 70px;
		margin: 0 auto !important;
	}
	.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom img {
		height: auto;
		width: 100%;
		max-width: 100%;
	}
	.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content {
		padding-bottom: 0 !important;
	}
}

/* Accordion */
.block-accordions .accordions {
	position: relative;
}
.block-accordions .accordions .accordion {
	position: relative;
	margin-bottom: 5px;
}
.block-accordions .accordions .accordion:hover .accordion-header h5 {
	color: rgba(0, 138, 204, 1) !important;
}
.block-accordions .accordions .accordion:hover .accordion-header button.accordion-button .accordion-button-horizontal, .block-accordions .accordions .accordion:hover .accordion-header button.accordion-button .accordion-button-vertical {
	background-color: rgba(0, 138, 204, 1);
}
.block-accordions .accordions .accordion.initial-open .accordion-header button i {
	position: relative;
	left: -5px;
	transform: rotate(90deg);
}
.block-accordions .accordions .accordion.initial-open .accordion-body {
	display: block !important;
}
.block-accordions .accordions .accordion .accordion-header {
	position: relative;
	padding: 0;
	cursor: pointer;
	border-bottom: 1px solid rgba(122, 178, 204, 1);
}
.block-accordions .accordions .accordion .accordion-header h5 {
	margin: 0;
	padding: 10px 15px 10px 0;
	color: rgba(122, 178, 204, 1) !important;
}
.block-accordions .accordions .accordion .accordion-header button.accordion-button {
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 15px;
	bottom: 0;
	width: 15px;
	height: 15px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}
.block-accordions .accordions .accordion .accordion-header button.accordion-button .accordion-button-horizontal {
	position: absolute;
	background-color: rgba(122, 178, 204, 1);
	width: 20px;
	height: 5px;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -2.5px;
}
.block-accordions .accordions .accordion .accordion-header button.accordion-button .accordion-button-vertical {
	position: absolute;
	background-color: rgba(122, 178, 204, 1);
	width: 5px;
	height: 20px;
	left: 50%;
	margin-left: -2.5px;
	top: 50%;
	margin-top: -10px;
}
.block-accordions .accordions .accordion .accordion-header button.accordion-button .accordion-button-vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
}
.block-accordions .accordions .accordion .accordion-header button.accordion-button .accordion-button-horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
	opacity: 1;
}
.block-accordions .accordions .accordion .accordion-header.open button.accordion-button {
	opacity: 1;
}
.block-accordions .accordions .accordion .accordion-header.open button.accordion-button .accordion-button-vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
}
.block-accordions .accordions .accordion .accordion-header.open button.accordion-button .accordion-button-horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}
.block-accordions .accordions .accordion.initial-open .accordion-header button.accordion-button {
	opacity: 1;
}
.block-accordions .accordions .accordion.initial-open .accordion-header button.accordion-button .accordion-button-vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
}
.block-accordions .accordions .accordion.initial-open .accordion-header button.accordion-button .accordion-button-horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}
.block-accordions .accordions .accordion .accordion-body {
	padding-top: 7px;
	padding-bottom: 15px;
}
.block-accordions .accordions .accordion .accordion-body .accordion-content h2, .block-accordions .accordions .accordion .accordion-body .accordion-content h3, .block-accordions .accordions .accordion .accordion-body .accordion-content h4, .block-accordions .accordions .accordion .accordion-body .accordion-content h5, .block-accordions .accordions .accordion .accordion-body .accordion-content h6, .block-accordions .accordions .accordion .accordion-body .accordion-content bold, .block-accordions .accordions .accordion .accordion-body .accordion-content strong, .block-accordions .accordions .accordion .accordion-body .accordion-content b {
	color: rgba(122, 178, 204, 1);
}
.block-accordions .accordions .accordion .accordion-body .accordion-content p {
	color: rgba(0, 60, 89, 1);
}
.block-accordions .accordions .accordion .accordion-body .accordion-content ul {
	margin-left: 0;
}
.block-accordions .accordions .accordion .accordion-body .block-image-part, .block-accordions .accordions .accordion .accordion-body .block-embed-part {
	width: 70%;
	margin: 0 auto;
}
.block-accordions .accordions .accordion .accordion-body .block-embed-part iframe {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

/* Submenu *
.block-submenu {
	margin-bottom: 12px;
}
.block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-dropdown .column .sublevel .navbar-item {
	display: block;
}
.block-submenu.submenu-oe .navbar-item i {
	padding-left: 10px;
	transition: all 0.5s ease-in-out;
	line-height: 20px;
}
.block-submenu.submenu-oe .navbar-item:hover i  {
	padding-left: 20px;
}
.block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-solutions .navbar-dropdown {
	min-width: 290px;
}
.block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-use-cases .navbar-dropdown .column .navbar-item.menu-title:after {
	width: 100%;
}
.block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-use-cases .navbar-dropdown .column .sublevel {
	column-count: 2;
}
.block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-use-cases .navbar-dropdown .column .sublevel .navbar-item {
	white-space: normal;/* display: inline; *
	display: block;
}
.block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-use-cases .navbar-dropdown .column.is-4 .navbar-item {
	display: flex;
	height: 100%;
	padding-bottom: 10px;
	color: #515151;
}
.block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-use-cases .navbar-dropdown .column.is-4 .navbar-item:hover {
	background-color: transparent;
	color: rgba(0, 138, 204, 1) !important;
}
.block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-resources .navbar-dropdown .column .sublevel.more {
	margin-top: 80px;
}
.block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-resources .navbar-dropdown .column .sublevel.more .navbar-item {
	font-weight: 400 !important;
	padding-bottom: 0;
}
.block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-resources .navbar-dropdown .column .sublevel.more .navbar-item:hover {
	background-color: transparent;
	color: rgba(0, 138, 204, 1) !important;
}
.block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-dropdown .column .sublevel .navbar-item {
	display: block;
}
.block-submenu.submenu-mc .navbar-item i {
	padding-left: 10px;
	transition: all 0.5s ease-in-out;
	line-height: 20px;
}
.block-submenu.submenu-mc .navbar-item:hover i  {
	padding-left: 20px;
}
.block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-modules .navbar-dropdown {
	min-width: 290px;
}
.block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-use-cases .navbar-dropdown .column .navbar-item.menu-title:after {
	width: 100%;
}
.block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-use-cases .navbar-dropdown .column .sublevel {
	column-count: 2;
}
.block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-use-cases .navbar-dropdown .column .sublevel .navbar-item {
	white-space: normal;/* display: inline; *
	display: block;
}
.block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-use-cases .navbar-dropdown .column.is-4 .navbar-item {
	display: flex;
	height: 100%;
	padding-bottom: 10px;
	color: #515151;
}
.block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-use-cases .navbar-dropdown .column.is-4 .navbar-item:hover {
	background-color: transparent;
	color: rgba(0, 138, 204, 1) !important;
}
.block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-resources .navbar-dropdown .column .sublevel.more {
	margin-top: 77px;
}
.block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-resources .navbar-dropdown .column .sublevel.more .navbar-item {
	font-weight: 400 !important;
	padding-bottom: 0;
}
.block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-resources .navbar-dropdown .column .sublevel.more .navbar-item:hover {
	background-color: transparent;
	color: rgba(0, 138, 204, 1) !important;
}
.block-submenu.submenu-ai .button-normal .button-link {
	background-color: rgba(0, 79, 149, 1);
	background-image: linear-gradient(to right, rgba(0, 79, 149, 1), rgba(0, 138, 204, 1), rgba(0, 138, 204, 1), rgba(0, 79, 149, 1));
}
.block-submenu.submenu-idna .button-normal .button-link {
	background-color: rgba(0, 79, 149, 1);
	background-image: linear-gradient(to right, rgba(0, 79, 149, 1), rgba(0, 138, 204, 1), rgba(0, 138, 204, 1), rgba(0, 79, 149, 1));
}
.block-submenu.submenu-idna .navbar-item i {
	padding-left: 10px;
	padding-top: 4px;
	transition: all 0.5s ease-in-out;
}
.block-submenu.submenu-idna .navbar-item:hover i  {
	padding-left: 20px;
}
.block-submenu.submenu-idna nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.idna-resources .navbar-dropdown .column .navbar-item {
	display: block;
}
.block-submenu.submenu-idna nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.idna-resources .navbar-dropdown .column .sublevel.more {
	margin-top: 111px;
}
.block-submenu.submenu-idna nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.idna-resources .navbar-dropdown .column .sublevel.more .navbar-item {
	font-weight: 400 !important;
	padding-bottom: 0;
}
.block-submenu.submenu-idna nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.idna-resources .navbar-dropdown .column .sublevel.more .navbar-item:hover {
	background-color: transparent;
	color: rgba(0, 138, 204, 1) !important;
}
.block-submenu.submenu-ce .button-normal .button-link {
	background-color: rgba(76, 118, 186, 1) !important;
	background-image: linear-gradient(to right, rgba(76, 118, 186, 1), rgba(45, 80, 135, 1), rgba(45, 80, 135, 1), rgba(76, 118, 186, 1)) !important;
}
.block-submenu.submenu-gl .button-normal .button-link {
	background-color: rgba(0, 149, 127, 1) !important;
	background-image: linear-gradient(to right, rgba(0, 149, 127, 1), rgba(0, 100, 85, 1), rgba(0, 100, 85, 1), rgba(0, 149, 127, 1)) !important;
}
.block-submenu.submenu-si .button-normal .button-link {
	background-color: rgba(255, 174, 0, 1);
	background-image: linear-gradient(to right, rgba(255, 174, 0, 1), rgba(255, 192, 58, 1), rgba(255, 192, 58, 1), rgba(255, 174, 0, 1));
}
.block-submenu.submenu-dm .button-normal .button-link {
	background-color: rgba(64, 105, 145, 1) !important;
	background-image: linear-gradient(to right, rgba(64, 105, 145, 1), rgba(1, 159, 168, 1), rgba(1, 159, 168, 1), rgba(64, 105, 145, 1)) !important;
}
.block-submenu .button-normal.button-highlight .button-link {
	background-color: rgba(255, 74, 158, 1) !important;
	background-image: linear-gradient(to right, rgba(255, 74, 158, 1), rgba(255, 49, 115, 1), rgba(255, 49, 115, 1), rgba(255, 74, 158, 1)) !important;
}
*/

/* List */
.block-list ul, .block-list ol {
	margin-left: 0;
}

/* Tabs */
.block-tabs .block-tabs-tab {
	display: flex;
	white-space: normal;
}
.block-tabs .block-tabs-tab .tab-content-form .tab-form {
	padding: 15px;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
}
.block-tabs .block-tabs-tab .tab-content-form .tab-form form h1 {
	margin-top: 0 !important;
}
.block-tabs .block-tabs-tab .tab-content-form .tab-form form .inputs-list {
	margin-left: 0 !important;
}
.block-tabs .block-tabs-tab .tab-content-form .tab-form .help {
	margin-top: 15px !important;
}
.block-tabs .block-tabs-tab .block-video-series .block-video-series-content .video-serie-source {
	min-height: 150px;
}
.block-tabs .block-tabs-tab .block-video-series .block-video-series-content .video-serie-source .video {
	height: 150px;
}
.block-tabs .block-tabs-tab .block-video-series .block-video-series-list {
	margin-top: 15px;
}
.block-tabs .block-tabs-tab .block-video-series .block-video-series-list .video-list-icon {
	margin-right: 15px;
}
.block-tabs .block-tabs-tab .block-video-series .block-video-series-list .video-list-icon i {
	font-size: 4rem;
}
/* Tabs Icons */
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav.tabs {
	display: block;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	border: 0;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	padding: 0;
	width: 49%;
	height: 240px;
	text-align: center;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li:before {
	display: none;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li.is-active a {
	background-color: rgba(0, 138, 204, 1);
	color: #fff;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	color: rgba(159, 159, 159, 1);
	font-weight: 700;
	border: 0;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	transition: background 0.4s;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a .svg {
	width: 150px;
	margin-bottom: 15px;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a .svg svg {
	width: 100px;
	max-width: 100%;
	height: 100%;
	opacity: 0.5;
	display: block;
	margin: 0 auto;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a img {
	width: 100%;
	max-width: 70px;
	border-radius: 0;
	opacity: 0.5;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a:hover {
	background-color: rgba(0, 138, 204, 1);
	color: #fff;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs-content .tab-content {
	transition: opacity 1s linear;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs-content .tab-content.is-active {
	opacity: 1;
	height: auto;
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs-content .tab-content .tab-pane h3 {
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs-content .tab-content .tab-pane p {
}
.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs-content .tab-content .tab-pane button {
}
/* Tabs Menu */
.block-tabs .block-tabs-tab.block-tabs-tab-menu > .columns {
	width: 100%;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav.tabs {
	display: block;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	border: 0;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px 15px;
	padding: 0;
	flex: 1;
	text-align: center;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li:first-child  {
	margin-left: 0;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li:last-child{
	margin-right: 0;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li:before {
	display: none;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li.is-active a {
	background-color: rgba(0, 138, 204, 1);
	color: #fff;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	color: rgba(159, 159, 159, 1);
	font-weight: 700;
	padding: 15px;
	border: 0;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	transition: background 0.4s;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a span {
	text-indent: 0;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a svg, .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a img {
	width: 100%;
	max-width: 70px;
	border-radius: 0;
	opacity: 0.5;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a:hover {
	background-color: rgba(0, 138, 204, 1);
	color: #fff;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs-content .tab-content {
	transition: opacity 1s linear;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs-content .tab-content.is-active {
	opacity: 1;
	height: auto;
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs-content .tab-content .tab-pane h3 {
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs-content .tab-content .tab-pane p {
}
.block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs-content .tab-content .tab-pane button {
}
/* Tabs List */
.block-tabs .block-tabs-tab.block-tabs-tab-list h2 {
	margin-bottom: 0 !important;
}
.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav.tabs {
	display: block;
}
.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav ul.nav-tabs {
	display: block;
	border: 0;
}
.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav ul.nav-tabs li {
	position: relative;
}
.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav ul.nav-tabs li:before {
	position: absolute;
	top: 31px;
	left: 0;
}
.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav ul.nav-tabs li.is-active a {
	color: rgba(0, 138, 204, 1);
}
.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav ul.nav-tabs li a {
	display: block;
	color: rgba(159, 159, 159, 1);
	font-weight: 700;
	text-align: left;
	padding: 15px 15px 15px 30px;
	border-bottom: 2px solid rgba(159, 159, 159, 1);
	transition: color 0.4s;
}
.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav ul.nav-tabs li a:hover {
	color: rgba(0, 138, 204, 1);
}
.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs-content .tab-content {
	transition: opacity 1s linear;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs-content .tab-content.is-active {
	opacity: 1;
	height: auto;
}
@media (max-width: 768px) {
	.block-tabs .block-tabs-tab {
		padding-left: 0;
		padding-right: 0;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .block-button-part, .block-tabs .block-tabs-tab.block-tabs-tab-menu .block-button-part, .block-tabs .block-tabs-tab.block-tabs-tab-list .block-button-part {
		margin-bottom: 30px;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-menu > .columns h3 {
		margin-top: -10px;
	}

	.block-tabs .block-tabs-tab.block-tabs-tab-icons p.subtitle {
		padding-bottom: 5px !important;
	}

	/* Essentials */
	/* body.page-id-48565 {
		.block-tabs .block-tabs-tab {
			padding: 0;
		}
		.block-tabs .block-tabs-tab.block-tabs-tab-menu>.columns {
			margin: 0;
			width: 100%;
			.column {
				padding: 0;
			}
		}
	} */
}
@media (min-width: 769px) and (max-width: 1023px) {
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li {
		text-indent: 0 !important;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a, .block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a span {
		font-size: 0.85rem !important;
	}
}

/* tab text section */
/* Text */
.block-tab-text-section .block-tab-text-section-text {
	padding-top: 0;
	padding-bottom: 0;
}
/* Img */
.block-tab-text-section .block-tab-text-section-source .svg  {
	text-align: center;
}
.block-tab-text-section .block-tab-text-section-source .svg svg {
	width: auto;
	height: 100%;
	max-height: 350px;
}
/* Tabs */
.block-tab-text-section .tabs-nav ul.nav-tabs {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 65%;
	height: 100%;
}
.block-tab-text-section .tabs-nav ul.nav-tabs li {
	flex: 1;
	margin: 0 8px;
	padding: 16px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-indent: 0;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	transition: background 0.4s;
}
.block-tab-text-section .tabs-nav ul.nav-tabs li:first-child  {
	margin-left: 0;
}
.block-tab-text-section .tabs-nav ul.nav-tabs li:last-child{
	margin-right: 0;
}
.block-tab-text-section .tabs-nav ul.nav-tabs li:before {
	display: none;
}
.block-tab-text-section .tabs-nav ul.nav-tabs li.is-active {
	background-color: rgba(0, 138, 204, 1);
}
.block-tab-text-section .tabs-nav ul.nav-tabs li.is-active a {
	color: #fff;
}
.block-tab-text-section .tabs-nav ul.nav-tabs li a {
	display: inline-block;
	color: rgba(159, 159, 159, 1);
	font: 700 0.875rem/1rem 'Poppins', sans-serif;
	font-weight: 400 !important;
	padding: 10px;
	text-align: center;
}
.block-tab-text-section .tabs-nav ul.nav-tabs li a svg, .block-tab-text-section .tabs-nav ul.nav-tabs li a img {
	width: 100%;
	max-width: 70px;
	border-radius: 0;
	opacity: 0.5;
}
.block-tab-text-section .tabs-nav ul.nav-tabs li:hover {
	background-color: rgba(0, 138, 204, 1);
}
.block-tab-text-section .tabs-nav ul.nav-tabs li:hover a {
	color: #fff;
}
.block-tab-text-section .tabs-content .tab-content {
	transition: opacity 1s linear;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.block-tab-text-section .tabs-content .tab-content.is-active {
	opacity: 1;
	height: auto;
}
@media (min-width: 769px) and (max-width: 1023px) {
	.block-tab-text-section .block-tab-text-section-text {
		text-align: center;
	}
	.block-tab-text-section .block-tab-text-section-text-tabs {
		margin-top: 30px;
	}
	.block-tab-text-section .tabs-nav ul.nav-tabs {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.block-tab-text-section .block-tab-text-section-text {
		text-align: left;
	}
	.block-tab-text-section .block-tab-text-section-text-tabs h4 {
		font: 700 0.875rem/1rem 'Poppins', sans-serif !important;
		margin-top: 30px;
		margin-bottom: 5px;
	}
}

/* List with Icons */
.block-list-icons .block-list-icons-list .list-icons-point .list-icons-point-icon {
	padding: 0.75rem;
	width: 55px;
}
.block-list-icons .block-list-icons-list .list-icons-point .list-icons-point-icon i {
	font-size: 1.75rem;
	color: rgba(0, 138, 204, 1);
}
.block-list-icons .block-list-icons-list .list-icons-point .list-icons-point-text h4 {
	color: rgba(0, 138, 204, 1) !important;
	font-weight: 700 !important;
}
.block-list-icons .block-list-icons-list .list-icons-point .list-icons-point-text p {
	margin-top: 15px;
}

/* Call Out */
.block-call-out {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.block-call-out .block-call-out-bg.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.block-call-out .block-call-out-text {
	position: relative;
	padding: 40px;
	z-index: 1;
}
.block-call-out .block-call-out-text:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	background-color: var(--tooltip-color);
	border-radius: 10px;
	z-index: -1;
}
.block-call-out .block-call-out-text h4, .block-call-out .block-call-out-text h2, .block-call-out .block-call-out-text p {
	color: #fff !important;
}
.block-call-out .block-call-out-text h2 {
	margin-top: 15px;
	margin-bottom: 15px !important;
}

/* Vidoe Series */
.block-video-series .block-video-series-text h2 {
	margin-bottom: 0;
}
.block-video-series .block-video-series-content .video-serie-source {
	height: auto;
	min-height: 250px;
}
.block-video-series .block-video-series-content .video-serie-source .video {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.block-video-series .block-video-series-content .cookieconsent-optout {
	height: 250px;
}
/* show more button */
.block-video-series .block-video-series-button {
	margin-top: 30px;
}
/* video list */
.block-video-series .block-video-series-list {
	border-bottom: 2px solid rgba(186, 188, 189, 1);
}
.block-video-series .block-video-series-list:last-child {
	border-bottom: 0;
}
.block-video-series .block-video-series-list .video-list-icon i {
	font-size: 4rem;
	width: 4rem;
	height: 4rem;
	color: rgba(122, 178, 204, 1);
}
.block-video-series .block-video-series-list h4 {
	margin-bottom: 15px;
	margin-top: 5px;
}
.block-video-series .block-video-series-content .video-serie-source {
	background-color: rgba(232, 232, 232, 1);
}
.block-video-series .block-video-series-content .video-serie-source .video {
	height: 250px;
}
@media (min-width: 769px) and (max-width: 1023px) {
	.block-video-series .block-video-series-content .video-serie-source {
		background-color: rgba(232, 232, 232, 1);
		height: auto;
		min-height: auto;
	}
}
@media (max-width: 768px) {
	.block-video-series-list {
		text-align: center;
	}
	.block-video-series-list .block-button-part {
		padding-top: 0;
		height: auto;
	}
	.block-video-series .block-video-series-content .video-serie-source {
		background-color: rgba(232, 232, 232, 1);
		height: auto;
		min-height: 250px;
	}
}

/* Video Section */
.block-video-section-IE iframe {
	display: block !important;
	width: 70% !important;
	height: 500px !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	margin: 0 auto !important;
}

.block-video-section {
	position: relative;
	height: 300px;
	z-index: 0;
}

.block-video-section .block-video-section-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 300px;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}

.block-video-section .block-video-section-video:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.block-video-section .block-video-section-video iframe {
	width: 100vw;
	height: 56.25vw;/* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh;/* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.block-video-section .columns {
	height: 300px;
}

.block-video-section .block-video-section-text {
	position: relative;
	z-index: 2;
}

.block-video-section .block-video-section-text h3 {
	color: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff !important;
}

.block-video-section .block-video-section-text p {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif;
	color: #fff;
}

.block-video-section .block-video-section-text iframe {
	opacity: 0;
	display: none;
	width: 65%;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.block-video-section .video-play-button {
	position: relative;
	margin-top: 31px;
	cursor: pointer;
}

.block-video-section .video-play-button_before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(122, 178, 204, 1);
	border-radius: 50%;
}

.block-video-section i {
	width: 5em;
	font-size: 5em;
	color: #fff;
	position: relative;
	z-index: 1;
}

.block-video-section .cookieconsent-optout {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 2 !important;
}
@media (max-width: 768px) {
	.block-video-section {
		height: 350px !important;
	}
	.block-video-section .block-video-section-text iframe {
		opacity: 1 !important;
		display: block !important;
		width: 100% !important;
		height: 300px !important;
	}
}

/* Editions */
/*
.block-editions {
	.block-editions-card {
		.block-editions-card-content {
			position: relative;
			display: flex;
			flex-direction: column;
			border: 2px solid #fff;
			border-radius: $border-round;
			background-color: #fff;
			box-shadow: 0px 3px 39px rgba(0, 0, 0, 0.16);
			transition: 0.5s;
			min-height: 400px;
			overflow: hidden;
		}
		&.block-editions-card_mc {
			.block-editions-card-content {
				min-height: 250px;
				height: 100%;
				align-items: center;
			}
			.editions-card-front {
				align-items: center;
				display: flex;
			}
		}
		&.color-blue {
			.block-editions-card-content {
				background-color: $blue;
				border-color: $blue;
				&:hover {
					background-color: $blue;
					border-color: $blue-dark;
					.editions-card-back {
						background-color: $blue;
					}
				}
			}
			.editions-card-back {
				background-color: $blue;
			}
			h4, p {
				color: #fff !important;
			}
			.button-normal .button-link {
				background-color: #fff;
				background-image: linear-gradient(to right, $blue-light, $blue-light-half, $blue-light-half, $blue-light);
			}
		}
		&.color-dark-blue {
			.block-editions-card-content {
				background-color: $blue-dark;
				border-color: $blue-dark;
				&:hover {
					background-color: $blue-dark;
					border-color: $blue;
					.editions-card-back {
						background-color: $blue-dark;
					}
				}
			}
			.editions-card-back {
				background-color: $blue-dark;
			}
			h4, p {
				color: #fff !important;
			}
		}
		&.color-black {
			.block-editions-card-content {
				background-color: $text-dark;
				border-color: $text-dark;
				&:hover {
					background-color: $text-dark;
					border-color: $blue;
					.editions-card-back {
						background-color: $text-dark;
					}
				}
			}
			.editions-card-back {
				background-color: $text-dark;
			}
			h4, p {
				color: #fff !important;
			}
		}
		&.color-oe-main {
			&:hover .block-editions-card-content {
				border-color: $oe;
			}
			.editions-card-back h4 {
				color: $oe !important;
				font-weight: 700 !important;
			}
			.button-normal .button-link {
				background-color: $oe;
				background-image: linear-gradient(to right, $oe, $oe-light, $oe-light, $oe);
			}
		}
		&.color-oe-collaboration {
			&:hover .block-editions-card-content {
				border-color: $collaboration;
			}
			.editions-card-back h4 {
				color: $collaboration !important;
				font-weight: 700 !important;
			}
			.button-normal .button-link {
				background-color: $collaboration;
				background-image: linear-gradient(to right, $collaboration, $collaboration-light, $collaboration-light, $collaboration);
			}
		}
		&.color-oe-performance {
			&:hover .block-editions-card-content {
				border-color: $performance;
			}
			.editions-card-back h4 {
				color: $performance !important;
				font-weight: 700 !important;
			}
			.button-normal .button-link {
				background-color: $performance;
				background-image: linear-gradient(to right, $performance, $performance-light, $performance-light, $performance);
			}
		}
		/*
		&.color-oe-licensing {
			&:hover .block-editions-card-content {
				border-color: $licensing;
			}
			.editions-card-back h4 {
				color: $licensing !important;
				font-weight: 700 !important;
			}
			.button-normal .button-link {
				background-color: $licensing;
				background-image: linear-gradient(to right, $licensing, $licensing-light, $licensing-light, $licensing);
			}
		}
		*
		&.color-oe-sme {
			&:hover .block-editions-card-content {
				border-color: $sme;
			}
			.editions-card-back h4 {
				color: $sme !important;
				font-weight: 700 !important;
			}
			.button-normal .button-link {
				background-color: $sme;
				background-image: linear-gradient(to right, $sme, $sme-light, $sme-light, $sme);
			}
		}
		&.color-oe-epm {
			&:hover .block-editions-card-content {
				border-color: $epm;
			}
			.editions-card-back h4 {
				color: $epm !important;
				font-weight: 700 !important;
			}
			.button-normal .button-link {
				background-color: $epm;
				background-image: linear-gradient(to right, $epm, $epm-light, $epm-light, $epm);
			}
		}
		.editions-card-front {
			position: relative;
			padding: 15px;
			height: 100%;
			transition: 0.5s;
			figure, .svg {
				margin: 0 auto !important;
				img, .illustration {
					width: 100%;
					height: auto;
				}
			}
			.editions-card-front-text {
				h4 {
					font-weight: 700 !important;
					margin-top: 15px;
					margin-bottom: 15px;
				}
			}
		}
		.editions-card-back {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			padding: 15px 15px 30px 15px;
			transform: translateY(100%);
			transition: 0.5s;
			/* display: none; *
			background-color: #fff;
			ul {
				margin-left: 0;
				text-align: left !important;
				padding: 0 10%;
			}
		}
		.block-editions-card-content:hover {
			.editions-card-front {
				opacity: 0;
				transition-delay: 0.2s;
			}
			.editions-card-back {
				transform: translateY(10px);
				transition-delay: 0.4s;
			}
		}
	}
}
@media (min-width: 1024px) and (max-width: 1215px) {
	.block-editions .block-editions-card .block-editions-card-content:hover .editions-card-back {
		top: -30px;
	}
}
@media (max-width: 768px) {
	.block-editions-card.content-box {
		.editions-text-list {
			p {
				font-size: 0;
			}
			ul {
				margin-left: 0;
			}
		}
		&.color-blue {
			ul li:before {
				color: $blue !important;
			}
			.button-arrow .button-link {
				.button-text {
					color: $blue-light !important;
				}
				.circle .icon.arrow::before {
					border-color: $blue-light !important;
				}
				&:hover {
					.button-text {
						color: $blue !important;
					}
					.circle .icon.arrow::before {
						border-color: $blue !important;
					}
					.circle .icon.arrow {
						background-color: $blue;
					}
				}
			}
		}
		&.color-oe-main {
			ul li:before {
				color: $oe !important;
			}
			.button-arrow .button-link {
				.button-text {
					color: $oe-light !important;
				}
				.circle .icon.arrow::before {
					border-color: $oe-light !important;
				}
				&:hover {
					.button-text {
						color: $oe !important;
					}
					.circle .icon.arrow::before {
						border-color: $oe !important;
					}
					.circle .icon.arrow {
						background-color: $oe;
					}
				}
			}
		}
		&.color-oe-collaboration {
			ul li:before {
				color: $collaboration !important;
			}
			.button-arrow .button-link {
				.button-text {
					color: $collaboration-light !important;
				}
				.circle .icon.arrow::before {
					border-color: $collaboration-light !important;
				}
				&:hover {
					.button-text {
						color: $collaboration !important;
					}
					.circle .icon.arrow::before {
						border-color: $collaboration !important;
					}
					.circle .icon.arrow {
						background-color: $collaboration;
					}
				}
			}
		}
		&.color-oe-performance {
			ul li:before {
				color: $performance !important;
			}
			.button-arrow .button-link {
				.button-text {
					color: $performance-light !important;
				}
				.circle .icon.arrow::before {
					border-color: $performance-light !important;
				}
				&:hover {
					.button-text {
						color: $performance !important;
					}
					.circle .icon.arrow::before {
						border-color: $performance !important;
					}
					.circle .icon.arrow {
						background-color: $performance;
					}
				}
			}
		}
		/*
		&.color-oe-licensing {
			ul li:before {
				color: $licensing !important;
			}
			.button-arrow .button-link {
				.button-text {
					color: $licensing-light !important;
				}
				.circle .icon.arrow::before {
					border-color: $licensing-light !important;
				}
				&:hover {
					.button-text {
						color: $licensing !important;
					}
					.circle .icon.arrow::before {
						border-color: $licensing !important;
					}
					.circle .icon.arrow {
						background-color: $licensing;
					}
				}
			}
		}
		*
		&.color-oe-sme {
			ul li:before {
				color: $sme !important;
			}
			.button-arrow .button-link {
				.button-text {
					color: $sme-light !important;
				}
				.circle .icon.arrow::before {
					border-color: $sme-light !important;
				}
				&:hover {
					.button-text {
						color: $sme !important;
					}
					.circle .icon.arrow::before {
						border-color: $sme !important;
					}
					.circle .icon.arrow {
						background-color: $epm;
					}
				}
			}
		}
		&.color-oe-epm {
			ul li:before {
				color: $epm !important;
			}
			.button-arrow .button-link {
				.button-text {
					color: $epm-light !important;
				}
				.circle .icon.arrow::before {
					border-color: $epm-light !important;
				}
				&:hover {
					.button-text {
						color: $epm !important;
					}
					.circle .icon.arrow::before {
						border-color: $epm !important;
					}
					.circle .icon.arrow {
						background-color: $epm;
					}
				}
			}
		}
	}
}

/* Content Spotlight */
.block-content-spotlight {
	position: relative;
}
.block-content-spotlight .container.is-hidden-mobile > .columns {
	min-height: 350px;
}
.block-content-spotlight .block-content-spotlight-image {
	position: absolute;
	top: 0;
	left: 50px;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	border: 15px solid rgba(0, 138, 204, 1);
	z-index: 1;
}
.block-content-spotlight .block-content-spotlight-image-overlay {
	position: absolute;
	top: -10px;
	left: 40px;
	width: 370px;
	height: 370px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 0;
}
.block-content-spotlight.block-content-spotlight-circle .block-content-spotlight-image {
	border-radius: 50%;
}
.block-content-spotlight.block-content-spotlight-circle .block-content-spotlight-image-overlay {
	border-radius: 50%;
}
.block-content-spotlight.block-content-spotlight-square .block-content-spotlight-image {
	border-radius: 10px;
}
.block-content-spotlight.block-content-spotlight-square .block-content-spotlight-image-overlay {
	border-radius: 10px;
}
.block-content-spotlight .block-content-spotlight-headline p.subtitle {
}
.block-content-spotlight .block-content-spotlight-content {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
}
.block-content-spotlight .block-content-spotlight-content .block-content-spotlight-text h4 {
	margin-bottom: 15px;
	color: rgba(122, 178, 204, 1) !important;
}
.block-content-spotlight .block-content-spotlight-content .block-content-spotlight-text h3 {
	color: rgba(28, 28, 28, 1);
	background-image: none !important;
	background-color: rgba(28, 28, 28, 1) !important;
}
.block-content-spotlight .block-content-spotlight-content .block-content-spotlight-text .block-button-part {
	margin-top: 30px;
}
@media (min-width: 769px) and (max-width: 1023px) {
	.block-content-spotlight .block-content-spotlight-image {
		top: 40px;
		left: 0;
		width: 320px;
		height: 320px;
	}
	.block-content-spotlight .block-content-spotlight-image-overlay {
		top: 30px;
		left: -10px;
		width: 340px;
		height: 340px;
	}
}
@media (max-width: 768px) {
	.block-content-spotlight .block-content-spotlight-headline p {
		margin-bottom: 0 !important;
	}
	.block-content-spotlight .block-content-spotlight-image {
		position: relative;
		margin: 0 auto 15px;
		top: auto;
		left: auto;
		width: 300px !important;
		height: 300px !important;
	}
	.block-content-spotlight .block-content-spotlight-image-overlay {
		display: none;
	}
	.block-content-spotlight .block-content-spotlight-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* Half Section */
.block-half-section .block-half-section-text ul {
	margin-left: 0;
}
.block-half-section .block-half-section-text .block-half-section-text-link {
	font: 500 0.875rem/1rem 'Poppins', sans-serif;
	color: rgba(28, 28, 28, 1);
	text-decoration: underline;
	font-style: italic;
}
.block-half-section .block-half-section-text .block-half-section-text-link:hover {
	color: rgba(0, 138, 204, 1);
}
@media (max-width: 768px) {
	.block-half-section .block-half-section-source {
		padding-bottom: 0;
	}
	.block-half-section .block-half-section-text {
		text-align: left;
	}
}

/* Support */
.block-support {
	background-color: rgba(232, 232, 232, 0.5);
}
.block-support .block-support-content .subtitle {
}
.block-support .block-support-content h3 {
	color: rgba(0, 138, 204, 1);
	background: none;
	-webkit-text-fill-color: rgba(0, 138, 204, 1);
}
.block-support .block-support-content .block-support-content-rating {
	padding-top: 5px;
}
.block-support .block-support-content .block-support-content-rating span.rating {
	padding: 0 5px;
}
.block-support .block-support-content .block-support-content-rating span.rating i {
}
.block-support .block-support-content .block-support-content-rating i {
	font-size: 1.5rem;
	color: rgba(0, 138, 204, 1);
}
.block-support .block-support-carousel .support-slide-content {
	width: 100%;
	height: 100%;
	min-height: 200px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
}
.block-support .block-support-carousel .support-slide-content .box-text-date {
	color: rgba(122, 178, 204, 1);
}
.block-support .block-support-carousel .support-slide-content .box-text-comment {
	margin-top: 1em;
}
.block-support .block-support-carousel .support-slide-content span.rating i {
	color: rgba(0, 138, 204, 1);
}
.block-support .block-support-carousel .support-slide-content i {
	color: rgba(186, 188, 189, 1);
}

/* Calculator */
.block-calculator {
	background-color: rgba(122, 178, 204, 1);
}
/* Form */
.block-calculator .block-calculator-content .block-calculator-content-form.block-calculator-content-form_mc {
}
.block-calculator .block-calculator-content .block-calculator-content-form form legend {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
}
.block-calculator .block-calculator-content .block-calculator-content-form form .is-horizontal {
	margin: 0;
	padding: 15px 0;
}
.block-calculator .block-calculator-content .block-calculator-content-form form .field {
	justify-content: center;
	align-items: center;
}
.block-calculator .block-calculator-content .block-calculator-content-form form .label, .block-calculator .block-calculator-content .block-calculator-content-form form .field-label {
	flex: 1 0 65%;
	margin: 0 5% 0 0;
	padding-top: 0;
	text-align: left;
	color: rgba(28, 28, 28, 1);
	font-weight: 400;
}
.block-calculator .block-calculator-content .block-calculator-content-form form .field-body  {
	flex: 1 0 30%;
	position: relative;
}
.block-calculator .block-calculator-content .block-calculator-content-form form input {
	background: #fff;
	border: 0;
}
.block-calculator .block-calculator-content .block-calculator-content-form form input:focus {
	opacity: 1;
	outline-color: rgba(0, 226, 180, 1);
}
.block-calculator .block-calculator-content .block-calculator-content-form form .help {
	color: rgba(28, 28, 28, 1);
	opacity: 0.7;
	margin: 0;
}
.block-calculator .block-calculator-content .block-calculator-content-form form .is-danger {
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	text-align: center;
	color: #f14668 !important;
	opacity: 1;
}
.block-calculator .block-calculator-content .block-calculator-content-form form p.control {
	text-align: right;
}
.block-calculator .block-calculator-content .block-calculator-content-form form p.control a {
	width: 70px;
	height: 40px;
	font-size: 0.85rem;
	background: #e0e0e0;
	border: 0;
}
.block-calculator .block-calculator-content .block-calculator-content-form form p.control a .icon, .block-calculator .block-calculator-content .block-calculator-content-form form p.control a i {
	font-size: 1.15rem;
	width: auto;
	height: auto;
}
.block-calculator .block-calculator-content .block-calculator-content-form form .calculator-submit {
	justify-content: flex-start;
}
.block-calculator .block-calculator-content .block-calculator-content-form form .calculator-submit .button-calculator-submit {
	width: 250px;
	background-color: rgba(0, 226, 180, 1);
	border: 0;
	font-weight: 700;
	font-size: 1rem;
}
.block-calculator .block-calculator-content .block-calculator-content-form form .calculator-submit .button-calculator-submit i {
	padding-left: 5px;
	font-size: 1.15rem;
	width: auto;
	height: auto;
}
.block-calculator .block-calculator-content .block-calculator-content-form form .calculator-submit .button-calculator-submit:focus {
	opacity: 1;
	outline-color: rgba(0, 226, 180, 1);
}
/* Results */
.block-calculator .block-calculator-content .block-calculator-content-result {
	opacity: 0.5;
	transition: opacity 0.5s linear;
	background-color: #fff;
	border-radius: 10px;
}
.block-calculator .block-calculator-content .block-calculator-content-result .tooltip {
	border: 1px solid rgba(0, 226, 180, 1);
	border-radius: 100%;
	font-size: 0.75rem;
	font-weight: 400 !important;
	font-style: normal;
	padding: 0;
	line-height: 20px;
	width: 22px;
	display: inline-block;
	text-align: center;
	cursor: help;
	position: relative;
	top: -30px;
}
.block-calculator .block-calculator-content .block-calculator-content-result .tooltip:hover span[role=tooltip] {
	display: block;
	position: absolute;
	bottom: 2em;
	right: -1em;
	width: 25em;
	padding: 0.5em;
	z-index: 100;
	background-color: rgba(232, 232, 232, 1);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.16);
	padding: 15px;
	border-radius: 10px;
	font-weight: 400 !important;
	font-size: 0.85rem !important;
	line-height: 1rem !important;
	color: rgba(159, 159, 159, 1);
	text-align: left;
	border: 0;
}
.block-calculator .block-calculator-content .block-calculator-content-result .tooltip span[role=tooltip] {
	display: none;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-time-admin, .block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-time-user, .block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-time-support, .block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-time-down, .block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-all {
	position: relative;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-heros {
	position: absolute;
	bottom: 0;
	left: 15px;
	color: rgba(0, 226, 180, 1);
	font-size: 0.85rem;
}
.block-calculator .block-calculator-content .block-calculator-content-result .fa-arrow-right {
	display: inline-block;
	color: rgba(0, 226, 180, 1);
	font-size: 1.15rem;
}
.block-calculator .block-calculator-content .block-calculator-content-result h4 {
	font-size: 1rem !important;
	color: rgba(28, 28, 28, 1) !important;
	font-weight: 400 !important;
}
.block-calculator .block-calculator-content .block-calculator-content-result p {
	color: rgba(28, 28, 28, 1);
}
.block-calculator .block-calculator-content .block-calculator-content-result .help {
	color: rgba(28, 28, 28, 1);
	opacity: 0.7;
	margin: 0;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-text {
	margin-bottom: 0;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-text h3 {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	font-weight: 700 !important;
	background-color: transparent !important;
	background-image: none !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
	-moz-text-fill-color: rgba(28, 28, 28, 1) !important;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-total {
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-total p {
	font-weight: 700;
	font-size: 0.90rem;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-total p span {
	display: block;
	font-size: 1.5rem !important;
	color: rgba(0, 226, 180, 1);
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-numbers {
	padding-top: 5px;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-numbers p  {
	display: inline-block;
	font-size: 0.90rem !important;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-numbers p:first-child {
	opacity: 0.7;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-numbers p:last-child {
	font-weight: 700;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-all .calculator-result-all-text {
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(0, 226, 180, 1);
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-all .calculator-result-all-text p {
	color: #fff;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-all .calculator-result-all-text h4 {
	position: relative;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 2rem !important;
	padding-top: 10px;
	padding-bottom: 15px;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-all .calculator-result-all-text h4 span {
	color: #fff;
	font-weight: 700 !important;
	font-size: 2rem !important;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-all .calculator-result-all-text h4 .calculator-heros {
	left: 0;
	right: 0;
	bottom: -5px;
	color: #fff;
	font-size: 0.85rem !important;
	font-weight: 400;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-download {
	padding: 0;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-download .has-addons {
	justify-content: center;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-download .button-calculator-download {
	width: 250px;
	border: 0;
	font-weight: 700;
	font-size: 1rem;
	color: rgba(159, 159, 159, 1);
	padding: 0;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-download .button-calculator-download .icon, .block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-download .button-calculator-download i {
	padding-left: 5px;
	font-size: 1.15rem;
	width: auto;
	height: auto;
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-download .button-calculator-download:hover, .block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-download .button-calculator-download:focus {
	color: rgba(28, 28, 28, 1);
}
.block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-download .button-calculator-download:focus {
	opacity: 1;
	outline-color: rgba(0, 226, 180, 1);
}
.block-calculator .block-calculator-content .block-calculator-content-disclaimer {
	margin-top: 30px;
}
.block-calculator .block-calculator-content .block-calculator-content-disclaimer p, .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more {
	font: 400 1rem/1.125rem 'Roboto', sans-serif;
	font-size: 0.85rem !important;
	line-height: 0.95rem !important;
	color: rgba(28, 28, 28, 1) !important;
	opacity: 0.7;
}
.block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more {
	display: block;
	margin-top: 5px;
	text-decoration: underline;
	background: none;
}
.block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more:hover {
	color: rgba(28, 28, 28, 1);
	opacity: 0.7;
}
.block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more-text {
	display: block;
	margin-top: 15px;
}
.block-calculator .block-calculator-content .block-calculator-content-caption {
	border-top: 1px solid #aaa;
	padding-top: 15px;
}
.block-calculator .block-calculator-content .block-calculator-content-caption p, .block-calculator .block-calculator-content .block-calculator-content-caption ul li {
	font: 400 1rem/1.125rem 'Roboto', sans-serif;
	font-size: 0.85rem !important;
	line-height: 0.95rem !important;
	color: #999 !important;
	margin-bottom: 5px;
}
.block-calculator .block-calculator-content .block-calculator-content-caption p {
	margin-bottom: 15px;
}
.block-calculator .block-calculator-content .block-calculator-content-caption sup {
	font-weight: 700;
	padding-right: 5px;
}
.block-calculator .block-calculator-content .block-calculator-content-caption ul {
	margin: -10px 0 5px 0 !important;
}
.block-calculator .block-calculator-content .block-calculator-content-caption ul li:before {
	color: #999;
}

/* Webinar Roles */
.block-webinar-roles h5, .block-webinar-roles h6 {
	color: rgba(0, 60, 89, 1) !important;
}
/*=====  End of BLOCKS  ======*/

/*=============================
=            PAGES            =
=============================*/
.page-template-page-resources .block-header .block-header-text h1, .page-template-page-resources .block-header .block-header-text-event h1 {
	color: rgba(0, 60, 89, 1) !important;
}
.page-template-page-resources .block-header .block-header-text p, .page-template-page-resources .block-header .block-header-text-event p {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif;
	color: #1c1c1c !important;
}

/* News */
body.post-type-archive-news footer.footer {
	margin-top: 10px;
}
.news-archive-content article.post-news, .news-archive-content article.post-webinar, .webinars-content article.post-news, .webinars-content article.post-webinar {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 15px 30px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.news-archive-content article.post-news:first-child, .news-archive-content article.post-webinar:first-child, .webinars-content article.post-news:first-child, .webinars-content article.post-webinar:first-child {
	margin-top: 0;
}
.news-archive-content article.post-news:last-child, .news-archive-content article.post-webinar:last-child, .webinars-content article.post-news:last-child, .webinars-content article.post-webinar:last-child {
	margin-bottom: 0;
}
.news-archive-content article.post-news .post-source .post-source-image, .news-archive-content article.post-webinar .post-source .post-source-image, .webinars-content article.post-news .post-source .post-source-image, .webinars-content article.post-webinar .post-source .post-source-image {
	border-radius: 10px;
	background-size: cover !important;
	background-position: center center !important;
	height: 170px;
}
.news-archive-content article.post-news .post-content h4, .news-archive-content article.post-webinar .post-content h4, .webinars-content article.post-news .post-content h4, .webinars-content article.post-webinar .post-content h4 {
	font: 700 0.875rem/1rem 'Poppins', sans-serif !important;
	color: rgba(122, 178, 204, 1) !important;
	font-weight: 700 !important;
	margin-bottom: 5px;
}
.news-archive-content article.post-news .post-content h5, .news-archive-content article.post-webinar .post-content h5, .webinars-content article.post-news .post-content h5, .webinars-content article.post-webinar .post-content h5 {
	font: 700 0.875rem/1rem 'Poppins', sans-serif !important;
	color: rgba(122, 178, 204, 1) !important;
	font-weight: 300 !important;
}
.news-archive-content article.post-news .post-content h3.h4, .news-archive-content article.post-webinar .post-content h3.h4, .webinars-content article.post-news .post-content h3.h4, .webinars-content article.post-webinar .post-content h3.h4 {
	font-weight: 700 !important;
	color: rgba(28, 28, 28, 1) !important;
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
	-moz-background-clip: text;
	-moz-text-fill-color: rgba(28, 28, 28, 1);
}
.news-archive-contact .contact-box {
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 15px 30px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.news-archive-media {
	background-color: rgba(232, 232, 232, 1);
}
@media (max-width: 768px) {
	.news-archive-content article.post-news .post-source .post-source-image {
		height: 250px;
		border-radius: 0;
	}
	.news-archive-content article.post-news {
		padding: 0;
		overflow: hidden;
	}
	.news-archive-content article.post-news .post-source {
		padding-top: 0;
	}
	.news-archive-content article.post-news .post-content {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 15px;
	}
}

/* Search Page */
body.search main {
	padding-top: 80px;
}
body.search h1 {
	margin-bottom: 0;
}
body.search form#searchform button i {
	color: rgba(186, 188, 189, 1);
}
body.search form#searchform button:hover i {
	color: rgba(255, 74, 158, 1);
}
body.search .search-content-error {
	padding-bottom: 70px;
}
body.search .content-list_post .content-box-text p.event-date span, body.search .content-list_download .content-box-text p.event-date span, body.search .content-list_use-case .content-box-text p.event-date span, body.search .content-list_success-story .content-box-text p.event-date span {
	font: 500 0.875rem/1rem 'Poppins', sans-serif;
	color: rgba(122, 178, 204, 1);
}
body.search .content-list_post .content-box-text p.event-date span:before, body.search .content-list_download .content-box-text p.event-date span:before, body.search .content-list_use-case .content-box-text p.event-date span:before, body.search .content-list_success-story .content-box-text p.event-date span:before {
	content: '|';
	padding-right: 5px;
}
body.search .content-list_post .content-box-text p.event-date span:first-child:before, body.search .content-list_download .content-box-text p.event-date span:first-child:before, body.search .content-list_use-case .content-box-text p.event-date span:first-child:before, body.search .content-list_success-story .content-box-text p.event-date span:first-child:before {
	display: none;
}
@media (min-width: 769px) and (max-width: 1023px) {
	body.search h1 {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media (max-width: 768px) {
	body.search h1 {
		padding-left: 32px;
		padding-right: 32px;
	}
	body.search .content-list .content-box-text:last-child {
		padding-top: 0;
	}
	body.search form#searchform .field.is-horizontal .field {
		display: inline-block;
	}
	body.search form#searchform .field.is-horizontal .field:first-child {
		width: 80%;
	}
	body.search form#searchform button {
		vertical-align: top;
	}
}

/* Error - 404 */
body.error404 {
	background-color: rgba(122, 178, 204, 1) !important;
}
.error-page {
	padding-bottom: 70px;
}
.error-page h1, .error-page h2, .error-page h3, .error-page p {
	color: #fff !important;
}
.error-page .image img {
	height: 450px;
	width: auto;
	margin: 50px auto 0;
}
.error-page h1 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.error-page h2 {
	margin-bottom: 15px;
}
.error-page .error-page-related {
	padding-top: 50px;
}
.error-page .error-page-related h3 {
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
	-moz-background-clip: text;
	-moz-text-fill-color: #fff;
	margin-bottom: 30px;
}
.error-page .error-page-related p {
	color: rgba(0, 60, 89, 1) !important;
}
@media (max-width: 768px) {
	.error-page .image img {
		height: auto;
		margin-top: 15px;
	}
	.error-page form#searchform .field.is-horizontal .field {
		display: inline-block;
	}
	.error-page form#searchform .field.is-horizontal .field:first-child {
		width: 80%;
	}
	.error-page form#searchform button {
		vertical-align: top;
	}
}

/* Single Pages */
.posts-content .posts-featured-img figure {
	border-radius: 10px;
	overflow: hidden;
	max-height: 450px;
}

/* Blog Overview */
/*
body.blog, body.post-type-archive-events, body.post-type-archive-webinars {
	h1 {
		margin-top: 0 !important;
		margin-bottom: 50px;
	}
	.block-header {
		margin-top: -15px;
		padding-left: 0;
		padding-right: 0;
		.block-header-carousel  {
			.block-header-slide {
				position: relative;
				min-height: 315px;
				.block-header-source {
					position: absolute;
					top: 0;
					right: 0;
					bottom: -25px;
					left: 0;
					z-index: 0;
					&:before {
						content: '';
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						z-index: 0;
						background-color: rgba(255, 255, 255, 0.8);
					}
					.block-header-source-image {
						height: 100%;
						background-size: cover !important;
						background-repeat: no-repeat !important;
						background-position: center center !important;
					}
				}
				.block-header-content {
					min-height: 400px;
				}
				.block-header-text, .block-header-text-event {
					position: relative;
					z-index: 1;
					p.block-header-text-category {
						margin-bottom: 0 !important;
						font: $subtitle !important;
						font-weight: 400 !important;
					}
					h2 {
						margin-top: 30px;
						margin-bottom: 15px;
						font: $h3 !important;
						font-weight: 700 !important;
						color: $blue !important;
					}
					p {
						font: $h5 !important;
						font-weight: 400 !important;
						margin-bottom: 0 !important;
						color: $text-dark;
					}
				}
			}
			a {
				display: block;
				width: 100%;
				height: 100%;
				transition: all .4s ease-in-out;
				&:hover {
					.block-header-text h2, .block-header-text-event h2 {
						color: $blue-dark !important;
					}
					.block-header-source {
						filter: blur(5px);
					}
				}
			}
		}
	}
}*/
/* Blog Detailview */
.blog-content {
	padding-top: 50px;
}
.blog-content .posts-blog.posts-main .posts-title p.subtitle span {
	font-style: italic;
}
.blog-content .posts-blog.posts-main .posts-title p.subtitle time {
}
.blog-content .posts-blog.posts-main .posts-title h1 {
	margin-bottom: 15px;
	color: rgba(0, 138, 204, 1) !important;
}
.blog-content .posts-blog.posts-main .post-excerpt {
}
.blog-content .posts-blog.posts-main .posts-table-of-content {/* display: none; */
	margin-bottom: 15px;
}
.blog-content .posts-blog.posts-main .posts-table-of-content ul:before {
	content: 'Table of Content';
	font-weight: 700;
	color: rgba(28, 28, 28, 1);
}
.blog-content .posts-blog.posts-main .posts-table-of-content ul li:before {
	display: none;
}
.blog-content .posts-blog.posts-main .posts-table-of-content ul li a {
	color: rgba(159, 159, 159, 1);
	text-decoration: underline;
}
.blog-content .posts-blog.posts-main .posts-table-of-content ul li a:hover {
	color: rgba(28, 28, 28, 1);
}
.blog-content .posts-blog.posts-main .block-heading .content {
	text-align: left !important;
}
.blog-content .posts-blog.posts-main .block-heading h1, .blog-content .posts-blog.posts-main .block-heading h2, .blog-content .posts-blog.posts-main .block-heading h3, .blog-content .posts-blog.posts-main .block-heading h4, .blog-content .posts-blog.posts-main .block-heading h5, .blog-content .posts-blog.posts-main .block-heading h6 {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}
.blog-content .posts-blog.posts-main .block-embed .embed-container {/* padding-bottom: 0; */
}
.blog-content .posts-sidebar .posts-sidebar-data .sidebar-data {
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-author {
	margin-bottom: 30px;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-author a {
	display: inline-block;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-author a figure {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-author a figure img {
	transition: transform 0.4s ease-in-out;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-author a h4 {
	font-weight: 700 !important;
	margin-top: 15px;
	margin-bottom: 0;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-author a p {
	color: rgba(0, 60, 89, 1);
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-author a:hover figure img {
	transform: scale(1.1);
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-author a:hover h4, .blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-author a:hover p {
	color: rgba(0, 138, 204, 1) !important;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-readtime {
	margin-bottom: 10px;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-readtime i {
	margin-right: 15px;
	font-size: 30px;
	vertical-align: top;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-tags {
	display: flex;
	margin-bottom: 10px;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-tags i {
	padding-top: 10px;
	font-size: 25px;
	vertical-align: top;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-tags .sidebar-tags {
	padding-left: 15px;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-tags .sidebar-tags .sidebar-tags-tag {
	display: inline-block;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-tags .sidebar-tags .sidebar-tags-tag a {
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	background-color: rgba(0, 138, 204, 1);
	border-radius: 50px;
	margin: 5px;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-tags .sidebar-tags .sidebar-tags-tag a:hover {
	background-color: #fff;
	color: rgba(0, 138, 204, 1);
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-share {
	margin-top: 0;
}
.blog-content .posts-sidebar .posts-sidebar-data .posts-sidebar-data-share i {/* margin-right: 15px; */
	font-size: 25px;
	vertical-align: top;
}
body.blog .blog-content, body.post-type-archive-webinars .blog-content {
	padding-top: 0;
}
@media (min-width: 769px) and (max-width: 1023px) {
	.blog-content aside.posts-sidebar {
		display: none;
	}
	.blog-content .breadcrumbs {
		padding: 0;
		margin: 0;
	}
	.blog-content .posts-blog.posts-main .posts-table-of-content ul li {
		text-indent: 0;
		padding-left: 0;
	}
}
@media (max-width: 768px) {
	body.blog h1, body.post-type-archive-events h1, body.post-type-archive-webinars h1 {
		margin-bottom: 15px;
	}
	body.blog .block-header .block-header-content, body.post-type-archive-events .block-header .block-header-content, body.post-type-archive-webinars .block-header .block-header-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.blog main .posts-main, body.post-type-archive-events main .posts-main, body.post-type-archive-webinars main .posts-main {
		padding-bottom: 15px;
	}
	body.blog .posts-sidebar, body.post-type-archive-events .posts-sidebar, body.post-type-archive-webinars .posts-sidebar {
		padding-top: 15px;
	}
	body.blog .posts-sidebar .posts-filter-blog, body.post-type-archive-events .posts-sidebar .posts-filter-blog, body.post-type-archive-webinars .posts-sidebar .posts-filter-blog {
		padding: 0 25px;
	}
	body.blog .posts-sidebar {
		padding-top: 15px;
	}
	body.blog .posts-sidebar .posts-filter-blog {
		padding: 0 .75rem;
	}
	.blog-content .posts-main {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.blog-content .breadcrumbs {
		padding: 0;
		margin: 0;
	}
	.blog-content .posts-blog.posts-main .posts-table-of-content ul li {
		text-indent: 0;
		padding-left: 0;
	}
	.blog-content .block-heading, .blog-content .block-paragraph, .blog-content .block-shortcode, .blog-content .block-button, .blog-content .block-resources, .blog-content .block-quote .message, .blog-content .block-pullquote .card, .blog-content .block-list, .blog-content .block-list-icons, .blog-content .breadcrumbs {
		padding-left: 0;
		padding-right: 0;
	}
	.blog-content .block-list {
		padding-left: 0;
		padding-right: 0;
	}
	.blog-content .block-list ul, .blog-content .block-list ol {
		margin-left: 0;
	}
	body.blog .posts-sidebar {
		padding-left: 0;
		padding-right: 0;
	}
	body.post-type-archive-events main .posts-main .content-box {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Events Overview */
body.post-type-archive-events .posts-main-content-year {
	margin-top: 50px;
}
body.post-type-archive-events .event-source-category-upcoming {
	background-color: rgba(255, 74, 158, 1) !important;
}
body.post-type-archive-events .event-source-category-current {
}
/* Webinars Overview */
body.post-type-archive-webinars main a {
	position: relative;
	display: block;
}
body.post-type-archive-webinars main a .webinar-source-category {
	z-index: 2 !important;
}
body.post-type-archive-webinars main a .webinar-source .webinar-image.content-box-image {
	background-position: center bottom !important;
}
body.post-type-archive-webinars .webinars-webinar_upcoming .webinar-overlay {
	position: absolute;
	padding: 5px 15px;
	background-color: rgba(255, 74, 158, 1);
	z-index: 1;
	transform: rotate(45deg);
	top: 20px;
	right: -50px;
	width: 180px;
	text-align: center;
}
body.post-type-archive-webinars .webinars-webinar_upcoming .webinar-overlay p {
	color: #fff;
}
body.post-type-archive-webinars .webinars-webinar_demand .webinar-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0.7;
}
body.post-type-archive-webinars .webinars-webinar_demand .webinar-overlay .webinar-overlay-video {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}
body.post-type-archive-webinars .webinars-webinar_demand .webinar-overlay .webinar-overlay-video:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(0, 138, 204, 1);
	border-radius: 50%;
	transition: all 200ms;
}
body.post-type-archive-webinars .webinars-webinar_demand .webinar-overlay .webinar-overlay-video .video-play-button .video-play-button-before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(0, 138, 204, 1);
	border-radius: 50%;
}
body.post-type-archive-webinars .webinars-webinar_demand .webinar-overlay .webinar-overlay-video span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}
@media (max-width: 768px) {
	body.post-type-archive-webinars main .posts-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.post-type-archive-webinars main .posts-main .content-box {
		padding-left: 10px;
		padding-right: 10px;
	}
	body.blog main .posts-main .content-box {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Webinar Detailview */
.webinar-content {
	padding-top: 50px;
}
.webinar-content .posts-webinar span.h4 {
	border-top: 1px solid rgba(232, 232, 232, 1);
	display: block;
	padding-top: 15px;
	margin-top: 30px;
	margin-bottom:  10px;
}
.webinar-content p:empty {
	display: none;
}
.webinar-content .posts-title p.subtitle span {
	font-style: italic;
}
.webinar-content .posts-title p.subtitle time {
}
.webinar-content .posts-title h1 {
	margin-bottom: 15px;
	color: rgba(0, 138, 204, 1) !important;
}
.webinar-content .posts-featured-img .video {
	padding: 0;
	width: 100%;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1) !important;
	text-align: center;
}
.webinar-content .posts-featured-img .video iframe {
	border-radius: 10px;
}
.webinar-content .block-heading .content {
	text-align: left !important;
}
.webinar-content .block-heading h1, .webinar-content .block-heading h2, .webinar-content .block-heading h3, .webinar-content .block-heading h4, .webinar-content .block-heading h5, .webinar-content .block-heading h6 {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}
.webinar-content .block-list ul {
	margin-left: 0;
}
.webinar-content .block-list ul li:empty {
	display: none;
}
.webinar-content .block-list ul li > ul {
	margin-left: 2rem;
}
.webinar-content .block-list ul li > ul > li {
	margin-top: 15px;
}
.webinar-content .block-list ul li {
	margin-bottom: 15px;
}
.webinar-content .block-list ul li:last-child {
	margin-bottom: 0;
}
.webinar-content .posts-sidebar {
	position: relative;
}
/* .posts-sidebar-webinar.sidebar-fixed {
			position: fixed;
			top: 15vh;
			width: 455px;
			z-index: 10;
		}
		.posts-sidebar-webinar {
			position: absolute;
			top: 0;
			width: 455px;
			z-index: 10;
		} */
.webinar-content .posts-sidebar .webinar-form .webinar-form-widget {
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}
.webinar-content .posts-sidebar .webinar-form .webinar-form-widget h4 {
	font-weight: 700 !important;
	margin-bottom: 15px;
}
.webinar-content .posts-sidebar .webinar-form .webinar-form-widget form.hs-form fieldset .hs-richtext h1, .webinar-content .posts-sidebar .webinar-form .webinar-form-widget form.hs-form fieldset .hs-richtext h2, .webinar-content .posts-sidebar .webinar-form .webinar-form-widget form.hs-form fieldset .hs-richtext h3, .webinar-content .posts-sidebar .webinar-form .webinar-form-widget form.hs-form fieldset .hs-richtext h4, .webinar-content .posts-sidebar .webinar-form .webinar-form-widget form.hs-form fieldset .hs-richtext h5, .webinar-content .posts-sidebar .webinar-form .webinar-form-widget form.hs-form fieldset .hs-richtext h6 {
	margin-top: 0 !important;
}
.webinar-content .posts-sidebar .webinar-form .webinar-form-widget form.hs-form fieldset .hs-firstname, .webinar-content .posts-sidebar .webinar-form .webinar-form-widget form.hs-form fieldset .hs-lastname {
	width: 100% !important;
	margin-left: 0 !important;
}
.webinar-content .posts-sidebar .webinar-form .webinar-form-widget .help {
	margin-top: 15px;
}
.webinar-content .posts-sidebar .webinar-registered {
}
.webinar-content .posts-sidebar .webinar-registered-calendar {
	margin-top: 15px;
	margin-bottom: 15px;
}
.webinar-content .posts-sidebar .webinar-registered-calendar i {
	color: rgba(0, 138, 204, 1);
	font-size: 30px;
	width: 30px;
	margin-right: 5px;
}
.webinar-content .posts-sidebar .webinar-registered-calendar span {
	font-weight: 700;
	vertical-align: top;
	line-height: 30px;
}
.webinar-content .posts-sidebar .webinar-registered-button .button-normal .button-link {
	background-image: linear-gradient(to right, rgba(0, 60, 89, 1), rgba(0, 60, 89, 1), rgba(0, 60, 89, 1), rgba(0, 60, 89, 1));
}
.webinar-content .webinar-related-content {
	padding: 15px;
}
.webinar-content .webinar-related-content article {
	margin-top: 15px;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
}
.webinar-content .webinar-related-content article .post-content {
	padding-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1215px) {
	.webinar-content .webinar-form .webinar-form-widget form.hs-form fieldset .hs-n2021_phone_area, .webinar-content .webinar-form .webinar-form-widget form.hs-form fieldset .hs-n2021_phone_number {
		width: 100% !important;
		margin-left: 0 !important;
	}
}
@media (min-width: 769px) and (max-width: 1023px) {
	.webinar-content aside.posts-sidebar, .webinar-content .webinar-button {
		display: none;
	}
}
@media (max-width: 768px) {
	.webinar-content .posts-main {
		padding: 0;
	}
	.webinar-content .breadcrumbs {
		margin-bottom: 0;
		padding: 0;
	}
	.webinar-content .block-heading, .webinar-content .block-paragraph, .webinar-content .block-shortcode, .webinar-content .block-button, .webinar-content .block-resources, .webinar-content .block-quote .message, .webinar-content .block-pullquote .card, .webinar-content .block-list, .webinar-content .block-list-icons, .webinar-content .breadcrumbs {
		padding-left: 0;
		padding-right: 0;
	}
	.webinar-content .posts-featured-img .video iframe {
		width: 100%;
		height: 200px;
	}
	.webinar-content .block-list {
		padding-left: 0;
		padding-right: 0;
	}
	.webinar-content .block-list ul li i {
		display: none;
	}
}

/* Event Detailview */
/* Event Detailview - Header */
body.single-events .block-header .block-header-bg:before {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.event-header .block-header-bg-no:before {
	display: none;
}
.event-header .block-header-content {
	min-height: 400px;
}
.event-header h1 {
	margin-bottom: 15px !important;
	color: rgba(0, 138, 204, 1) !important;
}
.event-header .subtitle {
	line-height: 88px !important;
	color: #fff !important;
}
/*  Countdown */
.event-header .event-header-countdown {
	padding: 0;
	height: 88px;
}
.event-header .event-header-countdown ul {
	display: none;
}
.event-header .event-header-countdown li {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 400;
	list-style-type: none;
	padding: 0 30px;
	color: rgba(122, 178, 204, 1);
	text-indent: 0;
}
.event-header .event-header-countdown li:before {
	display: none;
}
.event-header .event-header-countdown li span {
	display: block;
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 700;
	color: rgba(0, 138, 204, 1);
}
/* Event Detailview - Content */
.event-content {
	padding-bottom: 70px;
}
.event-content .container.is-fluid {
	padding: 0 15px;
}
.event-content p:empty {
	display: none;
}
.event-content .breadcrumbs {
	margin-bottom: 0;
}
.event-content .block-heading .content {
	text-align: left !important;
}
.event-content .block-heading h1, .event-content .block-heading h2, .event-content .block-heading h3, .event-content .block-heading h4, .event-content .block-heading h5, .event-content .block-heading h6 {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}
.event-content .block-image .columns, .event-content .block-button .columns {
	padding: 0 !important;
}
.event-content .block-button .columns {
	text-align: left !important;
}
.event-content .block-resources {
	margin-top: 30px;
}
.event-content .block-resources .block-resources-resource.content-box_2 {
	display: none;
}
.event-content .posts-sidebar {
	position: relative;
}
.event-content .posts-sidebar .event-data {
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}
.event-content .posts-sidebar .event-data-calendar, .event-content .posts-sidebar .event-data-country {
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
}
.event-content .posts-sidebar .event-data-calendar i, .event-content .posts-sidebar .event-data-country i {
	color: rgba(0, 138, 204, 1);
	font-size: 30px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
}
.event-content .posts-sidebar .event-data-calendar span, .event-content .posts-sidebar .event-data-country span {
	display: inline-block;
	font-weight: 700;
	vertical-align: middle;
}
.event-content .posts-sidebar .event-data-maps {
	padding-left: 35px;
}
.event-content .posts-sidebar .event-data-button {
	margin-bottom: 15px;
}
.event-content .posts-sidebar .event-data-button .button-normal .button-link {
	background-image: linear-gradient(to right, rgba(0, 60, 89, 1), rgba(0, 60, 89, 1), rgba(0, 60, 89, 1), rgba(0, 60, 89, 1));
}
@media (min-width: 769px) and (max-width: 1023px) {
	.event-content {
		padding-bottom: 30px;
	}
	.event-content .posts-main {
		padding-bottom: 0 !important;
	}
	.event-content .posts-sidebar {
		padding-left: 30px;
		padding-right: 30px;
	}
	.event-content .block-image-part {
		padding: 0 15%;
	}
	.event-content aside.posts-sidebar {
		display: none;
	}
}
@media (max-width: 768px) {
	.event-header .block-header-content {
		min-height: 300px;
	}
	.event-header .event-header-countdown {
		text-align: center;
	}
	.event-header .event-header-countdown ul {
		background: #fff !important;
		padding-top: 10px;
	}
	.event-header .event-header-countdown li {
		font-size: 1rem;
		line-height: 1rem;
		text-align: center;
		text-indent: 0;
		padding: 0 15px;
	}
	.event-header .event-header-countdown li span {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.event-content {
		padding-bottom: 30px;
	}
	.event-content .posts-main {
		padding-bottom: 0 !important;
	}
	.event-content .posts-sidebar {
		padding-left: 30px;
		padding-right: 30px;
	}
	.event-content .block-image-part {
		padding: 0 25%;
	}
	.event-content h2#h-you-may-also-be-interested-in {
		display: none;
	}
}

/* Job Overview */
body.post-type-archive-jobs footer.footer {
	margin-top: 10px;
}
.jobs-content {
	padding-bottom: 50px;
}
.jobs-content h3.h4 {
	color: rgba(28, 28, 28, 1) !important;
	background: none;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
}
.jobs-content-error {
	padding-bottom: 0;
	background-color: rgba(232, 232, 232, 1);
}
.jobs-content-error .posts-results-speculative h4 {
	margin-bottom: 20px;
	font-weight: 700 !important;
}
.jobs-content-error .posts-results-speculative p {
	margin-bottom: 15px;
}
.jobs-content-error .posts-results-speculative p:last-child {
	margin-bottom: 0;
}
.jobs-content-error .posts-results-speculative ul {
	margin-bottom: 15px;
}
/* Job Detailview */
.job-content {
	padding-top: 50px;
	padding-bottom: 70px;
}
.job-content p:empty {
	display: none;
}
.job-content .posts-title h1 {
	margin-bottom: 15px;
	color: rgba(0, 138, 204, 1) !important;
}
.job-content .block-paragraph:last-child {
	padding-top: 30px;
}
.job-content .block-heading .content {
	text-align: left !important;
}
.job-content .block-heading h1, .job-content .block-heading h2, .job-content .block-heading h3, .job-content .block-heading h4, .job-content .block-heading h5, .job-content .block-heading h6 {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}
/* h2 {
			font: $h4 !important;
			font-weight: 700 !important;
		} */
.job-content .block-heading h2:empty {
	display: none;
}
.job-content .block-list ul {
	margin-left: 0;
}
.job-content .block-list ul li:empty {
	display: none;
}
.job-content .posts-sidebar .posts-sidebar-job .job-data {
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}
.job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-categories, .job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-types, .job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-region {
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
}
.job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-categories i, .job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-types i, .job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-region i {
	color: rgba(0, 138, 204, 1);
	font-size: 25px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
}
.job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-categories span, .job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-types span, .job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-region span {
	display: inline-block;
	font-weight: 700;
	vertical-align: middle;
}
.job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-categories {
	margin-top: 0;
}
.job-content .posts-sidebar .posts-sidebar-job .posts-sidebar-data-region {
	margin-bottom: 0;
}
.job-content .posts-sidebar .posts-sidebar-job .job-form {
	margin-top: 20px;
	border-top: 1px solid rgba(186, 188, 189, 1);
	padding-top: 20px;
}
.job-content .posts-sidebar .posts-sidebar-job .job-form #field_1_1, .job-content .posts-sidebar .posts-sidebar-job .job-form #field_1_11, .job-content .posts-sidebar .posts-sidebar-job .job-form #field_2_1, .job-content .posts-sidebar .posts-sidebar-job .job-form #field_2_11 {
	grid-column: span 12;
}
.job-content .posts-sidebar .posts-sidebar-job h4 {
	margin-bottom: 15px !important;
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	color: rgba(122, 178, 204, 1) !important;
}
@media (min-width: 769px) and (max-width: 1023px) {
	.job-content {
		padding-bottom: 15px;
	}
	.job-content .posts-job {
		padding-bottom: 30px;
	}
	.job-content .posts-job .posts-title, .job-content .posts-job .posts-featured-img, .job-content .posts-job .posts-sidebar {
		padding-left: 26px;
		padding-right: 30px;
	}
	.job-content .block-button-part {
		display: none;
	}
	.job-content aside.posts-sidebar .posts-sidebar-job .job-data {
		border-radius: 0;
	}
	.job-content aside.posts-sidebar .posts-sidebar-job .posts-sidebar-data-categories, .job-content aside.posts-sidebar .posts-sidebar-job .posts-sidebar-data-types, .job-content aside.posts-sidebar .posts-sidebar-job .posts-sidebar-data-region {
		display: none;
	}
	.job-content aside.posts-sidebar .posts-sidebar-job .job-form {
		margin-top: 0;
		border-top: 0;
		padding-top: 0;
	}
}
@media (max-width: 768px) {
	.job-content {
		padding-bottom: 15px;
	}
	.job-content .posts-job {
		padding-bottom: 30px;
	}
	.job-content .posts-job .posts-title, .job-content .posts-job .posts-featured-img, .job-content .posts-job .posts-sidebar {
		padding-left: 26px;
		padding-right: 30px;
	}
	.job-content .posts-job .breadcrumbs {
		margin-bottom: 0;
	}
	.job-content .block-button-part {
		display: none;
	}
	.job-content aside.posts-sidebar .posts-sidebar-job .job-data {
		border-radius: 0;
	}
	.job-content aside.posts-sidebar .posts-sidebar-job .posts-sidebar-data-categories, .job-content aside.posts-sidebar .posts-sidebar-job .posts-sidebar-data-types, .job-content aside.posts-sidebar .posts-sidebar-job .posts-sidebar-data-region {
		display: none;
	}
	.job-content aside.posts-sidebar .posts-sidebar-job .job-form {
		margin-top: 0;
		border-top: 0;
		padding-top: 0;
	}
}

/* Use Cases Detailview *
@keyframes arrow {
	0% {
		bottom: 35px;
	}
	50% {
		bottom: 25px;
	}
	100% {
		bottom: 35px;
	}
}
.use-case-content {
	padding-bottom: 50px;
	background: $blue-dark;
	background: -moz-linear-gradient(180deg, $blue-dark 0%, $blue 100%);
	background: -webkit-linear-gradient(180deg, $blue-dark 0%, $blue 100%);
	background: linear-gradient(180deg, $blue-dark 0%, $blue 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c59",endColorstr="#008acc",GradientType=1);
	&:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 575px;
		bottom: 0;
		background: $blue-dark;
		background: -moz-linear-gradient(180deg, $blue-dark 0%, $blue 100%);
		background: -webkit-linear-gradient(180deg, $blue-dark 0%, $blue 100%);
		background: linear-gradient(180deg, $blue-dark 0%, $blue 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c59",endColorstr="#008acc",GradientType=1);
		z-index: -1;
	}
	.block-header {
		margin-bottom: 0;
		&:after {
			content: '';
			position: absolute;
			margin-left: -10px;
			left: 50%;
			width: 20px;
			height: 20px;
			bottom: 35px;
			border-top: 0.125rem solid #fff;
			border-right: 0.125rem solid #fff;
			transform: rotate(135deg);
			z-index: 10;
			animation: arrow 1.5s linear 3;
		}
		.block-header-bg:before {
			background: $blue-dark;
			background: -moz-linear-gradient(0deg, $blue-dark 0%, rgba(0, 138, 204, 0.1) 100%);
			background: -webkit-linear-gradient(0deg, $blue-dark 0%, rgba(0, 138, 204, 0.1) 100%);
			background: linear-gradient(0deg, $blue-dark 0%, rgba(0, 138, 204, 0.1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c59",endColorstr="#008acc",GradientType=1);
		}
		.block-header-content {
			min-height: 500px;
			h1, h2, h3, h4, h5, h6, p, span, li {
				color: #fff !important;
				background: none;
				-webkit-text-fill-color: #fff;
			}
			h1:before {
				content: 'Use Case';
				font: $subtitle;
				color: #fff !important;
				display: block;
				margin-bottom: 5px;
			}
		}
	}
	.block-content-section, .block-heading, .block-paragraph {
		h2, h3, h4, h5, h6, p, span, li, a, figure figcaption {
			color: #fff !important;
			background: none;
			-webkit-text-fill-color: #fff;
		}
	}
	figure figcaption {
		color: #fff !important;
	}
	.block-cta {
		margin-top: 50px;
		margin-bottom: 30px;
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.use-case-content {
		background: $blue-dark;
		background: -moz-linear-gradient(180deg, $blue-dark 0%, $blue 100%);
		background: -webkit-linear-gradient(180deg, $blue-dark 0%, $blue 100%);
		background: linear-gradient(180deg, $blue-dark 0%, $blue 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c59",endColorstr="#008acc",GradientType=1);
		.block-content-section .block-content-section-text {
			text-align: left !important;
		}
	}
}


/* Success Stories Detailview */
@keyframes arrow {
	0% {
		bottom: 35px;
	}
	50% {
		bottom: 25px;
	}
	100% {
		bottom: 35px;
	}
}
body.single-customer-stories main {
	padding-top: 0;
}
body.single-customer-stories footer.footer {
	margin-top: 10px !important;
}
.success-story-content .block-image .block-image-part .image-part-lightbox {
	width: 100%;
}
.success-story-content .block-image .block-image-part .image-part-lightbox a:after {
	content: '+';
	position: absolute;
	left: 10px;
	bottom: 40px;
	width: 30px;
	height: 30px;
	background-color: rgba(122, 178, 204, 1);
	border-radius: 50px;
	color: #fff;
	font-size: 30px;
	line-height: 25px;
	text-align: center;
	transition: all .5s ease-in-out;
}
.success-story-content .block-image .block-image-part .image-part-lightbox a:hover:after {
	background-color: rgba(0, 138, 204, 1);
	left: 20px;
	bottom: 50px;
	transform: scale(1.5);
}
/* CONTENT */
.success-story-content.success-story-content_one h2 {
	position: relative;
	display: inline-block;
}
.success-story-content.success-story-content_one h2:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-color: var(--tooltip-color);
	margin-top: -5px;
	margin-bottom: 5px;
}
.success-story-content.success-story-content_one .block-call-out .block-call-out-text h2:after {
	display: none;
}
.success-story-content.success-story-content_one .block-heading .column {
	text-align: left !important;
}
.success-story-content.success-story-content_one .block-content-section .block-content-section-text {
	text-align: left !important;
}
.success-story-content.success-story-content_one .block-quote {
	padding: 15px 0;
	padding: 15px;
}
.success-story-content.success-story-content_one .block-quote .message {
	margin-left: 60px;
	margin-left: 0;
	width: 100%;
	max-width: 1344px;
	background-color: transparent;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.success-story-content.success-story-content_one .block-quote .message .block-quote-bg {
	display: none;
}
.success-story-content.success-story-content_one .block-quote .message .message-body {
	border-color: var(--tooltip-color);
}
.success-story-content.success-story-content_one .block-quote .message .message-body .wp-block-quote {
	padding-left: 40px;
}
.success-story-content.success-story-content_one .block-quote .message .message-body .wp-block-quote:before {
	content: '"';
	position: absolute;
	left: -15px;
	top: 0;
	font-size: 5rem;
	vertical-align: top;
	line-height: 3rem;
	font-style: italic;
}
.success-story-content.success-story-content_one .block-quote .message p {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-size: 1.813rem !important;
	line-height: 2.5rem !important;
	font-weight: 400;
	font-style: italic !important;
}
.success-story-content.success-story-content_one .block-quote .message p:after {
	content: '"';
	font-style: italic;
}
.success-story-content.success-story-content_one .block-quote .message p a {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-size: 1.813rem !important;
	line-height: 2.5rem !important;
	font-weight: 400;
	font-style: italic !important;
}
.success-story-content.success-story-content_one .block-quote .message cite {
	text-align: left;
}
.success-story-content.success-story-content_one .block-quote .columns, .success-story-content.success-story-content_one .block-pullquote .columns {
	padding: 0;
}
.success-story-content.success-story-content_two .block-heading .column {
	text-align: left !important;
}
.success-story-content.success-story-content_two .block-heading .column h2 {
	margin-bottom: 5px !important;
}
.success-story-content.success-story-content_two .block-content-section .block-content-section-text {
	text-align: left !important;
}
.success-story-content.success-story-content_two .block-list ul li:before, .success-story-content.success-story-content_two .block-list ol li:before {
	color: rgba(0, 60, 89, 1);
}
.success-story-content.success-story-content_two .block-quote {
	padding: 15px 0;
	padding: 15px;
}
.success-story-content.success-story-content_two .block-quote .message {
	margin-left: 60px;
	margin-left: 0;
	width: 100%;
	max-width: 1344px;
	background-color: transparent;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.success-story-content.success-story-content_two .block-quote .message .block-quote-bg {
	display: none;
}
.success-story-content.success-story-content_two .block-quote .message .message-body {
	border-color: var(--tooltip-color);
}
.success-story-content.success-story-content_two .block-quote .message p {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-size: 1.813rem !important;
	line-height: 2.5rem !important;
	font-weight: 400;
	font-style: italic !important;
}
.success-story-content.success-story-content_two .block-quote .message p:before {
	content: '"';
	font-style: italic;
}
.success-story-content.success-story-content_two .block-quote .message p:after {
	content: '"';
	font-style: italic;
}
.success-story-content.success-story-content_two .block-quote .message p a {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-size: 1.813rem !important;
	line-height: 2.5rem !important;
	font-weight: 400;
	font-style: italic !important;
}
.success-story-content.success-story-content_two .block-quote .message cite {
	text-align: left;
}
.success-story-content.success-story-content_two .block-quote .columns, .success-story-content.success-story-content_two .block-pullquote .columns {
	padding: 0;
}
/* HEADER */
.success-story-content .success-story-header.success-story-header_one {
	margin-bottom: 60px;
}
.success-story-content .success-story-header.success-story-header_one .success-story-header-bg.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: 600px;
}
.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content {
	min-height: 600px;
}
.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content .success-story-header-content-text {
	position: relative;
	margin-top: 90px;
	padding: 30px 15px;
}
.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content .success-story-header-content-text .success-story-logo {
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	z-index: 1;
}
.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content .success-story-header-content-text .success-story-logo figure img {
	width: auto;
	height: 100%;
	max-height: 70px;
	margin: 0 auto;
	border-radius: 0 !important;
}
.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content .success-story-header-content-text .success-story-header-content-text-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: var(--tooltip-color);
	opacity: 0.7;
	border-radius: 10px;
}
.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content .success-story-header-content-text p {
	position: relative;
	z-index: 1;
	margin-bottom: 30px !important;
}
.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content .success-story-header-content-text h1 {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	color: rgba(28, 28, 28, 1) !important;
}
.success-story-content .success-story-header.success-story-header_one .success-slogan-header {
	margin-top: 15px;
}
.success-story-content .success-story-header.success-story-header_one .success-slogan-header .success-story-slogan-content {
	position: relative;
	height: 100%;
	align-items: flex-end;
}
.success-story-content .success-story-header.success-story-header_one .success-slogan-header .success-story-slogan-content .success-story-slogan-content-text {
	position: relative;
	padding: 30px 40px;
	border-radius: 10px;
	background-color: var(--tooltip-color);
}
.success-story-content .success-story-header.success-story-header_one .success-slogan-header .success-story-slogan-content .success-story-slogan-content-text h2 {
	margin-bottom: 0;
}
.success-story-content .success-story-header.success-story-header_two {
	margin-bottom: 110px;
}
.success-story-content .success-story-header.success-story-header_two .success-story-header-bg.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: 600px;
}
.success-story-content .success-story-header.success-story-header_two .success-story-header-text {
	height: 800px;
}
.success-story-content .success-story-header.success-story-header_two .success-story-header-text .success-story-header-content {
	position: relative;
	height: 100%;
	align-items: flex-end;
}
.success-story-content .success-story-header.success-story-header_two .success-story-header-text .success-story-header-content .success-story-header-content-text {
	position: relative;
	padding: 100px 30px 40px;
	border-radius: 10px;
	background-color: var(--tooltip-color);
}
.success-story-content .success-story-header.success-story-header_two .success-story-header-text .success-story-header-content .success-story-header-content-text .success-story-header-content-logo {
	position: absolute;
	top: -50px;
	left: 30px;
}
.success-story-content .success-story-header.success-story-header_two .success-story-header-text .success-story-header-content .success-story-header-content-text .success-story-header-content-logo figure {
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
.success-story-content .success-story-header.success-story-header_two .success-story-header-text .success-story-header-content .success-story-header-content-text .success-story-header-content-logo figure img {
	width: auto;
	height: 100%;
	max-height: 120px;
	margin: 0 auto;
	border-radius: 0 !important;
}
.success-story-content .success-story-header.success-story-header_two .success-story-header-text .success-story-header-content .success-story-header-content-text p {
	color: #fff !important;
}
.success-story-content .success-story-header.success-story-header_two .success-story-header-text .success-story-header-content .success-story-header-content-text h1 {
	color: #fff !important;
	margin-bottom: 0;
}
/* COMPANY FACTS */
.success-story-content .success-story-company-facts_one {
	margin-bottom: 60px;
}
.success-story-content .success-story-company-facts_one .company-facts-data-box .company-facts-data-box-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	height: 100%;
	text-align: center;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
}
.success-story-content .success-story-company-facts_one .company-facts-data-box i {
	font-size: 1.35rem;
	vertical-align: middle;
}
.success-story-content .success-story-company-facts_one .company-facts-data-box span b {
}
.success-story-content .success-story-company-facts.success-story-company-facts_two .success-story-company-facts-data figure img {
	width: auto;
	height: 100%;
	max-height: 120px;
	border-radius: 0 !important;
}
.success-story-content .success-story-company-facts.success-story-company-facts_two .success-story-company-facts-data .company-facts-data-box {
	border-bottom: 1px solid rgba(186, 188, 189, 1);
}
.success-story-content .success-story-company-facts.success-story-company-facts_two .success-story-company-facts-data .company-facts-data-box:last-child {
	border: 0;
}
.success-story-content .success-story-company-facts.success-story-company-facts_two .success-story-company-facts-data .company-facts-data-box .company-facts-data-box-icon {
	text-align: left;
}
.success-story-content .success-story-company-facts.success-story-company-facts_two .success-story-company-facts-data .company-facts-data-box .company-facts-data-box-icon i {
	font-size: 2rem;
	text-align: left;
	color: rgba(186, 188, 189, 1);
}
.success-story-content .success-story-company-facts.success-story-company-facts_two .success-story-company-facts-data .company-facts-data-box .company-facts-data-box-text span b {
}
/* CHALLENGES */
.success-story-content .success-story-challenges.success-story-challenges_one {
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(159, 159, 159, 1);
}
.success-story-content .success-story-challenges.success-story-challenges_one .success-story-challenges-challenge {
	padding-bottom: 50px;
}
.success-story-content .success-story-challenges.success-story-challenges_one .success-story-challenges-challenge .challenge-text {
}
.success-story-content .success-story-challenges.success-story-challenges_two .success-story-challenges-challenge {
	min-height: 80px;
}
.success-story-content .success-story-challenges.success-story-challenges_two .success-story-challenges-challenge .challenge-icon {
	padding: 0.75rem;
	width: 55px;
}
.success-story-content .success-story-challenges.success-story-challenges_two .success-story-challenges-challenge .challenge-icon:after {
	content: '';
	display: block;
	margin-top: 10px;
	height: 5px;
	vertical-align: middle;
	background-color: rgba(0, 138, 204, 1);
}
/* SOLUTIONS / RESULTS */
.success-story-content .success-story-solutions.success-story-solutions_one {
	margin-bottom: 60px;
}
.success-story-content .success-story-solutions.success-story-solutions_one .success-story-solutions-solution {
	padding-bottom: 50px;
}
.success-story-content .success-story-solutions.success-story-solutions_one .success-story-solutions-solution .solution-text b, .success-story-content .success-story-solutions.success-story-solutions_one .success-story-solutions-solution .solution-text strong {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.8rem !important;
	display: block;
}
.success-story-content .success-story-solutions.success-story-solutions_two {
	margin-top: 60px;
	margin-bottom: 100px;
}
.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution > .columns {
	padding: 12px;
}
.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution .solution-box {
	border: 2px solid var(--tooltip-color);
	border-radius: 10px;
}
.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution .solution-box .columns {
	min-height: 200px;
	align-items: center;
}
.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution .solution-box:hover {
	background-color: var(--tooltip-color);
}
.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution .solution-box:hover .solution-icon figure img {
	filter: brightness(100);
}
.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution .solution-box:hover .solution-text h4 {
	color: #fff !important;
}
.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution .solution-icon figure img {
	margin: 0 auto;
	width: auto;
	height: 100px;
}
.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution .solution-text h4 {
	font-weight: 700 !important;
}
/* ABOUT COMPANY */
.success-story-content .success-story-company {
	margin-top: 60px;
}
.success-story-content .success-story-company .success-story-company-logo figure img {
	width: auto;
	height: 100%;
	max-height: 120px;
	border-radius: 0 !important;
}
.success-story-content .success-story-company .success-story-company-description .block-button-link {
	display: inline-block;
	margin-top: 30px;
}
.success-story-content .success-story-company .success-story-company-products {
	border-left: 1px solid rgba(28, 28, 28, 1);
	padding-left: 40px;
}
.success-story-content .success-story-company .success-story-company-products ul.success-story-company-products-list {
	display: inline-block;
	padding-right: 30px;
	margin-top: 5px !important;
	padding-top: 15px;
	border-top: 1px solid rgba(28, 28, 28, 1);
}
.success-story-content .success-story-company .success-story-company-products ul.success-story-company-products-list li {
	font-weight: 700;
	padding-bottom: 7px;
}
.success-story-content .success-story-company .success-story-company-products ul.success-story-company-products-list li a {
	color: rgba(0, 138, 204, 1);
}
.success-story-content .success-story-company .success-story-company-products ul.success-story-company-products-list li a:hover {
	color: rgba(122, 178, 204, 1);
}
.success-story-content .success-story-company .shariff {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 40px;
}
.success-story-content .success-story-company .shariff ul {
	justify-content: center;
}
/* MORE */
.success-story-content .block-slideshow {
	margin-top: 60px;
}
.success-story-content .block-slideshow .block-slideshow-carousel .block-slideshow-slide .slideshow-slide-source .slide-image {
	border-radius: 0 !important;
}
.success-story-content .block-slideshow.content-box .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: transparent !important;
}
.success-story-content .block-slideshow.content-box a.content-box-link {
	min-height: 480px;
}
.success-story-content .block-slideshow.content-box a.content-box-link .content-box-text {
	min-height: auto;
}
.success-story-content .block-slideshow a.content-box-link {
	min-height: 480px;
}
.success-story-content .block-slideshow.background-grey .content-box .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: #fff !important;
}
body.single-customer-stories.postid-54365 .block-slideshow .container {
	display: none;
}
body.ingle-customer-stories.postid-62714 .success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content .success-story-header-content-text h1, body.ingle-customer-stories.postid-62714 .success-story-content .success-story-header.success-story-header_one .success-slogan-header .success-story-slogan-content .success-story-slogan-content-text h2 {
	color: #fff !important;
}
@media (min-width: 769px) and (max-width: 1023px) {
	body.single-customer-stories footer.footer {
		margin-top: 0;
	}
	.success-story-content.success-story-content_one .container.is-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.success-story-challenges {
		padding-left: 27px;
	}
	.success-story-challenges.success-story-challenges_one {
		padding-right: 32px;
		padding-bottom: 50px;
	}
	.success-story-challenges.success-story-challenges_two {
}
	.success-story-company-facts-data.success-story-company-facts_one {
		padding-left: 32px;
		padding-right: 32px;
	}
	.success-story-company-facts.success-story-company-facts_two {
		padding-right: 32px;
	}
	.success-story-solutions {
		padding-left: 27px;
		padding-right: 32px;
	}
	.success-story-solutions.success-story-solutions_one {
}
	.success-story-solutions.success-story-solutions_two {
}
	.success-story-company .columns {
		padding: 0 15px;
	}
	.success-story-content .success-story-challenges.success-story-challenges_one .success-story-challenges-challenge, .success-story-content .success-story-solutions.success-story-solutions_one .success-story-solutions-solution {
		padding-bottom: 20px;
	}
	.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution .solution-box .columns {
		flex-direction: column;
		min-height: 250px;
	}
}
@media (max-width: 768px) {
	body.single-customer-stories footer.footer {
		margin-top: 0;
	}
	.success-story-content.success-story-content_one .container.is-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.success-story-content .success-story-header.success-story-header_one {
		margin-bottom: 15px;
	}
	.success-story-content .success-story-header.success-story-header_one .success-story-header-bg.bg-img {
		height: 320px;
		background-position: top center;
	}
	.success-story-content .success-story-header.success-story-header_one .success-story-header-text {
		height: auto;
		padding-top: 320px;
	}
	.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content {
		min-height: auto;
	}
	.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content .success-story-header-content-text {
		padding: 0 10%;
	}
	.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content .success-story-header-content-text .success-story-header-content-text-bg {
		display: none;
	}
	.success-story-content .success-story-header.success-story-header_one .success-story-header-text .success-story-header-content .success-story-header-content-text h1 {
		font-size: 2rem !important;
		line-height: 2.5rem !important;
	}
	.success-story-content .success-story-header.success-story-header_one .success-slogan-header .success-story-slogan-content .success-story-slogan-content-text {
		padding: 15px 20px;
	}
	.success-story-content .success-story-header.success-story-header_two {
		margin-bottom: 15px;
	}
	.success-story-content .success-story-header.success-story-header_two .success-story-header-bg.bg-img {
		height: 320px;
		background-position: top center;
	}
	.success-story-content .success-story-header.success-story-header_two .success-story-header-text {
		height: auto;
		padding-top: 300px;
	}
	.success-story-content .success-story-header.success-story-header_two .success-story-header-text .success-story-header-content .success-story-header-content-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.success-story-content .success-story-header.success-story-header_two .success-story-header-text .success-story-header-content .success-story-header-content-text .success-story-header-content-logo {
		width: 200px;
	}
	.success-story-content .success-story-header.success-story-header_two .success-story-header-text .success-story-header-content .success-story-header-content-text h1 {
		font-size: 2rem !important;
		line-height: 2.5rem !important;
	}
	.success-story-content .success-story-company {
		margin-top: 15px;
	}
	.success-story-content .success-story-company .columns {
		padding: 0 15px;
	}
	.success-story-content .success-story-company .success-story-company-logo figure {
		display: none;
	}
	.success-story-content .success-story-company .success-story-company-products {
		border: 0;
		padding-left: 15px;
	}
	.success-story-content .success-story-company-facts-data, .success-story-content .success-story-challenges, .success-story-content .success-story-solutions {
		padding-left: 27px;
		padding-right: 27px;
	}
	.success-story-content .success-story-company-facts_one {
		margin-bottom: 30px;
	}
	.success-story-content .success-story-company-facts.success-story-company-facts_two .success-story-company-facts-data figure {
		display: none;
	}
	.success-story-content .success-story-challenges.success-story-challenges_one {
		margin-bottom: 30px;
	}
	.success-story-content .success-story-solutions.success-story-solutions_one {
		margin-bottom: 30px;
	}
	.success-story-content .success-story-solutions.success-story-solutions_two {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution .solution-icon figure img {
		height: 60px;
	}
	.success-story-content .success-story-solutions.success-story-solutions_two .success-story-solutions-solution .solution-box .columns {
		min-height: auto;
	}
	.success-story-content .block-slideshow.content-box a.content-box-link {
		min-height: auto;
	}
	.success-story-content .block-slideshow a.content-box-link {
		min-height: auto;
	}
	.success-story-content.success-story-content_one h2, .success-story-content.success-story-content_two h2 {
		font-size: 2rem !important;
		line-height: 2.5rem !important;
	}
	.success-story-content .success-story-challenges.success-story-challenges_one .success-story-challenges-challenge, .success-story-content .success-story-solutions.success-story-solutions_one .success-story-solutions-solution {
		padding-bottom: 20px;
	}
	.success-story-content .success-story-header.success-story-header_one .success-story-slogan .success-story-slogan-content .success-story-slogan-content-text h4 {
		font-size: 2rem !important;
		line-height: 2.5rem !important;
	}
}

/* Nolte */
body.single-customer-stories.postid-46518 .block-call-out .block-call-out-text h4, body.single-customer-stories.postid-46518 .block-call-out .block-call-out-text h2, body.single-customer-stories.postid-46518 .block-call-out .block-call-out-text p {
	color: rgba(0, 60, 89, 1) !important;
}
body.single-customer-stories.postid-46518 .block-content-boxes .block-content-boxes-box .content-box-text h3.h4 {
	font-size: 1.8rem !important;
	line-height: 2.25rem !important;
}
/* Blum */
body.single-customer-stories.postid-47374 .success-story-content .success-story-header.success-story-header_one .success-story-header-bg.bg-img {
	background-position: right center;
}
body.single-customer-stories.postid-47374 .block-content-boxes .block-content-boxes-box .content-box-text h3.h4 {
	font-size: 1.8rem !important;
	line-height: 2.25rem !important;
}
/* Saxion */
body.single-customer-stories.postid-47451 .success-story-content .success-story-header.success-story-header_one .success-story-header-bg.bg-img {
	background-position: center top;
}
body.single-customer-stories.postid-47451 .block-content-boxes .block-content-boxes-box .content-box-text h3.h4 {
	font-size: 1.8rem !important;
	line-height: 2.25rem !important;
}
/* Sika */
body.single-customer-stories.postid-47423 .success-story-content .success-story-header.success-story-header_one .success-story-header-bg.bg-img {
	background-position: center top;
}
body.single-customer-stories.postid-47423 .block-content-boxes .block-content-boxes-box .content-box-text h3.h4 {
	font-size: 1.8rem !important;
	line-height: 2.25rem !important;
}
/* Evonik */
body.single-customer-stories.postid-46553 .block-content-boxes .block-content-boxes-box .content-box-text h3.h4 {
	font-size: 1.8rem !important;
	line-height: 2.25rem !important;
}

body main .posts-main {
	padding-bottom: 70px;
}
@media (max-width: 768px) {
	body main .posts-main {
		padding-bottom: 30px;
	}
}
/*=====  End of PAGES  ======*/


/*================================
=            SPECIALS            =
================================*/
/* Home */
body.home #particles-js {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
body.home .block-header {
	background-color: #00375d;
}
body.home .block-header-bg.bg-video:after {
	background-color: #00375d;
}
body.home .block-half-section {
	background: rgba(232, 232, 232, 1);
	background: -moz-linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, #fff 100%);
	background: -webkit-linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, #fff 100%);
	background: linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e8e8e8",GradientType=1);
}
body.home .block-header-bg.bg-video video {
	filter: none;
	height: 100%;
}
body.home .block-header-full {
	z-index: 2;
}
body.home .block-header-full .block-header-content {
	min-height: 400px;
}
body.home .block-header-full .block-header-content h1, body.home .block-header-full .block-header-content p.subtitle, body.home .block-header-full .block-header-content p {
	color: rgba(122, 178, 204, 1) !important;
}
body.home .block-latest-posts {
	padding-bottom: 50px;
}
body.home .block-latest-posts .content-box .content-box-source {
	height: 180px !important;
}
body.home .block-content-boxes .block-content-boxes-box .content-box-link {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
body.home .block-half-section .block-half-section-text ul {
	margin-top: 0 !important;
	background: none !important;
	color: rgba(0, 60, 89, 1) !important;
}
body.home .block-half-section .block-half-section-text ul li {
	list-style: none;
	padding-left: 25px;
	text-indent: -25px;
}
body.home .block-half-section .block-half-section-text ul li:before {
	content: '\2022';
	font-size: 2rem;
	line-height: 0;
	width: 2rem;
	height: 1rem;
	color: rgba(0, 138, 204, 1);
	padding-right: 15px;
	vertical-align: middle;
	background: none;
	margin-right: 0;
	display: inline;
}
body.home .block-half-section .block-half-section-text ul ul {
	margin-top: 0 !important;
}
@media (max-width: 768px) {
	body.home .block-header-full .block-header-content {
		min-height: 250px;
	}
	body.home .block-header-bg.bg-video video {
		max-width: 100%;
	}
	body.home .block-content-boxes .block-content-boxes-box .content-box-link .image {
		background-position: center top !important;
		height: 200px !important;
	}
	body.home .block-half-section .columns.pt-5 {
		padding-top: 0 !important;
	}
	body.home .block-half-section .columns.pt-5 .block-half-section-source {
		padding-top: 0;
	}
}

/* GreenLight */
body.page-id-40009 h3, body.page-id-40009 .h3, body.greenlight h3, body.greenlight .h3 {
	background-color: rgba(0, 149, 127, 1) !important;
	background-image: linear-gradient(to right, rgba(0, 149, 127, 1), rgba(0, 100, 85, 1), rgba(0, 100, 85, 1), rgba(0, 149, 127, 1)) !important;
}
body.page-id-40009 .block-cta .h3, body.greenlight .block-cta .h3 {
	color: #fff !important;
	background: none !important;
	-webkit-text-fill-color: #fff !important;
}
body.page-id-40009 .background-light-blue, body.greenlight .background-light-blue {
	background-color: rgba(0, 149, 127, 1);
}
body.page-id-40009 .block-header:after, body.greenlight .block-header:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 149, 127, 1);
	background: -moz-linear-gradient(45deg, rgba(0, 149, 127, 1) 0%, rgba(0, 100, 85, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 149, 127, 1) 0%, rgba(0, 100, 85, 1) 100%);
	background: linear-gradient(45deg, rgba(0, 149, 127, 1) 0%, rgba(0, 100, 85, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00957f",endColorstr="#006455",GradientType=1);
}
body.page-id-40009 .block-header h1, body.greenlight .block-header h1 {
	margin-bottom: 30px !important;
}
body.page-id-40009 .block-header .block-header-text p.subtitle, body.page-id-40009 .block-header .block-header-text-event p.subtitle, body.page-id-40009 .block-header .block-header-text p, body.page-id-40009 .block-header .block-header-text-event p, body.greenlight .block-header .block-header-text p.subtitle, body.greenlight .block-header .block-header-text-event p.subtitle, body.greenlight .block-header .block-header-text p, body.greenlight .block-header .block-header-text-event p {
	color: #fff !important;
}
@media (max-width: 768px) {
	body.page-id-40009 .block-embed .video iframe, body.greenlight .block-embed .video iframe {
		width: 100%;
		height: 200px;
	}
}

/* ConnectionsExpert */
body.page-id-39864 h3, body.page-id-39864 .h3, body.connectionsexpert h3, body.connectionsexpert .h3 {
	background-color: rgba(76, 118, 186, 1) !important;
	background-image: linear-gradient(to right, rgba(76, 118, 186, 1), rgba(45, 80, 135, 1), rgba(45, 80, 135, 1), rgba(76, 118, 186, 1)) !important;
}
body.page-id-39864 .block-cta .h3, body.connectionsexpert .block-cta .h3 {
	color: #fff !important;
	background: none !important;
	-webkit-text-fill-color: #fff !important;
}
body.page-id-39864 .background-light-blue, body.connectionsexpert .background-light-blue {
	background-color: rgba(76, 118, 186, 1);
}
body.page-id-39864 .block-header:after, body.connectionsexpert .block-header:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(76, 118, 186, 1);
	background: -moz-linear-gradient(180deg, rgba(76, 118, 186, 1) 0%, rgba(45, 80, 135, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(76, 118, 186, 1) 0%, rgba(45, 80, 135, 1) 100%);
	background: linear-gradient(180deg, rgba(76, 118, 186, 1) 0%, rgba(45, 80, 135, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c76ba",endColorstr="#2d5087",GradientType=1);
}
body.page-id-39864 .block-header h1, body.connectionsexpert .block-header h1 {
	margin-bottom: 30px !important;
}
body.page-id-39864 .block-header .block-header-text p.subtitle, body.page-id-39864 .block-header .block-header-text-event p.subtitle, body.page-id-39864 .block-header .block-header-text p, body.page-id-39864 .block-header .block-header-text-event p, body.connectionsexpert .block-header .block-header-text p.subtitle, body.connectionsexpert .block-header .block-header-text-event p.subtitle, body.connectionsexpert .block-header .block-header-text p, body.connectionsexpert .block-header .block-header-text-event p {
	color: #fff !important;
}
body.page-id-39864 .block-cta .h3, body.connectionsexpert .block-cta .h3 {
	color: #fff !important;
	background: none !important;
	-webkit-text-fill-color: #fff !important;
}

/* DataMiner */
body.page-id-39997 h3, body.page-id-39997 .h3, body.dataminer h3, body.dataminer .h3 {
	background-color: rgba(64, 105, 145, 1) !important;
	background-image: linear-gradient(to right, rgba(64, 105, 145, 1), rgba(1, 159, 168, 1), rgba(1, 159, 168, 1), rgba(64, 105, 145, 1)) !important;
}
body.page-id-39997 .background-light-blue, body.dataminer .background-light-blue {
	background-color: rgba(64, 105, 145, 1);
}
body.page-id-39997 .block-header:after, body.dataminer .block-header:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(64, 105, 145, 1);
	background: -moz-linear-gradient(0deg, rgba(64, 105, 145, 1) 0%, rgba(1, 159, 168, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(64, 105, 145, 1) 0%, rgba(1, 159, 168, 1) 100%);
	background: linear-gradient(0deg, rgba(64, 105, 145, 1) 0%, rgba(1, 159, 168, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#406991",endColorstr="#019fa8",GradientType=1);
}
body.page-id-39997 .block-header h1, body.dataminer .block-header h1 {
	margin-bottom: 30px !important;
}
body.page-id-39997 .block-header .block-header-text p.subtitle, body.page-id-39997 .block-header .block-header-text-event p.subtitle, body.page-id-39997 .block-header .block-header-text p, body.page-id-39997 .block-header .block-header-text-event p, body.dataminer .block-header .block-header-text p.subtitle, body.dataminer .block-header .block-header-text-event p.subtitle, body.dataminer .block-header .block-header-text p, body.dataminer .block-header .block-header-text-event p {
	color: #fff !important;
}
body.page-id-39997 .block-cta .h3, body.dataminer .block-cta .h3 {
	color: #fff !important;
	background: none !important;
	-webkit-text-fill-color: #fff !important;
}

/* iDNA */
body.page-id-41311 h3, body.page-id-41311 .h3, body.idna-applications h3, body.idna-applications .h3 {
	background-color: rgba(0, 79, 149, 1) !important;
	background-image: linear-gradient(to right, rgba(0, 79, 149, 1), rgba(0, 138, 204, 1), rgba(0, 138, 204, 1), rgba(0, 79, 149, 1)) !important;
}
body.page-id-41311 .block-cta .h3, body.page-id-41311 .block-dataminer h2, body.page-id-41311 .block-dataminer .h3, body.idna-applications .block-cta .h3, body.idna-applications .block-dataminer h2, body.idna-applications .block-dataminer .h3 {
	color: #fff !important;
	background: none !important;
	-webkit-text-fill-color: #fff !important;
}
body.page-id-41311 .background-light-blue, body.idna-applications .background-light-blue {
	background-color: rgba(0, 79, 149, 1);
}
body.page-id-41311 .block-header, body.idna-applications .block-header {
	position: relative;
	background: rgba(0, 79, 149, 1);
	background: -moz-linear-gradient(180deg, rgba(0, 79, 149, 1) 0%, rgba(0, 138, 204, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 79, 149, 1) 0%, rgba(0, 138, 204, 1) 100%);
	background: linear-gradient(180deg, rgba(0, 79, 149, 1) 0%, rgba(0, 138, 204, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004f95",endColorstr="#008acc",GradientType=1);
}
body.page-id-41311 .block-header:after, body.idna-applications .block-header:after {
	content: '';
	background: url('../img/HCL_Business_Partner.png') no-repeat 0px 0px;
	position: absolute;
	right: 50px;
	top: 15px;
	width: 170px;
	height: 70px;
	background-size: contain;
	background-position: center right;
	z-index: 3;
}
body.page-id-41311 .block-header .block-header-half .block-header-img, body.idna-applications .block-header .block-header-half .block-header-img {
	border-radius: 0;/* height: 380px !important; */
	margin-top: 70px;
}
body.page-id-41311 .block-header .block-header-text h1, body.page-id-41311 .block-header .block-header-text-event h1, body.idna-applications .block-header .block-header-text h1, body.idna-applications .block-header .block-header-text-event h1 {
	color: rgba(122, 178, 204, 1) !important;
	margin-bottom: 30px;
}
body.page-id-41311 .block-header .block-header-text p.subtitle, body.page-id-41311 .block-header .block-header-text-event p.subtitle, body.idna-applications .block-header .block-header-text p.subtitle, body.idna-applications .block-header .block-header-text-event p.subtitle {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif;
	color: #fff !important;
}
body.page-id-41311 .block-header .block-header-text p, body.page-id-41311 .block-header .block-header-text-event p, body.idna-applications .block-header .block-header-text p, body.idna-applications .block-header .block-header-text-event p {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #fff !important;
}
body.page-id-41311 .block-content-section.block-content-section_3 .block-content-section-source .svg svg, body.idna-applications .block-content-section.block-content-section_3 .block-content-section-source .svg svg {
	height: 480px;
}
@media (max-width: 768px) {
	body.page-id-41311 .block-header, body.idna-applications .block-header {
		padding-top: 50px;
	}
	body.page-id-41311 .block-header:after, body.idna-applications .block-header:after {
		right: 10px;
		width: 130px;
		height: 50px;
	}
	body.page-id-41311 .block-header .block-header-half .block-header-img, body.idna-applications .block-header .block-header-half .block-header-img {
		margin-top: 0;
		height: 300px;
	}
	body.page-id-41311 .block-content-section .block-content-section-source .svg svg, body.idna-applications .block-content-section .block-content-section-source .svg svg {
		height: 250px;
	}
	body.page-id-41311 .block-content-section.block-content-section_3 .block-content-section-source .svg svg, body.idna-applications .block-content-section.block-content-section_3 .block-content-section-source .svg svg {
		height: 250px;
	}
}

/* AI */
body.page-id-41358 #chapter_applicationinsights-has-come-of-age h3, body.applicationinsights #chapter_applicationinsights-has-come-of-age h3 {
	margin-bottom: 0 !important;
}
body.page-id-41358 .block-button .columns, body.applicationinsights .block-button .columns {
	padding-top: 0 !important;
}
body.page-id-41358 .block-button .columns .block-button-part .button-normal .button-link, body.applicationinsights .block-button .columns .block-button-part .button-normal .button-link {
	background-color: rgba(0, 79, 149, 1);
	background-image: linear-gradient(to right, rgba(0, 79, 149, 1), rgba(0, 138, 204, 1), rgba(0, 138, 204, 1), rgba(0, 79, 149, 1));
}
body.page-id-41358 .block-button .columns .block-button-part .button-circle .button-link, body.applicationinsights .block-button .columns .block-button-part .button-circle .button-link {
	color: rgba(0, 79, 149, 1) !important;
}
body.page-id-41358 .block-button .columns .block-button-part .button-circle .button-link .circle, body.applicationinsights .block-button .columns .block-button-part .button-circle .button-link .circle {
	background-color: rgba(0, 79, 149, 1) !important;
}
body.page-id-41358 .block-button .columns .block-button-part .button-arrow .button-link .button-text, body.applicationinsights .block-button .columns .block-button-part .button-arrow .button-link .button-text {
	color: rgba(0, 79, 149, 1) !important;
}
body.page-id-41358 .block-button .columns .block-button-part .button-arrow .button-link .circle .icon.arrow::before, body.applicationinsights .block-button .columns .block-button-part .button-arrow .button-link .circle .icon.arrow::before {
	border-color: rgba(0, 79, 149, 1);
}
body.page-id-41358 .block-button .columns .block-button-part .button-arrow .button-link:hover .circle .icon.arrow, body.applicationinsights .block-button .columns .block-button-part .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(0, 79, 149, 1);
}
body.page-id-41358 .block-button .columns .block-button-part .button-arrow .button-link:hover .circle .icon.arrow::before, body.applicationinsights .block-button .columns .block-button-part .button-arrow .button-link:hover .circle .icon.arrow::before {
	border-color: rgba(0, 79, 149, 1);
}
body.page-id-41358 h3, body.page-id-41358 .h3, body.applicationinsights h3, body.applicationinsights .h3 {
	background-color: rgba(0, 79, 149, 1) !important;
	background-image: linear-gradient(to right, rgba(0, 79, 149, 1), rgba(0, 138, 204, 1), rgba(0, 138, 204, 1), rgba(0, 79, 149, 1)) !important;
}
body.page-id-41358 .background-light-blue, body.applicationinsights .background-light-blue {
	background-color: rgba(0, 79, 149, 1);
}
body.page-id-41358 .block-cta .h3, body.page-id-41358 .block-dataminer h2, body.page-id-41358 .block-dataminer .h3, body.applicationinsights .block-cta .h3, body.applicationinsights .block-dataminer h2, body.applicationinsights .block-dataminer .h3 {
	color: #fff !important;
	background: none !important;
	-webkit-text-fill-color: #fff !important;
}
body.page-id-41358 .block-table, body.applicationinsights .block-table {
	padding-left: 10vw;
	padding-right: 10vw;
}
body.page-id-41358 .block-table table td, body.applicationinsights .block-table table td {
	text-align: center;
	height: 60px;
	vertical-align: middle;
}
body.page-id-41358 .block-table table i, body.applicationinsights .block-table table i {
	font-size: 2rem;
}
body.page-id-41358 .block-table table tr:nth-child(even), body.applicationinsights .block-table table tr:nth-child(even) {
	background-color: rgba(232, 232, 232, 1);
}
body.page-id-41358 .block-table table tr:first-child td, body.applicationinsights .block-table table tr:first-child td {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
	font-weight: 400;
}
body.page-id-41358 .block-table table tr:first-child td:last-child, body.applicationinsights .block-table table tr:first-child td:last-child {
	font-weight: 700;
}
body.page-id-41358 .block-table table tr td:first-child, body.applicationinsights .block-table table tr td:first-child {
	font-weight: 700;
	text-align: left;
}
body.page-id-41358 .block-table figure figcaption, body.applicationinsights .block-table figure figcaption {
	text-align: left;
}
@media (min-width: 769px) and (max-width: 1023px) {
	body.page-id-41358 .block-table, body.applicationinsights .block-table {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 768px) {
	body.page-id-41358 .block-table, body.applicationinsights .block-table {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* SecurityInsider */
body.page-id-41371 h3, body.page-id-41371 .h3, body.securityinsider h3, body.securityinsider .h3 {
	background-color: rgba(171, 10, 48, 1) !important;
	background-image: linear-gradient(to right, rgba(171, 10, 48, 1), rgba(230, 68, 0, 1), rgba(230, 68, 0, 1), rgba(171, 10, 48, 1)) !important;
}
body.page-id-41371 .block-cta .h3, body.securityinsider .block-cta .h3 {
	color: #fff !important;
	background: none !important;
	-webkit-text-fill-color: #fff !important;
}
body.page-id-41371 .background-light-blue, body.securityinsider .background-light-blue {
	background-color: rgba(171, 10, 48, 1);
}
body.page-id-41371 .block-header:after, body.securityinsider .block-header:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(171, 10, 48, 1);
	background: -moz-linear-gradient(180deg, rgba(171, 10, 48, 1) 0%, rgba(230, 68, 0, 1) 100%);
	background: -webkit-linear-gradient(180deg);
	background: linear-gradient(180deg, rgba(171, 10, 48, 1) 0%, rgba(230, 68, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AB0A30",endColorstr="#E64400",GradientType=1);
}
body.page-id-41371 .block-header h1, body.securityinsider .block-header h1 {
	margin-bottom: 30px !important;
}
body.page-id-41371 .block-header .block-header-text p.subtitle, body.page-id-41371 .block-header .block-header-text-event p.subtitle, body.page-id-41371 .block-header .block-header-text p, body.page-id-41371 .block-header .block-header-text-event p, body.securityinsider .block-header .block-header-text p.subtitle, body.securityinsider .block-header .block-header-text-event p.subtitle, body.securityinsider .block-header .block-header-text p, body.securityinsider .block-header .block-header-text-event p {
	color: #fff !important;
}
body.page-id-41371 .block-header .block-button-part.button-highlight .button-normal .button-link, body.securityinsider .block-header .block-button-part.button-highlight .button-normal .button-link {
	background-color: rgba(255, 174, 0, 1);
	background-image: linear-gradient(to right, rgba(255, 174, 0, 1), rgba(255, 192, 58, 1), rgba(255, 192, 58, 1), rgba(255, 174, 0, 1));
}
body.page-id-41371 .block-header .block-button-part.button-highlight .button-circle .button-link, body.securityinsider .block-header .block-button-part.button-highlight .button-circle .button-link {
	color: rgba(255, 174, 0, 1) !important;
}
body.page-id-41371 .block-header .block-button-part.button-highlight .button-circle .button-link .circle, body.securityinsider .block-header .block-button-part.button-highlight .button-circle .button-link .circle {
	background-color: rgba(255, 174, 0, 1) !important;
}
body.page-id-41371 .block-header .block-button-part.button-highlight .button-arrow .button-link .button-text, body.securityinsider .block-header .block-button-part.button-highlight .button-arrow .button-link .button-text {
	color: rgba(255, 174, 0, 1) !important;
}
body.page-id-41371 .block-header .block-button-part.button-highlight .button-arrow .button-link .circle .icon.arrow::before, body.securityinsider .block-header .block-button-part.button-highlight .button-arrow .button-link .circle .icon.arrow::before {
	border-color: rgba(255, 174, 0, 1);
}
body.page-id-41371 .block-header .block-button-part.button-highlight .button-arrow .button-link:hover .circle .icon.arrow, body.securityinsider .block-header .block-button-part.button-highlight .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(255, 174, 0, 1);
}
body.page-id-41371 .block-header .block-button-part.button-highlight .button-arrow .button-link:hover .circle .icon.arrow::before, body.securityinsider .block-header .block-button-part.button-highlight .button-arrow .button-link:hover .circle .icon.arrow::before {
	border-color: rgba(255, 174, 0, 1);
}
body.page-id-41371 .block-cta .h3, body.securityinsider .block-cta .h3 {
	color: #fff !important;
	background: none !important;
	-webkit-text-fill-color: #fff !important;
}

/* Contact */
.page-content-contact {
	position: relative;
	min-height: 500px;
	padding-top: 250px;
}
.page-content-contact .page-content-contact-bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
	height: 350px;
	background-position: center center;
}
.page-content-contact .page-content-contact-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1;
}
.page-content-contact .page-main {
	padding-top: 150px;
}
.page-content-contact .page-main .container {
	padding-left: 0;
	padding-right: 0;
}
.page-content-contact .page-main .block-heading .content {
	text-align: left !important;
}
.page-content-contact .page-sidebar {
	padding-bottom: 70px;
}
.page-content-contact .page-sidebar .page-sidebar-form {
	min-height: 200px;
	padding: 30px 15px;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}
.page-content-contact .page-sidebar .page-sidebar-form .help {
	margin-top: 15px;
}
body.page-template-page-contact.page-id-42995 .block-content-boxes .columns, body.page-template-page-contact.page-id-42995 .block-content-boxes .block-content-boxes-box, body.page-template-page-contact.page-id-42995 .block-content-boxes .block-content-boxes-box .content-box-text {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
body.page-template-page-contact.page-id-42995 .block-content-boxes .block-content-boxes-box {/* height: 200px; */
}
body.page-template-page-contact.page-id-42995 .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav.tabs, body.page-template-page-contact.page-id-42995 .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li {
	margin-bottom: 0 !important;
}
@media (max-width: 768px) {
	body.page-template-page-contact.page-id-42995 .block-content-boxes .block-content-boxes-box {
		width: 30%;
		display: inline-block;
	}
}

body.page-template-page-contact.page-id-42993 form.hs-form fieldset .hs-richtext h1, body.page-template-page-contact.page-id-42993 form.hs-form fieldset .hs-richtext h2, body.page-template-page-contact.page-id-42993 form.hs-form fieldset .hs-richtext h3, body.page-template-page-contact.page-id-42993 form.hs-form fieldset .hs-richtext h4, body.page-template-page-contact.page-id-42993 form.hs-form fieldset .hs-richtext h5, body.page-template-page-contact.page-id-42993 form.hs-form fieldset .hs-richtext h6 {
	margin-top: 0;
}
body.page-template-page-contact.page-id-42989 form.hs-form fieldset .hs-richtext h1, body.page-template-page-contact.page-id-42989 form.hs-form fieldset .hs-richtext h2, body.page-template-page-contact.page-id-42989 form.hs-form fieldset .hs-richtext h3, body.page-template-page-contact.page-id-42989 form.hs-form fieldset .hs-richtext h4, body.page-template-page-contact.page-id-42989 form.hs-form fieldset .hs-richtext h5, body.page-template-page-contact.page-id-42989 form.hs-form fieldset .hs-richtext h6, body.page-template-page-contact.page-id-69072 form.hs-form fieldset .hs-richtext h1, body.page-template-page-contact.page-id-69072 form.hs-form fieldset .hs-richtext h2, body.page-template-page-contact.page-id-69072 form.hs-form fieldset .hs-richtext h3, body.page-template-page-contact.page-id-69072 form.hs-form fieldset .hs-richtext h4, body.page-template-page-contact.page-id-69072 form.hs-form fieldset .hs-richtext h5, body.page-template-page-contact.page-id-69072 form.hs-form fieldset .hs-richtext h6, body.page-template-page-contact.page-id-67048 form.hs-form fieldset .hs-richtext h1, body.page-template-page-contact.page-id-67048 form.hs-form fieldset .hs-richtext h2, body.page-template-page-contact.page-id-67048 form.hs-form fieldset .hs-richtext h3, body.page-template-page-contact.page-id-67048 form.hs-form fieldset .hs-richtext h4, body.page-template-page-contact.page-id-67048 form.hs-form fieldset .hs-richtext h5, body.page-template-page-contact.page-id-67048 form.hs-form fieldset .hs-richtext h6 {
	margin-top: 0;
}
body.page-template-page-contact.page-id-42989 .block-button-link, body.page-template-page-contact.page-id-69072 .block-button-link, body.page-template-page-contact.page-id-67048 .block-button-link, body.page-template-page-contact.page-id-42999 .block-button-link, body.page-template-page-contact.page-id-67092 .block-button-link {
	display: inline-block;
}
body.page-template-page-contact.page-id-42989 .block-button .columns, body.page-template-page-contact.page-id-69072 .block-button .columns, body.page-template-page-contact.page-id-67048 .block-button .columns, body.page-template-page-contact.page-id-42999 .block-button .columns, body.page-template-page-contact.page-id-67092 .block-button .columns {
	padding: 0 !important;
	text-align: left !important;
}
body.page-template-page-contact.page-id-42989 .block-button .columns .column, body.page-template-page-contact.page-id-69072 .block-button .columns .column, body.page-template-page-contact.page-id-67048 .block-button .columns .column, body.page-template-page-contact.page-id-42999 .block-button .columns .column, body.page-template-page-contact.page-id-67092 .block-button .columns .column {
	padding-top: 0;
	padding-bottom: 0;
}
body.page-template-page-contact.page-id-42989 #chapter_our-locations, body.page-template-page-contact.page-id-69072 #chapter_our-locations, body.page-template-page-contact.page-id-67048 #chapter_our-locations {
	padding-bottom: 0;
}
body.page-template-page-contact.page-id-42989 #chapter_our-locations h3, body.page-template-page-contact.page-id-69072 #chapter_our-locations h3, body.page-template-page-contact.page-id-67048 #chapter_our-locations h3 {
	margin-bottom: 0 !important;
}
body.page-template-page-contact form.hs-form .hs-n2020_services_contact_form, body.page-template-page-contact form.hs-form .hs-n2020_partner_type, body.page-template-page-contact form.hs-form .hs-n2020_partner, body.page-template-page-contact form.hs-form .hs-n2020_products, body.page-template-page-contact form.hs-form .hs-n2020_support, body.page-template-page-contact form.hs-form .hs-n2020_sandbox_products, body.page-template-page-contact form.hs-form .hs-n2020_newsletter_topics, body.page-template-page-contact form.hs-form .hs_n2024_en_products, body.page-template-page-contact form.hs-form .hs_n2024_en_categories, body.page-template-page-contact form.hs-form .hs_n2020_support {
	padding-bottom: 5px;
}
body.page-template-page-contact form.hs-form .hs-n2020_services_contact_form > label span, body.page-template-page-contact form.hs-form .hs-n2020_partner_type > label span, body.page-template-page-contact form.hs-form .hs-n2020_partner > label span, body.page-template-page-contact form.hs-form .hs-n2020_products > label span, body.page-template-page-contact form.hs-form .hs-n2020_support > label span, body.page-template-page-contact form.hs-form .hs-n2020_sandbox_products > label span, body.page-template-page-contact form.hs-form .hs-n2020_newsletter_topics > label span, body.page-template-page-contact form.hs-form .hs_n2024_en_products > label span, body.page-template-page-contact form.hs-form .hs_n2024_en_categories > label span, body.page-template-page-contact form.hs-form .hs_n2020_support > label span {
	display: inline-block;
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	color: rgba(122, 178, 204, 1) !important;
	margin-bottom: 15px;
}
body.page-template-page-contact form.hs-form .hs-n2020_products label {
	margin-bottom: 15px;
}
body.page-template-page-contact form.hs-form .hs-n2020_products span {
	display: inline !important;
}
@media (max-width: 768px) {
	body.page-template-page-contact form.hs-form .hs-n2020_services_contact_form > label span, body.page-template-page-contact form.hs-form .hs-n2020_partner_type > label span, body.page-template-page-contact form.hs-form .hs-n2020_partner > label span, body.page-template-page-contact form.hs-form .hs-n2020_products > label span, body.page-template-page-contact form.hs-form .hs-n2020_support > label span, body.page-template-page-contact form.hs-form .hs-n2020_sandbox_products > label span, body.page-template-page-contact form.hs-form .hs-n2020_newsletter_topics > label span, body.page-template-page-contact form.hs-form .hs_n2024_en_products > label span, body.page-template-page-contact form.hs-form .hs_n2024_en_categories > label span, body.page-template-page-contact form.hs-form .hs_n2020_support > label span {
		font-size: 1.05rem !important;
		line-height: 1.5rem !important;
	}
}
/* FORMS 2024 */
body.page-template-page-contact form.hs-form .hs_n2024_en_products ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
body.page-template-page-contact form.hs-form .hs_n2024_en_products ul li {
	display: inline-block;
	width: 50%;
	margin-top: 5px;
}
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:first-child {
	margin-right: 35%;
	margin-top: 35px;
}
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:first-child:before, body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(2):before, body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(6):before {
	content: 'Microsoft 365';/* display: inline-block; */
	color: rgba(28, 28, 28, 1);
	font-size: 1rem !important;
	width: 100%;
	flex-basis: 100%;
	display: flex;
	margin-top: -15px;
	height: 13px;
}
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(2),
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(6) {
	margin-top: 35px;
}
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(2):before {
	content: 'HCL Notes/Domino';
}
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(6),
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(7),
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(8),
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(9),
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(10),
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(11) {
/*	width: 33%;*/
	width: 100%;
}
body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(6):before {
	content: 'Services';
}
body.page-template-page-contact form.hs-form .hs_n2024_en_categories ul li,
body.page-template-page-contact form.hs-form .hs_n2020_support ul li {
	display: inline-block;
	width: 25%;
	margin-top: 5px;
}
@media (min-width: 1024px) and (max-width: 1215px) {
	body.page-template-page-contact form.hs-form .hs_n2024_en_products ul li,
	body.page-template-page-contact form.hs-form .hs_n2024_en_categories ul li,
	body.page-template-page-contact form.hs-form .hs_n2020_support ul li {
		width: 50%;
	}
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(6),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(7),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(8),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(9),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(10),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(11) {
		width: 100%;
	}
}
@media (min-width: 769px) and (max-width: 1023px) {
	body.page-template-page-contact form.hs-form .hs_n2024_en_products ul li,
	body.page-template-page-contact form.hs-form .hs_n2024_en_categories ul li,
	body.page-template-page-contact form.hs-form .hs_n2020_support ul li,
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(6),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(7),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(8),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(9),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(10),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(11) {
		width: 100%;
	}
}
@media (max-width: 768px) {
	body.page-template-page-contact form.hs-form .hs_n2024_en_products ul li,
	body.page-template-page-contact form.hs-form .hs_n2024_en_categories ul li,
	body.page-template-page-contact form.hs-form .hs_n2020_support ul li,
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(6),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(7),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(8),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(9),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(10),
	body.page-template-page-contact form.hs-form .hs_n2024_en_products li:nth-child(11) {
		width: 100%;
	}
}

@media (max-width: 768px) {
	body.page-template-page-contact form.hs-form .hs-n2020_services_contact_form > label span, body.page-template-page-contact form.hs-form .hs-n2020_partner_type > label span, body.page-template-page-contact form.hs-form .hs-n2020_partner > label span, body.page-template-page-contact form.hs-form .hs-n2020_products > label span, body.page-template-page-contact form.hs-form .hs-n2020_support > label span, body.page-template-page-contact form.hs-form .hs-n2020_sandbox_products > label span, body.page-template-page-contact form.hs-form .hs-n2020_newsletter_topics > label span, body.page-template-page-contact form.hs-form .hs_n2024_en_products > label span, body.page-template-page-contact form.hs-form .hs_n2024_en_categories > label span {
		font-size: 1.05rem !important;
		line-height: 1.5rem !important;
	}
}
/* Contact Sandbox */
body.page-template-page-sandbox-oe .block-content-boxes-box .content-box-text, body.page-template-page-sandbox-idna .block-content-boxes-box .content-box-text {
	text-align: center;
}
body.page-template-page-sandbox-oe .form legend, body.page-template-page-sandbox-idna .form legend {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	color: rgba(122, 178, 204, 1) !important;
	margin-bottom: 15px;
	margin-top: 0 !important;
}
body.page-template-page-sandbox-oe .form input, body.page-template-page-sandbox-oe .form select, body.page-template-page-sandbox-idna .form input, body.page-template-page-sandbox-idna .form select {
	padding: 0;
	margin: 0 0 15px 0 !important;
	box-shadow: none;
	border-radius: 0;
	background-color: #fff;
	border: 0;
	align-items: flex-start;
	height: 100%;
	border-radius: 10px;
	border: 1px solid rgba(232, 232, 232, 1);
	width: 100% !important;
	height: 40px;
	padding: 5px 10px;
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	vertical-align: middle;
}
body.page-template-page-sandbox-oe .form input:focus, body.page-template-page-sandbox-oe .form select:focus, body.page-template-page-sandbox-idna .form input:focus, body.page-template-page-sandbox-idna .form select:focus {
	outline: 0;
	border-color: rgba(122, 178, 204, 1);
}
body.page-template-page-sandbox-oe .form select, body.page-template-page-sandbox-idna .form select {
	align-items: center;
	color: rgba(0, 0, 0, 0.5);
}
body.page-template-page-sandbox-oe .form input[type="checkbox"], body.page-template-page-sandbox-idna .form input[type="checkbox"] {
	-webkit-appearance: none;
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	border-radius: 5px;
	border: 0;
	background-color: #fff;
	padding: 0;
	vertical-align: top;
}
body.page-template-page-sandbox-oe .form input[type="checkbox"]:before, body.page-template-page-sandbox-idna .form input[type="checkbox"]:before {
	content: '';
	display: block;
	float: left;
	margin-right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid rgba(232, 232, 232, 1);
	background-color: #fff;
}
body.page-template-page-sandbox-oe .form input[type="checkbox"]:checked:before, body.page-template-page-sandbox-idna .form input[type="checkbox"]:checked:before {
	box-shadow: inset 0px 0px 0px 3px #fff;
	border-color: rgba(255, 74, 158, 1);
	background-color: rgba(255, 74, 158, 1);
}
body.page-template-page-sandbox-oe .form input[type="checkbox"]:focus:before, body.page-template-page-sandbox-idna .form input[type="checkbox"]:focus:before {
	box-shadow: inset 0px 0px 0px 3px #fff;
	border-color: rgba(255, 74, 158, 1);
}
body.page-template-page-sandbox-oe .form label, body.page-template-page-sandbox-idna .form label {
	display: inline-block;
	width: 95%;
	color: rgba(28, 28, 28, 1);/* font: $subtitle; */
	margin-bottom: 15px;
}
body.page-template-page-sandbox-oe .form span.required, body.page-template-page-sandbox-idna .form span.required {
	font-weight: 700;
	color: rgba(255, 74, 158, 1);
	padding-left: 3px;
}
body.page-template-page-sandbox-oe .form p, body.page-template-page-sandbox-idna .form p {
	color: rgba(28, 28, 28, 1);/* font: $subtitle; */
}
body.page-template-page-sandbox-oe .form input.submit, body.page-template-page-sandbox-idna .form input.submit {
	cursor: pointer;
	display: inline-block;
	width: auto !important;
	height: 40px;
	border-radius: 50px;
	border: 0;
	padding: 0 30px;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, rgba(255, 74, 158, 1), rgba(255, 49, 115, 1), rgba(255, 49, 115, 1), rgba(255, 74, 158, 1));
	font: 400 1rem/1.125rem 'Roboto', sans-serif;
	color: #fff;
	line-height: 40px !important;
	font-weight: 700 !important;
	margin: 15px 0 0 0 !important;
}
body.page-template-page-sandbox-oe .form input.submit:hover, body.page-template-page-sandbox-idna .form input.submit:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
	color: rgba(28, 28, 28, 1);
}
body.page-template-page-sandbox-oe .form input.firstname, body.page-template-page-sandbox-oe .form input.lastname, body.page-template-page-sandbox-idna .form input.firstname, body.page-template-page-sandbox-idna .form input.lastname {
	width: 49% !important;
}
body.page-template-page-sandbox-oe .form input.lastname, body.page-template-page-sandbox-idna .form input.lastname {
	margin-left: 1% !important;
}
body.page-template-page-sandbox-oe .form select.country-code, body.page-template-page-sandbox-idna .form select.country-code {
	width: 35% !important;
}
body.page-template-page-sandbox-oe .form input.telephone, body.page-template-page-sandbox-idna .form input.telephone {
	width: 63% !important;
	margin-left: 1% !important;
}
@media (min-width: 1024px) and (max-width: 1215px) {
	body.page-template-page-sandbox-oe .block-content-boxes-box .content-box-text, body.page-template-page-sandbox-idna .block-content-boxes-box .content-box-text {
		text-align: center;
	}
	body.page-template-page-sandbox-oe .form label, body.page-template-page-sandbox-idna .form label {
		width: 90%;
	}
	body.page-template-page-sandbox-oe .form input.lastname, body.page-template-page-sandbox-oe .form input.telephone, body.page-template-page-sandbox-idna .form input.lastname, body.page-template-page-sandbox-idna .form input.telephone {
		margin-left: 0 !important;
	}
}
@media (max-width: 768px) {
	body.page-template-page-sandbox-oe .block-content-boxes-box, body.page-template-page-sandbox-idna .block-content-boxes-box {
		width: 32% !important;
		margin: 0;
		display: inline-block;
	}
	body.page-template-page-sandbox-oe .block-content-boxes-box .content-box-text, body.page-template-page-sandbox-idna .block-content-boxes-box .content-box-text {
		text-align: center;
		padding: 15px 30px;
	}
	body.page-template-page-sandbox-oe .form label, body.page-template-page-sandbox-idna .form label {
		width: 90%;
	}
	body.page-template-page-sandbox-oe .form input.lastname, body.page-template-page-sandbox-idna .form input.lastname {
		margin-left: 0 !important;
	}
	body.page-template-page-sandbox-oe .form input.telephone, body.page-template-page-sandbox-idna .form input.telephone {
		margin-left: 0 !important;
	}
}

/* Newsletter */
body.page-id-43088 .block-list, body.newsletter .block-list {
	padding-left: 0;
	padding-right: 0;
}
body.page-id-43088 .block-list ul, body.newsletter .block-list ul {
	margin-left: 0;
}

/* Author, people page */
.author-content {
	padding-bottom: 70px;
}
/* Author */
.author-content .author-content-profil {
	margin-top: 50px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 3px 39px rgba(0, 0, 0, 0.16);
	padding: 30px;
}
.author-content .author-content-profil .author-content-profil-img figure img {
	border-radius: 50%;
}
.author-content .author-content-profil .author-content-profil-socialmedia {
	margin-top: 15px;
	text-align: center;
}
.author-content .author-content-profil .author-content-profil-socialmedia a {
	padding: 0 15px;
}
.author-content .author-content-profil .author-content-profil-socialmedia a i {
	font-size: 30px;
	color: rgba(122, 178, 204, 1);
}
.author-content .author-content-profil .author-content-profil-socialmedia a:hover i {
	color: rgba(0, 138, 204, 1);
}
.author-content .author-content-profil h1.h2 {
	margin-bottom: 0;
}
.author-content .author-content-profil h2.h4 {
}
.author-content .author-content-profil p {
	margin-top: 30px;
}
.author-content .author-content-profil .author-content-profil-bages {
	margin-top: 30px;
}
.author-content .author-content-profil .author-content-profil-bages figure.author-bages-im img {
	border-radius: 0 !important;
}
/* Blog Posts */
.author-content .author-content-posts {
}
.author-content .author-content-posts-title {
	margin-top: 50px;
}
.author-content .author-content-posts-title h3 {
}
.author-content .author-content-posts-content {
}
/* Events */
.author-content .author-content-events {
}
.author-content .author-content-events-title {
	margin-top: 50px;
}
.author-content .author-content-events-title h3 {
}
.author-content .author-content-events-content {
}
/* Webinars */
.author-content .author-content-webinars {
}
.author-content .author-content-webinars-title h3 {
}
.author-content .author-content-webinars-content {
}
/* Default */
.author-content .author-content-default {
}
.author-content .author-content-default-title {
	margin-top: 50px;
}
.author-content .author-content-default-title h3 {
}
.author-content .author-content-default-content .author-content-default-block {
}
@media (max-width: 768px) {
	.author-content .author-content-profil .author-content-profil-img {
		padding: 0 30%;
	}
}

/* Sitemap */
body.sitemap main, body.page-template-sitemap main, body.Sitemap main {
	padding-bottom: 30px;
}
body.sitemap main h2, body.page-template-sitemap main h2, body.Sitemap main h2 {
	margin-bottom: 0;
}
body.sitemap .sitemap-content-post-types ul, body.sitemap .sitemap-content-feeds ul, body.page-template-sitemap .sitemap-content-post-types ul, body.page-template-sitemap .sitemap-content-feeds ul, body.Sitemap .sitemap-content-post-types ul, body.Sitemap .sitemap-content-feeds ul {
	margin-left: 0;
}
body.sitemap .sitemap-content-post-types ul li, body.sitemap .sitemap-content-feeds ul li, body.page-template-sitemap .sitemap-content-post-types ul li, body.page-template-sitemap .sitemap-content-feeds ul li, body.Sitemap .sitemap-content-post-types ul li, body.Sitemap .sitemap-content-feeds ul li {
	text-indent: 0;
	padding-left: 0;
	color: rgba(159, 159, 159, 1);
}
body.sitemap .sitemap-content-post-types ul li:before, body.sitemap .sitemap-content-feeds ul li:before, body.page-template-sitemap .sitemap-content-post-types ul li:before, body.page-template-sitemap .sitemap-content-feeds ul li:before, body.Sitemap .sitemap-content-post-types ul li:before, body.Sitemap .sitemap-content-feeds ul li:before {
	display: none;
}
body.sitemap .sitemap-content-post-types ul li a, body.sitemap .sitemap-content-feeds ul li a, body.page-template-sitemap .sitemap-content-post-types ul li a, body.page-template-sitemap .sitemap-content-feeds ul li a, body.Sitemap .sitemap-content-post-types ul li a, body.Sitemap .sitemap-content-feeds ul li a {
	color: rgba(159, 159, 159, 1);
	font-weight: 500;
	cursor: pointer;
	border: 0;
	margin-bottom: 0;
}
body.sitemap .sitemap-content-post-types ul li a:after, body.sitemap .sitemap-content-feeds ul li a:after, body.page-template-sitemap .sitemap-content-post-types ul li a:after, body.page-template-sitemap .sitemap-content-feeds ul li a:after, body.Sitemap .sitemap-content-post-types ul li a:after, body.Sitemap .sitemap-content-feeds ul li a:after {
	display: none;
}
body.sitemap .sitemap-content-post-types ul li a:hover, body.sitemap .sitemap-content-feeds ul li a:hover, body.page-template-sitemap .sitemap-content-post-types ul li a:hover, body.page-template-sitemap .sitemap-content-feeds ul li a:hover, body.Sitemap .sitemap-content-post-types ul li a:hover, body.Sitemap .sitemap-content-feeds ul li a:hover {
	color: rgba(0, 138, 204, 1);
}
body.sitemap .sitemap-content-post-types ul li.menu-title, body.sitemap .sitemap-content-feeds ul li.menu-title, body.page-template-sitemap .sitemap-content-post-types ul li.menu-title, body.page-template-sitemap .sitemap-content-feeds ul li.menu-title, body.Sitemap .sitemap-content-post-types ul li.menu-title, body.Sitemap .sitemap-content-feeds ul li.menu-title {
	position: relative;
	display: inline-block;
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
	margin-bottom: 10px;
	cursor: text;
}
body.sitemap .sitemap-content-post-types ul li.menu-title:after, body.sitemap .sitemap-content-feeds ul li.menu-title:after, body.page-template-sitemap .sitemap-content-post-types ul li.menu-title:after, body.page-template-sitemap .sitemap-content-feeds ul li.menu-title:after, body.Sitemap .sitemap-content-post-types ul li.menu-title:after, body.Sitemap .sitemap-content-feeds ul li.menu-title:after {
	content: '';
	display: block;
	width: 120px;
	height: 5px;
	background-color: rgba(0, 138, 204, 1);
	border-radius: 50px;
	margin-top: 3px;
}
body.sitemap ul.menu-sitemap, body.page-template-sitemap ul.menu-sitemap, body.Sitemap ul.menu-sitemap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 0;
}
body.sitemap ul.menu-sitemap li, body.page-template-sitemap ul.menu-sitemap li, body.Sitemap ul.menu-sitemap li {
	flex: 1 0 25%;
	text-indent: 0;
	padding-left: 0;
}
body.sitemap ul.menu-sitemap li:before, body.page-template-sitemap ul.menu-sitemap li:before, body.Sitemap ul.menu-sitemap li:before {
	display: none;
}
body.sitemap ul.menu-sitemap li a, body.page-template-sitemap ul.menu-sitemap li a, body.Sitemap ul.menu-sitemap li a {
	position: relative;
	display: inline-block;
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
	margin-bottom: 10px;
	cursor: text;
}
body.sitemap ul.menu-sitemap li a:after, body.page-template-sitemap ul.menu-sitemap li a:after, body.Sitemap ul.menu-sitemap li a:after {
	content: '';
	display: block;
	width: 120px;
	height: 5px;
	background-color: rgba(0, 138, 204, 1);
	border-radius: 50px;
	margin-top: 3px;
}
body.sitemap ul.menu-sitemap li ul, body.page-template-sitemap ul.menu-sitemap li ul, body.Sitemap ul.menu-sitemap li ul {
	display: block;
	margin-left: 0;
}
body.sitemap ul.menu-sitemap li ul li, body.page-template-sitemap ul.menu-sitemap li ul li, body.Sitemap ul.menu-sitemap li ul li {
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 15px;
}
body.sitemap ul.menu-sitemap li ul li:first-child, body.page-template-sitemap ul.menu-sitemap li ul li:first-child, body.Sitemap ul.menu-sitemap li ul li:first-child {
	margin-top: 0;
}
body.sitemap ul.menu-sitemap li ul li a, body.page-template-sitemap ul.menu-sitemap li ul li a, body.Sitemap ul.menu-sitemap li ul li a {
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
	cursor: text;
	border: 0;
	margin-bottom: 0;
}
body.sitemap ul.menu-sitemap li ul li a:after, body.page-template-sitemap ul.menu-sitemap li ul li a:after, body.Sitemap ul.menu-sitemap li ul li a:after {
	display: none;
}
body.sitemap ul.menu-sitemap li ul li a:hover, body.page-template-sitemap ul.menu-sitemap li ul li a:hover, body.Sitemap ul.menu-sitemap li ul li a:hover {
	color: rgba(28, 28, 28, 1);
}
body.sitemap ul.menu-sitemap li ul li ul li, body.page-template-sitemap ul.menu-sitemap li ul li ul li, body.Sitemap ul.menu-sitemap li ul li ul li {
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
}
body.sitemap ul.menu-sitemap li ul li ul li a, body.page-template-sitemap ul.menu-sitemap li ul li ul li a, body.Sitemap ul.menu-sitemap li ul li ul li a {
	color: rgba(159, 159, 159, 1);
	font-weight: 500;
	cursor: pointer;
	border: 0;
	margin-bottom: 0;
}
body.sitemap ul.menu-sitemap li ul li ul li a:after, body.page-template-sitemap ul.menu-sitemap li ul li ul li a:after, body.Sitemap ul.menu-sitemap li ul li ul li a:after {
	display: none;
}
body.sitemap ul.menu-sitemap li ul li ul li a:hover, body.page-template-sitemap ul.menu-sitemap li ul li ul li a:hover, body.Sitemap ul.menu-sitemap li ul li ul li a:hover {
	color: rgba(0, 138, 204, 1);
}
body.sitemap ul.menu-sitemap > li:first-of-type, body.page-template-sitemap ul.menu-sitemap > li:first-of-type, body.Sitemap ul.menu-sitemap > li:first-of-type {
	margin-top: 0;
}
body.sitemap ul.menu-sitemap > li:first-of-type a, body.page-template-sitemap ul.menu-sitemap > li:first-of-type a, body.Sitemap ul.menu-sitemap > li:first-of-type a {
	position: relative;
	display: inline-block;
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
	margin-bottom: 10px;
	cursor: text;
}
body.sitemap ul.menu-sitemap > li:first-of-type a:after, body.page-template-sitemap ul.menu-sitemap > li:first-of-type a:after, body.Sitemap ul.menu-sitemap > li:first-of-type a:after {
	content: '';
	display: block;
	width: 120px;
	height: 5px;
	background-color: rgba(0, 138, 204, 1);
	border-radius: 50px;
	margin-top: 3px;
}
body.sitemap ul.menu-sitemap > li:first-of-type ul li, body.page-template-sitemap ul.menu-sitemap > li:first-of-type ul li, body.Sitemap ul.menu-sitemap > li:first-of-type ul li {
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
}
body.sitemap ul.menu-sitemap > li:first-of-type ul li a, body.page-template-sitemap ul.menu-sitemap > li:first-of-type ul li a, body.Sitemap ul.menu-sitemap > li:first-of-type ul li a {
	color: rgba(159, 159, 159, 1);
	font-weight: 500;
	cursor: pointer;
	border: 0;
	margin-bottom: 0;
}
body.sitemap ul.menu-sitemap > li:first-of-type ul li a:after, body.page-template-sitemap ul.menu-sitemap > li:first-of-type ul li a:after, body.Sitemap ul.menu-sitemap > li:first-of-type ul li a:after {
	display: none;
}
body.sitemap ul.menu-sitemap > li:first-of-type ul li a:hover, body.page-template-sitemap ul.menu-sitemap > li:first-of-type ul li a:hover, body.Sitemap ul.menu-sitemap > li:first-of-type ul li a:hover {
	color: rgba(0, 138, 204, 1);
}
@media (min-width: 769px) and (max-width: 1023px) {
	body.sitemap ul.menu-sitemap li, body.page-template-sitemap ul.menu-sitemap li, body.Sitemap ul.menu-sitemap li {
		flex: 1 0 50%;
		margin-bottom: 30px;
	}
	body.sitemap ul.menu-sitemap li ul li, body.page-template-sitemap ul.menu-sitemap li ul li, body.Sitemap ul.menu-sitemap li ul li {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	body.sitemap ul.menu-sitemap li, body.page-template-sitemap ul.menu-sitemap li, body.Sitemap ul.menu-sitemap li {
		flex: 1 0 50%;
		margin-bottom: 30px;
	}
	body.sitemap ul.menu-sitemap li ul li, body.page-template-sitemap ul.menu-sitemap li ul li, body.Sitemap ul.menu-sitemap li ul li {
		margin-bottom: 0;
	}
}

/* Imprint */
body.imprint .message-lang {
	margin-top: 90px !important;
}
.page-content-imprint {
	/* .menu-imprintmenu-container {
		position: fixed;
		top: 120px;
		left: 0;
		right: 0;
		background-color: $blue-light !important;
		z-index: 99;
		transition: all .25s ease-in-out;
		ul#menu-imprintmenu {
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin: 0 auto;
			padding: 15px;
			width: 90%;
			li {
				&:before {
					display: none;
				}
				flex: 1;
				text-indent: 0;
				padding-left: 0;
				text-align: center;
				a {
					font: $h5;
					font-weight: 400 !important;
					color: $text-blue;
					&:hover {
						color: $blue;
					}
				}
			}
		}
	} */
}
@media (min-width: 769px) and (max-width: 1023px) {
	.page-content-imprint .page-main {
		padding-left: 30px;
		padding-right: 30px;
	}
	.page-content-imprint .page-main ul {
		margin-left: 0;
	}
	.page-content-imprint .page-main .block-content-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-content-imprint .page-main .block-content-section .block-content-section-text {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 768px) {
	.page-content-imprint h1 {
		text-align: center;
	}
	.page-content-imprint .page-main {
		padding-left: 30px;
		padding-right: 30px;
	}
	.page-content-imprint .page-main ul {
		margin-left: 0;
	}
	.page-content-imprint .page-main .block-content-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-content-imprint .page-main .block-content-section .block-content-section-text {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Career */
body.career .block-content-boxes .block-content-boxes-box .svg, body.page-id-67126 .block-content-boxes .block-content-boxes-box .svg {
	width: 100px;
	margin: 0 auto;
}
body.career .block-content-boxes .block-content-boxes-box .svg svg, body.page-id-67126 .block-content-boxes .block-content-boxes-box .svg svg {
	width: 100%;
	height: 100%;
}
body.career .block-content-boxes .block-content-boxes-box .svg svg path, body.page-id-67126 .block-content-boxes .block-content-boxes-box .svg svg path {
	fill: rgba(122, 178, 204, 1);
}
body.career .block-content-boxes .block-content-boxes-box .content-box-text, body.page-id-67126 .block-content-boxes .block-content-boxes-box .content-box-text {
	text-align: center;
}

/* Team */
body.executive-team .block-speaker > .columns {
	justify-content: center;
}
body.executive-team .block-content-boxes .block-content-boxes-box {
	text-align: center !important;
}
@media (max-width: 768px) {
	body.executive-team .block-header {
		margin-bottom: 0;
	}
	body.executive-team .block-header .block-header-bg.bg-img {
		background-position: right bottom;
		opacity: 0.4;
	}
	body.executive-team .block-speaker > .columns {
		justify-content: center;
	}
	body.executive-team .block-speaker .block-speaker-member {
		padding: 0;
		width: 49%;
		display: inline-block;
	}
}

/* Company */
body.page-id-41454 .block-header, body.page-id-67043 .block-header, body.company .block-header {
	margin-bottom: 0 !important;/* .block-header-half .block-header-img {
			height: 350px;
		} */
}
body.page-id-41454 .block-content-boxes .block-content-boxes-box .svg, body.page-id-67043 .block-content-boxes .block-content-boxes-box .svg, body.company .block-content-boxes .block-content-boxes-box .svg {
	width: 100px;
	margin: 0 auto;
}
body.page-id-41454 .block-content-boxes .block-content-boxes-box .svg svg path, body.page-id-41454 .block-content-boxes .block-content-boxes-box .svg svg rect, body.page-id-67043 .block-content-boxes .block-content-boxes-box .svg svg path, body.page-id-67043 .block-content-boxes .block-content-boxes-box .svg svg rect, body.company .block-content-boxes .block-content-boxes-box .svg svg path, body.company .block-content-boxes .block-content-boxes-box .svg svg rect {
	fill: rgba(122, 178, 204, 1);
}
body.page-id-41454 .block-content-boxes .block-content-boxes-box .content-box-text, body.page-id-67043 .block-content-boxes .block-content-boxes-box .content-box-text, body.company .block-content-boxes .block-content-boxes-box .content-box-text {
	text-align: center;
}
@media (min-width: 769px) and (max-width: 1023px) {
	body.page-id-41454 .block-content-boxes .block-content-boxes-box, body.page-id-67043 .block-content-boxes .block-content-boxes-box, body.company .block-content-boxes .block-content-boxes-box {
		flex: 1 0 50%;
	}
}
@media (max-width: 768px) {
	body.page-id-41454 h1, body.page-id-41454 .h1, body.page-id-67043 h1, body.page-id-67043 .h1, body.company h1, body.company .h1 {
		margin-bottom: 30px !important;
	}
	body.page-id-41454 .block-header .block-header-text p, body.page-id-41454 .block-header .block-header-text-event p, body.page-id-67043 .block-header .block-header-text p, body.page-id-67043 .block-header .block-header-text-event p, body.company .block-header .block-header-text p, body.company .block-header .block-header-text-event p {
		margin-bottom: 0;
	}
	body.page-id-41454 .block-header .block-header-source, body.page-id-67043 .block-header .block-header-source, body.company .block-header .block-header-source {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* Partner */
body.page-template-page-partner main {
	padding-bottom: 50px;
}
body.page-template-page-partner main .content-box .content-box-source .content-box-image {
	background-size: 100% auto !important;
}
body.page-template-page-partner main .content-box .content-box-text {
	border-top: 1px solid rgba(232, 232, 232, 1);
}
.partner-content {
	margin-bottom: 70px;
}
#partner-results .block-partner {
	opacity: 0;
	display: none;
}
#partner-results .block-partner.active {
	opacity: 1;
	display: block;
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
body.partner main .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a span {
	width: 100%;
}
body.partner main .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a svg {
	width: 100%;
	height: 100%;
	max-width: 120px;
}
body.partner main .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a svg path, body.partner main .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a svg rect {
	fill: rgba(122, 178, 204, 1);
}
body.partner main .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li.is-active a svg, body.partner main .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a:hover svg {
	opacity: 1;
}
body.partner main .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li.is-active a svg path, body.partner main .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li.is-active a svg rect, body.partner main .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a:hover svg path, body.partner main .block-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a:hover svg rect {
	fill: #fff;
}
@media (min-width: 769px) and (max-width: 1023px) {
	.partner-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 768px) {
	.partner-content {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.partner-content .posts-filter-partner, .partner-content .posts-filter-partner-mobile {
		padding: 30px 15px 15px;
	}
	#partner-results .block-partner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* ESN HealthCheck */
body.enterprise-social-network-healthcheck .block-content-boxes .block-content-boxes-box .svg svg {
	height: 150px;
}
body.enterprise-social-network-healthcheck .block-content-boxes .block-content-boxes-box .svg svg path, body.enterprise-social-network-healthcheck .block-content-boxes .block-content-boxes-box .svg svg rect {
	fill: rgba(122, 178, 204, 1);
}

/* Media Kit */
body.press-kit .block-header .block-header-text .block-button-part, body.page-id-67128 .block-header .block-header-text .block-button-part, body.brand-assets .block-header .block-header-text .block-button-part {
	margin-top: 80px;
}
body.press-kit .block-content-boxes:nth-last-child(n+2) .block-content-boxes-box:nth-child(3) .content-box-text p, body.page-id-67128 .block-content-boxes:nth-last-child(n+2) .block-content-boxes-box:nth-child(3) .content-box-text p, body.brand-assets .block-content-boxes:nth-last-child(n+2) .block-content-boxes-box:nth-child(3) .content-box-text p {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
body.press-kit .block-content-boxes:nth-last-child(n+2) .block-content-boxes-box:nth-child(3) .content-box-text p a, body.page-id-67128 .block-content-boxes:nth-last-child(n+2) .block-content-boxes-box:nth-child(3) .content-box-text p a, body.brand-assets .block-content-boxes:nth-last-child(n+2) .block-content-boxes-box:nth-child(3) .content-box-text p a {
	flex: 1;
	padding: 0 5px;
	text-align: center;
}
body.press-kit .block-content-boxes:nth-last-child(n+2) .block-content-boxes-box:nth-child(3) .content-box-text p a i, body.page-id-67128 .block-content-boxes:nth-last-child(n+2) .block-content-boxes-box:nth-child(3) .content-box-text p a i, body.brand-assets .block-content-boxes:nth-last-child(n+2) .block-content-boxes-box:nth-child(3) .content-box-text p a i {
	font-size: 30px;
	width: 50px;
	margin-bottom: 15px;
}
body.press-kit .block-content-boxes:last-child .block-content-boxes-box .image, body.page-id-67128 .block-content-boxes:last-child .block-content-boxes-box .image, body.brand-assets .block-content-boxes:last-child .block-content-boxes-box .image {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
body.press-kit .block-content-boxes:last-child .block-content-boxes-box .image img, body.page-id-67128 .block-content-boxes:last-child .block-content-boxes-box .image img, body.brand-assets .block-content-boxes:last-child .block-content-boxes-box .image img {
	transition: transform 0.4s ease-in-out;
}
body.press-kit .block-content-boxes:last-child .block-content-boxes-box:hover .image img, body.page-id-67128 .block-content-boxes:last-child .block-content-boxes-box:hover .image img, body.brand-assets .block-content-boxes:last-child .block-content-boxes-box:hover .image img {
	transform: scale(1.1);
}
@media (max-width: 768px) {
	body.press-kit .block-content-boxes.block-content-boxes-4 .content-box_0, body.press-kit .block-content-boxes.block-content-boxes-4 .content-box_3, body.page-id-67128 .block-content-boxes.block-content-boxes-4 .content-box_0, body.page-id-67128 .block-content-boxes.block-content-boxes-4 .content-box_3, body.brand-assets .block-content-boxes.block-content-boxes-4 .content-box_0, body.brand-assets .block-content-boxes.block-content-boxes-4 .content-box_3 {
		display: none;
	}
	body.press-kit .block-content-boxes.block-content-boxes-4 .content-box, body.page-id-67128 .block-content-boxes.block-content-boxes-4 .content-box, body.brand-assets .block-content-boxes.block-content-boxes-4 .content-box {
		padding: 0;
		text-align: center;
	}
}

/* Support */
body.support .block-content-boxes .block-content-boxes-box .svg, body.page-id-67152 .block-content-boxes .block-content-boxes-box .svg {
	width: 100px;
	margin: 0 auto;
}
body.support .block-content-boxes .block-content-boxes-box .svg svg, body.page-id-67152 .block-content-boxes .block-content-boxes-box .svg svg {
	width: 100%;
	height: 100%;
}
body.support .block-content-boxes .block-content-boxes-box .svg svg path, body.page-id-67152 .block-content-boxes .block-content-boxes-box .svg svg path {
	fill: rgba(122, 178, 204, 1);
}
body.support .block-content-boxes .block-content-boxes-box .content-box-text, body.page-id-67152 .block-content-boxes .block-content-boxes-box .content-box-text {
	text-align: center;
}
body.support .block-content-boxes .block-content-boxes-box:nth-child(2) .svg svg path, body.support .block-content-boxes .block-content-boxes-box:nth-child(2) .svg svg polyline, body.support .block-content-boxes .block-content-boxes-box:nth-child(2) .svg svg line, body.page-id-67152 .block-content-boxes .block-content-boxes-box:nth-child(2) .svg svg path, body.page-id-67152 .block-content-boxes .block-content-boxes-box:nth-child(2) .svg svg polyline, body.page-id-67152 .block-content-boxes .block-content-boxes-box:nth-child(2) .svg svg line {
	stroke: rgba(122, 178, 204, 1) !important;
}
body.support .block-content-boxes .block-content-boxes-box:nth-child(2) .content-box-link:hover svg path, body.support .block-content-boxes .block-content-boxes-box:nth-child(2) .content-box-link:hover svg polyline, body.support .block-content-boxes .block-content-boxes-box:nth-child(2) .content-box-link:hover svg line, body.page-id-67152 .block-content-boxes .block-content-boxes-box:nth-child(2) .content-box-link:hover svg path, body.page-id-67152 .block-content-boxes .block-content-boxes-box:nth-child(2) .content-box-link:hover svg polyline, body.page-id-67152 .block-content-boxes .block-content-boxes-box:nth-child(2) .content-box-link:hover svg line {
	stroke: rgba(0, 138, 204, 1) !important;
}
body.support .block-content-boxes .block-content-boxes-box .content-box-link:hover .svg svg path, body.page-id-67152 .block-content-boxes .block-content-boxes-box .content-box-link:hover .svg svg path {
	fill: rgba(0, 138, 204, 1);
}
body.support .block-tabs .tabs-content i, body.page-id-67152 .block-tabs .tabs-content i {
	font-size: 2rem;
	padding-right: 45px;
	color: rgba(122, 178, 204, 1);
}

/* Academy */
body.academy .block-heading h2 {
	margin-bottom: 0;
	margin-top: 50px;
}
body.academy .block-content-boxes .columns {
	padding-bottom: 0 !important;
}
body.academy .block-content-boxes .block-content-boxes-box .svg {
	width: 100px;
	margin: 0 auto;
}
body.academy .block-content-boxes .block-content-boxes-box .svg svg {
	width: 100%;
}
body.academy .block-content-boxes .block-content-boxes-box .svg svg path, body.academy .block-content-boxes .block-content-boxes-box .svg svg rect {
	fill: rgba(122, 178, 204, 1);
}
body.academy .block-content-boxes .block-content-boxes-box .content-box-text {
	text-align: center;
	padding-bottom: 0;
}
@media (max-width: 768px) {
	body.academy .block-heading h2 {
		margin-top: 15px;
	}
	body.academy .wp-block-spacer {
		height: 0;
	}
}

/* MC */
/* SVG MAP */
#mc-hub text {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
#mc-hub rect, #mc-hub path, #mc-hub polygon, #mc-hub circle, #mc-hub text {
	transition: all 0.4s ease-in-out;
}
/* Header */
#mc-hub #blue5 a.svgmapHover rect, #mc-hub #blue4 a.svgmapHover rect, #mc-hub #blue3 a.svgmapHover rect, #mc-hub #blue2 a.svgmapHover rect, #mc-hub #blue1 a.svgmapHover rect {
	fill: rgba(0, 60, 89, 1) !important;
	transform: translateY(-5px);
	transition: all 0.4s ease-in-out;
}
#mc-hub #blue5 a.svgmapHover path, #mc-hub #blue5 a.svgmapHover text, #mc-hub #blue4 a.svgmapHover path, #mc-hub #blue4 a.svgmapHover text, #mc-hub #blue3 a.svgmapHover path, #mc-hub #blue3 a.svgmapHover text, #mc-hub #blue2 a.svgmapHover path, #mc-hub #blue2 a.svgmapHover text, #mc-hub #blue1 a.svgmapHover path, #mc-hub #blue1 a.svgmapHover text {
	fill: #fff !important;
}
/* Main */
#mc-hub a.svgmapHover text {
	fill: rgba(0, 138, 204, 1) !important;
}
#mc-hub a.svgmapHover path, #mc-hub a.svgmapHover polygon, #mc-hub a.svgmapHover circle {
	fill: rgba(122, 178, 204, 1) !important;
	transition: all 0.4s ease-in-out;
}
#mc-hub a.svgmapHover rect.tile {
	fill: #fff !important;
}
#mc-hub #Basic a.svgmapHover text {
	fill: rgba(0, 138, 204, 1) !important;
}
#mc-hub #Basic a.svgmapHover polygon, #mc-hub #Basic a.svgmapHover circle {
	fill: #fff !important;
}
/* Footer */
#mc-hub #dark_blue_3 a.svgmapHover rect, #mc-hub #dark_blue_2 a.svgmapHover rect, #mc-hub #dark_blue_1 a.svgmapHover rect {
	fill: rgba(0, 138, 204, 1) !important;
	transform: translateY(-5px);
	transition: all 0.4s ease-in-out;
}
#mc-hub #dark_blue_3 a.svgmapHover path, #mc-hub #dark_blue_3 a.svgmapHover text, #mc-hub #dark_blue_2 a.svgmapHover path, #mc-hub #dark_blue_2 a.svgmapHover text, #mc-hub #dark_blue_1 a.svgmapHover path, #mc-hub #dark_blue_1 a.svgmapHover text {
	fill: #fff !important;
}

body.parent-pageid-47517 .block-header, body.parent-pageid-48547 .block-header, body.parent-pageid-47486 .block-header {
	position: relative;
}

body.parent-pageid-47517 .block-header:after, body.parent-pageid-48547 .block-header:after, body.parent-pageid-47486 .block-header:after {
	content: '';
	background: url('../img/HCL_Business_Partner.png') no-repeat 0px 0px;
	position: absolute;
	right: 50px;
	top: 15px;
	width: 170px;
	height: 70px;
	background-size: contain;
	background-position: center right;
	z-index: 3;
}

body.parent-pageid-47517 .block-list ul, body.parent-pageid-48547 .block-list ul, body.parent-pageid-47486 .block-list ul {
	margin-left: 0;
	column-count: 2;
	padding: 0 15%;
	column-gap: 5%;
}

/* .block-editions {
		.editions-card_0 {
			.block-editions-card-content {
				background-color: $blue-dark;
				border-color: $blue-dark;
				&:hover {
					background-color: $blue-dark;
					border-color: $blue;
					.editions-card-back {
						background-color: $blue-dark;
					}
				}
			}
			.editions-card-back {
				background-color: $blue-dark;
			}
		}
		.editions-card_1 {
			.block-editions-card-content {
				background-color: $text-dark;
				border-color: $text-dark;
				&:hover {
					background-color: $text-dark;
					border-color: $blue;
					.editions-card-back {
						background-color: $text-dark;
					}
				}
			}
			.editions-card-back {
				background-color: $text-dark;
			}
		}
		.block-editions-card .block-editions-card-content {
			min-height: 250px;
		}
		.editions-card-front {
			padding-top: 11%;
			.editions-card-front-text {
				h4, p {
					color: #fff !important;
				}
			}
		}
		.editions-card-back {
			h4, p {
				color: #fff !important;
			}
		}
	} */

body.parent-pageid-47517 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source, body.parent-pageid-48547 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source, body.parent-pageid-47486 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	width: 20%;
}

body.parent-pageid-47517 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom, body.parent-pageid-48547 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom, body.parent-pageid-47486 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom {
	width: 100%;
	height: auto;
	border-radius: 0;
}

body.parent-pageid-47517 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source, body.parent-pageid-48547 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source, body.parent-pageid-47486 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	margin: 0 auto 30px !important;
	padding: 5px;
	width: 75px;
	height: 75px;
	background-color: #fff;
	border-radius: 5px;
}

body.parent-pageid-47517 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom, body.parent-pageid-48547 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom, body.parent-pageid-47486 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
@media (max-width: 768px) {
	body.parent-pageid-47517 .block-header, body.parent-pageid-48547 .block-header, body.parent-pageid-47486 .block-header {
		padding-top: 50px;
	}
	body.parent-pageid-47517 .block-header:after, body.parent-pageid-48547 .block-header:after, body.parent-pageid-47486 .block-header:after {
		right: 10px;
		width: 130px;
		height: 50px;
	}
	body.parent-pageid-47517 .block-list ul, body.parent-pageid-48547 .block-list ul, body.parent-pageid-47486 .block-list ul {
		column-count: 1;
		padding: 0;
		column-gap: 0;
	}
	body.parent-pageid-47517 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source, body.parent-pageid-48547 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source, body.parent-pageid-47486 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
		width: 100%;
	}
	body.parent-pageid-47517 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom, body.parent-pageid-48547 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom, body.parent-pageid-47486 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom {
		width: auto;
		height: 100%;
		max-width: 100%;
	}
	body.parent-pageid-47517 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom img, body.parent-pageid-48547 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom img, body.parent-pageid-47486 .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom img {
		width: auto;
		height: 100%;
		max-width: 100%;
	}
	body.parent-pageid-47517 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source, body.parent-pageid-48547 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source, body.parent-pageid-47486 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
		width: 70px;
		height: 70px;
		margin-bottom: 15px !important;
	}
	body.parent-pageid-47517 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom, body.parent-pageid-48547 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom, body.parent-pageid-47486 .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom {
		width: 70px;
		height: 70px;
		margin: 0 auto !important;
	}
}
/*=====  End of SPECIALS  ======*/

/*==================================
=            RESPONSIVE            =
==================================*/
@media (min-width: 769px) and (max-width: 1023px) {
	.block-heading, .block-paragraph, .block-shortcode, .block-button, .block-resources, .block-quote .message, .block-pullquote .card, .block-list, .block-list-icons, .breadcrumbs {
		padding-left: 15px;
		padding-right: 15px;
	}
	.block-quote, .block-pullquote {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	header {
		height: 60px;
	}
	main {
		padding-top: 10px;
	}
	h1, .h1 {
		font-size: 2.5rem !important;
		line-height: 3rem !important;
	}
	h2, .h2 {
		font-size: 2.15rem !important;
		line-height: 2.5rem !important;
	}
	h3, .h3 {
		font-size: 1.85rem !important;
		line-height: 2.5rem !important;
	}
	h4, .h4 {
		font-size: 1.25rem !important;
		line-height: 1.85rem !important;
	}
	h5, .h5 {
		font-size: 1.15rem !important;
		line-height: 1.25rem !important;
	}
	.subtitle {
		font-size: 1.05rem !important;
		line-height: 1.25rem !important;
	}

	body.post-type-archive-news .news-archive-content, body.post-type-archive-webinars .blog-content, body.post-type-archive-events .events-content, body.post-type-archive-jobs .jobs-content, body.post-type-archive-jobs .jobs-content-error, body.post-type-archive-downloads .downloads-archive-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.post-type-archive-downloads .downloads-archive-content .content-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.post-type-archive-webinars .blog-content aside.posts-sidebar .posts-filter-blog {
		padding: .75rem;
	}
	body.post-type-archive-jobs .block-header {
		margin-bottom: 30px;
	}
	body.post-type-archive-jobs main .posts-main {
		padding-bottom: 15px;
	}
	body.post-type-archive-news .block-header {
		margin-bottom: 30px;
	}
	body.post-type-archive-news main .posts-main {
		padding-bottom: 15px;
	}
	.news-archive-contact {
		padding-bottom: 15px;
	}
	.news-archive-contact .contact-box {
		margin: 0;
		box-shadow: none;
		padding: 0 15px;
		text-align: center;
	}
	.block-heading, .block-paragraph, .block-shortcode, .block-button, .block-resources, .block-table, .block-quote .message, .block-pullquote .card, .block-list, .block-list-icons, .breadcrumbs {
		padding-left: 15px;
		padding-right: 15px;
	}
	.block-pullquote {
		padding-left: 30px;
		padding-right: 30px;
	}
	.block-image .block-image-part .image-part-lightbox {
		width: 100%;
	}
	.block-call-out .block-call-out-text {
		padding: 15px;
	}
	.block-list-icons .block-list-icons-list .list-icons-point .list-icons-point-icon i {
		padding-top: 5px;
	}
	.block-list-icons .block-list-icons-list .list-icons-point .list-icons-point-text p {
		margin-top: 0;
	}
}
/*=====  End of RESPONSIVE  ======*/



body.page-id-46548 .block-header {
	margin-bottom: 0;
	margin-top: 30px;
}



body.page-id-46548 .block-header .block-header-content {
	min-height: 250px;
}

@media (max-width: 768px) {
	body header, body main, body footer {
		overflow: hidden !important;
	}
	html.mainmenu-open body header, html.mainmenu-open body main, html.mainmenu-open body footer {
		overflow: visible !important;
	}
}

.block-resources-resource.content-box_50769 .content-box-source .content-box-source-category, .block-resources-resource.content-box_50769 .content-box-text .content-box-text-category span:first-child {
	display: none !important;
}

.block-resources-resource.content-box_50769 .content-box-text .content-box-text-category span:last-child:before {
	display: none !important;
}



/*=============================
=            MENUS            =
=============================*/
nav#mainmenu-navigation .navbar-brand img {
	max-height: 100%;
}
nav#mainmenu-navigation .navbar-brand .navbar-item {
	padding-top: 0;
	padding-bottom: 0;
}
nav#mainmenu-navigation .navbar-menu {
	height: 70px;
}
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link {
	font-family: 'Poppins', sans-serif;
	color: rgba(186, 188, 189, 1);
	font-weight: 700;
	font-size: 1.05rem;
	padding-bottom: 9px;
	align-items: flex-end;
	background-color: #fff !important;
	border: 0;
}
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:hover, nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-link:focus, nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-link:focus-within, nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-link:active {
	color: rgba(0, 138, 204, 1);
	background-color: #fff;
}
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:not(.is-arrowless)::after {
	border-color: rgba(186, 188, 189, 1);
	top: auto;
	bottom: 19px;
}
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link:not(.is-arrowless)::after,
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:not(.is-arrowless):hover::after {
	border-color: rgba(0, 138, 204, 1);
}
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link:not(.is-arrowless)::after {
	border-color: rgba(0, 138, 204, 1);
	transform: rotate(-220deg);
}
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item.menu-title {
	font-family: 'Poppins', sans-serif;
	color: rgba(28, 28, 28, 1);
	font-size: 1rem;
	font-weight: 400;
}
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .menu-title.menu-title_ms:before {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #28AAE2;
	z-index: 0;
	margin-right: 10px;
}
nav#mainmenu-navigation .navbar-menu .navbar-divider {
	display: block;
	background: #dbdbdb !important;
	height: 1px;
	width: 90%;
	margin: 15px auto;
}
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .menu-title.menu-title_hcl:before {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: rgb(0, 60, 89);
	z-index: 0;
	margin-right: 10px;
	transform: rotate(45deg);
}
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item {
	font-family: 'Poppins', sans-serif;
	color: rgba(159, 159, 159, 1);
	font-size: 1rem;
	font-weight: 400;
	background-color: #fff;
}
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:hover,
nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:focus-visible {
	background-color: rgba(232, 232, 232, 1);
	color: rgba(0, 138, 204, 1);
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item {
	padding-right: 0;
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item .navbar-item {
	padding-left: 0;
	font-size: 0.95rem;
	color: rgba(186, 188, 189, 1);
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item .navbar-item:hover, nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item .navbar-item:focus, nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item .navbar-item:focus-within, nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item .navbar-item:active, nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item .navbar-item:focus-visible {
	color: rgba(0, 138, 204, 1);
	background-color: transparent;
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:last-child {
	padding-right: 12px;
	align-items: flex-end;
	padding-bottom: 11px;
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform {
	margin-top: 10px;
	margin-bottom: 0;
	width: 100%;
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal {
	width: 100%;
	position: relative;
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal .field:first-child {
	margin-bottom: 0;
	padding-right: 0;
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal .field:first-child input#search-field {
	height: 30px;
	padding-right: 30px;
	line-height: 10px !important;
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal .field:first-child input#search-field:hover, nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal .field:first-child input#search-field:focus {
	border-color: rgba(0, 138, 204, 1);
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal .field:last-child {
	position: absolute;
	right: 5px;
	bottom: 0;
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal .field:last-child button {
	padding: 10px 10px 0;
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal .field:last-child button i {
	font-size: 20px;
	line-height: 30px;
	color: rgba(186, 188, 189, 1);
}
nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal .field:last-child button:hover i, nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal .field:last-child button:focus i, nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:first-child #searchform .field.is-horizontal .field:last-child button:focus-visible i {
	color: rgba(0, 138, 204, 1);
}
nav#mainmenu-navigation .navbar-burger {
	position: relative;
}
nav#mainmenu-navigation .navbar-burger:before {
	content: 'Main Menu';
	position: absolute;
	right: 50px;
	top: 0;
	width: 100px;
	word-break: normal;
	text-align: right;
	font-family: 'Poppins', sans-serif !important;
	font-size: 1.05rem !important;
	line-height: 52px !important;
}

@media (max-width: 1023px) {
	nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link {
		width: 100%;
		text-align: left;
	}
	nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:not(:first-child) {
		border-top: 1px solid #dbdbdb;
	}
	nav#mainmenu-navigation .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link {
		box-shadow: inset 0 -1px 0 #dbdbdb;
	}
  nav#mainmenu-navigation .navbar-menu hr.navbar-divider {
    margin: 0 0 0 15px !important;
  }
}
@media (max-width: 1215px) {
	header .menu-widget .menu-widget-content .menu-widget-content-image {
		display: none;
	}
}
@media (min-width: 1024px) and (max-width: 1100px) {
	header .menu-widget .menu-widget-content .menu-widget-content-image {
		display: none;
	}
	nav#mainmenu-navigation .navbar-menu .navbar-end .navbar-item:last-child {
		display: none;
	}
	nav#mainmenu-navigation .switcher {
		margin-right: 12px;
	}
}
@media (max-width: 1023px) {
	nav#mainmenu-navigation .navbar-brand, nav#mainmenu-navigation #navbarmain {
		width: 100vw;
	}
	nav#mainmenu-navigation .navbar-brand img {
		max-height: 100%;
	}
	nav#mainmenu-navigation .navbar-brand .navbar-item {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	nav#mainmenu-navigation .navbar-menu.is-active {
		display: flex;
		flex-direction: column;
		height: 100vh;
	}
}
/* Mobile: Dropdowns im Hauptmenü standardmäßig zu */
@media (max-width: 1023px) {
  #mainmenu-navigation .navbar-dropdown {
    display: none;
	background: #fff;
  }
  /* nur öffnen, wenn Eltern-Item aktiv ist */
  #mainmenu-navigation .navbar-item.has-dropdown.is-active > .navbar-dropdown {
    display: block;
  }
  .submenu_navi .navbarsub-mobile hr.navbar-divider {
	margin: 0 0 0 15px !important;
  }
}

/* SUBMENU - MC */
nav.submenu_navi {
	top: 0;
	background: rgb(0, 60, 89);
}
nav#submenu-gl {
	background: rgb(0, 100, 85);
}
nav#submenu-si {
	background: rgb(171, 10, 48);
}
nav#submenu-idna {
	background: rgb(0, 79, 149);
}
nav#submenu-truedem {
	background: rgb(40, 170, 226);
}
nav.submenu_navi .navbar-brand .navbar-item {
	padding-top: 0;
	padding-bottom: 0;
}
nav.submenu_navi .navbar-menu {
	height: 50px;
}
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link,
nav#submenu-imprint .navbar-menu .navbar-start .navbar-item,
nav#submenu-company .navbar-menu .navbar-start .navbar-item,
nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.navbar-item-truedem {
	font-family: 'Poppins', sans-serif !important;
	color: rgba(186, 188, 189, 1) !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 1.05rem !important;
	padding-bottom: 10px !important;
	align-items: flex-end !important;
	/* background-color: #000 !important; */
	border: 0;
	background: none;
}
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:hover .navbar-link,
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:focus .navbar-link,
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:focus-within .navbar-link,
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:active .navbar-link {
	color: rgb(0, 60, 89) !important;
}
/* other submenus */
nav#submenu-imprint .navbar-menu .navbar-start,
nav#submenu-company .navbar-menu .navbar-start {
	width: 100%;
	justify-content: space-around;
}
nav#submenu-imprint,
nav#submenu-imprint .navbar-menu .navbar-start .navbar-item,
nav#submenu-company,
nav#submenu-company .navbar-menu .navbar-start .navbar-item {
	background-color: rgba(186, 188, 189, 1) !important;
	background-color: #000 !important;
}
nav#submenu-company,
nav#submenu-company .navbar-menu .navbar-start .navbar-item {
	background-color: rgb(0, 60, 89) !important;
}
nav#submenu-imprint .navbar-menu .navbar-start .navbar-item:hover,
nav#submenu-imprint .navbar-menu .navbar-start .navbar-item:focus,
nav#submenu-imprint .navbar-menu .navbar-start .navbar-item:focus-within,
nav#submenu-imprint .navbar-menu .navbar-start .navbar-item:active,
nav#submenu-imprint .navbar-menu .navbar-start .navbar-item:focus-visible,
nav#submenu-company .navbar-menu .navbar-start .navbar-item:hover,
nav#submenu-company .navbar-menu .navbar-start .navbar-item:focus,
nav#submenu-company .navbar-menu .navbar-start .navbar-item:focus-within,
nav#submenu-company .navbar-menu .navbar-start .navbar-item:active,
nav#submenu-company .navbar-menu .navbar-start .navbar-item:focus-visible {
	color: #000 !important;
	background-color: #fff !important;
}
nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:hover a, nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:focus a, nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:focus-within a, nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:active a {
	color: rgb(0, 100, 85) !important;
}
nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:hover a, nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:focus a, nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:focus-within a, nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:active a {
	color: rgb(171, 10, 48) !important;
}
nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:hover a, nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:focus a, nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:focus-within a, nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:active a {
	color: rgb(0, 79, 149) !important;
}
nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:hover a, nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:focus a, nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:focus-within a, nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover:active a {
	color: rgb(40, 170, 226) !important;
}
nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active a,
nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active a,
nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active a,
nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active a {
	color: rgba(186, 188, 189, 1) !important;
}
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link,
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:hover,
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:focus,
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:focus-within,
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:active {
	color: rgba(0, 138, 204, 1);
	color: rgb(0, 60, 89) !important;
	background-color: #fff;
}
nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link, nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:hover, nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:focus, nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:focus-within, nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:active {
	color: rgb(0, 100, 85) !important;
	background-color: #fff;
}
nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link, nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:hover, nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:focus, nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:focus-within, nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:active {
	color: rgb(171, 10, 48) !important;
	background-color: #fff;
}
nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link, nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:hover, nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:focus, nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:focus-within, nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:active {
	color: rgb(0, 79, 149) !important;
	background-color: #fff;
}
nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link, nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:hover, nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:focus, nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:focus-within, nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:active {
	color: rgb(40, 170, 226) !important;
	background-color: #fff;
}
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:not(.is-arrowless)::after {
	border-color: rgba(186, 188, 189, 1);
	top: auto;
	bottom: 19px;
}
nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link:not(.is-arrowless)::after, nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:not(.is-arrowless):hover::after {
	border-color: rgb(0, 149, 127);
}
nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link:not(.is-arrowless)::after, nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:not(.is-arrowless):hover::after {
	border-color: rgb(171, 10, 48);
}
nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link:not(.is-arrowless)::after, nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:not(.is-arrowless):hover::after {
	border-color: rgb(0, 79, 149);
}
nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link:not(.is-arrowless)::after, nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:not(.is-arrowless):hover::after {
	border-color: rgb(40, 170, 226);
}
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover.is-active .navbar-link:not(.is-arrowless)::after,
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-link:not(.is-arrowless):hover::after {
	border-color: rgba(0, 138, 204, 1);
}
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item.menu-title {
	font-family: 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
}
nav.submenu_navi .navbar-menu .navbar-divider {
	display: block;
	background: #dbdbdb !important;
	height: 1px;
	width: 90%;
	margin: 15px auto;
}
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item {
	font-family: 'Poppins', sans-serif !important;
	color: rgba(159, 159, 159, 1) !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	background-color: #fff !important;
}
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:hover,
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:focus-visible {
	background-color: rgba(232, 232, 232, 1) !important;
	color: rgb(0, 60, 89) !important;
}
nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:hover,
nav#submenu-gl .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:focus-visible {
	background-color: rgba(232, 232, 232, 1) !important;
	color: rgb(0, 100, 85) !important;
}
nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:hover,
nav#submenu-si .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:focus-visible {
	background-color: rgba(232, 232, 232, 1) !important;
	color: rgb(171, 10, 48) !important;
}
nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:hover,
nav#submenu-idna .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:focus-visible {
	background-color: rgba(232, 232, 232, 1) !important;
	color: rgb(0, 79, 149) !important;
}
nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:hover,
nav#submenu-truedem .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item:focus-visible {
	background-color: rgba(232, 232, 232, 1) !important;
	color: rgb(40, 170, 226) !important;
}
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item.navbar-item-support i {
	transform: translateX(0);
	transition: transform 150ms ease;
}
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item.navbar-item-support:hover i,
nav.submenu_navi .navbar-menu .navbar-start .navbar-item.has-dropdown.navhover .navbar-dropdown .navbar-item.navbar-item-support:focus-visible i {
	transform: translateX(15px);
}
nav.submenu_navi .subtitle {
	padding-top: 7px;
	padding-bottom: 7px;
	color: rgb(0, 60, 89);
	border-color: rgb(0, 60, 89);
	margin-bottom: 0 !important;
	padding: 5px 15px;
	border: 1px solid rgb(0, 60, 89);
	background-color: rgb(255, 255, 255);
	border-radius: 50px;
	color: rgb(0, 60, 89);
	font-size: 16px !important;
}
nav.submenu_navi .subtitle:before {
	content: "";
	position: relative;
	top: 2px;
	left: 0px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background-color: rgb(0, 60, 89);
	z-index: 0;
	transform: rotate(45deg);
	margin-right: 10px;
}
nav.submenu_navi .subtitle-2 {
	color: rgb(0, 60, 89);
	border-color: rgb(0, 60, 89);
	border: 1px solid rgb(0, 60, 89);
	background-color: rgb(0, 60, 89);
	color: #fff;
}
nav.submenu_navi .subtitle-2:before {
	content: "";
	background-color: #fff;
}
nav.submenu_navi .button-normal .button-link {
	margin-top: 2px;
	height: 32px;
}
nav.submenu_navi .button-normal .button-link .button-text {
	line-height: 32px !important;
}
nav.submenu_navi .button-normal .button-link .circle {
	height: 32px;
}
nav#submenu-gl .button-normal .button-link {
	background-image: linear-gradient(to right, rgb(56, 195, 174), rgb(0, 149, 127), rgb(0, 149, 127), rgb(56, 195, 174));
}
nav#submenu-si .button-normal .button-link {
	background-image: linear-gradient(to right, rgb(230, 68, 0), rgb(255, 126, 72), rgb(255, 126, 72), rgb(230, 68, 0));
}
nav#submenu-idna .button-normal .button-link {
	background-image: linear-gradient(to right, rgb(112, 56, 195), rgb(0, 138, 204), rgb(0, 138, 204), rgb(112, 56, 195));
}
nav#submenu-truedem .button-normal .button-link {
	background-image: linear-gradient(to right, #007ab4, #008acc, #008acc, #007ab4);
}
nav.submenu_navi .navbar-end .navbar-item.is-active,
nav.submenu_navi .navbar-end .navbar-item:focus,
nav.submenu_navi .navbar-end .navbar-item:focus-within,
nav.submenu_navi .navbar-end .navbar-item:hover {
	background-color: transparent;
}
/* SUBMENU - MC - mobile */
.submenu_navi .navbarsub-mobile .accordion-header:focus-visible {
  outline: 2px solid rgb(0, 60, 89);
  outline-offset: -2px;
}
#submenu-gl .navbarsub-mobile .accordion-header:focus-visible {
  outline-color: rgb(0, 149, 127);
}
#submenu-si .navbarsub-mobile .accordion-header:focus-visible {
  outline-color: rgb(171, 10, 48);
}
#submenu-idna .navbarsub-mobile .accordion-header:focus-visible {
  outline-color: rgb(0, 79, 149);
}
#submenu-truedem .navbarsub-mobile .accordion-header:focus-visible {
  outline-color: rgb(40, 170, 226);
}
.submenu_navi .navbarsub-mobile.submenu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-top: none;
  box-shadow: 0 8px 24px rgba(10,10,10,.15);
  border-radius: 0 0 10px 10px;
  z-index: 40;
  /* nicht fullscreen */
  max-height: min(70vh, 520px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.submenu_navi .navbarsub-mobile .accordion-header.open {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.submenu_navi .navbarsub-mobile .accordion {
  margin: 0;
  border: 0;
}
.submenu_navi .navbarsub-mobile .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  color: rgb(0, 60, 89);
  background: #fff;
  cursor: pointer;
  width: 100%;
  border: 0;
}
.submenu_navi .navbarsub-mobile .accordion-header h5,
.submenu_navi .navbarsub-mobile .accordion-header .h5,
.submenu_navi .navbarsub-mobile .accordion-header .accordion-title {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.05rem !important;
	line-height: 1.2 !important;
	color: rgb(0, 60, 89) !important;
}
#submenu-gl #navbarsub-gl-mobile .accordion-header h5, #submenu-gl #navbarsub-gl-mobile .accordion-header .h5,
#submenu-gl #navbarsub-gl-mobile .accordion-header .accordion-title {
	color: rgb(0, 149, 127) !important;
}
#submenu-si #navbarsub-si-mobile .accordion-header h5, #submenu-si #navbarsub-si-mobile .accordion-header .h5,
#submenu-si #navbarsub-si-mobile .accordion-header .accordion-title {
	color: rgb(171, 10, 48) !important;
}
#submenu-idna #navbarsub-idna-mobile .accordion-header h5, #submenu-idna #navbarsub-idna-mobile .accordion-header .h5,
#submenu-idna #navbarsub-idna-mobile .accordion-header .accordion-title {
	color: rgb(0, 79, 149) !important;
}
#submenu-truedem #navbarsub-truedem-mobile .accordion-header h5, #submenu-truedem #navbarsub-truedem-mobile .accordion-header .h5,
#submenu-truedem #navbarsub-truedem-mobile .accordion-header .accordion-title {
	color: rgb(40, 170, 226) !important;
}
.submenu_navi .navbarsub-mobile .navbar-item.navbar-item-truedem {
	border-top: 1px solid #dbdbdb;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.05rem !important;
	line-height: 1.2 !important;
	color: rgb(40, 170, 226) !important;
}


.submenu_navi .navbarsub-mobile .accordion:not(:first-child) .accordion-header {
	border-top: 1px solid #dbdbdb;
}
.submenu_navi .navbarsub-mobile .accordion-button {
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	padding: 0;
	display: grid;
	place-items: center;
}
.submenu_navi .navbarsub-mobile .accordion-button-horizontal,
.submenu_navi .navbarsub-mobile .accordion-button-vertical {
	display: none;
}
.submenu_navi .navbarsub-mobile .accordion-button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(0, 60, 89, .7);
  border-bottom: 2px solid rgba(0, 60, 89, .7);
  transform: rotate(45deg);
  transition: transform 150ms ease;
}
.submenu_navi .navbarsub-mobile .accordion-button.open::before {
  transform: rotate(-135deg) !important;
}
.submenu_navi .navbarsub-mobile .accordion-body {
  padding: 0;
}
.submenu_navi .navbarsub-mobile .accordion-content.content {
  padding: 0;
}
.submenu_navi .navbarsub-mobile .navbar-item.menu-title,
.submenu_navi .navbarsub-mobile span.navbar-item.menu-title {
  font-family: 'Poppins', sans-serif !important;
  color: rgba(28, 28, 28, 1) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding: 12px 14px 6px 14px;
}
.submenu_navi .navbarsub-mobile hr.navbar-divider {
  display: block;
  background: #dbdbdb !important;
  height: 1px;
  width: 90%;
  margin: 15px auto;
  border: 0;
}
.submenu_navi .navbarsub-mobile .navbar-item {
  font-family: 'Poppins', sans-serif !important;
  color: rgba(159, 159, 159, 1) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding: 12px 14px;
  background-color: #fff !important;
  text-decoration: none;
}
.submenu_navi .navbarsub-mobile .navbar-item:active,
.submenu_navi .navbarsub-mobile .navbar-item:focus-visible {
  background-color: rgba(232, 232, 232, 1) !important;
  color: rgb(0, 60, 89) !important;
}
#submenu-gl #navbarsub-gl-mobile .navbar-item:hover,
#submenu-gl #navbarsub-gl-mobile .navbar-item:active,
#submenu-gl #navbarsub-gl-mobile .navbar-item:focus-visible {
  background-color: rgba(232, 232, 232, 1) !important;
  color: rgb(0, 149, 127) !important;
}
#submenu-si #navbarsub-si-mobile .navbar-item:hover,
#submenu-si #navbarsub-si-mobile .navbar-item:active,
#submenu-si #navbarsub-si-mobile .navbar-item:focus-visible {
  background-color: rgba(232, 232, 232, 1) !important;
  color: rgb(171, 10, 48) !important;
}
#submenu-idna #navbarsub-idna-mobile .navbar-item:hover,
#submenu-idna #navbarsub-idna-mobile .navbar-item:active,
#submenu-idna #navbarsub-idna-mobile .navbar-item:focus-visible {
  background-color: rgba(232, 232, 232, 1) !important;
  color: rgb(0, 79, 149) !important;
}
#submenu-truedem #navbarsub-truedem-mobile .navbar-item:hover,
#submenu-truedem #navbarsub-truedem-mobile .navbar-item:active,
#submenu-truedem #navbarsub-truedem-mobile .navbar-item:focus-visible {
  background-color: rgba(232, 232, 232, 1) !important;
  color: rgb(40, 170, 226) !important;
}
.submenu_navi .navbarsub-mobile .navbar-item.navbar-item-support i {
  transform: translateX(0);
  transition: transform 150ms ease;
}
.submenu_navi .navbarsub-mobile .navbar-item.navbar-item-support:hover i {
  transform: translateX(15px);
}
.submenu_navi .navbarsub-mobile .submenu-cta {
  padding: 12px 14px 14px 14px;
  border-top: 1px solid #dbdbdb;
  background: #fff;
}
.submenu_navi {
	position: relative;
}
.submenu-dim {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, .10);
  z-index: 25;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease;
}
.submenu-dim.is-active {
  opacity: 1;
}
button.submenu-top-toggle {
	width: 100%;
	text-align: right;
	padding-right: 15px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.05rem !important;
	line-height: 1.2 !important;
	color: #fff !important;
	background: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
button.submenu-top-toggle .submenu-toggle-text {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.05rem !important;
	line-height: 1.2 !important;
}
button.submenu-top-toggle:hover, button.submenu-top-toggle:focus, button.submenu-top-toggle:active, button.submenu-top-toggle:focus-visible {
	color: rgba(0, 138, 204, 1) !important;
}
#submenu-gl button.submenu-top-toggle:hover, #submenu-gl button.submenu-top-toggle:focus, #submenu-gl button.submenu-top-toggle:active, #submenu-gl button.submenu-top-toggle:focus-visible {
	color: rgb(0, 149, 127) !important;
}
#submenu-si button.submenu-top-toggle:hover, #submenu-si button.submenu-top-toggle:focus, #submenu-si button.submenu-top-toggle:active, #submenu-si button.submenu-top-toggle:focus-visible {
	color: rgb(171, 10, 48) !important;
}
#submenu-idna button.submenu-top-toggle:hover, #submenu-idna button.submenu-top-toggle:focus, #submenu-idna button.submenu-top-toggle:active, #submenu-idna button.submenu-top-toggle:focus-visible {
	color: rgb(0, 79, 149) !important;
}
#submenu-truedem button.submenu-top-toggle:hover, #submenu-truedem button.submenu-top-toggle:focus, #submenu-truedem button.submenu-top-toggle:active, #submenu-truedem button.submenu-top-toggle:focus-visible {
	color: #fff !important;
}
.submenu_navi .submenu-top-toggle .submenu-toggle-chevron {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}
.submenu_navi .submenu-top-toggle .submenu-toggle-chevron::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	transform-origin: center;
	transition: transform 150ms ease;
}
.submenu_navi .submenu-top-toggle[aria-expanded="true"] .submenu-toggle-chevron::after {
	top: 10px;
	transform: translate(-50%, -50%) rotate(-135deg);
}
button.submenu-top-toggle:hover .submenu-toggle-chevron::after,
button.submenu-top-toggle:focus .submenu-toggle-chevron::after,
button.submenu-top-toggle:active .submenu-toggle-chevron::after {
	border-color: rgba(0, 138, 204, 1) !important;
}
#submenu-gl button.submenu-top-toggle:hover .submenu-toggle-chevron::after, #submenu-gl button.submenu-top-toggle:focus .submenu-toggle-chevron::after, #submenu-gl button.submenu-top-toggle:active .submenu-toggle-chevron::after {
	border-color: rgb(0, 149, 127) !important;
}
#submenu-si button.submenu-top-toggle:hover .submenu-toggle-chevron::after, #submenu-si button.submenu-top-toggle:focus .submenu-toggle-chevron::after, #submenu-si button.submenu-top-toggle:active .submenu-toggle-chevron::after {
	border-color: rgb(171, 10, 48) !important;
}
#submenu-idna button.submenu-top-toggle:hover .submenu-toggle-chevron::after, #submenu-idna button.submenu-top-toggle:focus .submenu-toggle-chevron::after, #submenu-idna button.submenu-top-toggle:active .submenu-toggle-chevron::after {
	border-color: rgb(0, 79, 149) !important;
}
#submenu-truedem button.submenu-top-toggle:hover .submenu-toggle-chevron::after, #submenu-truedem button.submenu-top-toggle:focus .submenu-toggle-chevron::after, #submenu-truedem button.submenu-top-toggle:active .submenu-toggle-chevron::after {
	border-color: #fff !important;
}

/* ===== Required CSS for the menu scripts ===== */
@media (min-width: 1024px) {
  header.header { overflow: hidden; }
  .block-submenu nav.submenu_navi.is-fixed-by-script {
    position: fixed;
	top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 35;
  }
  header.header nav#mainmenu-navigation {
    will-change: transform;
  }
}
/* Mobile (and generally): sticky submenu bar under main menu */
.submenu_navi.is-sub-sticky {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 35;
}
#submenu-spacer {
  display: block;
  width: 100%;
}




/*=============================
=            IE 10+           =
=============================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	h3, .h3 {
		color: #008acc !important;
		background-color: transparent !important;
		background-image: none !important;
		background-size: 0 !important;
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: #008acc !important;
		-moz-background-clip: text !important;
		-moz-text-fill-color: #008acc !important;
	}
	h3 {
		background-color: transparent !important;
	}
	h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	footer.footer .footer-newsletter .h3 {
		color:  #fff !important;
		background-color: transparent !important;
	}
	footer.footer .footer-newsletter .h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-heading {
		clear: both;
	}
	.block-content-section .block-content-section-text div.subtitle, .block-content-section .block-content-section-text p.subtitle, .block-content-section .block-content-section-text h3 {
		background-color: transparent !important;
	}
	.block-content-section .block-content-section-text div.subtitle .section-text-bg, .block-content-section .block-content-section-text p.subtitle .section-text-bg, .block-content-section .block-content-section-text h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-content-section .block-content-section-source .svg {
		width: 100% !important;
		height: 200px !important;
	}
	.block-content-section .block-content-section-source .svg img, .block-content-section .block-content-section-source .svg svg {
		width: 100% !important;
		height: auto !important;
	}
	body.page-id-41311 .block-content-boxes .content-box-link .image img {
		width: auto !important;
		height: auto !important;
		margin: 0 auto !important;
		max-width: 100% !important;
		max-height: 200px !important;
	}
	.block-content-boxes .content-box-text h3 {
		background-color: transparent !important;
	}
	.block-content-boxes .content-box-text h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-half-section .block-half-section-text h3 {
		background-color: transparent !important;
	}
	.block-half-section .block-half-section-text h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-content-spotlight .block-content-spotlight-content .block-content-spotlight-text h3 {
		background-color: transparent !important;
	}
	.block-content-spotlight .block-content-spotlight-content .block-content-spotlight-text h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-slideshow .block-slideshow-content h3, .block-slideshow .block-slideshow-carousel .block-slideshow-slide h3 {
		background-color: transparent !important;
	}
	.block-slideshow .block-slideshow-content h3 .section-text-bg, .block-slideshow .block-slideshow-carousel .block-slideshow-slide h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-resources .block-resources-resource .resource-text h3 {
		background-color: transparent !important;
	}
	.block-resources .block-resources-resource .resource-text h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-tabs .block-tabs-tab .tabs-content h3 {
		background-color: transparent !important;
	}
	.block-tabs .block-tabs-tab .tabs-content h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	body.page-id-48565 .block-content-boxes:nth-child(32) .h4 {
		background-color: transparent !important;
	}
	.block-video-section-IE iframe {
		display: block !important;
		width: 70% !important;
		height: 500px !important;
		border-radius: 10px !important;
		overflow: hidden !important;
		margin: 0 auto !important;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav {
		overflow: hidden;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav ul.nav-tabs {
		float: left;
		display: block !important;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .columns {
		float: left;
		width: 100%;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav.tabs {
		display: block !important;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li {
		width: 49%;
		height: 240px;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a .svg {
		margin-bottom: 0 !important;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a span {
		display: block !important;
		text-indent: 0 !important;
	}
	body.page-id-48565 .block-content-boxes:nth-child(32) .h4 {
		background: none !important;
	}
	body.page-id-41311 .block-content-boxes .content-box-link .svg {
		height: 200px !important;
	}
	body.parent-pageid-47517 .block-list ul, body.parent-pageid-48547 .block-list ul, body.parent-pageid-47486 .block-list ul {
		column-count: 0 !important;
		padding: 0 !important;
		column-gap: 0 !important;
	}

	nav#mainmenu-navigation .switcher .selected a:after {
		height:17px;
		display:inline-block;
		position:absolute;
		right:0px;
		width:15px;
		content:">"!important;
		transition:all .2s;
		opacity:1;
		-webkit-transform: rotate(90deg);
		transform:rotate(90deg);
		margin-top: 2px;
	}
	nav#mainmenu-navigation .switcher .selected a.open:after {
		-webkit-transform: rotate(-90deg);
		transform:rotate(-90deg);
		margin-top: -4px;
	}


	body.has-submenu main {
		display: block;
		padding-top: 110px !important;
	}
	body main {
		display: block;
		padding-top: 80px !important;
	}
}

/* IE 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	h3, .h3 {
		color: #008acc !important;
		background-color: transparent !important;
		background-image: none !important;
		background-size: 0 !important;
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: #008acc !important;
		-moz-background-clip: text !important;
		-moz-text-fill-color: #008acc !important;
	}
	h3 {
		background-color: transparent !important;
	}
	h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	footer.footer .footer-newsletter .h3 {
		color:  #fff !important;
		background-color: transparent !important;
	}
	footer.footer .footer-newsletter .h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-heading {
		clear: both;
	}
	.block-content-section .block-content-section-text div.subtitle, .block-content-section .block-content-section-text p.subtitle, .block-content-section .block-content-section-text h3 {
		background-color: transparent !important;
	}
	.block-content-section .block-content-section-text div.subtitle .section-text-bg, .block-content-section .block-content-section-text p.subtitle .section-text-bg, .block-content-section .block-content-section-text h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-content-section .block-content-section-source .svg {
		width: 100% !important;
		height: 200px !important;
	}
	.block-content-section .block-content-section-source .svg img, .block-content-section .block-content-section-source .svg svg {
		width: 100% !important;
		height: auto !important;
	}
	body.page-id-41311 .block-content-boxes .content-box-link .image img {
		width: auto !important;
		height: auto !important;
		margin: 0 auto !important;
		max-width: 100% !important;
		max-height: 200px !important;
	}
	.block-content-boxes .content-box-text h3 {
		background-color: transparent !important;
	}
	.block-content-boxes .content-box-text h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-half-section .block-half-section-text h3 {
		background-color: transparent !important;
	}
	.block-half-section .block-half-section-text h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-content-spotlight .block-content-spotlight-content .block-content-spotlight-text h3 {
		background-color: transparent !important;
	}
	.block-content-spotlight .block-content-spotlight-content .block-content-spotlight-text h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-slideshow .block-slideshow-content h3, .block-slideshow .block-slideshow-carousel .block-slideshow-slide h3 {
		background-color: transparent !important;
	}
	.block-slideshow .block-slideshow-content h3 .section-text-bg, .block-slideshow .block-slideshow-carousel .block-slideshow-slide h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-resources .block-resources-resource .resource-text h3 {
		background-color: transparent !important;
	}
	.block-resources .block-resources-resource .resource-text h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	.block-tabs .block-tabs-tab .tabs-content h3 {
		background-color: transparent !important;
	}
	.block-tabs .block-tabs-tab .tabs-content h3 .section-text-bg {
		display: none !important;
		background-color: transparent !important;
	}
	body.page-id-48565 .block-content-boxes:nth-child(32) .h4 {
		background-color: transparent !important;
	}
	.block-video-section-IE iframe {
		display: block !important;
		width: 70% !important;
		height: 500px !important;
		border-radius: 10px !important;
		overflow: hidden !important;
		margin: 0 auto !important;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav {
		overflow: hidden;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-list .tabs.tabs-nav ul.nav-tabs {
		float: left;
		display: block !important;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .columns {
		float: left;
		width: 100%;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav.tabs {
		display: block !important;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li {
		width: 49%;
		height: 240px;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a .svg {
		margin-bottom: 0 !important;
	}
	.block-tabs .block-tabs-tab.block-tabs-tab-icons .tabs.tabs-nav ul.nav-tabs li a span {
		display: block !important;
		text-indent: 0 !important;
	}
	body.page-id-41311 .block-content-boxes .content-box-link .svg {
		height: 200px !important;
	}
	body.page-id-48565 .block-content-boxes:nth-child(32) .h4 {
		background: none !important;
	}
	body.parent-pageid-47517 .block-list ul, body.parent-pageid-48547 .block-list ul, body.parent-pageid-47486 .block-list ul {
		column-count: 0 !important;
		padding: 0 !important;
		column-gap: 0 !important;
	}

	nav#mainmenu-navigation .switcher .selected a:after {
		height:17px;
		display:inline-block;
		position:absolute;
		right:0px;
		width:15px;
		content:">"!important;
		transition:all .2s;
		opacity:1;
		-webkit-transform: rotate(90deg);
		transform:rotate(90deg);
		margin-top: 2px;
	}
	nav#mainmenu-navigation .switcher .selected a.open:after {
		-webkit-transform: rotate(-90deg);
		transform:rotate(-90deg);
		margin-top: -4px;
	}

	body.has-submenu main {
		display: block;
		padding-top: 110px !important;
	}
	body main {
		display: block;
		padding-top: 80px !important;
	}
}









/*=========================================
=            BLOG OVERVIEW NEW            =
=========================================*/
body.blog main, body.post-type-archive-news main {
	padding-top: 35px;
}
body.blog .content-box a.content-box-link .content-box-text, body.post-type-archive-news .content-box a.content-box-link .content-box-text {
	min-height: auto;
}
body.blog .block-header, body.post-type-archive-news .block-header {
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: rgba(0, 60, 89, 1);/* .block-header-columns_one {
			min-height: 490px;
			a.content-box-link {
				.content-box-source {
					height: 220px;
				}
			}
		}
		.block-header-columns_two {}
		.block-header-columns_three {}
		i {
			font-size: 1rem;
		}
		.block-header-columns_last {
			min-height: 490px;
		} */
}
body.blog .block-header h1, body.post-type-archive-news .block-header h1 {
	color: #fff !important;
	margin-bottom: 15px;
}
body.blog .block-header .block-header-title, body.post-type-archive-news .block-header .block-header-title {
	padding-top: 30px;
	padding-bottom: 40px;
}
body.blog .block-header .block-header-title h1, body.post-type-archive-news .block-header .block-header-title h1 {
	color: #fff !important;
	font-weight: 500 !important;
	margin-bottom: 15px;
}
body.blog .block-header .block-header-title .subtitle, body.post-type-archive-news .block-header .block-header-title .subtitle {
	color: #fff !important;
}
body.blog .block-header .block-header-subtitle, body.post-type-archive-news .block-header .block-header-subtitle {
	padding-left: 0;
}
body.blog .block-header .block-header-subtitle h2, body.post-type-archive-news .block-header .block-header-subtitle h2 {
	color: #fff !important;
	font-weight: 700 !important;
}
body.blog .block-header .block-header-columns, body.post-type-archive-news .block-header .block-header-columns {
	padding: 0 15px;
}
body.blog .block-header .block-header-columns h5, body.post-type-archive-news .block-header .block-header-columns h5 {
	margin-top: 15px;
}
body.blog .block-header .block-header-columns_one.content-box.content-box_first a.content-box-link .content-box-text, body.post-type-archive-news .block-header .block-header-columns_one.content-box.content-box_first a.content-box-link .content-box-text {
	min-height: 300px;
}
body.blog .block-header .block-header-columns_two.content-box a.content-box-link .content-box-image .content-box-source, body.post-type-archive-news .block-header .block-header-columns_two.content-box a.content-box-link .content-box-image .content-box-source {
	height: 250px;
}
body.blog .block-header .block-header-columns_two.content-box a.content-box-link .content-box-text, body.post-type-archive-news .block-header .block-header-columns_two.content-box a.content-box-link .content-box-text {
	min-height: auto;
}
body.blog .block-header .block-header-columns_three.content-box a.content-box-link .content-box-image .content-box-source, body.post-type-archive-news .block-header .block-header-columns_three.content-box a.content-box-link .content-box-image .content-box-source {
	height: 250px;
}
body.blog .block-header .block-header-columns_three.content-box a.content-box-link .content-box-text, body.post-type-archive-news .block-header .block-header-columns_three.content-box a.content-box-link .content-box-text {
	min-height: auto;
}
body.blog .block-most-recent, body.post-type-archive-news .block-most-recent {
	margin-bottom: 30px;
}
body.blog .block-most-recent .block-most-recent-title .columns, body.post-type-archive-news .block-most-recent .block-most-recent-title .columns {
	align-items: flex-end;
}
body.blog .block-most-recent .block-most-recent-title, body.post-type-archive-news .block-most-recent .block-most-recent-title {
	margin-top: 15px;
	padding-bottom: 0;
}
body.blog .block-most-recent h2, body.blog .block-most-recent .h4, body.post-type-archive-news .block-most-recent h2, body.post-type-archive-news .block-most-recent .h4 {
	font-weight: 700 !important;
	line-height: 40px !important;
}
body.blog .block-most-recent .button-arrow .button-link, body.post-type-archive-news .block-most-recent .button-arrow .button-link {
	width: auto;
	margin-right: 65px;
}
body.blog .block-most-recent .content-box a.content-box-link, body.post-type-archive-news .block-most-recent .content-box a.content-box-link {
	min-height: 370px;
}
body.blog .block-most-recent .owl-nav, body.post-type-archive-news .block-most-recent .owl-nav {
	display: block;
	position: absolute;
	right: 0;
	top: -41px;
	margin: 0;
}
body.blog .block-most-recent .owl-nav button, body.post-type-archive-news .block-most-recent .owl-nav button {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(28, 28, 28, 1);
	border-radius: 50%;
	background-color: #fff;
}
body.blog .block-most-recent .owl-nav button span, body.post-type-archive-news .block-most-recent .owl-nav button span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	line-height: 25px;
	font-weight: 400 !important;
	color: rgba(28, 28, 28, 1);
}
body.blog .block-most-recent .owl-nav button:hover, body.post-type-archive-news .block-most-recent .owl-nav button:hover {
	border-color: rgba(0, 138, 204, 1);
	background-color: #fff;
}
body.blog .block-most-recent .owl-nav button:hover span, body.blog .block-most-recent .owl-nav button:hover span:before, body.post-type-archive-news .block-most-recent .owl-nav button:hover span, body.post-type-archive-news .block-most-recent .owl-nav button:hover span:before {
	color: rgba(0, 138, 204, 1);
}
body.blog .blog-content, body.post-type-archive-news .blog-content {
	margin-top: 50px;
	padding-top: 50px;
	background-color: rgba(232, 232, 232, 1);
}
body.blog .blog-content h2, body.blog .blog-content .h4, body.post-type-archive-news .blog-content h2, body.post-type-archive-news .blog-content .h4 {
	font-weight: 700 !important;
}
body.blog .blog-content .posts-filter.posts-filter-blog, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog {
	margin-bottom: 15px;
}
body.blog .blog-content .posts-filter.posts-filter-blog .filter-widget, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog .filter-widget {
	padding: 0;
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter {
	display: flex;
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter .field, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter .field {/* flex: 1; */
	margin-right: 15px;
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter .field label, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter .field label {
	display: none;
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter.posts-filter-form, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter.posts-filter-form {
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter button, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter button {
	color: rgba(0, 60, 89, 1);
	font-weight: 700;
	border: 1px solid rgba(0, 60, 89, 1);
	background-color: rgba(232, 232, 232, 1);
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter button:hover, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter button:hover {
	color: #fff;
	border-color: rgba(0, 138, 204, 1);
	background-color: rgba(0, 138, 204, 1);
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter button:focus, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter button:focus {
	outline: 0 !important;
	border-color: rgba(0, 138, 204, 1) !important;
	box-shadow: none !important;
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter .select:after, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter .select:after {
	border-color: rgba(0, 60, 89, 1);
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter .select:hover:after, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter .select:hover:after {
	border-color: #fff;
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter select, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter select {
	color: rgba(0, 60, 89, 1);
	font-weight: 700;
	border: 1px solid rgba(0, 60, 89, 1);
	background-color: rgba(232, 232, 232, 1);
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter select:hover, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter select:hover {
	color: #fff;
	border-color: rgba(0, 138, 204, 1);
	background-color: rgba(0, 138, 204, 1);
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter select:focus, body.blog .blog-content .posts-filter.posts-filter-blog form.filter select:active, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter select:focus, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter select:active {
	outline: 0 !important;
	border-color: rgba(0, 138, 204, 1) !important;
	box-shadow: none !important;
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter .datefilter, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter .datefilter {
	margin-right: 0;
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter .datefilter label, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter .datefilter label {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 40px;
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter .datefilter .control, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter .datefilter .control {
	display: inline-block;
}
body.blog .blog-content .posts-filter.posts-filter-blog form.filter .datefilter .control label, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter .datefilter .control label {
	width: 80px;
	margin: 0;
}
body.blog footer.footer, body.post-type-archive-news footer.footer {
	margin-top: 10px;
}

body.blog.de .blog-content .posts-filter.posts-filter-blog form.filter .datefilter .control label, body.post-type-archive-news.de .blog-content .posts-filter.posts-filter-blog form.filter .datefilter .control label {
	width: 100px;
}

@media (min-width: 769px) and (max-width: 1023px) {
	/* padding-bottom: 30px; */
	body.blog .block-header .block-header-columns, body.post-type-archive-news .block-header .block-header-columns {
		padding: 0;
	}
	/* padding-top: 30px; */
	/* min-height: auto; */
	body.blog .block-header .block-header-columns_one a.content-box-link .content-box-source, body.post-type-archive-news .block-header .block-header-columns_one a.content-box-link .content-box-source {/* height: 250px; */
	}
	body.blog .block-header .block-header-columns_two, body.post-type-archive-news .block-header .block-header-columns_two {
}
	body.blog .block-header .block-header-columns_three, body.post-type-archive-news .block-header .block-header-columns_three {
}
	body.blog .block-header .block-header-columns_last, body.post-type-archive-news .block-header .block-header-columns_last {/* min-height: auto; */
	}
	body.blog .block-most-recent .block-most-recent-content, body.post-type-archive-news .block-most-recent .block-most-recent-content {/* .content-box.content-box_first a.content-box-link .content-box-text {
					min-height: auto;
				} */
	}
	body.blog .block-most-recent .block-most-recent-content .content-box:not(.content-box_no-img) a.content-box-link .content-box-source, body.post-type-archive-news .block-most-recent .block-most-recent-content .content-box:not(.content-box_no-img) a.content-box-link .content-box-source {
		height: 200px;
	}
	body.blog .block-most-recent .block-most-recent-content .content-box:not(.content-box_no-img) a.content-box-link .content-box-text-excerpt, body.post-type-archive-news .block-most-recent .block-most-recent-content .content-box:not(.content-box_no-img) a.content-box-link .content-box-text-excerpt {
		display: none;
	}
	/* padding-bottom: 30px; */
	body.blog .blog-content .posts-filter.posts-filter-blog form.filter, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter {
}
	body.blog .blog-content .posts-main, body.post-type-archive-news .blog-content .posts-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.blog footer.footer, body.post-type-archive-news footer.footer {/* margin-top: 0; */
	}
}

@media (max-width: 768px) {
	body.has-navbar-fixed-top, html.has-navbar-fixed-top {
		margin-top:  0 !important;
	}
	body.blog main, body.post-type-archive-news main {
		padding-top: 0;
	}
	body.blog h1, body.post-type-archive-news h1 {
		color: #fff !important;
		font-weight: 500 !important;
	}
	body.blog .block-header, body.post-type-archive-news .block-header {
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: rgba(0, 60, 89, 1);/* .block-header-columns_one {
				min-height: auto;
				a.content-box-link {
					.content-box-source {
						height: 250px;
					}
				}
			}
			.block-header-columns_two {}
			.block-header-columns_three {}
			.block-header-columns_last {
				min-height: auto;
			} */
	}
	body.blog .block-header .block-header-columns, body.post-type-archive-news .block-header .block-header-columns {
		padding: 0px 55px;
	}
	body.blog .block-header .block-header-columns_one.content-box.content-box_first a.content-box-link .content-box-text, body.post-type-archive-news .block-header .block-header-columns_one.content-box.content-box_first a.content-box-link .content-box-text {
		min-height: auto;
	}
	body.blog .block-most-recent .block-most-recent-title .column.is-8.is-12-mobile, body.post-type-archive-news .block-most-recent .block-most-recent-title .column.is-8.is-12-mobile {
		padding-bottom: 0;
	}
	body.blog .block-most-recent .block-most-recent-title .column.is-12-mobile.has-text-right, body.post-type-archive-news .block-most-recent .block-most-recent-title .column.is-12-mobile.has-text-right {
		padding-top: 0;
	}
	body.blog .block-most-recent .content-box-new, body.post-type-archive-news .block-most-recent .content-box-new {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.blog .blog-content .posts-filter.posts-filter-blog form.filter, body.post-type-archive-news .blog-content .posts-filter.posts-filter-blog form.filter {
		flex-direction: column;
	}
	body.blog .blog-content, body.post-type-archive-news .blog-content {
		padding-bottom: 30px;
	}
	body.blog .blog-content .posts-main, body.post-type-archive-news .blog-content .posts-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.blog footer.footer, body.post-type-archive-news footer.footer {
		margin-top: 0;
	}
}
/*=====  End of BLOG OVERVIEW NEW  ======*/

/*===========================================
=            BLOG DETAILVIEW NEW            =
===========================================*/
@media (max-width: 768px) {
	body.single.single-post h1, body.single.single-post .h1 {
		font: 700 2.75rem/3.125rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-post h2, body.single.single-post .h2 {
		font: 500 2.15rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-post h3, body.single.single-post .h3 {
		font: 500 1.5rem/2rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.single.single-post h4, body.single.single-post .h4 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-post h5, body.single.single-post .h5 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-post h6, body.single.single-post .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}
@media (min-width: 769px) {
	body.single.single-post h1, body.single.single-post .h1 {
		font: 700 3.5rem/4rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-post h2, body.single.single-post .h2 {
		font: 500 2.3rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-post h3, body.single.single-post .h3 {
		font: 500 1.9rem/2.5rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.single.single-post h4, body.single.single-post .h4 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-post h5, body.single.single-post .h5 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-post h6, body.single.single-post .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}

body.single.single-post .block-cta-blog .block-cta-blog-title h2, body.single.single-post .block-cta-blog .block-cta-blog-title .h4, body.single.single-post .block-cta-blog .block-cta-blog-text p {
	color: #fff !important;
}

body.single.single-post.logged-in main {
	padding-top: 45px;
}
body.single.single-post progress.reading-progress-bar {
	z-index: 998;
	top: 70px !important;
}
body.single.single-post progress.reading-progress-bar.scrolled-nav {
	top: 70px !important;
}
body.single.single-post main {
	padding-top: 75px;
}
body.single.single-post .block-image {
	padding-left: 0;
	padding-right: 0;
}
body.single.single-post .block-image .columns.is-centered {
	justify-content: flex-start;
}
body.single.single-post .block-image .block-image-part .image-part-lightbox {
	margin: 0 !important;
	width: 70%;
}
body.single.single-post .block-image .block-image-part .image-part-lightbox a:after {
	content: '+';
	position: absolute;
	left: 10px;
	bottom: 15px;
	width: 30px;
	height: 30px;
	background-color: rgba(122, 178, 204, 1);
	border-radius: 50px;
	color: #fff;
	font-size: 30px;
	line-height: 25px;
	text-align: center;
	transition: all .5s ease-in-out;
}
body.single.single-post .block-image .block-image-part .image-part-lightbox a:hover:after {
	background-color: rgba(0, 138, 204, 1);
	left: 20px;
	bottom: 25px;
	transform: scale(1.5);
}
body.single.single-post footer.footer {
	margin-top: 10px;
}
.blog-content.posts-content .gf-rating-star {
	color: rgba(186, 188, 189, 1);
	cursor: pointer;
	font-size: 2em;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}
.blog-content.posts-content .gf-rating-star + .gf-rating-star {
	padding-left: 4px;
}
.blog-content.posts-content .gf-rating-star-active {
	color: rgba(122, 178, 204, 1);
}
.blog-content.posts-content .post-back, .blog-content.posts-content .post-sidebar-back {
	padding-top: 0;
	padding-bottom: 40px;
}
.blog-content.posts-content .post-back a, .blog-content.posts-content .post-sidebar-back a {
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
}
.blog-content.posts-content .post-back a i, .blog-content.posts-content .post-sidebar-back a i {
	color: rgba(28, 28, 28, 1);
}
.blog-content.posts-content .post-back a:hover, .blog-content.posts-content .post-sidebar-back a:hover {
	color: rgba(122, 178, 204, 1);
}
.blog-content.posts-content .post-back a:hover i, .blog-content.posts-content .post-sidebar-back a:hover i {
	color: rgba(122, 178, 204, 1);
}
.blog-content.posts-content .js-gf-rating-stars_wrapper form .gform_footer {
	padding-bottom: 0;
}
.blog-content.posts-content .js-gf-rating-stars_wrapper form .gform_footer .gform_button {
	background-image: linear-gradient(to right, #007ab4, #008acc, #008acc, #007ab4) !important;
}
.blog-content.posts-content .js-gf-rating-stars_wrapper form .gform_footer .gform_button:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
	color: rgba(0, 60, 89, 1) !important;
}

.blog-content.posts-content.post-main {
	padding-top: 30px;
	color: rgba(28, 28, 28, 1) !important;
}

.blog-content.posts-content.post-main p, .blog-content.posts-content.post-main li {
	color: rgba(28, 28, 28, 1) !important;
}

/* SIDEBAR */

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-content {
	position: sticky;
	top: 85px;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-author {
	padding-bottom: 40px;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-author a {
	display: block;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-author a figure {
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-author a figure img {
	width: auto;
	min-width: 100%;
	height: 100%;
	transition: all .5s ease-in-out;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-author a:hover figure img {
	transform: scale(1.2);
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-author h4 {
	font-weight: 700 !important;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-author p strong {
	color: rgba(122, 178, 204, 1);
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-author a:hover p, .blog-content.posts-content.post-main .post-sidebar .post-sidebar-author a:hover p strong {
	color: rgba(0, 138, 204, 1) !important;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-share h4 {
	font-weight: 700 !important;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-share .shariff {
	float: none;
	width: 100%;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-share .shariff ul {
	display: block;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-share .shariff .shariff-button {
	margin: 0 0 15px 0 !important;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-share .shariff .shariff-button, .blog-content.posts-content.post-main .post-sidebar .post-sidebar-share .shariff .shariff-button a {
	background-color: rgba(122, 178, 204, 1) !important;
}

.blog-content.posts-content.post-main .post-sidebar .post-sidebar-share .shariff .shariff-button:hover, .blog-content.posts-content.post-main .post-sidebar .post-sidebar-share .shariff .shariff-button a:hover {
	background-color: rgba(0, 138, 204, 1) !important;
}

/* CONTENT */

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-date p {
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-title h1 {
	color: rgba(28, 28, 28, 1) !important;
	font-weight: 500 !important;
	margin-bottom: 0;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-title p {
	font-weight: 700;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-featured-img {
	padding-bottom: 40px;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-excerpt {
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .posts-table-of-content {
	padding-top: 50px;
	padding-bottom: 40px;
	margin-bottom: 0;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .posts-table-of-content ul {
	counter-reset: section;
	list-style-type: none;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .posts-table-of-content ul:before {
	content: 'Contents';
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif;
	font-weight: 700;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .posts-table-of-content ul li a {
	color: rgba(122, 178, 204, 1);
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .posts-table-of-content ul li a:hover {
	color: rgba(0, 138, 204, 1);
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .posts-table-of-content ul li.headline_class3 {
	margin-left: 5px;
	padding-left: 35px;
	border-left: 1px solid rgba(122, 178, 204, 1);
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .posts-table-of-content ul li.headline_class4, .blog-content.posts-content.post-main .posts.posts-blog.posts-main .posts-table-of-content ul li.headline_class5, .blog-content.posts-content.post-main .posts.posts-blog.posts-main .posts-table-of-content ul li.headline_class6 {
	display: none;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-content {
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-content-share {
	padding-top: 30px;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-content-share h4 {
	display: inline-block;
	line-height: 45px !important;
	vertical-align: text-bottom;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-content-share .shariff {
	display: inline-block !important;
	width: auto !important;
	float: none;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-tags .content-tags {
	display: block;
	padding-top: 25px;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-tags .content-tags .content-tags-tag {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 1px solid rgba(122, 178, 204, 1);
	border-radius: 50px;
	background-color: #fff;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-tags .content-tags .content-tags-tag a {
	color: rgba(122, 178, 204, 1);
	padding: 0 15px;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-tags .content-tags .content-tags-tag:hover {
	background-color: rgba(0, 138, 204, 1);
	border-color: rgba(0, 138, 204, 1);
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-tags .content-tags .content-tags-tag:hover a {
	color: #fff;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-author-box:after {
	content: '';
	display: block;
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(232, 232, 232, 1);
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-author-box > .columns {
	margin-left: 0;
	margin-right: 0;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-author-box h4 {
	font-weight: 700 !important;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-author-box .post-author-image a figure {
	border-radius: 50%;
	overflow: hidden;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-author-box .post-author-image a figure img {
	transition: all .5s ease-in-out;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-author-box .post-author-image a:hover figure img {
	transform: scale(1.2);
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-author-box .post-author-name h4.h5 {
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-author-box .post-author-name p:last-of-type {
	margin-top: 15px;
	margin-bottom: 5px;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-rating form {
	display: flex;
	align-items: center;
}

.blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-rating form .gform_body {
	margin-right: 30px;
}
/* RELATED */
.post-related-section {
	padding-top: 65px;
	padding-bottom: 75px;
	background-color: rgba(232, 232, 232, 1);
}
.post-related-section h2 {
	padding-bottom: 55px;
}
.post-related-section .content-box {
}
.post-related-section .content-box a.content-box-link .content-box-text {
	min-height: auto;
}

@media (min-width: 769px) and (max-width: 1023px) {
	body.single.single-post progress.reading-progress-bar, body.single.single-post progress.reading-progress-bar.scrolled-nav {
		top: 57px!important;
	}
}
@media (max-width: 768px) {
	body.single.single-post progress.reading-progress-bar, body.single.single-post progress.reading-progress-bar.scrolled-nav {
		top: 57px!important;
	}
	body.single.single-post.logged-in main, body.single.single-post main {
		padding-top: 15px;
	}
	body.single.single-post .blog-content.posts-content .post-back, body.single.single-post .blog-content.posts-content .post-sidebar-back {
		padding-left: 0;
		padding-bottom: 15px;
	}
	body.single.single-post .blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-date-author {
		color: rgba(122, 178, 204, 1);
	}
	body.single.single-post .blog-content.posts-content.post-main .posts.posts-blog.posts-main .post-author-box:after {
		margin-bottom: 0;
	}
	body.single.single-post .post-related-section {
		margin-top: 30px;
		padding-top: 35px;
	}
	body.single.single-post .post-related-section h2 {
		padding-bottom: 15px;
	}
}

body.single.single-post.de .blog-content.posts-content.post-main .posts.posts-blog.posts-main .posts-table-of-content ul:before {
	content: 'Inhaltsverzeichnis';
}
/*=====  End of BLOG DETAILVIEW NEW  ======*/

/*==================================
=            FILTER NEW            =
==================================*/
body.archive .posts-filter {
	margin-bottom: 15px;
}
body.archive .posts-filter .filter-widget {
	padding: 0;
}
body.archive .posts-filter form.filter {
	display: flex;
}
body.archive .posts-filter form.filter .field {/* flex: 1; */
	margin-right: 15px;
}
body.archive .posts-filter form.filter .field label {
	display: none;
}
body.archive .posts-filter form.filter.posts-filter-form {
}
body.archive .posts-filter form.filter button {
	color: rgba(0, 60, 89, 1);
	font-weight: 700;
	border: 1px solid rgba(0, 60, 89, 1);
	background-color: rgba(232, 232, 232, 1);
}
body.archive .posts-filter form.filter button:hover {
	color: #fff;
	border-color: rgba(0, 138, 204, 1);
	background-color: rgba(0, 138, 204, 1);
}
body.archive .posts-filter form.filter button:focus {
	outline: 0 !important;
	border-color: rgba(0, 138, 204, 1) !important;
	box-shadow: none !important;
}
body.archive .posts-filter form.filter .select:after {
	border-color: rgba(0, 60, 89, 1);
}
body.archive .posts-filter form.filter .select:hover:after {
	border-color: #fff;
}
body.archive .posts-filter form.filter select {
	color: rgba(0, 60, 89, 1);
	font-weight: 700;
	border: 1px solid rgba(0, 60, 89, 1);
	background-color: rgba(232, 232, 232, 1);
}
body.archive .posts-filter form.filter select:hover {
	color: #fff;
	border-color: rgba(0, 138, 204, 1);
	background-color: rgba(0, 138, 204, 1);
}
body.archive .posts-filter form.filter select:focus, body.archive .posts-filter form.filter select:active {
	outline: 0 !important;
	border-color: rgba(0, 138, 204, 1) !important;
	box-shadow: none !important;
}
body.archive .posts-filter form.filter .datefilter {
	margin-right: 0;
}
body.archive .posts-filter form.filter .datefilter label {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 40px;
}
body.archive .posts-filter form.filter .datefilter .control {
	display: inline-block;
}
body.archive .posts-filter form.filter .datefilter .control label {
	width: 80px;
	margin: 0;
}
body.archive .posts-filter .filter-widget { padding: 15px; }
@media (max-width: 768px) {
	body.archive .posts-filter form.filter {
		flex-direction: column;
	}
}
/*=====  End of FILTER NEW  ======*/


/*=========================================
=          WEBINAR OVERVIEW NEW          =
=========================================*/
body.post-type-archive-webinars main {
	padding-top: 35px;
}
body.post-type-archive-webinars .content-box a.content-box-link .content-box-text {
	min-height: auto;
}
body.post-type-archive-webinars .block-header {
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: rgba(0, 60, 89, 1);
}
body.post-type-archive-webinars .block-header .block-header-content {
	min-height: 304px;
}
body.post-type-archive-webinars .block-header h1 {
	color: #fff !important;
	margin-bottom: 15px;
}
body.post-type-archive-webinars .block-header .block-header-title {
	padding-top: 30px;
	padding-bottom: 40px;
}
body.post-type-archive-webinars .block-header .block-header-title h1 {
	color: #fff !important;
	font-weight: 500 !important;
	margin-bottom: 15px;
}
body.post-type-archive-webinars .block-header .block-header-title .subtitle {
	color: #fff !important;
}
body.post-type-archive-webinars .block-header .block-header-columns {
	padding: 0 15px;
}
body.post-type-archive-webinars .block-upcoming {
	margin-bottom: 30px;
}
body.post-type-archive-webinars .block-upcoming .block-upcoming-content-empty h4 a {
	display: inline-block;
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 1) 0%, rgba(122, 178, 204, 1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.2em;
	background-position: 0 100%;
	transition: background-size ease-in 0.25s;
	word-break: break-word;
}
body.post-type-archive-webinars .block-upcoming .block-upcoming-content-empty h4 a:hover {
	color: rgba(0, 138, 204, 1);
	background-size: 100% 88%;
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 0.5) 0%, rgba(122, 178, 204, 0.5) 100%);
}
body.post-type-archive-webinars .block-upcoming .block-upcoming-title .columns {
	align-items: flex-end;
}
body.post-type-archive-webinars .block-upcoming .block-upcoming-title {
	margin-top: 15px;
	padding-bottom: 0;
}
body.post-type-archive-webinars .block-upcoming h2, body.post-type-archive-webinars .block-upcoming .h4 {
	font-weight: 700 !important;
	line-height: 40px !important;
}
body.post-type-archive-webinars .block-upcoming .button-arrow .button-link {
	width: auto;
	margin-right: 65px;
}
body.post-type-archive-webinars .block-upcoming .content-box a.content-box-link {
	min-height: 440px;
}
body.post-type-archive-webinars .block-upcoming .owl-nav {
	display: block;
	position: absolute;
	right: 0;
	top: -41px;
	margin: 0;
}
body.post-type-archive-webinars .block-upcoming .owl-nav button {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(28, 28, 28, 1);
	border-radius: 50%;
	background-color: #fff;
}
body.post-type-archive-webinars .block-upcoming .owl-nav button span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	line-height: 25px;
	font-weight: 400 !important;
	color: rgba(28, 28, 28, 1);
}
body.post-type-archive-webinars .block-upcoming .owl-nav button:hover {
	border-color: rgba(0, 138, 204, 1);
	background-color: #fff;
}
body.post-type-archive-webinars .block-upcoming .owl-nav button:hover span, body.post-type-archive-webinars .block-upcoming .owl-nav button:hover span:before {
	color: rgba(0, 138, 204, 1);
}
body.post-type-archive-webinars .block-upcoming .post-meta {
	padding-top: 0;
}
body.post-type-archive-webinars .block-upcoming .post-meta p {
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
	margin-bottom: 10px !important;
}
body.post-type-archive-webinars .block-upcoming .post-meta p:last-child {
	margin-bottom: 0 !important;
}
body.post-type-archive-webinars .block-upcoming .post-meta .post-meta-upcoming {
	margin-right: 15px;
	padding: 3px 15px;
	font-size: 1.25rem !important;
	font-weight: 700;
	color: #fff;
	background-color: rgba(255, 74, 158, 1);
	border: 1px solid rgba(255, 74, 158, 1);
	border-radius: 50px;
}
body.post-type-archive-webinars .block-upcoming .post-meta .post-meta-ondemand {
	display: inline-block;
	margin-right: 15px;
	padding: 3px 15px;
	font-size: 1.25rem !important;
	font-weight: 700;
	color: #fff;
	background-color: rgba(0, 138, 204, 1);
	border: 1px solid rgba(0, 138, 204, 1);
	border-radius: 50px;
}
body.post-type-archive-webinars .blog-content, body.post-type-archive-webinars .blog-content-webinars {
	margin-top: 50px;
	padding-top: 50px;
	background-color: rgba(232, 232, 232, 1);
}
body.post-type-archive-webinars .blog-content h2, body.post-type-archive-webinars .blog-content .h4, body.post-type-archive-webinars .blog-content-webinars h2, body.post-type-archive-webinars .blog-content-webinars .h4 {
	font-weight: 700 !important;
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog {
	margin-bottom: 15px;
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog .filter-widget, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog .filter-widget {
	padding: 0;
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter {
	display: flex;
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter .field, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter .field {/* flex: 1; */
	margin-right: 15px;
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter .field label, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter .field label {
	display: none;
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter.posts-filter-form, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter.posts-filter-form {
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter button, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter button {
	color: rgba(0, 60, 89, 1);
	font-weight: 700;
	border: 1px solid rgba(0, 60, 89, 1);
	background-color: rgba(232, 232, 232, 1);
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter button:hover, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter button:hover {
	color: #fff;
	border-color: rgba(0, 138, 204, 1);
	background-color: rgba(0, 138, 204, 1);
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter button:focus, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter button:focus {
	outline: 0 !important;
	border-color: rgba(0, 138, 204, 1) !important;
	box-shadow: none !important;
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter .select:after, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter .select:after {
	border-color: rgba(0, 60, 89, 1);
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter .select:hover:after, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter .select:hover:after {
	border-color: #fff;
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter select, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter select {
	color: rgba(0, 60, 89, 1);
	font-weight: 700;
	border: 1px solid rgba(0, 60, 89, 1);
	background-color: rgba(232, 232, 232, 1);
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter select:hover, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter select:hover {
	color: #fff;
	border-color: rgba(0, 138, 204, 1);
	background-color: rgba(0, 138, 204, 1);
}
body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter select:focus, body.post-type-archive-webinars .blog-content .posts-filter.posts-filter-blog form.filter select:active, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter select:focus, body.post-type-archive-webinars .blog-content-webinars .posts-filter.posts-filter-blog form.filter select:active {
	outline: 0 !important;
	border-color: rgba(0, 138, 204, 1) !important;
	box-shadow: none !important;
}
body.post-type-archive-webinars footer.footer {
	margin-top: 10px;
}

@media (min-width: 769px) and (max-width: 1023px) {
	body.post-type-archive-webinars .blog-content .posts-main, body.post-type-archive-webinars .blog-content-webinars .posts-main {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 768px) {
	body.post-type-archive-webinars main {
		padding-top: 0;
	}
	body.post-type-archive-webinars .block-header {
		padding-top: 0;
		padding-bottom: 0;
		background-color: #fff;
	}
	body.post-type-archive-webinars .block-header .block-header-bg.bg-img {
		display: none;
	}
	body.post-type-archive-webinars .block-header .block-header-content {
		min-height: auto;
		padding-bottom: 0 !important;
	}
	body.post-type-archive-webinars .block-header .block-header-content h1 {
		margin-bottom: 0 !important;
	}
	body.post-type-archive-webinars h1 {
		font-weight: 500 !important;
	}
	body.post-type-archive-webinars .blog-content, body.post-type-archive-webinars .blog-content-webinars {
		padding-bottom: 30px;
	}
	body.post-type-archive-webinars .blog-content .posts-main, body.post-type-archive-webinars .blog-content-webinars .posts-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.post-type-archive-webinars footer.footer {
		margin-top: 0;
	}
}
/*=====  End of WEBINAR OVERVIEW NEW  ======*/

/*=============================================
=            WEBINAR DETAILVIEW NEW            =
=============================================*/
@media (max-width: 768px) {
	body.single.single-webinars h1, body.single.single-webinars .h1 {
		font: 700 2.75rem/3.125rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-webinars h2, body.single.single-webinars .h2 {
		font: 500 2.15rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-webinars h3, body.single.single-webinars .h3 {
		font: 500 1.5rem/2rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.single.single-webinars h4, body.single.single-webinars .h4 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-webinars h5, body.single.single-webinars .h5 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-webinars h6, body.single.single-webinars .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}
@media (min-width: 769px) {
	body.single.single-webinars h1, body.single.single-webinars .h1 {
		font: 700 3.5rem/4rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-webinars h2, body.single.single-webinars .h2 {
		font: 500 2.3rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-webinars h3, body.single.single-webinars .h3 {
		font: 700 1.9rem/2.5rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.single.single-webinars h4, body.single.single-webinars .h4 {
		font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-webinars h5, body.single.single-webinars .h5 {
		font: 700 1.15rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-webinars h6, body.single.single-webinars .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}


body.single.single-webinars main {
	padding-top: 75px;
}


body.single.single-webinars footer.footer {
	margin-top: 0;
}


body.single.single-webinars footer.footer .footer-newsletter {
	display: none;
}
.webinar-content.posts-content {
	padding-top: 30px;
	padding-bottom: 30px;
	color: rgba(28, 28, 28, 1) !important;
}
.webinar-content.posts-content p, .webinar-content.posts-content li {
	color: rgba(28, 28, 28, 1) !important;
}
.webinar-content.posts-content .webinar-back, .webinar-content.posts-content .webinar-sidebar-back {
	padding-top: 0;
	padding-bottom: 40px;
}
.webinar-content.posts-content .webinar-back a, .webinar-content.posts-content .webinar-sidebar-back a {
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
}
.webinar-content.posts-content .webinar-back a i, .webinar-content.posts-content .webinar-sidebar-back a i {
	color: rgba(28, 28, 28, 1);
}
.webinar-content.posts-content .webinar-back a:hover, .webinar-content.posts-content .webinar-sidebar-back a:hover {
	color: rgba(122, 178, 204, 1);
}
.webinar-content.posts-content .webinar-back a:hover i, .webinar-content.posts-content .webinar-sidebar-back a:hover i {
	color: rgba(122, 178, 204, 1);
}
/* CONTENT */
.webinar-content.posts-content .posts.posts-webinar.posts-main {
	padding-bottom: 0;
	border-right: 1px solid rgba(232, 232, 232, 1);
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-title {
	padding-top: 0;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-title h1 {
	color: rgba(28, 28, 28, 1) !important;
	font-weight: 500 !important;
	margin-bottom: 15px;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-title p.subtitle {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-title p.subtitle a {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-date {
	padding-top: 0;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-date p {
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
	margin-bottom: 10px !important;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-date p:last-child {
	margin-bottom: 0 !important;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-date .webinar-date-upcoming {
	margin-right: 15px;
	padding: 3px 15px;
	font-size: 1.25rem !important;
	font-weight: 700;
	color: #fff;
	background-color: rgba(255, 74, 158, 1);
	border: 1px solid rgba(255, 74, 158, 1);
	border-radius: 50px;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-date .webinar-date-ondemand {
	display: inline-block;
	margin-right: 15px;
	padding: 3px 15px;
	font-size: 1.25rem !important;
	font-weight: 700;
	color: #fff;
	background-color: rgba(0, 138, 204, 1);
	border: 1px solid rgba(0, 138, 204, 1);
	border-radius: 50px;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-video iframe {
	width: 100%;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(232, 232, 232, 1);
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content {
	padding-top: 15px;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-heading h4 {
	margin-top: 15px !important;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-list ul li {
	padding-left: 25px;
	text-indent: -25px;
	margin-bottom: 0;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-list ul li:before {
	content: '\2022';
	font-size: 2rem;
	line-height: 0;
	color: rgba(0, 138, 204, 1);
	padding-right: 15px;
	vertical-align: middle;
	background: none;
	position: relative;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker {
	padding: 30px 15px 0;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker .columns.is-multiline {
	padding-top: 0 !important;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker .block-speaker-member {
	text-align: left;
	margin-bottom: 0;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker .block-speaker-member:first-child {
	padding-left: 15px;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker .block-speaker-member:hover figure img {
	transform: scale(1.2);
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker .block-speaker-member-image {
	width: 130px;
	flex: 0;
	padding-left: 0;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker .block-speaker-member-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker figure {
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker figure img {
	width: auto;
	min-width: 100%;
	height: 100%;
	transition: all .5s ease-in-out;
}
.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker a {
	display: block;
}
/* SIDEBAR */
.webinar-content.posts-content .webinar-sidebar.webinar-sidebar-partner > .columns {
	position: sticky;
	top: 70px;
}
.webinar-content.posts-content .webinar-sidebar h4, .webinar-content.posts-content .webinar-sidebar .h4 {
	font-weight: 700 !important;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form {
	padding-top: 0;
	padding-bottom: 10px;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form .webinar-sidebar-form-widget {
	padding: 15px;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form h4 {
	font-weight: 700 !important;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form form.hs-form fieldset .hs-firstname, .webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form form.hs-form fieldset .hs-lastname, .webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form form.hs-form fieldset .hs-n2021_phone_area, .webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form form.hs-form fieldset .hs-country-code, .webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form form.hs-form fieldset .hs-n2021_phone_number, .webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form form.hs-form fieldset .hs-telephone {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form form.hs-form .hs-recaptcha {
	display: none;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form form.hs-form .hs-submit {
	margin-top: 30px;
	margin-bottom: 15px;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form .block-button-part {
	margin-top: 15px;
	margin-bottom: 40px;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form .block-button-part .button-normal {
	display: block;
	text-align: center;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form .block-button-part .button-normal .button-link {
	width: 100%;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-related:before {
	content: '';
	display: block;
	padding-top: 25px;
	border-top: 1px solid rgba(232, 232, 232, 1);
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-related h4 {
	font-weight: 700 !important;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-related .post-sidebar-related-article a figure {
	overflow: hidden;
	border-radius: 10px;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-related .post-sidebar-related-article a figure img {
	transition: all .5s ease-in-out;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-related .post-sidebar-related-article a:hover figure img {
	transform: scale(1.2);
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-related .post-sidebar-related-article a:hover p {
	color: rgba(0, 138, 204, 1) !important;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next:before {
	content: '';
	display: block;
	padding-top: 25px;
	border-top: 1px solid rgba(232, 232, 232, 1);
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next h4 {
	font-weight: 700 !important;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next .post-date {
	font: 500 0.875rem/1rem 'Poppins', sans-serif !important;
	color: rgba(122, 178, 204, 1) !important;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next .content-box-text-date {
	padding-bottom: 0;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next .content-box-text-title {
	padding-top: 5px;
	padding-bottom: 0;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next .content-box-text-title h5 {
	font-weight: 400 !important;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next .post-sidebar-related-article a figure {
	overflow: hidden;
	border-radius: 10px;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next .post-sidebar-related-article a figure img {
	transition: all .5s ease-in-out;
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next .post-sidebar-related-article a:hover figure img {
	transform: scale(1.2);
}
.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next .post-sidebar-related-article a:hover p {
	color: rgba(0, 138, 204, 1) !important;
}
.webinar-content.posts-content .webinar-share {
	padding-bottom: 30px;
}
.webinar-content.posts-content .webinar-share .shariff {
	float: none;
	width: 100%;
}
.webinar-content.posts-content .webinar-share .shariff .shariff-button {
	margin: 0 15px 0 0 !important;
}
.webinar-content.posts-content .webinar-share .shariff .shariff-button, .webinar-content.posts-content .webinar-share .shariff .shariff-button a {
	background-color: rgba(122, 178, 204, 1) !important;
}
.webinar-content.posts-content .webinar-share .shariff .shariff-button:hover, .webinar-content.posts-content .webinar-share .shariff .shariff-button a:hover {
	background-color: rgba(0, 138, 204, 1) !important;
}
/* SERIE */
.webinar-serie {
	padding-top: 30px;
	padding-bottom: 70px;
	background-color: rgba(232, 232, 232, 1);
}
.webinar-serie .webinar_subtitle_date {
	color: rgba(28, 28, 28, 1);
	padding-bottom: 5px;
}
.webinar-serie .webinar-serie-title:after {
	display: none !important;
	content: '';
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(28, 28, 28, 1);
}
.webinar-serie .webinar-serie-title p.subtitle {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
.webinar-serie .webinar-serie-title p.subtitle a {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
}
.webinar-serie .webinar-serie-title h2 {
	margin-bottom: 15px;
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article:after {
	content: '';
	display: block;
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(28, 28, 28, 1);
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article:last-child {/* &:after {
					display: none;
				} */
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article a figure {
	overflow: hidden;
	border-radius: 10px;
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article a figure img {
	transition: all .5s ease-in-out;
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article a:hover figure img {
	transform: scale(1.2);
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article a:hover p {
	color: rgba(0, 138, 204, 1) !important;
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article h4 {
	font-weight: 700 !important;
	text-transform: uppercase;
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article h5 {
	margin-bottom: 30px;
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article .button-normal {
	margin-top: 30px;
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article .button-normal .button-link {
	background: none !important;
	border: 1px solid rgba(122, 178, 204, 1);
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article .button-normal .button-link .button-text {
	color: rgba(122, 178, 204, 1);
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article .button-normal .button-link .circle .icon {
	background-color: rgba(122, 178, 204, 1);
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article .button-normal .button-link .circle .icon:before {
	border-color: rgba(122, 178, 204, 1);
}
.webinar-serie .webinar-serie-webinars .webinar-serie-webinars-article .button-normal .button-link:hover {
	background-color: #fff !important;
}
@media (max-width: 768px) {
	body.single.single-webinars main {
		padding-top: 15px;
	}
	.webinar-content.posts-content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.webinar-content.posts-content .webinar-back {
		padding-left: 0;
		padding-right: 0;
	}
	.webinar-content.posts-content .posts.posts-webinar.posts-main {
		border: 0 !important;
	}
	.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-button-mobile {
		position: fixed;
		bottom: 105px;
		left: 0;
		right: 0;
		width: 100%;
		background: rgb(255 255 255 / 80%);
		z-index: 5;
		text-align: center;
	}
	.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-button-mobile .block-button-part .button-normal {
		width: 80%;
	}
	.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-button-mobile .block-button-part .button-normal .button-link {
		display: block;
	}
	.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-button-mobile .button-normal {
		width: 80%;
	}
	.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-video iframe {
		height: 280px;
	}
	.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-date .webinar-date-subtitle {
		font: 400 1.563rem/1.875rem 'Roboto', sans-serif !important;
	}
	.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker .columns.is-multiline {
		display: flex;
		padding-bottom: 0 !important;
	}
	.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker .columns.is-multiline .block-speaker-member {
		width: 50%;
	}
	.webinar-content.posts-content .posts.posts-webinar.posts-main .webinar-content .block-speaker .columns.is-multiline .block-speaker-member .columns.is-multiline {
		display: block;
	}
	.webinar-content.posts-content .webinar-sidebar {
		padding-top: 30px;
	}
	.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form, .webinar-content.posts-content .webinar-sidebar .webinar-sidebar-next, .webinar-content.posts-content .webinar-sidebar .webinar-sidebar-related {
		padding-left: 0;
		padding-right: 0;
	}
	.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form h4, .webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form .h4 {
		font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form .h4-newsletter {
		margin-bottom: 5px !important;
	}
	.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-form .block-button-part {
		margin-bottom: 0 !important;
	}
	.webinar-content.posts-content .webinar-sidebar .post-sidebar-related-article.post-sidebar-related-article-next a {
		display: block;
	}
	.webinar-content.posts-content .webinar-sidebar .webinar-sidebar-related:before {
		display: none;
	}
	.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article {
		padding-bottom: 30px;
	}
	.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article h5 {
		margin-bottom: 0 !important;
	}
	.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article:after {
		display: none;
	}
}
/*=====  End of WEBINAR DETAILVIEW NEW  ======*/

/*=====================================
=            WEBINAR SERIES            =
=====================================*/
@media (max-width: 768px) {
	body.page-template-page-webinar-series h1, body.page-template-page-webinar-series .h1 {
		font: 700 2.75rem/3.125rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-webinar-series h2, body.page-template-page-webinar-series .h2 {
		font: 500 2.15rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-webinar-series h3, body.page-template-page-webinar-series .h3 {
		font: 500 1.5rem/2rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.page-template-page-webinar-series h4, body.page-template-page-webinar-series .h4 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-webinar-series h5, body.page-template-page-webinar-series .h5 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-webinar-series h6, body.page-template-page-webinar-series .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}
@media (min-width: 769px) {
	body.page-template-page-webinar-series h1, body.page-template-page-webinar-series .h1 {
		font: 700 3.5rem/4rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-webinar-series h2, body.page-template-page-webinar-series .h2 {
		font: 500 2.3rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-webinar-series h3, body.page-template-page-webinar-series .h3 {
		font: 700 1.9rem/2.5rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.page-template-page-webinar-series h4, body.page-template-page-webinar-series .h4 {
		font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-webinar-series h5, body.page-template-page-webinar-series .h5 {
		font: 700 1.15rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-webinar-series h6, body.page-template-page-webinar-series .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}

body.page-template-page-webinar-series main {/* padding-top: 50px; */
}

body.page-template-page-webinar-series footer.footer {
	margin-top: 10px;
}

.page-webinar-series {
	position: relative;
	color: rgba(28, 28, 28, 1) !important;
}

.page-webinar-series p, .page-webinar-series li {
	color: rgba(28, 28, 28, 1) !important;
}

/* Header */

.page-webinar-series .container {
	z-index: 1;
}

.page-webinar-series .webinar-series-data-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
}

.page-webinar-series .webinar-series-data-title h1 {
	color: rgba(28, 28, 28, 1) !important;
	font-weight: 500 !important;
	margin-bottom: 0;
}

.page-webinar-series .webinar-series-data-title p.subtitle {/* font: $h4 !important; */
	font-weight: 700 !important;
	text-transform: uppercase;
	color: rgba(122, 178, 204, 1) !important;
}

.page-webinar-series .page-webinar-series-bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
	height: 300px;
	background-position: center center;
}

.page-webinar-series .page-webinar-series-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1;
}

.page-webinar-series .page-webinar-series-bg.page-webinar-series-bg-hcl:before {
	display: none;
}

/* Content */

/* Left */

.page-webinar-series .page-webinar-series-content .page-webinar-series-data {
	padding-top: 50px;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-share {
	padding-bottom: 30px;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-share .shariff {
	float: none;
	width: 100%;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-share .shariff .shariff-button {
	margin: 0 15px 0 0 !important;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-share .shariff .shariff-button, .page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-share .shariff .shariff-button a {
	background-color: rgba(122, 178, 204, 1) !important;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-share .shariff .shariff-button:hover, .page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-share .shariff .shariff-button a:hover {
	background-color: rgba(0, 138, 204, 1) !important;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-description p {
	margin-bottom: 15px;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-description p:last-child {
	margin-bottom: 0;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-list:after {
	content: '';
	display: block;
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(232, 232, 232, 1);
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-list h4 {
	margin-top: 15px;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-list ul {
	margin-top: 15px !important;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-list ul li {
	padding-left: 25px;
	text-indent: -25px;
	margin-bottom: 0;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-list ul li:before {
	content: '\2022';
	font-size: 2rem;
	line-height: 0;
	color: rgba(0, 138, 204, 1);
	padding-right: 15px;
	vertical-align: middle;
	background: none;
	position: relative;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-next {
	padding-bottom: 50px;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-next h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-next .webinar-series-data-next-article a figure {
	overflow: hidden;
	border-radius: 10px;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-next .webinar-series-data-next-article a figure img {
	transition: all .5s ease-in-out;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-next .webinar-series-data-next-article a p {
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-next .webinar-series-data-next-article a h5 {
	margin-top: 5px;
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-next .webinar-series-data-next-article a:hover figure img {
	transform: scale(1.2);
}

.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-next .webinar-series-data-next-article a:hover h5, .page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-next .webinar-series-data-next-article a:hover p {
	color: rgba(0, 138, 204, 1) !important;
}

/* Sidebar */

.page-webinar-series .page-webinar-series-content .page-sidebar {
	margin-top: -100px;
	padding-bottom: 70px;
}

.page-webinar-series .page-webinar-series-content .page-sidebar .page-sidebar-form {
	min-height: 200px;
	padding: 30px 15px;
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}

.page-webinar-series .page-webinar-series-content .page-sidebar .page-sidebar-form h4 {
	font-weight: 700 !important;
}

.page-webinar-series .page-webinar-series-content .page-sidebar .page-sidebar-form .help {
	margin-top: 15px;
}

.page-webinar-series-webinarse {
	padding-top: 30px;
	padding-bottom: 70px;
	background-color: rgba(232, 232, 232, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-title:after {
	content: '';
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(28, 28, 28, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-title p.subtitle {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-title h2 {
	margin-bottom: 15px;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article {
	position: relative;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article:after {
	content: '';
	position: absolute;
	left: 17%;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(28, 28, 28, 1);
	z-index: 0;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article.webinar-serie-webinars-article_0:after {
	height: 50%;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article:last-child:after {
	top: 0;
	bottom: auto;
	height: 50%;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .webinar-serie-webinars-article-timeline {
	position: relative;
	z-index: 1;
	background-color: rgba(232, 232, 232, 1);
	text-align: center;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .webinar-serie-webinars-article-timeline .webinars-article-timeline-date {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .webinar-serie-webinars-article-timeline .webinars-article-timeline-time {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif;
	font-weight: 700;
	color: rgba(28, 28, 28, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .webinar-serie-webinars-article-content:after {
	content: '';
	display: block;
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(28, 28, 28, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article:last-child .webinar-serie-webinars-article-content:after {
	display: none;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .webinar-serie-webinars-article-content_demand {
	filter: grayscale(1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article a figure {
	overflow: hidden;
	border-radius: 10px;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article a figure img {
	transition: all .5s ease-in-out;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article a:hover figure img {
	transform: scale(1.2);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article a:hover p {
	color: rgba(0, 138, 204, 1) !important;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article h4 {
	font-weight: 700 !important;
	text-transform: uppercase;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article h5 {
	margin-bottom: 15px;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article p.subtitle {/* margin-bottom: 30px !important; */
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .button-normal {
	margin-top: 30px;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .button-normal .button-link {
	background: none !important;
	border: 1px solid rgba(122, 178, 204, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .button-normal .button-link .button-text {
	color: rgba(122, 178, 204, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .button-normal .button-link .circle .icon {
	background-color: rgba(122, 178, 204, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .button-normal .button-link .circle .icon:before {
	border-color: rgba(122, 178, 204, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .button-normal .button-link:hover {
	background-color: #fff !important;
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .button-normal.button-normal_upcoming .button-link {
	border-color: rgba(255, 74, 158, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .button-normal.button-normal_upcoming .button-text {
	color: rgba(255, 74, 158, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .button-normal.button-normal_upcoming .circle .icon {
	background-color: rgba(255, 74, 158, 1);
}

.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article .button-normal.button-normal_upcoming .circle .icon:before {
	border-color: rgba(255, 74, 158, 1);
}

@media (max-width: 768px) {
	.page-webinar-series .page-webinar-series-content .page-webinar-series-data .webinar-series-data-list:after {
		display: none;
	}
	.page-webinar-series .page-webinar-series-content .page-sidebar {
		margin-top: 0;
		padding-bottom: 40px;
	}
	.page-webinar-series .page-webinar-series-content .page-sidebar .button-normal {
		width: 100%;
	}
	.page-webinar-series .page-webinar-series-content .page-sidebar .button-normal .button-link {
		display: block;
		text-align: center;
	}
}
/*=====  End of WEBINAR SERIES  ======*/


/*==================================
=            MC MODULES            =
==================================*/
:root {
	font-size: 16px !important;
}
@media (max-width: 768px) {
	main.mc-modules h1, main.mc-modules .h1 {
		font: 700 2.5rem/3rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules h2, main.mc-modules .h2 {
		font: 500 2.15rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules h3, main.mc-modules .h3 {
		font: 500 1.5rem/2rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	main.mc-modules h4, main.mc-modules .h4 {
		font: 500 1.3rem/1.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules h5, main.mc-modules .h5 {
		font: 700 1.25rem/1.5rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules h6, main.mc-modules .h6 {
		font: 700 1.15rem/1.5rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules p, main.mc-modules a {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules p.help, main.mc-modules p.help a {
		font: 400 0.95rem/1rem 'Roboto', sans-serif !important;
		color: rgba(159, 159, 159, 1) !important;
	}
	main.mc-modules span {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
	}
}
@media (min-width: 769px) {
	main.mc-modules h1, main.mc-modules .h1 {
		font: 700 2.75rem/3.125rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules h2, main.mc-modules .h2 {
		font: 500 2.5rem/2.95rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules h3, main.mc-modules .h3 {
		font: 500 1.875rem/2.1875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	main.mc-modules h4, main.mc-modules .h4 {
		font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules h5, main.mc-modules .h5 {
		font: 700 1.375rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules h6, main.mc-modules .h6 {
		font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules p, main.mc-modules a {
		font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-modules p.help, main.mc-modules p.help a {
		font: 400 1rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(159, 159, 159, 1) !important;
	}
	main.mc-modules span {
		font: 400 1.25rem/1.25rem 'Roboto', sans-serif !important;
	}
}
main.mc-modules .block-header:after {
	content: '';
	background: url('../img/HCL_Business_Partner.png') no-repeat 0px 0px;
	position: absolute;
	right: 50px;
	top: 15px;
	width: 170px;
	height: 70px;
	background-size: contain;
	background-position: center right;
	z-index: 3;
}
main.mc-modules .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	width: 20%;
	margin: 0 auto 30px !important;
	padding: 0 !important;
	height: auto;
	background-color: #fff;
	border-radius: 5px;
}
main.mc-modules .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom {
	width: 100%;
	height: auto;
	border-radius: 0;
}
main.mc-modules .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	margin: 0 auto 30px !important;
	padding: 0 !important;
	width: 75px;
	height: 75px;
	background-color: #fff;
	border-radius: 5px;
}
main.mc-modules .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
main.mc-modules .block-list ul.success {
	margin-left: 0;
	column-count: 2;
	column-gap: 5%;
}
main.mc-modules .block-list ul.success li {
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-modules .content-box .content-box-text {
	padding: 15px 0;
}
main.mc-modules .mc-modules-resources .content-box .content-box-text, main.mc-modules .block-resources .content-box .content-box-text {
	padding: 15px;
}
main.mc-modules .button-text {
	line-height: 40px !important;
}
main.mc-modules .block-submenu a {
	font: 400 0.95rem/1.5 'Poppins', sans-serif !important;
	color: #fff !important;
}
main.mc-modules .block-submenu a:hover {
	color: rgba(122, 178, 204, 1) !important;
}
main.mc-modules .block-submenu .navbar-item.menu-title {
	font: 400 0.95rem/1.5 'Poppins', sans-serif !important;
	color: #000 !important;
}
main.mc-modules .block-submenu .button-text {
	font: 400 0.90rem/30px 'Poppins', sans-serif !important;
	color: #fff !important;
}
main.mc-modules .block-submenu nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-use-cases .navbar-dropdown .column.is-4 .navbar-item, main.mc-modules .block-submenu nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-dropdown .column .sublevel .navbar-item {
	font: 400 0.90rem/1.5 'Poppins', sans-serif !important;
	color: #515151 !important;
}
main.mc-modules .block-submenu nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-use-cases .navbar-dropdown .column.is-4 .navbar-item:hover, main.mc-modules .block-submenu nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-dropdown .column .sublevel .navbar-item:hover {
	color: rgba(0, 138, 204, 1) !important;
}
/* Tooltip container */
main.mc-modules .tooltip {
	position: relative;
	display: inline-block;
}
main.mc-modules .tooltip i {
	font-size: 0.95rem !important;
	color: rgba(0, 60, 89, 1);
	vertical-align: top;
}
main.mc-modules .tooltip .tooltiptext {
	position: absolute;
	bottom: 125%;
	right: 0;
	margin-right: -117px;
	padding: 5px;
	width: 250px;
	font: 400 1rem/1.25rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1);
	text-align: center;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
	visibility: hidden;
	z-index: 1;/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}
main.mc-modules .tooltip .tooltiptext:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(232, 232, 232, 1) transparent transparent transparent;
}
main.mc-modules .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/*----------  General  ----------*/
body.page-template-page-mc-modules .mc-modules-header .block-header-buttons {
	margin-top: 30px !important;
}
main.mc-modules .mc-modules-header {
	margin-bottom: 0;
}
main.mc-modules .mc-modules-header:after {
}
main.mc-modules .mc-modules-header .block-header-bg.bg-img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#fff",GradientType=1);
	z-index: 1;
}
main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text figure {
	margin-bottom: 5px !important;
}
main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text img {
	width: auto !important;
	height: 40px !important;
	border-radius: 0 !important;
}
main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text svg {
	width: auto;
	height: 40px;
}
main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text svg path, main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text svg rect, main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text svg polygon, main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text svg circle {
	fill: rgba(0, 138, 204, 1);
}
main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text figure {
	margin-bottom: 20px !important;
}
main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text figure img {
	width: auto;
	height: 40px;
}
main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text h1 {
	margin-bottom: 0 !important;
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-modules:not(.mc-modules_overview) .mc-landingpage-content .block-hero, main.mc-modules:not(.mc-landingpage) .mc-landingpage-content .block-hero {
	margin-bottom: 0;
}
main.mc-modules .mc-modules-section1 {
	padding-bottom: 75px;
}
main.mc-modules .mc-modules-section1 .block-content-section-text h2 {
	margin-bottom: 20px;
	color: rgba(28, 28, 28, 1) !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
	background: none;
}
main.mc-modules .mc-modules-section1 .block-content-section-text .section-text-paragraph p {
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-modules .mc-modules-section1 .block-content-section-source .svg {
	width: 100%;
}
main.mc-modules .mc-modules-section1 .block-content-boxes-box {
	margin-top: 50px;
}
main.mc-modules .mc-modules-section1 .block-content-boxes-box h3.h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;/* min-height: 60px; */
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
}
main.mc-modules .mc-modules-section1 .block-content-boxes-box h3.h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 10px;
}
main.mc-modules .mc-modules-section1 .block-content-boxes-box p {
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-modules .mc-modules-video {
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: rgba(232, 232, 232, 1);
}
main.mc-modules .mc-modules-video .block-embed-title h2 {
	margin-bottom: 25px;
}
main.mc-modules .mc-modules-video.block-embed .video iframe, main.mc-modules .mc-modules-video.block-embed .video object, main.mc-modules .mc-modules-video.block-embed .video embed {
	width: 100%;
}
main.mc-modules .mc-modules-features {
	padding-top: 75px;
	padding-bottom: 100px;
}
main.mc-modules .mc-modules-features .block-content-boxes-title h2 {
	margin-bottom: 20px;
	color: #fff !important;
}
main.mc-modules .mc-modules-features .block-content-boxes-subtitle h3 {
	margin-bottom: 25px;
	color: #fff !important;
}
main.mc-modules .mc-modules-features .block-content-boxes-box {
	min-height: 250px;
}
main.mc-modules .mc-modules-features .block-content-boxes-box .mc-modules-features-box {
	padding: 15px;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.05);
}
main.mc-modules .mc-modules-features .block-content-boxes-box .svg {
	padding: 0 15px;
}
main.mc-modules .mc-modules-features .block-content-boxes-box .svg svg {
	margin-left: -15px;
	height: 40px;
}
main.mc-modules .mc-modules-features .block-content-boxes-box .svg svg path {
	fill: #fff;
}
main.mc-modules .mc-modules-features .block-content-boxes-box .content-box-text h3.h4 {
	margin-bottom: 15px !important;
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}
main.mc-modules .mc-modules-features .block-content-boxes-box .content-box-text p {
	color: #fff !important;
}
main.mc-modules .mc-modules-features .block-content-boxes-box:hover .mc-modules-features-box {
	background-color: rgba(0, 138, 204, 1);
}
main.mc-modules .mc-modules-outcomes {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.mc-modules .mc-modules-outcomes .block-outcomes-title h2 {
	margin-bottom: 25px;
}
main.mc-modules .mc-modules-outcomes .block-content-section {
	position: relative;
	padding-bottom: 50px;
}
main.mc-modules .mc-modules-outcomes .block-content-section.block-content-section-right {
	position: relative;
	margin-top: 50px;
	margin-bottom: 70px;
	padding-top: 70px;
	padding-bottom: 70px;
}
main.mc-modules .mc-modules-outcomes .block-content-section.block-content-section-right:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -50vw;
	bottom: 0;
	left: -50vw;
	background-color: rgba(232, 232, 232, 1);
	z-index: 0;
}
main.mc-modules .mc-modules-outcomes .block-content-section.block-content-section-right > .columns {
	position: relative;
	z-index: 1;
}
main.mc-modules .mc-modules-outcomes .block-content-section .block-content-section-text {
	position: relative;
}
main.mc-modules .mc-modules-outcomes .block-content-section .block-content-section-text h3 {
	margin-bottom: 20px;
}
main.mc-modules .mc-modules-outcomes .block-content-section .block-content-boxes-box {
	margin-top: 50px;
}
main.mc-modules .mc-modules-outcomes .block-content-section .block-content-boxes-box h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
}
main.mc-modules .mc-modules-outcomes .block-content-section .block-content-boxes-box h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 10px;
}
main.mc-modules .mc-modules-special {
}
main.mc-modules .mc-modules-success-stories {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.mc-modules .mc-modules-success-stories:after {
	display: none;
}
main.mc-modules .mc-modules-success-stories.block-customer-opinions h2 {
	margin-bottom: 25px;
}
main.mc-modules .mc-modules-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	height: 90px;
	border-radius: 0;
	background-color: rgba(232, 232, 232, 1);
}
main.mc-modules .mc-modules-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source figure img {
	height: auto;
}
main.mc-modules .mc-modules-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content .opinion-content-title {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	margin-bottom: 20px;
}
main.mc-modules .mc-modules-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a {
	color: rgba(122, 178, 204, 1) !important;
	text-decoration: underline;
}
main.mc-modules .mc-modules-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a span {
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(122, 178, 204, 1) !important;
}
main.mc-modules .mc-modules-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a:hover {
	color: rgba(0, 138, 204, 1) !important;
}
main.mc-modules .mc-modules-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a:hover span {
	color: rgba(0, 138, 204, 1) !important;
}
main.mc-modules .mc-modules-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content p.opinion-content-name {
	margin-top: 20px;
	font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-modules .mc-modules-success-stories .block-header-bg.bg-img:before {
	display: none;
}
main.mc-modules .mc-modules-success-stories.block-header {
	margin-bottom: 0;
}
main.mc-modules .mc-modules-success-stories .block-header-full {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
main.mc-modules .mc-modules-success-stories .block-header-full .block-header-content {
	position: relative;
	min-height: 500px;
}
main.mc-modules .mc-modules-success-stories .block-header-full .block-header-content h2 {
	margin-bottom: 50px;
}
main.mc-modules .mc-modules-success-stories .block-header-full .block-header-content .block-header-text {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}
main.mc-modules .mc-modules-success-stories .block-header-full .block-header-content .block-header-text figure img {
	display: inline-block;
	width: auto;
	height: 65px;
}
main.mc-modules .mc-modules-success-stories .block-header-full .block-header-content .block-header-text h3.h2 {
	margin-top: 0;
	margin-bottom: 0;
}
main.mc-modules .mc-modules-success-stories .block-header-full .block-header-content .block-header-text h4.h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
main.mc-modules .mc-modules-success-stories .block-header-full .block-header-content .block-header-text p {
	margin-bottom: 25px;
}
main.mc-modules .mc-modules-success-stories .block-header-full .block-header-content .block-header-text .block-button-part {
	margin-bottom: 20px;
}
main.mc-modules .mc-modules-success-stories.block-content-boxes .block-content-boxes-box {
	overflow: hidden;
	border: 1px solid rgba(232, 232, 232, 1);
	border-radius: 10px;
}
main.mc-modules .mc-modules-success-stories.block-content-boxes .block-content-boxes-box > .columns {
	min-height: 300px;
}
main.mc-modules .mc-modules-success-stories.block-content-boxes .block-content-boxes-box:hover .content-box-image .content-box-image-img {
	transform: scale(1.2);
}
main.mc-modules .mc-modules-success-stories.block-content-boxes .content-box_0 {
	margin-right: 15px;
}
main.mc-modules .mc-modules-success-stories.block-content-boxes .content-box-image {
	position: relative;
	overflow: hidden;
}
main.mc-modules .mc-modules-success-stories.block-content-boxes .content-box-image .content-box-image-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transition: all .5s ease-in-out;
}
main.mc-modules .mc-modules-success-stories.block-content-boxes a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
main.mc-modules .mc-modules-success-stories.block-content-boxes .content-box-text h4 {
	margin-bottom: 25px;
}
main.mc-modules .mc-modules-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow {
	margin-top: 25px;
}
main.mc-modules .mc-modules-success-stories .block-success-stories-button {
	margin-top: 40px;
}
main.mc-modules .mc-modules-resources {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.mc-modules .mc-modules-resources.background-grey .content-box .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: transparent !important;
}
main.mc-modules .mc-modules-resources .block-resources-button-webinar .button-arrow .button-link .circle {
	background-color: transparent !important;
}
main.mc-modules .mc-modules-resources .content-box {
	margin-top: 25px;
}
main.mc-modules .mc-modules-resources .content-box a.content-box-link .content-box-image .content-box-source-category p {
	color: #fff !important;
}
main.mc-modules .mc-modules-resources .content-box a.content-box-link .content-box-text-meta p {
	font-size: 1.15rem !important;
	line-height: 1.25rem !important;
}
main.mc-modules .mc-modules-resources .content-box a.content-box-link .content-box-text-meta p.post-author {
	color: rgba(122, 178, 204, 1) !important;
}
main.mc-modules .mc-modules-solutions {
	padding-top: 30px;
	padding-bottom: 75px;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-title h2 {
	margin-bottom: 20px;
	color: #fff !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-subtitle h3 {
	margin-bottom: 25px;
	color: #fff !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box {
	min-height: 250px;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .mc-modules-solutions-box {
	position: relative;
	display: block;
	padding: 15px;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.05);
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .mc-modules-solutions-box .block-content-boxes-box-bg.bg-img {
	position: absolute;
	right: -40px;
	bottom: -50px;
	width: 245px;
	height: 245px;
	z-index: 0;
	opacity: 0.15;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .svg {
	position: relative;
	z-index: 1;
	width: 75px;
	height: 75px;
	background-color: rgba(0, 138, 204, 1);
	border-radius: 10px;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .svg svg {
	margin-top: 8px;
	margin-left: 7px;
	height: 60px;
	fill: #fff;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .content-box-text {
	position: relative;
	margin-top: 30px;
	z-index: 1;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .content-box-text h3.h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .content-box-text h3.h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .content-box-text p {
	color: #fff !important;
	min-height: 170px;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .content-box-text .block-button-part {
	margin-top: 15px !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .content-box-text .block-button-part .button-link .button-text {
	color: rgba(0, 138, 204, 1) !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .content-box-text .block-button-part .button-link .circle {
	background-color: transparent !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box .content-box-text .block-button-part .button-link .circle .icon.arrow::before {
	border-color: rgba(0, 138, 204, 1) !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box:hover .mc-modules-solutions-box {
	background-color: rgba(0, 138, 204, 1);
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box:hover .mc-modules-solutions-box .button-arrow .button-link .button-text, main.mc-modules .mc-modules-solutions .block-content-boxes-box:hover .mc-modules-solutions-box .button-arrow .button-link:hover .button-text {
	color: #fff !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box:hover .mc-modules-solutions-box .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: #fff !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box:hover .mc-modules-solutions-box .button-link .circle .icon.arrow::before {
	border-color: #fff !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box:hover .mc-modules-solutions-box .svg {
	background-color: #fff;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box:hover .mc-modules-solutions-box .svg svg {
	fill: rgba(0, 138, 204, 1);
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5 .mc-modules-solutions-box {
	background-color: rgba(0, 138, 204, 1);
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5 .mc-modules-solutions-box .block-content-boxes-box-bg.bg-img {
	opacity: 0.15;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5 .svg {
	background-color: #fff;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5 .svg svg {
	fill: rgba(0, 138, 204, 1);
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5 .content-box-text h3.h4 {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5 .content-box-text h3.h4:after {
	background-color: #fff;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5 .content-box-text p {
	color: #fff !important;
	min-height: 140px;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5 .content-box-text .block-button-part .button-link .button-text {
	color: rgba(0, 60, 89, 1) !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5 .content-box-text .block-button-part .button-link .circle {
	background-color: transparent !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5 .content-box-text .block-button-part .button-link .circle .icon.arrow::before {
	border-color: rgba(0, 60, 89, 1) !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box {
	background-color: #fff;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box .button-arrow .button-link .button-text, main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box .button-arrow .button-link:hover .button-text {
	color: rgba(0, 138, 204, 1) !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(0, 138, 204, 1) !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box .button-link .circle .icon.arrow::before {
	border-color: rgba(0, 138, 204, 1) !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box .block-content-boxes-box-bg.bg-img {
	filter: brightness(0.5);
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box .svg {
	background-color: rgba(0, 138, 204, 1);
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box .svg svg {
	fill: #fff;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box .content-box-text h3.h4 {
	color: rgba(0, 138, 204, 1) !important;
	-webkit-text-fill-color: rgba(0, 138, 204, 1) !important;
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box .content-box-text h3.h4:after {
	background-color: rgba(0, 138, 204, 1);
}
main.mc-modules .mc-modules-solutions .block-content-boxes-box.content-box_5:hover .mc-modules-solutions-box .content-box-text p {
	color: rgba(0, 138, 204, 1) !important;
}
main.mc-modules .mc-modules-cta .block-cta-title h2 {
	margin-bottom: 25px;
}
main.mc-modules .mc-modules-header .block-header-full .block-header-content .block-header-text figure {
	margin-bottom: 5px !important;
}
/*----------  Basic  ----------*/
main.mc-modules_basic .mc-modules-header .block-header-bg.bg-img:before {
	background: rgb(0,60,89);
	background: -moz-linear-gradient(90deg, rgba(0,60,89,1) 0%, rgba(0,60,89,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,60,89,1) 0%, rgba(0,60,89,0) 100%);
	background: linear-gradient(90deg, rgba(0,60,89,1) 0%, rgba(0,60,89,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c59",endColorstr="#003c59",GradientType=1);
}
main.mc-modules_basic .mc-modules-header .block-header-full .block-header-content .block-header-text svg {
	width: auto;
	height: 40px;
}
main.mc-modules_basic .mc-modules-header .block-header-full .block-header-content .block-header-text svg path {
	fill: #fff;
}
main.mc-modules_basic .mc-modules-header .block-header-full .block-header-content .block-header-text h1 {
	color: #fff !important;
}
main.mc-modules_basic .mc-modules-header .block-header-full .block-header-content .block-header-text h1 div {
	color: #fff !important;
}
main.mc-modules_basic .mc-modules-section1 {
	background-color: rgba(0, 60, 89, 1);
	border-top: 0;
}
main.mc-modules_basic .mc-modules-section1 .block-content-section-text h2 {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}
main.mc-modules_basic .mc-modules-section1 .block-content-section-text .section-text-paragraph p {
	color: #fff !important;
}
main.mc-modules_basic .mc-modules-section1 .block-content-section-source .svg {
	width: 85%;
}
main.mc-modules_basic .mc-modules-section1 .block-content-boxes-box h3.h4 {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}
main.mc-modules_basic .mc-modules-section1 .block-content-boxes-box h3.h4:after {
	background-color: #fff;
}
main.mc-modules_basic .mc-modules-section1 .block-content-boxes-box p {
	color: #fff !important;
}
main.mc-modules_basic .mc-modules-video, main.mc-modules_basic .mc-modules-success-stories {
	background-color: #fff;
}
main.mc-modules_basic .mc-modules-success-stories.block-content-boxes .block-content-boxes-box {
	border-color: rgba(232, 232, 232, 1);
}
main.mc-modules_basic .mc-modules-resources {
	background-color: rgba(232, 232, 232, 1);
}
main.mc-modules_basic .mc-modules-special {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.mc-modules_basic .mc-modules-special h2 {
	color: #fff !important;
}
main.mc-modules_basic .mc-modules-special .svg {
}
/*----------  Roaming  ----------*/
main.mc-modules_roaming .mc-modules-special-roaming-buton {
}
main.mc-modules_roaming .mc-modules-special-roaming-image {
}
main.mc-modules_roaming .mc-modules-special {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.mc-modules_roaming .mc-modules-special_section1 h2 {
	margin-bottom: 50px;
	color: #fff !important;
}
main.mc-modules_roaming .mc-modules-special_section1 .block-content-boxes-box .content-box-source {
	margin-bottom: 50px;
	height: auto;
}
main.mc-modules_roaming .mc-modules-special_section1 .block-content-boxes-box .content-box-source .content-box-source-logo img {
	margin: 0 auto;
	width: auto;
	height: 70px;
}
main.mc-modules_roaming .mc-modules-special_section1 .block-content-boxes-box .content-box-text {
	padding: 15px;
	min-height: 150px;
	border-radius: 10px;
	border: 1px solid #fff;
}
main.mc-modules_roaming .mc-modules-special_section1 .block-content-boxes-box .content-box-text h3.h4 {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: #fff !important;
	background: none;
	margin-bottom: 20px;
}
main.mc-modules_roaming .mc-modules-special_section1 .block-content-boxes-box .content-box-text p {
	color: #fff !important;
}
main.mc-modules_roaming .mc-modules-special_section2 h2 {
}
main.mc-modules_roaming .mc-modules-special_section2 .block-content-boxes-box .content-box-text h3.h4 {
	font: 700 6rem/7rem 'Poppins', sans-serif !important;
	margin-bottom: 20px;
}
main.mc-modules_roaming .mc-modules-special_section2 .block-content-boxes-box.content-box_0 .content-box-text h3.h4:before {
	content: '< ';
	font: 700 6rem/7rem 'Poppins', sans-serif !important;
}
main.mc-modules_roaming .mc-modules-special_section2 .block-content-boxes-box.content-box_0 .content-box-text h3.h4:after {
	content: 'MB';
	font: 700 6rem/7rem 'Poppins', sans-serif !important;
}
main.mc-modules_roaming .mc-modules-special_section2 .block-content-boxes-box.content-box_1 .content-box-text h3.h4:after, main.mc-modules_roaming .mc-modules-special_section2 .block-content-boxes-box.content-box_2 .content-box-text h3.h4:after {
	content: '%';
	font: 700 6rem/7rem 'Poppins', sans-serif !important;
}
/*----------  Eclipse  ----------*/
main.mc-modules_eclipse .mc-modules-special {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.mc-modules_eclipse .mc-modules-special h2 {
}
main.mc-modules_eclipse .mc-modules-special .mc-modules-special-image img {
}
/*----------  Upgrade  ----------*/
main.mc-modules_upgrade .mc-modules-outcomes {
	padding-bottom: 0;
}
main.mc-modules_upgrade .mc-modules-outcomes .block-outcomes-subtitle, main.mc-modules_upgrade .mc-modules-outcomes .block-outcomes-button {
	position: relative;
}
main.mc-modules_upgrade .mc-modules-outcomes .block-outcomes-subtitle:after, main.mc-modules_upgrade .mc-modules-outcomes .block-outcomes-button:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -50vw;
	bottom: 0;
	left: -50vw;
	background-color: rgba(232, 232, 232, 1);
	z-index: 0;
}
main.mc-modules_upgrade .mc-modules-outcomes .block-outcomes-subtitle h3, main.mc-modules_upgrade .mc-modules-outcomes .block-outcomes-subtitle .block-button-part, main.mc-modules_upgrade .mc-modules-outcomes .block-outcomes-button h3, main.mc-modules_upgrade .mc-modules-outcomes .block-outcomes-button .block-button-part {
	position: relative;
	z-index: 1;
}
main.mc-modules_upgrade .mc-modules-outcomes .block-content-section_1 {
	margin-bottom: 0 !important;
}
main.mc-modules_upgrade .mc-modules-outcomes .block-outcomes-subtitle {
	padding-top: 50px;
}
main.mc-modules_upgrade .mc-modules-outcomes .block-outcomes-button {
	padding-bottom: 90px;
}
/*----------  Real-Time  ----------*/
main.mc-modules_realtime .mc-modules-features .block-content-boxes-box .mc-modules-features-box {
	display: flex;
	align-items: center;
}
/*----------  Responsive  ----------*/
@media (min-width: 1024px) and (max-width: 1215px) {
	main.mc-modules .block-submenu nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-dropdown {
		left: -100%;
	}
	main.mc-modules .block-submenu.submenu-mc nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.mc-modules .navbar-dropdown {
		left: -50%;
	}
	main.mc-modules .mc-modules-success-stories.block-content-boxes .block-content-boxes-box > .columns {
		min-height: 110%;
	}
	main.mc-modules .mc-modules-section1 .block-content-boxes-box, main.mc-modules .mc-modules-outcomes .block-content-section .block-content-boxes-box {
		margin-top: 15px;
	}
}
@media (min-width: 769px) and (max-width: 1023px) {
	/* main.mc-modules .block-submenu nav.submenu.is-fixed-top {
		top: 55px;
	} */
	main.mc-modules .mc-modules-section1 .block-content-boxes-box, main.mc-modules .mc-modules-outcomes .block-content-section .block-content-boxes-box {
		margin-top: 0;
	}
	main.mc-modules .mc-modules-section1.block-content-section .block-content-section-text {
		padding-bottom: 25px;
	}
	main.mc-modules .mc-modules-success-stories.block-content-boxes .content-box_0 {
		margin-right: 0;
		margin-bottom: 30px;
	}
	main.mc-modules .mc-modules-success-stories.block-content-boxes .block-content-boxes-box {
		flex: 1 0 100%;
	}
	main.mc-modules_roaming .mc-modules-special_section2 .block-content-boxes-box .content-box-text h3.h4 {
		font: 700 4rem/4.5rem 'Poppins', sans-serif !important;
	}
	main.mc-modules_roaming .mc-modules-special_section2 .block-content-boxes-box.content-box_0 .content-box-text h3.h4:before {
		font: 700 4rem/4.5rem 'Poppins', sans-serif !important;
	}
	main.mc-modules_roaming .mc-modules-special_section2 .block-content-boxes-box.content-box_0 .content-box-text h3.h4:after, main.mc-modules_roaming .mc-modules-special_section2 .block-content-boxes-box.content-box_1 .content-box-text h3.h4:after, main.mc-modules_roaming .mc-modules-special_section2 .block-content-boxes-box.content-box_2 .content-box-text h3.h4:after {
		font: 700 4rem/4.5rem 'Poppins', sans-serif !important;
	}
}
@media (max-width: 768px) {
	main.mc-modules .block-header:after {
		display: none;
	}
	main.mc-modules:not(.mc-modules_overview) .mc-landingpage-content .block-hero, main.mc-modules:not(.mc-landingpage) .mc-landingpage-content .block-hero {
		margin-top: 10px;
		margin-bottom: 0;
	}
	main.mc-modules:not(.mc-modules_overview) .mc-landingpage-content .block-hero .columns, main.mc-modules:not(.mc-landingpage) .mc-landingpage-content .block-hero .columns {
		padding-bottom: 0 !important;
	}
	main.mc-modules .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
		width: 100%;
	}
	main.mc-modules .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom {
		width: auto;
		height: 100%;
		max-width: 100%;
	}
	main.mc-modules .block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom img {
		width: auto;
		height: 100%;
		max-width: 100%;
	}
	main.mc-modules .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
		width: 70px;
		height: 70px;
		margin-bottom: 15px !important;
	}
	main.mc-modules .block-customer-opinions.customer-opinions-round .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source .image.opinions-opinion-source-custom {
		width: 70px;
		height: 70px;
		margin: 0 auto !important;
	}
	main.mc-modules .block-list ul.success {
		margin-left: 0;
		column-count: 1;
		column-gap: 0;
	}
	main.mc-modules .block-header .block-header-bg.bg-img {
		background-position: 65% center;
	}
	main.mc-modules .mc-modules-section1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	main.mc-modules .mc-modules-section1 .block-content-boxes-box {
		margin-top: 0;
	}
	main.mc-modules .mc-modules-section1 .block-content-boxes-box.content-box_0 {
		margin-top: 30px;
	}
	main.mc-modules .mc-modules-video {
		padding-bottom: 30px;
	}
	main.mc-modules .mc-modules-video.block-embed .video iframe, main.mc-modules .mc-modules-video.block-embed .video object, main.mc-modules .mc-modules-video.block-embed .video embed {
		height: auto;
		min-height: 260px;
	}
	main.mc-modules .mc-modules-features {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	main.mc-modules .mc-modules-features .block-content-boxes-box {
		min-height: auto;
	}
	main.mc-modules .mc-modules-outcomes {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	main.mc-modules .mc-modules-outcomes .block-outcomes-title h2 {
		margin-bottom: 0;
	}
	main.mc-modules .mc-modules-outcomes .block-content-section {
		padding-bottom: 0px;
	}
	main.mc-modules .mc-modules-outcomes .block-content-section .block-content-section-text {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	main.mc-modules .mc-modules-outcomes .block-content-section .block-content-boxes-box {
		margin-top: 0;
	}
	main.mc-modules .mc-modules-outcomes .block-content-section .block-content-boxes-box.content-box_0 {
		margin-top: 30px;
	}
	main.mc-modules .mc-modules-outcomes .block-content-section.block-content-section-right {
		margin-bottom: 0px !important;
		padding-bottom: 40px !important;
	}
	main.mc-modules .mc-modules-outcomes .block-outcomes-subtitle {
		padding-top: 50px;
	}
	main.mc-modules_basic .mc-modules-special, main.mc-modules_roaming .mc-modules-special.mc-modules-special_section2, main.mc-modules_eclipse .mc-modules-special {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	main.mc-modules_roaming .mc-modules-special.mc-modules-special_section1 {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	main.mc-modules .mc-modules-success-stories {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	main.mc-modules .mc-modules-success-stories .block-header-full {
		padding-bottom: 0;
	}
	main.mc-modules .mc-modules-success-stories .block-header-full .block-header-content h2 {
		margin-bottom: 15px;
	}
	main.mc-modules .mc-modules-success-stories .block-header-full .block-header-content .block-header-text .column.has-text-right {
		text-align: left !important;
	}
	main.mc-modules .mc-modules-success-stories.block-content-boxes .block-content-boxes-box > .columns {
		min-height: auto;
	}
	main.mc-modules .mc-modules-success-stories.block-content-boxes .block-content-boxes-box > .columns .content-box-image {
		height: 150px;
	}
	main.mc-modules .mc-modules-success-stories.block-content-boxes .content-box_0 {
		margin-right: 0;
		margin-bottom: 30px;
	}
	main.mc-modules .mc-modules-resources {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	main.mc-modules .mc-modules-resources .block-resources-button {
		text-align: center !important;
	}
	main.mc-modules .mc-modules-solutions {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	main.mc-modules .mc-modules-cta {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	main.mc-modules .mc-modules-cta.block-cta.block-cta-neutral .block-cta-buttons {
		flex-direction: column;
	}
	main.mc-modules .mc-modules-cta.block-cta.block-cta-neutral .block-cta-buttons .block-button-part:last-child {
		margin-left: 0 !important;
	}
}
/*=====  End of MC MODULES  ======*/

/*===========================================
=            MC MODULES OVERVIEW            =
===========================================*/
main.mc-modules_overview .block-header .block-header-bg.bg-img {
	background-size: cover !important;
}
main.mc-modules_overview .block-header .block-header-bg.bg-img:before {
	display: none;
}
main.mc-modules_overview .block-header .block-header-full .block-header-content .block-header-text h1, main.mc-modules_overview .block-header h1 {
	margin-bottom: 50px !important;
}
main.mc-modules_overview .block-header .block-header-text p {
	margin-bottom: 30px !important;
	color: #fff !important;
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
}
main.mc-modules_overview .mc-modules-section1 {
	padding-top: 30px;
	padding-bottom: 45px;
}
main.mc-modules_overview .mc-modules-section1 .mc-modules-section1-facts {
	position: relative;
}
main.mc-modules_overview .mc-modules-section1 .mc-modules-section1-facts:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100vw;
	width: 200vw;
	height: 100%;
	background-color: rgba(232, 232, 232, 1);
	z-index: 0;
}
main.mc-modules_overview .mc-modules-section1 .mc-modules-section1-facts .columns {
	position: relative;
	z-index: 1;
}
main.mc-modules_overview .mc-modules-section1 .block-content-boxes-box {
	margin-bottom: 50px;
}
main.mc-modules_overview .mc-module_overview-modules {
	padding-top: 0 !important;
	padding-bottom: 45px !important;
}
main.mc-modules_overview .mc-module_overview-modules h2 {
	margin-bottom: 20px !important;
}
main.mc-modules_overview .mc-module_overview-modules h3, main.mc-modules_overview .mc-module_overview-modules h4, main.mc-modules_overview .mc-module_overview-modules p {
	margin-bottom: 25px !important;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic .mc-module_overview-modules-module-box {
	position: relative;
	padding: 30px;
	border-radius: 10px;
	background-color: rgba(0, 60, 89, 1);
	overflow: hidden;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic .mc-module_overview-modules-module-box .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40%;
	background-position: center center;
	z-index: 1;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic .mc-module_overview-modules-module-box .bg-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30%;
	z-index: 2;
	background: rgb(0, 60, 89);
	background: -moz-linear-gradient(180deg, rgba(0, 60, 89,0) 0%, rgba(0, 60, 89,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 60, 89,0) 0%, rgba(0, 60, 89,1) 100%);
	background: linear-gradient(180deg, rgba(0, 60, 890, 60, 89,0) 0%, rgba(0, 60, 89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c59",endColorstr="#003c59",GradientType=1);
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic .mc-module_overview-modules-module-box .block-content-section-text {
	position: relative;
	z-index: 2;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic .content-box-icon {
	width: 50px;
	height: auto;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic h3, main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic h4, main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic p {
	color: #fff !important;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic h3 {
	background-color: transparent;
	background-image: none !important;
	-webkit-text-fill-color: #fff !important;
	-moz-text-fill-color: #fff !important;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module {
	margin-bottom: 30px;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .block-content-section-source {
	position: relative;
	padding: 0;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .block-content-section-source .block-content-section-source-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30%;
	z-index: 2;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .block-content-section-source figure {
	position: relative;
	z-index: 1;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box {
	position: relative;
	padding: 30px;
	height: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40%;
	background-position: center center;
	z-index: 1;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .bg-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30%;
	z-index: 2;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .block-content-section-text {
	position: relative;
	z-index: 2;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .content-box-icon {
	width: 50px;
	height: auto;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .content-box-icon svg path, main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .content-box-icon svg rect, main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .content-box-icon svg polygon, main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .content-box-icon svg circle {
	fill: rgba(0, 138, 204, 1) !important;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .content-box-icon.content-box-icon-last {
	margin-top: 30px;
}
main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module.is-4 .content-box-text {
	padding-top: 0;
}
main.mc-modules_overview .mc-module_overview-free-products {
	padding-top: 50px !important;
}
main.mc-modules_overview .mc-module_overview-free-products h2 {
	margin-bottom: 20px !important;
}
main.mc-modules_overview .mc-module_overview-free-products h3 {
	margin-bottom: 25px !important;
}
main.mc-modules_overview .mc-module_overview-free-products h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
}
main.mc-modules_overview .mc-module_overview-free-products h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 10px;
}
main.mc-modules_overview .mc-module_overview-special {
	padding-bottom: 50px;
}
main.mc-modules_overview .mc-module_overview-bundles {
	padding-top: 30px;
	padding-bottom: 0;
}
main.mc-modules_overview .mc-module_overview-bundles h2 {
	margin-bottom: 20px !important;
}
main.mc-modules_overview .mc-module_overview-bundles .accordions {
	padding-bottom: 30px;
}
main.mc-modules_overview .mc-module_overview-bundles .accordions .accordion.initial-open .accordion-header h3, main.mc-modules_overview .mc-module_overview-bundles .accordions .accordion-header.open h3 {
	-webkit-text-fill-color: rgba(122, 178, 204, 1) !important;
	color: rgba(122, 178, 204, 1) !important;
}
main.mc-modules_overview .mc-module_overview-bundles .accordions .accordion-header {
	padding: 15px 0 10px 0;
}
main.mc-modules_overview .mc-module_overview-bundles .accordions .accordion-header button.accordion-button {
	top: 20px !important;
}
main.mc-modules_overview .mc-module_overview-cards {
	padding-bottom: 0;
}
main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content {
	display: block;
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(0, 60, 89, 1);
}
main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content h4, main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content p {
	color: #fff !important;
}
main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content .editions-card-front {
	transform: translateY(0%);
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
	padding: 15px;
}
main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content .editions-card-front i {
	color: #fff;
	animation: arrow_animation_left 3s linear infinite;
}
main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content .editions-card-back {
	transform: translateY(0%);
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
	padding: 15px;
}
main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content:hover .editions-card-front {
	transform: translateY(-100%);
	transition: 0.5s;
}
main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content:hover .editions-card-back {
	transform: translateY(-100%);
	transition: 0.5s;
}
main.mc-modules_overview .mc-module_overview-cards .editions-card_0 .block-editions-card-content {
	background-color: rgba(0, 60, 89, 1);
}
main.mc-modules_overview .mc-module_overview-cards .editions-card_1 .block-editions-card-content {
	background-color: rgba(28, 28, 28, 1);
}
@media (min-width: 769px) and (max-width: 1023px) {
	main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .bg-img {
		background-position: right center;
	}
}
@media (max-width: 768px) {
	main.mc-modules_overview .block-header .block-header-half .block-header-img {
		height: 250px;
	}
	main.mc-modules_overview .block-content-section .block-content-section-text {
		padding-top: 20px;
		padding-bottom: 35px;
	}
	main.mc-modules_overview .mc-modules-section1 .block-content-boxes-box.content-box_0 {
		margin-top: 0;
	}
	main.mc-modules_overview .mc-modules-section1 .block-content-boxes-box {
		margin-bottom: 0px;
	}
	main.mc-modules_overview .mc-module_overview-free-products h3 {
		margin-bottom: 0 !important;
	}
	main.mc-modules_overview .mc-module_overview-modules {
		padding-top: 0;
		padding-bottom: 0;
	}
	main.mc-modules_overview .mc-module_overview-modules h2 {
		text-align: center !important;
	}
	main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module {
		margin-bottom: 0;
	}
	main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic .mc-module_overview-modules-module-box, main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box {
		padding: 15px;
	}
	main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic .mc-module_overview-modules-module-box .bg-img, main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .bg-img {
		display: none;
	}
	main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic .mc-module_overview-modules-module-box .content-box-icon, main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .content-box-icon {
		margin: 0 auto;
	}
	main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module_basic .mc-module_overview-modules-module-box .block-content-section-text, main.mc-modules_overview .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .block-content-section-text {
		text-align: left !important;
	}
	main.mc-modules_overview .mc-module_overview-modules .content-box .content-box-text {
		padding: 15px !important;
	}
	main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content {
		height: auto;
	}
	main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content h4, main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content p {
		color: #fff !important;
	}
	main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content .editions-card-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 15px;
	}
	main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content .editions-card-text h4 {
		margin-bottom: 15px;
	}
	main.mc-modules_overview .mc-module_overview-cards .block-editions-card-content .editions-card-text .block-button-part {
		margin-top: 15px;
	}
	main.mc-modules_overview .mc-module_overview-cards .block-editions-card.content-box_1 .block-editions-card-content {
		background-color: rgba(28, 28, 28, 1);
	}
}
/*=====  End of MC MODULES OVERVIEW  ======*/

/*======================================
=            MC LANDINGPAGE            =
======================================*/
#submenu-mc .navbar-brand a svg#mc-logo {
	width: auto;
	height: 26px;
}
#submenu-mc .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-dropdown .column .navbar-item.menu-title.menu-title-offer {
	padding-top: 15px;
}

main.mc-landingpage .mc-modules-header {
	margin-bottom: 0;
}

main.mc-landingpage .mc-modules-header .block-header-bg.bg-img:before {
	display: none;
}

main.mc-landingpage .mc-modules-header .block-header-content .block-header-text img {
	width: auto;
	height: 40px;
	border-radius: 0;
}

main.mc-landingpage .mc-modules-header .block-header-content .block-header-text svg {
	width: auto;
	height: 40px;
}

main.mc-landingpage .mc-modules-header .block-header-content .block-header-text h1 {
	margin-bottom: 0 !important;
	color: #fff !important;
}

main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text h1 {
	color: #fff !important;
}

main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg path.st0, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg rect.st0, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg polygon.st0, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg circle.st0 {
	fill: #B8DAF2;
}

main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg path.st1, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg rect.st1, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg polygon.st1, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg circle.st1 {
	fill: #008ACB;
}

main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg path.st2, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg rect.st2, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg polygon.st2, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg circle.st2 {
	fill: #45B0DF;
}

main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg path.st3, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg rect.st3, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg polygon.st3, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg circle.st3 {
	fill: #C5E1F4;
}

main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg path.st4, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg rect.st4, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg polygon.st4, main.mc-landingpage .mc-modules-header .block-header-full .block-header-content .block-header-text svg circle.st4 {
	fill: #fff;
}

main.mc-landingpage .mc-modules-section1 {
	padding-top: 20px;
	padding-bottom: 45px;
}

main.mc-landingpage .mc-modules-section1 .mc-modules-section1-facts:before {
	display: none;
}

main.mc-landingpage .mc-modules-section1 .block-content-boxes-box {
	margin-top: 0;
	margin-bottom: 30px;
}

main.mc-landingpage .mc-modules-section1 .block-content-section-text {
	padding-bottom: 0 !important;
}

main.mc-landingpage .mc-landingpage-graphic h2 {
	margin-bottom: 20px !important;
}

main.mc-landingpage .mc-landingpage-graphic .block-button-part {
	margin-top: 30px;
	height: 70px;
}

main.mc-landingpage .mc-landingpage-business-impact .content-box h2 {
	font: 700 6rem/7rem 'Poppins', sans-serif !important;
	color: rgba(0, 138, 204, 1) !important;
	margin-bottom: 5px;
}

main.mc-landingpage .mc-landingpage-business-impact .content-box h3 {
	margin-top: 15px;
	margin-bottom: 0;
}

main.mc-landingpage .mc-landingpage-spotlight .block-content-section {
	padding-top: 15px;
	padding-bottom: 15px;
}

main.mc-landingpage .mc-landingpage-spotlight h2, main.mc-landingpage .mc-landingpage-spotlight p, main.mc-landingpage .mc-landingpage-spotlight h4 {
	margin-bottom: 20px !important;
	color: rgba(28, 28, 28, 1) !important;
}

main.mc-landingpage .mc-landingpage-spotlight h3.h4 {
	margin-bottom: 5px !important;
}

main.mc-landingpage .mc-landingpage-spotlight h3, main.mc-landingpage .mc-landingpage-spotlight .h3 {
	background-color: transparent;
	background-image: none !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
	-moz-text-fill-color: rgba(28, 28, 28, 1) !important;
}

main.mc-landingpage .mc-landingpage-success-stories {
	padding-top: 50px;
	padding-bottom: 75px;
}

main.mc-landingpage .mc-landingpage-success-stories:after {
	display: none;
}

main.mc-landingpage .mc-landingpage-success-stories .block-header-bg.bg-img:before {
	display: none;
}

main.mc-landingpage .mc-landingpage-success-stories.block-header {
	margin-bottom: 0;
}

main.mc-landingpage .mc-landingpage-success-stories .block-header-full {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

main.mc-landingpage .mc-landingpage-success-stories .block-header-full .block-header-content {
	position: relative;
	min-height: 500px;
}

main.mc-landingpage .mc-landingpage-success-stories .block-header-full .block-header-content h2 {
	margin-bottom: 50px;
}

main.mc-landingpage .mc-landingpage-success-stories .block-header-full .block-header-content .block-header-text {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}

main.mc-landingpage .mc-landingpage-success-stories .block-header-full .block-header-content .block-header-text figure img {
	display: inline-block;
	width: auto;
	height: 65px;
}

main.mc-landingpage .mc-landingpage-success-stories .block-header-full .block-header-content .block-header-text h3.h2 {
	margin-top: 0;
	margin-bottom: 0;
}

main.mc-landingpage .mc-landingpage-success-stories .block-header-full .block-header-content .block-header-text h4.h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}

main.mc-landingpage .mc-landingpage-success-stories .block-header-full .block-header-content .block-header-text p {
	margin-bottom: 25px !important;
	font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
}

main.mc-landingpage .mc-landingpage-success-stories .block-header-full .block-header-content .block-header-text .block-button-part {
	margin-bottom: 20px;
}

main.mc-landingpage .mc-landingpage-success-stories.block-content-boxes .block-content-boxes-box {
	overflow: hidden;
	border: 1px solid rgba(232, 232, 232, 1);
	border-radius: 10px;
}

main.mc-landingpage .mc-landingpage-success-stories.block-content-boxes .block-content-boxes-box > .columns {
	min-height: 300px;
}

main.mc-landingpage .mc-landingpage-success-stories.block-content-boxes .block-content-boxes-box:hover .content-box-image .content-box-image-img {
	transform: scale(1.2);
}

main.mc-landingpage .mc-landingpage-success-stories.block-content-boxes .content-box_0 {
	margin-right: 15px;
}

main.mc-landingpage .mc-landingpage-success-stories.block-content-boxes .content-box-image {
	position: relative;
	overflow: hidden;
}

main.mc-landingpage .mc-landingpage-success-stories.block-content-boxes .content-box-image .content-box-image-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transition: all .5s ease-in-out;
}

main.mc-landingpage .mc-landingpage-success-stories.block-content-boxes a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

main.mc-landingpage .mc-landingpage-success-stories.block-content-boxes .content-box-text h4 {
	margin-bottom: 25px;
}

main.mc-landingpage .mc-landingpage-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow {
	margin-top: 25px;
}

main.mc-landingpage .mc-landingpage-success-stories .block-success-stories-button {
	margin-top: 40px;
}

main.mc-landingpage .mc-landingpage-benefits {
	padding-top: 45px;
	padding-bottom: 75px;
}

main.mc-landingpage .mc-landingpage-benefits h2 {
	margin-bottom: 25px;
}

main.mc-landingpage .mc-landingpage-benefits ul.success li {
	margin-bottom: 15px;
	min-height: 50px;
	font: 400 1.25rem/1.5rem 'Roboto', sans-serif !important;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
}

main.mc-landingpage .mc-landingpage-benefits ul.success li:before {
	content: '';
	background: url('../img/success.png') no-repeat 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center right;
	z-index: 3;
}

main.mc-landingpage .mc-landingpage-capabilities {
	padding-top: 45px;
	padding-bottom: 75px;
}

main.mc-landingpage .mc-landingpage-capabilities .block-content-boxes-box .mc-modules-features-box {
	display: block;
}

main.mc-landingpage .mc-landingpage-capabilities .block-content-boxes-box .mc-modules-features-box .content-box-text .block-button-part .button-arrow {
	display: inline-block;
}

main.mc-landingpage .mc-landingpage-capabilities .block-content-boxes-box .mc-modules-features-box .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: transparent !important;
}

main.mc-landingpage .mc-landingpage-capabilities .block-content-boxes-box .mc-modules-features-box:hover .content-box-text .block-button-part .button-arrow .button-link .button-text {
	color: #fff !important;
}

main.mc-landingpage .mc-landingpage-capabilities .block-content-boxes-box .mc-modules-features-box:hover .content-box-text .block-button-part .button-arrow .button-link .circle .icon.arrow:before {
	border-color: #fff !important;
}

main.mc-landingpage .mc-landingpage-capabilities h4, main.mc-landingpage .mc-landingpage-capabilities .h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
}

main.mc-landingpage .mc-landingpage-capabilities h4:after, main.mc-landingpage .mc-landingpage-capabilities .h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
}
@media (min-width: 769px) and (max-width: 1023px) {
	main.mc-landingpage .mc-landingpage-benefits ul {
		padding: 0;
	}
}
@media (max-width: 768px) {
	main.mc-landingpage .mc-modules-header {
		padding-bottom: 45px;
	}
	main.mc-landingpage .mc-modules-section1 .block-content-boxes-box {
		margin-bottom: 0;
	}
	main.mc-landingpage .mc-landingpage-benefits ul {
		padding: 0;
	}
}
/*=====  End of MC LANDINGPAGE  ======*/


/*========================================
=            MC FREE EDITIONS            =
========================================*/
@keyframes arrow_animation {
	0% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}
@keyframes arrow_animation_left {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0);
	}
}
main.mc-modules.mc-free-editions .mc-modules-header {
	margin-bottom: 0;
}
main.mc-modules.mc-free-editions .mc-modules-header:after {
}
main.mc-modules.mc-free-editions .mc-modules-header .block-header-bg.bg-img {
	background-size: cover !important;
}
main.mc-modules.mc-free-editions .mc-modules-header .block-header-bg.bg-img:before {
	display: none;
}
main.mc-modules.mc-free-editions .mc-modules-header .block-header-full .block-header-content .block-header-text h1 {
	margin-bottom: 0 !important;
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-modules.mc-free-editions .mc-modules-header .block-header-full .block-header-content .block-header-text h2 {
	margin-top: 25px;
	color: #fff !important;
	background-color: transparent !important;
}
main.mc-modules.mc-free-editions .mc-modules-section1 {
	padding-top: 15px;
	padding-bottom: 50px;
}
main.mc-modules.mc-free-editions .mc-modules-section1 .block-content-section-text {
	padding-bottom: 0;
}
main.mc-modules.mc-free-editions .mc-modules-section1 .block-content-section-icon i {
	animation: arrow_animation 2s linear infinite;
	font-size: 3rem;
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-modules.mc-free-editions .mc-landingpage-benefits {
	padding-top: 45px;
	padding-bottom: 75px;
}
main.mc-modules.mc-free-editions .mc-landingpage-benefits h2 {
	margin-bottom: 25px;
}
main.mc-modules.mc-free-editions .mc-landingpage-benefits ul.success li {
	margin-bottom: 15px;
	min-height: 50px;
	font: 400 1.25rem/1.5rem 'Roboto', sans-serif !important;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
}
main.mc-modules.mc-free-editions .mc-landingpage-benefits ul.success li:before {
	content: '';
	background: url('../img/success.png') no-repeat 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center right;
	z-index: 3;
}
main.mc-modules.mc-free-editions .mc-modules-resources {
	background-color: rgba(232, 232, 232, 1);
}
main.mc-modules.mc-free-editions .mc-free-editions-solutions {
	padding-top: 30px !important;
	padding-bottom: 0px !important;
}
main.mc-modules.mc-free-editions .mc-free-editions-solutions.mc-free-editions-trials {
	padding-top: 30px !important;
	padding-bottom: 50px !important;
}
main.mc-modules.mc-free-editions .mc-free-editions-solutions, main.mc-modules.mc-free-editions .mc-free-editions-trials {
	padding-top: 45px;
	padding-bottom: 75px;
}
main.mc-modules.mc-free-editions .mc-free-editions-solutions .block-content-boxes-box .content-box-text p, main.mc-modules.mc-free-editions .mc-free-editions-trials .block-content-boxes-box .content-box-text p {
	color: rgba(28, 28, 28, 1) !important;
	min-height: auto;
	height: auto;
	margin-bottom: 20px !important;
}
main.mc-modules.mc-free-editions .mc-free-editions-solutions .block-content-boxes-box .content-box-text, main.mc-modules.mc-free-editions .mc-free-editions-trials .block-content-boxes-box .content-box-text {
	margin-top: 0;
}
main.mc-modules.mc-free-editions .mc-free-editions-solutions h2, main.mc-modules.mc-free-editions .mc-free-editions-trials h2 {
	color: rgba(28, 28, 28, 1) !important;
	margin-bottom: 0 !important;
}
main.mc-modules.mc-free-editions .mc-free-editions-solutions h3, main.mc-modules.mc-free-editions .mc-free-editions-solutions .h3, main.mc-modules.mc-free-editions .mc-free-editions-trials h3, main.mc-modules.mc-free-editions .mc-free-editions-trials .h3 {
	background-color: transparent;
	background-image: none !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
	-moz-text-fill-color: rgba(28, 28, 28, 1) !important;
	margin-bottom: 25px !important;
}
main.mc-modules.mc-free-editions .mc-free-editions-solutions h4, main.mc-modules.mc-free-editions .mc-free-editions-solutions .h4, main.mc-modules.mc-free-editions .mc-free-editions-trials h4, main.mc-modules.mc-free-editions .mc-free-editions-trials .h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-modules.mc-free-editions .mc-free-editions-solutions h4:after, main.mc-modules.mc-free-editions .mc-free-editions-solutions .h4:after, main.mc-modules.mc-free-editions .mc-free-editions-trials h4:after, main.mc-modules.mc-free-editions .mc-free-editions-trials .h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 10px;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins {
	padding-top: 30px;
	padding-bottom: 75px;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-title h2 {
	margin-bottom: 0;
	color: #fff !important;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-subtitle h3 {
	margin-bottom: 25px;
	color: #fff !important;
	background-color: transparent !important;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box figure {
	height: 60px;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box figure img {
	width: auto;
	height: 100%;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box .svg {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	background-color: transparent;
	border-radius: 0;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box .content-box-text {
	margin-top: 0;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box .content-box-text h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
	color: #fff !important;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box .content-box-text h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box .content-box-text p {
	min-height: 100px;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box:hover .mc-modules-solutions-box {
	background-color: rgba(0, 138, 204, 1);
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box:hover .mc-modules-solutions-box .button-arrow .button-link .button-text, main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box:hover .mc-modules-solutions-box .button-arrow .button-link:hover .button-text {
	color: #fff !important;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box:hover .mc-modules-solutions-box .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: #fff !important;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box:hover .mc-modules-solutions-box .button-link .circle .icon.arrow::before {
	border-color: #fff !important;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box:hover .mc-modules-solutions-box .svg {
	background-color: transparent;
}
main.mc-modules.mc-free-editions .mc-modules-solutions.mc-modules-plugins .block-content-boxes-box:hover .mc-modules-solutions-box .svg svg {
	fill: rgba(0, 138, 204, 1);
}
main.mc-modules.mc-free-editions .mc-module_overview-cards {
	padding-top: 50px;
	padding-bottom: 50px;
}
main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content {
	display: block;
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(0, 60, 89, 1);
}
main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content h4, main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content p {
	color: #fff !important;
}
main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content .editions-card-front {
	transform: translateY(0%);
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
	padding: 15px;
}
main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content .editions-card-front i {
	color: #fff;
	animation: arrow_animation_left 3s linear infinite;
}
main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content .editions-card-back {
	transform: translateY(0%);
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
	padding: 15px;
}
main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content:hover .editions-card-front {
	transform: translateY(-100%);
	transition: 0.5s;
}
main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content:hover .editions-card-back {
	transform: translateY(-100%);
	transition: 0.5s;
}
main.mc-modules.mc-free-editions .mc-module_overview-cards .editions-card_0 .block-editions-card-content {
	background-color: rgba(0, 60, 89, 1);
}
main.mc-modules.mc-free-editions .mc-module_overview-cards .editions-card_1 .block-editions-card-content {
	background-color: rgba(28, 28, 28, 1);
}
@media (min-width: 769px) and (max-width: 1023px) {
	main.mc-modules.mc-free-editions .mc-landingpage-benefits ul {
		padding: 0;
	}
}
@media (max-width: 768px) {
	main.mc-modules.mc-free-editions .mc-landingpage-benefits ul {
		padding: 0;
	}
	main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content {
		height: auto;
	}
	main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content h4, main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content p {
		color: #fff !important;
	}
	main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content .editions-card-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 15px;
	}
	main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content .editions-card-text h4 {
		margin-bottom: 15px;
	}
	main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card-content .editions-card-text .block-button-part {
		margin-top: 15px;
	}
	main.mc-modules.mc-free-editions .mc-module_overview-cards .block-editions-card.content-box_1 .block-editions-card-content {
		background-color: rgba(28, 28, 28, 1);
	}
}
/*=====  End of MC FREE EDITIONS  ======*/

/*==================================
=            MC PRICING            =
==================================*/
body.page-template-page-mc-pricing footer.footer {
	margin-top: 10px;
}
body.page-template-page-mc-pricing ul.pricing_includes {
	margin-top: 10px !important;
}
body.page-template-page-mc-pricing ul.pricing_includes li:before {
	display: none;
}
body.page-template-page-mc-pricing ul.pricing_includes li {
	padding-left: 0;
	text-indent: 0;
	margin-bottom: 5px;
	color: rgba(28, 28, 28, 1);
}
body.page-template-page-mc-pricing ul.pricing_includes li:last-child {
	margin-bottom: 0;
}
body.page-template-page-mc-pricing ul.pricing_includes li i {
	color: rgba(0, 138, 204, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-modules-header .block-header-full .block-header-content .block-header-text h1 {
	margin-bottom: 50px !important;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-modules-header .block-header-full .block-header-content .block-header-text ul {
	column-count: 2;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-modules-header .block-header-full .block-header-content .block-header-text ul li {
	margin-bottom: 30px;
	padding-right: 15px;
	font: 500 1.375rem/1.5625rem 'Roboto', sans-serif !important;
	color: #fff !important;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-modules-header .block-header-full .block-header-content .block-header-text ul li.point_1, body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-modules-header .block-header-full .block-header-content .block-header-text ul li.point_3 {
	margin-bottom: 0;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-enterprise.block-header i {
	margin-left: 5px;
	width: auto;
	font-size: 1.25rem;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-enterprise .block-header-full .block-header-content .block-header-text {
	background-color: transparent;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-enterprise .block-button-part {
	margin-bottom: 30px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-faq {
	padding-top: 50px;
	padding-bottom: 70px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing form.pricing-form legend {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	border-bottom: 1px solid rgba(28, 28, 28, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing form.pricing-form legend:last-of-type {
	margin-top: 50px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing form.pricing-form .field-label-number {
	display: inline-block;
	padding-top: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff !important;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 50%;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing form.pricing-form .field label {
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	text-align: left !important;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing form.pricing-form .field input {
	box-shadow: none;
	border-color: rgba(28, 28, 28, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing form.pricing-form .field label.radio {
	line-height: 35px !important;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing form.pricing-form .field label.radio span {
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular {
	padding-top: 25px;
	padding-bottom: 70px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-form form.pricing-form {
	margin: 0 auto;
	width: 65%;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-form form.pricing-form .field .field-label {
	flex: 1 0 40%;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles {
	padding-top: 50px;
	padding-bottom: 30px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .mc-pricing-calculator-popular-bundle-content {
	height: 100%;
	border: 1px solid rgba(28, 28, 28, 1);
	border-radius: 10px;
	overflow: hidden;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .mc-pricing-calculator-popular-bundle-content h3 {
	padding: 15px;
	height: 130px;
	background-color: rgba(232, 232, 232, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text {
	padding: 15px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text h3.h4 {
	margin-top: 15px;
	margin-bottom: 30px;
	min-height: 90px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text p {
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	min-height: 130px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text p span {
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .price {
	font: 700 1.5rem/2rem 'Poppins', sans-serif !important;
	min-height: auto;
	text-align: center;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .price .price-currency {
	font: 700 2.5rem/2.95rem 'Poppins', sans-serif !important;
	padding-right: 5px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .price .price-number {
	font: 700 2.5rem/2.95rem 'Poppins', sans-serif !important;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .price .price-billing {
	font: 700 1.5rem/2rem 'Poppins', sans-serif !important;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .price-help {
	color: rgba(159, 159, 159, 1) !important;
	min-height: auto;
	text-align: center;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .price-help .price-help-user {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .price-help .price-help-billing {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .price-saving {
	margin-top: 15px;
	padding: 5px 15px;
	min-height: auto;
	text-align: center;
	color: rgba(0, 100, 85, 1) !important;
	background-color: rgba(0, 149, 127, 0.3);
	border-radius: 50px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .price-saving .price-saving-currency {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .price-saving .price-saving-number {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-normal {
	margin-top: 70px;
	min-height: 95px;
	width: 100%;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-normal .button-link {
	width: 100%;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-normal.button-normal_upgrade {
	margin-top: 15px;
	min-height: auto;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-normal.button-normal_upgrade .button-link {
	background-image: none;
	border: 1px solid rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-normal.button-normal_upgrade .button-link .button-text {
	color: rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-normal.button-normal_upgrade .button-link .circle .icon.arrow::before {
	border-color: rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-normal.button-normal_upgrade .button-link:hover .circle .icon.arrow {
	background-color: rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text h4.h6 {
	margin-top: 30px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text h4.h6:last-of-type {
	min-height: 50px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text ul.pricing_includes {
	min-height: 115px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(232, 232, 232, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text ul.pricing_feature {
	border: none;
	min-height: 420px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-arrow {
	margin-top: 50px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-arrow .button-link .button-text {
	font: 400 1rem/1.125rem 'Roboto', sans-serif !important;
	color: rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-arrow .button-link .circle {
	height: 25px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle .content-box-text .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle.mc-pricing-calculator-popular-bundle_0 .button-normal .button-link {
	background-image: none;
	border: 1px solid rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle.mc-pricing-calculator-popular-bundle_0 .button-normal .button-link .button-text {
	color: rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle.mc-pricing-calculator-popular-bundle_0 .button-normal .button-link .circle .icon.arrow::before {
	border-color: rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle.mc-pricing-calculator-popular-bundle_0 .button-normal .button-link:hover .circle .icon.arrow {
	background-color: rgba(159, 159, 159, 1);
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle.mc-pricing-calculator-popular-bundle_0 .button-arrow {
	margin-top: 740px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-popular .mc-pricing-calculator-popular-bundles .mc-pricing-calculator-popular-bundle.mc-pricing-calculator-popular-bundle_2 .content-box-text .button-normal {
	min-height: auto;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own {
	padding-top: 25px;
	padding-bottom: 70px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .h3 {
	margin-bottom: 30px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own form.pricing-form {
	margin-top: 30px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own form.pricing-form .field label {
	font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	text-align: left !important;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own form.pricing-form .field label .field-label-name {
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own form.pricing-form .field input {
	margin-top: 15px;
	margin-bottom: 30px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart {
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .mc-pricing-calculator-own-cart-content {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack {
	margin-top: 15px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack h4.h5 {
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack .calculator-own-cart-pack-user {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack .calculator-own-cart-pack-currency {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack .calculator-own-cart-pack-number {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack.calculator-own-cart-pack_basic {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack.calculator-own-cart-pack_upgrade {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack.calculator-own-cart-pack_roaming {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack.calculator-own-cart-pack_automate {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack.calculator-own-cart-pack_eclipse {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack.calculator-own-cart-pack_realtime {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack.calculator-own-cart-pack_mail {
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .calculator-own-cart-pack.calculator-own-cart-pack_total {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #fff;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .block-button-part {
	margin-top: 50px;
}
body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-calculator-own .mc-pricing-calculator-own-cart .block-button-part p {
	margin-top: 15px;
}
body.page-template-page-mc-pricing .tabs-menu {
	margin-top: 40px;
	margin-bottom: 0;
}
body.page-template-page-mc-pricing .tabs-menu ul {
	justify-content: center;
}
body.page-template-page-mc-pricing .tabs-menu ul li {
	padding-left: 0;
	text-indent: 0;
}
body.page-template-page-mc-pricing .tabs-menu ul li a {
	border-radius: 10px 10px 0 0;
	background-color: rgba(232, 232, 232, 1);
}
body.page-template-page-mc-pricing .tabs-menu ul li a span {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(122, 178, 204, 1) !important;
}
body.page-template-page-mc-pricing .tabs-menu ul li a:hover span {
	color: rgba(0, 138, 204, 1) !important;
}
body.page-template-page-mc-pricing .tabs-menu ul li:before {
	display: none;
}
body.page-template-page-mc-pricing .tabs-menu ul li.is-active a {
	background-color: #fff;
}
body.page-template-page-mc-pricing .tabs-menu ul li.is-active a span {
	color: rgba(0, 138, 204, 1) !important;
}
body.page-template-page-mc-pricing .mc-pricing-faq .accordions .accordion.initial-open .accordion-header h4, body.page-template-page-mc-pricing .mc-pricing-faq .accordions .accordion.initial-open .accordion-header .h5, body.page-template-page-mc-pricing .mc-pricing-faq .accordions .accordion-header.open h4, body.page-template-page-mc-pricing .mc-pricing-faq .accordions .accordion-header.open .h5 {
	color: rgba(122, 178, 204, 1) !important;
}
body.page-template-page-mc-pricing .mc-pricing-faq .accordions .accordion-header {
	padding: 15px 0 10px 0;
}
body.page-template-page-mc-pricing .mc-pricing-faq .accordions .accordion-header button.accordion-button {
	top: 20px !important;
}
@media (max-width: 768px) {
	body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-modules-header .block-header-full .block-header-content .block-header-text ul {
		column-count: 1;
	}
	body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-modules-header .block-header-full .block-header-content .block-header-text ul li.point_1, body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-modules-header .block-header-full .block-header-content .block-header-text ul li.point_3 {
		margin-bottom: 30px;
	}
	body.page-template-page-mc-pricing main.mc-modules.mc-pricing .mc-pricing-faq {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}

/*----------  MC BUNDLES - OVERVIEW  ----------*/
body.page-template-page-mc-bundles-overview footer.footer {
	margin-top: 10px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-header .block-header-full .block-header-content .block-header-text h1 {
	margin-bottom: 30px !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-header .block-header-bg.bg-img:before {/* display: none; */
	background: rgb(0,60,89);
	background: -moz-linear-gradient(90deg, rgba(0,60,89,1) 0%, rgba(0,60,89,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,60,89,1) 0%, rgba(0,60,89,0) 100%);
	background: linear-gradient(90deg, rgba(0,60,89,1) 0%, rgba(0,60,89,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c59",endColorstr="#003c59",GradientType=1);
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-header h2.h4 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background: transparent !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles {
	padding-top: 50px;
	padding-bottom: 70px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles ul li {
	padding-left: 20px;
	text-indent: -10px;
	margin-bottom: 10px;
	font: 400 1.15rem/1.5rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1);
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles ul li:last-child {
	margin-bottom: 0;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles ul li i {
	color: rgba(0, 138, 204, 1);
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles ul.pricing_includes li:before {
	display: none;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundles-subtitle {
	margin-bottom: 30px !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid rgba(232, 232, 232, 1);
	border-radius: 10px;
	overflow: hidden;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-title {
	margin-bottom: 20px;
	padding: 15px;
	min-height: 90px;
	background-color: rgba(232, 232, 232, 1);
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-title .blue {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(0, 138, 204, 1) !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-description {
	padding: 0 15px;
	margin-bottom: 30px;/* min-height: 190px; *//* min-height: 160px; */
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .block-button-link {
	padding: 15px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .block-button-link .button-text {/* font-size: 1rem !important; */
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .button-normal_contact {
	width: 100%;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .button-normal_contact .button-link .button-text {
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .button-normal_contact .button-link {
	width: 100%;
	text-align: center;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .button-arrow_contact {
	text-align: center;
	padding-top: 0;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-features {
	margin-bottom: 30px;
	padding: 15px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-features p {
	margin-bottom: 10px;
	font: 400 1.15rem/1.5rem 'Roboto', sans-serif !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-includes {
	margin-top: auto;
	padding: 15px;
	min-height: 155px;
	background-color: rgba(232, 232, 232, 1);
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-includes p {
	margin-bottom: 10px;
	font: 400 1.15rem/1.5rem 'Roboto', sans-serif !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-includes ul li {
	padding-left: 20px;
	text-indent: -25px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-includes ul li:before {
	color: rgba(28, 28, 28, 1);
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-includes ul li a {
	font: 400 1.15rem/1.5rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1);
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 1) 0%, rgba(122, 178, 204, 1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.2em;
	background-position: 0 100%;
	transition: background-size ease-in 0.25s;
	word-break: break-word;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-includes ul li a:hover {
	color: rgba(0, 138, 204, 1);
	background-size: 100% 88%;
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 0.5) 0%, rgba(122, 178, 204, 0.5) 100%);
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle_0 .mc-bundles-bundle-content {
	border: 1px solid rgba(122, 178, 204, 0.5);
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle_0 .mc-bundles-bundle-content .mc-bundles-bundle-content-title {
	background-color: rgba(122, 178, 204, 0.5);
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-pricing-enterprise ul li {
	font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1);
	margin-bottom: 10px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-pricing-enterprise ul li:last-child {
	margin-bottom: 0;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-outcomes.mc-landingpage-benefits.block-list {
	padding-top: 50px;
	padding-bottom: 70px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-outcomes.mc-landingpage-benefits.block-list h2 {
	color: #fff !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-outcomes.mc-landingpage-benefits.block-list h3 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background: transparent !important;
	margin-bottom: 30px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-outcomes.mc-landingpage-benefits.block-list ul li {
	font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: #fff !important;
	margin-bottom: 30px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-outcomes.mc-landingpage-benefits.block-list ul li:last-child {
	margin-bottom: 0;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-solutions.mc-free-editions-solutions {
	padding-top: 30px;
	padding-bottom: 30px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-solutions.mc-free-editions-solutions .content-box-text {
	margin-top: 0;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-solutions.mc-free-editions-solutions h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
	color: rgba(28, 28, 28, 1) !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-solutions.mc-free-editions-solutions h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 10px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-modules-solutions.mc-free-editions-solutions p {
	color: rgba(28, 28, 28, 1) !important;
	min-height: auto;
	height: auto;
	margin-bottom: 20px !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-pricing-faq {
	padding-top: 50px;
	padding-bottom: 70px;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-pricing-faq .accordions .accordion.initial-open .accordion-header h4, body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-pricing-faq .accordions .accordion.initial-open .accordion-header .h5, body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-pricing-faq .accordions .accordion-header.open h4, body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-pricing-faq .accordions .accordion-header.open .h5 {
	color: rgba(122, 178, 204, 1) !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-pricing-faq .accordions .accordion-header {
	padding: 15px 0 10px 0;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-pricing-faq .accordions .accordion-header button.accordion-button {
	top: 20px !important;
}
body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-pricing-faq .accordions h3 {
	margin-top: 50px;
}

@media (min-width: 1024px) and (max-width: 1215px) {
	body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-description {
		min-height: 175px;
	}
	body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .block-button-link .button-text {
		font-size: 0.90rem !important;
	}
	body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-includes {
		min-height: 205px;
	}
}

@media (min-width: 769px) and (max-width: 1023px) {
	body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-includes {
		min-height: auto;
	}
}

@media (max-width: 768px) {
	body.page-template-page-mc-bundles-overview main.mc-modules.mc-bundles .mc-bundles-bundles .mc-bundles-bundle-content .mc-bundles-bundle-content-includes {
		min-height: auto;
	}
}
/*=====  End of MC PRICING  ======*/

/*========================================
=            MC UPGRADE OFFER            =
========================================*/
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-header {
	margin-bottom: 50px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-header:after {
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-header .block-header-bg.bg-img:before {
	display: none;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-header .block-header-full .block-header-content .block-header-text .block-header-text-category {
	margin-bottom: 15px;
	color: rgba(255, 74, 158, 1) !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-header .block-header-full .block-header-content .block-header-text h1 {
	margin-bottom: 50px !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-header .block-header-full .block-header-content .block-header-text p.subtitle {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: #fff !important;
	margin-bottom: 30px !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-pricing {
	padding-bottom: 0;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-pricing .svg {
	text-align: center;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-pricing .svg svg {
	width: 192px;
	height: 192px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-pricing .block-button-part {
	margin-top: 20px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-pricing .column.background-grey {
	position: relative;
	margin-top: 50px;
	padding-bottom: 75px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-pricing .column.background-grey:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100vw;
	width: 200vw;
	height: 100%;
	background-color: rgba(232, 232, 232, 1);
	z-index: 0;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-pricing .column.background-grey .columns {
	position: relative;
	z-index: 1;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-pricing .column.background-grey .svg {
	text-align: left;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-features h2 {
	margin-bottom: 30px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-features ul li {
	margin-bottom: 15px;
	font: 500 1.375rem/1.5625rem 'Roboto', sans-serif !important;
	color: #fff !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-features ul li:before {
	color: rgba(0, 60, 89, 1);
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-form form .help {
	color: rgba(28, 28, 28, 1) !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-form form p.control a {
	font-size: 0.85rem !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-total p {
	font-weight: 700 !important;
	font-size: 0.90rem !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-disclaimer p, body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more, body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more-text {
	font-size: 0.85rem !important;
	line-height: 0.95rem !important;
	color: rgba(28, 28, 28, 1) !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-includes {
	padding-top: 50px;
	padding-bottom: 75px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-includes .block-content-section-text {
	padding-top: 10px;
	padding-bottom: 0;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-includes .block-content-boxes-box {
	margin-top: 0;
	margin-bottom: 30px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-product-comparsion h3.h4 {
	margin-bottom: 5px !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-product-comparsion h4 {
	margin-bottom: 20px !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards {
	padding-top: 50px;
	padding-bottom: 50px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content {
	display: block;
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(0, 60, 89, 1);
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content h4, body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content p {
	color: #fff !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content .editions-card-front {
	transform: translateY(0%);
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
	padding: 15px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content .editions-card-front i {
	color: #fff;
	animation: arrow_animation_left 3s linear infinite;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content .editions-card-back {
	transform: translateY(0%);
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
	padding: 15px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content:hover .editions-card-front {
	transform: translateY(-100%);
	transition: 0.5s;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content:hover .editions-card-back {
	transform: translateY(-100%);
	transition: 0.5s;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .editions-card_0 .block-editions-card-content {
	background-color: rgba(0, 60, 89, 1);
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .editions-card_1 .block-editions-card-content {
	background-color: rgba(28, 28, 28, 1);
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-landingpage-benefits {
	padding-top: 50px;
	padding-bottom: 50px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-landingpage-benefits h2 {
	margin-bottom: 25px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-landingpage-benefits ul.success li {
	margin-bottom: 15px;
	min-height: 50px;
	font: 400 1.25rem/1.5rem 'Roboto', sans-serif !important;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-landingpage-benefits ul.success li:before {
	content: '';
	background: url('../img/success.png') no-repeat 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center right;
	z-index: 3;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials {
	padding-top: 50px;
	padding-bottom: 75px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials.block-customer-opinions h2 {
	margin-bottom: 25px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	height: 90px;
	border-radius: 0;
	background-color: #fff;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source figure img {
	height: auto;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content .opinion-content-title {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	margin-bottom: 20px;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a {
	color: rgba(122, 178, 204, 1) !important;
	text-decoration: underline;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a span {
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(122, 178, 204, 1) !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a:hover {
	color: rgba(0, 138, 204, 1) !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a:hover span {
	color: rgba(0, 138, 204, 1) !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content p.opinion-content-name {
	margin-top: 20px;
	font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
}
body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-success-story {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (min-width: 769px) and (max-width: 1023px) {
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-landingpage-benefits ul {
		padding: 0;
	}
}
@media (max-width: 768px) {
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-header {
		margin-bottom: 30px;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-features.block-content-section .block-content-section-text {
		padding-top: 10px;
		padding-bottom: 0;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-form form .label, body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-form form .field-label {
		margin-bottom: 5px !important;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-form form .field {
		justify-content: flex-start;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-form form .field.has-addons .control:not(:last-child) {
		width: 85%;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-caption {
		border-color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-disclaimer p, body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more, body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more-text, body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-caption p, body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-caption ul li {
		color: rgba(28, 28, 28, 1) !important;
		opacity: 0.7;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more-text {
		opacity: 1;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-includes {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-includes .block-content-boxes-box {
		margin-bottom: 0;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content {
		height: auto;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content h4, body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content p {
		color: #fff !important;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content .editions-card-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 15px;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content .editions-card-text h4 {
		margin-bottom: 15px;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card-content .editions-card-text .block-button-part {
		margin-top: 15px;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-module_overview-cards .block-editions-card.content-box_1 .block-editions-card-content {
		background-color: rgba(28, 28, 28, 1);
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-landingpage-benefits {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-landingpage-benefits ul {
		padding: 0;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-testimonials {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	body.page-template-page-mc-upgrade-offer main.mc-upgrade-offer .mc-upgrade-offer-success-story {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*=====  End of MC UPGRADE OFFER  ======*/

/*===================================================
=            MC UPGRADE VALUE CALCULATOR            =
===================================================*/
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-header p.subtitle {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-value-calculator-section1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-form form .help {
	color: rgba(28, 28, 28, 1) !important;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-form form p.control a {
	font-size: 0.85rem !important;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-result .calculator-result-total p {
	font-weight: 700 !important;
	font-size: 0.90rem !important;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-disclaimer p, body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more, body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more-text {
	font-size: 0.85rem !important;
	line-height: 0.95rem !important;
	color: rgba(28, 28, 28, 1) !important;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-value-calculator-download {
	padding-top: 50px;
	padding-bottom: 0;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-value-calculator-download h2 {
	margin-bottom: 20px;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-value-calculator-download .block-cta-buttons .block-button-part {
	display: inline-block;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-value-calculator-download .block-cta-buttons .block-button-part:last-child {
	margin-left: 2em;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards {
	padding-top: 50px;
	padding-bottom: 50px;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content {
	display: block;
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(0, 60, 89, 1);
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content h4, body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content p {
	color: #fff !important;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content .editions-card-front {
	transform: translateY(0%);
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
	padding: 15px;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content .editions-card-front i {
	color: #fff;
	animation: arrow_animation_left 3s linear infinite;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content .editions-card-back {
	transform: translateY(0%);
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
	padding: 15px;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content:hover .editions-card-front {
	transform: translateY(-100%);
	transition: 0.5s;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content:hover .editions-card-back {
	transform: translateY(-100%);
	transition: 0.5s;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .editions-card_0 .block-editions-card-content {
	background-color: rgba(0, 60, 89, 1);
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .editions-card_1 .block-editions-card-content {
	background-color: rgba(28, 28, 28, 1);
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials {
	padding-top: 50px;
	padding-bottom: 75px;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials.block-customer-opinions h2 {
	margin-bottom: 25px;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	height: 90px;
	border-radius: 0;
	background-color: rgba(232, 232, 232, 1);
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source figure img {
	height: auto;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content .opinion-content-title {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	margin-bottom: 20px;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a {
	color: rgba(122, 178, 204, 1) !important;
	text-decoration: underline;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a span {
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(122, 178, 204, 1) !important;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a:hover {
	color: rgba(0, 138, 204, 1) !important;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a:hover span {
	color: rgba(0, 138, 204, 1) !important;
}
body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content p.opinion-content-name {
	margin-top: 20px;
	font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
}
@media (max-width: 768px) {
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-form form .label, body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-form form .field-label {
		margin-bottom: 5px !important;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-form form .field {
		justify-content: flex-start;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-form form .field.has-addons .control:not(:last-child) {
		width: 85%;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-caption {
		border-color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-disclaimer p, body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more, body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more-text, body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-caption p, body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-caption ul li {
		color: rgba(28, 28, 28, 1) !important;
		opacity: 0.7;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .block-calculator .block-calculator-content .block-calculator-content-disclaimer .calculator-content-disclaimer-more-text {
		opacity: 1;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content {
		height: auto;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content h4, body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content p {
		color: #fff !important;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content .editions-card-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 15px;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content .editions-card-text h4 {
		margin-bottom: 15px;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card-content .editions-card-text .block-button-part {
		margin-top: 15px;
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-module_overview-cards .block-editions-card.content-box_1 .block-editions-card-content {
		background-color: rgba(28, 28, 28, 1);
	}
	body.page-template-page-mc-upgrade-value-calculator main.mc-upgrade-value-calculator .mc-upgrade-offer-testimonials {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
/*=====  End of MC UPGRADE VALUE CALCULATOR  ======*/

/*=====================================
=            MC ESSENTIALS            =
=====================================*/
main.mc-essentials .block-header .block-header-bg.bg-img {
	background-size: cover !important;
}
main.mc-essentials .block-header .block-header-bg.bg-img:before {
	display: none;
}
main.mc-essentials .block-header .block-header-full .block-header-content .block-header-text h1, main.mc-essentials .block-header h1 {
	margin-bottom: 50px !important;
}
main.mc-essentials .block-header .block-header-text p {
	margin-bottom: 30px !important;
	color: #fff !important;
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
}
/* .mc-essentials-header {
		position: relative;
		height: 400px;
		.block-header-half {
			position: relative;
			z-index: 2;
			.block-header-text p {
				margin-bottom: 30px !important;
				color: #fff !important;
				font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
			}
		}
		svg /* load via main.js * {
			position: absolute;
			right: 0;
			bottom: 0;
			z-index: 1;
		}
	} */
main.mc-essentials .mc-modules-section1 {
	padding-top: 30px;
	padding-bottom: 45px;
}
main.mc-essentials .mc-essentials-facts {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.mc-essentials .mc-essentials-facts h2 {
	margin-bottom: 25px;
}
main.mc-essentials .mc-essentials-facts .block-content-boxes-box {
	margin-top: 0;
}
main.mc-essentials .block-tabs {
	padding-top: 45px;
	padding-bottom: 75px;
}
main.mc-essentials .block-tabs .tabs-menu {
	margin-top: 40px;
	margin-bottom: 0;
}
main.mc-essentials .block-tabs .tabs-menu ul {
	justify-content: center;
}
main.mc-essentials .block-tabs .tabs-menu ul li {
	padding-left: 0;
	text-indent: 0;
}
main.mc-essentials .block-tabs .tabs-menu ul li a {
	border-radius: 10px 10px 0 0;
	background-color: rgba(232, 232, 232, 1);
}
main.mc-essentials .block-tabs .tabs-menu ul li a span {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(122, 178, 204, 1) !important;
}
main.mc-essentials .block-tabs .tabs-menu ul li a:hover span {
	color: rgba(0, 138, 204, 1) !important;
}
main.mc-essentials .block-tabs .tabs-menu ul li:before {
	display: none;
}
main.mc-essentials .block-tabs .tabs-menu ul li.is-active a {
	background-color: #fff;
}
main.mc-essentials .block-tabs .tabs-menu ul li.is-active a span {
	color: rgba(0, 138, 204, 1) !important;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text .block-tabs-tab-title {
	padding-bottom: 0;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text .block-tabs-tab-help {
	padding-top: 0;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text h2 {
	margin-bottom: 0;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text h3.help {
	font: 500 1.25rem/1.5rem 'Roboto', sans-serif !important;
	color: rgba(159, 159, 159, 1) !important;
	-webkit-text-fill-color: rgba(159, 159, 159, 1) !important;
	margin-bottom: 20px;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text li {
	font: 400 1.25rem/1.5rem 'Roboto', sans-serif !important;
	margin-bottom: 15px;
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form {
	position: relative;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
	padding: 15px;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form h1 {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	margin-top: 0;
	margin-bottom: 20px;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form ul.hs-error-msgs {
	position: absolute;
	left: 0;
	bottom: -13px;
	margin-left: 0;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form ul.hs-error-msgs li {
	margin-bottom: 0;
	padding-left: 0;
	text-indent: 0;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form ul.hs-error-msgs li:before {
	display: none;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form ul.hs-error-msgs li .hs-error-msg {
	font-size: 0.80rem;
	line-height: 0.80rem;
	font-weight: 400;
	color: rgba(255, 74, 158, 1);
	font-style: italic;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form .hs_error_rollup ul.hs-error-msgs {
	display: block;
	bottom: 45px;
	left: 15px;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form .hs_error_rollup ul.hs-error-msgs li {
	margin-bottom: 0;
	padding-left: 0;
	text-indent: 0;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form .hs_error_rollup ul.hs-error-msgs li:before {
	display: none;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form .hs_error_rollup ul.hs-error-msgs li .hs-error-msg {
	font-size: 0.80rem;
	line-height: 0.80rem;
	font-weight: 400;
	color: rgba(255, 74, 158, 1);
	font-style: italic;
}
main.mc-essentials .block-tabs .tabs-content .tab-content-text form .field label:not(.hs-error-msg) {
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	text-align: left !important;
}
main.mc-essentials .block-tabs form.hs-form fieldset .legal-consent-container ul.inputs-list {
	margin-left: 0;
}
main.mc-essentials .mc-essentials-cta2 {
	padding-top: 70px;
	padding-bottom: 70px;
}
main.mc-essentials .mc-essentials-cta2 h2 {
	color: #fff !important;
}
main.mc-essentials .mc-essentials-description {
	padding-top: 45px;
	padding-bottom: 75px;
}
main.mc-essentials .mc-essentials-description h2 {
	margin-bottom: 25px;
}
main.mc-essentials .mc-essentials-description .video iframe {
	width: 100%;
}
main.mc-essentials .mc-essentials-description .block-content-boxes-box {
	margin-top: 0;
}
main.mc-essentials .mc-landingpage-benefits {
	padding-top: 45px;
	padding-bottom: 75px;
}
main.mc-essentials .mc-landingpage-benefits h2 {
	margin-bottom: 25px;
}
main.mc-essentials .mc-landingpage-benefits ul.success li {
	margin-bottom: 15px;
	min-height: 50px;
	font: 400 1.25rem/1.5rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
}
main.mc-essentials .mc-landingpage-benefits ul.success li:before {
	content: '';
	background: url('../img/success.png') no-repeat 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center right;
	z-index: 3;
}
main.mc-essentials .mc-landingpage-business-impact .content-box h2 {
	font: 700 6rem/7rem 'Poppins', sans-serif !important;
	color: rgba(0, 138, 204, 1) !important;
	margin-bottom: 5px;
}
main.mc-essentials .mc-landingpage-business-impact .content-box h3 {
	margin-top: 15px;
	margin-bottom: 0;
}
main.mc-essentials .mc-essentials-faq {
	padding-top: 45px;
	padding-bottom: 75px;
}
main.mc-essentials .mc-essentials-faq h2 {
	margin-bottom: 25px;
}
main.mc-essentials .mc-essentials-faq .accordions {
	padding-bottom: 30px;
}
main.mc-essentials .mc-essentials-faq .accordions .accordion.initial-open .accordion-header h3, main.mc-essentials .mc-essentials-faq .accordions .accordion-header.open h3 {
	-webkit-text-fill-color: rgba(122, 178, 204, 1) !important;
	color: rgba(122, 178, 204, 1) !important;
}
main.mc-essentials .mc-essentials-faq .accordions .accordion-header {
	padding: 15px 0 10px 0;
}
main.mc-essentials .mc-essentials-faq .accordions .accordion-header button.accordion-button {
	top: 20px !important;
}
main.mc-essentials .mc-essentials-survey {
	padding-top: 50px;
	padding-bottom: 70px;
}
main.mc-essentials .mc-essentials-survey h2 {
	color: #fff !important;
}
main.mc-essentials .mc-essentials-survey h3, main.mc-essentials .mc-essentials-survey .h4 {
	-webkit-text-fill-color: #fff!important;
	color: #fff!important;
	background: none;
	-webkit-background-clip: text;
	margin-bottom: 25px;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box {
	padding-bottom: 60px !important;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box a.content-box-link {
	background-color: transparent;
	border: 1px solid rgba(0, 138, 204, 1) !important;
	border-radius: 10px;
	height: 100%;
	transition: all .5s ease-in-out;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box a.content-box-link .content-box-text {
	padding: 15px;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box a.content-box-link .content-box-text h4 {
	font-weight: 700 !important;
	color: #fff !important;
	margin-bottom: 0.6666em;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box a.content-box-link .content-box-text p {
	color: #fff !important;
	margin-bottom: 1em;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box a.content-box-link .content-box-text .block-button-part .button-arrow .button-link .button-text {
	color: #fff !important;
	font-weight: 700 !important;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box a.content-box-link .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: transparent !important;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box a.content-box-link .content-box-text .block-button-part .button-arrow .button-link .circle .icon.arrow::before {
	border-color: #fff !important;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box a.content-box-link:hover {
	background-color: rgba(0, 138, 204, 1);
	border: 1px solid rgba(0, 138, 204, 1) !important;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box a.content-box-link:hover .block-button-part .button-arrow .button-link .circle {
	background-color: transparent !important;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box a.content-box-link:hover .block-button-part .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: #fff !important;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box.content-box_2 a {
	background-color: rgba(0, 138, 204, 1);
	border: 1px solid rgba(0, 138, 204, 1) !important;
}
main.mc-essentials .mc-essentials-survey .block-content-boxes-box.content-box_2 a:hover {
	background-color: transparent;
	border: 1px solid rgba(0, 138, 204, 1) !important;
}
main.mc-essentials .mc-essentials-survey .block-button-part.mc-essentials-button-release {
	padding-bottom: 3rem!important;
}
@media (max-width: 768px) {
	main.mc-essentials .block-content-section .block-content-section-text, main.mc-essentials .mc-essentials-description, main.mc-essentials .mc-essentials-faq {
		padding-top: 20px !important;
		padding-bottom: 35px !important;
	}
	main.mc-essentials .mc-modules-section1 .block-content-boxes-box.content-box_0 {
		margin-top: 0;
	}
	main.mc-essentials .mc-essentials-cta2, main.mc-essentials .mc-essentials-special, main.mc-essentials .mc-essentials-success-stories {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	main.mc-essentials .mc-essentials-description .video iframe {
		width: 100%;
		height: 260px;
	}
	main.mc-essentials .mc-essentials-benefits {
		padding-top: 20px;
	}
	main.mc-essentials .block-tabs {
		padding-top: 20px !important;
		padding-bottom: 35px !important;
	}
	main.mc-essentials .block-tabs .block-tabs-tab-title {
		padding-bottom: 0;
	}
	main.mc-essentials .block-tabs .block-tabs-tab-help {
		padding-top: 0;
	}
	main.mc-essentials .block-tabs h2 {
		margin-bottom: 0;
	}
	main.mc-essentials .block-tabs h3.help {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(159, 159, 159, 1) !important;
		-webkit-text-fill-color: rgba(159, 159, 159, 1) !important;
		margin-bottom: 20px;
	}
	main.mc-essentials .block-tabs li {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
		margin-bottom: 15px;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-essentials .block-tabs form {
		position: relative;
		background-color: rgba(232, 232, 232, 1);
		border-radius: 10px;
		padding: 15px;
	}
	main.mc-essentials .block-tabs form h1 {
		font: 500 1.3rem/1.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		margin-top: 0;
		margin-bottom: 20px;
	}
	main.mc-essentials .block-tabs form ul.hs-error-msgs {
		position: absolute;
		left: 0;
		bottom: -13px;
		margin-left: 0;
	}
	main.mc-essentials .block-tabs form ul.hs-error-msgs li {
		margin-bottom: 0;
		padding-left: 0;
		text-indent: 0;
	}
	main.mc-essentials .block-tabs form ul.hs-error-msgs li:before {
		display: none;
	}
	main.mc-essentials .block-tabs form ul.hs-error-msgs li .hs-error-msg {
		font-size: 0.80rem;
		line-height: 0.80rem;
		font-weight: 400;
		color: rgba(255, 74, 158, 1);
		font-style: italic;
	}
	main.mc-essentials .block-tabs form .hs_error_rollup ul.hs-error-msgs {
		display: block;
		bottom: 45px;
		left: 15px;
	}
	main.mc-essentials .block-tabs form .hs_error_rollup ul.hs-error-msgs li {
		margin-bottom: 0;
		padding-left: 0;
		text-indent: 0;
	}
	main.mc-essentials .block-tabs form .hs_error_rollup ul.hs-error-msgs li:before {
		display: none;
	}
	main.mc-essentials .block-tabs form .hs_error_rollup ul.hs-error-msgs li .hs-error-msg {
		font-size: 0.80rem;
		line-height: 0.80rem;
		font-weight: 400;
		color: rgba(255, 74, 158, 1);
		font-style: italic;
	}
	main.mc-essentials .block-tabs form .field label:not(.hs-error-msg) {
		font: 700 1.15rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		text-align: left !important;
	}
}
/*=====  End of MC ESSENTIALS  ======*/

/*================================
=            MC NOMAD            =
================================*/
main.mc-nomad .block-header .block-header-bg.bg-img {
	background-size: cover !important;
}
main.mc-nomad .block-header .block-header-bg.bg-img:before {
	display: none;
}
main.mc-nomad .block-header .block-header-full .block-header-content .block-header-text h1, main.mc-nomad .block-header h1 {
	margin-bottom: 50px !important;
}
main.mc-nomad .block-header .block-header-text p {
	margin-bottom: 30px !important;
	color: #fff !important;
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
}
main.mc-nomad .mc-free-editions-solutions.mc-nomad-basic {
	padding-top: 45px;
	padding-bottom: 50px;
}
main.mc-nomad .mc-free-editions-solutions.mc-nomad-basic .block-content-boxes-box .content-box-text p {
	color: #fff !important;
	min-height: auto;
	height: auto;
	margin-bottom: 20px !important;
}
main.mc-nomad .mc-free-editions-solutions.mc-nomad-basic .block-content-boxes-box .content-box-text {
	margin-top: 0;
}
main.mc-nomad .mc-free-editions-solutions.mc-nomad-basic h2 {
	color: #fff !important;
	margin-bottom: 0 !important;
}
main.mc-nomad .mc-free-editions-solutions.mc-nomad-basic h3, main.mc-nomad .mc-free-editions-solutions.mc-nomad-basic .h3 {
	background-color: transparent;
	background-image: none !important;
	-webkit-text-fill-color: #fff !important;
	-moz-text-fill-color: #fff !important;
	margin-bottom: 25px !important;
}
main.mc-nomad .mc-free-editions-solutions.mc-nomad-basic h4, main.mc-nomad .mc-free-editions-solutions.mc-nomad-basic .h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
	color: #fff !important;
}
main.mc-nomad .mc-free-editions-solutions.mc-nomad-basic h4:after, main.mc-nomad .mc-free-editions-solutions.mc-nomad-basic .h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
}
main.mc-nomad .mc-modules-video {
	background-color: #fff;
}
main.mc-nomad .mc-nomad-benefits {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.mc-nomad .mc-nomad-benefits h2 {
	margin-bottom: 25px;
}
main.mc-nomad .mc-nomad-benefits .block-content-section-text {
	padding-top: 10px;
	padding-bottom: 0;
}
main.mc-nomad .mc-nomad-benefits .block-content-boxes-box {
	margin-top: 0;
}
main.mc-nomad .mc-nomad-cta-power {
	padding-top: 70px;
	padding-bottom: 70px;
}
main.mc-nomad .mc-nomad-cta-power h2 {
	color: #fff !important;
}
main.mc-nomad .mc-nomad-cta-power h2 small {
	font: 500 1.875rem/2.1875rem 'Poppins', sans-serif !important;
	color: #fff !important;
}
main.mc-nomad .mc-nomad-cta-power p {
	color: #fff !important;
}
main.mc-nomad .mc-nomad-cta-power .block-button-part {
	margin-top: 30px;
}
main.mc-nomad .block-tabs {
	padding-top: 45px;
}
/* padding-bottom: 50px; */
main.mc-nomad .block-tabs .tabs-menu {
	margin-top: 40px;
	margin-bottom: 0;
}
main.mc-nomad .block-tabs .tabs-menu ul {
	justify-content: center;
}
main.mc-nomad .block-tabs .tabs-menu ul li {
	padding-left: 0;
	text-indent: 0;
}
main.mc-nomad .block-tabs .tabs-menu ul li a {
	border-radius: 10px 10px 0 0;
	background-color: rgba(232, 232, 232, 1);
}
main.mc-nomad .block-tabs .tabs-menu ul li a span {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(122, 178, 204, 1) !important;
}
main.mc-nomad .block-tabs .tabs-menu ul li a:hover span {
	color: rgba(0, 138, 204, 1) !important;
}
main.mc-nomad .block-tabs .tabs-menu ul li:before {
	display: none;
}
main.mc-nomad .block-tabs .tabs-menu ul li.is-active a {
	background-color: #fff;
}
main.mc-nomad .block-tabs .tabs-menu ul li.is-active a span {
	color: rgba(0, 138, 204, 1) !important;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text .block-tabs-tab-title {
	padding-bottom: 0;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text .block-tabs-tab-help {
	padding-top: 0;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text h2 {
	margin-bottom: 0;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text h3.help {
	font: 500 1.25rem/1.5rem 'Roboto', sans-serif !important;
	color: rgba(159, 159, 159, 1) !important;
	-webkit-text-fill-color: rgba(159, 159, 159, 1) !important;
	margin-bottom: 20px;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text h4 {
	position: relative;
	padding-left: 40px;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text .step-number {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: rgba(0, 138, 204, 1);
	border-radius: 50%;
	text-align: center;
	font-weight: 700 !important;
	line-height: 30px !important;
	color: #fff;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text li {
	font: 400 1.25rem/1.5rem 'Roboto', sans-serif !important;
	margin-bottom: 15px;
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form {
	position: relative;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
	padding: 15px;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form h1 {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	margin-top: 0;
	margin-bottom: 20px;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form ul.hs-error-msgs {
	position: absolute;
	left: 0;
	bottom: -13px;
	margin-left: 0;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form ul.hs-error-msgs li {
	margin-bottom: 0;
	padding-left: 0;
	text-indent: 0;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form ul.hs-error-msgs li:before {
	display: none;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form ul.hs-error-msgs li .hs-error-msg {
	font-size: 0.80rem;
	line-height: 0.80rem;
	font-weight: 400;
	color: rgba(255, 74, 158, 1);
	font-style: italic;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form .hs_error_rollup ul.hs-error-msgs {
	display: block;
	bottom: 45px;
	left: 15px;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form .hs_error_rollup ul.hs-error-msgs li {
	margin-bottom: 0;
	padding-left: 0;
	text-indent: 0;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form .hs_error_rollup ul.hs-error-msgs li:before {
	display: none;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form .hs_error_rollup ul.hs-error-msgs li .hs-error-msg {
	font-size: 0.80rem;
	line-height: 0.80rem;
	font-weight: 400;
	color: rgba(255, 74, 158, 1);
	font-style: italic;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text form .field label:not(.hs-error-msg) {
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	text-align: left !important;
}
main.mc-nomad .block-tabs .tabs-content .tab-content-text.mc-nomad-tabs-download h4 {
	padding-left: 0;
}
main.mc-nomad .mc-nomad-platforms img {
	width: 50%;
	margin: 0 auto;
}
main.mc-nomad .mc-nomad-cta2 {
	padding-top: 70px;
	padding-bottom: 70px;
}
main.mc-nomad .mc-nomad-cta2 h2 {
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-nomad .mc-nomad-cta2 h2 small {
	font: 500 1.875rem/2.1875rem 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
}
main.mc-nomad .mc-nomad-faq {
	padding-bottom: 0;
}
body.page-template-page-mc-nomad footer.footer {
	margin-top: 10px;
}
@media (max-width: 768px) {
	main.mc-nomad .block-header .block-header-bg.bg-img {
		background-position: center left;
	}
	main.mc-nomad .block-content-section .block-content-section-text {
		padding-top: 20px;
		padding-bottom: 35px;
	}
	main.mc-nomad .block-content-section .block-content-section-source {
		padding-bottom: 35px;
	}
	main.mc-nomad .mc-modules-section1 .block-content-boxes-box.content-box_0 {
		margin-top: 0;
	}
	main.mc-nomad .mc-modules-section1 .block-content-boxes-box {
		margin-bottom: 0px;
	}
	main.mc-nomad .mc-module_overview-modules h2, main.mc-nomad .mc-module_overview-modules h3 {
		text-align: left !important;
	}
	main.mc-nomad .mc-module_overview-modules {
		padding-top: 0;
		padding-bottom: 0;
	}
	main.mc-nomad .mc-module_overview-modules .mc-module_overview-modules-module {
		margin-bottom: 0;
	}
	main.mc-nomad .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box {
		padding: 15px;
	}
	main.mc-nomad .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .bg-img {
		display: none;
	}
	main.mc-nomad .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .content-box-icon {
		margin: 0 auto;
	}
	main.mc-nomad .mc-module_overview-modules .mc-module_overview-modules-module .mc-module_overview-modules-module-box .block-content-section-text {
		text-align: left !important;
	}
	main.mc-nomad .mc-module_overview-modules .content-box .content-box-text {
		padding: 15px !important;
	}
	main.mc-nomad .mc-nomad-platforms img {
		width: 100%;
		margin: 0 auto;
	}
	main.mc-nomad .mc-nomad-cta2, main.mc-nomad .mc-nomad-cta-power {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	main.mc-nomad .mc-modules-cta .block-cta-title h2 {
		margin-bottom: 0;
	}
	main.mc-nomad .block-tabs {
		padding-top: 20px !important;
		padding-bottom: 35px !important;
	}
	main.mc-nomad .block-tabs .block-tabs-tab-title {
		padding-bottom: 0;
	}
	main.mc-nomad .block-tabs .block-tabs-tab-help {
		padding-top: 0;
	}
	main.mc-nomad .block-tabs h2 {
		margin-bottom: 0;
		text-align: left !important;
	}
	main.mc-nomad .block-tabs h3 {
		margin-bottom: 20px !important;
		text-align: left !important;
	}
	main.mc-nomad .block-tabs h4 {
		position: relative;
		padding-left: 40px;
	}
	main.mc-nomad .block-tabs ul {
		margin-left: 0;
	}
	main.mc-nomad .block-tabs .step-number {
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		background: rgba(0, 138, 204, 1);
		border-radius: 50%;
		text-align: center;
		font-weight: 700 !important;
		line-height: 30px !important;
		color: #fff;
	}
	main.mc-nomad .block-tabs li {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
		margin-bottom: 15px;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.mc-nomad .block-tabs form {
		position: relative;
		background-color: rgba(232, 232, 232, 1);
		border-radius: 10px;
		padding: 15px;
	}
	main.mc-nomad .block-tabs form h1 {
		font: 500 1.3rem/1.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		margin-top: 0;
		margin-bottom: 20px;
	}
	main.mc-nomad .block-tabs form ul.hs-error-msgs {
		position: absolute;
		left: 0;
		bottom: -13px;
		margin-left: 0;
	}
	main.mc-nomad .block-tabs form ul.hs-error-msgs li {
		margin-bottom: 0;
		padding-left: 0;
		text-indent: 0;
	}
	main.mc-nomad .block-tabs form ul.hs-error-msgs li:before {
		display: none;
	}
	main.mc-nomad .block-tabs form ul.hs-error-msgs li .hs-error-msg {
		font-size: 0.80rem;
		line-height: 0.80rem;
		font-weight: 400;
		color: rgba(255, 74, 158, 1);
		font-style: italic;
	}
	main.mc-nomad .block-tabs form .hs_error_rollup ul.hs-error-msgs {
		display: block;
		bottom: 45px;
		left: 15px;
	}
	main.mc-nomad .block-tabs form .hs_error_rollup ul.hs-error-msgs li {
		margin-bottom: 0;
		padding-left: 0;
		text-indent: 0;
	}
	main.mc-nomad .block-tabs form .hs_error_rollup ul.hs-error-msgs li:before {
		display: none;
	}
	main.mc-nomad .block-tabs form .hs_error_rollup ul.hs-error-msgs li .hs-error-msg {
		font-size: 0.80rem;
		line-height: 0.80rem;
		font-weight: 400;
		color: rgba(255, 74, 158, 1);
		font-style: italic;
	}
	main.mc-nomad .block-tabs form .field label:not(.hs-error-msg) {
		font: 700 1.15rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		text-align: left !important;
	}
	main.mc-nomad .mc-nomad-tabs-download h4 {
		padding-left: 0;
	}
	body.page-template-page-mc-nomad footer.footer {
		margin-top: 0;
	}
}
/*=====  End of MC NOMAD  ======*/

























/*===================================
=            OE 06/2022            =
===================================*/
/*----------  Editions  ----------*/
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions a.content-box-link {
	padding: 15px;
	border: 1px solid rgba(28, 28, 28, 1);
	border-radius: 10px;
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions a.content-box-link .content-box-text {
	padding-top: 15px;
	min-height: auto;
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions a.content-box-link .content-box-text p {
	color: rgba(28, 28, 28, 1);
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions a.content-box-link .content-box-text .h4 {
	margin-bottom: 15px;
	font-weight: 700 !important;
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions a.content-box-link .content-box-text .button-arrow .button-link .button-text {
	color: rgba(28, 28, 28, 1);
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions a.content-box-link .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: rgba(28, 28, 28, 1);
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions a.content-box-link .content-box-text .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(28, 28, 28, 1);
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions.block-content-boxes-box_oe-solutions-first a.content-box-link {
	display: flex;
	background-color: rgba(52, 221, 135, 0.3) !important;
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions.block-content-boxes-box_oe-solutions-first a.content-box-link .content-box-text {
	padding-top: 0;
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions.block-content-boxes-box_oe-solutions-first a.content-box-link .content-box-text .h4 {
	color: rgba(52, 221, 135, 1) !important;
	-webkit-text-fill-color: rgba(52, 221, 135, 1) !important;
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions.content-box_1 a.content-box-link .content-box-text .h4 {
	color: rgba(151, 44, 208, 1) !important;
	-webkit-text-fill-color: rgba(151, 44, 208, 1) !important;
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions.content-box_2 a.content-box-link .content-box-text .h4 {
	color: rgba(255, 82, 82, 1) !important;
	-webkit-text-fill-color: rgba(255, 82, 82, 1) !important;
}
.block-content-boxes.oe-solutions .block-content-boxes-box_oe-solutions.content-box_3 a.content-box-link .content-box-text .h4 {
	color: rgba(0, 209, 205, 1) !important;
	-webkit-text-fill-color: rgba(0, 209, 205, 1) !important;
}
/*----------  Success Story  ----------*/
.block-content-section.oe-successstory {
	position: relative;
	overflow: hidden;
}
.block-content-section.oe-successstory .columns {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
}
.block-content-section.oe-successstory .columns .block-content-section-text {
	position: relative;
	z-index: 2;
	padding: 15px;
	width: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}
.block-content-section.oe-successstory .columns .block-content-section-text h3, .block-content-section.oe-successstory .columns .block-content-section-text .h3 {
	color: rgba(28, 28, 28, 1) !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
}
.block-content-section.oe-successstory .columns .block-content-section-source {
	position: absolute;
	top: 0;
	left: -5%;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 110%;
	height: 100%;
	z-index: 1;
	transform: scale(1) !important;
}
.block-content-section.oe-successstory .columns .block-content-section-source figure img {
	width: 100%;
	height: 100%;
	max-height: 100%;
}
.block-content-boxes.oe-successstory {
	padding-top: 50px;
	padding-bottom: 70px;
}
.block-content-boxes.oe-successstory .columns {
	padding: 0 5%;
}
.block-content-boxes.oe-successstory a.content-box-link {
	display: flex;
	align-items: center;
	min-height: auto;
	padding: 15px;
	border: 1px solid rgba(28, 28, 28, 1);
	border-radius: 10px;
	background-color: rgba(232, 232, 232, 1);
}
.block-content-boxes.oe-successstory a.content-box-link .content-box-text {
	min-height: auto;
	padding-left: 15px;
}
@media (max-width: 768px) {
	.block-content-boxes.oe-successstory .columns {
		padding: 0;
	}
}
/*----------  Video Section  ----------*/
body.page-id-42501 .block-video-section .block-video-section-video:before, body.parent-pageid-42501 .block-video-section .block-video-section-video:before {
	display: none;
}
/*----------  Color Content Section  ----------*/
.container {
	/*
	&.oe-section-licensing {
		background-color: $licensing !important;
		h3, .h3 {
			color: $text-dark !important;
			-webkit-text-fill-color: $text-dark !important;
		}
		&.block-content-section .block-content-section-source {
			padding-bottom: 15px;
		}
	}
	*/
}
.container.oe-section-epm {
	background-color: rgba(52, 221, 135, 1) !important;
}
.container.oe-section-epm h3, .container.oe-section-epm .h3 {
	color: rgba(28, 28, 28, 1) !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
}
.container.oe-section-epm.block-content-section .block-content-section-source {
	padding-bottom: 15px;
}
.container.oe-section-performance {
	background-color: rgba(151, 44, 208, 1) !important;
}
.container.oe-section-performance h3, .container.oe-section-performance .h3 {
	color: rgba(28, 28, 28, 1) !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
}
.container.oe-section-performance.block-content-section .block-content-section-source {
	padding-bottom: 15px;
}
.container.oe-section-collaboration {
	background-color: rgba(255, 82, 82, 1) !important;
}
.container.oe-section-collaboration h3, .container.oe-section-collaboration .h3 {
	color: rgba(28, 28, 28, 1) !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
}
.container.oe-section-collaboration.block-content-section .block-content-section-source {
	padding-bottom: 15px;
}
.container.oe-section-sme {
	background-color: rgba(0, 209, 205, 1) !important;
}
.container.oe-section-sme h3, .container.oe-section-sme .h3 {
	color: rgba(28, 28, 28, 1) !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1) !important;
}
.container.oe-section-sme.block-content-section .block-content-section-source {
	padding-bottom: 15px;
}
/*=====  End of OE 06/2022  ======*/

/*====================================
=            OE SOLUTIONS            =
====================================*/
:root {
	font-size: 16px !important;
}
@media (max-width: 768px) {
	main.oe-solutions h1 {
		font: 500 1.5rem/1.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions .h1 {
		font: 700 2.5rem/3rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions h2, main.oe-solutions .h2 {
		font: 500 2.15rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions h3, main.oe-solutions .h3 {
		font: 500 1.5rem/2rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	main.oe-solutions h4, main.oe-solutions .h4 {
		font: 500 1.3rem/1.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions h5, main.oe-solutions .h5 {
		font: 700 1.25rem/1.5rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions h6, main.oe-solutions .h6 {
		font: 700 1.15rem/1.5rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions p, main.oe-solutions a, main.oe-solutions ul li {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions p.help, main.oe-solutions p.help a {
		font: 400 0.95rem/1rem 'Roboto', sans-serif !important;
		color: rgba(159, 159, 159, 1) !important;
	}
	main.oe-solutions span {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
	}
}
@media (min-width: 769px) {
	main.oe-solutions h1 {
		font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions .h1 {
		font: 700 2.75rem/3.125rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions h2, main.oe-solutions .h2 {
		font: 500 2.5rem/2.95rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions h3, main.oe-solutions .h3 {
		font: 500 1.875rem/2.1875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	main.oe-solutions h4, main.oe-solutions .h4 {
		font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions h5, main.oe-solutions .h5 {
		font: 700 1.375rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions h6, main.oe-solutions .h6 {
		font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions p, main.oe-solutions a, main.oe-solutions ul li {
		font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	main.oe-solutions p.help, main.oe-solutions p.help a {
		font: 400 1rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(159, 159, 159, 1) !important;
	}
	main.oe-solutions span {
		font: 400 1.25rem/1.25rem 'Roboto', sans-serif !important;
	}
}
main.oe-solutions {
	padding-top: 1px !important;
}
main.oe-solutions .button-text {
	line-height: 40px !important;
}
/* main.oe-solutions .block-submenu a {
	font: 400 0.95rem/1.5 'Poppins', sans-serif !important;
	color: #fff !important;
}
main.oe-solutions .block-submenu a:hover {
	color: rgba(122, 178, 204, 1) !important;
}
main.oe-solutions .block-submenu .navbar-item.menu-title {
	font: 400 0.95rem/1.5 'Poppins', sans-serif !important;
	color: #000 !important;
}
main.oe-solutions .block-submenu .button-text {
	font: 400 0.90rem/30px 'Poppins', sans-serif !important;
	color: #fff !important;
}
main.oe-solutions .block-submenu nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-use-cases .navbar-dropdown .column.is-4 .navbar-item, main.oe-solutions .block-submenu nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-dropdown .column .sublevel .navbar-item {
	font: 400 0.90rem/1.5 'Poppins', sans-serif !important;
	color: #515151 !important;
}
main.oe-solutions .block-submenu nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-use-cases .navbar-dropdown .column.is-4 .navbar-item:hover, main.oe-solutions .block-submenu nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable .navbar-dropdown .column .sublevel .navbar-item:hover {
	color: rgba(0, 138, 204, 1) !important;
} */
/*----------  General  ----------*/
main.oe-solutions .oe-solutions-header {
	margin-bottom: 0;
}
main.oe-solutions .oe-solutions-header:after {
	content: '';
	background: url('../img/Microsoft_Business_Partner.png') no-repeat 0px 0px;
	position: absolute;
	width: 100%;
	right: 15px;
	top: -15px;
	height: 100px;
	background-size: contain;
	background-position: center right;
	z-index: 3;
}
main.oe-solutions .oe-solutions-header .block-header-bg.bg-img:before {
	display: none;
}
main.oe-solutions .oe-solutions-header .block-header-full .block-header-content .block-header-text h1 {
	margin-bottom: 15px !important;
}
main.oe-solutions .oe-solutions-header .block-header-full .block-header-content .block-header-text .h1 {
	margin-bottom: 30px !important;
	color: rgba(28, 28, 28, 1) !important;
}
main.oe-solutions .oe-landingpage-content .block-hero {
	margin-top: 95px;
	margin-bottom: 0;
}
main.oe-solutions .oe-landingpage-content .block-hero .block-hero-text h2 {
	margin-bottom: 15px;
	color: rgba(122, 178, 204, 1) !important;
	background-color: #fff !important;
	background-image: none !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: rgba(122, 178, 204, 1) !important;
}
main.oe-solutions .oe-landingpage-content .block-hero .block-hero-text h3.h4 {
	margin-bottom: 30px !important;
	color: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: #fff !important;
}
main.oe-solutions .oe-landingpage-content .block-hero .block-hero-text p.category {
	color: rgba(122, 178, 204, 1) !important;
}
main.oe-solutions .oe-landingpage-content .block-hero .block-hero-text p {
	margin-bottom: 30px !important;
	color: rgba(122, 178, 204, 1) !important;
}
main.oe-solutions .oe-landingpage-content .block-hero .block-hero-text p b, main.oe-solutions .oe-landingpage-content .block-hero .block-hero-text p strong {
	color: rgba(122, 178, 204, 1) !important;
}
main.oe-solutions .oe-solutions-section1 {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.oe-solutions .oe-solutions-section1 .block-content-section-text h2 {
	margin-bottom: 20px;
	color: rgba(28, 28, 28, 1) !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
	background: none;
}
main.oe-solutions .oe-solutions-section1 .block-content-section-text .section-text-paragraph p {
	color: rgba(28, 28, 28, 1) !important;
}
main.oe-solutions .oe-solutions-section1 .block-content-section-text .section-text-paragraph ul li {
	margin-bottom: 5px;
}
main.oe-solutions .oe-solutions-section1 .block-content-section-source .svg {
	width: 100%;
}
main.oe-solutions .oe-solutions-section1.oe-solutions-usecase .h4 {
	margin-bottom: 15px;
}
main.oe-solutions .oe-solutions-video {
	padding-top: 50px;
	padding-bottom: 50px;
}
main.oe-solutions .oe-solutions-video .block-embed-title h2 {
	margin-bottom: 25px;
}
main.oe-solutions .oe-solutions-video.block-embed .video iframe, main.oe-solutions .oe-solutions-video.block-embed .video object, main.oe-solutions .oe-solutions-video.block-embed .video embed {
	width: 100%;
}
main.oe-solutions .oe-solutions-features {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.oe-solutions .oe-solutions-features .block-content-boxes-title {
	padding-bottom: 50px;
}
main.oe-solutions .oe-solutions-features .block-content-boxes-title h2 {
	margin-bottom: 20px;
}
main.oe-solutions .oe-solutions-features .block-content-boxes-box .svg svg {
	height: 100px;
}
main.oe-solutions .oe-solutions-features .block-content-boxes-box .svg svg path {
	fill: rgba(28, 28, 28, 1);
}
main.oe-solutions .oe-solutions-features .block-content-boxes-box .content-box-image {
	margin: 0 auto;
	padding: 10px;
	width: 120px;
	height: 120px;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 50%;
}
main.oe-solutions .oe-solutions-features .block-content-boxes-box .content-box-text {
	margin-top: 30px;
}
main.oe-solutions .oe-solutions-features .block-content-boxes-box .content-box-text h3.h4 {
	margin-bottom: 0 !important;
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
}
main.oe-solutions .oe-solutions-texttabs {
	padding-top: 0;
	padding-bottom: 75px;
}
main.oe-solutions .oe-solutions-texttabs .container {
	position: relative;
	z-index: 1;
}
main.oe-solutions .oe-solutions-texttabs.block-tab-text-section_0:after {
	content: '';
	position: absolute;
	top: 200px;
	right: -350px;
	display: block;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	border: 80px solid rgba(232, 232, 232, 1);
	z-index: 0;
}
main.oe-solutions .oe-solutions-texttabs.block-content-section .block-content-section-text h3 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
}
main.oe-solutions .oe-solutions-texttabs.block-content-section .block-content-section-text h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 10px;
}
main.oe-solutions .oe-solutions-texttabs .image-part-lightbox {
	margin: 0 !important;
}
main.oe-solutions .oe-solutions-texttabs .image-part-lightbox a:after {
	content: '+';
	position: absolute;
	left: 10px;
	bottom: 15px;
	width: 30px;
	height: 30px;
	background-color: rgba(122, 178, 204, 1);
	border-radius: 50px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	transition: all .5s ease-in-out;
}
main.oe-solutions .oe-solutions-texttabs .image-part-lightbox a:hover:after {
	background-color: rgba(0, 138, 204, 1);
	left: 20px;
	bottom: 25px;
	transform: scale(1.5);
}
main.oe-solutions .oe-solutions-texttabs .tabs-nav ul.nav-tabs li {
	padding: 5px 10px;
	background-color: rgba(122, 178, 204, 1);
}
main.oe-solutions .oe-solutions-texttabs .tabs-nav ul.nav-tabs li a {
	font: 400 1rem/1.25rem 'Roboto', sans-serif !important;
}
main.oe-solutions .oe-solutions-texttabs .tabs-nav ul.nav-tabs li a span {
	font: 400 1rem/1.25rem 'Roboto', sans-serif !important;
	color: #fff !important;
}
main.oe-solutions .oe-solutions-texttabs .tabs-nav ul.nav-tabs li:hover, main.oe-solutions .oe-solutions-texttabs .tabs-nav ul.nav-tabs li.is-active {
	background-color: rgba(0, 138, 204, 1);
}
main.oe-solutions .oe-solutions-texttabs .tabs-nav ul.nav-tabs li:hover a, main.oe-solutions .oe-solutions-texttabs .tabs-nav ul.nav-tabs li.is-active a {
	font: 400 1rem/1.25rem 'Roboto', sans-serif !important;
}
main.oe-solutions .oe-solutions-texttabs .tabs-nav ul.nav-tabs li:hover a span, main.oe-solutions .oe-solutions-texttabs .tabs-nav ul.nav-tabs li.is-active a span {
	font: 400 1rem/1.25rem 'Roboto', sans-serif !important;
	color: #fff !important;
}
main.oe-solutions .oe-solutions-usecase p.h4, main.oe-solutions .oe-solutions-usecase h2.h3, main.oe-solutions .oe-solutions-usecase p {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
main.oe-solutions .oe-solutions-usecase .block-button-part {
	display: inline-block;
}
main.oe-solutions .oe-solutions-usecase .button-arrow .button-link .button-text, main.oe-solutions .oe-solutions-usecase .button-arrow .button-link:hover .button-text {
	color: #fff !important;
}
main.oe-solutions .oe-solutions-usecase .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions .oe-solutions-usecase .button-arrow .button-link:hover .circle .icon.arrow::before {
	border-color: #fff !important;
}
main.oe-solutions .oe-solutions-usecase .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: #fff !important;
}
main.oe-solutions .oe-solutions-usecase .oe-solutions-section_usecase-vcqm {
	padding-top: 70px;
}
main.oe-solutions .oe-solutions-usecase .oe-solutions-section_usecase-vcqm h2 {
	margin-bottom: 30px;
}
main.oe-solutions .oe-solutions-usecase .oe-solutions-section_usecase-vcqm .block-content-section-text {
	padding-top: 0;
}
main.oe-solutions .oe-solutions-usecase .oe-solutions-section_usecase-vcqm .block-content-section-text .section-text-list ul li {
	margin-bottom: 30px;
}
main.oe-solutions .oe-solutions-usecase .oe-solutions-section_usecase-vcqm .block-content-section-text .section-text-list ul li:last-child {
	margin-bottom: 0;
}
main.oe-solutions .oe-solutions-success-stories {
	padding-top: 50px;
	padding-bottom: 50px;
}
main.oe-solutions .oe-solutions-success-stories:after {
	display: none;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions {
	overflow: hidden;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions:after {
	content: '';
	position: absolute;
	top: -200px;
	left: -400px;
	display: block;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	border: 80px solid rgba(232, 232, 232, 1);
	z-index: 0;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions h2 {
	margin-bottom: 25px;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions .block-customer-opinions-carousel {
	position: relative;
	z-index: 1;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source {
	width: 100%;
	height: auto;
	border-radius: 0;
	background: transparent;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source figure {
	width: 100%;
	height: auto;
	border-radius: 0;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-source figure img {
	height: auto;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content .opinion-content-title {
	font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	margin-bottom: 20px;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a {
	color: rgba(122, 178, 204, 1) !important;
	text-decoration: underline;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a span {
	font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(122, 178, 204, 1) !important;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a:hover {
	color: rgba(0, 138, 204, 1) !important;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content a:hover span {
	color: rgba(0, 138, 204, 1) !important;
}
main.oe-solutions .oe-solutions-success-stories.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content p.opinion-content-name {
	margin-top: 20px;
	font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
}
main.oe-solutions .oe-solutions-success-stories .block-header-bg.bg-img:before {
	display: none;
}
main.oe-solutions .oe-solutions-success-stories.block-header {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
main.oe-solutions .oe-solutions-success-stories .block-header-full {
	margin-bottom: 30px;
	padding-bottom: 0;
}
main.oe-solutions .oe-solutions-success-stories .block-header-full .block-header-content {
	position: relative;
	min-height: 500px;
}
main.oe-solutions .oe-solutions-success-stories .block-header-full .block-header-content h2 {
	margin-bottom: 50px;
}
main.oe-solutions .oe-solutions-success-stories .block-header-full .block-header-content .block-header-text {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}
main.oe-solutions .oe-solutions-success-stories .block-header-full .block-header-content .block-header-text figure img {
	display: inline-block;
	width: auto;
	height: 65px;
}
main.oe-solutions .oe-solutions-success-stories .block-header-full .block-header-content .block-header-text h3.h2 {
	margin-top: 0;
	margin-bottom: 0;
}
main.oe-solutions .oe-solutions-success-stories .block-header-full .block-header-content .block-header-text h4.h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
main.oe-solutions .oe-solutions-success-stories .block-header-full .block-header-content .block-header-text p {
	margin-bottom: 25px;
}
main.oe-solutions .oe-solutions-success-stories .block-header-full .block-header-content .block-header-text .block-button-part {
	margin-bottom: 20px;
}
main.oe-solutions .oe-solutions-success-stories.block-content-boxes:after {
	content: '';
	position: absolute;
	top: -200px;
	left: -400px;
	display: block;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	border: 80px solid rgba(232, 232, 232, 1);
	z-index: 0;
}
main.oe-solutions .oe-solutions-success-stories.block-content-boxes .block-content-boxes-box {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid rgba(232, 232, 232, 1);
	border-radius: 10px;
}
main.oe-solutions .oe-solutions-success-stories.block-content-boxes .block-content-boxes-box > .columns {
	min-height: 260px;
}
main.oe-solutions .oe-solutions-success-stories.block-content-boxes .block-content-boxes-box:hover .content-box-image .content-box-image-img {
	transform: scale(1.2);
}
main.oe-solutions .oe-solutions-success-stories.block-content-boxes .content-box_0 {
	margin-right: 15px;
}
main.oe-solutions .oe-solutions-success-stories.block-content-boxes .content-box-image {
	position: relative;
	overflow: hidden;
}
main.oe-solutions .oe-solutions-success-stories.block-content-boxes .content-box-image .content-box-image-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transition: all .5s ease-in-out;
}
main.oe-solutions .oe-solutions-success-stories.block-content-boxes a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
main.oe-solutions .oe-solutions-success-stories.block-content-boxes .content-box-text h4 {
	margin-bottom: 25px;
}
main.oe-solutions .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow {
	margin-top: 25px;
}
main.oe-solutions .oe-solutions-success-stories .block-success-stories-button {
	margin-top: 40px;
}
main.oe-solutions .oe-solutions-testimonials {
	padding-top: 50px;
	padding-bottom: 50px;
}
main.oe-solutions .oe-solutions-testimonials:after {
	display: none;
}
main.oe-solutions .oe-solutions-testimonials.block-customer-opinions {
	overflow: hidden;
}
main.oe-solutions .oe-solutions-testimonials.block-customer-opinions:after {
	content: '';
	position: absolute;
	top: -200px;
	left: -400px;
	display: block;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	border: 80px solid rgba(232, 232, 232, 1);
	z-index: 0;
}
main.oe-solutions .oe-solutions-testimonials.block-customer-opinions h2 {
	margin-bottom: 25px;
}
main.oe-solutions .oe-solutions-testimonials.block-customer-opinions .block-customer-opinions-carousel {
	position: relative;
	z-index: 1;
}
/* .opinions-opinion-source {
						width: 100%;
						height: auto;
						border-radius: 0;
						background: transparent;
						figure {
							width: 100px !important;
							height: 100px !important;
							border-radius: $border-full2;
							img {
								width: 100px !important;
								height: 100px !important;
							}
						}
					} */
main.oe-solutions .oe-solutions-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content .opinion-content-title {
	font: 500 1.25rem/1.5rem 'Poppins', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
	margin-bottom: 20px;
}
main.oe-solutions .oe-solutions-testimonials.block-customer-opinions .block-customer-opinions-carousel .block-customer-opinions-opinion .opinions-opinion-content p.opinion-content-name {
	margin-top: 20px;
	font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
}
main.oe-solutions .oe-solutions-resources {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.oe-solutions .oe-solutions-resources.background-grey .content-box .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: transparent !important;
}
main.oe-solutions .oe-solutions-resources .block-resources-button {
	margin-top: 30px;
}
main.oe-solutions .oe-solutions-resources .block-resources-button-webinar .button-arrow .button-link .circle {
	background-color: transparent !important;
}
main.oe-solutions .oe-solutions-resources .content-box {
	margin-top: 25px;
}
main.oe-solutions .oe-solutions-resources .content-box a.content-box-link .content-box-image .content-box-source-category p {
	color: #fff !important;
}
main.oe-solutions .oe-solutions-resources .content-box a.content-box-link .content-box-text-meta p {
	font-size: 1.15rem !important;
	line-height: 1.25rem !important;
}
main.oe-solutions .oe-solutions-resources .content-box a.content-box-link .content-box-text-meta p.post-author {
	color: rgba(122, 178, 204, 1) !important;
}
main.oe-solutions .oe-solutions-cta .block-cta-title h2 {
	margin-bottom: 25px;
}

/*----------  OE SOLUTIONS - Endpoint Performance Monitoring  ----------*/
main.oe-solutions.oe-solutions_epm .oe-solutions-texttabs.block-tab-text-section_0:after {
	top: -200px;
}
main.oe-solutions.oe-solutions_epm .oe-solutions-features {
	position: relative;
	z-index: 1;
}
main.oe-solutions.oe-solutions_epm .oe-solutions-header .block-header-full .block-header-content .block-header-text .h1, main.oe-solutions.oe-solutions_epm ul li:before {
	color: rgba(0, 209, 205, 1) !important;
}
main.oe-solutions.oe-solutions_epm .button-normal .button-link {
	background-color: rgba(0, 209, 205, 1);
	background-image: linear-gradient(to right, rgba(0, 209, 205, 1), rgba(41, 169, 166, 1), rgba(41, 169, 166, 1), rgba(0, 209, 205, 1));
}
main.oe-solutions.oe-solutions_epm .button-circle .button-link {
	color: rgba(0, 209, 205, 1) !important;
}
main.oe-solutions.oe-solutions_epm .button-circle .button-link .circle {
	background-color: rgba(0, 209, 205, 1) !important;
}
main.oe-solutions.oe-solutions_epm .oe-solutions-usecase, main.oe-solutions.oe-solutions_epm .oe-solutions-video, main.oe-solutions.oe-solutions_epm .oe-solutions-features .block-content-boxes-box .content-box-image {
	background-color: rgba(0, 209, 205, 1);
}
main.oe-solutions.oe-solutions_epm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .button-text {
	color: rgba(0, 209, 205, 1) !important;
}
main.oe-solutions.oe-solutions_epm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .circle .icon.arrow {
	background-color: transparent !important;
}
main.oe-solutions.oe-solutions_epm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .circle .icon.arrow:before {
	border-color: rgba(0, 209, 205, 1) !important;
}
main.oe-solutions.oe-solutions_epm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(0, 209, 205, 1) !important;
}
main.oe-solutions.oe-solutions_epm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li {
	background-color: rgba(186, 188, 189, 1);
}
main.oe-solutions.oe-solutions_epm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li:hover, main.oe-solutions.oe-solutions_epm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li.is-active {
	background-color: rgba(0, 209, 205, 1);
}
/*----------  OE SOLUTIONS - Network Performance Monitoring  ----------*/
main.oe-solutions.oe-solutions_npm .oe-solutions-texttabs.block-tab-text-section_0:after {
	top: -200px;
}
main.oe-solutions.oe-solutions_npm .oe-solutions-features {
	position: relative;
	z-index: 1;
}
main.oe-solutions.oe-solutions_npm .oe-solutions-header .block-header-full .block-header-content .block-header-text .h1, main.oe-solutions.oe-solutions_npm ul li:before {
	color: rgba(255, 82, 82, 1) !important;
}
main.oe-solutions.oe-solutions_npm .button-normal .button-link {
	background-color: rgba(255, 82, 82, 1);
	background-image: linear-gradient(to right, rgba(255, 82, 82, 1), rgba(234, 62, 62, 1), rgba(234, 62, 62, 1), rgba(255, 82, 82, 1));
}
main.oe-solutions.oe-solutions_npm .button-circle .button-link {
	color: rgba(255, 82, 82, 1) !important;
}
main.oe-solutions.oe-solutions_npm .button-circle .button-link .circle {
	background-color: rgba(255, 82, 82, 1) !important;
}
main.oe-solutions.oe-solutions_npm .oe-solutions-usecase, main.oe-solutions.oe-solutions_npm .oe-solutions-video, main.oe-solutions.oe-solutions_npm .oe-solutions-features .block-content-boxes-box .content-box-image {
	background-color: rgba(255, 82, 82, 1);
}
main.oe-solutions.oe-solutions_npm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .button-text {
	color: rgba(255, 82, 82, 1) !important;
}
main.oe-solutions.oe-solutions_npm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .circle .icon.arrow {
	background-color: transparent !important;
}
main.oe-solutions.oe-solutions_npm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .circle .icon.arrow:before {
	border-color: rgba(255, 82, 82, 1) !important;
}
main.oe-solutions.oe-solutions_npm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(255, 82, 82, 1) !important;
}
main.oe-solutions.oe-solutions_npm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li {
	background-color: rgba(186, 188, 189, 1);
}
main.oe-solutions.oe-solutions_npm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li:hover, main.oe-solutions.oe-solutions_npm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li.is-active {
	background-color: rgba(255, 82, 82, 1);
}
/*----------  OE SOLUTIONS - VoIP Call Quality Monitoring  ----------*/
main.oe-solutions.oe-solutions_vcqm .oe-solutions-header .block-header-full .block-header-content .block-header-text .h1, main.oe-solutions.oe-solutions_vcqm ul li:before {
	color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-solutions_vcqm .button-normal .button-link {
	background-color: rgba(52, 221, 135, 1);
	background-image: linear-gradient(to right, rgba(52, 221, 135, 1), rgba(37, 177, 109, 1), rgba(37, 177, 109, 1), rgba(52, 221, 135, 1));
}
main.oe-solutions.oe-solutions_vcqm .button-circle .button-link {
	color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-solutions_vcqm .button-circle .button-link .circle {
	background-color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-solutions_vcqm .oe-solutions-usecase, main.oe-solutions.oe-solutions_vcqm .oe-solutions-video, main.oe-solutions.oe-solutions_vcqm .oe-solutions-features .block-content-boxes-box .content-box-image {
	background-color: rgba(52, 221, 135, 1);
}
main.oe-solutions.oe-solutions_vcqm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .button-text {
	color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-solutions_vcqm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .circle .icon.arrow {
	background-color: transparent !important;
}
main.oe-solutions.oe-solutions_vcqm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .circle .icon.arrow:before {
	border-color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-solutions_vcqm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-solutions_vcqm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li {
	background-color: rgba(186, 188, 189, 1);
}
main.oe-solutions.oe-solutions_vcqm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li:hover, main.oe-solutions.oe-solutions_vcqm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li.is-active {
	background-color: rgba(52, 221, 135, 1);
}
/*----------  OE SOLUTIONS - Cloud Services Performance Monitoring  ----------*/
main.oe-solutions.oe-solutions_cspm .oe-solutions-header .block-header-full .block-header-content .block-header-text .h1, main.oe-solutions.oe-solutions_cspm ul li:before {
	color: rgba(151, 44, 208, 1) !important;
}
main.oe-solutions.oe-solutions_cspm .button-normal .button-link {
	background-color: rgba(151, 44, 208, 1);
	background-image: linear-gradient(to right, rgba(151, 44, 208, 1), rgba(119, 39, 160, 1), rgba(119, 39, 160, 1), rgba(151, 44, 208, 1));
}
main.oe-solutions.oe-solutions_cspm .button-circle .button-link {
	color: rgba(151, 44, 208, 1) !important;
}
main.oe-solutions.oe-solutions_cspm .button-circle .button-link .circle {
	background-color: rgba(151, 44, 208, 1) !important;
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-usecase, main.oe-solutions.oe-solutions_cspm .oe-solutions-video, main.oe-solutions.oe-solutions_cspm .oe-solutions-features .block-content-boxes-box .content-box-image {
	background-color: rgba(151, 44, 208, 1);
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .button-text {
	color: rgba(151, 44, 208, 1) !important;
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .circle .icon.arrow {
	background-color: transparent !important;
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link .circle .icon.arrow:before {
	border-color: rgba(151, 44, 208, 1) !important;
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-success-stories.block-content-boxes .content-box-text .block-button-link.button-arrow .button-link:hover .circle .icon.arrow {
	background-color: rgba(151, 44, 208, 1) !important;
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li {
	background-color: rgba(186, 188, 189, 1);
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li:hover, main.oe-solutions.oe-solutions_cspm .oe-solutions-texttabs .tabs-nav ul.nav-tabs li.is-active {
	background-color: rgba(151, 44, 208, 1);
}
/*----------  True User Experience Mmonitoring  ----------*/
main.oe-solutions.oe-solutions_cspm .block-submenu.submenu-oe nav.submenu .navbar-menu .navbar-start .navbar-item.has-dropdown.is-hoverable.oe-solutions .navbar-dropdown .column .sublevel .navbar-item:last-of-type {
	margin-bottom: 10px;
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-texttabs .tabs-nav {
	padding-top: 30px;
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-texttabs.block-tab-text-section_3:after {
	content: '';
	position: absolute;
	top: 300px;
	right: -200px;
	display: block;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	border: 80px solid rgba(232, 232, 232, 1);
	z-index: 0;
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-success-stories .block-header-full .block-header-content h2 {
	color: #fff !important;
}
main.oe-solutions.oe-solutions_cspm .oe-solutions-success-stories .block-header-full .block-header-content .block-header-text figure img {
	height: auto !important;
}
/*----------  OE - Landingpage  ----------*/
main.oe-solutions.oe-landingpage ul li:before {
	color: #28AAE2 !important;
}
main.oe-solutions.oe-landingpage .button-normal .button-link {
	background-color: #28AAE2;
	background-image: linear-gradient(to right, #28AAE2, #153B64, #153B64, #28AAE2);
}
main.oe-solutions.oe-landingpage .button-circle .button-link {
	color: #28AAE2 !important;
}
main.oe-solutions.oe-landingpage .button-circle .button-link .circle {
	background-color: #28AAE2 !important;
}
main.oe-solutions.oe-landingpage .button-highlight .button-normal .button-link {
	background-color: rgba(255, 74, 158, 1);
	background-image: linear-gradient(to right, rgba(255, 74, 158, 1), rgba(255, 49, 115, 1), rgba(255, 49, 115, 1), rgba(255, 74, 158, 1));
}
main.oe-solutions.oe-landingpage .button-highlight .button-circle .button-link {
	color: rgba(255, 74, 158, 1) !important;
}
main.oe-solutions.oe-landingpage .button-highlight .button-circle .button-link .circle {
	background-color: rgba(255, 74, 158, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-header {
	background-color: #28AAE2;
}
main.oe-solutions.oe-landingpage .oe-landingpage-header.oe-landingpage-header_half .block-header-content {
	min-height: 400px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-header .block-header-content {
	padding-bottom: 0 !important;
	min-height: 350px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-header .block-header-full .block-header-content .block-header-text h1, main.oe-solutions.oe-landingpage .oe-landingpage-header .block-header-full .block-header-content .block-header-text .h1 {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-header .block-header-text p {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-header-tabs {
	position: relative;
}
main.oe-solutions.oe-landingpage .oe-landingpage-header-tabs:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 70%;
	background-color: #28AAE2;
	z-index: 0;
}
main.oe-solutions.oe-landingpage .oe-landingpage-header-tabs .container {
	position: relative;
	z-index: 1;
}
main.oe-solutions.oe-landingpage .oe-landingpage-header-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li a:hover {
	color: #fff !important;
	background-color: #28AAE2;
}
main.oe-solutions.oe-landingpage .oe-landingpage-header-tabs .block-tabs-tab.block-tabs-tab-menu .tabs.tabs-nav ul.nav-tabs li.is-active a {
	color: #fff !important;
	background-color: #28AAE2;
}
main.oe-solutions.oe-landingpage .oe-solutions-section1 {
	padding-top: 75px;
}
main.oe-solutions.oe-landingpage .oe-solutions-features .block-content-boxes-box .content-box-image {
	width: 100%;
	height: auto;
	border-radius: 0;
	background: transparent;
}
main.oe-solutions.oe-landingpage .oe-solutions-features .block-content-boxes-box .content-box-text h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
}
main.oe-solutions.oe-landingpage .oe-solutions-features .block-content-boxes-box .content-box-text h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 10px;
}
main.oe-solutions.oe-landingpage .oe-solutions-features .block-content-boxes-box .content-box-text {
	margin-top: 0;
	padding: 15px;
}
main.oe-solutions.oe-landingpage .oe-solutions-features .block-content-boxes-box .content-box-text .button-arrow {
	margin-top: 15px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-boxes2 .block-content-boxes-box .content-box-text h4 {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
main.oe-solutions.oe-landingpage .oe-landingpage-boxes2 .block-content-boxes-box .content-box-text h4:after {
	display: none;
}
main.oe-solutions.oe-landingpage .oe-landingpage-gartner {
	padding-top: 50px;
	padding-bottom: 75px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-gartner figure img {
}
main.oe-solutions.oe-landingpage .oe-landingpage-gartner .oe-landingpage-gartner-text h3 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-gartner .oe-landingpage-gartner-text h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 10px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-section1 .block-content-section-text h3.h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-section1 .block-content-section-text h3.h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 10px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-layers {
	background-color: #28AAE2;
}
main.oe-solutions.oe-landingpage .oe-landingpage-layers h2 {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-layers .block-content-section-text h3.h4 {
	position: relative;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-layers .block-content-section-text h3.h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-layers .content-box-text h4, main.oe-solutions.oe-landingpage .oe-landingpage-layers .content-box-text p {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-layers .content-box-text h4:after {
	background-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-layers .button-link {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-layers .button-link .button-text {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-layers .button-link .circle .icon.arrow::before {
	border-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-layers .button-link:hover .circle .icon.arrow {
	background-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions {
	padding-top: 70px;
	padding-bottom: 70px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions h2 {
	margin-bottom: 20px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_0 .content-box-content {
	padding: 0 0 0 15px;
	align-items: center;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-content {
	display: block;
	padding: 30px 15px;
	height: 100%;
	border: 1px solid rgba(28, 28, 28, 1);
	border-radius: 10px;
	background-color: transparent;
	transition: 0.5s;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-content .button-arrow {
	margin-top: 15px;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-content:hover {
	border-color: rgba(0, 60, 89, 1);
	background-color: rgba(0, 138, 204, 1);
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-content:hover h3 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-content:hover p, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-content:hover ul li, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-content:hover ul li:before {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-text h3 {
	margin-bottom: 30px !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-text p {
	margin-bottom: 20px !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-text .button-arrow .button-link .button-text {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting .content-box-content, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t .content-box-content {
	border-color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting .content-box-text h3, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t .content-box-text h3 {
	color: rgba(52, 221, 135, 1) !important;
	-webkit-text-fill-color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting .content-box-text ul li:before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t .content-box-text ul li:before {
	color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting .content-box-text .button-arrow .button-link .button-text, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t .content-box-text .button-arrow .button-link .button-text {
	color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting .content-box-text .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: rgba(52, 221, 135, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting .content-box-text .button-arrow .button-link:hover .circle .icon.arrow, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t .content-box-text .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting:hover .content-box-content, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t:hover .content-box-content {
	border-color: rgba(52, 221, 135, 1) !important;
	background-color: rgba(52, 221, 135, 1);
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting:hover .content-box-text h3, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t:hover .content-box-text h3 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting:hover .content-box-text ul li:before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t:hover .content-box-text ul li:before {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting:hover .content-box-text .button-arrow .button-link .button-text, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t:hover .content-box-text .button-arrow .button-link .button-text {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_teams-call-quality-troubleshooting:hover .content-box-text .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_fehlerbehebung-bei-der-voip-anrufqualit-t:hover .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_network-performance-monitoring .content-box-content, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-netzwerkleistung .content-box-content {
	border-color: rgba(255, 82, 82, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_network-performance-monitoring .content-box-text h3, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-netzwerkleistung .content-box-text h3 {
	color: rgba(255, 82, 82, 1) !important;
	-webkit-text-fill-color: rgba(255, 82, 82, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_network-performance-monitoring .content-box-text .button-arrow .button-link .button-text, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-netzwerkleistung .content-box-text .button-arrow .button-link .button-text {
	color: rgba(255, 82, 82, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_network-performance-monitoring .content-box-text .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-netzwerkleistung .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: rgba(255, 82, 82, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_network-performance-monitoring .content-box-text .button-arrow .button-link:hover .circle .icon.arrow, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-netzwerkleistung .content-box-text .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_network-performance-monitoring:hover .content-box-content, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-netzwerkleistung:hover .content-box-content {
	border-color: rgba(255, 82, 82, 1) !important;
	background-color: rgba(255, 82, 82, 1);
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_network-performance-monitoring:hover .content-box-text h3, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-netzwerkleistung:hover .content-box-text h3 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_network-performance-monitoring:hover .content-box-text .button-arrow .button-link .button-text, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-netzwerkleistung:hover .content-box-text .button-arrow .button-link .button-text {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_network-performance-monitoring:hover .content-box-text .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-netzwerkleistung:hover .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_endpoint-performance-monitoring .content-box-content, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-endpunktleistung .content-box-content {
	border-color: rgba(0, 209, 205, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_endpoint-performance-monitoring .content-box-text h3, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-endpunktleistung .content-box-text h3 {
	color: rgba(0, 209, 205, 1) !important;
	-webkit-text-fill-color: rgba(0, 209, 205, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_endpoint-performance-monitoring .content-box-text .button-arrow .button-link .button-text, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-endpunktleistung .content-box-text .button-arrow .button-link .button-text {
	color: rgba(0, 209, 205, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_endpoint-performance-monitoring .content-box-text .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-endpunktleistung .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: rgba(0, 209, 205, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_endpoint-performance-monitoring .content-box-text .button-arrow .button-link:hover .circle .icon.arrow, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-endpunktleistung .content-box-text .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_endpoint-performance-monitoring:hover .content-box-content, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-endpunktleistung:hover .content-box-content {
	border-color: rgba(0, 209, 205, 1) !important;
	background-color: rgba(0, 209, 205, 1);
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_endpoint-performance-monitoring:hover .content-box-text h3, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-endpunktleistung:hover .content-box-text h3 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_endpoint-performance-monitoring:hover .content-box-text .button-arrow .button-link .button-text, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-endpunktleistung:hover .content-box-text .button-arrow .button-link .button-text {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_endpoint-performance-monitoring:hover .content-box-text .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-endpunktleistung:hover .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_cloud-services-performance-monitoring .content-box-content, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_user-experience-monitoring .content-box-content, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-benutzerfreundlichkeit .content-box-content {
	border-color: rgba(151, 44, 208, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_cloud-services-performance-monitoring .content-box-text h3, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_user-experience-monitoring .content-box-text h3, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-benutzerfreundlichkeit .content-box-text h3 {
	color: rgba(151, 44, 208, 1) !important;
	-webkit-text-fill-color: rgba(151, 44, 208, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_cloud-services-performance-monitoring .content-box-text .button-arrow .button-link .button-text, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_user-experience-monitoring .content-box-text .button-arrow .button-link .button-text, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-benutzerfreundlichkeit .content-box-text .button-arrow .button-link .button-text {
	color: rgba(151, 44, 208, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_cloud-services-performance-monitoring .content-box-text .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_user-experience-monitoring .content-box-text .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-benutzerfreundlichkeit .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: rgba(151, 44, 208, 1) !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_cloud-services-performance-monitoring .content-box-text .button-arrow .button-link:hover .circle .icon.arrow, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_user-experience-monitoring .content-box-text .button-arrow .button-link:hover .circle .icon.arrow, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-benutzerfreundlichkeit .content-box-text .button-arrow .button-link:hover .circle .icon.arrow {
	background-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_cloud-services-performance-monitoring:hover .content-box-content, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_user-experience-monitoring:hover .content-box-content, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-benutzerfreundlichkeit:hover .content-box-content {
	border-color: rgba(151, 44, 208, 1) !important;
	background-color: rgba(151, 44, 208, 1);
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_cloud-services-performance-monitoring:hover .content-box-text h3, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_user-experience-monitoring:hover .content-box-text h3, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-benutzerfreundlichkeit:hover .content-box-text h3 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_cloud-services-performance-monitoring:hover .content-box-text .button-arrow .button-link .button-text, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_user-experience-monitoring:hover .content-box-text .button-arrow .button-link .button-text, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-benutzerfreundlichkeit:hover .content-box-text .button-arrow .button-link .button-text {
	color: #fff !important;
}
main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_cloud-services-performance-monitoring:hover .content-box-text .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_user-experience-monitoring:hover .content-box-text .button-arrow .button-link .circle .icon.arrow::before, main.oe-solutions.oe-landingpage .oe-landingpage-solutions .block-content-boxes-box.content-box_-berwachung-der-benutzerfreundlichkeit:hover .content-box-text .button-arrow .button-link .circle .icon.arrow::before {
	border-color: #fff !important;
}
/*----------  OE SOLUTIONS - Responsive  ----------*/
@media (max-width: 768px) {
	main.oe-solutions .oe-solutions-video {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	main.oe-solutions .oe-solutions-features, main.oe-solutions .oe-solutions-section1, main.oe-solutions .oe-solutions-success-stories, main.oe-solutions .block-cta {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	main.oe-solutions .oe-solutions-header.block-header .block-header-bg.bg-img {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 250px;
		background-position: right bottom;
	}
	main.oe-solutions .oe-solutions-resources .block-resources-button {
		margin-top: 0 !important;
		text-align: center !important;
	}
	main.oe-solutions .oe-solutions-cta .block-cta-title h2 {
		margin-bottom: 0 !important;
	}
	main.oe-solutions .block-cta.block-cta-neutral .block-cta-buttons .block-button-part {
		margin: 0 !important;
	}
}
/*=====  End of OE SOLUTIONS  ======*/

/*=========================================
=            PULSE SURVEY 2022            =
=========================================*/
body.page-template-page-survey-2022 .block-header.overlay-dark-blue .block-header-text p a, body.page-template-page-survey-2022 .block-header.overlay-dark-blue .block-header-text p a span {
	color: #fff !important;
}
body.page-template-page-survey-2022 .shariff {
	width: auto;
}
body.page-template-page-survey-2022 .download-pdf {
	width: 35px !important;
	height: 35px;
	border-radius: 50px;
	margin: 5px;
	background-color: rgba(186, 188, 189, 1);
	display: block;
	text-align: center;
}
body.page-template-page-survey-2022 .download-pdf i {
	font-size: 20px;
	line-height: 35px;
	color: #fff;
}
body.page-template-page-survey-2022 .download-pdf:hover {
	background-color: rgba(0, 138, 204, 1);
}
body.page-template-page-survey-2022 .h4 {
	margin-top: 25px;
	margin-bottom: 30px !important;
}
body.page-template-page-survey-2022 .h4 a {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
}
body.page-template-page-survey-2022 h2 {
	color: rgba(0, 60, 89, 1) !important;
	margin-top: 25px !important;
	margin-bottom: 30px !important;
}
body.page-template-page-survey-2022 .survey-bold {
	color: rgba(0, 138, 204, 1) !important;
}
body.page-template-page-survey-2022 .survey-2022-logo .columns {
	align-items: flex-end;
}
body.page-template-page-survey-2022 .survey-2022-logo .columns p {
	padding-bottom: 5px;
}
body.page-template-page-survey-2022 .survey-2022-share .shariff {
	width: 100%;
}
body.page-template-page-survey-2022 .survey-2022-share .shariff .shariff-buttons {
	justify-content: center;
}
body.page-template-page-survey-2022 .survey-2022-button.survey-2022-button_0 .cta_button {
	background: none !important;
}
body.page-template-page-survey-2022 .survey-2022-button.survey-2022-button_0 .cta_button:hover {
	text-decoration: underline !important;
}
body.page-template-page-survey-2022 .survey-2022-button .cta_button i {
	transition: all .4s ease-in-out;
}
body.page-template-page-survey-2022 .survey-2022-button .cta_button:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
}
body.page-template-page-survey-2022 .survey-2022-button .cta_button:hover i {/* transform: translateX(5px); */
	transform: scale(1.2);
}
body.page-template-page-survey-2022 .survey-2022-section {
	padding-left: 30px;
	padding-right: 30px;
}
body.page-template-page-survey-2022 .survey-2022-section .survey-2022-section-text {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #76C3B9;
}
body.page-template-page-survey-2022 .survey-2022-section .survey-2022-section-text p {/* font-size: 1.8rem !important;
				line-height: 2.5rem !important; */
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}
body.page-template-page-survey-2022 .survey-2022-section h3 {
	padding-top: 30px;
}
body.page-template-page-survey-2022 .survey-2022-section h4 {
	margin: 0 auto !important;
	color: rgba(28, 28, 28, 1) !important;
	width: 60%;
}
body.page-template-page-survey-2022 .survey-2022-section p {
	font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
	color: rgba(28, 28, 28, 1) !important;
}
body.page-template-page-survey-2022 .survey-2022-section p.help-text {
	color: rgba(232, 232, 232, 1) !important;
}
body.page-template-page-survey-2022 .survey-2022-section .svg svg {
	width: 80%;
}
body.page-template-page-survey-2022 .survey-2022-section.background-blue h4, body.page-template-page-survey-2022 .survey-2022-section.background-blue p, body.page-template-page-survey-2022 .survey-2022-section.background-dark-blue h4, body.page-template-page-survey-2022 .survey-2022-section.background-dark-blue p {
	color: #fff !important;
}
body.page-template-page-survey-2022 .survey-2022-section.background-blue h4.help-text, body.page-template-page-survey-2022 .survey-2022-section.background-blue p.help-text, body.page-template-page-survey-2022 .survey-2022-section.background-dark-blue h4.help-text, body.page-template-page-survey-2022 .survey-2022-section.background-dark-blue p.help-text {
	color: rgba(122, 178, 204, 1) !important;
}
body.page-template-page-survey-2022 .survey-2022-section.background-light-blue svg path {
	fill: #fff !important;
}
body.page-template-page-survey-2022 .survey-2022-section.background-light-blue svg path.section9_icon, body.page-template-page-survey-2022 .survey-2022-section.background-light-blue svg .section9_title path {
	fill: rgba(0, 60, 89, 1) !important;
}
body.page-template-page-survey-2022 .survey-2022-section.background-grey p.help-text {
	color: rgba(159, 159, 159, 1) !important;
}
body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_1 {
	padding-top: 30px;
}
body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_1 .survey-2022-section-text {
	margin-bottom: 0;
}
body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_2 {
	padding-bottom: 70px;
}
body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_2 .svg {
	margin-top: 15px;
}
body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_2 .svg svg {
	width: 40%;
}
body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_3 {
	padding-bottom: 50px;
}
body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_5, body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_8 {
	padding-bottom: 50px;
}
body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_7 .svg svg, body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_8 .svg svg {
	width: 60%;
}
@media (max-width: 768px) {
	body.page-template-page-survey-2022 .shariff {
		float: none;
		display: inline-block !important;
	}
	body.page-template-page-survey-2022 .download-pdf {
		display: inline-block;
		vertical-align: top;
	}
	body.page-template-page-survey-2022 .block-paragraph span {
		width: 100% !important;
		text-align: left !important;
	}
	body.page-template-page-survey-2022 .survey-2022-section .survey-2022-section-text {
		margin-top: 30px;
		margin-bottom: 30px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	body.page-template-page-survey-2022 .survey-2022-section h4 {
		width: 100%;
	}
	body.page-template-page-survey-2022 .survey-2022-section .svg svg {
		width: 100%;
	}
	body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_1 {
		padding-top: 0;
	}
	body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_1 .survey-2022-section-text {
		margin-bottom: 15px;
	}
	body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_2 {
		padding-bottom: 30px;
	}
	body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_2 .svg svg {
		width: 70%;
	}
	body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_3 {
		padding-bottom: 15px;
	}
	body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_7 .svg svg {
		width: 90%;
	}
	body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_8 .svg svg {
		width: 100%;
	}
	body.page-template-page-survey-2022 .survey-2022-section.survey-2022-section_9 .svg svg {
		width: 110%;
		margin-left: -5%;
	}
}
/*=====  End of PULSE SURVEY 2022  ======*/



/*=====================================
=            USE CASES NEW            =
=====================================*/
@media (max-width: 768px) {
	body.single-use-cases h1, body.single-use-cases .h1 {
		font: 700 2.75rem/3.125rem 'Poppins', sans-serif !important;
		color: #fff !important;
	}
	body.single-use-cases h2, body.single-use-cases .h2 {
		font: 500 2.15rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-use-cases h3, body.single-use-cases .h3 {
		font: 500 1.5rem/2rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.single-use-cases h4, body.single-use-cases .h4 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-use-cases h5, body.single-use-cases .h5 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-use-cases h6, body.single-use-cases .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}
@media (min-width: 769px) {
	body.single-use-cases h1, body.single-use-cases .h1 {
		font: 700 3.5rem/4rem 'Poppins', sans-serif !important;
		color: #fff !important;
	}
	body.single-use-cases h2, body.single-use-cases .h2 {
		font: 500 2.3rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-use-cases h3, body.single-use-cases .h3 {
		font: 500 1.9rem/2.5rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.single-use-cases h4, body.single-use-cases .h4 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-use-cases h5, body.single-use-cases .h5 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-use-cases h6, body.single-use-cases .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}
body.single-use-cases .background-grey .content-box .content-box-text .block-button-part .button-arrow .button-link .circle {
	background-color: transparent !important;
}
body.single-use-cases footer.footer {
	margin-top: 10px;
}
.use-case-content .block-image .block-image-part .image-part-lightbox {
	width: 100%;
}
.use-case-content .block-image .block-image-part .image-part-lightbox a:after {
	content: '+';
	position: absolute;
	left: 10px;
	bottom: 40px;
	width: 30px;
	height: 30px;
	background-color: rgba(122, 178, 204, 1);
	border-radius: 50px;
	color: #fff;
	font-size: 30px;
	line-height: 25px;
	text-align: center;
	transition: all .5s ease-in-out;
}
.use-case-content .block-image .block-image-part .image-part-lightbox a:hover:after {
	background-color: rgba(0, 138, 204, 1);
	left: 20px;
	bottom: 50px;
	transform: scale(1.5);
}
.use-case-content .block-embed .columns.is-centered {
	justify-content: flex-start !important;
}
.use-case-content .block-embed .block-embed-part {
}
.use-case-content .block-embed .video {
	text-align: left !important;
}
.use-case-content h2, .use-case-content h3, .use-case-content h4, .use-case-content h5, .use-case-content h6, .use-case-content p, .use-case-content li {
	color: rgba(28, 28, 28, 1);
}
.use-case-content figure figcaption {
	font-size: 1rem;
	color: rgba(159, 159, 159, 1);
}
.use-case-content .block-heading .column, .use-case-content figure figcaption, .use-case-content .block-content-section .block-content-section-text {
	text-align: left !important;
}
.use-case-content .block-image .columns {
	justify-content: flex-start;
}
.use-case-content .block-heading h2, .use-case-content .block-heading h3, .use-case-content .block-heading h4, .use-case-content .block-heading h5, .use-case-content .block-heading h6 {
	margin-top: 50px;
	margin-bottom: 15px;
}
.use-case-content .use-case-header .use-case-header-icon {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 1;
	width: 80px;
	height: 80px;
	opacity: 0.8;
}
.use-case-content .use-case-header .use-case-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: 400px;
}
.use-case-content .use-case-header:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -5%;
	width: 110%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.use-case-content .use-case-header .use-case-header-text {
	position: relative;
	z-index: 2;
	min-height: 400px;
}
.use-case-content .use-case-header .breadcrumbs {
	margin-bottom: 0;
	color: #fff !important;
}
.use-case-content .use-case-header .breadcrumbs a, .use-case-content .use-case-header .breadcrumbs span {
	color: #fff !important;
}
.use-case-content .use-case-header .use-case-header-content {
	min-height: 400px;
}
.use-case-content .use-case-header .use-case-header-content-text h1 {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.use-case-content .use-case-header .use-case-header-content-text p {
	color: #fff !important;
}
.use-case-content .use-case-share .use-case-share-content .shariff {
	display: inline-block !important;
	width: auto !important;
	float: none;
	margin-top: 30px;
}
.use-case-content .use-case-share .use-case-share-content .shariff ul {
	display: block;
}
.use-case-content .use-case-share .use-case-share-content .shariff .shariff-button {
	display: inline-block !important;
	margin: 0 15px 0 0 !important;
}
.use-case-content .use-case-share .use-case-share-content .shariff .shariff-button, .use-case-content .use-case-share .use-case-share-content .shariff .shariff-button a {
	background-color: rgba(122, 178, 204, 1) !important;
}
.use-case-content .use-case-share .use-case-share-content .shariff .shariff-button:hover, .use-case-content .use-case-share .use-case-share-content .shariff .shariff-button a:hover {
	background-color: rgba(0, 138, 204, 1) !important;
}
.use-case-content .use-case-meta .use-case-meta-tags {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(232, 232, 232, 1);
	padding-bottom: 70px;
}
.use-case-content .use-case-meta .use-case-meta-tags h4 {
	margin-bottom: 15px;
}
.use-case-content .use-case-meta .use-case-meta-tags .button-normal {
	margin-right: 15px;
	margin-bottom: 15px;
}
.use-case-related-section {
	padding-top: 75px;
	padding-bottom: 100px;
}
.use-case-related-section h2 {
	margin-bottom: 15px;
}
.use-case-cta p {
	color: rgba(28, 28, 28, 1) !important;
}
/*=====  End of USE CASES NEW  ======*/

/*=========================================
=            RESOURCES OVERVIEW NEW            =
=========================================*/
body.post-type-archive-downloads main {
	padding-top: 35px;
}
body.post-type-archive-downloads .content-box a.content-box-link .content-box-text {
	min-height: auto;
}
body.post-type-archive-downloads .block-header {
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: rgba(0, 60, 89, 1);/* .block-header-columns_one {
			min-height: 490px;
			a.content-box-link {
				.content-box-source {
					height: 220px;
				}
			}
		}
		.block-header-columns_two {}
		.block-header-columns_three {}
		i {
			font-size: 1rem;
		}
		.block-header-columns_last {
			min-height: 490px;
		} */
}
body.post-type-archive-downloads .block-header h1 {
	color: #fff !important;
	margin-bottom: 15px;
}
body.post-type-archive-downloads .block-header .block-header-title {
	padding-top: 30px;
	padding-bottom: 40px;
}
body.post-type-archive-downloads .block-header .block-header-title h1 {
	color: #fff !important;
	font-weight: 500 !important;
	margin-bottom: 15px;
}
body.post-type-archive-downloads .block-header .block-header-title .subtitle {
	color: #fff !important;
}
body.post-type-archive-downloads .block-header .block-header-subtitle {
	padding-left: 0;
}
body.post-type-archive-downloads .block-header .block-header-subtitle h2 {
	color: #fff !important;
	font-weight: 700 !important;
}
body.post-type-archive-downloads .block-header .block-header-columns {
	padding: 0 15px;
}
body.post-type-archive-downloads .block-header .block-header-columns h5 {
	margin-top: 15px;
}
body.post-type-archive-downloads .block-header .block-header-columns_one.content-box.content-box_first a.content-box-link .content-box-text {
	min-height: 300px;
}
body.post-type-archive-downloads .block-header .block-header-columns_two.content-box a.content-box-link .content-box-image .content-box-source {
	height: 250px;
}
body.post-type-archive-downloads .block-header .block-header-columns_two.content-box a.content-box-link .content-box-text {
	min-height: auto;
}
body.post-type-archive-downloads .block-header .block-header-columns_three.content-box a.content-box-link .content-box-image .content-box-source {
	height: 250px;
}
body.post-type-archive-downloads .block-header .block-header-columns_three.content-box a.content-box-link .content-box-text {
	min-height: auto;
}
body.post-type-archive-downloads .downloads-archive-content {/* margin-top: 50px; */
	margin-top: 0;
	padding-top: 50px;
	background-color: rgba(232, 232, 232, 1);
}
body.post-type-archive-downloads .downloads-archive-content h2, body.post-type-archive-downloads .downloads-archive-content .h4 {
	font-weight: 700 !important;
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog {
	margin-bottom: 15px;
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog .filter-widget {
	padding: 0;
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter {
	display: flex;
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter .field {/* flex: 1; */
	margin-right: 15px;
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter .field label {
	display: none;
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter.posts-filter-form {
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter button {
	color: rgba(0, 60, 89, 1);
	font-weight: 700;
	border: 1px solid rgba(0, 60, 89, 1);
	background-color: rgba(232, 232, 232, 1);
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter button:hover {
	color: #fff;
	border-color: rgba(0, 138, 204, 1);
	background-color: rgba(0, 138, 204, 1);
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter button:focus {
	outline: 0 !important;
	border-color: rgba(0, 138, 204, 1) !important;
	box-shadow: none !important;
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter .select:after {
	border-color: rgba(0, 60, 89, 1);
}
body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter .select:hover:after {
	border-color: #fff;
}
body.post-type-archive-downloads footer.footer {
	margin-top: 10px;
}

@media (min-width: 769px) and (max-width: 1023px) {
	/* padding-bottom: 30px; */
	body.post-type-archive-downloads .block-header .block-header-columns {
		padding: 0;
	}
	/* padding-top: 30px; */
	/* min-height: auto; */
	body.post-type-archive-downloads .block-header .block-header-columns_one a.content-box-link .content-box-source {/* height: 250px; */
	}
	body.post-type-archive-downloads .block-header .block-header-columns_two {
}
	body.post-type-archive-downloads .block-header .block-header-columns_three {
}
	body.post-type-archive-downloads .block-header .block-header-columns_last {/* min-height: auto; */
	}
	/* padding-bottom: 30px; */
	body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter {
}
	body.post-type-archive-downloads .downloads-archive-content .posts-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.post-type-archive-downloads footer.footer {/* margin-top: 0; */
	}
}

@media (max-width: 768px) {
	body.has-navbar-fixed-top, html.has-navbar-fixed-top {
		margin-top:  0 !important;
	}
	body.post-type-archive-downloads main {
		padding-top: 0;
	}
	body.post-type-archive-downloads h1 {
		color: #fff !important;
		font-weight: 500 !important;
	}
	body.post-type-archive-downloads .block-header {
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: rgba(0, 60, 89, 1);/* .block-header-columns_one {
				min-height: auto;
				a.content-box-link {
					.content-box-source {
						height: 250px;
					}
				}
			}
			.block-header-columns_two {}
			.block-header-columns_three {}
			.block-header-columns_last {
				min-height: auto;
			} */
	}
	body.post-type-archive-downloads .block-header .block-header-columns {
		padding: 0px 55px;
	}
	body.post-type-archive-downloads .block-header .block-header-columns_one.content-box.content-box_first a.content-box-link .content-box-text {
		min-height: auto;
	}
	body.post-type-archive-downloads .downloads-archive-content .posts-filter.posts-filter-blog form.filter {
		flex-direction: column;
	}
	body.post-type-archive-downloads .downloads-archive-content {
		padding-bottom: 30px;
	}
	body.post-type-archive-downloads .downloads-archive-content .posts-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.post-type-archive-downloads footer.footer {
		margin-top: 0;
	}
}
/*=====  End of RESOURCES OVERVIEW NEW  ======*/


body.blog .block-header .block-header-columns_three.content-box:not(.content-box_first) a.content-box-link .content-box-image .content-box-source {
	height: 250px;
}
body.blog .block-header .block-header-columns_three.content-box a.content-box-link .content-box-image .content-box-source {
	height: 100%;
}

body.single.single-post.postid-59160 .block-image .column.is-10 { width: 20%; }
body.single.single-post.postid-59160 .block-image img { border-radius: 50%; }



/*============================================
=            HEADER BANNER WIDGET            =
============================================*/
body.show_header_banner main {
	padding-top: 110px;
}
body.show_header_banner.has-submenu main {
	padding-top: 160px !important;
}
body.show_header_banner nav#mainmenu-navigation {
	position: fixed;
	top: 40px;
}
body.show_header_banner nav#mainmenu-navigation.scrolled-navigation {
	position: fixed;
	top: 40px;
}
body.show_header_banner .block-submenu nav.submenu {
	top: 110px;
}
body.show_header_banner .block-submenu nav.submenu.is-fixed-top {
	top: 110px;
}
body.show_header_banner.single.single-post main, body.show_header_banner.single.single-webinars main {
	padding-top: 110px;
}
body.show_header_banner.single.single-post progress.reading-progress-bar, body.show_header_banner.single.single-post progress.reading-progress-bar.scrolled-nav {
	top: 110px !important;
}
body.show_header_banner .blog-content.posts-content.post-main .post-sidebar .post-sidebar-content {
	top: 115px;
}

.header_banner_widget {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	padding: 5px 15px;
	background-color: #000;
	z-index: 99999;
}

.header_banner_widget.scrolled-navigation {
	position: fixed;
	top: 0;
}

.header_banner_widget .header_banner_widget_content {
	position: relative;
}

.header_banner_widget .header_banner_widget_text {
	padding-right: 70px;
}

.header_banner_widget .header_banner_widget_text p {
	display: inline-block;
	font: 400 1rem/1.125rem 'Roboto', sans-serif;
	font-size: 0.85rem !important;
	line-height: 1rem !important;
	font-weight: 400;
	color: #fff !important;
}

.header_banner_widget .header_banner_widget_text .button-normal-cta {
	display: inline-block;
	margin-left: 15px;
}

.header_banner_widget .header_banner_widget_text .button-normal {
	display: inline-block;
	margin-left: 15px;
}

.header_banner_widget .header_banner_widget_text .button-normal .button-link {
	height: 30px;
	background: #000 !important;
	border: 1px solid #fff;
}

.header_banner_widget .header_banner_widget_text .button-normal .button-link .button-text {
	font-size: 0.85rem !important;
	line-height: 30px !important;
}

.header_banner_widget .header_banner_widget_text .button-normal .button-link .circle {
	height: 30px;
}

.header_banner_widget .header_banner_widget_text .button-normal .button-link:hover {
	background: #fff !important;
	border-color: #000;
}

.header_banner_widget .header_banner_widget_text .button-normal .button-link:hover .button-text {
	color: #000;
}

.header_banner_widget .header_banner_widget_text .button-normal .button-link:hover .circle .icon.arrow {
	background: #000;
}

.header_banner_widget .header_banner_widget_text .button-normal .button-link:hover .circle .icon.arrow:before {
	border-color: #000;
}

.header_banner_widget .header_banner_widget_close {
	position: absolute;
	right: 15px;
	top: 15px;
}

.header_banner_widget .header_banner_widget_close:focus {
	background: rgba(0, 138, 204, 1);
}

.header_banner_widget.banner_widget_highlight {
	background-color: rgba(255, 74, 158, 1);
}

.header_banner_widget.banner_widget_highlight .button-normal .button-link {
	background: rgba(255, 74, 158, 1) !important;
}

.header_banner_widget.banner_widget_highlight .button-normal .button-link:hover {
	background: #fff !important;
	border-color: rgba(255, 74, 158, 1);
}

.header_banner_widget.banner_widget_highlight .button-normal .button-link:hover .button-text {
	color: rgba(255, 74, 158, 1);
}

.header_banner_widget.banner_widget_highlight .button-normal .button-link:hover .circle .icon.arrow {
	background: rgba(255, 74, 158, 1);
}

.header_banner_widget.banner_widget_highlight .button-normal .button-link:hover .circle .icon.arrow:before {
	border-color: rgba(255, 74, 158, 1);
}

/* body.logged-in.admin-bar.show_header_banner .header_banner_widget {
	top: 32px;
}

body.logged-in.admin-bar.show_header_banner nav#mainmenu-navigation {
	top: 72px;
}

body.logged-in.admin-bar.show_header_banner nav#mainmenu-navigation.scrolled-navigation {
	top: 72px;
}

body.logged-in.admin-bar.show_header_banner .block-submenu nav.submenu {
	top: 142px;
}

body.logged-in.admin-bar.show_header_banner .block-submenu nav.submenu.is-fixed-top {
	top: 142px;
}

body.logged-in.admin-bar.show_header_banner.single.single-post main, body.logged-in.admin-bar.show_header_banner.single.single-webinars main {
	padding-top: 130px;
}

body.logged-in.admin-bar nav#mainmenu-navigation {
	top: 32px;
}

body.logged-in.admin-bar nav#mainmenu-navigation.scrolled-navigation {
	top: 32px;
}

body.logged-in.admin-bar .block-submenu nav.submenu {
	top: 102px;
}

body.logged-in.admin-bar .block-submenu nav.submenu.is-fixed-top {
	top: 102px;
}

body.logged-in.admin-bar.has-submenu main {
	padding-top: 122px !important;
}

body.logged-in.admin-bar.show_header_banner.has-submenu main {
	padding-top: 162px !important;
} */
@media (min-width: 769px) and (max-width: 1023px) {
	.header_banner_widget {
		height: 100px;
	}
	.header_banner_widget .header_banner_widget_text .button-normal-cta, .header_banner_widget .header_banner_widget_text .button-normal {
		display: block;
		margin-left: 0;
	}
	.header_banner_widget .header_banner_widget_text p, .header_banner_widget .header_banner_widget_text .column.has-text-right {
		text-align: center !important;
	}
	body.show_header_banner main {
		padding-top: 157px;
	}
	body.show_header_banner nav#mainmenu-navigation {
		position: fixed;
		top: 100px;
	}
	body.show_header_banner nav#mainmenu-navigation.scrolled-navigation {
		position: fixed;
		top: 100px;
	}
	body.show_header_banner.has-submenu main {
		padding-top: 157px !important;
	}
	body.show_header_banner.single.single-post main, body.show_header_banner.single.single-webinars main {
		padding-top: 160px;
	}
	body.show_header_banner.single.single-post progress.reading-progress-bar, body.show_header_banner.single.single-post progress.reading-progress-bar.scrolled-nav {
		top: 157px !important;
	}
	body.show_header_banner .blog-content.posts-content.post-main .post-sidebar .post-sidebar-content {
		top: 165px;
	}
	body.logged-in.admin-bar.show_header_banner main {
		padding-top: 120px;
	}
	body.logged-in.admin-bar.show_header_banner .header_banner_widget {
		top: 32px;
	}
	body.logged-in.admin-bar.show_header_banner nav#mainmenu-navigation {
		top: 112px;
	}
	body.logged-in.admin-bar.show_header_banner nav#mainmenu-navigation.scrolled-navigation {
		top: 112px;
	}
	body.logged-in.admin-bar.show_header_banner.single.single-post main, body.logged-in.admin-bar.show_header_banner.single.single-webinars main {
		padding-top: 130px;
	}
	body.logged-in.admin-bar nav#mainmenu-navigation {
		top: 32px;
	}
	body.logged-in.admin-bar nav#mainmenu-navigation.scrolled-navigation {
		top: 32px;
	}
}
@media (max-width: 768px) {
	.header_banner_widget {
		height: 100px;
	}
	.header_banner_widget .header_banner_widget_text .button-normal-cta, .header_banner_widget .header_banner_widget_text .button-normal {
		display: block;
		margin-left: 0;
	}
	.header_banner_widget .header_banner_widget_text p, .header_banner_widget .header_banner_widget_text .column.has-text-right {
		text-align: center !important;
	}
	body.show_header_banner main {
		padding-top: 110px;
	}
	body.show_header_banner nav#mainmenu-navigation {
		position: fixed;
		top: 100px;
	}
	body.show_header_banner nav#mainmenu-navigation.scrolled-navigation {
		position: fixed;
		top: 100px;
	}
	body.show_header_banner.has-submenu main {
		padding-top: 110px !important;
	}
	body.show_header_banner.single.single-post main, body.show_header_banner.single.single-webinars main {
		padding-top: 100px;
	}
	body.show_header_banner.single.single-post progress.reading-progress-bar, body.show_header_banner.single.single-post progress.reading-progress-bar.scrolled-nav {
		top: 157px !important;
	}
	body.logged-in.admin-bar.show_header_banner main {
		padding-top: 110px;
	}
	body.logged-in.admin-bar.show_header_banner .header_banner_widget {
		top: 0;
	}
	body.logged-in.admin-bar.show_header_banner nav#mainmenu-navigation {
		top: 100px;
	}
	body.logged-in.admin-bar.show_header_banner nav#mainmenu-navigation.scrolled-navigation {
		top: 100px;
	}
	body.logged-in.admin-bar.show_header_banner.single.single-post main, body.logged-in.admin-bar.show_header_banner.single.single-webinars main {
		padding-top: 100px;
	}
	body.logged-in.admin-bar nav#mainmenu-navigation {
		top: 0;
	}
	body.logged-in.admin-bar nav#mainmenu-navigation.scrolled-navigation {
		top: 0;
	}
}
/*=====  End of HEADER BANNER WIDGET  ======*/

















/*=====================================
=        JOBS DEATILVIEW NEW         =
=====================================*/
@media (max-width: 768px) {
	body.single-jobs h1, body.single-jobs .h1 {
		font: 700 2.75rem/3.125rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-jobs h2, body.single-jobs .h2 {
		font: 500 2.15rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-jobs h3, body.single-jobs .h3 {
		font: 500 1.5rem/2rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.single-jobs h4, body.single-jobs .h4 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-jobs h5, body.single-jobs .h5 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-jobs h6, body.single-jobs .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}
@media (min-width: 769px) {
	body.single-jobs h1, body.single-jobs .h1 {
		font: 700 3.5rem/4rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-jobs h2, body.single-jobs .h2 {
		font: 500 2.3rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-jobs h3, body.single-jobs .h3 {
		font: 500 1.9rem/2.5rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.single-jobs h4, body.single-jobs .h4 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-jobs h5, body.single-jobs .h5 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single-jobs h6, body.single-jobs .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}
body.single-jobs footer.footer {
	margin-top: 10px;
}
.job-content {
	padding-top: 0;
	padding-bottom: 0;
}
.job-content h1, .job-content h2, .job-content h3, .job-content h4, .job-content h5, .job-content h6, .job-content p, .job-content li {
	color: rgba(28, 28, 28, 1);
}
.job-content h1 {
	margin-bottom: 30px !important;
}
.job-content .block-heading h2, .job-content .block-heading h3, .job-content .block-heading h4, .job-content .block-heading h5, .job-content .block-heading h6 {
	margin-top: 50px;
	margin-bottom: 15px;
}
.job-content .block-heading h2 {
	font-weight: 500 !important;
}
.job-content .block-heading h2 b, .job-content .block-heading h2 strong {
	font-weight: 500 !important;
}
.job-content p {
	margin-bottom: 20px;
}
.job-content p:last-child, .job-content p:last-of-type, .job-content p:empty {
	margin-bottom: 0;
}
.job-content .job-header .job-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: 400px;
}
.job-content .job-header:before {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -5%;
	width: 110%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.job-content .job-back {
	padding-top: 30px;
	padding-bottom: 40px;
}
.job-content .job-back a {
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
}
.job-content .job-back a i {
	color: rgba(28, 28, 28, 1);
}
.job-content .job-back a:hover {
	color: rgba(122, 178, 204, 1);
}
.job-content .job-back a:hover i {
	color: rgba(122, 178, 204, 1);
}
.job-content .job-description p {
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(232, 232, 232, 1);
}
/* border-right: 1px solid $grey-light; */
.job-content .posts-job .job-data-box .job-data-box-content {
	padding: 15px;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
	height: 100%;
}
.job-content .posts-job .job-data-box .job-data-box-content i {
	font-size: 2.15rem;
	color: rgba(28, 28, 28, 1);
	margin-bottom: 15px;
}
.job-content .posts-job .job-data-box .job-data-box-content span {
	display: block;
	margin: 0 auto;
	font: 500 1.15rem/1.25rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
}
.job-content .posts-job .post-content {
	padding-bottom: 30px;
}
.job-content .job-sidebar .job-sidebar-content {
	position: sticky;
	top: 85px;
}
.job-content .job-sidebar .job-meta .job-meta-content {
	padding: 15px;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
}
.job-content .job-sidebar .job-meta .job-meta-content p {
	display: flex;
	align-items: center;
}
.job-content .job-sidebar .job-meta .job-meta-content i {
	margin-right: 15px;
	font-size: 1.5rem;
	color: rgba(28, 28, 28, 1);
}
.job-content .job-sidebar .job-meta .job-meta-content span {
	font: 500 1.15rem/1.25rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
}
.job-content .job-sidebar .job-share .shariff {
	display: inline-block !important;
	width: auto !important;
	float: none;
	margin-top: 0;
}
.job-content .job-sidebar .job-share .shariff ul {
	display: block;
}
.job-content .job-sidebar .job-share .shariff .shariff-button {
	display: inline-block !important;
	margin: 0 15px 0 0 !important;
}
.job-content .job-sidebar .job-share .shariff .shariff-button, .job-content .job-sidebar .job-share .shariff .shariff-button a {
	background-color: rgba(122, 178, 204, 1) !important;
}
.job-content .job-sidebar .job-share .shariff .shariff-button:hover, .job-content .job-sidebar .job-share .shariff .shariff-button a:hover {
	background-color: rgba(0, 138, 204, 1) !important;
}
.job-form-section {
	padding-top: 75px;
	padding-bottom: 100px;
}
.job-form-section h2 {
	margin-bottom: 30px;
}


@media (min-width: 769px) and (max-width: 1023px) {
	.job-content .job-back {
		padding-left: 32px;
		padding-right: 32px;
	}
	.job-content .posts-job {
		padding-left: 32px;
		padding-right: 32px;
	}
	.job-content .posts-job .post-content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	body.single-jobs footer.footer {
		margin-top: 0;
	}
	.job-button-mobile {
		position: fixed;
		bottom: 105px;
		left: 0;
		right: 0;
		width: 100%;
		background: rgb(255 255 255 / 80%);
		z-index: 5;
		text-align: center;
	}
	.job-button-mobile .block-button-part {
		display: block;
	}
	.job-button-mobile .block-button-part .button-normal {
		width: 80%;
	}
	.job-button-mobile .block-button-part .button-normal .button-link {
		display: block;
	}
	.job-button-mobile .block-button-part .button-normal {
		width: 80%;
	}
	.job-content .job-header {
		height: 250px !important;
	}
	.job-content .job-header .job-header-bg {
		height: 250px;
	}
	.job-content h1 {
		margin-bottom: 5px !important;
	}
	.job-content .job-back {
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 0;
	}
	.job-content .posts-job {
		padding-left: 32px;
		padding-right: 32px;
	}
	.job-content .posts-job .post-content {
		padding-left: 0;
		padding-right: 0;
	}
	.job-content .job-form-section {
		padding-top: 40px;
		padding-bottom: 55px;
	}
	.job-content .job-form-section .job-form {
		padding: 0;
	}
}
/*=====  End of JOBS DEATILVIEW NEW  ======*/

/*=========================================
=              PRODUCT NEWS              =
=========================================*/
/*----------  Product News - General  ----------*/
body.page-template-page-product-news main .page-product-news {
	padding-bottom: 100px;
}
body.page-template-page-product-news main .product-news-header {
	padding-top: 70px !important;
	padding-block: 50px;
}
body.page-template-page-product-news main .product-news-sidebar > .columns {
	position: sticky;
	top: 175px;
}
body.page-template-page-product-news main .product-news-sidebar h2.h5 {
	margin-bottom: 15px;
}
body.page-template-page-product-news main .product-news-sidebar ul li {
	padding-left: 0;
	text-indent: 0;
	padding-bottom: 15px;
}
body.page-template-page-product-news main .product-news-sidebar ul li:before {
	display: none;
}
body.page-template-page-product-news main .product-news-sidebar ul li a {
	text-decoration: underline;
}
body.page-template-page-product-news main .product-news-sidebar ul li a:hover {
	color: rgba(0, 138, 204, 1);
}
body.page-template-page-product-news main .product-news-sidebar ul li a:hover i {
	color: rgba(0, 138, 204, 1);
}
body.page-template-page-product-news main .product-news-sidebar ul li i {
	font-size: 1rem;
	line-height: 1.5625rem;
}
body.page-template-page-product-news main .product-news-articles {
	position: relative;
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article {
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(159, 159, 159, 1);
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article:first-child, body.page-template-page-product-news main .product-news-articles .product-news-articles-article:first-of-type {
	padding-top: 0;
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article:last-child, body.page-template-page-product-news main .product-news-articles .product-news-articles-article:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article .product-news-articles-article-date {
	margin-bottom: 15px;
	font-weight: 700 !important;
	color: rgba(0, 138, 204, 1);
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article h2 {
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article .svg, body.page-template-page-product-news main .product-news-articles .product-news-articles-article figure.image {
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article p {
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article .button-normal {
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article ul li {
	padding-bottom: 15px;
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article .image-part-lightbox a:after {
	content: '+';
	position: absolute;
	left: 10px;
	bottom: 15px;
	width: 30px;
	height: 30px;
	background-color: rgba(122, 178, 204, 1);
	border-radius: 50px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	transition: all .5s ease-in-out;
}
body.page-template-page-product-news main .product-news-articles .product-news-articles-article .image-part-lightbox a:hover:after {
	background-color: rgba(0, 138, 204, 1);
	left: 20px;
	bottom: 25px;
	transform: scale(1.5);
}
body.page-template-page-product-news main .product-news-cta h2 {
	margin-bottom: 25px;
}
body.page-template-page-product-news main .product-news-articles-article-line {
	position: absolute;
	top: 5px;
	left: -25px;
	width: 5px;
	height: 101%;
	background-color: rgba(159, 159, 159, 1);
	z-index: 1;
}
body.page-template-page-product-news main .product-news-articles-article-line .product-news-articles-article-line-circle {
	position: absolute;
	top: -5px;
	left: -7px;
	width: 20px;
	height: 20px;
	border: 5px solid rgba(159, 159, 159, 1);
	border-radius: 50%;
	background: rgba(232, 232, 232, 1);
}

@media (max-width: 768px) {
	body.page-template-page-product-news main .product-news-articles-article-line {
		left: -10px;
	}
}
/*----------  Product News - OE  ----------*/
:root {
	font-size: 16px !important;
}
@media (max-width: 768px) {
	body.page-template-page-product-news main .page-template-page-product-news_oe .product-news-header .subtitle {
		font: 500 1.5rem/1.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h1 {
		font: 700 2.5rem/3rem 'Poppins', sans-serif !important;
		color: rgba(0, 99, 141, 1) !important;
		margin-bottom: 15px;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h2, body.page-template-page-product-news main .page-template-page-product-news_oe .h2 {
		font: 500 2.15rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h3, body.page-template-page-product-news main .page-template-page-product-news_oe .h3 {
		font: 500 1.5rem/2rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h4, body.page-template-page-product-news main .page-template-page-product-news_oe .h4 {
		font: 500 1.3rem/1.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h5, body.page-template-page-product-news main .page-template-page-product-news_oe .h5 {
		font: 700 1.25rem/1.5rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h6, body.page-template-page-product-news main .page-template-page-product-news_oe .h6 {
		font: 700 1.15rem/1.5rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe p, body.page-template-page-product-news main .page-template-page-product-news_oe a, body.page-template-page-product-news main .page-template-page-product-news_oe ul li {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe p.help, body.page-template-page-product-news main .page-template-page-product-news_oe p.help a {
		font: 400 0.95rem/1rem 'Roboto', sans-serif !important;
		color: rgba(159, 159, 159, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe span {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe .button-normal .button-link .button-text {
		line-height: 40px !important;
	}
}
@media (min-width: 769px) {
	body.page-template-page-product-news main .page-template-page-product-news_oe .product-news-header .subtitle {
		font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h1 {
		font: 700 2.75rem/3.125rem 'Poppins', sans-serif !important;
		color: rgba(0, 99, 141, 1) !important;
		margin-bottom: 15px;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h2, body.page-template-page-product-news main .page-template-page-product-news_oe .h2 {
		font: 500 2.5rem/2.95rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h3, body.page-template-page-product-news main .page-template-page-product-news_oe .h3 {
		font: 500 1.875rem/2.1875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h4, body.page-template-page-product-news main .page-template-page-product-news_oe .h4 {
		font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h5, body.page-template-page-product-news main .page-template-page-product-news_oe .h5 {
		font: 700 1.375rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe h6, body.page-template-page-product-news main .page-template-page-product-news_oe .h6 {
		font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe p, body.page-template-page-product-news main .page-template-page-product-news_oe a, body.page-template-page-product-news main .page-template-page-product-news_oe ul li {
		font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe p.help, body.page-template-page-product-news main .page-template-page-product-news_oe p.help a {
		font: 400 1rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(159, 159, 159, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe span {
		font: 400 1.25rem/1.25rem 'Roboto', sans-serif !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_oe .button-normal .button-link .button-text {
		line-height: 40px !important;
	}
}
body.page-template-page-product-news main .page-template-page-product-news_oe .product-news-sidebar ul li a:hover {
	color: rgba(0, 99, 141, 1) !important;
}
body.page-template-page-product-news main .page-template-page-product-news_oe .product-news-sidebar ul li a:hover i {
	color: rgba(0, 99, 141, 1);
}
body.page-template-page-product-news main .page-template-page-product-news_oe .product-news-articles .product-news-articles-article .product-news-articles-article-date {
	color: rgba(0, 99, 141, 1) !important;
}
/*----------  Product News - MC  ----------*/
:root {
	font-size: 16px !important;
}
@media (max-width: 768px) {
	body.page-template-page-product-news main .page-template-page-product-news_mc .product-news-header .subtitle {
		font: 500 1.3rem/1.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h1 {
		font: 700 2.5rem/3rem 'Poppins', sans-serif !important;
		color: rgba(0, 138, 204, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h2, body.page-template-page-product-news main .page-template-page-product-news_mc .h2 {
		font: 500 2.15rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h3, body.page-template-page-product-news main .page-template-page-product-news_mc .h3 {
		font: 500 1.5rem/2rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h4, body.page-template-page-product-news main .page-template-page-product-news_mc .h4 {
		font: 500 1.3rem/1.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h5, body.page-template-page-product-news main .page-template-page-product-news_mc .h5 {
		font: 700 1.25rem/1.5rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h6, body.page-template-page-product-news main .page-template-page-product-news_mc .h6 {
		font: 700 1.15rem/1.5rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc p, body.page-template-page-product-news main .page-template-page-product-news_mc a, body.page-template-page-product-news main .page-template-page-product-news_mc ul li {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc p.help, body.page-template-page-product-news main .page-template-page-product-news_mc p.help a {
		font: 400 0.95rem/1rem 'Roboto', sans-serif !important;
		color: rgba(159, 159, 159, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc span {
		font: 400 1.15rem/1.25rem 'Roboto', sans-serif !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc .button-normal .button-link .button-text {
		line-height: 40px !important;
	}
}
@media (min-width: 769px) {
	body.page-template-page-product-news main .page-template-page-product-news_mc .product-news-header .subtitle {
		font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h1 {
		font: 700 2.75rem/3.125rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h2, body.page-template-page-product-news main .page-template-page-product-news_mc .h2 {
		font: 500 2.5rem/2.95rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h3, body.page-template-page-product-news main .page-template-page-product-news_mc .h3 {
		font: 500 1.875rem/2.1875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h4, body.page-template-page-product-news main .page-template-page-product-news_mc .h4 {
		font: 500 1.5625rem/1.875rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h5, body.page-template-page-product-news main .page-template-page-product-news_mc .h5 {
		font: 700 1.375rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc h6, body.page-template-page-product-news main .page-template-page-product-news_mc .h6 {
		font: 700 1.25rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc p, body.page-template-page-product-news main .page-template-page-product-news_mc a, body.page-template-page-product-news main .page-template-page-product-news_mc ul li {
		font: 400 1.25rem/1.5625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc p.help, body.page-template-page-product-news main .page-template-page-product-news_mc p.help a {
		font: 400 1rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(159, 159, 159, 1) !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc span {
		font: 400 1.25rem/1.25rem 'Roboto', sans-serif !important;
	}
	body.page-template-page-product-news main .page-template-page-product-news_mc .button-normal .button-link .button-text {
		line-height: 40px !important;
	}
}
/*=====  End of PRODUCT NEWS  ======*/

/*===========================================
=            OE PLANS & FEATURES            =
===========================================*/
/* body.page-template-page-oe-plans-features main.oe-plans-features h2 {
	margin-bottom: 30px;
} */
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions.oe-plans-features-section {*/
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions {
	padding-bottom: 0;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions.oe-plans-features-section .columns.pt-5.pb-5 {
	padding-bottom: 0 !important;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content {
	border: 1px solid rgba(232, 232, 232, 1);
	border-radius: 10px;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text {
	margin: 15px;
	background-color: rgba(232, 232, 232, 1);
	border-radius: 10px;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text.is-offset-1 {
	margin-left: auto;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text h3 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px !important;
	padding-bottom: 15px;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: rgba(28, 28, 28, 1);
	border-radius: 10px;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text b  {
	display: block;
	margin-bottom: 30px;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text .block-button-link.button-arrow {
	padding-left: 22px;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text .block-button-part {
	margin-top: 50px;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text .block-button-part:last-child, body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text .block-button-part:last-of-type {
	margin-top: 15px;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image h4 {
	margin-bottom: 15px !important;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image ul {
	margin-bottom: 30px !important;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image ul li {
	margin-bottom: 7px;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image ul.success {
	margin-bottom: 15px !important;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image ul.success li {/* margin-bottom: 15px; */
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image .help {
	margin-top: 15px !important;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image .image {
	margin-top: 15px !important;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box.content-box_0 {
	margin-bottom: 30px;
}
body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions.oe-plans-features-section .block-content-boxes-box.content-box .content-box-content {
	border-color: #000;
}
@media (max-width: 768px) {
	body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content {
		flex-direction: column;
	}
	body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text {
		width: 94%;
	}
	body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-text .block-button-link.button-arrow {
		padding-left: 9px;
	}
	body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image ul {
		margin-bottom: 30px !important;
	}
	body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image ul li {
		margin-bottom: 7px !important;
	}
	body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image ul.success {
		margin-bottom: 15px !important;
	}
	body.page-template-page-oe-plans-features main.oe-plans-features .oe-plans-features-solutions .block-content-boxes-box.content-box .content-box-content .content-box-image ul.success li {
		margin-bottom: 15px !important;
	}
}
/*=====  End of OE PLANS & FEATURES  ======*/

/*=========================================
=          EVENT OVERVIEW NEW          =
=========================================*/
body.post-type-archive-events main, body.archive.tax-platforms main {
	padding-top: 35px;
}
body.post-type-archive-events .content-box a.content-box-link .content-box-text, body.archive.tax-platforms .content-box a.content-box-link .content-box-text {
	min-height: auto;
}
body.post-type-archive-events .block-header, body.archive.tax-platforms .block-header {
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: rgba(0, 60, 89, 1);
}
body.post-type-archive-events .block-header .block-header-content, body.archive.tax-platforms .block-header .block-header-content {
	min-height: 304px;
}
body.post-type-archive-events .block-header h1, body.archive.tax-platforms .block-header h1 {
	color: #fff !important;
	margin-bottom: 15px;
}
body.post-type-archive-events .block-header .block-header-title, body.archive.tax-platforms .block-header .block-header-title {
	padding-top: 30px;
	padding-bottom: 40px;
}
body.post-type-archive-events .block-header .block-header-title h1, body.archive.tax-platforms .block-header .block-header-title h1 {
	color: #fff !important;
	font-weight: 500 !important;
	margin-bottom: 15px;
}
body.post-type-archive-events .block-header .block-header-title .subtitle, body.archive.tax-platforms .block-header .block-header-title .subtitle {
	color: #fff !important;
}
body.post-type-archive-events .block-header .block-header-columns, body.archive.tax-platforms .block-header .block-header-columns {
	padding: 0 15px;
}
body.post-type-archive-events .block-upcoming, body.archive.tax-platforms .block-upcoming {
	margin-bottom: 30px;
}
body.post-type-archive-events .block-upcoming .block-upcoming-content-empty h4 a, body.archive.tax-platforms .block-upcoming .block-upcoming-content-empty h4 a {
	display: inline-block;
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 1) 0%, rgba(122, 178, 204, 1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.2em;
	background-position: 0 100%;
	transition: background-size ease-in 0.25s;
	word-break: break-word;
}
body.post-type-archive-events .block-upcoming .block-upcoming-content-empty h4 a:hover, body.archive.tax-platforms .block-upcoming .block-upcoming-content-empty h4 a:hover {
	color: rgba(0, 138, 204, 1);
	background-size: 100% 88%;
	background-image: linear-gradient(120deg, rgba(122, 178, 204, 0.5) 0%, rgba(122, 178, 204, 0.5) 100%);
}
body.post-type-archive-events .block-upcoming .block-upcoming-title .columns, body.archive.tax-platforms .block-upcoming .block-upcoming-title .columns {
	align-items: flex-end;
}
body.post-type-archive-events .block-upcoming .block-upcoming-title, body.archive.tax-platforms .block-upcoming .block-upcoming-title {
	margin-top: 15px;
	padding-bottom: 0;
}
body.post-type-archive-events .block-upcoming h2, body.post-type-archive-events .block-upcoming .h4, body.archive.tax-platforms .block-upcoming h2, body.archive.tax-platforms .block-upcoming .h4 {
	font-weight: 700 !important;
	line-height: 40px !important;
}
body.post-type-archive-events .block-upcoming .button-arrow .button-link, body.archive.tax-platforms .block-upcoming .button-arrow .button-link {
	width: auto;
	margin-right: 65px;
}
body.post-type-archive-events .block-upcoming .content-box a.content-box-link, body.archive.tax-platforms .block-upcoming .content-box a.content-box-link {
	min-height: 440px;
}
body.post-type-archive-events .block-upcoming .owl-nav, body.archive.tax-platforms .block-upcoming .owl-nav {
	display: block;
	position: absolute;
	right: 0;
	top: -41px;
	margin: 0;
}
body.post-type-archive-events .block-upcoming .owl-nav button, body.archive.tax-platforms .block-upcoming .owl-nav button {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(28, 28, 28, 1);
	border-radius: 50%;
	background-color: #fff;
}
body.post-type-archive-events .block-upcoming .owl-nav button span, body.archive.tax-platforms .block-upcoming .owl-nav button span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	line-height: 25px;
	font-weight: 400 !important;
	color: rgba(28, 28, 28, 1);
}
body.post-type-archive-events .block-upcoming .owl-nav button:hover, body.archive.tax-platforms .block-upcoming .owl-nav button:hover {
	border-color: rgba(0, 138, 204, 1);
	background-color: #fff;
}
body.post-type-archive-events .block-upcoming .owl-nav button:hover span, body.post-type-archive-events .block-upcoming .owl-nav button:hover span:before, body.archive.tax-platforms .block-upcoming .owl-nav button:hover span, body.archive.tax-platforms .block-upcoming .owl-nav button:hover span:before {
	color: rgba(0, 138, 204, 1);
}
body.post-type-archive-events .block-upcoming .post-meta, body.archive.tax-platforms .block-upcoming .post-meta {
	padding-top: 0;
}
body.post-type-archive-events .block-upcoming .post-meta p, body.archive.tax-platforms .block-upcoming .post-meta p {
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
	margin-bottom: 10px !important;
}
body.post-type-archive-events .block-upcoming .post-meta p:last-child, body.archive.tax-platforms .block-upcoming .post-meta p:last-child {
	margin-bottom: 0 !important;
}
body.post-type-archive-events .block-upcoming .post-meta .post-meta-upcoming, body.archive.tax-platforms .block-upcoming .post-meta .post-meta-upcoming {
	margin-right: 15px;
	padding: 3px 15px;
	font-size: 1.25rem !important;
	font-weight: 700;
	color: #fff;
	background-color: rgba(255, 74, 158, 1);
	border: 1px solid rgba(255, 74, 158, 1);
	border-radius: 50px;
}
body.post-type-archive-events .block-upcoming .post-meta .post-meta-ondemand, body.archive.tax-platforms .block-upcoming .post-meta .post-meta-ondemand {
	display: inline-block;
	margin-right: 15px;
	padding: 3px 15px;
	font-size: 1.25rem !important;
	font-weight: 700;
	color: #fff;
	background-color: rgba(0, 138, 204, 1);
	border: 1px solid rgba(0, 138, 204, 1);
	border-radius: 50px;
}
body.post-type-archive-events .blog-content, body.post-type-archive-events .blog-content-events, body.archive.tax-platforms .blog-content, body.archive.tax-platforms .blog-content-events {
	margin-top: 50px;
	padding-top: 50px;
	background-color: rgba(232, 232, 232, 1);
}
body.post-type-archive-events .blog-content h2, body.post-type-archive-events .blog-content .h4, body.post-type-archive-events .blog-content-events h2, body.post-type-archive-events .blog-content-events .h4, body.archive.tax-platforms .blog-content h2, body.archive.tax-platforms .blog-content .h4, body.archive.tax-platforms .blog-content-events h2, body.archive.tax-platforms .blog-content-events .h4 {
	font-weight: 700 !important;
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog {
	margin-bottom: 15px;
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog .filter-widget, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog .filter-widget, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog .filter-widget, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog .filter-widget {
	padding: 0;
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter {
	display: flex;
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter .field, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter .field, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter .field, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter .field {/* flex: 1; */
	margin-right: 15px;
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter .field label, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter .field label, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter .field label, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter .field label {
	display: none;
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter.posts-filter-form, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter.posts-filter-form, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter.posts-filter-form, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter.posts-filter-form {
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter button, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter button, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter button, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter button {
	color: rgba(0, 60, 89, 1);
	font-weight: 700;
	border: 1px solid rgba(0, 60, 89, 1);
	background-color: rgba(232, 232, 232, 1);
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter button:hover, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter button:hover, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter button:hover, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter button:hover {
	color: #fff;
	border-color: rgba(0, 138, 204, 1);
	background-color: rgba(0, 138, 204, 1);
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter button:focus, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter button:focus, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter button:focus, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter button:focus {
	outline: 0 !important;
	border-color: rgba(0, 138, 204, 1) !important;
	box-shadow: none !important;
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter .select:after, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter .select:after, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter .select:after, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter .select:after {
	border-color: rgba(0, 60, 89, 1);
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter .select:hover:after, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter .select:hover:after, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter .select:hover:after, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter .select:hover:after {
	border-color: #fff;
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter select, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter select, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter select, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter select {
	color: rgba(0, 60, 89, 1);
	font-weight: 700;
	border: 1px solid rgba(0, 60, 89, 1);
	background-color: rgba(232, 232, 232, 1);
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter select:hover, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter select:hover, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter select:hover, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter select:hover {
	color: #fff;
	border-color: rgba(0, 138, 204, 1);
	background-color: rgba(0, 138, 204, 1);
}
body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter select:focus, body.post-type-archive-events .blog-content .posts-filter.posts-filter-blog form.filter select:active, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter select:focus, body.post-type-archive-events .blog-content-events .posts-filter.posts-filter-blog form.filter select:active, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter select:focus, body.archive.tax-platforms .blog-content .posts-filter.posts-filter-blog form.filter select:active, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter select:focus, body.archive.tax-platforms .blog-content-events .posts-filter.posts-filter-blog form.filter select:active {
	outline: 0 !important;
	border-color: rgba(0, 138, 204, 1) !important;
	box-shadow: none !important;
}
body.post-type-archive-events .blog-content .block-events-event.content-list:after, body.post-type-archive-events .blog-content-events .block-events-event.content-list:after, body.archive.tax-platforms .blog-content .block-events-event.content-list:after, body.archive.tax-platforms .blog-content-events .block-events-event.content-list:after {
	content: '';
	display: block;
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(28, 28, 28, 1);
}
body.post-type-archive-events .blog-content .button-normal .button-link, body.post-type-archive-events .blog-content-events .button-normal .button-link, body.archive.tax-platforms .blog-content .button-normal .button-link, body.archive.tax-platforms .blog-content-events .button-normal .button-link {
	background: none !important;
	border: 1px solid rgba(122, 178, 204, 1);
}
body.post-type-archive-events .blog-content .button-normal .button-link .button-text, body.post-type-archive-events .blog-content-events .button-normal .button-link .button-text, body.archive.tax-platforms .blog-content .button-normal .button-link .button-text, body.archive.tax-platforms .blog-content-events .button-normal .button-link .button-text {
	color: rgba(122, 178, 204, 1);
}
body.post-type-archive-events .blog-content .button-normal .button-link .circle .icon, body.post-type-archive-events .blog-content-events .button-normal .button-link .circle .icon, body.archive.tax-platforms .blog-content .button-normal .button-link .circle .icon, body.archive.tax-platforms .blog-content-events .button-normal .button-link .circle .icon {
	background-color: rgba(122, 178, 204, 1);
}
body.post-type-archive-events .blog-content .button-normal .button-link .circle .icon:before, body.post-type-archive-events .blog-content-events .button-normal .button-link .circle .icon:before, body.archive.tax-platforms .blog-content .button-normal .button-link .circle .icon:before, body.archive.tax-platforms .blog-content-events .button-normal .button-link .circle .icon:before {
	border-color: rgba(122, 178, 204, 1);
}
body.post-type-archive-events .blog-content .button-normal .button-link:hover, body.post-type-archive-events .blog-content-events .button-normal .button-link:hover, body.archive.tax-platforms .blog-content .button-normal .button-link:hover, body.archive.tax-platforms .blog-content-events .button-normal .button-link:hover {
	background-color: #fff !important;
}
body.post-type-archive-events .blog-content .button-normal.button-normal_past .button-link, body.post-type-archive-events .blog-content-events .button-normal.button-normal_past .button-link, body.archive.tax-platforms .blog-content .button-normal.button-normal_past .button-link, body.archive.tax-platforms .blog-content-events .button-normal.button-normal_past .button-link {
	border-color: rgba(0, 138, 204, 1);
}
body.post-type-archive-events .blog-content .button-normal.button-normal_past .button-text, body.post-type-archive-events .blog-content-events .button-normal.button-normal_past .button-text, body.archive.tax-platforms .blog-content .button-normal.button-normal_past .button-text, body.archive.tax-platforms .blog-content-events .button-normal.button-normal_past .button-text {
	color: rgba(0, 138, 204, 1);
}
body.post-type-archive-events .blog-content .button-normal.button-normal_past .circle .icon, body.post-type-archive-events .blog-content-events .button-normal.button-normal_past .circle .icon, body.archive.tax-platforms .blog-content .button-normal.button-normal_past .circle .icon, body.archive.tax-platforms .blog-content-events .button-normal.button-normal_past .circle .icon {
	background-color: rgba(0, 138, 204, 1);
}
body.post-type-archive-events .blog-content .button-normal.button-normal_past .circle .icon:before, body.post-type-archive-events .blog-content-events .button-normal.button-normal_past .circle .icon:before, body.archive.tax-platforms .blog-content .button-normal.button-normal_past .circle .icon:before, body.archive.tax-platforms .blog-content-events .button-normal.button-normal_past .circle .icon:before {
	border-color: rgba(0, 138, 204, 1);
}
body.post-type-archive-events footer.footer, body.archive.tax-platforms footer.footer {
	margin-top: 10px;
}

@media (min-width: 769px) and (max-width: 1023px) {
	body.post-type-archive-events .blog-content .posts-main, body.post-type-archive-events .blog-content-events .posts-main, body.archive.tax-platforms .blog-content .posts-main, body.archive.tax-platforms .blog-content-events .posts-main {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 768px) {
	body.post-type-archive-events main, body.archive.tax-platforms main {
		padding-top: 0;
	}
	body.post-type-archive-events .block-header, body.archive.tax-platforms .block-header {
		padding-top: 0;
		padding-bottom: 0;
		background-color: #fff;
	}
	body.post-type-archive-events .block-header .block-header-bg.bg-img, body.archive.tax-platforms .block-header .block-header-bg.bg-img {
		display: none;
	}
	body.post-type-archive-events .block-header .block-header-content, body.archive.tax-platforms .block-header .block-header-content {
		min-height: auto;
		padding-bottom: 0 !important;
	}
	body.post-type-archive-events .block-header .block-header-content h1, body.archive.tax-platforms .block-header .block-header-content h1 {
		margin-bottom: 0 !important;
	}
	body.post-type-archive-events h1, body.archive.tax-platforms h1 {
		font-weight: 500 !important;
	}
	body.post-type-archive-events .blog-content, body.post-type-archive-events .blog-content-events, body.archive.tax-platforms .blog-content, body.archive.tax-platforms .blog-content-events {
		padding-bottom: 30px;
	}
	body.post-type-archive-events .blog-content .posts-main, body.post-type-archive-events .blog-content-events .posts-main, body.archive.tax-platforms .blog-content .posts-main, body.archive.tax-platforms .blog-content-events .posts-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.post-type-archive-events footer.footer, body.archive.tax-platforms footer.footer {
		margin-top: 0;
	}
}
/*=====  End of EVENT OVERVIEW NEW  ======*/

/*=============================================
=            EVENT DETAILVIEW NEW            =
=============================================*/
@media (max-width: 768px) {
	body.single.single-events h1, body.single.single-events .h1 {
		font: 700 2.75rem/3.125rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-events h2, body.single.single-events .h2 {
		font: 500 2.15rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-events h3, body.single.single-events .h3 {
		font: 500 1.5rem/2rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.single.single-events h4, body.single.single-events .h4 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-events h5, body.single.single-events .h5 {
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-events h6, body.single.single-events .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}
@media (min-width: 769px) {
	body.single.single-events h1, body.single.single-events .h1 {
		font: 700 3.5rem/4rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-events h2, body.single.single-events .h2 {
		font: 500 2.3rem/2.75rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-events h3, body.single.single-events .h3 {
		font: 700 1.9rem/2.5rem 'Poppins', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
		background: none;
		-webkit-text-fill-color: rgba(28, 28, 28, 1);
	}
	body.single.single-events h4, body.single.single-events .h4 {
		font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-events h5, body.single.single-events .h5 {
		font: 700 1.15rem/1.25rem 'Roboto', sans-serif !important;
		color: rgba(28, 28, 28, 1) !important;
	}
	body.single.single-events h6, body.single.single-events .h6 {
		color: rgba(28, 28, 28, 1) !important;
	}
}


body.single.single-events main {
	padding-top: 75px;
}


body.single.single-events footer.footer {
	margin-top: 0;
}


body.single.single-events footer.footer .footer-newsletter {
	display: none;
}
.event-content.posts-content {
	padding-top: 30px;
	padding-bottom: 30px;
	color: rgba(28, 28, 28, 1) !important;
}
.event-content.posts-content p, .event-content.posts-content li {
	color: rgba(28, 28, 28, 1) !important;
}
.event-content.posts-content .event-back, .event-content.posts-content .event-sidebar-back {
	padding-top: 0;
	padding-bottom: 40px;
}
.event-content.posts-content .event-back a, .event-content.posts-content .event-sidebar-back a {
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
}
.event-content.posts-content .event-back a i, .event-content.posts-content .event-sidebar-back a i {
	color: rgba(28, 28, 28, 1);
}
.event-content.posts-content .event-back a:hover, .event-content.posts-content .event-sidebar-back a:hover {
	color: rgba(122, 178, 204, 1);
}
.event-content.posts-content .event-back a:hover i, .event-content.posts-content .event-sidebar-back a:hover i {
	color: rgba(122, 178, 204, 1);
}
/* CONTENT */
.event-content.posts-content .posts.posts-event.posts-main {
	padding-bottom: 0;
}
.event-content.posts-content .posts.posts-event.posts-main .event-title {
	padding-top: 0;
}
.event-content.posts-content .posts.posts-event.posts-main .event-title h1 {
	color: rgba(28, 28, 28, 1) !important;
	font-weight: 500 !important;
	margin-bottom: 15px;
}
.event-content.posts-content .posts.posts-event.posts-main .event-title p.subtitle {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}
.event-content.posts-content .posts.posts-event.posts-main .event-title p.subtitle a {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
}
.event-content.posts-content .posts.posts-event.posts-main .event-date {
	padding-top: 0;
}
.event-content.posts-content .posts.posts-event.posts-main .event-date p {
	color: rgba(28, 28, 28, 1);
	font-weight: 700;
	margin-bottom: 10px !important;
}
.event-content.posts-content .posts.posts-event.posts-main .event-date p:last-child {
	margin-bottom: 0 !important;
}
.event-content.posts-content .posts.posts-event.posts-main .event-date .event-date-upcoming {
	margin-right: 15px;
	padding: 3px 15px;
	font-size: 1.25rem !important;
	font-weight: 700;
	color: #fff;
	background-color: rgba(255, 74, 158, 1);
	border: 1px solid rgba(255, 74, 158, 1);
	border-radius: 50px;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content, .event-content.posts-content .posts.posts-event.posts-main .event-content {
	padding-top: 15px;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-heading h4, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-heading h4 {
	margin-top: 15px !important;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-list ul li, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-list ul li {
	padding-left: 25px;
	text-indent: -25px;
	margin-bottom: 0;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-list ul li:before, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-list ul li:before {
	content: '\2022';
	font-size: 2rem;
	line-height: 0;
	color: rgba(0, 138, 204, 1);
	padding-right: 15px;
	vertical-align: middle;
	background: none;
	position: relative;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-speaker, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker {
	padding: 30px 15px 0;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-speaker .columns.is-multiline, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker .columns.is-multiline {
	padding-top: 0 !important;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-speaker .block-speaker-member, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker .block-speaker-member {
	text-align: left;
	margin-bottom: 0;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-speaker .block-speaker-member:first-child, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker .block-speaker-member:first-child {
	padding-left: 15px;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-speaker .block-speaker-member:hover figure img, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker .block-speaker-member:hover figure img {
	transform: scale(1.2);
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-speaker .block-speaker-member-image, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker .block-speaker-member-image {
	width: 130px;
	flex: 0;
	padding-left: 0;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-speaker .block-speaker-member-name, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker .block-speaker-member-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-speaker figure, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker figure {
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-speaker figure img, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker figure img {
	width: auto;
	min-width: 100%;
	height: 100%;
	transition: all .5s ease-in-out;
}
.event-content.posts-content .posts.posts-event.posts-main .webinar-content .block-speaker a, .event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker a {
	display: block;
}
.event-content.posts-content .webinar-share, .event-content.posts-content .event-share {
	padding-bottom: 30px;
}
.event-content.posts-content .webinar-share .shariff, .event-content.posts-content .event-share .shariff {
	float: none;
	width: 100%;
}
.event-content.posts-content .webinar-share .shariff .shariff-button, .event-content.posts-content .event-share .shariff .shariff-button {
	margin: 0 15px 0 0 !important;
}
.event-content.posts-content .webinar-share .shariff .shariff-button, .event-content.posts-content .webinar-share .shariff .shariff-button a, .event-content.posts-content .event-share .shariff .shariff-button, .event-content.posts-content .event-share .shariff .shariff-button a {
	background-color: rgba(122, 178, 204, 1) !important;
}
.event-content.posts-content .webinar-share .shariff .shariff-button:hover, .event-content.posts-content .webinar-share .shariff .shariff-button a:hover, .event-content.posts-content .event-share .shariff .shariff-button:hover, .event-content.posts-content .event-share .shariff .shariff-button a:hover {
	background-color: rgba(0, 138, 204, 1) !important;
}
.event-content.posts-content .event-sidebar-related {
	padding-top: 75px;
	padding-bottom: 100px;
}
.event-content.posts-content .event-sidebar-related h2 {
	margin-bottom: 30px;
}
.event-content.posts-content .event-sidebar-related .content-box-new.content-box-event a.content-box-link .content-box-text-meta p:not(.post-meta) {
	text-align: right;
	flex: 1;
}
.event-content.posts-content .event-sidebar-related .content-box-new.content-box-event a.content-box-link .content-box-text-meta .post-meta .post-meta-tye {
	background-color: rgba(255, 74, 158, 1);
	border: 1px solid rgba(255, 74, 158, 1);
}
@media (max-width: 768px) {
	body.single.single-events main {
		padding-top: 15px;
	}
	.event-content.posts-content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.event-content.posts-content .event-back {
		padding-left: 0;
		padding-right: 0;
	}
	.event-content.posts-content .posts.posts-event.posts-main {
		border: 0 !important;
	}
	.event-content.posts-content .posts.posts-event.posts-main .event-date .event-date-subtitle {
		font: 400 1.563rem/1.875rem 'Roboto', sans-serif !important;
	}
	.event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker .columns.is-multiline {
		display: flex;
		padding-bottom: 0 !important;
	}
	.event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker .columns.is-multiline .block-speaker-member {
		width: 50%;
	}
	.event-content.posts-content .posts.posts-event.posts-main .event-content .block-speaker .columns.is-multiline .block-speaker-member .columns.is-multiline {
		display: block;
	}
	.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article {
		padding-bottom: 30px;
	}
	.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article h5 {
		margin-bottom: 0 !important;
	}
	.page-webinar-series-webinarse .webinar-serie-webinars .webinar-serie-webinars-article:after {
		display: none;
	}
}


/* EVENT SESSIONS */
.event-sessions .event-sessions-group-title:after {
	content: '';
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(28, 28, 28, 1);
}
.event-sessions .event-sessions-group-title p.subtitle {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}
.event-sessions .event-sessions-group-title h3 {
	margin-bottom: 15px;
}
.event-sessions .event-sessions-events-article {
	position: relative;
}
.event-sessions .event-sessions-events-article .event-sessions-events-article-timeline {
	position: relative;
	z-index: 1;
	text-align: center;
}
.event-sessions .event-sessions-events-article .event-sessions-events-article-timeline .events-article-timeline-date {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
}
.event-sessions .event-sessions-events-article .event-sessions-events-article-timeline .events-article-timeline-time {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif;
	font-weight: 700;
	color: rgba(28, 28, 28, 1);
}
.event-sessions .event-sessions-events-article .event-sessions-events-article-content {
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(28, 28, 28, 1);
}
.event-sessions .event-sessions-events-article:last-child .event-sessions-events-article-content, .event-sessions .event-sessions-events-article:last-of-type .event-sessions-events-article-content {
	border: none;
}
.event-sessions .event-sessions-events-article a:hover p {
	color: rgba(0, 138, 204, 1) !important;
}
.event-sessions .event-sessions-events-article h4 {
	font-weight: 700 !important;
	text-transform: uppercase;
}
.event-sessions .event-sessions-events-article h5 {
	margin-bottom: 15px;
}
.event-sessions .event-sessions-events-article p.subtitle {/* margin-bottom: 30px !important; */
}
.event-sessions .event-sessions-events-article .events-article-content-member {
	color: rgba(0, 60, 89, 1);
	font-size: smaller;
}
.event-sessions .event-sessions-events-article .events-article-content-member:after {
	content: ',';
}
.event-sessions .event-sessions-events-article .events-article-content-member:last-child:after {
	display: none;
}
/*=====  End of EVENT DETAILVIEW NEW  ======*/

/*===========================================
=            NEWS OVERVIEW - NEW            =
===========================================*/
body.post-type-archive-news {
	/* footer.footer {
		margin-top: 10px;
	} */
}
body.post-type-archive-news h2, body.post-type-archive-news .h4 {
	font-weight: 700 !important;
	line-height: 40px !important;
}
body.post-type-archive-news .news-media-contact {
	padding-top: 50px;/* padding-bottom: 30px; */
}
/* .block-content-section_news-media {
		padding-top: 30px;
		padding-bottom: 70px;
	} */
body.post-type-archive-news .block-cta h3 {
	color: rgba(28, 28, 28, 1) !important;
	background: none;
	-webkit-text-fill-color: rgba(28, 28, 28, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article {
	position: relative;
}
body.post-type-archive-news .webinar-serie-webinars-article:after {
	content: '';
	position: absolute;
	left: 17%;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(28, 28, 28, 1);
	z-index: 0;
}
body.post-type-archive-news .webinar-serie-webinars-article.webinar-serie-webinars-article_0:after {
	height: 50%;
}
body.post-type-archive-news .webinar-serie-webinars-article:last-child:after {
	top: 0;
	bottom: auto;
	height: 50%;
}
body.post-type-archive-news .webinar-serie-webinars-article .webinar-serie-webinars-article-timeline {
	position: relative;
	z-index: 1;
	background-color: rgba(232, 232, 232, 1);
	text-align: center;
}
body.post-type-archive-news .webinar-serie-webinars-article .webinar-serie-webinars-article-timeline .webinars-article-timeline-date {
	font: 400 1.563rem/1.875rem 'Roboto', sans-serif;
	color: rgba(28, 28, 28, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article .webinar-serie-webinars-article-timeline .webinars-article-timeline-time {
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif;
	font-weight: 700;
	color: rgba(28, 28, 28, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article .webinar-serie-webinars-article-content:after {
	content: '';
	display: block;
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(28, 28, 28, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article:last-child .webinar-serie-webinars-article-content:after {
	display: none;
}
body.post-type-archive-news .webinar-serie-webinars-article .webinar-serie-webinars-article-content_demand {
	filter: grayscale(1);
}
body.post-type-archive-news .webinar-serie-webinars-article a figure {
	overflow: hidden;
	border-radius: 10px;
}
body.post-type-archive-news .webinar-serie-webinars-article a figure img {
	transition: all .5s ease-in-out;
}
body.post-type-archive-news .webinar-serie-webinars-article a:hover figure img {
	transform: scale(1.2);
}
body.post-type-archive-news .webinar-serie-webinars-article a:hover p {
	color: rgba(0, 138, 204, 1) !important;
}
body.post-type-archive-news .webinar-serie-webinars-article h4 {
	font-weight: 700 !important;
	text-transform: uppercase;
}
body.post-type-archive-news .webinar-serie-webinars-article h5 {
	margin-bottom: 15px;
}
body.post-type-archive-news .webinar-serie-webinars-article p.subtitle {
	margin-bottom: 0px !important;
}
body.post-type-archive-news .webinar-serie-webinars-article .button-normal {
	margin-top: 30px;
}
body.post-type-archive-news .webinar-serie-webinars-article .button-normal .button-link {
	background: none !important;
	border: 1px solid rgba(122, 178, 204, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article .button-normal .button-link .button-text {
	color: rgba(122, 178, 204, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article .button-normal .button-link .circle .icon {
	background-color: rgba(122, 178, 204, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article .button-normal .button-link .circle .icon:before {
	border-color: rgba(122, 178, 204, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article .button-normal .button-link:hover {
	background-color: #fff !important;
}
body.post-type-archive-news .webinar-serie-webinars-article .button-normal.button-normal_upcoming .button-link {
	border-color: rgba(255, 74, 158, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article .button-normal.button-normal_upcoming .button-text {
	color: rgba(255, 74, 158, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article .button-normal.button-normal_upcoming .circle .icon {
	background-color: rgba(255, 74, 158, 1);
}
body.post-type-archive-news .webinar-serie-webinars-article .button-normal.button-normal_upcoming .circle .icon:before {
	border-color: rgba(255, 74, 158, 1);
}

@media (min-width: 769px) and (max-width: 1023px) {
	body.post-type-archive-news {
		/* .blog-content, .blog-content-news {
			.posts-main {
				padding-left: 15px;
				padding-right: 15px;
			}
		} */
	}
}

@media (max-width: 768px) {
	body.post-type-archive-news {
		/* main {
			padding-top: 0;
		}
		.block-header {
			padding-top: 0;
			padding-bottom: 0;
			background-color: #fff;
			.block-header-bg.bg-img {
				display: none;
			}
			.block-header-content {
				min-height: auto;
				padding-bottom: 0 !important;
				h1 {
					margin-bottom: 0 !important;
				}
			}
		}
		h1 {
			font-weight: 500 !important;
		}
		.blog-content, .blog-content-news {
			padding-bottom: 30px;
			.posts-main {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
		footer.footer {
			margin-top: 0;
		} */
	}
}
/*=====  End of NEWS OVERVIEW - NEW  ======*/


/*============================
=            WPML            =
============================*/
.message_translation {
	margin-bottom: 0;
	margin-top: 100px;
}
body.has-submenu .message_translation {
	margin-top: 150px;
	margin-bottom: 0;
}
/* body.logged-in.has-submenu .message_translation {
	margin-top: 150px;
	margin-bottom: 0;
}
body.logged-in.admin-bar.has-submenu main {
    padding-top: 32px !important;
} */
/*----------  Language Switcher  ----------*/
.navbar-item.navbar-wpml-switcher, .wpml-ls-statics-footer.wpml-ls {
	align-items: flex-end;
	padding-bottom: 9px;
	display: flex;
}
.navbar-item.navbar-wpml-switcher li, .wpml-ls-statics-footer.wpml-ls li {
	padding: 0;
	text-indent: 0;
	list-style: none;
}
.navbar-item.navbar-wpml-switcher li:before, .wpml-ls-statics-footer.wpml-ls li:before {
	display: none;
}
.navbar-item.navbar-wpml-switcher li a:hover, .wpml-ls-statics-footer.wpml-ls li a:hover {
	color: rgba(0, 138, 204, 1);
}
/*=====  End of WPML  ======*/

/*===========================================
=            Services Pages 2024            =
===========================================*/
body.page-id-70701 .block-header, body.page-id-70705 .block-header, body.page-id-70709 .block-header, body.page-id-70688 .block-header, body.page-id-70692 .block-header, body.page-id-70697 .block-header,
body.page-id-70733 .block-header, body.page-id-70735 .block-header, body.page-id-70737 .block-header, body.page-id-70739 .block-header, body.page-id-70741 .block-header, body.page-id-70731 .block-header {
	margin-bottom: 10px;
}
body.page-id-70701 .block-content-section .block-content-section-source, body.page-id-70705 .block-content-section .block-content-section-source, body.page-id-70709 .block-content-section .block-content-section-source, body.page-id-70688 .block-content-section .block-content-section-source, body.page-id-70692 .block-content-section .block-content-section-source, body.page-id-70697 .block-content-section .block-content-section-source,
body.page-id-70733 .block-content-section .block-content-section-source, body.page-id-70735 .block-content-section .block-content-section-source, body.page-id-70737 .block-content-section .block-content-section-source, body.page-id-70739 .block-content-section .block-content-section-source, body.page-id-70741 .block-content-section .block-content-section-source, body.page-id-70731 .block-content-section .block-content-section-source {
	padding-top: 45px;
	padding-bottom: 45px;
}
body.page-id-70701 .block-content-section .block-content-section-source .image img, body.page-id-70705 .block-content-section .block-content-section-source .image img, body.page-id-70709 .block-content-section .block-content-section-source .image img, body.page-id-70688 .block-content-section .block-content-section-source .image img, body.page-id-70692 .block-content-section .block-content-section-source .image img, body.page-id-70697 .block-content-section .block-content-section-source .image img,
body.page-id-70733 .block-content-section .block-content-section-source .image img, body.page-id-70735 .block-content-section .block-content-section-source .image img, body.page-id-70737 .block-content-section .block-content-section-source .image img, body.page-id-70739 .block-content-section .block-content-section-source .image img, body.page-id-70741 .block-content-section .block-content-section-source .image img, body.page-id-70731 .block-content-section .block-content-section-source .image img {
	max-height: 400px;
}
body.page-id-70701 footer.footer, body.page-id-70705 footer.footer, body.page-id-70709 footer.footer, body.page-id-70688 footer.footer, body.page-id-70692 footer.footer, body.page-id-70697 footer.footer,
body.page-id-70733 footer.footer, body.page-id-70735 footer.footer, body.page-id-70737 footer.footer, body.page-id-70739 footer.footer, body.page-id-70741 footer.footer, body.page-id-70731 footer.footer {
	margin-top: 10px;
}
/*=====  End of Services Pages 2024  ======*/

@media (min-width: 1024px) and (max-width: 1215px) {
	.content-box-new a.content-box-link .content-box-image .content-box-source {
		height: 170px;
	}
}
@media (min-width: 769px) and (max-width: 1023px) {
	.content-box-new a.content-box-link .content-box-image .content-box-source {
		height: 130px;
	}
}



.block-customer-opinions, .oe-solutions-testimonials, .mc-modules-success-stories {
	padding-bottom: 50px;
}
.block-customer-opinions .block-content-boxes-box .content-box-text,
.oe-solutions-testimonials .block-content-boxes-box .content-box-text,
.mc-modules-success-stories .block-content-boxes-box .content-box-text {
	background-color: #fff;
	border-radius: 15px;
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
}
.block-customer-opinions p,
.oe-solutions-testimonials p,
.mc-modules-success-stories p {
	color: rgba(0, 60, 89, 1) !important;
}
.block-customer-opinions p:not(.opinion-content-name),
.oe-solutions-testimonials p:not(.opinion-content-name),
.mc-modules-success-stories p:not(.opinion-content-name) {
	margin-bottom: 0;
}
.block-customer-opinions p:not(.opinion-content-name):before, .block-customer-opinions p:not(.opinion-content-name):after,
.oe-solutions-testimonials p:not(.opinion-content-name):before, .oe-solutions-testimonials p:not(.opinion-content-name):after,
.mc-modules-success-stories p:not(.opinion-content-name):before, .mc-modules-success-stories p:not(.opinion-content-name):after {
	content: '"';
	color: #29aae2 !important;
	font-size: 3em;
	line-height: 0;
	font-style: italic;
	font-weight: 700;
}
.block-customer-opinions p:not(.opinion-content-name):after,
.oe-solutions-testimonials p:not(.opinion-content-name):after,
.mc-modules-success-stories p:not(.opinion-content-name):after {
	font-size: 1.25em;
}
.block-customer-opinions .button-arrow,
.oe-solutions-testimonials .button-arrow,
.mc-modules-success-stories .button-arrow {
	display: inline-block;
	text-align: right;
}
.background-dark-blue.block-customer-opinions .button-arrow .button-link .circle,
.background-dark-blue.oe-solutions-testimonials .button-arrow .button-link .circle,
.background-grey.mc-modules-success-stories .button-arrow .button-link .circle {
	background-color: transparent !important;
}
.block-customer-opinions p.opinion-content-name,
.oe-solutions-testimonials p.opinion-content-name,
.mc-modules-success-stories p.opinion-content-name {
	margin-top: 15px;
	font-size: 16px !important;
	text-align: center;
	flex: 1;
	align-content: flex-end;
}
.block-customer-opinions p.opinion-content-name strong,
.oe-solutions-testimonials p.opinion-content-name strong,
.mc-modules-success-stories p.opinion-content-name strong {
	text-align: center;
}
.block-customer-opinions p.opinion-content-name strong,
.oe-solutions-testimonials p.opinion-content-name strong,
.mc-modules-success-stories p.opinion-content-name strong {
	color: #29aae2 !important;
}
.block-customer-opinions p.opinion-content-name .opinion-content-name_company,
.oe-solutions-testimonials p.opinion-content-name .opinion-content-name_company,
.mc-modules-success-stories p.opinion-content-name .opinion-content-name_company {
	display: inline-block;
	font-size: 14px !important;
	height: 45px !important;
}
.block-customer-opinions figure,
.oe-solutions-testimonials figure,
.mc-modules-success-stories figure {
	margin-bottom: 30px !important;
}
.block-customer-opinions figure img,
.oe-solutions-testimonials figure img,
.mc-modules-success-stories figure img {
	border-radius: 50%;
	width: 120px;
	height: 120px;
}
.mc-upgrade-offer-testimonials figure img,
.mc-modules-success-stories figure img {
	border-radius: 0;
	width: 250px;
	height: auto;
}
main.mc-modules .mc-modules-success-stories.block-content-boxes .content-box_0 {
	margin-right: 0;
}
main.mc-modules .mc-modules-success-stories.block-content-boxes .block-content-boxes-box,
.mc-modules-success-stories.block-content-boxes .block-content-boxes-box {
	border: 0;
}
main.mc-modules .content-box .content-box-text {
	padding: 30px;
}


/* Webinar Series TrueDEM Product News */
body.page-template-page-webinar-series-truedem-product-news h2,
body.page-template-page-webinar-series-truedem-product-news .h4,
body.page-template-page-webinar-series-hcl-product-news h2,
body.page-template-page-webinar-series-hcl-product-news .h4 {
  font-weight: 700 !important;
}
body.page-template-page-webinar-series-truedem-product-news .page-webinar-series-upcoming,
body.page-template-page-webinar-series-hcl-product-news .page-webinar-series-upcoming {
	padding-bottom: 70px;
	padding-top: 0px;
}
body.page-template-page-webinar-series-truedem-product-news .content-box-webinar.content-box-webinar-upcoming .content-box-link,
body.page-template-page-webinar-series-hcl-product-news .content-box-webinar.content-box-webinar-upcoming .content-box-link {
	position: relative;
	overflow: hidden;
}
body.page-template-page-webinar-series-truedem-product-news .content-box-webinar.content-box-webinar-upcoming .content-box-link::after {
	content: '';
	position: absolute;
	top: 5px;
	right: -50px;
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 20px solid #28AAE2;
	z-index: 0;
	opacity: 0.1;
}

body.page-template-page-webinar-series-hcl-product-news .content-box-webinar.content-box-webinar-upcoming .content-box-link::after {
	content: '';
	position: absolute;
	top: 60px;
	right: -50px;
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 15px;
	border: 25px solid rgb(0, 60, 89);
	z-index: 0;
	transform: rotate(45deg);
	opacity: 0.1;
}
body.page-template-page-webinar-series-hcl-product-news .content-box-webinar.content-box-webinar-upcoming .content-box-link h5 {
	margin-bottom: 15px;
}

body.page-template-page-webinar-series-truedem-product-news .content-box-webinar.content-box-webinar-upcoming .content-box-text-meta,
body.page-template-page-webinar-series-hcl-product-news .content-box-webinar.content-box-webinar-upcoming .content-box-text-meta {
	justify-content: flex-start;
}
body.page-template-page-webinar-series-truedem-product-news .content-box-webinar.content-box-webinar-upcoming .content-box-text-meta .post-meta-next .post-meta-tye,
body.page-template-page-webinar-series-hcl-product-news .content-box-webinar.content-box-webinar-upcoming .content-box-text-meta .post-meta-next .post-meta-tye {
	background-color: #28AAE2 !important;
	border-color: #28AAE2 !important;
}
body.page-template-page-webinar-series-truedem-product-news .content-box-new.content-box-webinar.content-box-webinar-upcoming a.content-box-link .content-box-text,
body.page-template-page-webinar-series-hcl-product-news .content-box-new.content-box-webinar.content-box-webinar-upcoming a.content-box-link .content-box-text {
	min-height: 105px;
}
body.page-template-page-webinar-series-truedem-product-news .posts-main-content-year,
body.page-template-page-webinar-series-hcl-product-news .posts-main-content-year {
  margin-top: 20px;
}
body.page-template-page-webinar-series-truedem-product-news .block-events-event.content-list::after,
body.page-template-page-webinar-series-hcl-product-news .block-events-event.content-list::after {
	content: '';
	display: block;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(28, 28, 28, 1);
}
/* Single */
body.single-webinars .page-webinar-series-upcoming {
	padding-bottom: 70px;
	padding-top: 0px;
}
body.single-webinars .content-box-new.content-box-webinar.content-box-webinar-upcoming a.content-box-link .content-box-text {
	min-height: 105px;
}
body.single-webinars .content-box-webinar.content-box-webinar-upcoming .content-box-link {
	position: relative;
	overflow: hidden;
}
body.single-webinars .content-box-webinar.content-box-webinar-upcoming .content-box-link::after {
	content: '';
	position: absolute;
	top: 5px;
	right: -50px;
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 20px solid #28AAE2;
	z-index: 0;
	opacity: 0.1;
}
body.single-webinars .content-box-webinar.content-box-webinar-upcoming.content-box-webinar-hcl .content-box-link::after {
	content: '';
	position: absolute;
	top: 60px;
	right: -50px;
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 15px;
	border: 25px solid rgb(0, 60, 89);
	z-index: 0;
	transform: rotate(45deg);
	opacity: 0.1;
}
body.single-webinars .content-box-webinar.content-box-webinar-upcoming.content-box-webinar-hcl .content-box-link h5 {
	margin-bottom: 15px;
}
body.single-webinars .content-box-webinar.content-box-webinar-upcoming .content-box-text-meta {
	justify-content: flex-start;
}
body.single-webinars .content-box-webinar.content-box-webinar-upcoming .content-box-text-meta .post-meta-next .post-meta-tye {
	background-color: #28AAE2 !important;
	border-color: #28AAE2 !important;
}
@media (max-width: 768px) {
	body.single-webinars h2 strong,
	body.single-webinars .webinar-serie-title .h4 strong {
		font-size: 1.25rem !important;
		line-height: 1.85rem !important;
	}
}

/*=============================
=            FIGMA            =
=============================*/
body.page-template-page-figma .page-content-figma-iframe iframe {
	position: relative;
	z-index: 0;
}
body.page-template-page-figma .page-content-figma-iframe .page-content-figma-iframe-before {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	height: 55px;
	background-color: #fff;
	z-index: 1;
}
body.page-template-page-figma .page-content-figma-iframe .page-content-figma-iframe-after {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	height: 55px;
	background-color: #fff;
	z-index: 1;
}
/*=====  End of FIGMA  ======*/

body.single.postid-73743 .block-button .columns.has-text-centered,
body.single.postid-73780 .block-button .columns.has-text-centered {
    text-align: left !important;
    padding-top: 0px !important;
    padding-bottom: 15px !important;
}



body.logged-in nav#mainmenu-navigation,
body.logged-in .submenu_navi.is-fixed-by-script {
	top: 33px;
}

main.mc-modules,
body.greenlight main,
body.securityinsider main,
body.idna-applications main {
	padding-top: 1px !important;
}
body.securityinsider .block-header .block-header-half .block-header-img,
body.greenlight .block-header .block-header-half .block-header-img,
body.idna-applications .block-header .block-header-half .block-header-img {
	height: 310px;
}
body.securityinsider main > div:nth-of-type(3),
body.greenlight main > div:nth-of-type(3),
body.idna-applications main > div:nth-of-type(3) {
	padding-top: 50px;
}
main.mc-landingpage .mc-modules-header,
body.greenlight .block-header,
body.securityinsider .block-header,
body.idna-applications .block-header {
	margin-bottom: 0;
}
body.post-type-archive-webinars main,
body.blog main, body.post-type-archive-news main,
body.post-type-archive-downloads main,
body.single-customer-stories main,
body.post-type-archive-events main, body.archive.tax-platforms main {
	padding-top: 70px;
}

/* Imprint */
body.page-template-page-imprint main,
body.page-template-page-company main.company-2026 {
	padding-top: 1px;
}
body.page-template-page-imprint .page-content-imprint {
	padding-top: 50px;
}
body.page-template-page-imprint .block-header {
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: rgba(0, 60, 89, 1);
}
body.page-template-page-imprint .block-header .block-header-columns {
	padding: 0 15px;
}
body.page-template-page-imprint .block-header .block-header-title {
	padding-top: 30px;
	padding-bottom: 40px;
}
body.page-template-page-imprint .block-header .block-header-title h1 {
	color: #fff !important;
	font-weight: 500 !important;
	margin-bottom: 15px;
}

/* Company 2026 */
body.page-template-page-company main.company-2026 {
}
body.page-template-page-company .company-2026-header {
	position:relative;
	background-color:#0a3a5a;
	min-height:680px;
}
body.page-template-page-company .company-2026-header .block-header-full {
	position:relative;
	z-index:2;
	min-height:680px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
body.page-template-page-company .company-2026-header h1 {
	color:#fff !important;
}
body.page-template-page-company .company-2026-header .subtitle {
	color:rgba(255,255,255,.92) !important;
}
body.page-template-page-company .company-2026-header h1 em {
	font-style:italic;
	font-weight:400;
	font-family:'Source Serif 4','Source Serif Pro',Georgia,serif;
	color:rgba(122, 178, 204, 1)!important;
}
body.page-template-page-company .company-2026-header .company-2026-header-facts {
	margin-top:auto; padding-bottom:2rem;
}
body.page-template-page-company .company-2026-header .company-2026-header-facts .columns {
	background:rgba(255,255,255,.10);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	border:1px solid rgba(255,255,255,.22);
	border-radius:18px;
	padding:0 30px;
	margin:0;
}
body.page-template-page-company .company-2026-header .company-2026-header-facts .columns .block-content-boxes-box.content-box_0,
body.page-template-page-company .company-2026-header .company-2026-header-facts .columns .block-content-boxes-box.content-box_1 {
	border-right:1px solid rgba(255,255,255,.22);
}
body.page-template-page-company .company-2026-header .company-2026-header-facts .block-content-boxes-box h3.h4 {
	font-size:2.4rem!important;
	-webkit-text-fill-color:#fff!important;
	font-weight:800!important;
	letter-spacing:-0.02em;
	line-height:1;
	margin-bottom:.25rem;
}
body.page-template-page-company .company-2026-header .company-2026-header-facts .block-content-boxes-box p {
	color:rgba(255,255,255,.78)!important;
	font-weight:500;
	font-size:.875rem;margin:0;
}
body.page-template-page-company .company-2026-focus h3.h2 {
	-webkit-text-fill-color: #000;
}
body.page-template-page-company .company-2026-focus .block-button-link.button-arrow,
body.page-template-page-company .company-2026-trust .block-button-link.button-arrow {
	margin-top:30px;
}
body.page-template-page-company .company-2026-trust .company-2026-trust-logos {
	width: 70%;
	margin-top: 15px;
}
body.page-template-page-company .company-2026-testimonial h4 {
	font-style: italic !important;
	color: #fff !important;
}
body.page-template-page-company .company-2026-testimonial em {
	display: block;
	font: 400 1.313rem/1.625rem 'Roboto', sans-serif !important;
	font-style: italic !important;
}
body.page-template-page-company .company-2026-mission .company-2026-mission-points h3.h4 {
	font-weight: 700 !important;
	font-size: 1.5rem !important;
	margin-bottom: 15px;
}
body.page-template-page-company .company-2026-mission .company-2026-mission-points h3.h4 span {
	display: inline-block;
	margin-left: 15px;
	width: 70%;
	height: 2px;
	background: #fff;
}
body.page-template-page-company .company-2026-mission .company-2026-mission-points p strong {
	font-size: 1.15rem;
	line-height: 1.15rem;
	color: #fff;
}
body.page-template-page-company .company-2026-work ul li {
	display: flex;
	margin-bottom: 15px;
	padding-left: 0;
	text-indent: 0;
}
body.page-template-page-company .company-2026-work ul li:first-child {
	margin-top: 15px;
}
body.page-template-page-company .company-2026-work ul li:last-child {
	margin-bottom: 0;
}
body.page-template-page-company .company-2026-work ul li:before {
	display: none;
}
body.page-template-page-company .company-2026-work ul li i {
	padding-right:10px;
	color:#008acc;
	font-size: 1.5rem;
}
body.page-template-page-company .company-2026-leadership {
	padding-bottom:50px;
}
body.page-template-page-company .company-2026-assets .block-content-boxes-box h3,
body.page-template-page-company .company-2026-offices .block-content-boxes-box h3 {
	font-weight:400 !important;
	-webkit-text-fill-color:#000!important;
}