
a.bdt-link-muted, .bdt-link-muted a, .bdt-link-toggle .bdt-link-muted {
	color: #999;
}

a.bdt-link-muted:hover, .bdt-link-muted a:hover, .bdt-link-toggle:hover .bdt-link-muted {
	color: #666;
}

a.bdt-link-text, .bdt-link-text a, .bdt-link-toggle .bdt-link-text {
	color: inherit;
}

a.bdt-link-text:hover, .bdt-link-text a:hover, .bdt-link-toggle:hover .bdt-link-text {
	color: #999;
}

a.bdt-link-heading, .bdt-link-heading a, .bdt-link-toggle .bdt-link-heading {
	color: inherit;
}

a.bdt-link-heading:hover, .bdt-link-heading a:hover, .bdt-link-toggle:hover .bdt-link-heading {
	color: #1e87f0;
	text-decoration: none;
}

a.bdt-link-reset, .bdt-link-reset a {
	color: inherit !important;
	text-decoration: none !important;
}

.bdt-link-toggle {
	color: inherit !important;
	text-decoration: none !important;
}

[class*="bdt-divider"] {
	border: none;
	margin-bottom: 20px;
}

*+[class*="bdt-divider"] {
	margin-top: 20px;
}

.bdt-divider-icon {
	position: relative;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28214,%20214,%20214,%200.49%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bdt-divider-icon.nitro-lazy {
	background-image: none !important;
}

.bdt-divider-icon::before, .bdt-divider-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	max-width: calc(50% - ( 50px / 2 ));
	border-bottom: 1px solid rgba(214, 214, 214, .49);
}

.bdt-divider-icon::before {
	right: calc(50% + ( 50px / 2 ));
	width: 100%;
}

.bdt-divider-icon::after {
	left: calc(50% + ( 50px / 2 ));
	width: 100%;
}

.bdt-divider-small {
	line-height: 0;
}

.bdt-divider-small::after {
	content: "";
	display: inline-block;
	width: 100px;
	max-width: 100%;
	border-top: 1px solid rgba(214, 214, 214, .49);
	vertical-align: top;
}

.bdt-divider-vertical {
	width: max-content;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid rgba(214, 214, 214, .49);
}

.bdt-list {
	padding: 0;
	list-style: none;
}

.bdt-list>* {
	break-inside: avoid-column;
}

.bdt-list>*>:last-child {
	margin-bottom: 0;
}

.bdt-list>:nth-child(n+2), .bdt-list>*>ul {
	margin-top: 10px;
}

.bdt-list-disc>*, .bdt-list-circle>*, .bdt-list-square>*, .bdt-list-decimal>*, .bdt-list-hyphen>* {
	padding-left: 30px;
}

.bdt-list-decimal {
	counter-reset: decimal;
}

.bdt-list-decimal>* {
	counter-increment: decimal;
}

.bdt-list-disc>::before, .bdt-list-circle>::before, .bdt-list-square>::before, .bdt-list-decimal>::before, .bdt-list-hyphen>::before {
	content: "";
	position: relative;
	left: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	display: list-item;
	list-style-position: inside;
	text-align: right;
}

.bdt-list-disc>::before {
	list-style-type: disc;
}

.bdt-list-circle>::before {
	list-style-type: circle;
}

.bdt-list-square>::before {
	list-style-type: square;
}

.bdt-list-decimal>::before {
	content: counter(decimal, decimal) " . ";
}

.bdt-list-hyphen>::before {
	content: "–  ";
}

.bdt-list-muted>::before {
	color: #999 !important;
}

.bdt-list-emphasis>::before {
	color: #333 !important;
}

.bdt-list-primary>::before {
	color: #1e87f0 !important;
}

.bdt-list-secondary>::before {
	color: #222 !important;
}

.bdt-list-bullet>* {
	padding-left: 30px;
}

.bdt-list-bullet>::before {
	content: "";
	display: list-item;
	position: relative;
	left: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bdt-list-divider>:nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(214, 214, 214, .49);
}

.bdt-list-striped>* {
	padding: 10px 10px;
}

.bdt-list-striped>:nth-of-type(odd) {
	background: #f8f8f8;
}

.bdt-list-striped>:nth-child(n+2) {
	margin-top: 0;
}

.bdt-list-large>:nth-child(n+2), .bdt-list-large>*>ul {
	margin-top: 20px;
}

.bdt-list-collapse>:nth-child(n+2), .bdt-list-collapse>*>ul {
	margin-top: 0;
}

.bdt-list-large.bdt-list-divider>:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
}

.bdt-list-collapse.bdt-list-divider>:nth-child(n+2) {
	margin-top: 0;
	padding-top: 0;
}

.bdt-list-large.bdt-list-striped>* {
	padding: 20px 10px;
}

.bdt-list-collapse.bdt-list-striped>* {
	padding-top: 0;
	padding-bottom: 0;
}

.bdt-list-large.bdt-list-striped>:nth-child(n+2), .bdt-list-collapse.bdt-list-striped>:nth-child(n+2) {
	margin-top: 0;
}

.bdt-description-list>dt {
	color: #333;
}

.bdt-description-list>dt:nth-child(n+2) {
	margin-top: 20px;
}

.bdt-description-list-divider>dt:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(214, 214, 214, .49);
}

.bdt-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

*+.bdt-table {
	margin-top: 20px;
}

.bdt-table th {
	padding: 16px 12px;
	text-align: left;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.bdt-table td {
	padding: 16px 12px;
	vertical-align: top;
}

.bdt-table td>:last-child {
	margin-bottom: 0;
}

.bdt-table tfoot {
	font-size: .875rem;
}

.bdt-table caption {
	font-size: .875rem;
	text-align: left;
	color: #999;
}

.bdt-table-middle, .bdt-table-middle td {
	vertical-align: middle !important;
}

.bdt-table-divider>tr:not(:first-child), .bdt-table-divider>:not(:first-child)>tr, .bdt-table-divider>:first-child>tr:not(:first-child) {
	border-top: 1px solid rgba(214, 214, 214, .49);
}

.bdt-table-striped>tr:nth-of-type(odd), .bdt-table-striped tbody tr:nth-of-type(odd) {
	background: #f8f8f8;
}

.bdt-table-hover>tr:hover, .bdt-table-hover tbody tr:hover {
	background: #ffd;
}

.bdt-table>tr.bdt-active, .bdt-table tbody tr.bdt-active {
	background: #ffd;
}

.bdt-table-small th, .bdt-table-small td {
	padding: 10px 12px;
}

.bdt-table-large th, .bdt-table-large td {
	padding: 22px 12px;
}

.bdt-table-justify th:first-child, .bdt-table-justify td:first-child {
	padding-left: 0;
}

.bdt-table-justify th:last-child, .bdt-table-justify td:last-child {
	padding-right: 0;
}

.bdt-table-shrink {
	width: 1px;
}

.bdt-table-expand {
	min-width: 150px;
}

.bdt-table-link {
	padding: 0 !important;
}

.bdt-table-link>a {
	display: block;
	padding: 16px 12px;
}

.bdt-table-small .bdt-table-link>a {
	padding: 10px 12px;
}

@media (max-width:959px) {
	.bdt-table-responsive, .bdt-table-responsive tbody, .bdt-table-responsive th, .bdt-table-responsive td, .bdt-table-responsive tr {
		display: block;
	}
	
	.bdt-table-responsive thead {
		display: none;
	}
	
	.bdt-table-responsive th, .bdt-table-responsive td {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		overflow: visible !important;
		white-space: normal !important;
	}
	
	.bdt-table-responsive th:not(:first-child):not(.bdt-table-link), .bdt-table-responsive td:not(:first-child):not(.bdt-table-link), .bdt-table-responsive .bdt-table-link:not(:first-child)>a {
		padding-top: 5px !important;
	}
	
	.bdt-table-responsive th:not(:last-child):not(.bdt-table-link), .bdt-table-responsive td:not(:last-child):not(.bdt-table-link), .bdt-table-responsive .bdt-table-link:not(:last-child)>a {
		padding-bottom: 5px !important;
	}
	
	.bdt-table-justify.bdt-table-responsive th, .bdt-table-justify.bdt-table-responsive td {
		padding-left: 0;
		padding-right: 0;
	}
}

.bdt-icon {
	margin: 0;
	border: none;
	border-radius: 0;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	fill: currentcolor;
	line-height: 0;
}

button.bdt-icon:not(:disabled) {
	cursor: pointer;
}

.bdt-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.bdt-icon:not(.bdt-preserve) [fill*="#"]:not(.bdt-preserve) {
	fill: currentcolor;
}

.bdt-icon:not(.bdt-preserve) [stroke*="#"]:not(.bdt-preserve) {
	stroke: currentcolor;
}

.bdt-icon>* {
	transform: translate(0, 0);
}

.bdt-icon-image {
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	object-fit: scale-down;
	max-width: none;
}

.bdt-icon-link {
	color: #999;
	text-decoration: none !important;
}

.bdt-icon-link:hover {
	color: #666;
}

.bdt-icon-link:active, .bdt-active>.bdt-icon-link {
	color: #595959;
}

.bdt-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background: #f8f8f8;
	color: #999;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.bdt-icon-button:hover {
	background-color: #ebebeb;
	color: #666;
}

.bdt-icon-button:active, .bdt-active>.bdt-icon-button {
	background-color: #dfdfdf;
	color: #666;
}

.bdt-range {
	-webkit-appearance: none;
	box-sizing: border-box;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	background: transparent;
}

.bdt-range:focus {
	outline: none;
}

.bdt-range::-moz-focus-outer {
	border: none;
}

.bdt-range:not(:disabled)::-webkit-slider-thumb {
	cursor: pointer;
}

.bdt-range:not(:disabled)::-moz-range-thumb {
	cursor: pointer;
}

.bdt-range::-webkit-slider-runnable-track {
	height: 3px;
	background: #ebebeb;
}

.bdt-range:focus::-webkit-slider-runnable-track, .bdt-range:active::-webkit-slider-runnable-track {
	background: #dedede;
}

.bdt-range::-moz-range-track {
	height: 3px;
	background: #ebebeb;
}

.bdt-range:focus::-moz-range-track {
	background: #dedede;
}

.bdt-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: -7px;
	height: 15px;
	width: 15px;
	border-radius: 500px;
	background: #666;
}

.bdt-range::-moz-range-thumb {
	border: none;
	height: 15px;
	width: 15px;
	margin-top: -7px;
	border-radius: 500px;
	background: #666;
}

.bdt-input, .bdt-select, .bdt-textarea, .bdt-radio, .bdt-checkbox {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
}

.bdt-input {
	overflow: visible;
}

.bdt-select {
	text-transform: none;
}

.bdt-select optgroup {
	font: inherit;
	font-weight: bold;
}

.bdt-textarea {
	overflow: auto;
}

.bdt-input[type="search"]::-webkit-search-cancel-button, .bdt-input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

.bdt-input::-moz-placeholder, .bdt-textarea::-moz-placeholder {
	opacity: 1;
}

.bdt-radio:not(:disabled), .bdt-checkbox:not(:disabled) {
	cursor: pointer;
}

.bdt-fieldset {
	border: none;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.bdt-input, .bdt-textarea {
	-webkit-appearance: none;
}

.bdt-input, .bdt-select, .bdt-textarea {
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px;
	background: #f8f8f8;
	color: #666;
	border-radius: 3px;
}

.bdt-input, .bdt-select:not([multiple]):not([size]) {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
}

.bdt-input:not(input), .bdt-select:not(select) {
	line-height: 40px;
}

.bdt-select[multiple], .bdt-select[size], .bdt-textarea {
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: top;
}

.bdt-select[multiple], .bdt-select[size] {
	resize: vertical;
}

.bdt-input:focus, .bdt-select:focus, .bdt-textarea:focus {
	outline: none;
	background-color: #ebebeb;
	color: #666;
}

.bdt-input:disabled, .bdt-select:disabled, .bdt-textarea:disabled {
	background-color: #f8f8f8;
	color: #999;
}

.bdt-input::placeholder {
	color: #999;
}

.bdt-textarea::placeholder {
	color: #999;
}

.bdt-form-small {
	font-size: .875rem;
}

.bdt-form-small:not(textarea):not([multiple]):not([size]) {
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}

textarea.bdt-form-small, [multiple].bdt-form-small, [size].bdt-form-small {
	padding: 5px 8px;
}

.bdt-form-small:not(select):not(input):not(textarea) {
	line-height: 30px;
}

.bdt-form-large {
	font-size: 1.25rem;
}

.bdt-form-large:not(textarea):not([multiple]):not([size]) {
	height: 55px;
	padding-left: 12px;
	padding-right: 12px;
}

textarea.bdt-form-large, [multiple].bdt-form-large, [size].bdt-form-large {
	padding: 7px 12px;
}

.bdt-form-large:not(select):not(input):not(textarea) {
	line-height: 55px;
}

.bdt-form-danger, .bdt-form-danger:focus {
	color: #f0506e;
}

.bdt-form-success, .bdt-form-success:focus {
	color: #32d296;
}

.bdt-form-blank {
	background: none;
}

input.bdt-form-width-xsmall {
	width: 50px;
}

select.bdt-form-width-xsmall {
	width: 75px;
}

.bdt-form-width-small {
	width: 130px;
}

.bdt-form-width-medium {
	width: 200px;
}

.bdt-form-width-large {
	width: 500px;
}

.bdt-select:not([multiple]):not([size]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.bdt-select:not([multiple]):not([size]).nitro-lazy {
	background-image: none !important;
}

.bdt-select:not([multiple]):not([size]) option {
	color: #666;
}

.bdt-select:not([multiple]):not([size]):disabled {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.bdt-select:not([multiple]):not([size]):disabled.nitro-lazy {
	background-image: none !important;
}

.bdt-input[list] {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.bdt-input[list]:hover, .bdt-input[list]:focus {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.bdt-input[list]:hover.nitro-lazy, .bdt-input[list]:focus.nitro-lazy {
	background-image: none !important;
}

.bdt-input[list]::-webkit-calendar-picker-indicator {
	display: none !important;
}

.bdt-radio, .bdt-checkbox {
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin-top: -4px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bdt-radio {
	border-radius: 50%;
}

.bdt-radio:focus, .bdt-checkbox:focus {
	background-color: #dedede;
	outline: none;
}

.bdt-radio:checked, .bdt-checkbox:checked, .bdt-checkbox:indeterminate {
	background-color: #1e87f0;
}

.bdt-radio:checked:focus, .bdt-checkbox:checked:focus, .bdt-checkbox:indeterminate:focus {
	background-color: #0e6dcd;
}

.bdt-radio:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.bdt-radio:checked.nitro-lazy {
	background-image: none !important;
}

.bdt-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.bdt-checkbox:checked.nitro-lazy {
	background-image: none !important;
}

.bdt-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.bdt-checkbox:indeterminate.nitro-lazy {
	background-image: none !important;
}

.bdt-radio:disabled, .bdt-checkbox:disabled {
	background-color: #f8f8f8;
}

.bdt-radio:disabled:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.bdt-radio:disabled:checked.nitro-lazy {
	background-image: none !important;
}

.bdt-checkbox:disabled:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.bdt-checkbox:disabled:checked.nitro-lazy {
	background-image: none !important;
}

.bdt-checkbox:disabled:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.bdt-checkbox:disabled:indeterminate.nitro-lazy {
	background-image: none !important;
}

.bdt-legend {
	width: 100%;
	color: inherit;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.4;
}

.bdt-form-custom {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
}

.bdt-form-custom select, .bdt-form-custom input[type="file"] {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-appearance: none;
	opacity: 0;
	cursor: pointer;
}

.bdt-form-custom input[type="file"] {
	font-size: 500px;
	overflow: hidden;
}

.bdt-form-stacked .bdt-form-label {
	display: block;
	margin-bottom: 10px;
}

@media (max-width:959px) {
	.bdt-form-horizontal .bdt-form-label {
		display: block;
		margin-bottom: 10px;
	}
}

@media (min-width:960px) {
	.bdt-form-horizontal .bdt-form-label {
		width: 200px;
		margin-top: 7px;
		float: left;
	}
	
	.bdt-form-horizontal .bdt-form-controls {
		margin-left: 215px;
	}
	
	.bdt-form-horizontal .bdt-form-controls-text {
		padding-top: 7px;
	}
}

.bdt-form-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #999;
}

.bdt-form-icon:hover {
	color: #666;
}

.bdt-form-icon:not(a):not(button):not(input) {
	pointer-events: none;
}

.bdt-form-icon:not(.bdt-form-icon-flip)~.bdt-input {
	padding-left: 40px !important;
}

.bdt-form-icon-flip {
	right: 0;
	left: auto;
}

.bdt-form-icon-flip~.bdt-input {
	padding-right: 40px !important;
}

.bdt-button {
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}

.bdt-button:not(:disabled) {
	cursor: pointer;
}

.bdt-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.bdt-button:hover {
	text-decoration: none;
}

.bdt-button-default {
	background-color: #f8f8f8;
	color: #333;
}

.bdt-button-default:hover {
	background-color: #ebebeb;
	color: #333;
}

.bdt-button-default:active, .bdt-button-default.bdt-active {
	background-color: #dfdfdf;
	color: #333;
}

.bdt-button-primary {
	background-color: #1e87f0;
	color: #fff;
}

.bdt-button-primary:hover {
	background-color: #0f7ae5;
	color: #fff;
}

.bdt-button-primary:active, .bdt-button-primary.bdt-active {
	background-color: #0e6dcd;
	color: #fff;
}

.bdt-button-secondary {
	background-color: #222;
	color: #fff;
}

.bdt-button-secondary:hover {
	background-color: #151515;
	color: #fff;
}

.bdt-button-secondary:active, .bdt-button-secondary.bdt-active {
	background-color: #080808;
	color: #fff;
}

.bdt-button-danger {
	background-color: #f0506e;
	color: #fff;
}

.bdt-button-danger:hover {
	background-color: #ee395b;
	color: #fff;
}

.bdt-button-danger:active, .bdt-button-danger.bdt-active {
	background-color: #ec2147;
	color: #fff;
}

.bdt-button-default:disabled, .bdt-button-primary:disabled, .bdt-button-secondary:disabled, .bdt-button-danger:disabled {
	background-color: #f8f8f8;
	color: #999;
}

.bdt-button-small {
	padding: 0 15px;
	line-height: 30px;
	font-size: .875rem;
}

.bdt-button-large {
	padding: 0 40px;
	line-height: 55px;
	font-size: 1.25rem;
}

.bdt-button-text {
	padding: 0;
	line-height: 1.5;
	background: none;
	color: #333;
}

.bdt-button-text:hover {
	color: #999;
}

.bdt-button-text:disabled {
	color: #999;
}

.bdt-button-link {
	padding: 0;
	line-height: 1.5;
	background: none;
	color: #333;
}

.bdt-button-link:hover {
	color: #999;
	text-decoration: none;
}

.bdt-button-link:disabled {
	color: #999;
	text-decoration: none;
}

.bdt-button-group {
	display: inline-flex;
	vertical-align: middle;
	position: relative;
}

.bdt-progress {
	vertical-align: baseline;
	display: block;
	width: 100%;
	border: 0;
	background-color: #f8f8f8;
	margin-bottom: 20px;
	height: 15px;
}

*+.bdt-progress {
	margin-top: 20px;
}

.bdt-progress::-webkit-progress-bar {
	background-color: transparent;
}

.bdt-progress::-webkit-progress-value {
	background-color: #1e87f0;
	transition: width .6s ease;
}

.bdt-progress::-moz-progress-bar {
	background-color: #1e87f0;
	transition: width .6s ease;
}

.bdt-section {
	display: flow-root;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width:960px) {
	.bdt-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.bdt-section>:last-child {
	margin-bottom: 0;
}

.bdt-section-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bdt-section-small {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bdt-section-large {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media (min-width:960px) {
	.bdt-section-large {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

.bdt-section-xlarge {
	padding-top: 140px;
	padding-bottom: 140px;
}

@media (min-width:960px) {
	.bdt-section-xlarge {
		padding-top: 210px;
		padding-bottom: 210px;
	}
}

.bdt-section-default {
	--bdt-inverse: dark;
	background: #fff;
}

.bdt-section-muted {
	--bdt-inverse: dark;
	background: #f8f8f8;
}

.bdt-section-primary {
	--bdt-inverse: light;
	background: #1e87f0;
}

.bdt-section-secondary {
	--bdt-inverse: light;
	background: #222;
}

.bdt-container {
	display: flow-root;
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:640px) {
	.bdt-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width:960px) {
	.bdt-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.bdt-container>:last-child {
	margin-bottom: 0;
}

.bdt-container .bdt-container {
	padding-left: 0;
	padding-right: 0;
}

.bdt-container-xsmall {
	max-width: 750px;
}

.bdt-container-small {
	max-width: 900px;
}

.bdt-container-large {
	max-width: 1400px;
}

.bdt-container-xlarge {
	max-width: 1600px;
}

.bdt-container-expand {
	max-width: none;
}

.bdt-container-expand-left {
	margin-left: 0;
}

.bdt-container-expand-right {
	margin-right: 0;
}

@media (min-width:640px) {
	.bdt-container-expand-left.bdt-container-xsmall, .bdt-container-expand-right.bdt-container-xsmall {
		max-width: calc(50% + ( 750px / 2 ) - 30px);
	}
	
	.bdt-container-expand-left.bdt-container-small, .bdt-container-expand-right.bdt-container-small {
		max-width: calc(50% + ( 900px / 2 ) - 30px);
	}
}

@media (min-width:960px) {
	.bdt-container-expand-left, .bdt-container-expand-right {
		max-width: calc(50% + ( 1200px / 2 ) - 40px);
	}
	
	.bdt-container-expand-left.bdt-container-xsmall, .bdt-container-expand-right.bdt-container-xsmall {
		max-width: calc(50% + ( 750px / 2 ) - 40px);
	}
	
	.bdt-container-expand-left.bdt-container-small, .bdt-container-expand-right.bdt-container-small {
		max-width: calc(50% + ( 900px / 2 ) - 40px);
	}
	
	.bdt-container-expand-left.bdt-container-large, .bdt-container-expand-right.bdt-container-large {
		max-width: calc(50% + ( 1400px / 2 ) - 40px);
	}
	
	.bdt-container-expand-left.bdt-container-xlarge, .bdt-container-expand-right.bdt-container-xlarge {
		max-width: calc(50% + ( 1600px / 2 ) - 40px);
	}
}

.bdt-container-item-padding-remove-left, .bdt-container-item-padding-remove-right {
	width: calc(100% + 15px);
}

.bdt-container-item-padding-remove-left {
	margin-left: -15px;
}

.bdt-container-item-padding-remove-right {
	margin-right: -15px;
}

@media (min-width:640px) {
	.bdt-container-item-padding-remove-left, .bdt-container-item-padding-remove-right {
		width: calc(100% + 30px);
	}
	
	.bdt-container-item-padding-remove-left {
		margin-left: -30px;
	}
	
	.bdt-container-item-padding-remove-right {
		margin-right: -30px;
	}
}

@media (min-width:960px) {
	.bdt-container-item-padding-remove-left, .bdt-container-item-padding-remove-right {
		width: calc(100% + 40px);
	}
	
	.bdt-container-item-padding-remove-left {
		margin-left: -40px;
	}
	
	.bdt-container-item-padding-remove-right {
		margin-right: -40px;
	}
}

.bdt-tile {
	display: flow-root;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width:640px) {
	.bdt-tile {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width:960px) {
	.bdt-tile {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.bdt-tile>:last-child {
	margin-bottom: 0;
}

.bdt-tile-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bdt-tile-small {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bdt-tile-large {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media (min-width:960px) {
	.bdt-tile-large {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

.bdt-tile-xlarge {
	padding-top: 140px;
	padding-bottom: 140px;
}

@media (min-width:960px) {
	.bdt-tile-xlarge {
		padding-top: 210px;
		padding-bottom: 210px;
	}
}

.bdt-tile-default {
	--bdt-inverse: dark;
	background-color: #fff;
}

.bdt-tile-muted {
	--bdt-inverse: dark;
	background-color: #f8f8f8;
}

.bdt-tile-primary {
	--bdt-inverse: light;
	background-color: #1e87f0;
}

.bdt-tile-secondary {
	--bdt-inverse: light;
	background-color: #222;
}

.bdt-card {
	position: relative;
	box-sizing: border-box;
}

.bdt-card-body {
	display: flow-root;
	padding: 30px 30px;
}

.bdt-card-header {
	display: flow-root;
	padding: 15px 30px;
}

.bdt-card-footer {
	display: flow-root;
	padding: 15px 30px;
}

@media (min-width:1200px) {
	.bdt-card-body {
		padding: 40px 40px;
	}
	
	.bdt-card-header {
		padding: 20px 40px;
	}
	
	.bdt-card-footer {
		padding: 20px 40px;
	}
}

.bdt-card-body>:last-child, .bdt-card-header>:last-child, .bdt-card-footer>:last-child {
	margin-bottom: 0;
}

.bdt-card-title {
	font-size: 1.5rem;
	line-height: 1.4;
}

.bdt-card-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	height: 22px;
	padding: 0 10px;
	background: #1e87f0;
	color: #fff;
	font-size: .875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}

.bdt-card-badge:first-child+* {
	margin-top: 0;
}

.bdt-card-hover:not(.bdt-card-default):not(.bdt-card-primary):not(.bdt-card-secondary):hover {
	background-color: #f8f8f8;
}

.bdt-card-default {
	--bdt-inverse: dark;
	background-color: #f8f8f8;
	color: #666;
}

.bdt-card-default .bdt-card-title {
	color: #333;
}

.bdt-card-default.bdt-card-hover:hover {
	background-color: #ebebeb;
}

.bdt-card-primary {
	--bdt-inverse: light;
	background-color: #1e87f0;
	color: #fff;
}

.bdt-card-primary .bdt-card-title {
	color: #fff;
}

.bdt-card-primary.bdt-card-hover:hover {
	background-color: #0f7ae5;
}

.bdt-card-secondary {
	--bdt-inverse: light;
	background-color: #222;
	color: #fff;
}

.bdt-card-secondary .bdt-card-title {
	color: #fff;
}

.bdt-card-secondary.bdt-card-hover:hover {
	background-color: #151515;
}

.bdt-card-small.bdt-card-body, .bdt-card-small .bdt-card-body {
	padding: 20px 20px;
}

.bdt-card-small .bdt-card-header {
	padding: 13px 20px;
}

.bdt-card-small .bdt-card-footer {
	padding: 13px 20px;
}

@media (min-width:1200px) {
	.bdt-card-large.bdt-card-body, .bdt-card-large .bdt-card-body {
		padding: 70px 70px;
	}
	
	.bdt-card-large .bdt-card-header {
		padding: 35px 70px;
	}
	
	.bdt-card-large .bdt-card-footer {
		padding: 35px 70px;
	}
}

.bdt-close {
	color: #999;
}

.bdt-close:hover {
	color: #666;
}

.bdt-spinner>* {
	animation: bdt-spinner-rotate 1.4s linear infinite;
}

@keyframes bdt-spinner-rotate {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(270deg);
	}
}

.bdt-spinner>*>* {
	stroke-dasharray: 88px;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: bdt-spinner-dash 1.4s ease-in-out infinite;
	stroke-width: 1;
	stroke-linecap: round;
}

@keyframes bdt-spinner-dash {
	0% {
		stroke-dashoffset: 88px;
	}
	
	50% {
		stroke-dashoffset: 22px;
		transform: rotate(135deg);
	}
	
	100% {
		stroke-dashoffset: 88px;
		transform: rotate(450deg);
	}
}

.bdt-totop {
	padding: 5px;
	color: #999;
}

.bdt-totop:hover {
	color: #666;
}

.bdt-totop:active {
	color: #333;
}

.bdt-marker {
	padding: 5px;
	background: #222;
	color: #fff;
}

.bdt-marker:hover {
	color: #fff;
}

.bdt-alert {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 29px 15px 15px;
	background: #f8f8f8;
	color: #666;
}

*+.bdt-alert {
	margin-top: 20px;
}

.bdt-alert>:last-child {
	margin-bottom: 0;
}

.bdt-alert-close {
	position: absolute;
	top: 20px;
	right: 15px;
}

.bdt-alert-close:first-child+* {
	margin-top: 0;
}

.bdt-alert-primary {
	background: #d8eafc;
	color: #1e87f0;
}

.bdt-alert-success {
	background: #edfbf6;
	color: #32d296;
}

.bdt-alert-warning {
	background: #fff6ee;
	color: #faa05a;
}

.bdt-alert-danger {
	background: #fef4f6;
	color: #f0506e;
}

.bdt-placeholder {
	margin-bottom: 20px;
	padding: 30px 30px;
	background: #f8f8f8;
}

*+.bdt-placeholder {
	margin-top: 20px;
}

.bdt-placeholder>:last-child {
	margin-bottom: 0;
}

.bdt-badge {
	box-sizing: border-box;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 500px;
	vertical-align: middle;
	background: #1e87f0;
	color: #fff;
	font-size: 11px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}

.bdt-badge:hover {
	text-decoration: none;
}

.bdt-label {
	display: inline-block;
	padding: 0 10px;
	background: #1e87f0;
	line-height: 1.5;
	font-size: .875rem;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
}

.bdt-label-success {
	background-color: #32d296;
	color: #fff;
}

.bdt-label-warning {
	background-color: #faa05a;
	color: #fff;
}

.bdt-label-danger {
	background-color: #f0506e;
	color: #fff;
}

.bdt-overlay {
	padding: 30px 30px;
}

.bdt-overlay>:last-child {
	margin-bottom: 0;
}

.bdt-overlay-default {
	--bdt-inverse: dark;
	background: rgba(0, 0, 0, .5);
}

.bdt-overlay-primary {
	--bdt-inverse: light;
	background: rgba(34, 34, 34, .8);
}

.bdt-article {
	display: flow-root;
}

.bdt-article>:last-child {
	margin-bottom: 0;
}

.bdt-article+.bdt-article {
	margin-top: 70px;
}

.bdt-article-title {
	font-size: 2.23125rem;
	line-height: 1.2;
}

@media (min-width:960px) {
	.bdt-article-title {
		font-size: 2.625rem;
	}
}

.bdt-article-meta {
	font-size: .875rem;
	line-height: 1.4;
	color: #999;
}

.bdt-comment-body {
	display: flow-root;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.bdt-comment-header {
	display: flow-root;
	margin-bottom: 20px;
}

.bdt-comment-body>:last-child, .bdt-comment-header>:last-child {
	margin-bottom: 0;
}

.bdt-comment-title {
	font-size: 1.25rem;
	line-height: 1.4;
}

.bdt-comment-meta {
	font-size: .875rem;
	line-height: 1.4;
	color: #999;
}

.bdt-comment-list {
	padding: 0;
	list-style: none;
}

.bdt-comment-list>:nth-child(n+2) {
	margin-top: 70px;
}

.bdt-comment-list .bdt-comment~ul {
	margin: 70px 0 0 0;
	padding-left: 30px;
	list-style: none;
}

@media (min-width:960px) {
	.bdt-comment-list .bdt-comment~ul {
		padding-left: 100px;
	}
}

.bdt-comment-list .bdt-comment~ul>:nth-child(n+2) {
	margin-top: 70px;
}

.bdt-search {
	display: inline-block;
	position: relative;
	max-width: 100%;
	margin: 0;
}

.bdt-search-input::-webkit-search-cancel-button, .bdt-search-input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.bdt-search-input::-moz-placeholder {
	opacity: 1;
}

.bdt-search-input {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
	overflow: visible;
	-webkit-appearance: none;
	vertical-align: middle;
	width: 100%;
	border: none;
	color: #666;
}

.bdt-search-input:focus {
	outline: none;
}

.bdt-search-input::placeholder {
	color: #999;
}

.bdt-search .bdt-search-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #999;
}

.bdt-search .bdt-search-icon:hover {
	color: #999;
}

.bdt-search .bdt-search-icon:not(a):not(button):not(input) {
	pointer-events: none;
}

.bdt-search .bdt-search-icon-flip {
	right: 0;
	left: auto;
}

.bdt-search-default {
	width: 240px;
}

.bdt-search-default .bdt-search-input {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: #f8f8f8;
}

.bdt-search-default .bdt-search-input:focus {
	background-color: #f3f3f3;
}

.bdt-search-default .bdt-search-icon {
	width: 40px;
}

.bdt-search-default:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input {
	padding-left: 40px;
}

.bdt-search-default:has(.bdt-search-icon-flip) .bdt-search-input {
	padding-right: 40px;
}

.bdt-search-navbar {
	width: 240px;
}

.bdt-search-navbar .bdt-search-input {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
}

.bdt-search-navbar .bdt-search-input:focus {
	background-color: #fcfcfc;
}

.bdt-search-navbar .bdt-search-icon {
	width: 40px;
}

.bdt-search-navbar:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input {
	padding-left: 40px;
}

.bdt-search-navbar:has(.bdt-search-icon-flip) .bdt-search-input {
	padding-right: 40px;
}

.bdt-search-medium {
	width: 400px;
}

.bdt-search-medium .bdt-search-input {
	height: 40px;
	background: transparent;
	font-size: 1.5rem;
}

.bdt-search-medium .bdt-search-icon {
	width: 24px;
}

.bdt-search-medium:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input {
	padding-left: 34px;
}

.bdt-search-medium:has(.bdt-search-icon-flip) .bdt-search-input {
	padding-right: 34px;
}

.bdt-search-large {
	width: 500px;
}

.bdt-search-large .bdt-search-input {
	height: 80px;
	background: transparent;
	font-size: 2.625rem;
}

.bdt-search-large .bdt-search-icon {
	width: 40px;
}

.bdt-search-large:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input {
	padding-left: 60px;
}

.bdt-search-large:has(.bdt-search-icon-flip) .bdt-search-input {
	padding-right: 60px;
}

.bdt-search-toggle {
	color: #999;
}

.bdt-search-toggle:hover {
	color: #666;
}

.bdt-accordion {
	padding: 0;
	list-style: none;
}

.bdt-accordion>:nth-child(n+2) {
	margin-top: 20px;
}

.bdt-accordion-title {
	display: block;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #333;
}

.bdt-accordion-title:hover {
	color: #666;
	text-decoration: none;
}

.bdt-accordion-content {
	display: flow-root;
	margin-top: 20px;
}

.bdt-accordion-content>:last-child {
	margin-bottom: 0;
}

.bdt-drop {
	display: none;
	position: absolute;
	z-index: 1020;
	--bdt-position-offset: 20px;
	--bdt-position-viewport-offset: 15px;
	box-sizing: border-box;
	width: 300px;
}

.bdt-drop.bdt-open {
	display: block;
}

.bdt-drop-stack .bdt-drop-grid>* {
	width: 100% !important;
}

.bdt-drop-parent-icon {
	margin-left: .25em;
	transition: transform .3s ease-out;
}

[aria-expanded="true"]>.bdt-drop-parent-icon {
	transform: rotateX(180deg);
}

.bdt-dropbar {
	--bdt-position-offset: 0;
	--bdt-position-shift-offset: 0;
	--bdt-position-viewport-offset: 0;
	--bdt-inverse: dark;
	width: auto;
	padding: 15px 15px 15px 15px;
	background: #f8f8f8;
	color: #666;
}

.bdt-dropbar>:last-child {
	margin-bottom: 0;
}

@media (min-width:640px) {
	.bdt-dropbar {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width:960px) {
	.bdt-dropbar {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.bdt-dropbar :focus-visible {
	outline-color: #333 !important;
}

.bdt-dropbar-large {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bdt-dropnav-dropbar {
	position: absolute;
	z-index: 980;
	padding: 0;
	left: 0;
	right: 0;
}

.bdt-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	overflow-y: auto;
	padding: 15px 15px;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: opacity .15s linear;
}

@media (min-width:640px) {
	.bdt-modal {
		padding: 50px 30px;
	}
}

@media (min-width:960px) {
	.bdt-modal {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.bdt-modal.bdt-open {
	opacity: 1;
}

.bdt-modal-page {
	overflow: hidden;
}

.bdt-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	max-width: 100% !important;
	background: #fff;
	opacity: 0;
	transform: translateY(-100px);
	transition: .3s linear;
	transition-property: opacity, transform;
	border-radius: 3px;
}

.bdt-open>.bdt-modal-dialog {
	opacity: 1;
	transform: translateY(0);
}

.bdt-modal-container .bdt-modal-dialog {
	width: 1200px;
}

.bdt-modal-full {
	padding: 0;
	background: none;
}

.bdt-modal-full .bdt-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	transform: translateY(0);
}

.bdt-modal-body {
	display: flow-root;
	padding: 20px 20px;
}

.bdt-modal-header {
	display: flow-root;
	padding: 10px 20px;
	background: #f8f8f8;
}

.bdt-modal-footer {
	display: flow-root;
	padding: 10px 20px;
	background: #f8f8f8;
}

@media (min-width:640px) {
	.bdt-modal-body {
		padding: 30px 30px;
	}
	
	.bdt-modal-header {
		padding: 15px 30px;
	}
	
	.bdt-modal-footer {
		padding: 15px 30px;
	}
}

.bdt-modal-body>:last-child, .bdt-modal-header>:last-child, .bdt-modal-footer>:last-child {
	margin-bottom: 0;
}

.bdt-modal-title {
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 400;
}

[class*="bdt-modal-close-"] {
	position: absolute;
	z-index: 1010;
	top: 10px;
	right: 10px;
	padding: 5px;
}

[class*="bdt-modal-close-"]:first-child+* {
	margin-top: 0;
}

.bdt-modal-close-outside {
	top: 0;
	right: -5px;
	transform: translate(0, -100%);
	color: #fff;
}

.bdt-modal-close-outside:hover {
	color: #fff;
}

@media (min-width:960px) {
	.bdt-modal-close-outside {
		right: 0;
		transform: translate(100%, -100%);
	}
}

.bdt-slideshow {
	-webkit-tap-highlight-color: transparent;
}

.bdt-slideshow-items {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	-webkit-touch-callout: none;
	touch-action: pan-y;
}

.bdt-slideshow-items>* {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	will-change: transform, opacity;
}

.bdt-slideshow-items>:not(.bdt-active) {
	display: none;
}

.bdt-slider {
	-webkit-tap-highlight-color: transparent;
}

.bdt-slider-container {
	overflow: hidden;
	overflow: clip;
}

.bdt-slider-container-offset {
	margin: -11px -25px -39px -25px;
	padding: 11px 25px 39px 25px;
}

.bdt-slider-items {
	will-change: transform;
	position: relative;
	touch-action: pan-y;
}

.bdt-slider-items:not(.bdt-grid) {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-touch-callout: none;
}

.bdt-slider-items.bdt-grid {
	flex-wrap: nowrap;
}

.bdt-slider-items>* {
	flex: none !important;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
}

.bdt-sticky {
	position: relative;
	z-index: 980;
	box-sizing: border-box;
}

.bdt-sticky-fixed {
	margin: 0 !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bdt-sticky[class*="bdt-animation-"] {
	animation-duration: .2s;
}

.bdt-sticky.bdt-animation-reverse {
	animation-duration: .2s;
}

.bdt-sticky-placeholder {
	pointer-events: none;
}

.bdt-offcanvas {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.bdt-offcanvas-flip .bdt-offcanvas {
	right: 0;
	left: auto;
}

.bdt-offcanvas-bar {
	--bdt-inverse: light;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -270px;
	box-sizing: border-box;
	width: 270px;
	padding: 20px 20px;
	background: #222;
	overflow-y: auto;
}

@media (min-width:640px) {
	.bdt-offcanvas-bar {
		left: -350px;
		width: 350px;
		padding: 30px 30px;
	}
}

.bdt-offcanvas-flip .bdt-offcanvas-bar {
	left: auto;
	right: -270px;
}

@media (min-width:640px) {
	.bdt-offcanvas-flip .bdt-offcanvas-bar {
		right: -350px;
	}
}

.bdt-open>.bdt-offcanvas-bar {
	left: 0;
}

.bdt-offcanvas-flip .bdt-open>.bdt-offcanvas-bar {
	left: auto;
	right: 0;
}

.bdt-offcanvas-bar-animation {
	transition: left .3s ease-out;
}

.bdt-offcanvas-flip .bdt-offcanvas-bar-animation {
	transition-property: right;
}

.bdt-offcanvas-reveal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	transition: width .3s ease-out;
}

.bdt-offcanvas-reveal .bdt-offcanvas-bar {
	left: 0;
}

.bdt-offcanvas-flip .bdt-offcanvas-reveal .bdt-offcanvas-bar {
	left: auto;
	right: 0;
}

.bdt-open>.bdt-offcanvas-reveal {
	width: 270px;
}

@media (min-width:640px) {
	.bdt-open>.bdt-offcanvas-reveal {
		width: 350px;
	}
}

.bdt-offcanvas-flip .bdt-offcanvas-reveal {
	right: 0;
	left: auto;
}

.bdt-offcanvas-close {
	position: absolute;
	z-index: 1000;
	top: 5px;
	right: 5px;
	padding: 5px;
}

@media (min-width:640px) {
	.bdt-offcanvas-close {
		top: 10px;
		right: 10px;
	}
}

.bdt-offcanvas-close:first-child+* {
	margin-top: 0;
}

.bdt-offcanvas-overlay {
	width: 100vw;
	touch-action: none;
}

.bdt-offcanvas-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	opacity: 0;
	transition: opacity .15s linear;
}

.bdt-offcanvas-overlay.bdt-open::before {
	opacity: 1;
}

.bdt-offcanvas-page, .bdt-offcanvas-container {
	overflow-x: hidden;
	overflow-x: clip;
}

.bdt-offcanvas-container {
	position: relative;
	left: 0;
	transition: left .3s ease-out;
	box-sizing: border-box;
	width: 100%;
}

:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation {
	left: 270px;
}

.bdt-offcanvas-flip.bdt-offcanvas-container-animation {
	left: -270px;
}

@media (min-width:640px) {
	:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation {
		left: 350px;
	}
	
	.bdt-offcanvas-flip.bdt-offcanvas-container-animation {
		left: -350px;
	}
}

.bdt-switcher {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bdt-switcher>:not(.bdt-active) {
	display: none;
}

.bdt-switcher>*>:last-child {
	margin-bottom: 0;
}

.bdt-leader {
	overflow: hidden;
}

.bdt-leader-fill::after {
	display: inline-block;
	margin-left: 15px;
	width: 0;
	content: attr(data-fill);
	white-space: nowrap;
}

.bdt-leader-fill.bdt-leader-hide::after {
	display: none;
}

:root {}

.bdt-notification {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1040;
	box-sizing: border-box;
	width: 450px;
}

.bdt-notification-top-right, .bdt-notification-bottom-right {
	left: auto;
	right: 10px;
}

.bdt-notification-top-center, .bdt-notification-bottom-center {
	left: 50%;
	margin-left: -225px;
}

.bdt-notification-bottom-left, .bdt-notification-bottom-right, .bdt-notification-bottom-center {
	top: auto;
	bottom: 10px;
}

@media (max-width:639px) {
	.bdt-notification {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0;
	}
}

.bdt-notification-message {
	position: relative;
	padding: 15px;
	background: #f8f8f8;
	color: #666;
	font-size: 1.25rem;
	line-height: 1.4;
	cursor: pointer;
}

*+.bdt-notification-message {
	margin-top: 10px;
}

.bdt-notification-close {
	display: none;
	position: absolute;
	top: 20px;
	right: 15px;
}

.bdt-notification-message:hover .bdt-notification-close {
	display: block;
}

.bdt-notification-message-primary {
	color: #1e87f0;
}

.bdt-notification-message-success {
	color: #32d296;
}

.bdt-notification-message-warning {
	color: #faa05a;
}

.bdt-notification-message-danger {
	color: #f0506e;
}

.bdt-tooltip {
	display: none;
	position: absolute;
	z-index: 1030;
	--bdt-position-offset: 10px;
	--bdt-position-viewport-offset: 10;
	top: 0;
	box-sizing: border-box;
	max-width: 200px;
	padding: 3px 6px;
	background: #666;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
}

.bdt-tooltip.bdt-active {
	display: block;
}

.bdt-sortable {
	position: relative;
}

.bdt-sortable>:last-child {
	margin-bottom: 0;
}

.bdt-sortable-drag {
	position: fixed !important;
	z-index: 1050 !important;
	pointer-events: none;
}

.bdt-sortable-placeholder {
	opacity: 0;
	pointer-events: none;
}

.bdt-sortable-empty {
	min-height: 50px;
}

.bdt-sortable-handle:hover {
	cursor: move;
}

.bdt-countdown-number {
	font-variant-numeric: tabular-nums;
	font-size: 2rem;
	line-height: .8;
}

@media (min-width:640px) {
	.bdt-countdown-number {
		font-size: 4rem;
	}
}

@media (min-width:960px) {
	.bdt-countdown-number {
		font-size: 6rem;
	}
}

.bdt-countdown-separator {
	font-size: 1rem;
	line-height: 1.6;
}

@media (min-width:640px) {
	.bdt-countdown-separator {
		font-size: 2rem;
	}
}

@media (min-width:960px) {
	.bdt-countdown-separator {
		font-size: 3rem;
	}
}

.bdt-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bdt-grid>* {
	margin: 0;
}

.bdt-grid>*>:last-child {
	margin-bottom: 0;
}

.bdt-grid {
	margin-left: -30px;
}

.bdt-grid>* {
	padding-left: 30px;
}

.bdt-grid+.bdt-grid, .bdt-grid>.bdt-grid-margin, *+.bdt-grid-margin {
	margin-top: 30px;
}

@media (min-width:1200px) {
	.bdt-grid {
		margin-left: -40px;
	}
	
	.bdt-grid>* {
		padding-left: 40px;
	}
	
	.bdt-grid+.bdt-grid, .bdt-grid>.bdt-grid-margin, *+.bdt-grid-margin {
		margin-top: 40px;
	}
}

.bdt-grid-small, .bdt-grid-column-small {
	margin-left: -15px;
}

.bdt-grid-small>*, .bdt-grid-column-small>* {
	padding-left: 15px;
}

.bdt-grid+.bdt-grid-small, .bdt-grid+.bdt-grid-row-small, .bdt-grid-small>.bdt-grid-margin, .bdt-grid-row-small>.bdt-grid-margin, *+.bdt-grid-margin-small {
	margin-top: 15px;
}

.bdt-grid-medium, .bdt-grid-column-medium {
	margin-left: -30px;
}

.bdt-grid-medium>*, .bdt-grid-column-medium>* {
	padding-left: 30px;
}

.bdt-grid+.bdt-grid-medium, .bdt-grid+.bdt-grid-row-medium, .bdt-grid-medium>.bdt-grid-margin, .bdt-grid-row-medium>.bdt-grid-margin, *+.bdt-grid-margin-medium {
	margin-top: 30px;
}

.bdt-grid-large, .bdt-grid-column-large {
	margin-left: -40px;
}

.bdt-grid-large>*, .bdt-grid-column-large>* {
	padding-left: 40px;
}

.bdt-grid+.bdt-grid-large, .bdt-grid+.bdt-grid-row-large, .bdt-grid-large>.bdt-grid-margin, .bdt-grid-row-large>.bdt-grid-margin, *+.bdt-grid-margin-large {
	margin-top: 40px;
}

@media (min-width:1200px) {
	.bdt-grid-large, .bdt-grid-column-large {
		margin-left: -70px;
	}
	
	.bdt-grid-large>*, .bdt-grid-column-large>* {
		padding-left: 70px;
	}
	
	.bdt-grid+.bdt-grid-large, .bdt-grid+.bdt-grid-row-large, .bdt-grid-large>.bdt-grid-margin, .bdt-grid-row-large>.bdt-grid-margin, *+.bdt-grid-margin-large {
		margin-top: 70px;
	}
}

.bdt-grid-collapse, .bdt-grid-column-collapse {
	margin-left: 0;
}

.bdt-grid-collapse>*, .bdt-grid-column-collapse>* {
	padding-left: 0;
}

.bdt-grid+.bdt-grid-collapse, .bdt-grid+.bdt-grid-row-collapse, .bdt-grid-collapse>.bdt-grid-margin, .bdt-grid-row-collapse>.bdt-grid-margin {
	margin-top: 0;
}

.bdt-grid-divider>* {
	position: relative;
}

.bdt-grid-divider>:not(.bdt-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid rgba(214, 214, 214, .49);
}

.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(214, 214, 214, .49);
}

.bdt-grid-divider {
	margin-left: -60px;
}

.bdt-grid-divider>* {
	padding-left: 60px;
}

.bdt-grid-divider>:not(.bdt-first-column)::before {
	left: 30px;
}

.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin {
	margin-top: 60px;
}

.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before {
	top: -30px;
	left: 60px;
}

@media (min-width:1200px) {
	.bdt-grid-divider {
		margin-left: -80px;
	}
	
	.bdt-grid-divider>* {
		padding-left: 80px;
	}
	
	.bdt-grid-divider>:not(.bdt-first-column)::before {
		left: 40px;
	}
	
	.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin {
		margin-top: 80px;
	}
	
	.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before {
		top: -40px;
		left: 80px;
	}
}

.bdt-grid-divider.bdt-grid-small, .bdt-grid-divider.bdt-grid-column-small {
	margin-left: -30px;
}

.bdt-grid-divider.bdt-grid-small>*, .bdt-grid-divider.bdt-grid-column-small>* {
	padding-left: 30px;
}

.bdt-grid-divider.bdt-grid-small>:not(.bdt-first-column)::before, .bdt-grid-divider.bdt-grid-column-small>:not(.bdt-first-column)::before {
	left: 15px;
}

.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin, .bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin {
	margin-top: 30px;
}

.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin::before {
	top: -15px;
	left: 30px;
}

.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin::before {
	top: -15px;
}

.bdt-grid-divider.bdt-grid-column-small.bdt-grid-stack>.bdt-grid-margin::before {
	left: 30px;
}

.bdt-grid-divider.bdt-grid-medium, .bdt-grid-divider.bdt-grid-column-medium {
	margin-left: -60px;
}

.bdt-grid-divider.bdt-grid-medium>*, .bdt-grid-divider.bdt-grid-column-medium>* {
	padding-left: 60px;
}

.bdt-grid-divider.bdt-grid-medium>:not(.bdt-first-column)::before, .bdt-grid-divider.bdt-grid-column-medium>:not(.bdt-first-column)::before {
	left: 30px;
}

.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin, .bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin {
	margin-top: 60px;
}

.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin::before {
	top: -30px;
	left: 60px;
}

.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin::before {
	top: -30px;
}

.bdt-grid-divider.bdt-grid-column-medium.bdt-grid-stack>.bdt-grid-margin::before {
	left: 60px;
}

.bdt-grid-divider.bdt-grid-large, .bdt-grid-divider.bdt-grid-column-large {
	margin-left: -80px;
}

.bdt-grid-divider.bdt-grid-large>*, .bdt-grid-divider.bdt-grid-column-large>* {
	padding-left: 80px;
}

.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before, .bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before {
	left: 40px;
}

.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin, .bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin {
	margin-top: 80px;
}

.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before {
	top: -40px;
	left: 80px;
}

.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before {
	top: -40px;
}

.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before {
	left: 80px;
}

@media (min-width:1200px) {
	.bdt-grid-divider.bdt-grid-large, .bdt-grid-divider.bdt-grid-column-large {
		margin-left: -140px;
	}
	
	.bdt-grid-divider.bdt-grid-large>*, .bdt-grid-divider.bdt-grid-column-large>* {
		padding-left: 140px;
	}
	
	.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before, .bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before {
		left: 70px;
	}
	
	.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin, .bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin {
		margin-top: 140px;
	}
	
	.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before {
		top: -70px;
		left: 140px;
	}
	
	.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before {
		top: -70px;
	}
	
	.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before {
		left: 140px;
	}
}

.bdt-grid-match>*, .bdt-grid-item-match {
	display: flex;
	flex-wrap: wrap;
}

.bdt-grid-match>*>:not([class*="bdt-width"]), .bdt-grid-item-match>:not([class*="bdt-width"]) {
	box-sizing: border-box;
	width: 100%;
	flex: auto;
}

.bdt-nav, .bdt-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bdt-nav li>a {
	display: flex;
	align-items: center;
	column-gap: .25em;
	text-decoration: none;
}

.bdt-nav>li>a {
	padding: 5px 0;
}

ul.bdt-nav-sub {
	padding: 5px 0 5px 15px;
}

.bdt-nav-sub ul {
	padding-left: 15px;
}

.bdt-nav-sub a {
	padding: 2px 0;
}

.bdt-nav-parent-icon {
	margin-left: auto;
	transition: transform .3s ease-out;
}

.bdt-nav>li.bdt-open>a .bdt-nav-parent-icon {
	transform: rotateX(180deg);
}

.bdt-nav-header {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: .875rem;
}

.bdt-nav-header:not(:first-child) {
	margin-top: 20px;
}

.bdt-nav .bdt-nav-divider {
	margin: 5px 0;
}

.bdt-nav-default {
	font-size: 16px;
	line-height: 1.5;
}

.bdt-nav-default>li>a {
	color: #999;
}

.bdt-nav-default>li>a:hover {
	color: #666;
}

.bdt-nav-default>li.bdt-active>a {
	color: #333;
}

.bdt-nav-default .bdt-nav-subtitle {
	font-size: .875rem;
}

.bdt-nav-default .bdt-nav-header {
	color: #333;
}

.bdt-nav-default .bdt-nav-divider {
	border-top: 1px solid rgba(214, 214, 214, .49);
}

.bdt-nav-default .bdt-nav-sub {
	font-size: 16px;
	line-height: 1.5;
}

.bdt-nav-default .bdt-nav-sub a {
	color: #999;
}

.bdt-nav-default .bdt-nav-sub a:hover {
	color: #666;
}

.bdt-nav-default .bdt-nav-sub li.bdt-active>a {
	color: #333;
}

.bdt-nav-primary {
	font-size: 1.5rem;
	line-height: 1.5;
}

.bdt-nav-primary>li>a {
	color: #999;
}

.bdt-nav-primary>li>a:hover {
	color: #666;
}

.bdt-nav-primary>li.bdt-active>a {
	color: #333;
}

.bdt-nav-primary .bdt-nav-subtitle {
	font-size: 1.25rem;
}

.bdt-nav-primary .bdt-nav-header {
	color: #333;
}

.bdt-nav-primary .bdt-nav-divider {
	border-top: 1px solid rgba(214, 214, 214, .49);
}

.bdt-nav-primary .bdt-nav-sub {
	font-size: 1.25rem;
	line-height: 1.5;
}

.bdt-nav-primary .bdt-nav-sub a {
	color: #999;
}

.bdt-nav-primary .bdt-nav-sub a:hover {
	color: #666;
}

.bdt-nav-primary .bdt-nav-sub li.bdt-active>a {
	color: #333;
}

.bdt-nav-secondary {
	font-size: 16px;
	line-height: 1.5;
}

.bdt-nav-secondary>li>a {
	color: #333;
}

.bdt-nav-secondary>li>a:hover {
	color: #333;
}

.bdt-nav-secondary>li.bdt-active>a {
	color: #333;
}

.bdt-nav-secondary .bdt-nav-subtitle {
	font-size: .875rem;
	color: #999;
}

.bdt-nav-secondary>li>a:hover .bdt-nav-subtitle {
	color: #666;
}

.bdt-nav-secondary>li.bdt-active>a .bdt-nav-subtitle {
	color: #333;
}

.bdt-nav-secondary .bdt-nav-header {
	color: #333;
}

.bdt-nav-secondary .bdt-nav-divider {
	border-top: 1px solid rgba(214, 214, 214, .49);
}

.bdt-nav-secondary .bdt-nav-sub {
	font-size: .875rem;
	line-height: 1.5;
}

.bdt-nav-secondary .bdt-nav-sub a {
	color: #999;
}

.bdt-nav-secondary .bdt-nav-sub a:hover {
	color: #666;
}

.bdt-nav-secondary .bdt-nav-sub li.bdt-active>a {
	color: #333;
}

.bdt-nav-medium {
	font-size: 2.8875rem;
	line-height: 1;
}

.bdt-nav-large {
	font-size: 3.4rem;
	line-height: 1;
}

.bdt-nav-xlarge {
	font-size: 4rem;
	line-height: 1;
}

@media (min-width:960px) {
	.bdt-nav-medium {
		font-size: 3.5rem;
	}
	
	.bdt-nav-large {
		font-size: 4rem;
	}
	
	.bdt-nav-xlarge {
		font-size: 6rem;
	}
}

@media (min-width:1200px) {
	.bdt-nav-medium {
		font-size: 4rem;
	}
	
	.bdt-nav-large {
		font-size: 6rem;
	}
	
	.bdt-nav-xlarge {
		font-size: 8rem;
	}
}

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

.bdt-nav-center li>a {
	justify-content: center;
}

.bdt-nav-center .bdt-nav-sub, .bdt-nav-center .bdt-nav-sub ul {
	padding-left: 0;
}

.bdt-nav-center .bdt-nav-parent-icon {
	margin-left: .25em;
}

.bdt-nav.bdt-nav-divider>:not(.bdt-nav-header, .bdt-nav-divider)+:not(.bdt-nav-header, .bdt-nav-divider) {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid rgba(214, 214, 214, .49);
}

.bdt-navbar {
	display: flex;
	position: relative;
}

.bdt-navbar-container:not(.bdt-navbar-transparent) {
	background: #f8f8f8;
}

.bdt-navbar-left, .bdt-navbar-right, [class*="bdt-navbar-center"] {
	display: flex;
	gap: 0;
	align-items: center;
}

.bdt-navbar-right {
	margin-left: auto;
}

.bdt-navbar-center:only-child {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.bdt-navbar-center:not(:only-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	box-sizing: border-box;
	z-index: 990;
}

.bdt-navbar-center-left, .bdt-navbar-center-right {
	position: absolute;
	top: 0;
}

.bdt-navbar-center-left {
	right: calc(100% + 0px);
}

.bdt-navbar-center-right {
	left: calc(100% + 0px);
}

[class*="bdt-navbar-center-"] {
	width: max-content;
	box-sizing: border-box;
}

.bdt-navbar-nav {
	display: flex;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bdt-navbar-left, .bdt-navbar-right, .bdt-navbar-center:only-child {
	flex-wrap: wrap;
}

.bdt-navbar-nav>li>a, .bdt-navbar-item, .bdt-navbar-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: .25em;
	box-sizing: border-box;
	min-height: 80px;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-decoration: none;
}

.bdt-navbar-nav>li>a {
	padding: 0 15px;
	color: #999;
}

.bdt-navbar-nav>li:hover>a, .bdt-navbar-nav>li>a[aria-expanded="true"] {
	color: #666;
}

.bdt-navbar-nav>li>a:active {
	color: #333;
}

.bdt-navbar-nav>li.bdt-active>a {
	color: #333;
}

.bdt-navbar-parent-icon {
	margin-left: 4px;
	transition: transform .3s ease-out;
}

.bdt-navbar-nav>li>a[aria-expanded="true"] .bdt-navbar-parent-icon {
	transform: rotateX(180deg);
}

.bdt-navbar-item {
	padding: 0 15px;
	color: #666;
}

.bdt-navbar-item>:last-child {
	margin-bottom: 0;
}

.bdt-navbar-toggle {
	padding: 0 15px;
	color: #999;
}

.bdt-navbar-toggle:hover, .bdt-navbar-toggle[aria-expanded="true"] {
	color: #666;
	text-decoration: none;
}

.bdt-navbar-subtitle {
	font-size: .875rem;
}

.bdt-navbar-justify .bdt-navbar-left, .bdt-navbar-justify .bdt-navbar-right, .bdt-navbar-justify .bdt-navbar-nav, .bdt-navbar-justify .bdt-navbar-nav>li, .bdt-navbar-justify .bdt-navbar-item, .bdt-navbar-justify .bdt-navbar-toggle {
	flex-grow: 1;
}

.bdt-navbar-dropdown {
	--bdt-position-offset: 0;
	--bdt-position-shift-offset: 0;
	--bdt-position-viewport-offset: 15px;
	--bdt-inverse: dark;
	width: 200px;
	padding: 15px;
	background: #f8f8f8;
	color: #666;
}

.bdt-navbar-dropdown>:last-child {
	margin-bottom: 0;
}

.bdt-navbar-dropdown :focus-visible {
	outline-color: #333 !important;
}

.bdt-navbar-dropdown .bdt-drop-grid {
	margin-left: -30px;
}

.bdt-navbar-dropdown .bdt-drop-grid>* {
	padding-left: 30px;
}

.bdt-navbar-dropdown .bdt-drop-grid>.bdt-grid-margin {
	margin-top: 30px;
}

.bdt-navbar-dropdown-width-2:not(.bdt-drop-stack) {
	width: 400px;
}

.bdt-navbar-dropdown-width-3:not(.bdt-drop-stack) {
	width: 600px;
}

.bdt-navbar-dropdown-width-4:not(.bdt-drop-stack) {
	width: 800px;
}

.bdt-navbar-dropdown-width-5:not(.bdt-drop-stack) {
	width: 1000px;
}

.bdt-navbar-dropdown-large {
	--bdt-position-shift-offset: 0;
	padding: 40px;
}

.bdt-navbar-dropdown-dropbar {
	width: auto;
	background: transparent;
	padding: 15px 0 15px 0;
	--bdt-position-offset: 0;
	--bdt-position-shift-offset: 0;
	--bdt-position-viewport-offset: 15px;
}

@media (min-width:640px) {
	.bdt-navbar-dropdown-dropbar {
		--bdt-position-viewport-offset: 30px;
	}
}

@media (min-width:960px) {
	.bdt-navbar-dropdown-dropbar {
		--bdt-position-viewport-offset: 40px;
	}
}

.bdt-navbar-dropdown-dropbar-large {
	--bdt-position-shift-offset: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.bdt-navbar-dropdown-nav>li>a {
	color: #999;
}

.bdt-navbar-dropdown-nav>li>a:hover {
	color: #666;
}

.bdt-navbar-dropdown-nav>li.bdt-active>a {
	color: #333;
}

.bdt-navbar-dropdown-nav .bdt-nav-subtitle {
	font-size: .875rem;
}

.bdt-navbar-dropdown-nav .bdt-nav-header {
	color: #333;
}

.bdt-navbar-dropdown-nav .bdt-nav-divider {
	border-top: 1px solid rgba(214, 214, 214, .49);
}

.bdt-navbar-dropdown-nav .bdt-nav-sub a {
	color: #999;
}

.bdt-navbar-dropdown-nav .bdt-nav-sub a:hover {
	color: #666;
}

.bdt-navbar-dropdown-nav .bdt-nav-sub li.bdt-active>a {
	color: #333;
}

.bdt-subnav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}

.bdt-subnav>* {
	flex: none;
	padding-left: 20px;
	position: relative;
}

.bdt-subnav>*>:first-child {
	display: flex;
	align-items: center;
	column-gap: .25em;
	color: #999;
}

.bdt-subnav>*>a:hover {
	color: #666;
	text-decoration: none;
}

.bdt-subnav>.bdt-active>a {
	color: #333;
}

.bdt-subnav-divider {
	margin-left: -41px;
}

.bdt-subnav-divider>* {
	display: flex;
	align-items: center;
}

.bdt-subnav-divider>::before {
	content: "";
	height: 1.5em;
	margin-left: 0;
	margin-right: 20px;
	border-left: 1px solid transparent;
}

.bdt-subnav-divider>:nth-child(n+2):not(.bdt-first-column)::before {
	border-left-color: rgba(214, 214, 214, .49);
}

.bdt-subnav-pill>*>:first-child {
	padding: 5px 10px;
	background: transparent;
	color: #999;
}

.bdt-subnav-pill>*>a:hover {
	background-color: #f8f8f8;
	color: #666;
}

.bdt-subnav-pill>*>a:active {
	background-color: #f8f8f8;
	color: #666;
}

.bdt-subnav-pill>.bdt-active>a {
	background-color: #1e87f0;
	color: #fff;
}

.bdt-subnav>.bdt-disabled>a {
	color: #999;
}

.bdt-breadcrumb {
	padding: 0;
	list-style: none;
}

.bdt-breadcrumb>* {
	display: contents;
}

.bdt-breadcrumb>*>* {
	font-size: .875rem;
	color: #999;
}

.bdt-breadcrumb>*>:hover {
	color: #666;
	text-decoration: none;
}

.bdt-breadcrumb>:last-child>span, .bdt-breadcrumb>:last-child>a:not([href]) {
	color: #666;
}

.bdt-breadcrumb>:nth-child(n+2):not(.bdt-first-column)::before {
	content: "/";
	display: inline-block;
	margin: 0 20px 0 calc(20px - 4px);
	font-size: .875rem;
	color: #999;
}

.bdt-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.bdt-pagination>* {
	flex: none;
	padding-left: 0;
	position: relative;
}

.bdt-pagination>*>* {
	display: flex;
	align-items: center;
	column-gap: .25em;
	padding: 5px 10px;
	color: #999;
}

.bdt-pagination>*>:hover {
	color: #666;
	text-decoration: none;
}

.bdt-pagination>.bdt-active>* {
	color: #666;
}

.bdt-pagination>.bdt-disabled>* {
	color: #999;
}

.bdt-tab {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}

.bdt-tab>* {
	flex: none;
	padding-left: 20px;
	position: relative;
}

.bdt-tab>*>a {
	display: flex;
	align-items: center;
	column-gap: .25em;
	justify-content: center;
	padding: 10px 15px;
	color: #999;
}

.bdt-tab>*>a:hover {
	color: #666;
	text-decoration: none;
}

.bdt-tab>.bdt-active>a {
	color: #333;
}

.bdt-tab>.bdt-disabled>a {
	color: #999;
}

.bdt-tab-left, .bdt-tab-right {
	flex-direction: column;
	margin-left: 0;
}

.bdt-tab-left>*, .bdt-tab-right>* {
	padding-left: 0;
}

.bdt-tab-left>*>a {
	justify-content: left;
}

.bdt-tab-right>*>a {
	justify-content: left;
}

.bdt-slidenav {
	padding: 5px 10px;
	color: rgba(102, 102, 102, .5);
}

.bdt-slidenav:hover {
	color: rgba(102, 102, 102, .9);
}

.bdt-slidenav:active {
	color: rgba(102, 102, 102, .5);
}

.bdt-slidenav-large {
	padding: 10px 10px;
}

.bdt-slidenav-container {
	display: flex;
}

.bdt-dotnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -12px;
}

.bdt-dotnav>* {
	flex: none;
	padding-left: 12px;
}

.bdt-dotnav>*>* {
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(102, 102, 102, .2);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.bdt-dotnav>*>:hover {
	background-color: rgba(102, 102, 102, .6);
}

.bdt-dotnav>*>:active {
	background-color: rgba(102, 102, 102, .2);
}

.bdt-dotnav>.bdt-active>* {
	background-color: rgba(102, 102, 102, .6);
}

.bdt-dotnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -12px;
}

.bdt-dotnav-vertical>* {
	padding-left: 0;
	padding-top: 12px;
}

.bdt-thumbnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -15px;
}

.bdt-thumbnav>* {
	padding-left: 15px;
}

.bdt-thumbnav>*>* {
	display: inline-block;
}

.bdt-thumbnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -15px;
}

.bdt-thumbnav-vertical>* {
	padding-left: 0;
	padding-top: 15px;
}

.bdt-iconnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -10px;
}

.bdt-iconnav>* {
	padding-left: 10px;
}

.bdt-iconnav>*>a {
	display: flex;
	align-items: center;
	column-gap: .25em;
	line-height: 0;
	color: #999;
	text-decoration: none;
}

.bdt-iconnav>*>a:hover {
	color: #666;
}

.bdt-iconnav>.bdt-active>a {
	color: #666;
}

.bdt-iconnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -10px;
}

.bdt-iconnav-vertical>* {
	padding-left: 0;
	padding-top: 10px;
}

.bdt-dropdown {
	--bdt-position-offset: 10px;
	--bdt-position-viewport-offset: 15px;
	--bdt-inverse: dark;
	width: auto;
	min-width: 200px;
	padding: 15px;
	background: #f8f8f8;
	color: #666;
}

.bdt-dropdown>:last-child {
	margin-bottom: 0;
}

.bdt-dropdown :focus-visible {
	outline-color: #333 !important;
}

.bdt-dropdown-large {
	padding: 40px;
}

.bdt-dropdown-dropbar {
	width: auto;
	background: transparent;
	padding: 15px 0 15px 0;
	--bdt-position-viewport-offset: 15px;
}

@media (min-width:640px) {
	.bdt-dropdown-dropbar {
		--bdt-position-viewport-offset: 30px;
	}
}

@media (min-width:960px) {
	.bdt-dropdown-dropbar {
		--bdt-position-viewport-offset: 40px;
	}
}

.bdt-dropdown-dropbar-large {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bdt-dropdown-nav>li>a {
	color: #999;
}

.bdt-dropdown-nav>li>a:hover, .bdt-dropdown-nav>li.bdt-active>a {
	color: #666;
}

.bdt-dropdown-nav .bdt-nav-subtitle {
	font-size: .875rem;
}

.bdt-dropdown-nav .bdt-nav-header {
	color: #333;
}

.bdt-dropdown-nav .bdt-nav-divider {
	border-top: 1px solid rgba(214, 214, 214, .49);
}

.bdt-dropdown-nav .bdt-nav-sub a {
	color: #999;
}

.bdt-dropdown-nav .bdt-nav-sub a:hover, .bdt-dropdown-nav .bdt-nav-sub li.bdt-active>a {
	color: #666;
}

.bdt-lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	background: #000;
	opacity: 0;
	transition: opacity .15s linear;
	touch-action: pinch-zoom;
}

.bdt-lightbox.bdt-open {
	display: block;
	opacity: 1;
}

.bdt-lightbox :focus-visible {
	outline-color: rgba(255, 255, 255, .7);
}

.bdt-lightbox-page {
	overflow: hidden;
}

.bdt-lightbox-items>* {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, .7);
	will-change: transform, opacity;
}

.bdt-lightbox-items>*>* {
	max-width: 100vw;
	max-height: 100vh;
}

.bdt-lightbox-items>*>:not(iframe) {
	width: auto;
	height: auto;
}

.bdt-lightbox-items>.bdt-active {
	display: flex;
}

.bdt-lightbox-toolbar {
	padding: 10px 10px;
	background: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .7);
}

.bdt-lightbox-toolbar>* {
	color: rgba(255, 255, 255, .7);
}

.bdt-lightbox-toolbar-icon {
	padding: 5px;
	color: rgba(255, 255, 255, .7);
}

.bdt-lightbox-toolbar-icon:hover {
	color: #fff;
}

.bdt-lightbox-button {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .7);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.bdt-lightbox-button:hover {
	color: #fff;
}

.bdt-lightbox-caption:empty {
	display: none;
}

.bdt-lightbox-iframe {
	width: 80%;
	height: 80%;
}

[class*="bdt-animation-"] {
	animation: .5s ease-out both;
}

.bdt-animation-fade {
	animation-name: bdt-fade;
	animation-duration: .8s;
	animation-timing-function: linear;
}

.bdt-animation-scale-up {
	animation-name: bdt-fade, bdt-scale-up;
}

.bdt-animation-scale-down {
	animation-name: bdt-fade, bdt-scale-down;
}

.bdt-animation-slide-top {
	animation-name: bdt-fade, bdt-slide-top;
}

.bdt-animation-slide-bottom {
	animation-name: bdt-fade, bdt-slide-bottom;
}

.bdt-animation-slide-left {
	animation-name: bdt-fade, bdt-slide-left;
}

.bdt-animation-slide-right {
	animation-name: bdt-fade, bdt-slide-right;
}

.bdt-animation-slide-top-small {
	animation-name: bdt-fade, bdt-slide-top-small;
}

.bdt-animation-slide-bottom-small {
	animation-name: bdt-fade, bdt-slide-bottom-small;
}

.bdt-animation-slide-left-small {
	animation-name: bdt-fade, bdt-slide-left-small;
}

.bdt-animation-slide-right-small {
	animation-name: bdt-fade, bdt-slide-right-small;
}

.bdt-animation-slide-top-medium {
	animation-name: bdt-fade, bdt-slide-top-medium;
}

.bdt-animation-slide-bottom-medium {
	animation-name: bdt-fade, bdt-slide-bottom-medium;
}

.bdt-animation-slide-left-medium {
	animation-name: bdt-fade, bdt-slide-left-medium;
}

.bdt-animation-slide-right-medium {
	animation-name: bdt-fade, bdt-slide-right-medium;
}

.bdt-animation-kenburns {
	animation-name: bdt-kenburns;
	animation-duration: 15s;
}

.bdt-animation-shake {
	animation-name: bdt-shake;
}

.bdt-animation-stroke {
	animation-name: bdt-stroke;
	animation-duration: 2s;
	stroke-dasharray: var(--bdt-animation-stroke);
}

.bdt-animation-reverse {
	animation-direction: reverse;
	animation-timing-function: ease-in;
}

.bdt-animation-fast {
	animation-duration: .1s;
}

.bdt-animation-toggle:not(:hover):not(:focus) [class*="bdt-animation-"] {
	animation-name: none;
}

@keyframes bdt-fade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes bdt-scale-up {
	0% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes bdt-scale-down {
	0% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes bdt-slide-top {
	0% {
		transform: translateY(-100%);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes bdt-slide-bottom {
	0% {
		transform: translateY(100%);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes bdt-slide-left {
	0% {
		transform: translateX(-100%);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes bdt-slide-right {
	0% {
		transform: translateX(100%);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes bdt-slide-top-small {
	0% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes bdt-slide-bottom-small {
	0% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes bdt-slide-left-small {
	0% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes bdt-slide-right-small {
	0% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes bdt-slide-top-medium {
	0% {
		transform: translateY(-50px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes bdt-slide-bottom-medium {
	0% {
		transform: translateY(50px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes bdt-slide-left-medium {
	0% {
		transform: translateX(-50px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes bdt-slide-right-medium {
	0% {
		transform: translateX(50px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes bdt-kenburns {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1.2);
	}
}

@keyframes bdt-shake {
	0%, 100% {
		transform: translateX(0);
	}
	
	10% {
		transform: translateX(-9px);
	}
	
	20% {
		transform: translateX(8px);
	}
	
	30% {
		transform: translateX(-7px);
	}
	
	40% {
		transform: translateX(6px);
	}
	
	50% {
		transform: translateX(-5px);
	}
	
	60% {
		transform: translateX(4px);
	}
	
	70% {
		transform: translateX(-3px);
	}
	
	80% {
		transform: translateX(2px);
	}
	
	90% {
		transform: translateX(-1px);
	}
}

@keyframes bdt-stroke {
	0% {
		stroke-dashoffset: var(--bdt-animation-stroke);
	}
	
	100% {
		stroke-dashoffset: 0;
	}
}

[class*="bdt-child-width"]>* {
	box-sizing: border-box;
	width: 100%;
}

.bdt-child-width-1-2>* {
	width: 50%;
}

.bdt-child-width-1-3>* {
	width: calc(100% / 3);
}

.bdt-child-width-1-4>* {
	width: 25%;
}

.bdt-child-width-1-5>* {
	width: 20%;
}

.bdt-child-width-1-6>* {
	width: calc(100% / 6);
}

.bdt-child-width-auto>* {
	width: auto;
}

.bdt-child-width-expand>:not([class*="bdt-width"]) {
	flex: 1;
	min-width: 1px;
}

@media (min-width:640px) {
	.bdt-child-width-1-1\@s>* {
		width: 100%;
	}
	
	.bdt-child-width-1-2\@s>* {
		width: 50%;
	}
	
	.bdt-child-width-1-3\@s>* {
		width: calc(100% / 3);
	}
	
	.bdt-child-width-1-4\@s>* {
		width: 25%;
	}
	
	.bdt-child-width-1-5\@s>* {
		width: 20%;
	}
	
	.bdt-child-width-1-6\@s>* {
		width: calc(100% / 6);
	}
	
	.bdt-child-width-auto\@s>* {
		width: auto;
	}
	
	.bdt-child-width-expand\@s>:not([class*="bdt-width"]) {
		flex: 1;
		min-width: 1px;
	}
	
	.bdt-child-width-1-1\@s>:not([class*="bdt-width"]), .bdt-child-width-1-2\@s>:not([class*="bdt-width"]), .bdt-child-width-1-3\@s>:not([class*="bdt-width"]), .bdt-child-width-1-4\@s>:not([class*="bdt-width"]), .bdt-child-width-1-5\@s>:not([class*="bdt-width"]), .bdt-child-width-1-6\@s>:not([class*="bdt-width"]), .bdt-child-width-auto\@s>:not([class*="bdt-width"]) {
		flex: initial;
	}
}

@media (min-width:960px) {
	.bdt-child-width-1-1\@m>* {
		width: 100%;
	}
	
	.bdt-child-width-1-2\@m>* {
		width: 50%;
	}
	
	.bdt-child-width-1-3\@m>* {
		width: calc(100% / 3);
	}
	
	.bdt-child-width-1-4\@m>* {
		width: 25%;
	}
	
	.bdt-child-width-1-5\@m>* {
		width: 20%;
	}
	
	.bdt-child-width-1-6\@m>* {
		width: calc(100% / 6);
	}
	
	.bdt-child-width-auto\@m>* {
		width: auto;
	}
	
	.bdt-child-width-expand\@m>:not([class*="bdt-width"]) {
		flex: 1;
		min-width: 1px;
	}
	
	.bdt-child-width-1-1\@m>:not([class*="bdt-width"]), .bdt-child-width-1-2\@m>:not([class*="bdt-width"]), .bdt-child-width-1-3\@m>:not([class*="bdt-width"]), .bdt-child-width-1-4\@m>:not([class*="bdt-width"]), .bdt-child-width-1-5\@m>:not([class*="bdt-width"]), .bdt-child-width-1-6\@m>:not([class*="bdt-width"]), .bdt-child-width-auto\@m>:not([class*="bdt-width"]) {
		flex: initial;
	}
}

@media (min-width:1200px) {
	.bdt-child-width-1-1\@l>* {
		width: 100%;
	}
	
	.bdt-child-width-1-2\@l>* {
		width: 50%;
	}
	
	.bdt-child-width-1-3\@l>* {
		width: calc(100% / 3);
	}
	
	.bdt-child-width-1-4\@l>* {
		width: 25%;
	}
	
	.bdt-child-width-1-5\@l>* {
		width: 20%;
	}
	
	.bdt-child-width-1-6\@l>* {
		width: calc(100% / 6);
	}
	
	.bdt-child-width-auto\@l>* {
		width: auto;
	}
	
	.bdt-child-width-expand\@l>:not([class*="bdt-width"]) {
		flex: 1;
		min-width: 1px;
	}
	
	.bdt-child-width-1-1\@l>:not([class*="bdt-width"]), .bdt-child-width-1-2\@l>:not([class*="bdt-width"]), .bdt-child-width-1-3\@l>:not([class*="bdt-width"]), .bdt-child-width-1-4\@l>:not([class*="bdt-width"]), .bdt-child-width-1-5\@l>:not([class*="bdt-width"]), .bdt-child-width-1-6\@l>:not([class*="bdt-width"]), .bdt-child-width-auto\@l>:not([class*="bdt-width"]) {
		flex: initial;
	}
}

@media (min-width:1600px) {
	.bdt-child-width-1-1\@xl>* {
		width: 100%;
	}
	
	.bdt-child-width-1-2\@xl>* {
		width: 50%;
	}
	
	.bdt-child-width-1-3\@xl>* {
		width: calc(100% / 3);
	}
	
	.bdt-child-width-1-4\@xl>* {
		width: 25%;
	}
	
	.bdt-child-width-1-5\@xl>* {
		width: 20%;
	}
	
	.bdt-child-width-1-6\@xl>* {
		width: calc(100% / 6);
	}
	
	.bdt-child-width-auto\@xl>* {
		width: auto;
	}
	
	.bdt-child-width-expand\@xl>:not([class*="bdt-width"]) {
		flex: 1;
		min-width: 1px;
	}
	
	.bdt-child-width-1-1\@xl>:not([class*="bdt-width"]), .bdt-child-width-1-2\@xl>:not([class*="bdt-width"]), .bdt-child-width-1-3\@xl>:not([class*="bdt-width"]), .bdt-child-width-1-4\@xl>:not([class*="bdt-width"]), .bdt-child-width-1-5\@xl>:not([class*="bdt-width"]), .bdt-child-width-1-6\@xl>:not([class*="bdt-width"]), .bdt-child-width-auto\@xl>:not([class*="bdt-width"]) {
		flex: initial;
	}
}

[class*="bdt-width"] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.bdt-width-1-2 {
	width: 50%;
}

.bdt-width-1-3 {
	width: calc(100% / 3);
}

.bdt-width-2-3 {
	width: calc(200% / 3);
}

.bdt-width-1-4 {
	width: 25%;
}

.bdt-width-3-4 {
	width: 75%;
}

.bdt-width-1-5 {
	width: 20%;
}

.bdt-width-2-5 {
	width: 40%;
}

.bdt-width-3-5 {
	width: 60%;
}

.bdt-width-4-5 {
	width: 80%;
}

.bdt-width-1-6 {
	width: calc(100% / 6);
}

.bdt-width-5-6 {
	width: calc(500% / 6);
}

.bdt-width-small {
	width: 150px;
}

.bdt-width-medium {
	width: 300px;
}

.bdt-width-large {
	width: 450px;
}

.bdt-width-xlarge {
	width: 600px;
}

.bdt-width-2xlarge {
	width: 750px;
}

.bdt-width-auto {
	width: auto;
}

.bdt-width-expand {
	flex: 1;
	min-width: 1px;
}

@media (min-width:640px) {
	.bdt-width-1-1\@s {
		width: 100%;
	}
	
	.bdt-width-1-2\@s {
		width: 50%;
	}
	
	.bdt-width-1-3\@s {
		width: calc(100% / 3);
	}
	
	.bdt-width-2-3\@s {
		width: calc(200% / 3);
	}
	
	.bdt-width-1-4\@s {
		width: 25%;
	}
	
	.bdt-width-3-4\@s {
		width: 75%;
	}
	
	.bdt-width-1-5\@s {
		width: 20%;
	}
	
	.bdt-width-2-5\@s {
		width: 40%;
	}
	
	.bdt-width-3-5\@s {
		width: 60%;
	}
	
	.bdt-width-4-5\@s {
		width: 80%;
	}
	
	.bdt-width-1-6\@s {
		width: calc(100% / 6);
	}
	
	.bdt-width-5-6\@s {
		width: calc(500% / 6);
	}
	
	.bdt-width-small\@s {
		width: 150px;
	}
	
	.bdt-width-medium\@s {
		width: 300px;
	}
	
	.bdt-width-large\@s {
		width: 450px;
	}
	
	.bdt-width-xlarge\@s {
		width: 600px;
	}
	
	.bdt-width-2xlarge\@s {
		width: 750px;
	}
	
	.bdt-width-auto\@s {
		width: auto;
	}
	
	.bdt-width-expand\@s {
		flex: 1;
		min-width: 1px;
	}
	
	.bdt-width-1-1\@s, .bdt-width-1-2\@s, .bdt-width-1-3\@s, .bdt-width-2-3\@s, .bdt-width-1-4\@s, .bdt-width-3-4\@s, .bdt-width-1-5\@s, .bdt-width-2-5\@s, .bdt-width-3-5\@s, .bdt-width-4-5\@s, .bdt-width-1-6\@s, .bdt-width-5-6\@s, .bdt-width-small\@s, .bdt-width-medium\@s, .bdt-width-large\@s, .bdt-width-xlarge\@s, .bdt-width-2xlarge\@s, .bdt-width-auto\@s {
		flex: initial;
	}
}

@media (min-width:960px) {
	.bdt-width-1-1\@m {
		width: 100%;
	}
	
	.bdt-width-1-2\@m {
		width: 50%;
	}
	
	.bdt-width-1-3\@m {
		width: calc(100% / 3);
	}
	
	.bdt-width-2-3\@m {
		width: calc(200% / 3);
	}
	
	.bdt-width-1-4\@m {
		width: 25%;
	}
	
	.bdt-width-3-4\@m {
		width: 75%;
	}
	
	.bdt-width-1-5\@m {
		width: 20%;
	}
	
	.bdt-width-2-5\@m {
		width: 40%;
	}
	
	.bdt-width-3-5\@m {
		width: 60%;
	}
	
	.bdt-width-4-5\@m {
		width: 80%;
	}
	
	.bdt-width-1-6\@m {
		width: calc(100% / 6);
	}
	
	.bdt-width-5-6\@m {
		width: calc(500% / 6);
	}
	
	.bdt-width-small\@m {
		width: 150px;
	}
	
	.bdt-width-medium\@m {
		width: 300px;
	}
	
	.bdt-width-large\@m {
		width: 450px;
	}
	
	.bdt-width-xlarge\@m {
		width: 600px;
	}
	
	.bdt-width-2xlarge\@m {
		width: 750px;
	}
	
	.bdt-width-auto\@m {
		width: auto;
	}
	
	.bdt-width-expand\@m {
		flex: 1;
		min-width: 1px;
	}
	
	.bdt-width-1-1\@m, .bdt-width-1-2\@m, .bdt-width-1-3\@m, .bdt-width-2-3\@m, .bdt-width-1-4\@m, .bdt-width-3-4\@m, .bdt-width-1-5\@m, .bdt-width-2-5\@m, .bdt-width-3-5\@m, .bdt-width-4-5\@m, .bdt-width-1-6\@m, .bdt-width-5-6\@m, .bdt-width-small\@m, .bdt-width-medium\@m, .bdt-width-large\@m, .bdt-width-xlarge\@m, .bdt-width-2xlarge\@m, .bdt-width-auto\@m {
		flex: initial;
	}
}

@media (min-width:1200px) {
	.bdt-width-1-1\@l {
		width: 100%;
	}
	
	.bdt-width-1-2\@l {
		width: 50%;
	}
	
	.bdt-width-1-3\@l {
		width: calc(100% / 3);
	}
	
	.bdt-width-2-3\@l {
		width: calc(200% / 3);
	}
	
	.bdt-width-1-4\@l {
		width: 25%;
	}
	
	.bdt-width-3-4\@l {
		width: 75%;
	}
	
	.bdt-width-1-5\@l {
		width: 20%;
	}
	
	.bdt-width-2-5\@l {
		width: 40%;
	}
	
	.bdt-width-3-5\@l {
		width: 60%;
	}
	
	.bdt-width-4-5\@l {
		width: 80%;
	}
	
	.bdt-width-1-6\@l {
		width: calc(100% / 6);
	}
	
	.bdt-width-5-6\@l {
		width: calc(500% / 6);
	}
	
	.bdt-width-small\@l {
		width: 150px;
	}
	
	.bdt-width-medium\@l {
		width: 300px;
	}
	
	.bdt-width-large\@l {
		width: 450px;
	}
	
	.bdt-width-xlarge\@l {
		width: 600px;
	}
	
	.bdt-width-2xlarge\@l {
		width: 750px;
	}
	
	.bdt-width-auto\@l {
		width: auto;
	}
	
	.bdt-width-expand\@l {
		flex: 1;
		min-width: 1px;
	}
	
	.bdt-width-1-1\@l, .bdt-width-1-2\@l, .bdt-width-1-3\@l, .bdt-width-2-3\@l, .bdt-width-1-4\@l, .bdt-width-3-4\@l, .bdt-width-1-5\@l, .bdt-width-2-5\@l, .bdt-width-3-5\@l, .bdt-width-4-5\@l, .bdt-width-1-6\@l, .bdt-width-5-6\@l, .bdt-width-small\@l, .bdt-width-medium\@l, .bdt-width-large\@l, .bdt-width-xlarge\@l, .bdt-width-2xlarge\@l, .bdt-width-auto\@l {
		flex: initial;
	}
}

@media (min-width:1600px) {
	.bdt-width-1-1\@xl {
		width: 100%;
	}
	
	.bdt-width-1-2\@xl {
		width: 50%;
	}
	
	.bdt-width-1-3\@xl {
		width: calc(100% / 3);
	}
	
	.bdt-width-2-3\@xl {
		width: calc(200% / 3);
	}
	
	.bdt-width-1-4\@xl {
		width: 25%;
	}
	
	.bdt-width-3-4\@xl {
		width: 75%;
	}
	
	.bdt-width-1-5\@xl {
		width: 20%;
	}
	
	.bdt-width-2-5\@xl {
		width: 40%;
	}
	
	.bdt-width-3-5\@xl {
		width: 60%;
	}
	
	.bdt-width-4-5\@xl {
		width: 80%;
	}
	
	.bdt-width-1-6\@xl {
		width: calc(100% / 6);
	}
	
	.bdt-width-5-6\@xl {
		width: calc(500% / 6);
	}
	
	.bdt-width-small\@xl {
		width: 150px;
	}
	
	.bdt-width-medium\@xl {
		width: 300px;
	}
	
	.bdt-width-large\@xl {
		width: 450px;
	}
	
	.bdt-width-xlarge\@xl {
		width: 600px;
	}
	
	.bdt-width-2xlarge\@xl {
		width: 750px;
	}
	
	.bdt-width-auto\@xl {
		width: auto;
	}
	
	.bdt-width-expand\@xl {
		flex: 1;
		min-width: 1px;
	}
	
	.bdt-width-1-1\@xl, .bdt-width-1-2\@xl, .bdt-width-1-3\@xl, .bdt-width-2-3\@xl, .bdt-width-1-4\@xl, .bdt-width-3-4\@xl, .bdt-width-1-5\@xl, .bdt-width-2-5\@xl, .bdt-width-3-5\@xl, .bdt-width-4-5\@xl, .bdt-width-1-6\@xl, .bdt-width-5-6\@xl, .bdt-width-small\@xl, .bdt-width-medium\@xl, .bdt-width-large\@xl, .bdt-width-xlarge\@xl, .bdt-width-2xlarge\@xl, .bdt-width-auto\@xl {
		flex: initial;
	}
}

.bdt-width-max-content {
	width: max-content;
}

.bdt-width-min-content {
	width: min-content;
}

[class*="bdt-height"] {
	box-sizing: border-box;
}

.bdt-height-1-1 {
	height: 100%;
}

.bdt-height-viewport {
	min-height: 100vh;
}

.bdt-height-viewport-2 {
	min-height: 200vh;
}

.bdt-height-viewport-3 {
	min-height: 300vh;
}

.bdt-height-viewport-4 {
	min-height: 400vh;
}

.bdt-height-small {
	height: 150px;
}

.bdt-height-medium {
	height: 300px;
}

.bdt-height-large {
	height: 450px;
}

.bdt-height-max-small {
	max-height: 150px;
}

.bdt-height-max-medium {
	max-height: 300px;
}

.bdt-height-max-large {
	max-height: 450px;
}

.bdt-text-lead {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
}

.bdt-text-meta {
	font-size: .875rem;
	line-height: 1.4;
	color: #999;
}

.bdt-text-small {
	font-size: .875rem;
	line-height: 1.5;
}

.bdt-text-large {
	font-size: 1.5rem;
	line-height: 1.5;
}

.bdt-text-default {
	font-size: 16px;
	line-height: 1.5;
}

.bdt-text-light {
	font-weight: 300;
}

.bdt-text-normal {
	font-weight: 400;
}

.bdt-text-bold {
	font-weight: 700;
}

.bdt-text-lighter {
	font-weight: lighter;
}

.bdt-text-bolder {
	font-weight: bolder;
}

.bdt-text-italic {
	font-style: italic;
}

.bdt-text-capitalize {
	text-transform: capitalize !important;
}

.bdt-text-uppercase {
	text-transform: uppercase !important;
}

.bdt-text-lowercase {
	text-transform: lowercase !important;
}

.bdt-text-decoration-none {
	text-decoration: none !important;
}

.bdt-text-muted {
	color: #999 !important;
}

.bdt-text-emphasis {
	color: #333 !important;
}

.bdt-text-primary {
	color: #1e87f0 !important;
}

.bdt-text-secondary {
	color: #222 !important;
}

.bdt-text-success {
	color: #32d296 !important;
}

.bdt-text-warning {
	color: #faa05a !important;
}

.bdt-text-danger {
	color: #f0506e !important;
}

.bdt-text-background {
	-webkit-background-clip: text;
	color: transparent !important;
	display: inline-block;
	background-color: #1e87f0;
}

.bdt-text-left {
	text-align: left !important;
}

.bdt-text-right {
	text-align: right !important;
}

.bdt-text-center {
	text-align: center !important;
}

.bdt-text-justify {
	text-align: justify !important;
}

@media (min-width:640px) {
	.bdt-text-left\@s {
		text-align: left !important;
	}
	
	.bdt-text-right\@s {
		text-align: right !important;
	}
	
	.bdt-text-center\@s {
		text-align: center !important;
	}
}

@media (min-width:960px) {
	.bdt-text-left\@m {
		text-align: left !important;
	}
	
	.bdt-text-right\@m {
		text-align: right !important;
	}
	
	.bdt-text-center\@m {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.bdt-text-left\@l {
		text-align: left !important;
	}
	
	.bdt-text-right\@l {
		text-align: right !important;
	}
	
	.bdt-text-center\@l {
		text-align: center !important;
	}
}

@media (min-width:1600px) {
	.bdt-text-left\@xl {
		text-align: left !important;
	}
	
	.bdt-text-right\@xl {
		text-align: right !important;
	}
	
	.bdt-text-center\@xl {
		text-align: center !important;
	}
}

.bdt-text-top {
	vertical-align: top !important;
}

.bdt-text-middle {
	vertical-align: middle !important;
}

.bdt-text-bottom {
	vertical-align: bottom !important;
}

.bdt-text-baseline {
	vertical-align: baseline !important;
}

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

.bdt-text-truncate {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

th.bdt-text-truncate, td.bdt-text-truncate {
	max-width: 0;
}

.bdt-text-break {
	overflow-wrap: break-word;
}

th.bdt-text-break, td.bdt-text-break {
	word-break: break-word;
}

[class*="bdt-column-"] {
	column-gap: 30px;
}

@media (min-width:1200px) {
	[class*="bdt-column-"] {
		column-gap: 40px;
	}
}

[class*="bdt-column-"] img {
	transform: translate3d(0, 0, 0);
}

.bdt-column-divider {
	column-rule: 1px solid rgba(214, 214, 214, .49);
	column-gap: 60px;
}

@media (min-width:1200px) {
	.bdt-column-divider {
		column-gap: 80px;
	}
}

.bdt-column-1-2 {
	column-count: 2;
}

.bdt-column-1-3 {
	column-count: 3;
}

.bdt-column-1-4 {
	column-count: 4;
}

.bdt-column-1-5 {
	column-count: 5;
}

.bdt-column-1-6 {
	column-count: 6;
}

@media (min-width:640px) {
	.bdt-column-1-2\@s {
		column-count: 2;
	}
	
	.bdt-column-1-3\@s {
		column-count: 3;
	}
	
	.bdt-column-1-4\@s {
		column-count: 4;
	}
	
	.bdt-column-1-5\@s {
		column-count: 5;
	}
	
	.bdt-column-1-6\@s {
		column-count: 6;
	}
}

@media (min-width:960px) {
	.bdt-column-1-2\@m {
		column-count: 2;
	}
	
	.bdt-column-1-3\@m {
		column-count: 3;
	}
	
	.bdt-column-1-4\@m {
		column-count: 4;
	}
	
	.bdt-column-1-5\@m {
		column-count: 5;
	}
	
	.bdt-column-1-6\@m {
		column-count: 6;
	}
}

@media (min-width:1200px) {
	.bdt-column-1-2\@l {
		column-count: 2;
	}
	
	.bdt-column-1-3\@l {
		column-count: 3;
	}
	
	.bdt-column-1-4\@l {
		column-count: 4;
	}
	
	.bdt-column-1-5\@l {
		column-count: 5;
	}
	
	.bdt-column-1-6\@l {
		column-count: 6;
	}
}

@media (min-width:1600px) {
	.bdt-column-1-2\@xl {
		column-count: 2;
	}
	
	.bdt-column-1-3\@xl {
		column-count: 3;
	}
	
	.bdt-column-1-4\@xl {
		column-count: 4;
	}
	
	.bdt-column-1-5\@xl {
		column-count: 5;
	}
	
	.bdt-column-1-6\@xl {
		column-count: 6;
	}
}

.bdt-column-span {
	column-span: all;
}

[bdt-cover]:where(canvas, iframe, svg), [data-bdt-cover]:where(canvas, iframe, svg) {
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	--bdt-position-translate-x: -50%;
	--bdt-position-translate-y: -50%;
	transform: translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y));
}

iframe[bdt-cover], iframe[data-bdt-cover] {
	pointer-events: none;
}

[bdt-cover]:where(img, video), [data-bdt-cover]:where(img, video) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	object-position: center;
}

.bdt-cover-container {
	overflow: hidden;
	position: relative;
}

.bdt-background-default {
	background-color: #fff;
}

.bdt-background-muted {
	background-color: #f8f8f8;
}

.bdt-background-primary {
	background-color: #1e87f0;
}

.bdt-background-secondary {
	background-color: #222;
}

.bdt-background-cover, .bdt-background-contain, .bdt-background-width-1-1, .bdt-background-height-1-1 {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.bdt-background-cover {
	background-size: cover;
}

.bdt-background-contain {
	background-size: contain;
}

.bdt-background-width-1-1 {
	background-size: 100%;
}

.bdt-background-height-1-1 {
	background-size: auto 100%;
}

.bdt-background-top-left {
	background-position: 0 0;
}

.bdt-background-top-center {
	background-position: 50% 0;
}

.bdt-background-top-right {
	background-position: 100% 0;
}

.bdt-background-center-left {
	background-position: 0 50%;
}

.bdt-background-center-center {
	background-position: 50% 50%;
}

.bdt-background-center-right {
	background-position: 100% 50%;
}

.bdt-background-bottom-left {
	background-position: 0 100%;
}

.bdt-background-bottom-center {
	background-position: 50% 100%;
}

.bdt-background-bottom-right {
	background-position: 100% 100%;
}

.bdt-background-norepeat {
	background-repeat: no-repeat;
}

.bdt-background-fixed {
	background-attachment: fixed;
	backface-visibility: hidden;
}

@media (pointer:coarse) {
	.bdt-background-fixed {
		background-attachment: scroll;
	}
}

@media (max-width:639px) {
	.bdt-background-image\@s {
		background-image: none !important;
	}
	
	.bdt-background-image\@s.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:959px) {
	.bdt-background-image\@m {
		background-image: none !important;
	}
	
	.bdt-background-image\@m.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:1199px) {
	.bdt-background-image\@l {
		background-image: none !important;
	}
	
	.bdt-background-image\@l.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:1599px) {
	.bdt-background-image\@xl {
		background-image: none !important;
	}
	
	.bdt-background-image\@xl.nitro-lazy {
		background-image: none !important;
	}
}

.bdt-background-blend-multiply {
	background-blend-mode: multiply;
}

.bdt-background-blend-screen {
	background-blend-mode: screen;
}

.bdt-background-blend-overlay {
	background-blend-mode: overlay;
}

.bdt-background-blend-darken {
	background-blend-mode: darken;
}

.bdt-background-blend-lighten {
	background-blend-mode: lighten;
}

.bdt-background-blend-color-dodge {
	background-blend-mode: color-dodge;
}

.bdt-background-blend-color-burn {
	background-blend-mode: color-burn;
}

.bdt-background-blend-hard-light {
	background-blend-mode: hard-light;
}

.bdt-background-blend-soft-light {
	background-blend-mode: soft-light;
}

.bdt-background-blend-difference {
	background-blend-mode: difference;
}

.bdt-background-blend-exclusion {
	background-blend-mode: exclusion;
}

.bdt-background-blend-hue {
	background-blend-mode: hue;
}

.bdt-background-blend-saturation {
	background-blend-mode: saturation;
}

.bdt-background-blend-color {
	background-blend-mode: color;
}

.bdt-background-blend-luminosity {
	background-blend-mode: luminosity;
}

[class*="bdt-align"] {
	display: block;
	margin-bottom: 30px;
}

*+[class*="bdt-align"] {
	margin-top: 30px;
}

.bdt-align-center {
	margin-left: auto;
	margin-right: auto;
}

.bdt-align-left {
	margin-top: 0;
	margin-right: 30px;
	float: left;
}

.bdt-align-right {
	margin-top: 0;
	margin-left: 30px;
	float: right;
}

@media (min-width:640px) {
	.bdt-align-left\@s {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
	
	.bdt-align-right\@s {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}

@media (min-width:960px) {
	.bdt-align-left\@m {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
	
	.bdt-align-right\@m {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}

@media (min-width:1200px) {
	.bdt-align-left\@l {
		margin-top: 0;
		float: left;
	}
	
	.bdt-align-right\@l {
		margin-top: 0;
		float: right;
	}
	
	.bdt-align-left, .bdt-align-left\@s, .bdt-align-left\@m, .bdt-align-left\@l {
		margin-right: 40px;
	}
	
	.bdt-align-right, .bdt-align-right\@s, .bdt-align-right\@m, .bdt-align-right\@l {
		margin-left: 40px;
	}
}

@media (min-width:1600px) {
	.bdt-align-left\@xl {
		margin-top: 0;
		margin-right: 40px;
		float: left;
	}
	
	.bdt-align-right\@xl {
		margin-top: 0;
		margin-left: 40px;
		float: right;
	}
}

.bdt-svg, .bdt-svg:not(.bdt-preserve) [fill*="#"]:not(.bdt-preserve) {
	fill: currentcolor;
}

.bdt-svg:not(.bdt-preserve) [stroke*="#"]:not(.bdt-preserve) {
	stroke: currentcolor;
}

.bdt-svg {
	transform: translate(0, 0);
}

.bdt-panel {
	display: flow-root;
	position: relative;
	box-sizing: border-box;
}

.bdt-panel>:last-child {
	margin-bottom: 0;
}

.bdt-panel-scrollable {
	height: 170px;
	padding: 10px;
	border: 1px solid rgba(214, 214, 214, .49);
	overflow: auto;
	resize: both;
}

.bdt-clearfix::before {
	content: "";
	display: table-cell;
}

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

.bdt-float-left {
	float: left;
}

.bdt-float-right {
	float: right;
}

[class*="bdt-float-"] {
	max-width: 100%;
}

.bdt-overflow-hidden {
	overflow: hidden;
}

.bdt-overflow-auto {
	overflow: auto;
}

.bdt-overflow-auto>:last-child {
	margin-bottom: 0;
}

.bdt-box-sizing-content {
	box-sizing: content-box;
}

.bdt-box-sizing-border {
	box-sizing: border-box;
}

.bdt-resize {
	resize: both;
}

.bdt-resize-horizontal {
	resize: horizontal;
}

.bdt-resize-vertical {
	resize: vertical;
}

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

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

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

[class*="bdt-inline"] {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

.bdt-inline-clip {
	overflow: hidden;
}

.bdt-preserve-width, .bdt-preserve-width canvas, .bdt-preserve-width img, .bdt-preserve-width svg, .bdt-preserve-width video {
	max-width: none;
}

.bdt-responsive-width, .bdt-responsive-height {
	box-sizing: border-box;
}

.bdt-responsive-width {
	max-width: 100% !important;
	height: auto;
}

.bdt-responsive-height {
	max-height: 100%;
	width: auto;
	max-width: none;
}

[bdt-responsive], [data-bdt-responsive] {
	max-width: 100%;
}

.bdt-object-cover {
	object-fit: cover;
}

.bdt-object-contain {
	object-fit: contain;
}

.bdt-object-fill {
	object-fit: fill;
}

.bdt-object-none {
	object-fit: none;
}

.bdt-object-scale-down {
	object-fit: scale-down;
}

.bdt-object-top-left {
	object-position: 0 0;
}

.bdt-object-top-center {
	object-position: 50% 0;
}

.bdt-object-top-right {
	object-position: 100% 0;
}

.bdt-object-center-left {
	object-position: 0 50%;
}

.bdt-object-center-center {
	object-position: 50% 50%;
}

.bdt-object-center-right {
	object-position: 100% 50%;
}

.bdt-object-bottom-left {
	object-position: 0 100%;
}

.bdt-object-bottom-center {
	object-position: 50% 100%;
}

.bdt-object-bottom-right {
	object-position: 100% 100%;
}

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

.bdt-border-pill {
	border-radius: 500px;
}

.bdt-border-rounded {
	border-radius: 5px;
}

.bdt-inline-clip[class*="bdt-border-"] {
	-webkit-transform: translateZ(0);
}

.bdt-box-shadow-small {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.bdt-box-shadow-medium {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.bdt-box-shadow-large {
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.bdt-box-shadow-xlarge {
	box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
}

[class*="bdt-box-shadow-hover"] {
	transition: box-shadow .1s ease-in-out;
}

.bdt-box-shadow-hover-small:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.bdt-box-shadow-hover-medium:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.bdt-box-shadow-hover-large:hover {
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.bdt-box-shadow-hover-xlarge:hover {
	box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
}

@supports (filter: blur(0)) {
	.bdt-box-shadow-bottom {
		display: inline-block;
		position: relative;
		z-index: 0;
		max-width: 100%;
		vertical-align: middle;
	}
	
	.bdt-box-shadow-bottom::after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		z-index: -1;
		height: 30px;
		border-radius: 100%;
		background: #444;
		filter: blur(20px);
		will-change: filter;
	}
}

.bdt-dropcap::first-letter, .bdt-dropcap>p:first-of-type::first-letter {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 4.5em;
	line-height: 1;
}

@-moz-document url-prefix() {
	.bdt-dropcap::first-letter, .bdt-dropcap>p:first-of-type::first-letter {
		margin-top: 1.1%;
	}
}

.bdt-logo {
	font-size: 1.5rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #333;
	text-decoration: none;
}

:where(.bdt-logo) {
	display: inline-block;
	vertical-align: middle;
}

.bdt-logo:hover {
	color: #333;
	text-decoration: none;
}

.bdt-logo :where(img, svg, video) {
	display: block;
}

.bdt-logo-inverse {
	display: none;
}

.bdt-disabled {
	pointer-events: none;
}

.bdt-drag, .bdt-drag * {
	cursor: move;
}

.bdt-drag iframe {
	pointer-events: none;
}

.bdt-dragover {
	box-shadow: 0 0 20px rgba(100, 100, 100, .3);
}

.bdt-blend-multiply {
	mix-blend-mode: multiply;
}

.bdt-blend-screen {
	mix-blend-mode: screen;
}

.bdt-blend-overlay {
	mix-blend-mode: overlay;
}

.bdt-blend-darken {
	mix-blend-mode: darken;
}

.bdt-blend-lighten {
	mix-blend-mode: lighten;
}

.bdt-blend-color-dodge {
	mix-blend-mode: color-dodge;
}

.bdt-blend-color-burn {
	mix-blend-mode: color-burn;
}

.bdt-blend-hard-light {
	mix-blend-mode: hard-light;
}

.bdt-blend-soft-light {
	mix-blend-mode: soft-light;
}

.bdt-blend-difference {
	mix-blend-mode: difference;
}

.bdt-blend-exclusion {
	mix-blend-mode: exclusion;
}

.bdt-blend-hue {
	mix-blend-mode: hue;
}

.bdt-blend-saturation {
	mix-blend-mode: saturation;
}

.bdt-blend-color {
	mix-blend-mode: color;
}

.bdt-blend-luminosity {
	mix-blend-mode: luminosity;
}

.bdt-transform-center {
	transform: translate(-50%, -50%);
}

.bdt-transform-origin-top-left {
	transform-origin: 0 0;
}

.bdt-transform-origin-top-center {
	transform-origin: 50% 0;
}

.bdt-transform-origin-top-right {
	transform-origin: 100% 0;
}

.bdt-transform-origin-center-left {
	transform-origin: 0 50%;
}

.bdt-transform-origin-center-right {
	transform-origin: 100% 50%;
}

.bdt-transform-origin-bottom-left {
	transform-origin: 0 100%;
}

.bdt-transform-origin-bottom-center {
	transform-origin: 50% 100%;
}

.bdt-transform-origin-bottom-right {
	transform-origin: 100% 100%;
}

.bdt-flex {
	display: flex;
}

.bdt-flex-inline {
	display: inline-flex;
}

.bdt-flex-left {
	justify-content: flex-start;
}

.bdt-flex-center {
	justify-content: center;
}

.bdt-flex-right {
	justify-content: flex-end;
}

.bdt-flex-between {
	justify-content: space-between;
}

.bdt-flex-around {
	justify-content: space-around;
}

@media (min-width:640px) {
	.bdt-flex-left\@s {
		justify-content: flex-start;
	}
	
	.bdt-flex-center\@s {
		justify-content: center;
	}
	
	.bdt-flex-right\@s {
		justify-content: flex-end;
	}
	
	.bdt-flex-between\@s {
		justify-content: space-between;
	}
	
	.bdt-flex-around\@s {
		justify-content: space-around;
	}
}

@media (min-width:960px) {
	.bdt-flex-left\@m {
		justify-content: flex-start;
	}
	
	.bdt-flex-center\@m {
		justify-content: center;
	}
	
	.bdt-flex-right\@m {
		justify-content: flex-end;
	}
	
	.bdt-flex-between\@m {
		justify-content: space-between;
	}
	
	.bdt-flex-around\@m {
		justify-content: space-around;
	}
}

@media (min-width:1200px) {
	.bdt-flex-left\@l {
		justify-content: flex-start;
	}
	
	.bdt-flex-center\@l {
		justify-content: center;
	}
	
	.bdt-flex-right\@l {
		justify-content: flex-end;
	}
	
	.bdt-flex-between\@l {
		justify-content: space-between;
	}
	
	.bdt-flex-around\@l {
		justify-content: space-around;
	}
}

@media (min-width:1600px) {
	.bdt-flex-left\@xl {
		justify-content: flex-start;
	}
	
	.bdt-flex-center\@xl {
		justify-content: center;
	}
	
	.bdt-flex-right\@xl {
		justify-content: flex-end;
	}
	
	.bdt-flex-between\@xl {
		justify-content: space-between;
	}
	
	.bdt-flex-around\@xl {
		justify-content: space-around;
	}
}

.bdt-flex-stretch {
	align-items: stretch;
}

.bdt-flex-top {
	align-items: flex-start;
}

.bdt-flex-middle {
	align-items: center;
}

.bdt-flex-bottom {
	align-items: flex-end;
}

@media (min-width:640px) {
	.bdt-flex-stretch\@s {
		align-items: stretch;
	}
	
	.bdt-flex-top\@s {
		align-items: flex-start;
	}
	
	.bdt-flex-middle\@s {
		align-items: center;
	}
	
	.bdt-flex-bottom\@s {
		align-items: flex-end;
	}
}

@media (min-width:960px) {
	.bdt-flex-stretch\@m {
		align-items: stretch;
	}
	
	.bdt-flex-top\@m {
		align-items: flex-start;
	}
	
	.bdt-flex-middle\@m {
		align-items: center;
	}
	
	.bdt-flex-bottom\@m {
		align-items: flex-end;
	}
}

@media (min-width:1200px) {
	.bdt-flex-stretch\@l {
		align-items: stretch;
	}
	
	.bdt-flex-top\@l {
		align-items: flex-start;
	}
	
	.bdt-flex-middle\@l {
		align-items: center;
	}
	
	.bdt-flex-bottom\@l {
		align-items: flex-end;
	}
}

@media (min-width:1600px) {
	.bdt-flex-stretch\@xl {
		align-items: stretch;
	}
	
	.bdt-flex-top\@xl {
		align-items: flex-start;
	}
	
	.bdt-flex-middle\@xl {
		align-items: center;
	}
	
	.bdt-flex-bottom\@xl {
		align-items: flex-end;
	}
}

.bdt-flex-row {
	flex-direction: row;
}

.bdt-flex-row-reverse {
	flex-direction: row-reverse;
}

.bdt-flex-column {
	flex-direction: column;
}

.bdt-flex-column-reverse {
	flex-direction: column-reverse;
}

@media (min-width:640px) {
	.bdt-flex-row\@s {
		flex-direction: row;
	}
	
	.bdt-flex-column\@s {
		flex-direction: column;
	}
}

@media (min-width:960px) {
	.bdt-flex-row\@m {
		flex-direction: row;
	}
	
	.bdt-flex-column\@m {
		flex-direction: column;
	}
}

@media (min-width:1200px) {
	.bdt-flex-row\@l {
		flex-direction: row;
	}
	
	.bdt-flex-column\@l {
		flex-direction: column;
	}
}

@media (min-width:1600px) {
	.bdt-flex-row\@xl {
		flex-direction: row;
	}
	
	.bdt-flex-column\@xl {
		flex-direction: column;
	}
}

.bdt-flex-nowrap {
	flex-wrap: nowrap;
}

.bdt-flex-wrap {
	flex-wrap: wrap;
}

.bdt-flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.bdt-flex-wrap-stretch {
	align-content: stretch;
}

.bdt-flex-wrap-top {
	align-content: flex-start;
}

.bdt-flex-wrap-middle {
	align-content: center;
}

.bdt-flex-wrap-bottom {
	align-content: flex-end;
}

.bdt-flex-wrap-between {
	align-content: space-between;
}

.bdt-flex-wrap-around {
	align-content: space-around;
}

.bdt-flex-first {
	order: -1;
}

.bdt-flex-last {
	order: 99;
}

@media (min-width:640px) {
	.bdt-flex-first\@s {
		order: -1;
	}
	
	.bdt-flex-last\@s {
		order: 99;
	}
}

@media (min-width:960px) {
	.bdt-flex-first\@m {
		order: -1;
	}
	
	.bdt-flex-last\@m {
		order: 99;
	}
}

@media (min-width:1200px) {
	.bdt-flex-first\@l {
		order: -1;
	}
	
	.bdt-flex-last\@l {
		order: 99;
	}
}

@media (min-width:1600px) {
	.bdt-flex-first\@xl {
		order: -1;
	}
	
	.bdt-flex-last\@xl {
		order: 99;
	}
}

.bdt-flex-initial {
	flex: initial;
}

.bdt-flex-none {
	flex: none;
}

.bdt-flex-auto {
	flex: auto;
}

.bdt-flex-1 {
	flex: 1;
}

@media (min-width:640px) {
	.bdt-flex-initial\@s {
		flex: initial;
	}
	
	.bdt-flex-none\@s {
		flex: none;
	}
	
	.bdt-flex-1\@s {
		flex: 1;
	}
}

@media (min-width:960px) {
	.bdt-flex-initial\@m {
		flex: initial;
	}
	
	.bdt-flex-none\@m {
		flex: none;
	}
	
	.bdt-flex-1\@m {
		flex: 1;
	}
}

@media (min-width:1200px) {
	.bdt-flex-initial\@l {
		flex: initial;
	}
	
	.bdt-flex-none\@l {
		flex: none;
	}
	
	.bdt-flex-1\@l {
		flex: 1;
	}
}

@media (min-width:1600px) {
	.bdt-flex-initial\@xl {
		flex: initial;
	}
	
	.bdt-flex-none\@xl {
		flex: none;
	}
	
	.bdt-flex-1\@xl {
		flex: 1;
	}
}

.bdt-margin {
	margin-bottom: 20px;
}

*+.bdt-margin {
	margin-top: 20px !important;
}

.bdt-margin-top {
	margin-top: 20px !important;
}

.bdt-margin-bottom {
	margin-bottom: 20px !important;
}

.bdt-margin-left {
	margin-left: 20px !important;
}

.bdt-margin-right {
	margin-right: 20px !important;
}

.bdt-margin-small {
	margin-bottom: 10px;
}

*+.bdt-margin-small {
	margin-top: 10px !important;
}

.bdt-margin-small-top {
	margin-top: 10px !important;
}

.bdt-margin-small-bottom {
	margin-bottom: 10px !important;
}

.bdt-margin-small-left {
	margin-left: 10px !important;
}

.bdt-margin-small-right {
	margin-right: 10px !important;
}

.bdt-margin-medium {
	margin-bottom: 40px;
}

*+.bdt-margin-medium {
	margin-top: 40px !important;
}

.bdt-margin-medium-top {
	margin-top: 40px !important;
}

.bdt-margin-medium-bottom {
	margin-bottom: 40px !important;
}

.bdt-margin-medium-left {
	margin-left: 40px !important;
}

.bdt-margin-medium-right {
	margin-right: 40px !important;
}

.bdt-margin-large {
	margin-bottom: 40px;
}

*+.bdt-margin-large {
	margin-top: 40px !important;
}

.bdt-margin-large-top {
	margin-top: 40px !important;
}

.bdt-margin-large-bottom {
	margin-bottom: 40px !important;
}

.bdt-margin-large-left {
	margin-left: 40px !important;
}

.bdt-margin-large-right {
	margin-right: 40px !important;
}

@media (min-width:1200px) {
	.bdt-margin-large {
		margin-bottom: 70px;
	}
	
	*+.bdt-margin-large {
		margin-top: 70px !important;
	}
	
	.bdt-margin-large-top {
		margin-top: 70px !important;
	}
	
	.bdt-margin-large-bottom {
		margin-bottom: 70px !important;
	}
	
	.bdt-margin-large-left {
		margin-left: 70px !important;
	}
	
	.bdt-margin-large-right {
		margin-right: 70px !important;
	}
}

.bdt-margin-xlarge {
	margin-bottom: 70px;
}

*+.bdt-margin-xlarge {
	margin-top: 70px !important;
}

.bdt-margin-xlarge-top {
	margin-top: 70px !important;
}

.bdt-margin-xlarge-bottom {
	margin-bottom: 70px !important;
}

.bdt-margin-xlarge-left {
	margin-left: 70px !important;
}

.bdt-margin-xlarge-right {
	margin-right: 70px !important;
}

@media (min-width:1200px) {
	.bdt-margin-xlarge {
		margin-bottom: 140px;
	}
	
	*+.bdt-margin-xlarge {
		margin-top: 140px !important;
	}
	
	.bdt-margin-xlarge-top {
		margin-top: 140px !important;
	}
	
	.bdt-margin-xlarge-bottom {
		margin-bottom: 140px !important;
	}
	
	.bdt-margin-xlarge-left {
		margin-left: 140px !important;
	}
	
	.bdt-margin-xlarge-right {
		margin-right: 140px !important;
	}
}

.bdt-margin-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.bdt-margin-auto-top {
	margin-top: auto !important;
}

.bdt-margin-auto-bottom {
	margin-bottom: auto !important;
}

.bdt-margin-auto-left {
	margin-left: auto !important;
}

.bdt-margin-auto-right {
	margin-right: auto !important;
}

.bdt-margin-auto-vertical {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

@media (min-width:640px) {
	.bdt-margin-auto\@s {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.bdt-margin-auto-left\@s {
		margin-left: auto !important;
	}
	
	.bdt-margin-auto-right\@s {
		margin-right: auto !important;
	}
}

@media (min-width:960px) {
	.bdt-margin-auto\@m {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.bdt-margin-auto-left\@m {
		margin-left: auto !important;
	}
	
	.bdt-margin-auto-right\@m {
		margin-right: auto !important;
	}
}

@media (min-width:1200px) {
	.bdt-margin-auto\@l {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.bdt-margin-auto-left\@l {
		margin-left: auto !important;
	}
	
	.bdt-margin-auto-right\@l {
		margin-right: auto !important;
	}
}

@media (min-width:1600px) {
	.bdt-margin-auto\@xl {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.bdt-margin-auto-left\@xl {
		margin-left: auto !important;
	}
	
	.bdt-margin-auto-right\@xl {
		margin-right: auto !important;
	}
}

.bdt-margin-remove {
	margin: 0 !important;
}

.bdt-margin-remove-top {
	margin-top: 0 !important;
}

.bdt-margin-remove-bottom {
	margin-bottom: 0 !important;
}

.bdt-margin-remove-left {
	margin-left: 0 !important;
}

.bdt-margin-remove-right {
	margin-right: 0 !important;
}

.bdt-margin-remove-vertical {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.bdt-margin-remove-adjacent+*, .bdt-margin-remove-first-child>:first-child {
	margin-top: 0 !important;
}

.bdt-margin-remove-last-child>:last-child {
	margin-bottom: 0 !important;
}

@media (min-width:640px) {
	.bdt-margin-remove-left\@s {
		margin-left: 0 !important;
	}
	
	.bdt-margin-remove-right\@s {
		margin-right: 0 !important;
	}
}

@media (min-width:960px) {
	.bdt-margin-remove-left\@m {
		margin-left: 0 !important;
	}
	
	.bdt-margin-remove-right\@m {
		margin-right: 0 !important;
	}
}

@media (min-width:1200px) {
	.bdt-margin-remove-left\@l {
		margin-left: 0 !important;
	}
	
	.bdt-margin-remove-right\@l {
		margin-right: 0 !important;
	}
}

@media (min-width:1600px) {
	.bdt-margin-remove-left\@xl {
		margin-left: 0 !important;
	}
	
	.bdt-margin-remove-right\@xl {
		margin-right: 0 !important;
	}
}

.bdt-padding {
	padding: 30px;
}

@media (min-width:1200px) {
	.bdt-padding {
		padding: 40px;
	}
}

.bdt-padding-small {
	padding: 15px;
}

.bdt-padding-large {
	padding: 40px;
}

@media (min-width:1200px) {
	.bdt-padding-large {
		padding: 70px;
	}
}

.bdt-padding-remove {
	padding: 0 !important;
}

.bdt-padding-remove-top {
	padding-top: 0 !important;
}

.bdt-padding-remove-bottom {
	padding-bottom: 0 !important;
}

.bdt-padding-remove-left {
	padding-left: 0 !important;
}

.bdt-padding-remove-right {
	padding-right: 0 !important;
}

.bdt-padding-remove-vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.bdt-padding-remove-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

:root {
	--bdt-position-margin-offset: .0001px;
}

[class*="bdt-position-top"], [class*="bdt-position-bottom"], [class*="bdt-position-left"], [class*="bdt-position-right"], [class*="bdt-position-center"] {
	position: absolute !important;
	max-width: calc(100% - ( var(--bdt-position-margin-offset) * 2 ));
	box-sizing: border-box;
}

.bdt-position-top {
	top: 0;
	left: 0;
	right: 0;
}

.bdt-position-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}

.bdt-position-left {
	top: 0;
	bottom: 0;
	left: 0;
}

.bdt-position-right {
	top: 0;
	bottom: 0;
	right: 0;
}

.bdt-position-top-left {
	top: 0;
	left: 0;
}

.bdt-position-top-right {
	top: 0;
	right: 0;
}

.bdt-position-bottom-left {
	bottom: 0;
	left: 0;
}

.bdt-position-bottom-right {
	bottom: 0;
	right: 0;
}

.bdt-position-center {
	top: calc(50% - var(--bdt-position-margin-offset));
	left: calc(50% - var(--bdt-position-margin-offset));
	--bdt-position-translate-x: -50%;
	--bdt-position-translate-y: -50%;
	transform: translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y));
	width: max-content;
}

[class*="bdt-position-center-left"], [class*="bdt-position-center-right"], .bdt-position-center-vertical {
	top: calc(50% - var(--bdt-position-margin-offset));
	--bdt-position-translate-y: -50%;
	transform: translate(0, var(--bdt-position-translate-y));
}

.bdt-position-center-left {
	left: 0;
}

.bdt-position-center-right {
	right: 0;
}

.bdt-position-center-vertical {
	left: 0;
	right: 0;
}

.bdt-position-center-left-out {
	right: 100%;
	width: max-content;
}

.bdt-position-center-right-out {
	left: 100%;
	width: max-content;
}

.bdt-position-top-center, .bdt-position-bottom-center, .bdt-position-center-horizontal {
	left: calc(50% - var(--bdt-position-margin-offset));
	--bdt-position-translate-x: -50%;
	transform: translate(var(--bdt-position-translate-x), 0);
	width: max-content;
}

.bdt-position-top-center {
	top: 0;
}

.bdt-position-bottom-center {
	bottom: 0;
}

.bdt-position-center-horizontal {
	top: 0;
	bottom: 0;
}

.bdt-position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.bdt-position-small {
	margin: 15px;
	--bdt-position-margin-offset: 15px;
}

.bdt-position-medium {
	margin: 30px;
	--bdt-position-margin-offset: 30px;
}

.bdt-position-large {
	margin: 30px;
	--bdt-position-margin-offset: 30px;
}

@media (min-width:1200px) {
	.bdt-position-large {
		margin: 50px;
		--bdt-position-margin-offset: 50px;
	}
}

.bdt-position-relative {
	position: relative !important;
}

.bdt-position-absolute {
	position: absolute !important;
}

.bdt-position-fixed {
	position: fixed !important;
}

.bdt-position-sticky {
	position: sticky !important;
}

.bdt-position-z-index {
	z-index: 1;
}

.bdt-position-z-index-zero {
	z-index: 0;
}

.bdt-position-z-index-negative {
	z-index: -1;
}

.bdt-position-z-index-high {
	z-index: 990;
}

:where(.bdt-transition-fade), :where([class*="bdt-transition-scale"]), :where([class*="bdt-transition-slide"]) {
	--bdt-position-translate-x: 0;
	--bdt-position-translate-y: 0;
}

.bdt-transition-fade, [class*="bdt-transition-scale"], [class*="bdt-transition-slide"] {
	--bdt-translate-x: 0;
	--bdt-translate-y: 0;
	--bdt-scale-x: 1;
	--bdt-scale-y: 1;
	transform: translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y)) translate(var(--bdt-translate-x), var(--bdt-translate-y)) scale(var(--bdt-scale-x), var(--bdt-scale-y));
	transition: .3s ease-out;
	transition-property: opacity, transform, filter;
	opacity: 0;
}

.bdt-transition-toggle:hover .bdt-transition-fade, .bdt-transition-toggle:focus .bdt-transition-fade, .bdt-transition-toggle .bdt-transition-fade:focus-within, .bdt-transition-active.bdt-active .bdt-transition-fade {
	opacity: 1;
}

[class*="bdt-transition-scale"] {
	-webkit-backface-visibility: hidden;
}

.bdt-transition-scale-up {
	--bdt-scale-x: 1;
	--bdt-scale-y: 1;
}

.bdt-transition-scale-down {
	--bdt-scale-x: 1.03;
	--bdt-scale-y: 1.03;
}

.bdt-transition-toggle:hover .bdt-transition-scale-up, .bdt-transition-toggle:focus .bdt-transition-scale-up, .bdt-transition-toggle .bdt-transition-scale-up:focus-within, .bdt-transition-active.bdt-active .bdt-transition-scale-up {
	--bdt-scale-x: 1.03;
	--bdt-scale-y: 1.03;
	opacity: 1;
}

.bdt-transition-toggle:hover .bdt-transition-scale-down, .bdt-transition-toggle:focus .bdt-transition-scale-down, .bdt-transition-toggle .bdt-transition-scale-down:focus-within, .bdt-transition-active.bdt-active .bdt-transition-scale-down {
	--bdt-scale-x: 1;
	--bdt-scale-y: 1;
	opacity: 1;
}

.bdt-transition-slide-top {
	--bdt-translate-y: -100%;
}

.bdt-transition-slide-bottom {
	--bdt-translate-y: 100%;
}

.bdt-transition-slide-left {
	--bdt-translate-x: -100%;
}

.bdt-transition-slide-right {
	--bdt-translate-x: 100%;
}

.bdt-transition-slide-top-small {
	--bdt-translate-y: calc(-1 * 10px);
}

.bdt-transition-slide-bottom-small {
	--bdt-translate-y: 10px;
}

.bdt-transition-slide-left-small {
	--bdt-translate-x: calc(-1 * 10px);
}

.bdt-transition-slide-right-small {
	--bdt-translate-x: 10px;
}

.bdt-transition-slide-top-medium {
	--bdt-translate-y: calc(-1 * 50px);
}

.bdt-transition-slide-bottom-medium {
	--bdt-translate-y: 50px;
}

.bdt-transition-slide-left-medium {
	--bdt-translate-x: calc(-1 * 50px);
}

.bdt-transition-slide-right-medium {
	--bdt-translate-x: 50px;
}

.bdt-transition-toggle:hover [class*="bdt-transition-slide"], .bdt-transition-toggle:focus [class*="bdt-transition-slide"], .bdt-transition-toggle [class*="bdt-transition-slide"]:focus-within, .bdt-transition-active.bdt-active [class*="bdt-transition-slide"] {
	--bdt-translate-x: 0;
	--bdt-translate-y: 0;
	opacity: 1;
}

.bdt-transition-opaque {
	opacity: 1;
}

.bdt-transition-slow {
	transition-duration: .7s;
}

.bdt-transition-disable, .bdt-transition-disable * {
	transition: none !important;
}

[hidden] {
	display: none;
}

.bdt-hidden {
	display: none !important;
}

@media (min-width:640px) {
	.bdt-hidden\@s {
		display: none !important;
	}
}

@media (min-width:960px) {
	.bdt-hidden\@m {
		display: none !important;
	}
}

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

@media (min-width:1600px) {
	.bdt-hidden\@xl {
		display: none !important;
	}
}

@media (max-width:639px) {
	.bdt-visible\@s {
		display: none !important;
	}
}

@media (max-width:959px) {
	.bdt-visible\@m {
		display: none !important;
	}
}

@media (max-width:1199px) {
	.bdt-visible\@l {
		display: none !important;
	}
}

@media (max-width:1599px) {
	.bdt-visible\@xl {
		display: none !important;
	}
}

.bdt-invisible {
	visibility: hidden !important;
}

.bdt-hidden-visually:not(:focus):not(:active):not(:focus-within), .bdt-visible-toggle:not(:hover):not(:focus) .bdt-hidden-hover:not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.bdt-visible-toggle:not(:hover):not(:focus) .bdt-invisible-hover:not(:focus-within) {
	opacity: 0 !important;
}

@media (hover:none) {
	.bdt-hidden-touch {
		display: none !important;
	}
}

@media (hover) {
	.bdt-hidden-notouch {
		display: none !important;
	}
}

* {
	--bdt-inverse: initial;
}

.bdt-light, .bdt-section-primary:not(.bdt-preserve-color), .bdt-section-secondary:not(.bdt-preserve-color), .bdt-tile-primary:not(.bdt-preserve-color), .bdt-tile-secondary:not(.bdt-preserve-color), .bdt-card-primary.bdt-card-body, .bdt-card-primary>:not([class*="bdt-card-media"]), .bdt-card-secondary.bdt-card-body, .bdt-card-secondary>:not([class*="bdt-card-media"]), .bdt-overlay-primary, .bdt-offcanvas-bar {
	--bdt-inverse: light;
}

.bdt-dark, .bdt-section-default:not(.bdt-preserve-color), .bdt-section-muted:not(.bdt-preserve-color), .bdt-tile-default:not(.bdt-preserve-color), .bdt-tile-muted:not(.bdt-preserve-color), .bdt-card-default.bdt-card-body, .bdt-card-default>:not([class*="bdt-card-media"]), .bdt-overlay-default, .bdt-dropbar, .bdt-navbar-container:not(.bdt-navbar-transparent), .bdt-navbar-dropdown, .bdt-dropdown {
	--bdt-inverse: dark;
}

.bdt-inverse-light {
	--bdt-inverse: light !important;
}

.bdt-inverse-dark {
	--bdt-inverse: dark !important;
}

.bdt-modal-full {
	overflow-x: hidden;
}

.hook-modal-dialog {
	border-radius: 3px;
}

.hook-modal-title {
	font-weight: 400;
}

.bdt-lightbox {
	position: fixed !important;
}

.bdt-cover {
	max-width: none !important;
}

.bdt-drop .bdt-card p:empty {
	display: none;
}

.bdt-drop .bdt-card p:not(:first-child) {
	margin-top: 15px;
	margin-bottom: 0;
}

.bdt-tooltip {
	padding: 7px 12px;
	background: #464646;
	border-radius: 3px;
	font-size: 13px;
}

.elementor-align-justify .bdt-button {
	width: 100%;
}

.bdt-notification .bdt-spinner {
	vertical-align: middle;
}

.bdt-notification .bdt-spinner svg {
	width: 24px;
	height: auto;
}

.bdt-notification .bdt-icon {
	margin-right: 10px;
	vertical-align: middle;
	line-height: normal;
}

.bdt-notification .bdt-close {
	top: 50%;
	transform: translateY(-50%);
	color: #f01e1e;
	font-size: 1.2em;
}

.bdt-notification .bdt-close svg {
	width: 1.2em;
	height: 1.2em;
}

.bdt-notification .bdt-notification-message {
	padding: 40px 40px 40px 20px;
	background: #fff;
	font-size: 1.2rem;
	box-shadow: rgba(14, 63, 126, .04) 0 0 0 1px, rgba(42, 51, 69, .04) 0 1px 1px -.5px, rgba(42, 51, 70, .04) 0 3px 3px -1.5px, rgba(42, 51, 70, .04) 0 6px 6px -3px, rgba(14, 63, 126, .04) 0 12px 12px -6px, rgba(14, 63, 126, .04) 0 24px 24px -12px;
	border-radius: 6px;
	border: 2px solid #1e87f0;
}

.bdt-slideshow .bdt-slideshow-items {
	padding: 0;
	margin: 0;
}

.bdt-slideshow .bdt-slideshow-items[bdt-height-viewport] .bdt-slideshow-item img {
	width: auto !important;
	height: auto;
}

.bdt-modal-full {
	background-color: #fff;
}

.hook-button {
	border-radius: 3px;
}

.hook-form {
	border-radius: 3px;
}

.bdt-sticky-wrapper {
	width: 100%;
}

.bdt-heading-title:before, .bdt-heading-tag:before, .bdt-slide-title:before {
	content: none;
}

.bdt-tippy-tooltip {
	outline: none;
}

[class*="elementor-widget-bdt-"] a:hover {
	text-decoration: none;
}

@media (max-width:1200px) {
	.bdt-user-login a.elementor-button .elementor-button-icon, .bdt-user-register a.elementor-button .elementor-button-icon {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.rtl .bdt-position-top-center, .rtl .bdt-position-bottom-center, .rtl .bdt-position-center {
	right: calc(50% - var(--bdt-position-margin-offset));
	left: auto;
}

.rtl [bdt-cover], .rtl [data-bdt-cover] {
	right: 50%;
	left: auto;
}

.rtl [bdt-cover]:where(img, video), .rtl [data-bdt-cover]:where(img, video) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	object-position: center;
}

.bdt-ep-accordion {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bdt-ep-accordion .bdt-ep-accordion-title {
	outline: none;
	font-size: 14px;
	margin: 0;
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	padding: 15px 20px;
	background: #f3f3f3;
	transition: all 300ms cubic-bezier(0, .49, .27, .99);
}

.bdt-ep-title-text {
	width: 100%;
	text-align: left;
}

.bdt-ep-accordion-icon {
	display: inline-block;
	font-weight: 400;
	transition: all .3s ease;
}

.bdt-ep-accordion-icon svg, .bdt-ep-accordion-icon i {
	transition: all .3s ease;
}

.bdt-ep-accordion-icon svg {
	height: 1em;
	width: 1em;
}

.bdt-ep-accordion-custom-icon {
	display: inline-flex;
	transition: all .3s ease;
	margin-right: 5px;
}

.bdt-ep-accordion-custom-icon svg, .bdt-ep-accordion-custom-icon i {
	transition: all .3s ease;
}

.bdt-ep-accordion-custom-icon svg {
	height: 1em;
	width: 1em;
}

.bdt-ep-accordion-icon-closed {
	display: flex;
}

.bdt-ep-accordion-icon-opened {
	display: none;
}

.bdt-ep-accordion-item.bdt-open>.bdt-ep-accordion-title .bdt-ep-accordion-icon-closed {
	display: none;
}

.bdt-ep-accordion-item.bdt-open>.bdt-ep-accordion-title .bdt-ep-accordion-icon-opened {
	display: flex;
}

.bdt-ep-accordion-content {
	padding: 15px 20px;
	margin-top: 0;
}

.bdt-ep-accordion-content p {
	margin-top: 0;
}

.bdt-ep-accordion-content p+p {
	margin-top: 15px;
}

.rtl .bdt-ep-accordion-title {
	flex-direction: row-reverse;
}

@media (max-width:767px) {
	.bdt-ep-accordion-title {
		padding: 12px 15px;
	}
	
	.bdt-ep-accordion-content {
		padding: 7px 15px;
	}
}

.bdt-ep-button {
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	position: relative;
	transition: all .3s ease-out;
	z-index: 0;
	text-align: center;
	overflow: hidden;
}

.bdt-ep-button:hover {
	background-color: transparent;
	color: #fff;
}

.bdt-ep-button:hover .bdt-ep-button-badge-inner {
	color: #000;
}

.bdt-ep-button:hover svg {
	fill: #fff;
}

.bdt-ep-button .bdt-ep-button-icon {
	position: relative;
	display: inline-flex;
	z-index: 0;
}

.bdt-ep-button .bdt-ep-button-icon .bdt-ep-button-a-icon-inner, .bdt-ep-button .bdt-ep-button-icon .bdt-ep-button-b-icon-inner, .bdt-ep-button .bdt-ep-button-icon .bdt-ep-button-icon-inner {
	display: inline-flex;
}

.bdt-ep-button .bdt-ep-button-icon i, .bdt-ep-button .bdt-ep-button-icon svg {
	height: 1em;
	width: 1em;
	transition: all .3s ease-out;
}

.bdt-ep-button .bdt-ep-button-text {
	position: relative;
	display: inline-block;
	z-index: 0;
}

.bdt-ep-button .bdt-ep-button-badge-inner {
	font-size: 10px;
	background: #e4e4e8;
	padding: 3px 6px;
	border-radius: 3px;
	text-transform: uppercase;
	transition: all .3s ease;
}

.bdt-ep-button .bdt-ep-button-content-wrapper {
	display: flex;
	align-items: center;
}

.bdt-ep-button:after {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all .3s ease-out;
	background: #666;
}

.bdt-ep-button:active {
	color: #fff;
}

.bdt-ep-button.bdt-ep-button-effect-a:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.bdt-ep-button.bdt-ep-button-effect-a:hover:after, .bdt-ep-button.bdt-ep-button-effect-a:active:after {
	opacity: 1;
}

.bdt-ep-button.bdt-ep-button-effect-b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
}

.bdt-ep-button.bdt-ep-button-effect-b:hover:after {
	height: 100%;
}

.bdt-ep-button.bdt-ep-button-effect-b:active:after {
	height: 100%;
}

.bdt-ep-button.bdt-ep-button-effect-c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
}

.bdt-ep-button.bdt-ep-button-effect-c:hover:after {
	width: 100%;
}

.bdt-ep-button.bdt-ep-button-effect-c:active:after {
	width: 100%;
}

.bdt-ep-button.bdt-ep-button-effect-d {
	overflow: hidden;
}

.bdt-ep-button.bdt-ep-button-effect-d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
}

.bdt-ep-button.bdt-ep-button-effect-d:hover:after {
	width: 90%;
	opacity: 1;
}

.bdt-ep-button.bdt-ep-button-effect-d:active:after {
	width: 101%;
	opacity: 1;
}

.bdt-ep-button.bdt-ep-button-effect-e {
	overflow: hidden;
}

.bdt-ep-button.bdt-ep-button-effect-e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.bdt-ep-button.bdt-ep-button-effect-e:hover:after {
	height: 260%;
	opacity: 1;
}

.bdt-ep-button.bdt-ep-button-effect-e:active:after {
	height: 400%;
	opacity: 1;
}

.bdt-ep-button.bdt-ep-button-effect-f {
	overflow: hidden;
}

.bdt-ep-button.bdt-ep-button-effect-f:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
}

.bdt-ep-button.bdt-ep-button-effect-f:hover:after {
	height: 75%;
	opacity: 1;
}

.bdt-ep-button.bdt-ep-button-effect-f:active:after {
	height: 130%;
	opacity: 1;
}

.bdt-ep-button.bdt-ep-button-effect-g {
	transition-timing-function: cubic-bezier(.31, 1.13, .64, .94);
}

.bdt-ep-button.bdt-ep-button-effect-g .bdt-ep-button-content-wrapper {
	position: relative;
}

.bdt-ep-button.bdt-ep-button-effect-g .bdt-ep-button-content-wrapper .bdt-ep-button-text {
	display: block;
	position: relative;
}

.bdt-ep-button.bdt-ep-button-effect-g .bdt-ep-button-content-wrapper .avdbtn-text {
	display: block;
	transition: transform .5s, opacity .8s;
	transition-timing-function: cubic-bezier(.31, 1.13, .64, .94);
}

.bdt-ep-button.bdt-ep-button-effect-g .bdt-ep-button-content-wrapper .avdbtn-alt-text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transform: translate3d(0, 25%, 0);
	transition: transform .5s, opacity .8s;
	transition-timing-function: cubic-bezier(.31, 1.13, .64, .94);
}

.bdt-ep-button.bdt-ep-button-effect-g:hover {
	background-color: transparent;
	color: #666;
}

.bdt-ep-button.bdt-ep-button-effect-g:hover .avdbtn-alt-text {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.bdt-ep-button.bdt-ep-button-effect-g:hover .avdbtn-text {
	opacity: 0;
	transform: translate3d(0, -25%, 0);
}

.bdt-ep-button.bdt-ep-button-effect-h {
	transition: color .3s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.bdt-ep-button.bdt-ep-button-effect-h::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #666;
	z-index: -1;
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform-origin: 0% 100%;
	transition: transform .3s, opacity .3s, background-color .3s;
}

.bdt-ep-button.bdt-ep-button-effect-h:hover::after {
	opacity: 1;
	background-color: #666;
	transform: rotate3d(0, 0, 1, 0deg);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.bdt-ep-button.bdt-ep-button-effect-i {
	color: #fff;
	background: #666;
}

.bdt-ep-button.bdt-ep-button-effect-i .bdt-ep-button-content-wrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	background: #666;
	color: #fff;
	overflow: hidden;
	transition: transform .3s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	top: 0;
	padding-top: 1em;
}

.bdt-ep-button.bdt-ep-button-effect-i .bdt-ep-button-content-wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	background: #666;
	color: #fff;
	overflow: hidden;
	transition: transform .3s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	bottom: 0;
	line-height: 0;
}

.bdt-ep-button.bdt-ep-button-effect-i .bdt-ep-button-text {
	position: relative;
	z-index: 1;
}

.bdt-ep-button.bdt-ep-button-effect-i:hover {
	color: #666;
	background: #fff;
}

.bdt-ep-button.bdt-ep-button-effect-i:hover .bdt-ep-button-content-wrapper::before {
	transform: translate3d(0, -100%, 0);
}

.bdt-ep-button.bdt-ep-button-effect-i:hover .bdt-ep-button-content-wrapper::after {
	transform: translate3d(0, 100%, 0);
}

:root {
	--map-list-height: 360px;
	--search-height: 80px;
}

.bdt-advanced-map {
	height: 100%;
	overflow: hidden;
}

.bdt-advanced-map button.gm-svpc>div {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}

.bdt-advanced-map .bdt-grid-wrap {
	display: block;
}

.bdt-advanced-map .bdt-advanced-gmap {
	display: block;
	width: 100% !important;
	height: var(--map-list-height) !important;
	margin-bottom: 30px;
	border-radius: 5px;
}

.bdt-advanced-map .bdt-advanced-map-wrapper {
	width: 100%;
}

.bdt-advanced-map .bdt-gmap-lists-wrapper {
	width: 100%;
}

.bdt-advanced-map .bdt-gmap-lists {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 300px;
	overflow: auto;
}

.bdt-gmap-lists-wrapper {
	background: #f1f1f1;
}

.bdt-gmap-lists-wrapper .bdt-gmap-search-wrapper {
	margin-bottom: 0;
}

.bdt-gmap-lists-wrapper .bdt-gmap-search-wrapper .bdt-search-default {
	padding: 0 20px;
	display: flex;
	align-items: center;
	height: var(--search-height);
	width: 100%;
}

.bdt-gmap-lists-wrapper .bdt-gmap-search-wrapper .bdt-search-default .search-box {
	width: 100%;
}

.bdt-advanced-map .bdt-gmap-list-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e1e0e0;
	padding: 10px 20px;
	cursor: pointer;
}

.bdt-advanced-map .bdt-gmap-list-item:nth-last-child(1) {
	border-bottom: 0;
}

.bdt-advanced-map .bdt-gmap-list-item:nth-last-child(1) {
	margin-bottom: 0;
}

.bdt-advanced-map .bdt-gmap-image-wrapper img {
	width: 45px;
	min-width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 50%;
}

.bdt-advanced-map .scroll-content {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.bdt-advanced-map .bdt-gmap-list-content {
	padding-left: 15px;
}

.bdt-advanced-map .bdt-title {
	margin: 0;
	line-height: 0;
	font-size: 15px;
	padding-bottom: 8px;
	color: #212326;
	font-weight: 500;
}

.bdt-advanced-map .bdt-place {
	line-height: 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #9494a4;
}

.bdt-advanced-map .form-control {
	height: 40px;
	width: 100%;
	text-transform: capitalize;
	padding: 0 13px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	outline: none;
	border-radius: 5px;
}

.bdt-advanced-map .form-control:focus {
	border: 1px solid #bdbbbb;
}

.bdt-advanced-map.bdt-direction-left .bdt-gmap-lists {
	overflow-y: auto;
	direction: rtl;
}

.bdt-advanced-map.bdt-direction-left .bdt-gmap-lists .bdt-gmap-list-item {
	direction: ltr;
}

.bdt-advanced-map .bdt-gmap-lists::-webkit-scrollbar {
	width: 5px;
}

.bdt-advanced-map .bdt-gmap-lists::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.bdt-advanced-map .bdt-gmap-lists::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}

.bdt-advanced-map .bdt-gmap-lists::-webkit-scrollbar-thumb:hover {
	background: #afaeae;
}

.bdt-map-tooltip-view {
	width: 210px;
}

.bdt-map-tooltip-bottom-footer {
	padding-top: 10px;
}

.bdt-map-tooltip-bottom-footer .bdt-tooltip-title {
	margin: 0;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 500;
}

.bdt-map-tooltip-bottom-footer .bdt-tooltip-place {
	margin: 0;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
}

.bdt-map-tooltip-bottom-footer span {
	font-size: 12px;
	text-transform: capitalize;
	color: #524b4b;
	display: inline-block;
}

.bdt-location-search {
	margin-top: 10px;
	cursor: pointer;
}

.bdt-search-result-item {
	transition: background-color .2s ease;
}

.bdt-search-result-item:hover {
	background-color: #f5f5f5;
}

.bdt-search-results-list {
	max-height: 200px;
	overflow-y: auto;
	margin-bottom: 15px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.bdt-search-results-list::-webkit-scrollbar {
	width: 5px;
}

.bdt-search-results-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.bdt-search-results-list::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}

.bdt-search-results-list::-webkit-scrollbar-thumb:hover {
	background: #afaeae;
}

.bdt-search-address-button {
	white-space: nowrap;
}

.bdt-modal-header h3 {
	margin: 0;
}

@media (min-width:768px) {
	.bdt-advanced-map .bdt-advanced-gmap {
		height: var(--map-list-height);
		margin-bottom: 0;
	}
	
	.bdt-advanced-map.bdt-direction-left .bdt-grid-wrap {
		flex-direction: row-reverse;
	}
	
	.bdt-advanced-map .bdt-grid-wrap {
		display: flex;
	}
	
	.bdt-advanced-map .bdt-gmap-lists-wrapper {
		width: 50%;
	}
	
	.bdt-advanced-map.bdt-has-lists-search-yes .bdt-gmap-lists {
		height: calc(var(--map-list-height) - var(--search-height));
	}
	
	.bdt-advanced-map .bdt-gmap-lists {
		height: var(--map-list-height);
	}
}

.bdt-ep-advanced-heading {
	position: relative;
}

.bdt-ep-advanced-heading a {
	color: inherit;
}

.bdt-ep-advanced-heading a:hover {
	color: inherit;
}

.bdt-ep-advanced-heading-title {
	margin: 0;
	padding: 0;
}

.bdt-ep-advanced-heading-sub-title, .bdt-ep-advanced-heading-main-title {
	z-index: 1;
	position: relative;
}

.bdt-ep-advanced-heading-sub-title {
	display: inline-flex;
	line-height: 1;
}

.bdt-ep-advanced-heading-sub-title svg {
	width: 1em;
	height: 1em;
	fill: #3b3f42;
}

.bdt-ep-advanced-heading-sub-title.bdt-line-bottom {
	flex-direction: column;
}

.bdt-ep-advanced-heading-main-title>.bdt-ep-advanced-heading-main-title-inner, .bdt-ep-advanced-heading-main-title>.bdt-mainh-split-text {
	display: inline-block;
	box-sizing: border-box;
}

.bdt-ep-advanced-heading-sub-title-content {
	display: inline-flex;
}

.bdt-ep-advanced-heading-sub-title-content span {
	display: inline-flex;
}

.bdt-ep-advanced-heading-main-title {
	display: inline-block;
	vertical-align: middle;
}

.bdt-ep-advanced-heading-sub-title .line, .bdt-ep-advanced-heading-main-title .line {
	background-color: transparent !important;
}

.bdt-ep-advanced-heading-sub-title .line:after, .bdt-ep-advanced-heading-main-title .line:after {
	content: "";
	background-color: #1e87f0;
	height: 2px;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}

.bdt-ep-advanced-heading-sub-title .line.bdt-button-icon-align-bottom, .bdt-ep-advanced-heading-main-title .line.bdt-button-icon-align-bottom {
	line-height: 0;
	display: block;
}

.bdt-ep-advanced-heading-content {
	color: rgba(156, 156, 156, .12);
	z-index: 0;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	bottom: 0;
	width: 100%;
	transition: all .3s ease-out;
	position: absolute;
}

.bdt-ep-advanced-heading-content>div {
	display: inline-block;
}

.bdt-main-text-stroke--yes .bdt-ep-advanced-heading .bdt-ep-advanced-heading-main-title span {
	color: transparent !important;
	-webkit-text-stroke: 1px #333;
}

.bdt-advanced-text-stroke--yes .bdt-ep-advanced-heading .bdt-ep-advanced-heading-content>div {
	color: transparent !important;
	-webkit-text-stroke: 1px rgba(156, 156, 156, .12);
}

.bdt-ep-main-color-yes .bdt-ep-advanced-heading-main-title-inner {
	background-color: transparent;
	background-image: linear-gradient(240deg, #0e83cd 0, #8062d4 100%);
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: rgba(255, 255, 255, 0);
}

.bdt-ep-advanced-color-yes .bdt-ep-advanced-heading-content>* {
	background-color: transparent;
	background-image: linear-gradient(240deg, #0e83cd 0, #8062d4 100%);
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bdt-ep-ah-title-multi-color-yes .bdt-ep-advanced-heading-main-title-inner {
	line-break: anywhere;
}

@supports (-ms-ime-align:auto) {
	.bdt-ep-main-color-yes .bdt-ep-advanced-heading-main-title>div, .bdt-ep-advanced-color-yes .bdt-ep-advanced-heading-content>div {
		background-attachment: scroll !important;
	}
}

@supports (-moz-appearance:none) {
	.bdt-ep-main-color-yes .bdt-ep-advanced-heading-main-title>div, .bdt-ep-advanced-color-yes .bdt-ep-advanced-heading-content>div {
		background-attachment: scroll !important;
	}
}

.bdt-ep-advanced-heading-content>div {
	-webkit-transform: translate(var(--ep-advanced-heading-pos-x, 0), var(--ep-advanced-heading-pos-y, 0)) rotate(var(--ep-advanced-heading-rotate, 0));
	transform: translate(var(--ep-advanced-heading-pos-x, 0), var(--ep-advanced-heading-pos-y, 0)) rotate(var(--ep-advanced-heading-rotate, 0));
}

.bdt-ep-advanced-icon-box {
	text-align: center;
}

.bdt-ep-advanced-icon-box-title {
	font-weight: 700;
	font-size: 1.25rem;
}

.bdt-ep-advanced-icon-box-title a {
	color: inherit;
}

.bdt-ep-advanced-icon-box-description {
	margin-bottom: 20px;
}

.bdt-ep-advanced-icon-box-description p {
	margin: 0;
}

.bdt-ep-advanced-icon-box-sub-title {
	font-size: 14px;
	margin-top: -20px;
	margin-bottom: 20px;
	transition: all .25s ease;
}

.bdt-ep-advanced-icon-box-icon-heading {
	margin-bottom: 20px;
}

.bdt-ep-advanced-icon-box-icon-heading .bdt-ep-advanced-icon-box-title, .bdt-ep-advanced-icon-box-icon-heading .bdt-ep-advanced-icon-box-sub-title {
	margin-bottom: 0;
	margin-top: 0;
}

.bdt-ep-advanced-icon-box-icon-wrap {
	display: inline-flex;
	line-height: 1;
	transition: all 350ms cubic-bezier(.24, .85, .58, 1);
	color: #818a91;
	font-size: 48px;
	position: relative;
	box-sizing: content-box;
}

.bdt-ep-advanced-icon-box-icon-wrap:hover {
	color: #818a91;
}

.bdt-ep-advanced-icon-box-icon-wrap:hover svg {
	fill: #818a91;
}

.bdt-ep-advanced-icon-box-icon-wrap i, .bdt-ep-advanced-icon-box-icon-wrap svg, .bdt-ep-advanced-icon-box-icon-wrap img {
	position: relative;
	display: block;
	transition: transform 350ms cubic-bezier(.24, .85, .58, 1);
	z-index: 1;
	margin: auto;
}

.bdt-ep-advanced-icon-box-icon-wrap i:before, .bdt-ep-advanced-icon-box-icon-wrap svg:before, .bdt-ep-advanced-icon-box-icon-wrap img:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.bdt-ep-advanced-icon-box-icon-wrap i, .bdt-ep-advanced-icon-box-icon-wrap svg {
	width: 1em;
	height: 1em;
}

.bdt-ep-advanced-icon-box-icon-wrap svg {
	fill: #818a91;
}

.bdt-ep-advanced-icon-box-readmore-fullwidth-yes .bdt-ep-advanced-icon-box-readmore {
	display: block !important;
}

.bdt-ep-advanced-icon-box-readmore {
	display: inline-block;
}

.bdt-ep-advanced-icon-box-readmore svg {
	height: 1em;
	width: 1em;
}

.bdt-ep-advanced-icon-box-separator-wrap {
	overflow: hidden;
	margin-bottom: 24px;
	line-height: 1;
}

.bdt-ep-advanced-icon-box-separator-wrap>* {
	height: auto;
}

.bdt-ep-advanced-icon-box-separator-wrap>svg [stroke*='#'] {
	stroke: currentcolor;
}

.bdt-ep-advanced-icon-box-separator-wrap img {
	display: none;
}

.bdt-ep-advanced-icon-box-separator-wrap svg * {
	stroke: #798184;
}

.bdt-ep-advanced-icon-box-separator-wrap svg.ep_round {
	stroke-linecap: round;
}

.bdt-ep-advanced-icon-box-separator-wrap svg.ep_square {
	stroke-linecap: square;
}

.bdt-ep-advanced-icon-box-separator-wrap svg.ep_butt {
	stroke-linecap: butt;
}

.bdt-ep-advanced-icon-box-separator {
	border-top: 4px solid #ddd;
	display: inline-block;
	width: 100px;
}

.bdt-ep-advanced-icon-box-indicator {
	pointer-events: none;
	-webkit-transform: translate(var(--ep-advanced-icon-box-indicator-h-offset, 0), var(--ep-advanced-icon-box-indicator-v-offset, 0)) rotate(var(--ep-advanced-icon-box-indicator-rotate, 0));
	transform: translate(var(--ep-advanced-icon-box-indicator-h-offset, 0), var(--ep-advanced-icon-box-indicator-v-offset, 0)) rotate(var(--ep-advanced-icon-box-indicator-rotate, 0));
}

.rtl .bdt-ep-advanced-icon-box-indicator svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.bdt-ep-advanced-icon-box-badge {
	-webkit-transform: translate(var(--ep-advanced-icon-box-badge-h-offset, 0), var(--ep-advanced-icon-box-badge-v-offset, 0)) rotate(var(--ep-advanced-icon-box-badge-rotate, 0));
	transform: translate(var(--ep-advanced-icon-box-badge-h-offset, 0), var(--ep-advanced-icon-box-badge-v-offset, 0)) rotate(var(--ep-advanced-icon-box-badge-rotate, 0));
}

.elementor-position-top .bdt-ep-advanced-icon-box-icon {
	-webkit-transform: translate(var(--ep-advanced-icon-box-icon-top-h-offset, 0), var(--ep-advanced-icon-box-icon-top-v-offset, 0));
	transform: translate(var(--ep-advanced-icon-box-icon-top-h-offset, 0), var(--ep-advanced-icon-box-icon-top-v-offset, 0));
}

.elementor-position-top .bdt-ep-advanced-icon-box-content {
	margin-top: var(--ep-advanced-icon-box-icon-top-v-offset, 0);
}

.elementor-position-bottom .bdt-ep-advanced-icon-box {
	display: flex;
	flex-direction: column-reverse;
}

.elementor-position-bottom .bdt-ep-advanced-icon-box-icon {
	-webkit-transform: translate(var(--ep-advanced-icon-box-icon-bottom-h-offset, 0), var(--ep-advanced-icon-box-icon-bottom-v-offset, 0));
	transform: translate(var(--ep-advanced-icon-box-icon-bottom-h-offset, 0), var(--ep-advanced-icon-box-icon-bottom-v-offset, 0));
}

.elementor-position-bottom .bdt-ep-advanced-icon-box-content {
	margin-bottom: calc(-1 * var(--ep-advanced-icon-box-icon-bottom-v-offset, 0));
}

.elementor-position-left .bdt-ep-advanced-icon-box-icon, .elementor-position-right .bdt-ep-advanced-icon-box-icon {
	-webkit-transform: translate(var(--ep-advanced-icon-box-icon-left-h-offset, 0), var(--ep-advanced-icon-box-icon-left-v-offset, 0));
	transform: translate(var(--ep-advanced-icon-box-icon-left-h-offset, 0), var(--ep-advanced-icon-box-icon-left-v-offset, 0));
}

.bdt-icon-effect-none .bdt-ep-advanced-icon-box-icon-wrap:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
}

.bdt-icon-effect-none:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
	opacity: 1;
}

.bdt-icon-effect-a .bdt-ep-advanced-icon-box-icon-wrap:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transform: scale(0);
	top: 0;
	left: 0;
	border-radius: 200px;
	background-color: #d5dadf;
}

.bdt-icon-effect-a:hover .bdt-ep-advanced-icon-box-icon-wrap {
	background-color: transparent;
}

.bdt-icon-effect-a:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
	opacity: 1;
	transform: scale(1.5);
}

.bdt-icon-effect-b .bdt-ep-advanced-icon-box-icon-wrap {
	overflow: hidden;
}

.bdt-icon-effect-b .bdt-ep-advanced-icon-box-icon-wrap:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	background-color: #d5dadf;
}

.bdt-icon-effect-b:hover .bdt-ep-advanced-icon-box-icon-wrap {
	background-color: transparent;
}

.bdt-icon-effect-b:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
	height: 260%;
	opacity: 1;
}

.bdt-icon-effect-c .bdt-ep-advanced-icon-box-icon-wrap:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%);
	background-color: #d5dadf;
}

.bdt-icon-effect-c:hover .bdt-ep-advanced-icon-box-icon-wrap {
	background-color: transparent;
}

.bdt-icon-effect-c:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
	height: 75%;
	opacity: 1;
}

.bdt-icon-effect-d .bdt-ep-advanced-icon-box-icon-wrap {
	overflow: hidden;
}

.bdt-icon-effect-d .bdt-ep-advanced-icon-box-icon-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	z-index: -1;
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform-origin: 0% 100%;
	transition: transform .3s, opacity .3s, background-color .3s;
	background-color: #d5dadf;
}

.bdt-icon-effect-d:hover .bdt-ep-advanced-icon-box-icon-wrap {
	background-color: transparent;
}

.bdt-icon-effect-d:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
	opacity: 1;
	transform: rotate3d(0, 0, 1, 0deg);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.bdt-icon-effect-e .bdt-ep-advanced-icon-box-icon-wrap:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #d5dadf;
}

.bdt-icon-effect-e:hover .bdt-ep-advanced-icon-box-icon-wrap {
	background-color: transparent;
}

.bdt-icon-effect-e:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
	height: 100%;
}

.bdt-readmore-on-hover-yes .bdt-ep-advanced-icon-box-readmore {
	margin-top: 26px;
	position: absolute;
	-webkit-transform: translate(var(--ep-advanced-icon-box-readmore-h-offset, 0), var(--ep-advanced-icon-box-readmore-v-offset, 0));
	transform: translate(var(--ep-advanced-icon-box-readmore-h-offset, 0), var(--ep-advanced-icon-box-readmore-v-offset, 0));
	opacity: 0;
	transition: opacity 350ms cubic-bezier(.24, .85, .58, 1);
}

.bdt-readmore-on-hover-yes:hover .bdt-ep-advanced-icon-box-readmore {
	opacity: 1;
}

.bdt-global-link-yes .bdt-ep-advanced-icon-box:hover {
	cursor: pointer;
}

.bdt-title-link-yes .bdt-ep-advanced-icon-box-title:hover {
	cursor: pointer;
}

@media (min-width:768px) {
	.elementor-position-left .bdt-ep-advanced-icon-box {
		display: flex;
		text-align: left;
		flex-direction: row;
	}
	
	.elementor-position-left .bdt-ep-advanced-icon-box-icon {
		flex: 0 0 auto;
	}
	
	.elementor-position-right .bdt-ep-advanced-icon-box {
		display: flex;
		text-align: right;
		flex-direction: row-reverse;
	}
	
	.elementor-position-right .bdt-ep-advanced-icon-box-icon {
		flex: 0 0 auto;
	}
	
	.elementor-position-top .bdt-ep-advanced-icon-box-img {
		margin: auto;
	}
	
	.elementor-position-top .bdt-ep-advanced-icon-box-icon {
		display: inline-block;
	}
	
	.elementor-vertical-align-top .bdt-ep-advanced-icon-box {
		align-items: flex-start;
	}
	
	.elementor-vertical-align-middle .bdt-ep-advanced-icon-box {
		align-items: center;
	}
	
	.elementor-vertical-align-bottom .bdt-ep-advanced-icon-box {
		align-items: flex-end;
	}
	
	.bdt-ep-advanced-icon-box-indicator {
		position: absolute;
		left: 100%;
		top: 0;
		width: 150px;
		height: auto;
		transform-origin: center center;
		z-index: 10;
	}
	
	.bdt-ep-advanced-icon-box-indicator svg {
		height: auto;
		width: 100%;
	}
}

.bdt-ep-advanced-image-gallery {
	position: relative;
}

.bdt-ep-advanced-image-gallery .bdt-overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	z-index: 1;
}

.bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link {
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 42px;
}

.bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link:hover {
	color: #fff;
	background-color: transparent;
}

.bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link:hover span {
	color: rgba(255, 255, 255, .7);
}

.bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link:hover svg {
	fill: #fff;
}

.bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link.icon-type-icon span {
	display: inline-flex;
	transition: transform .3s cubic-bezier(0, .36, .38, 1.01);
}

.bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link.icon-type-icon:hover span {
	transform: rotate(90deg);
}

.bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link.icon-type-text {
	border: 2px solid #fff;
}

.bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link span.bdt-text {
	padding: 3px 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link svg {
	width: 1em;
	height: 1em;
	fill: #fff;
}

.bdt-spotlite-mode:hover .bdt-ep-advanced-image-gallery-item:not(:hover):after {
	background-color: rgba(0, 0, 0, .5);
}

.bdt-spotlite-mode .bdt-ep-advanced-image-gallery-item {
	transition: all .3s ease;
}

.bdt-spotlite-mode .bdt-ep-advanced-image-gallery-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: all .3s ease;
	z-index: 0;
	pointer-events: none;
}

.bdt-spotlite-mode .bdt-ep-advanced-image-gallery-content {
	z-index: 1;
}

.bdt-ep-advanced-image-gallery-item {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	transition-property: transform, opacity;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin: 0;
	text-align: center;
}

.bdt-ep-advanced-image-gallery-item:hover {
	z-index: 1;
}

.bdt-ep-advanced-image-gallery-item .bdt-overlay-default {
	background: rgba(0, 0, 0, .4);
}

.bdt-ep-advanced-image-gallery-item-caption {
	margin: 0;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

.bdt-ep-advanced-image-gallery-thumbnail {
	overflow: hidden;
}

.bdt-ep-advanced-image-gallery-thumbnail img {
	width: 100%;
	object-fit: cover;
	vertical-align: top;
}

.bdt-ep-advanced-image-gallery-inner {
	position: relative;
	overflow: hidden;
}

.bdt-caption-all-time-yes .bdt-ep-advanced-image-gallery-item-caption {
	padding: 15px;
	margin-top: 0;
	background-color: #f7f8f9;
}

.bdt-caption-all-time-yes .bdt-caption-position-default {
	display: block !important;
}

.bdt-ep-advanced-image-gallery-skin-default {
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}

.bdt-ep-advanced-image-gallery.bdt-ep-advanced-image-gallery-skin-hidden .bdt-hidden-gallery-button {
	display: inline-block;
	color: #666;
	font-size: 16px;
	font-weight: 700;
	transition: all .3s ease;
}

.bdt-ep-advanced-image-gallery.bdt-ep-advanced-image-gallery-skin-hidden .bdt-hidden-gallery-button svg {
	width: 1em;
	height: 1em;
	fill: #666;
}

@media (max-width:767px) {
	.elementor-widget-bdt-advanced-image-gallery {
		overflow: hidden;
	}
}

.jgallery {
	display: block;
	will-change: width, height;
	min-height: 1px;
}

.jgallery>.jgalleryItem {
	will-change: left, top, width, height, opacity, transform;
}

.jgallery>*:not(.jgalleryItem) {
	visibility: hidden;
}

.jgallery .jgalleryItemHidden {
	display: none;
}

.jgallery .jgalleryImage {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.jgallery.jgalleryAnimated {
	height: 0;
	transition: height .4s;
}

.jgallery.jgalleryAnimated .jgalleryItem {
	transition: all .4s;
}

.jgallery.jgalleryAnimated .jgalleryItemInitialToVisible {
	animation-name: jgalleryItemInitialToVisibleAnimation;
	animation-fill-mode: forwards;
	animation-duration: .4s;
}

.jgallery.jgalleryAnimated .jgalleryItemHiddenToVisible {
	animation-name: jgalleryItemHiddenToVisibleAnimation;
	animation-fill-mode: forwards;
	animation-duration: .4s;
}

.jgallery.jgalleryAnimated .jgalleryItemVisibleToHidden {
	animation-name: jgalleryItemVisibleToHiddenAnimation;
	animation-fill-mode: forwards;
	animation-duration: .4s;
}

@keyframes jgalleryItemInitialToVisibleAnimation {
	0% {
		opacity: 0;
		transform: scale(.9);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes jgalleryItemHiddenToVisibleAnimation {
	0% {
		opacity: 0;
		transform: scale(.9);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes jgalleryItemVisibleToHiddenAnimation {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.9);
	}
}

.jgallery .jgalleryItem {
	opacity: 1;
}

.jgallery.jgalleryItemLoading {
	opacity: .3;
	box-shadow: inset 0 0 15px -5px #666;
}

.jgallery.jgalleryItemLoading::before {
	content: " ";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	padding: 0;
	z-index: 1;
	opacity: 1;
	background: none;
	border: 2px solid;
	border-color: transparent transparent #000 #000;
	border-radius: 50%;
	outline: none;
	animation-duration: 1s;
	animation-name: jgalleryProgressIndicator;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jgalleryProgressIndicator {
	0% {
		transform: rotate(0deg);
		left: 50%;
	}
	
	100% {
		transform: rotate(360deg);
		left: 50%;
	}
}

.bdt-ep-animated-card-item {
	width: auto;
	max-width: 350px;
	margin: auto;
	height: 650px;
	transition: all .5s cubic-bezier(.77, 0, .175, 1);
	position: relative;
}

.bdt-ep-animated-card-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.bdt-ep-animated-card-circle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f9fdff;
	clip-path: circle(120px at center);
	transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.bdt-ep-animated-card .bdt-ep-animated-card-img-wrap {
	width: 100%;
	height: 100%;
}

.bdt-ep-animated-card .bdt-ep-animated-card-img-wrap img {
	height: 300px;
	width: 330px;
}

.bdt-ep-animated-card-img {
	position: absolute;
	top: 50%;
	object-fit: contain;
	pointer-events: none;
	transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.bdt-ep-animated-card-content {
	position: absolute;
	top: 0;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.bdt-ep-animated-card-sub-title {
	margin: 0;
	padding-bottom: 10px;
	font-size: 20px;
	text-transform: capitalize;
	color: #f0f0f1;
	transition: all .3s ease;
	font-weight: 500;
}

.bdt-ep-animated-card-title {
	margin: 0;
	font-size: 40px;
	padding-bottom: 10px;
	text-transform: capitalize;
	color: #fff;
	transition: all .3s ease;
}

.bdt-ep-animated-card-text {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(246, 246, 246, .671);
	padding-bottom: 10px;
}

.bdt-ep-animated-card-btn {
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	text-decoration: none;
	color: rgba(246, 246, 246, .904);
	display: inline-flex;
	align-items: center;
	transition: all .3s ease;
}

.bdt-ep-animated-card-btn i, .bdt-ep-animated-card-btn svg {
	opacity: 0;
	transform: translateX(0);
	transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.bdt-ep-animated-card-btn:hover {
	color: #fff;
}

.bdt-ep-animated-card-btn:hover i, .bdt-ep-animated-card-btn:hover svg {
	opacity: 1;
	transform: translateX(10px);
}

.bdt-ep-animated-card-btn:hover svg {
	width: 1em;
	height: 1em;
	fill: rgba(246, 246, 246, .904);
}

.bdt-ep-animated-card-btn svg {
	width: 1em;
	height: 1em;
	fill: rgba(246, 246, 246, .904);
}

.bdt-ep-animated-card:hover .bdt-ep-animated-card-circle::before {
	background: #1e87f0;
	clip-path: circle(1200px at center);
}

.bdt-ep-animated-card:hover .bdt-ep-animated-card-img {
	height: 300px;
	top: 75%;
}

.bdt-ep-animated-card:hover .bdt-ep-animated-card-content {
	opacity: 1;
	visibility: visible;
}

.bdt-style-1:hover .bdt-ep-animated-card-content {
	left: 0;
}

.bdt-style-1:hover .bdt-ep-animated-card-img {
	left: 50%;
}

.bdt-style-1 .bdt-ep-animated-card-img {
	left: 50%;
	transform: translate(-50%, -50%);
}

.bdt-style-1 .bdt-ep-animated-card-content {
	left: 20%;
}

.bdt-style-2:hover .bdt-ep-animated-card-content {
	right: 0;
}

.bdt-style-2:hover .bdt-ep-animated-card-img {
	right: 50%;
}

.bdt-style-2 .bdt-ep-animated-card-img {
	right: 50%;
	transform: translate(50%, -50%);
}

.bdt-style-2 .bdt-ep-animated-card-content {
	right: 20%;
}

@media (min-width:768px) {
	.bdt-ep-animated-card:hover .bdt-ep-animated-card-img {
		height: 500px;
		top: 50%;
	}
	
	.bdt-ep-animated-card-item {
		width: 100%;
		height: 400px;
		max-width: unset;
	}
	
	.bdt-ep-animated-card-item:hover .bdt-ep-animated-card-img {
		height: 500px;
		top: 50%;
	}
	
	.bdt-ep-animated-card-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		max-width: 450px;
		padding: 40px;
	}
	
	.bdt-ep-animated-card-img {
		top: 50%;
	}
	
	.bdt-style-1 .bdt-ep-animated-card-content {
		left: 20%;
	}
	
	.bdt-style-1:hover .bdt-ep-animated-card-img {
		left: 75%;
	}
	
	.bdt-style-2:hover .bdt-ep-animated-card-img {
		right: 75%;
	}
}

@media (min-width:1024px) {
	.bdt-ep-animated-card-content {
		max-width: 600px;
		padding: 70px;
	}
	
	.bdt-style-1:hover .bdt-ep-animated-card-img {
		left: 80%;
	}
	
	.bdt-style-2:hover .bdt-ep-animated-card-img {
		right: 80%;
	}
}

.bdt-heading.bdt-heading-layout-gsap_slide {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.bdt-heading.bdt-heading-layout-animated {
	display: none;
}

.bdt-heading a {
	color: inherit;
}

.bdt-heading a:hover {
	color: inherit;
}

.bdt-heading .typed-cursor {
	opacity: 1;
	font-weight: 100;
	animation: typed-blink .7s infinite;
}

.bdt-heading .bdt-heading-tag span {
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
}

.bdt-animated-heading-gradient-yes .bdt-animated-heading {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@keyframes typed-blink {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.bdt-audio-player {
	width: 100%;
}

.bdt-audio-player.skin-default {
	display: inline-block;
	background-color: #f4f7f9;
	padding: 25px;
}

.bdt-audio-player .jp-audio .jp-current-time, .bdt-audio-player .jp-audio .jp-duration {
	color: rgba(51, 51, 51, .6);
}

.bdt-audio-player.skin-poster {
	padding: 35px;
	position: relative;
	height: 400px;
	overflow: hidden;
}

.bdt-audio-player.skin-poster .bdt-audio-player-poster {
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.bdt-audio-player.skin-poster .bdt-audio-info {
	width: 100%;
	z-index: 1;
	position: relative;
}

.bdt-audio-player.skin-poster .bdt-audio-player-thumb {
	width: 150px;
	height: auto;
}

.bdt-audio-player.skin-poster .jp-audio {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 35px;
}

.bdt-audio-player.skin-poster .bdt-audio-player-title {
	color: #fff;
	margin: 0;
	font-size: 2rem;
	line-height: 1.3;
}

.bdt-audio-player.skin-poster .jp-audio .jp-controls a, .bdt-audio-player.skin-poster .bdt-audio-player-artist, .bdt-audio-player.skin-poster .jp-audio .jp-duration {
	color: #d5d5d5;
}

.bdt-audio-player.skin-poster .jp-audio .jp-volume-bar, .bdt-audio-player.skin-poster .jp-audio .jp-seek-bar {
	background-color: #d5d5d5;
}

.bdt-audio-player.bdt-style-2, .bdt-audio-player.bdt-style-3, .bdt-audio-player.bdt-style-4, .bdt-audio-player.bdt-style-5 {
	display: flex;
	align-items: center;
	grid-gap: 30px;
}

.bdt-audio-player.bdt-style-2 .bdt-audio-player-poster, .bdt-audio-player.bdt-style-3 .bdt-audio-player-poster, .bdt-audio-player.bdt-style-4 .bdt-audio-player-poster, .bdt-audio-player.bdt-style-5 .bdt-audio-player-poster {
	position: unset;
	width: 100%;
	height: 100%;
}

.bdt-audio-player.bdt-style-2 .bdt-audio-info, .bdt-audio-player.bdt-style-3 .bdt-audio-info, .bdt-audio-player.bdt-style-4 .bdt-audio-info, .bdt-audio-player.bdt-style-5 .bdt-audio-info {
	width: 100%;
	margin-bottom: 40px;
}

.bdt-audio-player.bdt-style-2 .jp-audio, .bdt-audio-player.bdt-style-3 .jp-audio, .bdt-audio-player.bdt-style-4 .jp-audio, .bdt-audio-player.bdt-style-5 .jp-audio {
	position: unset;
}

.bdt-audio-player.bdt-style-2 .bdt-audio-info-wrapper, .bdt-audio-player.bdt-style-3 .bdt-audio-info-wrapper, .bdt-audio-player.bdt-style-4 .bdt-audio-info-wrapper, .bdt-audio-player.bdt-style-5 .bdt-audio-info-wrapper {
	width: 100%;
	z-index: 1;
	position: relative;
}

.bdt-audio-player.bdt-style-2 .bdt-audio-player-title, .bdt-audio-player.bdt-style-3 .bdt-audio-player-title, .bdt-audio-player.bdt-style-4 .bdt-audio-player-title, .bdt-audio-player.bdt-style-5 .bdt-audio-player-title {
	color: #494f6b;
	font-weight: 700;
	margin-bottom: 10px;
}

.bdt-audio-player.bdt-style-2 .bdt-audio-player-artist, .bdt-audio-player.bdt-style-3 .bdt-audio-player-artist, .bdt-audio-player.bdt-style-4 .bdt-audio-player-artist, .bdt-audio-player.bdt-style-5 .bdt-audio-player-artist {
	color: #696e7d;
}

.bdt-audio-player.bdt-style-2, .bdt-audio-player.bdt-style-3 {
	flex-direction: column;
}

.bdt-audio-player.bdt-style-4 {
	flex-direction: column;
}

.bdt-audio-player.bdt-style-5 {
	flex-direction: column-reverse;
}

.bdt-audio-player-poster-thumb-yes .bdt-audio-player-poster {
	filter: blur(8px);
}

.jp-audio *:focus, .jp-audio-stream *:focus, .jp-video *:focus {
	outline: none;
}

.jp-audio button::-moz-focus-inner, .jp-audio-stream button::-moz-focus-inner, .jp-video button::-moz-focus-inner {
	border: 0;
}

.jp-audio, .jp-audio-stream, .jp-video {
	font-size: 16px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6;
	color: #666;
}

.jp-audio .jp-controls a {
	display: block;
	float: left;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	color: #262929;
}

.jp-audio .jp-play, .jp-audio .jp-pause, .jp-audio .jp-mute, .jp-audio .jp-unmute {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	vertical-align: middle;
	position: relative;
}

.jp-audio .jp-play svg, .jp-audio .jp-pause svg, .jp-audio .jp-mute svg, .jp-audio .jp-unmute svg {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.jp-audio .jp-progress {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	position: relative;
}

.jp-audio .jp-seek-bar {
	width: 0;
	cursor: pointer;
	position: relative;
	height: 7px;
	background: #464849;
	border-radius: 1px;
	overflow: hidden;
}

.jp-audio .jp-play-bar {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 1px;
	height: 100%;
}

.jp-audio .jp-volume-bar {
	float: right;
	z-index: 99;
	position: relative;
	width: 50px;
	height: 7px;
	cursor: pointer;
	background: #262929;
	border-radius: 1px;
}

.jp-audio .jp-volume-bar-value {
	width: 0;
	height: 100%;
	border-radius: 1px;
	transition: width 350ms ease-out;
}

.jp-audio .jp-play-bar, .jp-audio .jp-volume-bar-value {
	background-size: 7px 7px;
	background-color: #238ff7;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
}

.jp-audio.jp-state-playing .jp-play-bar {
	animation: player-progress .75s linear infinite;
}

.jp-audio.bdt-player-played .jp-play-bar {
	width: 100% !important;
	opacity: .7;
}

.bdt-audio-player-title-inline .jp-seek-bar {
	height: 20px;
}

.bdt-audio-player-title-inline .bdt-audio-title {
	position: absolute;
	font-size: 12px;
	color: #fff;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	width: 100%;
	padding: 0 5px;
	text-align: center;
	pointer-events: none;
}

.bdt-audio-player-fixed-yes .bdt-audio-player {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}

@keyframes player-progress {
	0% {
		background-position: 0;
	}
	
	100% {
		background-position: -7px;
	}
}

@media (min-width:768px) {
	.bdt-audio-player.bdt-style-2 {
		flex-direction: row;
	}
	
	.bdt-audio-player.bdt-style-3 {
		flex-direction: row-reverse;
	}
}

.bdt-ep-brand-grid {
	display: grid;
}

.bdt-ep-brand-grid-item {
	position: relative;
	background: #f7fbff;
	padding: 50px;
	overflow: hidden;
}

.bdt-ep-brand-grid-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bdt-ep-brand-grid-checkbox, .bdt-ep-brand-grid-content {
	position: absolute;
	height: 40px;
	width: 40px;
	background: #fff;
	transition: all .5s cubic-bezier(.77, 0, .175, 1);
	overflow: hidden;
}

.bdt-ep-brand-grid-checkbox {
	opacity: 0;
	z-index: 1;
	margin: 0;
	cursor: pointer;
}

.bdt-ep-brand-grid-item-hover:hover {
	cursor: pointer;
}

.bdt-ep-brand-grid-item-hover:hover .bdt-ep-brand-grid-content, .bdt-ep-brand-grid-content:hover, .bdt-ep-brand-grid-checkbox:checked, .bdt-ep-brand-grid-checkbox:checked~.bdt-ep-brand-grid-content {
	width: 100% !important;
	height: 100% !important;
	border-radius: 0 !important;
	margin: 0 !important;
	border-color: transparent !important;
}

.bdt-ep-brand-grid-item-hover:hover .bdt-ep-brand-grid-content .bdt-ep-brand-grid-inner, .bdt-ep-brand-grid-content:hover .bdt-ep-brand-grid-inner, .bdt-ep-brand-grid-checkbox:checked .bdt-ep-brand-grid-inner, .bdt-ep-brand-grid-checkbox:checked~.bdt-ep-brand-grid-content .bdt-ep-brand-grid-inner {
	left: 0;
	top: 0;
	opacity: 1;
	transition-delay: .5s;
}

.bdt-ep-brand-grid-item-hover:hover .bdt-ep-brand-grid-content .bdt-ep-brand-grid-icon, .bdt-ep-brand-grid-content:hover .bdt-ep-brand-grid-icon, .bdt-ep-brand-grid-checkbox:checked .bdt-ep-brand-grid-icon, .bdt-ep-brand-grid-checkbox:checked~.bdt-ep-brand-grid-content .bdt-ep-brand-grid-icon {
	opacity: 0;
}

.bdt-ep-brand-grid-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
	overflow: hidden;
}

.bdt-ep-brand-grid-name {
	color: #282936;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0;
	text-transform: capitalize;
	z-index: 10;
	cursor: auto;
}

.bdt-ep-brand-grid-text {
	padding-top: 10px;
	z-index: 10;
}

.bdt-ep-brand-grid-link {
	color: #616c87;
	font-size: 16px;
	letter-spacing: 1.5px;
}

.bdt-ep-brand-grid-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #616c87;
	font-size: 16px;
	height: 100%;
	opacity: 1;
	transition: opacity .5s cubic-bezier(.77, 0, .175, 1);
	cursor: pointer;
}

.bdt-ep-icon--bottom-left .bdt-ep-brand-grid-checkbox, .bdt-ep-icon--bottom-left .bdt-ep-brand-grid-content {
	left: 0;
	bottom: 0;
}

.bdt-ep-icon--bottom-right .bdt-ep-brand-grid-checkbox, .bdt-ep-icon--bottom-right .bdt-ep-brand-grid-content {
	right: 0;
	bottom: 0;
}

.bdt-ep-icon--top-left .bdt-ep-brand-grid-checkbox, .bdt-ep-icon--top-left .bdt-ep-brand-grid-content {
	left: 0;
	top: 0;
}

.bdt-ep-icon--top-right .bdt-ep-brand-grid-checkbox, .bdt-ep-icon--top-right .bdt-ep-brand-grid-content {
	right: 0;
	top: 0;
}

.bdt-ep-icon--center-center .bdt-ep-brand-grid-checkbox, .bdt-ep-icon--center-center .bdt-ep-brand-grid-content {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.bdt-ep-callout-button-align-left .bdt-width-auto\@m {
	order: -1;
}

.bdt-ep-callout-button-align-center {
	flex-direction: column;
}

.bdt-ep-callout-button-align-center .bdt-width-expand {
	width: auto;
	text-align: center;
	padding-left: 0;
}

.bdt-ep-callout-button-align-center .bdt-width-auto\@m {
	padding-left: 0;
	margin-top: 20px;
	text-align: center;
}

.bdt-ep-callout-title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 0;
}

.bdt-ep-callout-description {
	margin-top: 10px;
}

.bdt-ep-callout-button {
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 43px;
	font-size: 16px;
	background-color: #1e87f0;
}

.bdt-ep-callout-button svg {
	fill: #fff;
}

.bdt-ep-callout-button-icon {
	display: inline-flex;
	transition: all .3s ease;
}

.bdt-ep-callout-button-icon i, .bdt-ep-callout-button-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
	transition: all .3s ease;
}

@media (max-width:768px) {
	.bdt-ep-callout-button-align-right .bdt-width-auto\@m {
		margin-top: 20px;
	}
}

.bdt-ep-carousel-title a {
	color: #213640;
}

.bdt-ep-carousel-title a:hover {
	color: #222;
}

.bdt-ep-carousel-thumbnail {
	position: relative;
	overflow: hidden;
}

.bdt-ep-carousel-thumbnail img {
	display: block;
	width: 100%;
	max-height: none;
	max-width: none;
}

.bdt-ep-carousel-desc {
	padding: 40px;
}

.bdt-ep-carousel-button {
	margin-top: 10px;
	display: inline-block;
}

.bdt-ep-carousel-button-icon {
	display: inline-flex;
	transition: all .3s ease;
}

.bdt-ep-carousel-button-icon i, .bdt-ep-carousel-button-icon svg {
	width: 1em;
	height: 1em;
	transition: all .3s ease;
}

.bdt-ep-carousel-meta {
	display: inline-flex;
}

.bdt-ep-carousel-meta li.bdt-margin-small-top {
	margin-top: 5px !important;
}

.bdt-ep-carousel-meta li>*>* {
	color: inherit;
}

.bdt-ep-carousel-item {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
}

.bdt-ep-carousel-layout-vertical .bdt-ep-carousel-desc {
	padding: 35px 20px;
}

.bdt-ep-carousel-layout-vertical .bdt-ep-carousel-thumbnail {
	height: 100%;
}

.bdt-ep-carousel-layout-vertical .bdt-ep-carousel-thumbnail img {
	height: 100%;
	object-fit: cover;
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-background {
	height: 230px;
	background: #0067ce;
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-img-wrap a {
	height: 300px;
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-desc {
	text-align: center;
	transform: translateY(20px);
	transition: all .25s ease-in-out;
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-meta {
	justify-content: center;
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-categories a {
	background: #1e87f0;
	padding: 5px 8px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.bdt-ep-carousel-skin-alice .bdt-custom-overlay {
	opacity: .3;
	transition: all .25s ease-in-out;
	background: #000;
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-title a {
	color: #fff;
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-date {
	color: #fff;
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-item:hover .bdt-ep-carousel-desc {
	transform: translateY(0);
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-item:hover .bdt-custom-overlay {
	opacity: .5;
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-thumbnail:before {
	content: "";
	position: absolute;
	top: calc(var(--ep-carousel-spacing, 14px) - 1px);
	right: 50%;
	bottom: calc(var(--ep-carousel-spacing, 14px) - 1px);
	left: 50%;
	opacity: 0;
	border: 1px solid rgba(255, 255, 255, .8);
	background-color: #fff;
	transition: all .3s;
	transition-delay: .3s;
	z-index: 1;
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-desc {
	padding: 30px;
	flex-direction: column;
	position: absolute;
	left: var(--ep-carousel-spacing, 14px);
	right: var(--ep-carousel-spacing, 14px);
	bottom: -30px;
	opacity: 0;
	z-index: 5;
	background: #fff;
	padding: 20px;
	user-select: none;
	transition-delay: .25s;
	transition: all .3s ease;
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-title a, .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-meta>span, .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-excerpt * {
	display: block;
	will-change: transform;
	transform: translateY(100%);
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-title {
	overflow: hidden;
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-title a {
	transition: all .8s cubic-bezier(.37, .31, .2, .85);
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-meta {
	overflow: hidden;
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-meta>span {
	transition: all 1.1s cubic-bezier(.37, .31, .2, .85);
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-excerpt {
	overflow: hidden;
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-excerpt * {
	transition: all 1s cubic-bezier(.37, .31, .2, .85);
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-button {
	will-change: transform;
	transform: translateY(100%);
	transition: all 1.5s cubic-bezier(.37, .31, .2, .85);
}

.bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-thumbnail:before {
	background: transparent;
	left: calc(var(--ep-carousel-spacing, 14px) - 1px);
	right: calc(var(--ep-carousel-spacing, 14px) - 1px);
	opacity: 1;
	transition-delay: 0s;
}

.bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-desc {
	opacity: 1;
	bottom: var(--ep-carousel-spacing, 14px);
}

.bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-title a, .bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-meta>span, .bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-excerpt *, .bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-button {
	transform: translateY(0);
}

.bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-thumbnail:before {
	background: transparent;
	left: calc(var(--ep-carousel-spacing, 14px) - 1px);
	right: calc(var(--ep-carousel-spacing, 14px) - 1px);
	opacity: 1;
	transition-delay: 0s;
}

.bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-desc {
	opacity: 1;
	bottom: var(--ep-carousel-spacing, 14px);
}

.bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-title a, .bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-meta>span, .bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-excerpt *, .bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-button {
	transform: translateY(0);
}

.bdt-circle-menu-container {
	z-index: 99;
	position: relative;
	-webkit-transform: translate(var(--ep-circle-menu-h-offset, 0), var(--ep-circle-menu-v-offset, 0));
	transform: translate(var(--ep-circle-menu-h-offset, 0), var(--ep-circle-menu-v-offset, 0));
}

.bdt-circle-menu-container .bdt-menu-icon {
	font-size: 14px;
}

.bdt-circle-menu-container .bdt-menu-icon svg {
	width: 1em;
	height: 1em;
}

.bdt-circle-menu li {
	background: #000;
	color: #fff;
	font-size: 25px;
}

.bdt-circle-menu li.bdt-toggle-icon {
	display: block !important;
	width: 50px !important;
	height: 50px !important;
	text-align: center !important;
	line-height: 50px !important;
	position: relative !important;
	z-index: 1000 !important;
	border-radius: 50% !important;
	transition: all 500ms ease !important;
	vertical-align: middle;
	transform-origin: center;
	background: #1e87f0;
	color: #fff;
}

.bdt-circle-menu li.bdt-toggle-icon .bdt-icon {
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.bdt-circle-menu li a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
}

.bdt-circle-menu li a svg {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: #fff;
}

.bdt-circle-menu li a i {
	font-size: 16px;
}

.bdt-circle-menu li span {
	display: inline-flex;
}

.bdt-circle-menu:not(.circleMenu-closed) li {
	display: none;
}

.bdt-circle-menu.circleMenu-open>li:first-child {
	transform: rotate(360deg);
	transform-origin: center;
}

.bdt-content-switcher {
	position: relative;
	box-sizing: border-box;
}

.bdt-content-switcher .bdt-price-card-button {
	margin-top: 20px;
}

.bdt-switcher-content-wrapper {
	margin-top: 20px;
}

.bdt-switcher-content-wrapper .bdt-switcher-content:not(.bdt-active) {
	display: none;
}

.bdt-content-switcher-icon {
	font-size: 15px;
}

.bdt-content-switcher-icon i {
	color: #777;
}

.bdt-content-switcher-icon i, .bdt-content-switcher-icon svg {
	width: 1em;
	height: 1em;
	fill: #777;
}

.bdt-content-switcher-icon.bdt-active i {
	color: #232323;
}

.bdt-content-switcher-icon.bdt-active svg {
	fill: #232323;
}

.bdt-switcher-arrows {
	position: absolute;
	font-size: 48px;
}

.bdt-switcher-arrows.bdt-arrows-left {
	left: 0;
	-webkit-transform: translate(var(--ep-content-switcher-arrows-h-offset-left, -35px), var(--ep-content-switcher-arrows-v-offset, -26px)) rotate(var(--ep-content-switcher-arrows-rotate, 0));
	transform: translate(var(--ep-content-switcher-arrows-h-offset-left, -35px), var(--ep-content-switcher-arrows-v-offset, -26px)) rotate(var(--ep-content-switcher-arrows-rotate, 0));
}

.bdt-switcher-arrows.bdt-arrows-right {
	right: 0;
	-webkit-transform: translate(var(--ep-content-switcher-arrows-h-offset-right, 40px), var(--ep-content-switcher-arrows-v-offset, -26px)) rotate(var(--ep-content-switcher-arrows-rotate, 0));
	transform: translate(var(--ep-content-switcher-arrows-h-offset-right, 40px), var(--ep-content-switcher-arrows-v-offset, -26px)) rotate(var(--ep-content-switcher-arrows-rotate, 0));
}

.bdt-switcher-arrows svg {
	fill: #03a9f4;
	width: 1em;
	height: 1em;
}

.bdt-content-switcher-badge {
	position: absolute;
	-webkit-transform: translate(var(--ep-content-switcher-badge-h-offset, 0), var(--ep-content-switcher-badge-v-offset, -40px)) rotate(var(--ep-content-switcher-badge-rotate, 0));
	transform: translate(var(--ep-content-switcher-badge-h-offset, 0), var(--ep-content-switcher-badge-v-offset, -40px)) rotate(var(--ep-content-switcher-badge-rotate, 0));
	padding: 4px 8px;
	font-weight: 600;
	background: #03a9f4;
	color: #fff;
	border-radius: 3px;
	font-size: 13px;
	display: inline-block;
	width: max-content;
	line-height: 1.3;
}

.bdt-switch-container-wrap {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.bdt-switch-container-wrap .bdt-package-text {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
	color: #777;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.bdt-switch-container-wrap .bdt-package-text.bdt-active {
	color: #232323;
}

.bdt-content-switcher .bdt-knobs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.bdt-content-switcher .bdt-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ebf7fc;
	transition: .3s ease all;
	z-index: 1;
}

.bdt-content-switcher .button {
	position: relative;
	top: 50%;
	width: 74px;
	height: 36px;
	padding: 0;
	background: transparent;
}

.bdt-toggle-button-1.button, .bdt-toggle-button-1.button .bdt-layer, .bdt-toggle-button-2.button, .bdt-toggle-button-2.button .bdt-layer, .bdt-toggle-button-3.button, .bdt-toggle-button-3.button .bdt-layer, .bdt-toggle-button-4.button, .bdt-toggle-button-4.button .bdt-layer, .bdt-toggle-button-5.button, .bdt-toggle-button-5.button .bdt-layer, .bdt-toggle-button-6.button, .bdt-toggle-button-6.button .bdt-layer, .bdt-toggle-button-7.button, .bdt-toggle-button-7.button .bdt-layer, .bdt-toggle-button-8.button, .bdt-toggle-button-8.button .bdt-layer {
	border-radius: 100px;
}

.bdt-content-switcher .checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
	display: block;
}

.bdt-toggle-button-1 .bdt-knobs {
	transition: .3s ease all;
}

.bdt-toggle-button-1 .bdt-knobs:before, .bdt-toggle-button-2 .bdt-knobs:before, .bdt-toggle-button-2 .bdt-knobs:after, .bdt-toggle-button-3 .bdt-knobs::before, .bdt-toggle-button-4 .bdt-knobs:before, .bdt-toggle-button-4 .bdt-knobs:after, .bdt-toggle-button-5 .bdt-knobs:before, .bdt-toggle-button-6 .bdt-knobs:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: var(--ep-knob-size, 28px);
	height: var(--ep-knob-size, 28px);
	background-color: #03a9f4;
	border-radius: 50%;
	transform: translateY(-50%);
}

.bdt-toggle-button-1 .bdt-knobs:before {
	border-radius: 50%;
	transition: .3s cubic-bezier(.18, .89, .35, 1.15) all;
	transition: .3s ease all;
}

.bdt-toggle-button-1 .checkbox:checked+.bdt-knobs:before {
	content: "";
	left: calc(100% - calc(5px + var(--ep-knob-size, 28px)));
	background-color: #f44336;
}

.bdt-toggle-button-1 .checkbox:checked~.bdt-layer {
	background-color: #fcebeb;
}

.bdt-toggle-button-1 .bdt-layer {
	transition: .3s ease all;
}

.bdt-toggle-button-2 .bdt-knobs:before, .bdt-toggle-button-2 .bdt-knobs:after {
	transition: .3s ease all;
	content: "";
}

.bdt-toggle-button-2 {
	overflow: hidden;
}

.bdt-toggle-button-2 .bdt-knobs:after {
	right: calc(-1 * var(--ep-knob-size, 28px));
	left: auto;
	background-color: #f44336;
}

.bdt-toggle-button-2 .checkbox:checked+.bdt-knobs:before {
	left: calc(-1 * var(--ep-knob-size, 28px));
}

.bdt-toggle-button-2 .checkbox:checked+.bdt-knobs:after {
	right: 4px;
}

.bdt-toggle-button-2 .checkbox:checked~.bdt-layer {
	background-color: #fcebeb;
}

.bdt-toggle-button-3 .bdt-knobs:before {
	transition: .3s ease all, left .3s cubic-bezier(.18, .89, .35, 1.15);
}

.bdt-toggle-button-3 .checkbox:active+.bdt-knobs:before {
	width: 46px;
	border-radius: 100px;
}

.bdt-toggle-button-3 .checkbox:checked:active+.bdt-knobs:before {
	margin-left: -26px;
}

.bdt-toggle-button-3 .checkbox:checked+.bdt-knobs:before {
	content: "";
	left: calc(100% - calc(5px + var(--ep-knob-size, 28px)));
	background-color: #f44336;
}

.bdt-toggle-button-3 .checkbox:checked~.bdt-layer {
	background-color: #fcebeb;
}

.bdt-toggle-button-4 .bdt-knobs:before, .bdt-toggle-button-4 .bdt-knobs:after {
	transition: .3s cubic-bezier(.18, .89, .35, 1.15) all;
}

.bdt-toggle-button-4 {
	overflow: hidden;
}

.bdt-toggle-button-4 .bdt-knobs:after {
	top: calc(-1 * var(--ep-knob-size, 28px));
	right: 5px;
	left: auto;
	background-color: #f44336;
}

.bdt-toggle-button-4 .checkbox:checked+.bdt-knobs:before {
	top: calc(-1 * var(--ep-knob-size, 28px));
}

.bdt-toggle-button-4 .checkbox:checked+.bdt-knobs:after {
	top: 50%;
}

.bdt-toggle-button-4 .checkbox:checked~.bdt-layer {
	background-color: #fcebeb;
}

.bdt-toggle-button-5 {
	perspective: 60px;
	overflow: visible;
}

.bdt-toggle-button-5 .bdt-knobs {
	transition: .3s ease all;
}

.bdt-toggle-button-5 .bdt-knobs:before {
	transition: .3s cubic-bezier(.18, .89, .35, 1.15) all;
	transform: rotateY(0) translateY(-50%);
	transform-origin: center;
	transition: .3s ease all;
}

.bdt-toggle-button-5 .bdt-knobs span:before {
	content: "";
}

.bdt-toggle-button-5 .bdt-layer {
	transform: rotateY(0);
	transform-origin: center;
	transition: .3s ease all;
}

.bdt-toggle-button-5 .checkbox:checked+.bdt-knobs:before {
	left: calc(100% - calc(5px + var(--ep-knob-size, 28px)));
	transform: rotateY(180deg) translateY(-50%);
	background-color: #f44336;
}

.bdt-toggle-button-5 .checkbox:checked+.bdt-knobs span {
	left: calc(100% - calc(5px + var(--ep-knob-size, 28px)));
}

.bdt-toggle-button-5 .checkbox:checked+.bdt-knobs span:before {
	content: "";
	left: calc(100% - calc(5px + var(--ep-knob-size, 28px)));
}

.bdt-toggle-button-5 .checkbox:checked~.bdt-layer {
	background-color: #fcebeb;
	transform: rotateY(-180deg);
}

.bdt-toggle-button-6 {
	overflow: visible;
}

.bdt-toggle-button-6 .bdt-knobs {
	transform: rotateZ(0);
	transition: .4s cubic-bezier(.18, .89, .35, 1.15) all;
}

.bdt-toggle-button-6 .bdt-knobs:before {
	transform: rotateZ(0) translateY(-50%);
	transition: .4s cubic-bezier(.18, .89, .35, 1.15) all;
}

.bdt-toggle-button-6 .bdt-layer {
	transform: rotateZ(0);
	transition: .4s cubic-bezier(.18, .89, .35, 1.15) all;
}

.bdt-toggle-button-6 .checkbox:checked+.bdt-knobs {
	transform: rotateZ(-180deg);
}

.bdt-toggle-button-6 .checkbox:checked+.bdt-knobs:before {
	content: "";
	background-color: #f44336;
	transform: rotateZ(180deg) translateY(50%);
}

.bdt-toggle-button-6 .checkbox:checked~.bdt-layer {
	background-color: #fcebeb;
	transform: rotateZ(180deg);
}

.bdt-toggle-button-7 .bdt-knobs::before, .bdt-toggle-button-7 .bdt-knobs::after {
	content: "";
	position: absolute;
	top: 50%;
	width: var(--ep-knob-size, 28px);
	height: var(--ep-knob-size, 28px);
	border-radius: 50%;
	opacity: 0;
	transition: .3s ease all;
	z-index: 2;
	transform: translateY(-50%);
}

.bdt-toggle-button-7 .bdt-knobs:before {
	left: 5px;
}

.bdt-toggle-button-7 .bdt-knobs:after {
	left: calc(100% - calc(5px + var(--ep-knob-size, 28px)));
	background-color: #f44336;
}

.bdt-toggle-button-7 .bdt-knobs span {
	position: absolute;
	top: 50%;
	width: var(--ep-knob-size, 28px);
	height: var(--ep-knob-size, 28px);
	border-radius: 50%;
	z-index: 1;
	left: 4px;
	background-color: #03a9f4;
	transition: .2s ease all;
	transform: translateY(-50%);
}

.bdt-toggle-button-7 .checkbox:checked+.bdt-knobs:before {
	opacity: 0;
}

.bdt-toggle-button-7 .checkbox:checked+.bdt-knobs:after {
	opacity: 1;
}

.bdt-toggle-button-7 .checkbox:checked+.bdt-knobs span {
	top: 50%;
	left: calc(100% - calc(var(--ep-knob-size, 28px) / 2 + 8px));
	width: 2px;
	height: 2px;
	padding: 3px;
	background-color: #fff;
	z-index: 3;
	transform: translateY(-50%);
}

.bdt-toggle-button-7 .checkbox:checked~.bdt-layer {
	background-color: #fcebeb;
}

.bdt-toggle-button-8 {
	overflow: hidden;
}

.bdt-toggle-button-8 .bdt-knobs:before {
	content: "";
	color: #fff;
	left: 4px;
	z-index: 2;
}

.bdt-toggle-button-8 .bdt-knobs:after {
	content: "";
	left: calc(100% - calc(5px + var(--ep-knob-size, 28px)));
	color: #fff;
	background-color: #f44336;
	opacity: 0;
	z-index: 2;
}

.bdt-toggle-button-8 .bdt-knobs span {
	left: 5px;
	background-color: #03a9f4;
	z-index: 1;
}

.bdt-toggle-button-8 .bdt-knobs span, .bdt-toggle-button-8 .bdt-knobs::before, .bdt-toggle-button-8 .bdt-knobs::after {
	position: absolute;
	top: 50%;
	width: var(--ep-knob-size, 28px);
	height: var(--ep-knob-size, 28px);
	line-height: 1;
	border-radius: 50%;
	transition: .3s ease all;
	transform: translateY(-50%);
}

.bdt-toggle-button-8 .checkbox:checked+.bdt-knobs:before {
	opacity: 0;
}

.bdt-toggle-button-8 .checkbox:checked+.bdt-knobs:after {
	opacity: 1;
}

.bdt-toggle-button-8 .checkbox:checked+.bdt-knobs span {
	background-color: #fcebeb;
	transform: scale(10);
	top: 0;
}

.bdt-toggle-button-9 {
	overflow: visible;
}

.bdt-toggle-button-9 .bdt-knobs {
	perspective: 70px;
}

.bdt-toggle-button-9 .bdt-knobs::before, .bdt-toggle-button-9 .bdt-knobs::after {
	position: absolute;
	top: 4px;
	border-radius: 2px;
	width: var(--ep-knob-size, 28px);
	height: var(--ep-knob-size, 28px);
}

.bdt-toggle-button-9 .bdt-knobs:before {
	content: "";
	left: 4px;
}

.bdt-toggle-button-9 .bdt-knobs:after {
	content: "";
	right: 4px;
}

.bdt-toggle-button-9 .bdt-knobs span {
	position: absolute;
	top: 50%;
	left: 4px;
	border-radius: 2px;
	width: calc(var(--ep-knob-size, 28px) + 5px);
	height: var(--ep-knob-size, 28px);
	background-color: #03a9f4;
	transform: rotateY(0) translateY(-50%);
	transform-origin: 100% 50%;
	transition: .6s ease all;
	z-index: 1;
}

.bdt-toggle-button-9 .checkbox:checked+.bdt-knobs span {
	transform: rotateY(-180deg) translateY(-50%);
	background-color: #f44336;
}

.bdt-toggle-button-9 .checkbox:checked~.bdt-layer {
	background-color: #fcebeb;
}

.bdt-content-switcher .bdt-toggle-button-9.button {
	border-radius: 2px;
}

.bdt-content-switcher-tab {
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 500;
	color: #282833;
	border-radius: 30px;
	transition: background-color .3s ease, color .3s ease, border .3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1.3;
}

.bdt-content-switcher-tab.bdt-active {
	color: #fff;
	background-color: #03a9f4;
}

.bdt-content-switcher-tab.bdt-active .bdt-content-switcher-icon i {
	color: #fff;
}

.bdt-content-switcher-tab.bdt-active .bdt-content-switcher-icon svg {
	fill: #fff;
}

.bdt-price-card .bdt-price-title {
	font-size: 24px;
}

.bdt-price-card .bdt-price-card-original-price {
	margin-right: 15px;
	text-decoration: line-through;
	font-size: .5em;
	line-height: 1;
	font-weight: 400;
	align-self: center;
	-webkit-transform: translate(var(--ep-pt-original-price-h-offset, 0), var(--ep-pt-original-price-v-offset, 0)) rotate(var(--ep-pt-original-price-rotate, 0));
	transform: translate(var(--ep-pt-original-price-h-offset, 0), var(--ep-pt-original-price-v-offset, 0)) rotate(var(--ep-pt-original-price-rotate, 0));
	position: absolute;
	left: 0;
}

.bdt-price-card .bdt-price-card-price {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	color: #555;
	font-weight: 800;
	font-size: 65px;
	padding: 30px 0;
	transition: all .3s ease;
}

.bdt-price-card .bdt-price-card-price * {
	transition: color .3s ease;
}

.bdt-price-card .bdt-price-card-price .elementor-typo-excluded {
	line-height: initial;
	letter-spacing: initial;
	text-transform: initial;
	font-weight: initial;
	font-size: initial;
	font-style: initial;
}

.bdt-price-card .bdt-price-card-after-price {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
}

.bdt-price-card .bdt-price-card-integer-part {
	line-height: .8;
}

.bdt-price-card .bdt-price-card-currency, .bdt-price-card .bdt-price-card-fractional-part {
	line-height: 1;
	font-size: .3em;
}

.bdt-price-card .bdt-price-card-currency {
	margin-right: 3px;
}

.bdt-price-card .bdt-price-card-period {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	transition: color .3s ease;
}

.bdt-price-card .bdt-price-card-period.bdt-price-card-period-position-below {
	margin-top: 10px;
}

.bdt-price-card .bdt-price-card-period.bdt-price-card-period-position-beside {
	margin-left: 10px;
}

.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
}

.cc-window.cc-invisible {
	opacity: 0;
}

.cc-animate.cc-revoke {
	transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
	transform: translateY(0);
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
	text-decoration: underline;
}

.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999;
}

.cc-window.cc-static {
	position: static;
}

.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cc-window.cc-banner {
	padding: 1em 1.8em;
	max-width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
}

.cc-revoke {
	padding: .5em;
}

.cc-header {
	font-size: 18px;
	font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer;
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em;
}

.cc-link:hover {
	opacity: 1;
}

.cc-link:active, .cc-link:visited {
	color: initial;
}

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline;
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75;
}

.cc-close:focus, .cc-close:hover {
	opacity: 1;
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset;
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset;
}

.cc-top {
	top: 1em;
}

.cc-left {
	left: 1em;
}

.cc-right {
	right: 1em;
}

.cc-bottom {
	bottom: 1em;
}

.cc-floating>.cc-link {
	margin-bottom: 1em;
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center;
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0;
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0;
}

.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1;
}

.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.cc-compliance>a.cc-btn {
	-ms-flex: 1;
	flex: 1;
}

.cc-btn+.cc-btn {
	margin-left: .5em;
}

@media print {
	.cc-revoke, .cc-window {
		display: none;
	}
}

@media screen and (max-width:900px) {
	.cc-btn {
		white-space: normal;
	}
}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-top {
		top: 0;
	}
	
	.cc-window.cc-bottom {
		bottom: 0;
	}
	
	.cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
		left: 0;
		right: 0;
	}
	
	.cc-window.cc-banner {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1;
		flex: 1;
	}
	
	.cc-window.cc-floating {
		max-width: none;
	}
	
	.cc-window .cc-message {
		margin-bottom: 1em;
	}
	
	.cc-window.cc-banner {
		-ms-flex-align: unset;
		align-items: unset;
	}
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none;
}

.cc-theme-classic .cc-btn {
	border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block;
}

.cc-theme-edgeless.cc-window {
	padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
	margin-left: 0;
}

.cc-compliance {
	gap: 20px;
}

.cc-compliance .cc-btn.cc-dismiss {
	color: #fbfbfb;
	padding: 0;
	background: transparent !important;
	transition: .3s ease;
	text-decoration: underline;
}

.cc-compliance .cc-btn.cc-dismiss:hover {
	color: #fff;
}

.cc-compliance .bdt-cc-close-btn {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
	color: #d3d3d4;
	cursor: pointer;
	transition: .3s ease;
}

.cc-compliance .bdt-cc-close-btn svg {
	width: 1.5em;
	height: 1.5em;
	display: flex;
}

.cc-compliance .bdt-cc-close-btn:hover {
	color: #fff;
}

.elementor-widget-bdt-countdown.bdt-countdown--label-block .bdt-countdown-number, .elementor-widget-bdt-countdown.bdt-countdown--label-block .bdt-countdown-label {
	display: block;
	text-align: center;
}

@media screen and (min-width:960px) {
	.elementor-widget-bdt-countdown.bdt-countdown--label-block .bdt-countdown-number {
		font-size: 4rem;
		font-weight: 700;
		margin-bottom: 26px;
	}
}

.elementor-widget-bdt-countdown.bdt-countdown--label-inline .bdt-countdown-item {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 25px;
}

.elementor-widget-bdt-countdown.bdt-countdown--label-inline .bdt-countdown-number {
	padding: 0;
	font-size: 42px;
	background: transparent;
	font-weight: 700;
}

.elementor-widget-bdt-countdown.bdt-countdown--label-inline.bdt-countdown--align-left .bdt-countdown-item {
	justify-content: left;
}

.elementor-widget-bdt-countdown.bdt-countdown--label-inline.bdt-countdown--align-center .bdt-countdown-item {
	justify-content: center;
}

.elementor-widget-bdt-countdown.bdt-countdown--label-inline.bdt-countdown--align-right .bdt-countdown-item {
	justify-content: flex-end;
}

.elementor-widget-bdt-countdown .bdt-countdown-number {
	font-weight: 700;
}

.elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-number {
	padding: 0;
	background-color: transparent;
}

.elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-number, .elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-label {
	display: inline-block;
	text-align: center;
	color: #798184;
}

.elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-item-wrapper {
	display: inline-block;
	margin-left: 10px;
}

.elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-item-wrapper:nth-child(1) {
	margin-left: 0 !important;
}

.elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-number {
	font-size: 24px;
}

.bdt-countdown-event-button .bdt-event-button-icon {
	display: inline-flex;
}

.bdt-countdown-item-wrapper .bdt-countdown-item {
	position: relative;
}

.bdt-countdown-item-wrapper .bdt-countdown-divider {
	position: absolute;
	font-size: 30px;
	top: 50%;
	right: 0;
	-webkit-transform: translate(var(--ep-countdown-separator-h-offset, 23px), var(--ep-countdown-separator-v-offset, -50%)) rotate(var(--ep-countdown-separator-rotate, 0));
	transform: translate(var(--ep-countdown-separator-h-offset, 23px), var(--ep-countdown-separator-v-offset, -50%)) rotate(var(--ep-countdown-separator-rotate, 0));
}

.bdt-countdown-item-wrapper:nth-last-child(1) .bdt-countdown-divider {
	display: none;
}

.bdt-countdown-grid {
	display: grid;
}

.bdt-contact-form-wrapper {
	width: 100%;
}

.bdt-contact-form-wrapper .bdt-button-full-width {
	width: 100%;
}

.bdt-contact-form .elementor-field-type-submit .elementor-button {
	padding: 12px 30px;
	line-height: 1;
}

.bdt-contact-form .grecaptcha-badge {
	z-index: 999;
}

.bdt-contact-form-skin-dropdown .bdt-dropdown {
	padding: 30px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	border-radius: 3px;
	max-width: 300px;
}

.bdt-field-group {
	margin-bottom: 10px;
}

.bdt-form-stacked .bdt-field-group.bdt-margin-remove-bottom {
	line-height: 1;
}

.bdt-form-stacked .bdt-field-group .bdt-checkbox {
	margin-right: 3px;
}

.bdt-contact-form-modal .bdt-modal-dialog {
	width: 450px;
}

.bdt-contact-form-modal .bdt-modal-header {
	background: transparent;
	border-radius: inherit;
	border-bottom: 1px solid rgba(153, 153, 153, .19);
}

.bdt-contact-form-modal .bdt-modal-header .bdt-icon {
	transform: translateY(-3px);
	margin-right: 5px;
}

.bdt-contact-form-modal .bdt-modal-close-default {
	top: 18px;
	right: 20px;
}

.bdt-contact-form-modal .elementor-field-type-submit .elementor-button {
	padding: 12px 20px;
	line-height: 1;
}

.bdt-register-additional-message {
	font-size: 12px;
	color: #999;
}

.bdt-all-field-inline--yes .bdt-contact-form .bdt-form-label {
	margin-bottom: 0;
}

.bdt-all-field-inline--yes .bdt-contact-form .bdt-field-group {
	display: flex;
	align-items: center;
	width: auto;
}

.bdt-custom-gallery.bdt-skin-fedara .bdt-skin-fedara-desc {
	position: relative;
	background: #fff;
}

.bdt-custom-gallery.bdt-skin-fedara .bdt-skin-fedara-desc:after {
	content: "";
	position: absolute;
	top: 0;
	height: 20px;
	width: 20px;
	background: inherit;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bdt-skin-fedara-style-right .bdt-skin-fedara-desc:after {
	right: 8px;
}

.bdt-skin-fedara-style-left .bdt-skin-fedara-desc:after {
	left: 30px;
}

.bdt-skin-fedara-style-center .bdt-skin-fedara-desc:after {
	left: 50%;
}

.bdt-custom-gallery.bdt-skin-abetis .bdt-skin-abetis-desc {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
}

.bdt-custom-gallery.bdt-skin-fedara .bdt-gallery-item-title, .bdt-custom-gallery.bdt-skin-abetis .bdt-gallery-item-title {
	color: #2a293c;
}

.bdt-custom-gallery.bdt-skin-fedara .bdt-gallery-item-text, .bdt-custom-gallery.bdt-skin-abetis .bdt-gallery-item-text {
	color: #626470;
}

.bdt-custom-gallery.bdt-skin-default .bdt-gallery-item-title {
	color: #fff;
}

.bdt-custom-gallery.bdt-skin-default .bdt-gallery-item-text {
	color: #e1e1e7;
}

.bdt-custom-gallery {
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bdt-custom-gallery .bdt-overlay {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
}

.bdt-custom-gallery .bdt-gallery-item {
	position: relative;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	transition-property: transform, opacity;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin: 0;
	text-align: center;
}

.bdt-custom-gallery .bdt-gallery-item:hover {
	z-index: 5;
}

.bdt-custom-gallery .bdt-gallery-item .bdt-gallery-item-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.bdt-custom-gallery .bdt-gallery-item .bdt-gallery-item-text p:last-child {
	margin-bottom: 0;
}

.bdt-custom-gallery .bdt-gallery-item .bdt-gallery-item-tags {
	line-height: 1;
}

.bdt-custom-gallery .bdt-gallery-item .bdt-gallery-thumbnail {
	overflow: hidden;
}

.bdt-custom-gallery .bdt-gallery-item .bdt-gallery-thumbnail img {
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.bdt-custom-gallery .bdt-gallery-item .bdt-gallery-thumbnail[onclick] {
	cursor: pointer;
}

.bdt-custom-gallery .bdt-gallery-item .bdt-custom-gallery-content-inner {
	transform: translateZ(20px);
}

.bdt-custom-gallery .bdt-gallery-item-link {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.bdt-custom-gallery .bdt-gallery-item-link {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	transition: all .25s ease-in-out;
	line-height: 18px;
	margin-bottom: 7px;
}

.bdt-custom-gallery .bdt-gallery-item-link:hover {
	background-color: transparent;
}

.bdt-custom-gallery .bdt-gallery-item-link.icon-type-text {
	border: 2px solid #fff;
}

.bdt-custom-gallery .bdt-gallery-item-link span.bdt-text {
	padding: 0 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.bdt-custom-gallery .bdt-gallery-item-link i {
	color: #fff;
	font-size: 2em;
}

.bdt-custom-gallery .bdt-custom-gallery-inner {
	position: relative;
	overflow: hidden;
}

@media (max-width:767px) {
	.elementor-widget-bdt-custom-gallery {
		overflow: hidden;
	}
}

.bdt-ep-custom-carousel.bdt-skin-custom-content .swiper-carousel .swiper-slide {
	height: auto;
}

.bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-prev, .bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-next, .bdt-ep-custom-carousel .elementor-custom-embed-play {
	cursor: pointer;
}

.bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-prev svg, .bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-next svg, .bdt-ep-custom-carousel .elementor-custom-embed-play svg {
	transition: all .5s cubic-bezier(.15, .74, .25, 1);
}

.bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-prev:hover svg, .bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-next:hover svg, .bdt-ep-custom-carousel .elementor-custom-embed-play:hover svg {
	transform: scale(1.2);
}

.bdt-ep-custom-carousel .swiper-carousel .swiper-slide {
	height: 220px;
}

.bdt-ep-custom-carousel-item .bdt-overlay i {
	font-size: 24px;
}

.bdt-ep-custom-carousel-thumbnail {
	background: no-repeat 50%;
	background-size: cover;
	height: 100%;
	position: relative;
}

.bdt-ep-custom-carousel-thumbnail img {
	display: block;
	width: 100%;
	max-height: none;
	max-width: none;
}

.bdt-ep-custom-carousel-thumbnail-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	background-color: rgba(129, 138, 145, .8);
	transition: transform .5s, opacity .5s;
}

.bdt-ep-custom-carousel-thumbnail-overlay i {
	font-size: 21px;
}

.bdt-ep-active-item--yes .swiper-slide {
	opacity: .3;
	transition: opacity .3s ease;
}

.bdt-ep-active-item--yes .swiper-slide.bdt-transition-toggle.swiper-slide-active {
	opacity: 1 !important;
	transition: all .3s ease;
}

.bdt-ep-active-item--yes .swiper-slide.bdt-transition-toggle.swiper-slide-active>a>div:before, .bdt-ep-active-item--yes .swiper-slide.bdt-transition-toggle.swiper-slide-active>div:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0);
	height: 100%;
	width: 100%;
	z-index: 0;
	left: 0;
	top: 0;
	transition: all .3s ease;
}

.bdt-ep-custom-carousel-style-carousel .bdt-ep-custom-carousel-arrow-prev, .bdt-ep-custom-carousel-style-carousel .bdt-ep-custom-carousel-arrow-next {
	margin: 30px;
}

.elementor-pagination-position-outside .bdt-ep-custom-carousel-arrow-prev, .elementor-pagination-position-outside .bdt-ep-custom-carousel-arrow-next {
	margin-top: -14px;
}

.bdt-ep-crypto-currency-card {
	position: relative;
	padding: 40px;
	transition: all .3s ease;
}

.bdt-ep-ccc-atributes .bdt-ep-ccc-atribute {
	display: flex;
	padding-bottom: 5px;
	justify-content: space-between;
	border-bottom: 1px solid #f5f5f5;
}

.bdt-ep-ccc-atributes .bdt-ep-ccc-atribute span {
	font-size: 16px;
	color: #777;
	margin-top: 10px;
}

.bdt-ep-ccc-atributes .bdt-ep-ccc-atribute+.bdt-ep-ccc-atribute {
	border-top: none !important;
}

.bdt-ep-ccc-atributes .bdt-ep-ccc-atribute:last-child {
	border-bottom: none;
}

.bdt-ep-currency {
	text-align: center;
}

.bdt-ep-currency .bdt-ep-currency-image img {
	width: 48px;
}

.bdt-ep-currency .bdt-ep-currency-name span {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	text-transform: capitalize;
}

.bdt-ep-currency .bdt-ep-currency-short-name span {
	font-size: 13px;
	color: #999;
	text-transform: uppercase;
}

.bdt-current-price {
	text-align: center;
	margin-top: -15px;
}

.bdt-current-price .bdt-price {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
}

.bdt-current-price .bdt-percentage {
	font-size: 16px;
	color: #f7931a;
}

.ep-crypto-currency-name-short-name-inline-yes .bdt-crypto-name-wrap {
	display: flex;
	align-items: center;
}

.ep-crypto-currency-name-short-name-inline-yes .bdt-ep-currency-short-name {
	margin-left: 5px;
}

.bdt-ep-currency-image {
	margin-top: 10px;
}

@media (min-width:376px) {
	.bdt-ep-card-item span {
		font-size: 13px;
	}
}

@media (min-width:640px) {
	.bdt-ep-currency {
		text-align: left;
	}
	
	.bdt-ep-current-price {
		text-align: right;
		margin-top: 0;
	}
}

.bdt-crypto-currency-table table.dataTable {
	width: 100% !important;
}

.bdt-crypto-currency-table table.dataTable thead .sorting_asc, .bdt-crypto-currency-table table.dataTable thead .sorting_desc, .bdt-crypto-currency-table table.dataTable thead .sorting {
	background-image: none;
}

.bdt-crypto-currency-table table.dataTable thead .sorting_asc.nitro-lazy, .bdt-crypto-currency-table table.dataTable thead .sorting_desc.nitro-lazy, .bdt-crypto-currency-table table.dataTable thead .sorting.nitro-lazy {
	background-image: none !important;
}

.bdt-crypto-currency-table .chart-container canvas {
	width: 100% !important;
	height: 100% !important;
}

.bdt-crypto-currency-table .dataTables_filter input, .bdt-crypto-currency-table .dataTables_length input, .bdt-crypto-currency-table .dataTables_filter select, .bdt-crypto-currency-table .dataTables_length select {
	height: 35px;
	width: auto;
	display: inline-block;
}

.bdt-crypto-currency-table .dataTables_paginate {
	margin: 0;
}

.bdt-crypto-currency-table .dataTables_paginate .bdt-pagination {
	margin: 0;
}

.bdt-crypto-currency-table .dataTables_info {
	margin: 0 !important;
	padding: 0 !important;
}

.bdt-crypto-currency-table .even:hover {
	background-color: #ecebf1;
}

.bdt-crypto-currency-table .row.bdt-grid.dt-merge-grid {
	margin-top: 0 !important;
	align-items: center;
}

.bdt-crypto-currency-table .bdt-coin-mark-table-wrap {
	background: #fff;
	border: 1px solid #e1e1e1;
}

.bdt-crypto-currency-table .bdt-coin-mark-table-wrap .dataTables_wrapper {
	overflow: hidden;
}

.bdt-crypto-currency-table .bdt-coin-mark-table-wrap table.dataTable {
	margin-left: -1px;
}

.bdt-crypto-currency-table .bdt-coin-mark-table-wrap .dataTables_length {
	margin: 20px;
}

.bdt-crypto-currency-table .bdt-data-table-wrap th {
	border-collapse: collapse;
	border: 1px solid #ddd;
	border-right: 0;
	padding: 14px 36px 14px 18px;
	text-align: right;
	text-transform: uppercase;
	color: #6b6f82;
	font-size: 13px;
	background-color: transparent;
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin-head, .bdt-crypto-currency-table .bdt-data-table-wrap .bdt-hash-head {
	text-align: left;
}

.bdt-crypto-currency-table .bdt-data-table-wrap th:nth-last-child(1) {
	border-right: 1px solid #ddd;
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin {
	display: flex;
	align-items: center;
	text-align: left;
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin-image {
	margin-right: 10px;
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin-image img {
	width: 35px;
	min-width: 35px;
	height: 35px;
	vertical-align: middle;
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin-name {
	font-weight: 700;
	font-size: 16px;
	color: #36373a;
	text-transform: capitalize;
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin-symbol {
	text-transform: uppercase;
	font-size: 14px;
	color: #4a596a;
	font-weight: 500;
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-hash {
	text-align: left;
}

.bdt-crypto-currency-table .bdt-data-table-wrap td {
	font-size: 16px;
	color: #3c424e;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	border: 0;
}

.bdt-crypto-currency-table .bdt-data-table-wrap td:nth-last-child(1) {
	padding: 0;
	overflow: hidden;
}

.bdt-crypto-currency-table label {
	font-size: 13px;
	text-transform: uppercase;
	color: #6e7791;
}

.bdt-crypto-currency-table #example_length {
	position: absolute;
	bottom: 0;
	margin: 20px;
}

.bdt-crypto-currency-table .bdt-change {
	color: #ff0606;
}

.bdt-crypto-currency-table .focus-item {
	background: #1e87f0 !important;
	color: #fff !important;
}

@media only screen and (max-width:768px) {
	table.bdt-table.bdt-table-responsive-2 {
		display: block;
		position: relative;
		width: 100%;
	}
	
	table.bdt-table.bdt-table-responsive-2 thead {
		display: block;
		float: left;
	}
	
	table.bdt-table.bdt-table-responsive-2 thead tr {
		display: block;
	}
	
	table.bdt-table.bdt-table-responsive-2 tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}
	
	table.bdt-table.bdt-table-responsive-2 tbody tr {
		display: inline-block;
		vertical-align: top;
	}
	
	table.bdt-table.bdt-table-responsive-2 th {
		display: block;
		padding: 11px !important;
		border-bottom: none;
		border-right: none;
		border-left: none;
	}
	
	table.bdt-table.bdt-table-responsive-2 th:first-child {
		border-top: none;
	}
	
	table.bdt-table.bdt-table-responsive-2 td {
		display: block;
		padding: .5em 1em !important;
		min-height: 1.25em;
		border-bottom: none;
		border-right: none;
	}
	
	table.bdt-table.bdt-table-responsive-2 td:first-child {
		border-top: none;
	}
	
	.bdt-ep-crypto-table-fullname {
		margin-left: 3px;
	}
	
	.bdt-crypto-currency-table .dataTables_wrapper .row.bdt-grid .bdt-width-2-5, .bdt-crypto-currency-table .dataTables_wrapper .row.bdt-grid .bdt-width-3-5, .bdt-crypto-currency-table .dataTables_wrapper .row.bdt-grid .bdt-width-1-2 {
		width: 100%;
	}
}

.bdt-crypto-currency-grid {
	display: grid;
}

.bdt-crypto-currency-grid-item {
	position: relative;
	background: #fff;
	padding: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	overflow: hidden;
	border: 1px solid #dedde1;
	border-radius: 10px;
}

.bdt-crypto-currency-grid-bg {
	position: absolute;
	height: 100%;
	top: 50px;
	bottom: 0;
	right: -40px;
	width: 200px;
	height: 200px;
}

.bdt-crypto-currency-grid-bg img {
	display: block;
	max-width: 100%;
	height: 100%;
	opacity: .1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	background: none;
	border: none;
}

.bdt-crypto-currency-grid-head-content {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.bdt-crypto-currency-grid-img img {
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: #e9e9e9;
	border-radius: 50px;
	padding: 5px;
	vertical-align: middle;
	margin-right: 15px;
}

.bdt-crypto-currency-grid-title h4 {
	margin: 0;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: #252630;
}

.bdt-crypto-currency-grid-price-text {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: #2b2c34;
	margin-bottom: 18px;
}

.bdt-crypto-currency-grid-price-nu {
	font-size: 30px;
	font-weight: 700;
	color: #3c385c;
}

.bdt-crypto-currency-carousel {
	position: relative;
}

.bdt-crypto-currency-carousel .swiper-slide {
	position: relative;
	background: #fff;
	padding: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	border: 1px solid #dedde1;
	border-radius: 10px;
}

.bdt-crypto-currency-carousel-bg {
	position: absolute;
	height: 100%;
	top: 50px;
	bottom: 0;
	right: -40px;
	width: 200px;
	height: 200px;
}

.bdt-crypto-currency-carousel-bg img {
	display: block;
	max-width: 100%;
	height: 100%;
	opacity: .1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	background: none;
	border: none;
}

.bdt-crypto-currency-carousel-head-content {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.bdt-crypto-currency-carousel-img img {
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: #e9e9e9;
	border-radius: 50px;
	padding: 5px;
	vertical-align: middle;
}

.bdt-crypto-currency-carousel-title {
	margin-left: 15px;
}

.bdt-crypto-currency-carousel-title h4 {
	margin: 0;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: #252630;
}

.bdt-crypto-currency-carousel-price-text {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: #2b2c34;
	margin-bottom: 18px;
}

.bdt-crypto-currency-carousel-price-nu {
	font-size: 30px;
	font-weight: 700;
	color: #3c385c;
}

.data-changed {
	background: #000;
}

.bdt-crypto-currency-ticker {
	position: relative;
	display: block;
	background-color: #1c1e2a;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: auto;
	font-size: 14px;
	border-radius: 6px;
	overflow: hidden;
}

.bdt-crypto-currency-ticker .bdt-crypto-currency-ticker-title, .bdt-crypto-currency-ticker .bdt-crypto-currency-ticker-price {
	color: #fff;
	text-transform: capitalize;
}

.bdt-crypto-currency-ticker-content {
	display: flex;
	align-items: center;
	margin-left: 8px;
}

.bdt-crypto-currency-ticker-img img {
	width: 25px;
	min-width: 25px;
	height: 25px;
	object-fit: cover;
	vertical-align: middle;
}

.bdt-crypto-currency-ticker-title {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
}

.bdt-crypto-currency-ticker-price {
	margin-left: 8px;
	font-weight: 700;
	font-size: 14px;
}

.bdt-crypto-currency-ticker-percentage {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #ed0909;
	margin-left: 8px;
	font-weight: 600;
}

.bdt-crypto-currency-ticker-percentage svg {
	width: 25px;
}

.bdt-crypto-currency-ticker-inner {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	overflow: hidden;
}

.bdt-crypto-currency-ticker-inner:after, .bdt-crypto-currency-ticker-inner:before {
	content: "";
	height: 100%;
	position: absolute;
	box-shadow: 0 0 12px 24px #1c1e2a;
	width: 1px;
	z-index: 1;
	top: 0;
}

.bdt-crypto-currency-ticker-inner:before {
	left: -1px;
}

.bdt-crypto-currency-ticker-inner:after {
	right: -1px;
}

.bdt-crypto-currency-ticker-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	position: absolute;
}

.bdt-crypto-currency-ticker-inner ul li {
	text-decoration: none;
	transition: color .2s linear;
	position: absolute;
	width: 100%;
	display: none;
	color: #333;
}

.bdt-crypto-currency-ticker-inner ul {
	display: -webkit-inline-box;
	align-items: center;
	width: 100%;
}

.bdt-crypto-currency-ticker-inner ul li {
	display: list-item;
	float: left;
	position: relative;
	width: auto;
	padding-left: 20px;
}

.bdt-crypto-currency-ticker-direction-rtl {
	direction: rtl;
}

.bdt-crypto-currency-ticker-direction-rtl .bdt-crypto-currency-ticker-inner ul li {
	float: right;
}

.bdt-crypto-currency-ticker .bdt-crypto-currency-ticker-inner-item {
	display: flex;
	align-items: center;
}

.bdt-crypto-currency-chart {
	display: grid;
}

.bdt-crypto-currency-chart-item {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	position: relative;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
}

.bdt-crypto-currency-chart-chart {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.bdt-crypto-currency-chart-head-content {
	padding: 20px;
}

.bdt-crypto-currency-chart-head-inner-content, .bdt-crypto-currency-chart-bottom-inner-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bdt-crypto-currency-chart-head-inner-content {
	margin-bottom: 20px;
}

.bdt-crypto-currency-chart-bottom-content {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: 0;
	right: 0;
	margin: 20px;
}

.bdt-crypto-currency-chart-title {
	font-size: 16px;
	text-transform: capitalize;
	color: #444454;
	font-weight: 500;
}

.bdt-crypto-currency-chart-list-change {
	font-size: 14px;
	position: relative;
	font-weight: 500;
}

.bdt-crypto-currency-chart-list-change.up:before, .bdt-crypto-currency-chart-list-change.down:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
	border-left: 7px solid rgba(247, 3, 3, 0);
	border-right: 7px solid rgba(255, 1, 1, 0);
}

.bdt-crypto-currency-chart-list-change.up:before {
	border-bottom: 10px solid #0236c0;
}

.bdt-crypto-currency-chart-list-change.down:before {
	border-top: 10px solid #05cc00;
}

.bdt-crypto-currency-chart-price-l {
	font-size: 25px;
	font-weight: 700;
	color: #494d58;
}

.bdt-crypto-currency-chart-price-s {
	font-size: 14px;
	color: #3f3f46;
	font-weight: 500;
}

.bdt-crypto-currency-chart-count-text, .bdt-crypto-currency-chart-date {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
}

.bdt-crypto-currency-chart-count-text svg {
	height: 22px;
	width: 22px;
}

@media (min-width:768px) {
	.bdt-crypto-currency-chart-bottom-content {
		margin: 30px;
	}
	
	.bdt-crypto-currency-chart-head-content {
		padding: 30px;
	}
}

@media (min-width:1024px) {
	.bdt-crypto-currency-chart-bottom-content {
		margin: 40px;
	}
	
	.bdt-crypto-currency-chart-head-content {
		padding: 40px;
	}
}

.bdt-crypto-currency-chart-carousel {
	position: relative;
}

.bdt-crypto-currency-chart-carousel-item {
	background: #fff;
	border: 1px solid #dedde1;
	position: relative;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
}

.bdt-crypto-currency-chart-carousel-chart {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.bdt-crypto-currency-chart-carousel-head-content {
	padding: 20px;
}

.bdt-crypto-currency-chart-carousel-head-inner-content, .bdt-crypto-currency-chart-carousel-bottom-inner-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bdt-crypto-currency-chart-carousel-head-inner-content {
	margin-bottom: 20px;
}

.bdt-crypto-currency-chart-carousel-bottom-content {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: 0;
	right: 0;
	margin: 20px;
}

.bdt-crypto-currency-chart-carousel-title {
	font-size: 16px;
	text-transform: capitalize;
	color: #444454;
	font-weight: 500;
}

.bdt-crypto-currency-chart-carousel-list-change {
	font-size: 14px;
	position: relative;
	font-weight: 500;
}

.bdt-crypto-currency-chart-carousel-list-change.up:before, .bdt-crypto-currency-chart-carousel-list-change.down:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
	border-left: 7px solid rgba(247, 3, 3, 0);
	border-right: 7px solid rgba(255, 1, 1, 0);
}

.bdt-crypto-currency-chart-carousel-list-change.up:before {
	border-bottom: 10px solid #0236c0;
}

.bdt-crypto-currency-chart-carousel-list-change.down:before {
	border-top: 10px solid #05cc00;
}

.bdt-crypto-currency-chart-carousel-price-l {
	font-size: 25px;
	font-weight: 700;
	color: #494d58;
}

.bdt-crypto-currency-chart-carousel-price-s {
	font-size: 14px;
	color: #3f3f46;
	font-weight: 500;
}

.bdt-crypto-currency-chart-carousel-count-text, .bdt-crypto-currency-chart-carousel-date {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
}

.bdt-crypto-currency-chart-carousel-count-text svg {
	height: 22px;
	width: 22px;
}

@media (min-width:768px) {
	.bdt-crypto-currency-chart-carousel-bottom-content {
		margin: 30px;
	}
	
	.bdt-crypto-currency-chart-carousel-head-content {
		padding: 30px;
	}
}

@media (min-width:1024px) {
	.bdt-crypto-currency-chart-carousel-bottom-content {
		margin: 40px;
	}
	
	.bdt-crypto-currency-chart-carousel-head-content {
		padding: 40px;
	}
}

.bdt-crypto-currency-list {
	display: grid;
}

.bdt-crypto-currency-list-item {
	background: #fff;
	padding: 12px;
	border: 1px solid #e7e8e9;
	border-radius: 5px;
}

.bdt-crypto-currency-list-content {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

.bdt-crypto-currency-list-inner {
	display: flex;
	align-items: center;
	grid-column-gap: 10px;
}

.bdt-crypto-currency-list-title {
	margin: 0;
	font-size: 13px;
	color: #414c60;
	font-weight: 500;
}

.bdt-crypto-currency-list-price {
	font-size: 13px;
	font-weight: 700;
	color: #57586a;
}

.bdt-crypto-currency-list-img img {
	width: 25px;
	min-width: 25px;
	height: 25px;
	vertical-align: middle;
}

@media (min-width:768px) {
	.bdt-crypto-currency-list-item {
		padding: 20px;
	}
	
	.bdt-crypto-currency-list-img img {
		width: 30px;
		min-width: 30px;
		height: 30px;
	}
	
	.bdt-crypto-currency-list-title, .bdt-crypto-currency-list-price {
		font-size: 15px;
	}
}

.bdt-device-slider {
	position: relative;
}

.bdt-device-slider video {
	width: 100%;
	height: 100%;
}

.bdt-device-slider .bdt-slideshow-item {
	margin: 0;
}

.bdt-device-slider.bdt-device-slider-safari {
	padding: 4.3% 0% 0% 0%;
}

.bdt-device-slider.bdt-device-slider-chrome {
	padding: 5.5% 0% 0% 0%;
}

.bdt-device-slider.bdt-device-slider-chrome-dark {
	padding: 5.5% 0% 0% 0%;
}

.bdt-device-slider.bdt-device-slider-firefox {
	padding: 5.3% 0% 0% 0%;
}

.bdt-device-slider.bdt-device-slider-edge {
	padding: 5.3% 0% 0% 0%;
}

.bdt-device-slider.bdt-device-slider-edge-dark {
	padding: 5.3% 0% 0% 0%;
}

.bdt-device-slider.bdt-device-slider-desktop {
	padding: 3.9% 4% 23.5% 4%;
}

.bdt-device-slider.bdt-device-slider-macbookpro {
	padding: 3.2% 9.5% 15.2% 9.5%;
}

.bdt-device-slider.bdt-device-slider-macbookair {
	padding: 3.6% 14.5% 10% 14%;
}

.bdt-device-slider.bdt-device-slider-tablet svg .bdt-ds-color-1, .bdt-device-slider.bdt-device-slider-tablet-hr svg .bdt-ds-color-1 {
	fill: #343434;
}

.bdt-device-slider.bdt-device-slider-tablet svg .bdt-ds-color-2, .bdt-device-slider.bdt-device-slider-tablet-hr svg .bdt-ds-color-2 {
	fill: #272727;
}

.bdt-device-slider.bdt-device-slider-tablet .bdt-ds-notch, .bdt-device-slider.bdt-device-slider-tablet-hr .bdt-ds-notch, .bdt-device-slider.bdt-device-slider-tablet .bdt-ds-buttons, .bdt-device-slider.bdt-device-slider-tablet-hr .bdt-ds-buttons {
	display: none;
}

.bdt-device-slider.bdt-device-slider-tablet {
	padding: 4%;
}

.bdt-device-slider.bdt-device-slider-tablet-hr {
	padding: 3%;
}

.bdt-device-slider.bdt-device-slider-mobile svg .bdt-ds-color-1, .bdt-device-slider.bdt-device-slider-mobile-hr svg .bdt-ds-color-1 {
	fill: #343434;
}

.bdt-device-slider.bdt-device-slider-mobile svg .bdt-ds-color-2, .bdt-device-slider.bdt-device-slider-mobile-hr svg .bdt-ds-color-2 {
	fill: #272727;
}

.bdt-device-slider.bdt-device-slider-mobile .bdt-ds-notch, .bdt-device-slider.bdt-device-slider-mobile-hr .bdt-ds-notch, .bdt-device-slider.bdt-device-slider-mobile .bdt-ds-buttons, .bdt-device-slider.bdt-device-slider-mobile-hr .bdt-ds-buttons {
	display: none;
}

.bdt-device-slider.bdt-device-slider-mobile {
	padding: 5% 6%;
}

.bdt-device-slider.bdt-device-slider-mobile-hr {
	padding: 3% 2.5%;
}

.bdt-device-slider.bdt-device-slider-iphonex {
	padding: 3% 3.5% 3% 3.5%;
}

.bdt-device-slider.bdt-device-slider-iphonex .bdt-slideshow-items {
	border-radius: 7%;
}

.bdt-device-slider.bdt-device-slider-imac {
	padding: 2.2% 2.2% 28%;
}

.bdt-device-slider.bdt-device-slider-imac .bdt-device-slider-device img {
	z-index: -1;
}

.bdt-device-slider.bdt-device-slider-imac .bdt-slideshow-items {
	border: 2px solid #818a91;
	border-radius: 2px;
}

.bdt-device-slider.bdt-device-slider-custom .bdt-slideshow-items {
	border-style: solid;
}

.bdt-device-slider.bdt-device-slider-custom .phone-lens {
	height: 18px;
	z-index: 1;
	width: 18px;
	transform: translateX(-50%);
}

.bdt-device-slider.bdt-device-slider-custom .phone-notch svg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.bdt-device-slider.bdt-device-slider-custom .phone-notch svg .bdt-ds-color-1 {
	fill: #343434;
}

.bdt-device-slider.bdt-device-slider-custom .phone-notch svg .bdt-ds-color-2 {
	fill: #272727;
}

.bdt-device-slider.bdt-device-slider-custom .phone-notch .large-notch {
	width: 50%;
}

.bdt-device-slider.bdt-device-slider-custom .phone-notch .drop-notch {
	width: 17%;
}

.bdt-device-slider.bdt-device-slider-custom .phone-notch .small-notch {
	width: 30%;
}

.bdt-device-slider .bdt-slideshow {
	position: relative;
}

.bdt-device-slider .bdt-slideshow .bdt-navigation-arrows {
	color: rgba(255, 255, 255, .7);
}

.bdt-device-slider .bdt-slideshow .bdt-navigation-arrows:hover, .bdt-device-slider .bdt-slideshow .bdt-navigation-arrows:focus {
	color: #fff;
}

.bdt-device-slider .bdt-slideshow .bdt-navigation-arrows i {
	font-size: 20px;
}

.bdt-device-slider .bdt-slideshow .bdt-dotnav-wrapper {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.bdt-device-slider .bdt-slideshow .bdt-dotnav-wrapper .bdt-dotnav li a {
	position: relative;
}

.bdt-device-slider .bdt-device-slider-title {
	color: #fff;
	font-size: 32px;
}

.bdt-device-slider .bdt-device-slider-title a {
	color: inherit;
	text-decoration: none;
}

.bdt-device-slider-device {
	pointer-events: none;
	overflow: hidden;
}

.bdt-device-slider-device img, .bdt-device-slider-device svg {
	top: 0;
	left: 0;
	position: absolute;
	max-width: 100%;
	width: 100%;
}

.bdt-device-slider-container {
	position: relative;
}

.bdt-device-slider-align-left .bdt-device-slider-container {
	margin-right: auto;
}

.bdt-device-slider-align-right .bdt-device-slider-container {
	margin-left: auto;
}

.bdt-device-slider-align-center .bdt-device-slider-container {
	margin-left: auto;
	margin-right: auto;
}

.bdt-text-stroke--yes .bdt-device-slider .bdt-device-slider-title {
	color: transparent !important;
	-webkit-text-stroke: 1px #fff;
}

.bdt-ds-notch--yes .bdt-device-slider-tablet .bdt-ds-notch, .bdt-ds-notch--yes .bdt-device-slider-tablet-hr .bdt-ds-notch, .bdt-ds-notch--yes .bdt-device-slider-mobile .bdt-ds-notch, .bdt-ds-notch--yes .bdt-device-slider-mobile-hr .bdt-ds-notch {
	display: inherit;
}

.bdt-ds-buttons--yes .bdt-device-slider-tablet .bdt-ds-buttons, .bdt-ds-buttons--yes .bdt-device-slider-tablet-hr .bdt-ds-buttons, .bdt-ds-buttons--yes .bdt-device-slider-mobile .bdt-ds-buttons, .bdt-ds-buttons--yes .bdt-device-slider-mobile-hr .bdt-ds-buttons {
	display: inherit;
}

.bdt-ds-right-button-1--yes .bdt-device-slider-custom:after, .bdt-ds-right-button-2--yes .bdt-device-slider-custom:after, .bdt-ds-right-button-1--yes .bdt-device-slider-custom:before, .bdt-ds-right-button-2--yes .bdt-device-slider-custom:before {
	content: "";
	position: absolute;
	left: 100%;
	width: 5px;
	background: #343434;
	border-radius: 0 10px 10px 0;
}

.bdt-ds-right-button-1--yes .bdt-device-slider-custom:after {
	top: 16%;
	height: 6%;
}

.bdt-ds-right-button-2--yes .bdt-device-slider-custom:before {
	top: 25%;
	height: 10%;
}

.bdt-ds-left-button-1--yes .bdt-device-slider-container:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 5px;
	top: 12%;
	height: 5%;
	background: #343434;
	border-radius: 10px 0 0 10px;
}

.bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-slideshow:after, .bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-slideshow:after, .bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-slideshow:before, .bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-slideshow:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 5px;
	background: #343434;
	border-radius: 10px 0 0 10px;
}

.bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-slideshow:after {
	top: 20%;
	height: 8%;
}

.bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-slideshow:before {
	top: 30%;
	height: 8%;
}

.bdt-ds-item-link--yes .bdt-slideshow-items li {
	cursor: pointer;
}

.bdt-helpdesk {
	z-index: 99;
	position: relative;
}

.bdt-helpdesk .bdt-helpdesk-icons {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\"><defs><filter id=\"bdt-helpdesk-icon-wrapper\"><feGaussianBlur in=\"SourceGraphic\" result=\"blur\" stdDeviation=\"10\" /><feColorMatrix in=\"blur\" mode=\"matrix\" values=\"1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 18 -7\" result=\"goo\" /><feGaussianBlur in=\"goo\" stdDeviation=\"3\" result=\"shadow\" /><feColorMatrix in=\"shadow\" mode=\"matrix\" values=\"0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0 -0.2\" result=\"shadow\" /><feOffset in=\"shadow\" dx=\"1\" dy=\"1\" result=\"shadow\" /><feComposite in2=\"shadow\" in=\"goo\" result=\"goo\" /><feComposite in2=\"goo\" in=\"SourceGraphic\" result=\"mix\" /></filter><filter id=\"goo\"><feGaussianBlur in=\"SourceGraphic\" result=\"blur\" stdDeviation=\"10\" /><feColorMatrix in=\"blur\" mode=\"matrix\" values=\"1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 18 -7\" result=\"goo\" /><feComposite in2=\"goo\" in=\"SourceGraphic\" result=\"mix\" /></filter></defs></svg>#bdt-helpdesk-icon-wrapper");
}

.bdt-helpdesk .hamburger {
	width: 40%;
	height: 3px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform 200ms;
	transform: translateX(-50%);
}

.bdt-helpdesk .bdt-helpdesk-icons-item, .bdt-helpdesk .bdt-helpdesk-icons-open-button {
	background: #14abf4;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-left: -25px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	transform: translate3d(0, 0, 0);
	transition: all ease-out 200ms;
}

.bdt-helpdesk .bdt-helpdesk-icons-open {
	display: none;
}

.bdt-helpdesk .bdt-helpdesk-icons {
	position: fixed;
	bottom: 30px;
	height: 480px;
	width: 70px;
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	pointer-events: none;
}

.bdt-helpdesk .bdt-helpdesk-icons svg {
	width: 1.2em;
	fill: #fff;
}

.bdt-helpdesk span.helpdesk-intro-text {
	position: absolute;
	right: 100%;
	background: #fff;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .09);
	width: 234px;
	color: #333;
	font-size: 14px;
	line-height: normal;
	padding: 15px 30px;
	text-align: left;
	border-radius: 80px;
	margin-right: 10px;
	bottom: 6px;
}

.bdt-helpdesk .bdt-helpdesk-icons-item svg {
	width: 1em;
	fill: #fff;
}

.bdt-helpdesk .bdt-helpdesk-icons-item:hover {
	background: #fff;
	color: #14abf4;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.bdt-helpdesk .bdt-helpdesk-icons-item:hover svg {
	fill: #14abf4;
}

.bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(3), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(4), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(5), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(6), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(7), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(8), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(9) {
	transition-duration: 180ms;
}

.bdt-helpdesk .bdt-helpdesk-icons-open-button {
	z-index: 2;
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	transition-duration: 400ms;
	cursor: pointer;
}

.bdt-helpdesk .bdt-helpdesk-icons-open-button:hover {
	transform: scale(1.1, 1.1) translate3d(0, 0, 0);
}

.bdt-helpdesk .bdt-helpdesk-icons-open:checked+.bdt-helpdesk-icons-open-button {
	transition-timing-function: linear;
	transition-duration: 200ms;
}

.bdt-helpdesk .bdt-helpdesk-icons-open:checked+.bdt-helpdesk-icons-open-button .fa.fa-support {
	animation: helpdeskrotate 3s cubic-bezier(.3, .4, .3, .95) 0s infinite normal;
}

.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item {
	transition-timing-function: cubic-bezier(.43, 1.04, .53, .95);
}

.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(3) {
	transition-duration: 220ms;
	transform: translate3d(0, -60px, 0);
}

.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(4) {
	transition-duration: 320ms;
	transform: translate3d(0, -120px, 0);
}

.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(5) {
	transition-duration: 420ms;
	transform: translate3d(0, -180px, 0);
}

.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(6) {
	transition-duration: 520ms;
	transform: translate3d(0, -240px, 0);
}

.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(7) {
	transition-duration: 620ms;
	transform: translate3d(0, -300px, 0);
}

.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(8) {
	transition-duration: 720ms;
	transform: translate3d(0, -360px, 0);
}

.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(9) {
	transition-duration: 820ms;
	transform: translate3d(0, -420px, 0);
}

.bdt-helpdesk .bdt-helpdesk-icons * {
	pointer-events: all;
}

@media (min-width:960px) {
	.bdt-helpdesk .bdt-helpdesk-icons-item, .bdt-helpdesk .bdt-helpdesk-icons-open-button {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	
	.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(3) {
		transition-duration: 190ms;
		transform: translate3d(0, -70px, 0);
	}
	
	.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(4) {
		transition-duration: 290ms;
		transform: translate3d(0, -140px, 0);
	}
	
	.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(5) {
		transition-duration: 390ms;
		transform: translate3d(0, -210px, 0);
	}
	
	.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(6) {
		transition-duration: 490ms;
		transform: translate3d(0, -280px, 0);
	}
	
	.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(7) {
		transition-duration: 590ms;
		transform: translate3d(0, -350px, 0);
	}
	
	.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(8) {
		transition-duration: 690ms;
		transform: translate3d(0, -420px, 0);
	}
	
	.bdt-helpdesk .bdt-helpdesk-icons-open:checked~.bdt-helpdesk-icons-item:nth-child(9) {
		transition-duration: 790ms;
		transform: translate3d(0, -490px, 0);
	}
}

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

.bdt-ep-hc-active .bdt-ep-horizontal-scroller {
	display: block;
	--dot-offset-x: 60px;
	--dot-spacing: 15px;
	position: relative;
}

.bdt-ep-hc-active .bdt-ep-horizontal-scroller .elementor-top-section, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .e-con {
	display: inline-block;
	width: 100vw;
	height: 100vh;
	margin: auto;
	position: relative;
	white-space: normal;
	vertical-align: middle;
}

.bdt-ep-hc-active .bdt-ep-horizontal-scroller .elementor-top-section>.elementor-container, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .e-con>.elementor-container {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-hc-wrapper {
	display: inline-block;
	white-space: nowrap;
}

.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-hc-wrapper>* {
	font-size: 1rem;
}

.bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav {
	display: none;
}

@media screen and (min-width:1024px) {
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-pagination-wrapper {
		position: absolute;
		z-index: 9999;
		display: flex;
		width: 100vw;
		height: 100vh;
		pointer-events: none;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav {
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li {
		list-style: none;
		cursor: pointer;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li:nth-last-child(1) {
		margin-bottom: 0 !important;
		margin-right: 0;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li.is-active .bdt-dot {
		background: red;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li.is-active .bdt-dot-text {
		color: red;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li .bdt-dot {
		display: inline-block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #000;
		transition: all .3s ease;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li {
		display: flex;
		align-items: center;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li .bdt-dot-text {
		font-size: 16px;
		text-transform: uppercase;
		color: #000;
		margin-left: 10px;
		font-weight: 500;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-center .ep-pagination-wrapper {
		justify-content: center;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-center .ep-dot-nav {
		align-items: center;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-center .ep-pagination-wrapper, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-left .ep-pagination-wrapper, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-right .ep-pagination-wrapper {
		align-items: flex-end;
		bottom: var(--dot-offset-x);
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-center .ep-dot-nav, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-left .ep-dot-nav, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-right .ep-dot-nav {
		flex-direction: row;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-center .ep-dot-nav li, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-left .ep-dot-nav li, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-right .ep-dot-nav li {
		margin-right: var(--dot-spacing);
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-left .ep-pagination-wrapper {
		justify-content: flex-start;
		padding-left: var(--dot-offset-x);
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-left .ep-dot-nav {
		align-items: center;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-right .ep-pagination-wrapper {
		justify-content: flex-end;
		padding-right: var(--dot-offset-x);
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-right .ep-dot-nav {
		align-items: center;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-pagination-wrapper, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-pagination-wrapper {
		align-items: center;
		bottom: 0;
		pointer-events: none;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-dot-nav, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-dot-nav {
		flex-direction: column;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-dot-nav li, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-dot-nav li {
		pointer-events: all;
		margin-bottom: 15px;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-dot-nav li:nth-last-child(1), .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-dot-nav li:nth-last-child(1) {
		margin-bottom: 0;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-pagination-wrapper {
		justify-content: flex-start;
		padding-left: var(--dot-offset-x);
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-dot-nav {
		align-items: flex-start;
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-pagination-wrapper {
		justify-content: flex-end;
		padding-right: var(--dot-offset-x);
	}
	
	.bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-dot-nav {
		align-items: flex-end;
	}
}

.bdt-ep-hc-active .bdt-ep-horizontal-scroller {
	min-height: 1px;
}

.rtl .bdt-ep-hc-active {
	direction: rtl;
}

.rtl .bdt-ep-horizontal-scroller .elementor-widget {
	direction: ltr;
}

.bdt-icon-nav .bdt-icon-nav-container {
	background: #1e87f0;
	position: fixed;
	height: 100%;
	top: 0;
	z-index: 1001;
}

.bdt-icon-nav .bdt-icon-nav-container.bdt-icon-nav-left {
	left: 0;
}

.bdt-icon-nav .bdt-icon-nav-container.bdt-icon-nav-right {
	right: 0;
}

.bdt-icon-nav .bdt-icon-nav-container ul.bdt-icon-nav.bdt-icon-nav-vertical {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
}

.bdt-icon-nav .bdt-icon-nav-container ul.bdt-icon-nav.bdt-icon-nav-vertical li+li {
	margin-top: 15px;
}

.bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-icon-wrapper {
	padding: 10px 15px;
	text-decoration: none;
	position: relative;
	font-weight: 700;
	display: block;
}

.bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-icon-wrapper .bdt-icon-nav-icon {
	display: inline-flex;
	color: #fff;
}

.bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-icon-wrapper .bdt-icon-nav-icon i, .bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-icon-wrapper .bdt-icon-nav-icon svg {
	width: 1em;
	height: 1em;
	fill: #fff;
}

.bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-icon-wrapper:hover {
	background-color: rgba(0, 0, 0, .1);
}

.bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-branding {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	min-height: 50px;
	text-align: center;
	padding: 10px;
	position: relative;
}

.bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-branding .bdt-logo-txt * {
	color: inherit;
}

.bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-branding .bdt-logo-image img {
	width: 25px;
	height: auto;
}

.bdt-icon-nav-offcanvas .bdt-navbar-wrapper {
	position: relative;
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul>li.bdt-active {
	position: relative;
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul>li.bdt-active>a:before {
	content: "";
	width: 2px;
	height: calc(100% - 20px);
	background-color: #1e87f0;
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul>li:nth-child(n+2) {
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul>li:hover>a {
	color: rgba(255, 255, 255, .8);
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul>li ul>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul.bdt-nav:not(.bdt-nav-no-parent-icon)>li.bdt-parent>a:after {
	position: absolute;
	content: "›";
	width: 10px;
	height: 24px;
	font-size: 20px;
	line-height: 24px;
	right: 0;
	background: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul.bdt-nav:not(.bdt-nav-no-parent-icon)>li.bdt-parent.bdt-open>a:after {
	rotate: 90deg;
}

.elementor-widget-bdt-image-compare {
	display: flex;
	width: 100%;
}

.elementor-widget-bdt-image-compare .elementor-widget-container {
	width: 100%;
}

.bdt-image-compare {
	width: 100%;
}

.bdt-image-compare .icv__icv--horizontal img {
	height: 100%;
	max-width: inherit;
}

.bdt-image-compare .bdt-image-compare-overlay:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 4;
}

.bdt-image-compare .icv {
	position: relative;
	overflow: hidden;
	cursor: row-resize;
}

.bdt-image-compare .icv__icv--vertical {
	cursor: row-resize;
}

.bdt-image-compare .icv__icv--horizontal {
	cursor: col-resize;
}

.bdt-image-compare .icv__img {
	pointer-events: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: none;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	top: 0;
	display: block;
}

.bdt-image-compare .icv__is--fluid .icv__img {
	display: none;
}

.bdt-image-compare .icv__img-a {
	height: auto;
	position: static;
	z-index: 1;
	left: 0;
}

.bdt-image-compare .icv__img-b {
	height: 100%;
	position: absolute;
	z-index: 2;
	left: auto;
	right: 0;
	width: auto;
}

.bdt-image-compare .icv__icv--vertical .icv__img-b {
	width: 100%;
	height: auto;
}

.bdt-image-compare .icv__imposter {
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bdt-image-compare .icv__wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 3;
}

.bdt-image-compare .icv__is--fluid .icv__wrapper, .bdt-image-compare .icv__icv--vertical .icv__wrapper {
	width: 100% !important;
}

.bdt-image-compare .icv__is--fluid .icv__wrapper, .bdt-image-compare .icv__icv--horizontal .icv__wrapper {
	height: 100% !important;
}

.bdt-image-compare .icv__fluidwrapper {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bdt-image-compare .icv__control {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	top: 0;
	z-index: 5;
}

.bdt-image-compare .icv__icv--vertical .icv__control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	left: 0;
	width: 100%;
}

.bdt-image-compare .icv__control-line {
	height: 50%;
	width: 2px;
	z-index: 6;
}

.bdt-image-compare .icv__icv--vertical .icv__control-line {
	width: 50%;
}

.bdt-image-compare .icv__theme-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	-webkit-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	z-index: 5;
}

.bdt-image-compare .icv__icv--vertical .icv__theme-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bdt-image-compare .icv__arrow-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
}

.bdt-image-compare .icv__arrow-a {
	-webkit-transform: scale(1.5) rotateZ(180deg);
	transform: scale(1.5) rotateZ(180deg);
	height: 20px;
	width: 20px;
	-webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .33));
	filter: drop-shadow(0 -3px 5px rgba(0, 0, 0, .33));
}

.bdt-image-compare .icv__arrow-b {
	-webkit-transform: scale(1.5) rotateZ(0deg);
	transform: scale(1.5) rotateZ(0deg);
	height: 20px;
	width: 20px;
	-webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .33));
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .33));
}

.bdt-image-compare .icv__circle {
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 999px;
}

.bdt-image-compare .icv__label {
	position: absolute;
	z-index: 12;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	background: rgba(255, 255, 255, .2);
	padding: 8px 20px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.bdt-image-compare .icv__label.vertical {
	bottom: auto;
	left: 50%;
	transform: translateX(-50%);
}

.bdt-image-compare .icv__icv--horizontal .icv__label {
	top: 50%;
	transform: translateY(-50%);
}

.bdt-image-compare .icv__label.on-hover {
	opacity: 0;
	-webkit-transition: .25s cubic-bezier(.68, .26, .58, 1.22);
	transition: .25s cubic-bezier(.68, .26, .58, 1.22);
}

.bdt-image-compare .icv:hover .icv__label.on-hover {
	opacity: 1;
}

.bdt-image-compare .icv__label-before {
	left: 1rem;
}

.bdt-image-compare .icv__label-after {
	right: 1rem;
}

.bdt-image-compare .icv__label-before.vertical {
	top: 1rem;
}

.bdt-image-compare .icv__label-after.vertical {
	bottom: 1rem;
	right: auto;
}

.bdt-image-compare .icv__body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.rtl .bdt-image-compare .icv__icv--horizontal .icv__img-b {
	right: auto;
	left: 0;
}

.rtl .bdt-image-compare .icv__icv--horizontal .icv__wrapper {
	left: 0;
}

.rtl .bdt-image-compare .icv__icv--horizontal .icv__label-before {
	right: 1rem;
	left: auto;
}

.rtl .bdt-image-compare .icv__icv--horizontal .icv__label-after {
	left: 1rem;
	right: auto;
}

.rtl .bdt-image-compare .icv__icv--horizontal .icv__theme-wrapper {
	flex-direction: row-reverse;
}

.bdt-lightbox-wrapper.bdt-line-bounce .elementor-button, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button {
	font-size: 16px;
	padding: 32px 30px;
	border-radius: 60px;
}

.bdt-lightbox-wrapper.bdt-line-bounce .elementor-button i, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button i, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button i, .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button svg, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button svg, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button svg {
	transition: all .3s ease-in-out;
}

.bdt-lightbox-wrapper.bdt-line-bounce .elementor-button:hover i, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button:hover i, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button:hover i, .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button:hover svg, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button:hover svg, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button:hover svg {
	transform: scale(1.2);
}

.bdt-lightbox-wrapper.bdt-line-bounce .elementor-button svg, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button svg, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button svg {
	width: 1em;
	height: 1em;
}

.bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button {
	animation: shadow-pulse 2s infinite;
	--box-shadow-color: rgba(129, 138, 145, .1);
}

.bdt-lightbox-wrapper.bdt-line-bounce .elementor-button {
	position: relative;
}

.bdt-lightbox-wrapper.bdt-line-bounce .elementor-button:before, .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button:after {
	content: "";
	display: block;
	position: absolute;
	border: 1px solid #818a91;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: line-bounce 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

.bdt-lightbox-wrapper.bdt-line-bounce .elementor-button:after {
	animation-delay: .5s;
}

.bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button {
	animation: multi-shadow 2s infinite;
	--box-shadow-color: rgba(129, 138, 145, .1);
}

.bdt-lightbox-wrapper .fa-fw.e-font-icon-svg {
	height: 1.2em;
}

.bdt-lightbox-wrapper .bdt-icon-text {
	font-size: 16px;
	padding-left: 10px;
	text-decoration: underline;
	text-transform: capitalize;
	transition: color .3s ease;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 var(--box-shadow-color);
	}
	
	70% {
		box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes line-bounce {
	0% {
		transform: scale(.5);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes multi-shadow {
	0% {
		box-shadow: 0 0 0 10px var(--box-shadow-color), 0 0 0 20px var(--box-shadow-color), 0 0 0 30px var(--box-shadow-color);
	}
	
	50% {
		box-shadow: 0 0 0 15px var(--box-shadow-color), 0 0 0 30px var(--box-shadow-color), 0 0 0 45px var(--box-shadow-color);
	}
	
	100% {
		box-shadow: 0 0 0 10px var(--box-shadow-color), 0 0 0 20px var(--box-shadow-color), 0 0 0 30px var(--box-shadow-color);
	}
}

body.rtl .bdt-marquee {
	direction: rtl;
}

.elementor-widget-bdt-marquee {
	--marquee-rotate: var(--bdt-marquee-rotate);
	--marquee-offset: var(--bdt-marquee-offset);
	--marquee-adjustment: var(--bdt-marquee-adjustment);
	-webkit-transform: rotate(var(--marquee-rotate));
	-ms-transform: rotate(var(--marquee-rotate));
	transform: rotate(var(--marquee-rotate));
	margin-left: calc(var(--marquee-offset));
	width: calc(100% + var(--marquee-adjustment));
}

.bdt-marquee {
	height: 100%;
	display: flex;
	align-items: center;
}

.bdt-marquee.marquee-vertical {
	flex-direction: column;
	height: 500px;
}

.bdt-marquee.marquee-vertical .marquee-content {
	margin-left: 0;
	margin-top: 5px;
	width: 100%;
}

.bdt-marquee.marquee-horizontal {
	flex-direction: row;
}

.bdt-marquee.marquee-horizontal .marquee-image {
	width: 200px;
}

.bdt-marquee .marquee-content {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 5px;
}

.bdt-marquee .marquee-content.marquee-text {
	background-color: #022f40;
	font-size: 21px;
	padding: 20px;
	color: #fff;
}

.bdt-marquee .marquee-icon {
	font-size: 24px;
	color: #fff;
	display: inline-flex;
}

.bdt-marquee .marquee-icon svg {
	width: 1em;
	height: 1em;
}

.elementor-element-edit-mode .bdt-marquee {
	overflow: hidden;
}

.bdt-ep-marquee-direction-top.bdt-ep-shadow-mode-yes:before, .bdt-ep-marquee-direction-bottom.bdt-ep-shadow-mode-yes:before {
	background: linear-gradient(to bottom, var(--ep-shadow-color, #fff) 5%, rgba(255, 255, 255, 0) 100%);
}

.bdt-ep-marquee-direction-top.bdt-ep-shadow-mode-yes:after, .bdt-ep-marquee-direction-bottom.bdt-ep-shadow-mode-yes:after {
	top: auto;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--ep-shadow-color, #fff) 95%);
}

.bdt-ep-marquee-direction-top.bdt-ep-shadow-mode-yes:before, .bdt-ep-marquee-direction-bottom.bdt-ep-shadow-mode-yes:before, .bdt-ep-marquee-direction-top.bdt-ep-shadow-mode-yes:after, .bdt-ep-marquee-direction-bottom.bdt-ep-shadow-mode-yes:after {
	height: 20%;
	width: 100%;
}

.bdt-ep-marquee-direction-left.bdt-ep-shadow-mode-yes:before, .bdt-ep-marquee-direction-right.bdt-ep-shadow-mode-yes:before {
	background: linear-gradient(to right, var(--ep-shadow-color, #fff) 5%, rgba(255, 255, 255, 0) 100%);
}

.bdt-ep-marquee-direction-left.bdt-ep-shadow-mode-yes:after, .bdt-ep-marquee-direction-right.bdt-ep-shadow-mode-yes:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--ep-shadow-color, #fff) 95%);
}

.bdt-ep-shadow-mode-hide-start.bdt-ep-shadow-mode-yes:before {
	display: none;
}

.bdt-ep-shadow-mode-hide-end.bdt-ep-shadow-mode-yes::after {
	display: none;
}

@media (max-width:767px) {
	.bdt-ep-shadow-mode-yes.bdt-ep-marquee-mobile-yes:before, .bdt-ep-shadow-mode-yes.bdt-ep-marquee-mobile-yes:after {
		content: "" !important;
	}
}

.bdt-newsletter-btn-icon, .bdt-newsletter-before-icon {
	display: inline-flex;
}

.bdt-newsletter-btn-icon svg, .bdt-newsletter-before-icon svg {
	width: 1em;
	height: 1em;
}

.bdt-before-icon-inline--yes .bdt-before-icon {
	position: absolute;
	left: 10px;
	padding: 0;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
}

.bdt-before-icon-inline--yes .bdt-input {
	padding: 0 40px;
}

.bdt-mailchimp {
	align-items: center;
	margin: 0 !important;
}

.bdt-newsletter-input-wrapper {
	width: 100%;
}

.bdt-marker-wrapper .bdt-marker {
	border-radius: 100px;
}

.bdt-marker-item img {
	width: 1em;
	border-radius: inherit;
}

.bdt-marker-item svg {
	width: 1em;
	height: 1em;
}

.bdt-marker-animated .bdt-marker:before {
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
}

.bdt-marker-animated .bdt-marker:before, .bdt-marker-animated .bdt-marker:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 200px;
	transform: scale(.35) translateY(-50%) translateX(-50%);
	opacity: 0;
	animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite;
}

.bdt-marker-animated .bdt-marker:after {
	width: 100%;
	height: 100%;
	border-color: rgba(255, 255, 255, .4);
	animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
}

.bdt-marker-animated .bdt-marker svg {
	transition: transform .3s;
}

.bdt-marker-animated .bdt-marker:hover svg {
	transform: rotate(90deg);
}

.elementor-widget-bdt-marker .tippy-popper {
	pointer-events: visible;
}

.elementor-widget-bdt-marker .tippy-content p {
	margin: 0;
}

.elementor-widget-bdt-marker .bdt-marker-wrapper .bdt-marker-invisible {
	background: transparent !important;
}

.elementor-widget-bdt-marker .bdt-marker-wrapper .bdt-marker-invisible:before, .elementor-widget-bdt-marker .bdt-marker-wrapper .bdt-marker-invisible:after {
	border-color: transparent !important;
}

.elementor-element-edit-mode .bdt-marker-invisible {
	border: 1px solid #14abf4;
}

@keyframes marker-ripple-animation {
	0% {
		transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}
	
	100% {
		transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

.bdt-member {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	transition: all .25s ease-in-out;
}

.bdt-member-icons a:hover .fa-facebook {
	color: #3b5998;
}

.bdt-member-icons a:hover .fa-flickr {
	color: #ff0084;
}

.bdt-member-icons a:hover .fa-google-plus {
	color: #dd4b39;
}

.bdt-member-icons a:hover .fa-twitter {
	color: #00aced;
}

.bdt-member-icons a:hover .fa-github-alt {
	color: #bd5990;
}

.bdt-member-icons a:hover .fa-linkedin {
	color: #007bb6;
}

.bdt-member-icons a:hover .fa-pinterest {
	color: #bd081c;
}

.bdt-member-photo, .bdt-member-photo-flip {
	width: 100%;
	height: 100%;
}

.bdt-member-photo img, .bdt-member-photo-flip img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.bdt-member-icon svg {
	width: 1em;
	height: 1em;
}

.skin-flip .bdt-member-icon i, .skin-phaedra .bdt-member-icon i, .skin-ekip .bdt-member-icon i, .skin-calm .bdt-member-icon i {
	color: #fff;
}

.skin-flip .bdt-member-icon svg, .skin-phaedra .bdt-member-icon svg, .skin-ekip .bdt-member-icon svg, .skin-calm .bdt-member-icon svg {
	fill: #fff;
}

.skin-ekip .bdt-member-icon:hover i {
	color: #000;
}

.skin-ekip .bdt-member-icon:hover svg {
	fill: #000;
}

.bdt-member-photo-wrapper {
	overflow: hidden;
}

.bdt-member-photo>div {
	opacity: 1;
}

.bdt-member-photo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	transition: all .5s ease-out;
}

.bdt-member-content {
	padding: 1em 1.5em;
}

.bdt-member-name {
	display: block;
	margin-bottom: .2em;
	font-size: 1.2em;
	font-weight: 700;
}

.bdt-member-role {
	display: block;
	margin-bottom: 1em;
	font-size: .9em;
	opacity: .5;
	filter: alpha(opacity=50);
}

.bdt-member-icon {
	padding: 5px;
}

.bdt-member-icons {
	border-top: 1px solid rgba(0, 0, 0, .05);
	padding: 1em;
}

.bdt-member-icons a {
	display: inline-flex;
	text-align: center;
	line-height: 1;
}

.bdt-member-icons a:first-child {
	margin-left: 0;
}

.bdt-member-icons a:last-child {
	margin-right: 0 !important;
}

.bdt-member-icons a i {
	display: inline-block;
	min-width: 16px;
	text-align: center;
}

.bdt-member-icons a i:before {
	font-size: 16px;
}

.bdt-member-icons a img {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

.bdt-member-icons a+a {
	margin-left: .8em;
}

.bdt-member-clickable:hover {
	cursor: pointer;
}

.skin-phaedra .bdt-member-role {
	margin-bottom: 0;
}

.skin-phaedra .bdt-member-name {
	color: #fff;
}

.skin-phaedra .bdt-member-role {
	color: #fff;
}

.skin-phaedra .bdt-member-icons {
	border-top: 1px solid rgba(222, 229, 235, .5);
}

.skin-calm .bdt-member-role {
	transition: all .35s ease-out;
	margin-bottom: 0;
}

.skin-calm .bdt-member-name {
	margin-bottom: 0;
}

.skin-calm:hover .bdt-member-role {
	opacity: 0;
}

.skin-calm .bdt-member-icons {
	padding: 0;
	color: #fff;
	margin-top: -15px;
}

.skin-calm .bdt-member-content {
	opacity: 1;
	padding: 0;
	color: #fff;
}

.skin-calm .bdt-overlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, .31) 50%, rgba(0, 0, 0, .65) 100%);
	bottom: -15px;
	padding-bottom: 45px;
}

.skin-calm .bdt-member-icons {
	border-top: 0 solid rgba(0, 0, 0, .05);
}

.skin-ekip .ekip-overlay {
	position: absolute;
	left: 0;
	top: -100%;
	color: transparent;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	border-bottom: 3px solid #ff8217;
	transition: 1s;
}

.skin-ekip:hover .ekip-overlay {
	top: 0;
	transition: .6s;
}

.skin-ekip:hover .bdt-member-role {
	left: 50%;
	top: 60%;
	transform: translate(-50%, -60%);
	visibility: visible;
	opacity: 1;
}

.skin-ekip:hover span.bdt-member-name {
	left: 50%;
	top: 70%;
	transform: translate(-50%, -70%);
	visibility: visible;
	opacity: 1;
}

.skin-ekip:hover .bdt-member-icons {
	position: absolute;
	left: 50%;
	top: 90%;
	transform: translate(-50%, -90%);
	visibility: visible;
	opacity: 1;
}

.skin-ekip .bdt-member-name, .skin-ekip .bdt-member-role {
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translate(-50%, -10%);
	transition: .5s;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	width: fit-content;
}

.skin-ekip .bdt-member-role {
	font-size: 13px;
}

.skin-ekip .bdt-member-name {
	font-size: 22px;
}

.skin-ekip .bdt-member-icons {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	z-index: 1;
	transition: .6s;
	visibility: hidden;
	opacity: 0;
	height: 40px;
	padding: 0;
	border: 0;
	width: fit-content;
}

.skin-ekip .bdt-member-icon {
	display: inline-flex;
	padding: 8px;
	background: rgba(255, 255, 255, .2);
	border-radius: 40px;
	color: #fff;
	transition: all .3s ease;
}

.skin-ekip .bdt-member-icon:hover {
	background: #fff;
	color: #1e87f0;
}

.skin-ekip .bdt-member-content {
	padding: 0;
}

.skin-band .bdt-member-item-wrapper {
	position: relative;
	border-radius: 6px;
	background: #fbfbfb;
	transition: all .2s ease-in;
}

.skin-band .bdt-member-item-wrapper:hover .bdt-member-photo img, .skin-band .bdt-member-item-wrapper:hover .bdt-member-photo-flip img {
	transform: scale3d(1.05, 1.03, 1.1);
}

.skin-band .bdt-member-item-wrapper:hover .bdt-member-photo:before {
	opacity: 1;
	height: 100%;
	transition: all .4s 0s cubic-bezier(.175, .885, .32, 1.275);
}

.skin-band .bdt-member-item-wrapper:hover .bdt-member-icon {
	opacity: 1;
	transform: translateY(0);
}

.skin-band .bdt-member-item-wrapper:hover .bdt-member-icon:nth-child(2) {
	transition-delay: .2s;
}

.skin-band .bdt-member-item-wrapper:hover .bdt-member-icon:nth-child(3) {
	transition-delay: .3s;
}

.skin-band .bdt-member-item-wrapper:hover .bdt-member-icon:nth-child(4) {
	transition-delay: .4s;
}

.skin-band .bdt-member-item-wrapper:hover .bdt-member-icon:nth-child(5) {
	transition-delay: .5s;
}

.skin-band .bdt-member-content {
	position: relative;
	padding: 25px 30px 30px;
}

.skin-band .bdt-member-name {
	color: #ff9644;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 5px;
	transition: all .3s ease;
}

.skin-band .bdt-member-role {
	color: #999;
	opacity: .8;
}

.skin-band .bdt-member-text {
	color: #999;
	font-weight: 400;
}

.skin-band .bdt-member-photo-wrapper {
	position: relative;
}

.skin-band .bdt-member-photo-flip, .skin-band .bdt-member-photo {
	position: relative;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.skin-band .bdt-member-photo-flip img, .skin-band .bdt-member-photo img {
	transition: all .25s ease-in;
}

.skin-band .bdt-member-photo:before {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, .7);
	height: 0;
	width: 100%;
	bottom: 0;
	transform: skewY(-30deg) translateY(60%);
	transition: all .5s 0s cubic-bezier(.6, -.28, .735, .045);
	opacity: 0;
	z-index: 1;
}

.skin-band .bdt-member-icons {
	position: absolute;
	right: 30px;
	transform: translateY(-65px);
	z-index: 1;
	border: 0;
	padding: 0;
}

.skin-band .bdt-member-icon {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	transform: translateY(60px);
	transition: all .4s ease;
	padding: 0;
	opacity: 0;
	width: 40px;
	height: 40px;
}

.skin-band .bdt-member-icon:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: block;
	background: #ff9644;
	transition: all 265ms ease-out;
}

.skin-band .bdt-member-icon i {
	color: #fff;
}

.skin-band .bdt-member-icon i, .skin-band .bdt-member-icon svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 265ms ease-out;
}

.skin-band .bdt-member-icon:hover:before {
	transform: scale(0);
	transition: all 265ms ease-in;
}

.skin-band .bdt-member-icon:hover i, .skin-band .bdt-member-icon:hover svg {
	transform: translate(-50%, -50%) scale(1.3);
	transition: all 265ms ease-in;
}

.skin-band .bdt-member-icon:hover i {
	color: #ff9644;
}

@media only screen and (max-width:959px) {
	.skin-partait .bdt-member-name, .skin-partait .bdt-member-icons {
		color: #fff;
	}
	
	.skin-partait .bdt-member-role, .skin-partait .bdt-member-content {
		color: initial;
	}
	
	.skin-partait .bdt-member-desc-wrapper {
		position: relative !important;
	}
	
	.skin-partait .bdt-member-name {
		color: initial;
	}
}

.bdt-member.skin-flip {
	height: 360px;
	position: relative;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bdt-member.skin-flip .bdt-member-icons {
	border: 0;
	padding: 0;
}

.bdt-member.skin-flip .bdt-member-text {
	color: #fff;
}

.bdt-member.skin-flip .bdt-member-content {
	padding: 0;
	width: 100%;
}

.bdt-member.skin-flip .bdt-skin-flip-layer-inner {
	position: relative;
	height: 100%;
	width: 100%;
}

.bdt-member.skin-flip .bdt-member-icon {
	color: #fff;
	transition: all .2s ease;
}

.bdt-member.skin-flip .bdt-member-icon:hover {
	color: #f5f5f5;
}

.bdt-member.skin-flip .bdt-member-icon:hover .fa-twitter {
	color: #f5f5f5;
}

.bdt-skin-flip-layer.bdt-skin-flip-front, .bdt-skin-flip-layer.bdt-skin-flip-back {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bdt-skin-flip-back {
	background-color: #1e87f0;
	display: block;
}

.bdt-skin-flip-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .6s ease-in-out;
}

.bdt-skin-flip-layer-overlay {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	padding: 35px;
}

.bdt-skin-flip-3d-yes .bdt-skin-flip-layer-inner {
	transform: translateZ(90px) scale(.95);
}

.bdt-skin-flip-3d-yes .bdt-skin-flip-layer-overlay {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(.1px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bdt-skin-flip-effect-flip .skin-flip {
	perspective: 1000px;
	transform-style: preserve-3d;
}

.bdt-skin-flip-effect-flip .skin-flip:hover .bdt-skin-flip-back {
	transform: none;
	z-index: 1;
}

.bdt-skin-flip-effect-flip .bdt-skin-flip-layer {
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.bdt-skin-flip-effect-flip .bdt-skin-flip-front {
	transform: none;
	z-index: 1;
}

.bdt-skin-flip-effect-flip {
	overflow: inherit !important;
}

.bdt-skin-flip-effect-flip .skin-flip {
	overflow: inherit;
}

.bdt-skin-flip-effect-flip.bdt-skin-flip-direction-right .bdt-skin-flip-back {
	transform: rotateX(0) rotateY(-180deg);
}

.bdt-skin-flip-effect-flip.bdt-skin-flip-direction-right .skin-flip:hover .bdt-skin-flip-front {
	transform: rotateX(0) rotateY(180deg);
}

.bdt-skin-flip-effect-flip.bdt-skin-flip-direction-left .bdt-skin-flip-back {
	transform: rotateX(0) rotateY(180deg);
}

.bdt-skin-flip-effect-flip.bdt-skin-flip-direction-left .skin-flip:hover .bdt-skin-flip-front {
	transform: rotateX(0) rotateY(-180deg);
}

.bdt-skin-flip-effect-flip.bdt-skin-flip-direction-up .bdt-skin-flip-back {
	transform: rotateX(-180deg) rotateY(0);
}

.bdt-skin-flip-effect-flip.bdt-skin-flip-direction-up .skin-flip:hover .bdt-skin-flip-front {
	transform: rotateX(180deg) rotateY(0);
}

.bdt-skin-flip-effect-flip.bdt-skin-flip-direction-down .bdt-skin-flip-back {
	transform: rotateX(180deg) rotateY(0);
}

.bdt-skin-flip-effect-flip.bdt-skin-flip-direction-down .skin-flip:hover .bdt-skin-flip-front {
	transform: rotateX(-180deg) rotateY(0);
}

.bdt-skin-flip-effect-push .bdt-skin-flip-front {
	transform: none;
}

.bdt-skin-flip-effect-push .skin-flip {
	overflow: hidden;
}

.bdt-skin-flip-effect-push .skin-flip:hover .bdt-skin-flip-back {
	transform: none;
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-right .skin-flip:hover .bdt-skin-flip-front {
	transform: translateX(100%) translateY(0);
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-right .bdt-skin-flip-back {
	transform: translateX(-100%) translateY(0);
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-left .skin-flip:hover .bdt-skin-flip-front {
	transform: translateX(-100%) translateY(0);
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-left .bdt-skin-flip-back {
	transform: translateX(100%) translateY(0);
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-up .skin-flip:hover .bdt-skin-flip-front {
	transform: translateX(0) translateY(-100%);
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-up .bdt-skin-flip-back {
	transform: translateX(0) translateY(100%);
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-down .skin-flip:hover .bdt-skin-flip-front {
	transform: translateX(0) translateY(100%);
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-down .bdt-skin-flip-back {
	transform: translateX(0) translateY(-100%);
}

.bdt-skin-flip-effect-slide .skin-flip {
	overflow: hidden;
}

.bdt-skin-flip-effect-slide .skin-flip:hover .bdt-skin-flip-back {
	transform: none;
}

.bdt-skin-flip-effect-slide.bdt-skin-flip-direction-right .bdt-skin-flip-back {
	transform: translateX(-100%) translateY(0);
}

.bdt-skin-flip-effect-slide.bdt-skin-flip-direction-left .bdt-skin-flip-back {
	transform: translateX(100%) translateY(0);
}

.bdt-skin-flip-effect-slide.bdt-skin-flip-direction-up .bdt-skin-flip-back {
	transform: translateX(0) translateY(100%);
}

.bdt-skin-flip-effect-slide.bdt-skin-flip-direction-down .bdt-skin-flip-back {
	transform: translateX(0) translateY(-100%);
}

.elementor-widget-bdt-member.bdt-skin-flip-flipped .bdt-skin-flip-front {
	display: none;
}

.elementor-widget-bdt-member.bdt-skin-flip-flipped .bdt-skin-flip-back {
	transform: none;
	opacity: 1;
}

.bdt-navbar>li>a {
	transition: all 350ms cubic-bezier(0, .43, .29, .96);
}

.bdt-navbar .bdt-navbar-nav li.coming-soon, .bdt-navbar .bdt-navbar-nav li.new, .bdt-navbar .bdt-navbar-nav li.hot, .bdt-navbar .bdt-navbar-nav li.updated {
	position: relative;
}

.bdt-navbar .bdt-navbar-nav li.coming-soon:after, .bdt-navbar .bdt-navbar-nav li.new:after, .bdt-navbar .bdt-navbar-nav li.hot:after, .bdt-navbar .bdt-navbar-nav li.updated:after {
	content: "";
	position: absolute;
	width: auto;
	background: rgba(20, 171, 244, .58);
	color: #fff;
	right: 0;
	top: 7px;
	font-size: 8px;
	padding: 1px 5px;
	border-radius: 2px;
}

.bdt-navbar .bdt-navbar-nav li.coming-soon:after {
	content: "UPCOMING";
}

.bdt-navbar .bdt-navbar-dropdown-nav li.hot:after {
	content: "HOT";
	background: rgba(20, 171, 244, .58);
}

.bdt-navbar .bdt-navbar-nav li.new:after {
	content: "NEW";
	background: #f2295b;
}

.bdt-navbar .bdt-navbar-nav li.updated:after {
	content: "UPDATED";
	background: #ef7f09;
}

.bdt-nav.bdt-navbar-dropdown-nav li.bdt-parent {
	position: relative;
}

.bdt-nav.bdt-navbar-dropdown-nav li.bdt-parent .bdt-navbar-dropdown {
	top: 0 !important;
	left: 100% !important;
	right: auto;
}

.bdt-navbar-parent-indicator-yes ul>li.bdt-parent>a {
	position: relative;
}

.bdt-navbar-parent-indicator-yes ul>li.bdt-parent>a:after {
	font: normal normal normal 9px/1 element-pack;
	position: relative;
	line-height: inherit;
	content: "";
	top: 1px;
	margin-left: 12px;
	background: none !important;
}

.bdt-navbar-parent-indicator-yes .bdt-navbar-dropdown-nav>li.bdt-parent>a:after {
	position: absolute;
	transform: translate(-50%, -50%);
	transform-origin: center;
	top: calc(50% + 1px);
	content: "";
	right: 0;
	margin: 0;
}

.bdt-auto-hide-menu .bdt-cd-secondary-nav {
	position: relative;
	z-index: 1;
	clear: both;
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.bdt-auto-hide-menu .bdt-cd-secondary-nav::before, .bdt-auto-hide-menu .bdt-cd-secondary-nav::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	width: 20px;
	background: transparent;
	pointer-events: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.bdt-auto-hide-menu .bdt-cd-secondary-nav::after {
	right: 0;
	background: linear-gradient(to left, #fff, rgba(37, 40, 61, 0));
}

.bdt-auto-hide-menu .bdt-cd-secondary-nav::before {
	left: 0;
	background: linear-gradient(to right, #fff, rgba(37, 40, 61, 0));
}

.bdt-auto-hide-menu .bdt-cd-secondary-nav>ul, .bdt-auto-hide-menu .bdt-cd-secondary-nav>ul>li, .bdt-auto-hide-menu .bdt-cd-secondary-nav>ul>li>a {
	height: 100%;
}

.bdt-auto-hide-menu .bdt-cd-secondary-nav>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	justify-content: left;
}

.bdt-auto-hide-menu .bdt-cd-secondary-nav>ul::after {
	clear: both;
	content: "";
	display: block;
}

.bdt-auto-hide-menu .bdt-cd-secondary-nav>ul>li {
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.bdt-navbar-nav>li>a {
	transition: .1s ease-in-out;
	transition-property: color, background-color;
	position: relative;
}

.bdt-navbar-style-1 .bdt-navbar-nav>li>a:before {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	background-color: transparent;
	transition: .1s cubic-bezier(0, .75, .43, 1);
	transition-property: background-color, opacity, transform;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 15px;
	opacity: 1;
	transform: scale3d(0, 1, 1);
}

.bdt-navbar-style-1 .bdt-navbar-nav>li.bdt-active>a:before {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #1e87f0;
}

.bdt-navbar-style-1 .bdt-navbar-nav>li:hover>a:before {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #1e87f0;
}

.bdt-navbar-style-2 .bdt-navbar-nav>li>a:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	background-color: transparent;
	transition: .1s cubic-bezier(0, .75, .43, 1);
	transition-property: background-color, opacity, transform;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 15px;
	opacity: 1;
	transform: scale3d(0, 1, 1);
}

.bdt-navbar-style-2 .bdt-navbar-nav>li.bdt-active>a:after {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #1e87f0;
}

.bdt-navbar-style-2 .bdt-navbar-nav>li:hover>a:after {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #1e87f0;
}

.bdt-navbar-style-3 .bdt-navbar-nav>li>a:after {
	content: "";
	display: block;
	position: absolute;
	height: 8px;
	background-color: transparent;
	transition: .25s cubic-bezier(0, .75, .43, 1);
	transition-property: background-color, opacity, transform;
	left: 0;
	right: 0;
	margin: 0 10px;
	opacity: 1;
	transform: scale3d(0, 1, 1);
	z-index: -1;
	transform-origin: left;
}

.bdt-navbar-style-3 .bdt-navbar-nav>li.bdt-active>a:after {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.bdt-navbar-style-3 .bdt-navbar-nav>li:hover>a:after {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #1e87f0;
}

.bdt-navbar-style-4 .bdt-navbar-nav>li>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 10px;
	height: 2px;
	background-color: currentColor;
	transform-origin: bottom right;
	transform: scaleX(0);
	transition: transform .5s ease;
}

.bdt-navbar-style-4 .bdt-navbar-nav>li.bdt-active>a:before {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.bdt-navbar-style-4 .bdt-navbar-nav>li:hover>a:before {
	transform-origin: bottom left;
	transform: scaleX(1);
	background-color: #1e87f0;
}

@media only screen and (min-width:1025px) {
	.bdt-auto-hide-menu .bdt-cd-secondary-nav {
		overflow: visible;
	}
	
	.bdt-auto-hide-menu .bdt-cd-secondary-nav>ul {
		display: block;
	}
	
	.bdt-auto-hide-menu .bdt-cd-secondary-nav>ul>li {
		float: none;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
}

.bdt-news-ticker {
	position: relative;
	display: block;
	background-color: #000;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	overflow: hidden;
	border-radius: 2px;
	text-align: auto;
	font-size: 14px;
}

.bdt-news-ticker .bdt-news-ticker-label {
	background-color: #14abf4;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
	text-align: center;
	color: #fff;
	font-weight: 700;
	z-index: 3;
	padding: 0 15px;
	white-space: nowrap;
	font-size: 12px;
	line-height: inherit;
}

.bdt-news-ticker .bdt-news-ticker-label::after {
	content: "";
	position: absolute;
	right: -15px;
	border: 8px solid transparent;
	border-left-color: #14abf4;
	top: 50%;
	transform: translateY(-50%);
}

.bdt-news-ticker .bdt-news-ticker-content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	overflow: hidden;
	line-height: inherit;
}

.bdt-news-ticker .bdt-news-ticker-content:after, .bdt-news-ticker .bdt-news-ticker-content:before {
	content: "";
	height: 100%;
	position: absolute;
	box-shadow: 0 0 12px 12px #000;
	width: 1px;
	z-index: 1;
	top: 0;
}

.bdt-news-ticker .bdt-news-ticker-content:before {
	left: -1px;
}

.bdt-news-ticker .bdt-news-ticker-content:after {
	right: -1px;
}

.bdt-news-ticker .bdt-news-ticker-content * {
	color: #fff;
}

.bdt-news-ticker .bdt-news-ticker-content p {
	margin: 0;
}

.bdt-news-ticker .bdt-news-ticker-content a:hover {
	color: #ddd;
}

.bdt-news-ticker .bdt-news-ticker-content ul {
	display: block;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
}

.bdt-news-ticker .bdt-news-ticker-content ul li {
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	position: absolute;
	width: 100%;
	display: none;
	color: #333;
}

.bdt-news-ticker .bdt-news-ticker-content ul li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	padding: 0 12px;
	position: relative;
	display: block;
	overflow: hidden;
}

.bdt-news-ticker .bdt-news-ticker-content .bdt-news-ticker-date, .bdt-news-ticker .bdt-news-ticker-content .bdt-news-ticker-time {
	letter-spacing: 0;
	font-weight: 700;
}

.bdt-news-ticker .bdt-news-ticker-content .bdt-news-ticker-date .bdt-news-ticker-date-sep, .bdt-news-ticker .bdt-news-ticker-content .bdt-news-ticker-time .bdt-news-ticker-date-sep {
	margin-left: -3px;
	margin-right: -3px;
}

.bdt-news-ticker .bdt-news-ticker-navigation .bdt-news-ticker-play polygon {
	display: block;
}

.bdt-news-ticker .bdt-news-ticker-navigation .bdt-news-ticker-play rect {
	display: none;
}

.bdt-news-ticker .bdt-news-ticker-navigation .bdt-news-ticker-pause polygon {
	display: none;
}

.bdt-news-ticker .bdt-news-ticker-navigation .bdt-news-ticker-pause rect {
	display: block;
}

.bdt-news-ticker .bdt-news-ticker-navigation button svg {
	color: #d5d5d5;
}

.bdt-news-ticker .bdt-news-ticker-navigation button:hover svg {
	color: #fff;
}

.bdt-news-ticker-loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 5;
	padding: 0 10px;
	color: #000;
}

.bdt-news-ticker-loader-text {
	padding: 0 10px;
}

.bdt-news-ticker-prefix {
	color: #d65d7a;
	margin-right: 15px;
	padding-left: 10px;
}

.bdt-news-ticker-positive {
	color: #0b8457;
	font-weight: 700;
}

.bdt-news-ticker-negative {
	color: #dc2f2f;
	font-weight: 700;
}

.bdt-news-ticker-controls {
	width: auto;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bdt-news-ticker-controls button {
	float: left;
	height: 100%;
	cursor: pointer;
	border: none;
	text-align: center;
	background-color: transparent;
	outline: none;
}

.bdt-effect-scroll .bdt-news-ticker-content ul {
	display: block;
	width: 100%;
	position: relative;
}

.bdt-effect-scroll .bdt-news-ticker-content ul li {
	display: list-item;
	float: left;
	position: relative;
	width: auto;
}

.bdt-news-ticker-direction-rtl {
	direction: rtl;
}

.bdt-news-ticker-direction-rtl .bdt-news-ticker-label {
	left: auto;
	right: 0;
}

.bdt-news-ticker-direction-rtl .bdt-news-ticker-controls {
	right: auto;
	left: 0;
}

.bdt-news-ticker-direction-rtl .bdt-news-ticker-prefix {
	margin-left: 15px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 10px;
}

.bdt-news-ticker-direction-rtl .bdt-news-ticker-controls button {
	border-left: none;
}

.bdt-news-ticker-direction-rtl.bdt-effect-scroll .bdt-news-ticker-content ul li {
	float: right;
}

.bdt-offcanvas-button {
	outline: none;
	-webkit-tap-highlight-color: transparent !important;
	-webkit-transform: translate(var(--ep-offcanvas-h-offset, 0), var(--ep-offcanvas-v-offset, 0)) rotate(var(--ep-offcanvas-rotate, 0));
	transform: translate(var(--ep-offcanvas-h-offset, 0), var(--ep-offcanvas-v-offset, 0)) rotate(var(--ep-offcanvas-rotate, 0));
}

.bdt-offcanvas-button .bdt-offcanvas-button-align-icon-right {
	float: right;
}

.bdt-offcanvas-button .bdt-offcanvas-button-align-icon-left {
	float: left;
}

.bdt-offcanvas-button svg {
	width: 1em;
	height: 1em;
}

.bdt-offcanvas .bdt-offcanvas-bar {
	word-wrap: break-word;
}

.bdt-offcanvas .bdt-offcanvas-bar .widget:not(:first-child) {
	margin-top: 30px;
}

.bdt-offcanvas svg {
	width: 1em;
	height: 1em;
}

.bdt-offcanvas li {
	list-style-type: none;
}

.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane>svg, .leaflet-pane>canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
}

.leaflet-container {
	overflow: hidden;
	z-index: 0;
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
	display: block;
}

.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, .4);
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
}

.leaflet-tile-loaded {
	visibility: inherit;
}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 800;
}

.leaflet-overlay-pane svg {
	-moz-user-select: none;
}

.leaflet-pane {
	z-index: 400;
}

.leaflet-tile-pane {
	z-index: 200;
}

.leaflet-overlay-pane {
	z-index: 400;
}

.leaflet-shadow-pane {
	z-index: 500;
}

.leaflet-marker-pane {
	z-index: 600;
}

.leaflet-tooltip-pane {
	z-index: 650;
}

.leaflet-popup-pane {
	z-index: 700;
}

.leaflet-map-pane canvas {
	z-index: 100;
}

.leaflet-map-pane svg {
	z-index: 200;
}

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
}

.lvml {
	behavior: url("../../../../plugins/bdthemes-element-pack/assets/css/#default#VML");
	display: inline-block;
	position: absolute;
}

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted;
	pointer-events: auto;
}

.leaflet-top, .leaflet-bottom {
	position: absolute;
	z-index: 400;
	pointer-events: none;
}

.leaflet-top {
	top: 0;
}

.leaflet-right {
	right: 0;
}

.leaflet-bottom {
	bottom: 0;
}

.leaflet-left {
	left: 0;
}

.leaflet-control {
	float: left;
	clear: both;
}

.leaflet-right .leaflet-control {
	float: right;
}

.leaflet-top .leaflet-control {
	margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
	margin-left: 10px;
}

.leaflet-right .leaflet-control {
	margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
}

.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
	transition: transform .25s cubic-bezier(0, 0, .25, 1);
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
}

.leaflet-interactive {
	cursor: pointer;
}

.leaflet-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
}

.leaflet-popup-pane, .leaflet-control {
	cursor: auto;
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane>svg path, .leaflet-tile-container {
	pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane>svg path.leaflet-interactive {
	pointer-events: visiblePainted;
	pointer-events: auto;
}

.leaflet-container {
	background: #ddd;
	outline: 0;
}

.leaflet-container a {
	color: #0078a8;
}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255, 255, 255, .5);
}

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
	border-radius: 4px;
}

.leaflet-bar a, .leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
}

.bdt-open-street-map .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.bdt-open-street-map .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.bdt-open-street-map .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
	font: bold 18px "Lucida Console", Monaco, monospace;
	text-indent: 1px;
}

.bdt-open-street-map .leaflet-control-zoom-in, .bdt-open-street-map .leaflet-control-zoom-out {
	font-size: 22px;
}

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
	background: #fff;
	border-radius: 5px;
}

.leaflet-control-layers-toggle {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC");
	width: 36px;
	height: 36px;
}

.leaflet-control-layers-toggle.nitro-lazy {
	background-image: none !important;
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=");
	background-size: 26px 26px;
}

.leaflet-retina .leaflet-control-layers-toggle.nitro-lazy {
	background-image: none !important;
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
}

.leaflet-control-layers label {
	display: block;
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQyN0E1RUY4QUYzMzExRUFCNEFDODJDRTA0Q0REMjdEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQyN0E1RUY5QUYzMzExRUFCNEFDODJDRTA0Q0REMjdEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDI3QTVFRjZBRjMzMTFFQUI0QUM4MkNFMDRDREQyN0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDI3QTVFRjdBRjMzMTFFQUI0QUM4MkNFMDRDREQyN0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5aotBpAAAFHElEQVR42uxXTWhcVRT+7ntv3sxkMpOY/yY11FpSCpZWUcHuXIiigRrtQkWzkSKlulA3giLYhS5ctBYUwaWIRuqiilB/Y3HRqrRqaUxNKTVNmp9JmmSmSWYy7717/e5MXpKXzCQzAcWFB775effd+71zznfOvU8opfBPm4F/wf4n+e+RWGjrXG/cJPYTDxF3QxpbJsLZ2HA4sxD1zFET4reQEqci0jhpKjHnioJSLSVWkZS2F4iXiG2rB7hU3BOqwRFydxZ4JmOI8Yg03yHxW6LMcDUT3xPHixH4phfj0+fhQTXfNN03U5ZzTgq1w1zlyWqSduICcf+aFXXRzjtQ6Ry8rMy7A+EvIvIhWjDkXVOWc8Ex5G79XxUhqSLOEk3Lj8BVPN56PQWMErYJo6UKhi2QG81gYTgDxXFhiKVc0JPopOWcYX6a/NyszMkJYstytsg/MQ9kGPWHdwJdxB3tqBPDiI/8icywQqo3iemvxmBETYQaw1CuyofPESo2bTlfNjj2PZpGqNZH9JIPEqcCBOOzhd/HKayDd/JOCi3D66MXgdnLQEMtIBXSX4xg8Eg/ZNaD3RLJE2nTSqt1Q90xz/zQJ/mV2LsU/zkHuLkAfPo48BgvD02QgNfsGJAiwQxhRPmfpB1xZL9NYuDQeYgQhRC38vmi+mBLY6jOtdt1TjqWCHyWmTTw8r4CwZUxIOsU8hOQDP87XK0vjcgDTdh6+HY4N3Lws50PmyFvzQnvPk0SrMbpDLCdKn6OIZphsiWVJERpHWu7No+6R1tRvacG7kxuaZgzkTNkpybZE5g4T5J9WynmBDA5X5pgJVHaZY7CiO+that/r5AuRXCv/t65ZmJrnMk3K2tQJLObwsFLWtLALk2SWNM0DFExQf6jyDyuFtMkfWtmjM9RHrJ8ElXoCM5kLniZCmM8+jXJmcCIHQF+HgHGWCc14SW1rGtVXCrlYK4vBTNmBRIfUkavJjkZmNBA/fddB3r+ABpvKfSs9Uy3nW1VmP0uifQv0wjV2cuJ55Atxeea5Arxe0D/MbaxI6fp0VVWUcui76pIiLRs4vAupjF47DIM7ZFZyIsuRnoxZCvjJ79BvrvsI2fWkyTF+HZ+Anx9CdjBurmNXsUZvohZCE8rw7qL1X52CgMHzyE3sVBQl1RLzxBWxgcGFea3Fa3XqYDSdP8aShW+n2Vh7mdj6GhjdV2FHLuEbFIgdXoCkyeG4c57iLRF8x25kAul27+sd+w6zk75JNpeJ94Ibr68ZZY9bJptJkzvtjdgqt7BcHYa4toCnKkcnz6S71c+AfIFKJHwrPcTbuiQy8SsJGHGMaP1tbYOGOccKznlYtzKYjDhIha2IHSDLJIqbWyMzaZCUorgpsV+gteK1wGnhhjRuiiMxiisBAlCRlF564SzvR/l4SLpK2z19vv2Ym42ZdwV9e6Yq5Lmq55Q6x4knt8siUdUS/MVSjejky8WO04xko+J8xUT8MkZor9innXUFTJQSqVOkE9XQuAvFvesbh0lWeYxtZ84VokX1Z7ZE5XGj/q3sRim9cLl24vEjY3zUEi29kLLVWEtNjpwH9gwVFyYhdetibwSLXsjkh+Ij0oNcmsF5foN66LHP2yLIijn1aGbSBXLA59eJlzrgFxR6ZsJl7/3dBVTVI1nPcVXh7QmFCW8KNcTbb3EeysbIEP0mR+mjU4ElbxpHSYGPBJwI0rSiyckyns9r/R1rotb0BDPuE/yhOh6ZR5q/hZgAKcv/hS9O0FzAAAAAElFTkSuQmCC");
}

.leaflet-default-icon-path.nitro-lazy {
	background-image: none !important;
}

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, .7);
	margin: 0;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
}

.leaflet-control-attribution a {
	text-decoration: none;
}

.leaflet-control-attribution a:hover {
	text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
	font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	background: rgba(255, 255, 255, .5);
}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	box-shadow: none;
}

.leaflet-touch .leaflet-control-layers, .bdt-open-street-map .leaflet-bar {
	border: 2px solid rgba(0, 0, 0, .2);
	background-clip: padding-box;
}

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
}

.leaflet-popup-content p {
	margin: 18px 0;
}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: #fff;
	color: #333;
	box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: 700;
	background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
}

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
}

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
}

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
}

.bdt-price-list {
	counter-reset: item-counter;
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-gap: 10px;
}

.bdt-price-list * {
	transition: all .3s ease;
}

.bdt-price-list .bdt-grid.bdt-has-image {
	margin-left: 0;
}

.bdt-price-list-image {
	max-width: 50%;
}

.bdt-price-list-image img {
	width: 100%;
	height: 100%;
	display: block;
}

.bdt-price-list-price {
	font-size: 16px;
	font-weight: 700;
}

.bdt-price-list-header {
	font-size: 14px;
	max-width: 100%;
}

.bdt-price-list-title {
	color: #444;
}

.bdt-price-list-description {
	font-size: 12px;
}

.bdt-price-list-separator {
	display: none;
}

.bdt-price-list-item {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0;
	margin: 0;
}

.bdt-price-list-item>.bdt-grid.bdt-grid-collapse {
	width: 100%;
}

.bdt-price-list-item>div[onclick] {
	cursor: pointer;
}

.bdt-price-list-counter {
	margin-right: 15px;
}

.bdt-price-list-counter::before {
	left: 0;
	content: counter(item-counter) ".";
	counter-increment: item-counter;
	line-height: normal;
	top: 50%;
	transform: translate(0, -50%);
	transition: color .3s ease;
}

.bdt-price-list-badge {
	position: absolute;
	left: 0;
	top: 0;
	background: red;
	padding: 3px 5px;
	box-sizing: border-box;
	font-family: montserrat, Sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1.2em;
	letter-spacing: 1px;
	color: #fff;
	background-color: #ff214f;
	border-radius: 3px;
	-webkit-transform: translate(var(--ep-price-list-badge-h-offset, 0), var(--ep-price-list-badge-v-offset, 0)) rotate(var(--ep-price-list-badge-rotate, 0));
	transform: translate(var(--ep-price-list-badge-h-offset, 0), var(--ep-price-list-badge-v-offset, 0)) rotate(var(--ep-price-list-badge-rotate, 0));
}

.bdt-price-list-cart-icon {
	border: 1px solid #4ab8f8;
	padding: 10px;
	border-radius: 30px;
	font-size: 15px;
}

.bdt-price-list-cart-icon svg {
	width: 1em;
	height: 1em;
	fill: #4ab8f8;
	display: block;
}

.bdt-price-list-cart-icon:hover {
	background-color: #4ab8f8;
}

.bdt-price-list-cart-icon:hover svg {
	fill: #fff;
}

.elementor-widget-bdt-price-list .bdt-price-list {
	list-style: none;
}

@media (min-width:768px) {
	.bdt-price-list-header {
		font-size: 19px;
		font-weight: 600;
	}
	
	.bdt-price-list-title {
		max-width: 80%;
	}
	
	.bdt-price-list-separator {
		margin-left: 10px;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		height: 0;
		color: #ccc;
	}
	
	.bdt-price-list-description {
		font-size: 14px;
		margin: 0;
		color: #999;
	}
	
	.bdt-price-list-separator {
		display: inline-block;
	}
}

.bdt-price-table {
	position: relative;
	text-align: center;
}

.bdt-price-table .edd-cart-ajax-alert {
	display: block;
	text-align: center;
}

.bdt-price-table .edd-cart-ajax-alert .edd-cart-added-alert {
	position: relative;
}

.bdt-price-table .bdt-read-more-features {
	color: #08aeec;
	margin-top: 10px;
	display: block;
	transition: all .3s ease;
}

.bdt-price-table .bdt-read-more-features:hover {
	color: #1e87f0;
}

.bdt-price-table-header {
	background: #222;
	padding: 30px 0;
	position: relative;
}

.bdt-price-table-image {
	background: #222;
}

.bdt-price-table-image img {
	transition: all .3s ease;
}

.bdt-price-table-heading {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	transition: color .3s ease;
}

.bdt-price-table-subheading {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	transition: color .3s ease;
}

.bdt-price-table-original-price {
	margin-right: 15px;
	text-decoration: line-through;
	font-size: .5em;
	line-height: 1;
	font-weight: 400;
	align-self: center;
	-webkit-transform: translate(var(--ep-pt-original-price-h-offset, 0), var(--ep-pt-original-price-v-offset, 0)) rotate(var(--ep-pt-original-price-rotate, 0));
	transform: translate(var(--ep-pt-original-price-h-offset, 0), var(--ep-pt-original-price-v-offset, 0)) rotate(var(--ep-pt-original-price-rotate, 0));
	position: absolute;
	left: 0;
}

.bdt-price-table-price {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	color: #555;
	font-weight: 800;
	font-size: 65px;
	padding: 30px 0;
	transition: all .3s ease;
}

.bdt-price-table-price * {
	transition: color .3s ease;
}

.bdt-price-table-price .elementor-typo-excluded {
	line-height: initial;
	letter-spacing: initial;
	text-transform: initial;
	font-weight: initial;
	font-size: initial;
	font-style: initial;
}

.bdt-price-table-after-price {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
}

.bdt-price-table-integer-part {
	line-height: .8;
}

.bdt-price-table-currency, .bdt-price-table-fractional-part {
	line-height: 1;
	font-size: .3em;
}

.bdt-price-table-currency {
	margin-right: 3px;
}

.bdt-price-table-period {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	transition: color .3s ease;
}

.bdt-price-table-period.bdt-price-table-period-position-below {
	margin-top: 10px;
}

.bdt-price-table-period.bdt-price-table-period-position-beside {
	margin-left: 10px;
}

.bdt-price-table-features-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	padding: 30px 0;
	transition: color .3s ease;
}

.bdt-price-table-features-list li {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.bdt-price-table-features-list li .bdt-price-table-feature-inner {
	margin-left: 15px;
	margin-right: 15px;
}

.bdt-price-table-features-list li .bdt-price-table-feature-inner svg {
	width: 1em;
	height: 1em;
}

.bdt-price-table-features-list span, .bdt-price-table-features-list i, .bdt-price-table-features-list svg {
	transition: all .3s ease;
}

.bdt-price-table-feature-icon {
	margin-right: 10px;
}

.bdt-price-table-footer {
	padding: 30px 0;
}

.bdt-price-table-additional_info {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.4;
	transition: color .3s ease;
}

.skin-partait .bdt-price-table-features-list {
	width: 100%;
}

.bdt-pt-overflow-hidden--yes {
	overflow: hidden;
}

.bdt-pt-overflow-hidden--yes .bdt-price-table {
	overflow: hidden;
}

.bdt-price-table-divider--yes .bdt-price-table-features-list li:not(:first-child):before {
	content: "";
	display: block;
	border: 0 solid rgba(122, 122, 122, .3);
	margin: 10px 12.5%;
	transition: all .3s ease;
}

.bdt-price-table-striped--yes .bdt-price-table-features-list li:nth-of-type(odd) {
	background: #ececec;
}

.bdt-price-table-ribbon {
	position: absolute;
	top: -30px;
	left: 0;
	right: auto;
	text-align: center;
}

.bdt-price-table-ribbon-inner {
	width: 100%;
	display: inline-block;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	padding: 2px 10px;
	box-sizing: border-box;
	-webkit-transform: translate(var(--ep-ribbon-h-offset, 0), var(--ep-ribbon-v-offset, 0)) rotate(var(--ep-ribbon-rotate, 0));
	transform: translate(var(--ep-ribbon-h-offset, 0), var(--ep-ribbon-v-offset, 0)) rotate(var(--ep-ribbon-rotate, 0));
}

.bdt-price-table-ribbon.elementor-ribbon-left {
	left: 0;
	right: auto;
}

.bdt-price-table-ribbon.elementor-ribbon-center {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.bdt-price-table-ribbon.elementor-ribbon-right {
	right: 0;
	left: auto;
}

.bdt-price-table-ribbon.elementor-ribbon-justify {
	left: 0;
	right: 0;
}

.skin-erect .bdt-pricing-column {
	display: flex;
	align-items: center;
	justify-content: center;
}

.skin-erect .bdt-price-table-header {
	background: #eaeaea;
	width: 100%;
}

.skin-erect .bdt-price-table-subheading, .skin-erect .bdt-price-table-heading {
	color: #000;
}

.skin-erect .bdt-price-table-price {
	font-size: 36px;
	width: 100%;
}

.skin-erect .bdt-price-table-features-list li::before {
	display: inherit;
}

.skin-erect .bdt-price-table-footer {
	padding: 30px 0;
	width: 100%;
}

.skin-erect .bdt-price-table-period.bdt-price-table-period-position-below {
	margin-top: 5px;
}

@media (min-width:960px) {
	.skin-erect .bdt-price-table-features-list li:before {
		display: none !important;
	}
}

.bdt-ep-product-grid {
	display: grid;
}

.bdt-ep-product-grid-item {
	position: relative;
	background: #fcfdff;
	transition: all .3s ease;
}

.bdt-ep-product-grid-item * {
	transition: all .2s ease;
}

.bdt-ep-product-grid-content {
	padding: 30px;
	height: 100%;
}

.bdt-ep-product-grid-title {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #0d0925;
	margin: 0;
}

.bdt-ep-product-grid-price {
	font-size: 14px;
	color: #6d7882;
	margin: 0;
	font-weight: 300;
	letter-spacing: .5px;
}

.bdt-ep-product-grid-text {
	font-size: 15px;
	color: #6d7882;
	padding-bottom: 10px;
}

.bdt-ep-product-grid-text p {
	margin: 0;
}

.bdt-ep-product-grid-readmore {
	display: inline-block !important;
	font-size: 14px;
	color: #3b3f42;
	font-weight: 600;
}

.bdt-ep-product-grid-readmore svg {
	width: 1em;
	height: 1em;
	fill: #3b3f42;
}

.bdt-ep-product-grid-title-price {
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.bdt-ep-product-grid-rating {
	line-height: 1;
	font-size: 14px;
}

.bdt-ep-product-grid-rating.bdt-number {
	border-radius: 20px;
}

.bdt-ep-product-grid-rating.bdt-before {
	margin-bottom: 10px;
}

.bdt-ep-product-grid-rating.bdt-after {
	margin-top: 10px;
}

.bdt-ep-product-grid-rating i {
	display: inline-flex;
}

.bdt-ep-product-grid-rating span {
	margin-right: 2px;
}

.bdt-ep-product-grid-rating-count, .bdt-ep-product-grid-time {
	font-size: 14px;
	color: #6d7882;
	margin: 0;
	font-weight: 300;
	letter-spacing: .5px;
}

.bdt-ep-product-grid-rating-time {
	margin-top: 20px;
}

.bdt-ep-product-grid-badge {
	z-index: 2;
	-webkit-transform: translate(var(--ep-badge-h-offset, 0), var(--ep-badge-v-offset, 0)) rotate(var(--ep-badge-rotate, 0));
	transform: translate(var(--ep-badge-h-offset, 0), var(--ep-badge-v-offset, 0)) rotate(var(--ep-badge-rotate, 0));
}

.bdt-ep-product-grid-badge .bdt-badge {
	border-radius: 3px;
	font-size: 11px;
}

.bdt-ep-product-grid-link {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bdt-ep-product-grid-image {
	position: relative;
}

.bdt-panel-slider .swiper-carousel .swiper-wrapper {
	height: 620px;
}

.bdt-panel-slider .bdt-navigation-next, .bdt-panel-slider .bdt-navigation-prev {
	z-index: 10;
	outline: none;
}

.bdt-panel-slider .bdt-panel-slide-link {
	font-weight: 500;
	margin-top: 10px;
	display: inline-block;
	color: rgba(255, 255, 255, .7);
}

.bdt-panel-slider .bdt-panel-slide-link svg {
	width: 1em;
	height: 1em;
	fill: rgba(255, 255, 255, .7);
}

.bdt-panel-slider .bdt-panel-slide-link:hover {
	color: #fff;
}

.bdt-panel-slider .bdt-panel-slide-link:hover svg {
	fill: #fff;
}

.bdt-panel-slide-item:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: .3;
	z-index: 1;
	left: 0;
	top: 0;
}

.bdt-panel-slide-item:hover:before {
	opacity: 0;
}

.bdt-panel-slide-item:hover .bdt-panel-slide-thumb img {
	opacity: 1 !important;
}

.bdt-panel-slide-desc {
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	align-content: flex-end;
}

.bdt-panel-slide-thumb {
	position: absolute;
	width: 100%;
	height: 100%;
}

.bdt-panel-slide-thumb img {
	opacity: .4;
	transition: all .5s ease-in-out;
	width: 100%;
}

.bdt-panel-slide-text {
	font-size: 15px;
	margin-top: 10px;
	color: rgba(255, 255, 255, .8);
}

.bdt-panel-slide-text h2, .bdt-panel-slide-text a {
	text-transform: uppercase;
}

.bdt-panel-slide-title {
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
}

.bdt-skin-default .bdt-panel-slide-item:hover .bdt-panel-slide-text {
	transition-delay: 150ms;
}

.bdt-skin-default .bdt-panel-slide-item:hover .bdt-panel-slide-link {
	transition-delay: 250ms;
}

.bdt-skin-middle {
	text-align: center;
}

.bdt-skin-middle .bdt-panel-slide-item.swiper-slide-active .bdt-panel-slide-text {
	transition-delay: 200ms;
}

.bdt-skin-middle .bdt-panel-slide-item.swiper-slide-active .bdt-panel-slide-link {
	transition-delay: 250ms;
}

.bdt-skin-middle .bdt-transition-slide-top, .bdt-skin-middle .bdt-overlay-gradient, .bdt-skin-middle .bdt-transition-slide-bottom {
	transition-property: opacity, visibility, transform, filter;
}

.bdt-skin-middle .swiper-slide:not(.swiper-slide-active) .bdt-transition-slide-top, .bdt-skin-middle .swiper-slide:not(.swiper-slide-active) .bdt-overlay-gradient, .bdt-skin-middle .swiper-slide:not(.swiper-slide-active) .bdt-transition-slide-bottom {
	visibility: hidden;
}

.bdt-skin-middle .swiper-slide.swiper-slide-active .bdt-panel-slide-thumb img {
	opacity: 1 !important;
}

.bdt-skin-middle .swiper-slide.swiper-slide-active .bdt-transition-slide-top, .bdt-skin-middle .swiper-slide.swiper-slide-active .bdt-transition-slide-bottom {
	transform: translate(0);
	opacity: 1;
}

.bdt-skin-middle .swiper-slide.swiper-slide-active .bdt-panel-slide-link {
	display: inline-block;
}

.bdt-skin-middle .swiper-slide.swiper-slide-active .bdt-overlay-gradient {
	opacity: 1;
}

.bdt-text-on-always .bdt-panel-slide-item [class*='bdt-transition-slide'] {
	opacity: 1;
	transform: translate(0, 0);
}

.ep-mouse-interaction-yes .bdt-panel-slide-thumb-wrapper {
	transform: scale(1.1);
}

.bdt-panel-slide-thumb-wrapper {
	height: 100%;
	width: 100%;
}

.bdt-global-link-yes .bdt-panel-slide-item:hover {
	cursor: pointer;
}

.bdt-post-slider-thumbnail {
	overflow: hidden;
}

.bdt-post-slider-thumbnail img {
	width: 100%;
	object-fit: cover;
}

.bdt-post-slider .bdt-post-slider-item .bdt-grid {
	height: 100%;
}

.bdt-post-slider .bdt-post-slider-item>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.bdt-post-slider-content-wrap {
	max-width: 1170px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.bdt-post-slider-content-wrap .bdt-post-slider-content {
	max-width: 950px;
	display: inline-block;
}

.bdt-post-slider-tag-wrap span {
	padding: 2px 4px;
	border-radius: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 8px;
}

.bdt-post-slider-tag-wrap span a {
	color: #fff;
}

.bdt-post-slider-tag-wrap span+span {
	margin-left: 0;
}

.bdt-post-slider-title {
	margin-top: 10px;
	line-height: 1;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 600;
	display: inline-block;
}

.bdt-post-slider-text {
	margin-top: 15px;
	font-size: .65rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, .7);
}

.bdt-post-slider-text p {
	margin: 0;
}

.bdt-post-slider-meta {
	margin-top: 5px;
}

.bdt-post-slider-meta span {
	text-transform: capitalize;
	color: rgba(246, 251, 255, .55);
}

.bdt-post-slider-meta .bdt-author {
	margin-right: 3px;
}

.bdt-post-slider-button-wrap {
	margin-top: 15px;
}

.bdt-post-slider-button svg {
	width: 1em;
	height: 1em;
}

.bdt-author img {
	vertical-align: top;
}

.bdt-post-slider-pagination {
	max-width: 1170px;
	width: 100%;
	bottom: 3px;
	margin-top: 0;
	position: relative !important;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.bdt-post-slider-pagination .bdt-thumbnav {
	border-top: 3px solid rgba(255, 255, 255, .5);
	margin-left: 0;
}

.bdt-post-slider-pagination .bdt-thumbnav li:first-child {
	padding-left: 0;
}

.bdt-post-slider-pagination .bdt-post-slider-thumb-wrap {
	display: inline-flex;
	flex-shrink: 0;
}

.bdt-post-slider-pagination .bdt-post-slider-thumb-wrap img {
	height: 64px;
	width: 64px;
	object-fit: cover;
}

.bdt-post-slider-pagination li .bdt-post-slider-pagination-item {
	border-top: 3px solid transparent;
	padding-top: 15px;
	margin-top: -3px;
	transition: all 300ms cubic-bezier(.13, .27, .39, 1);
}

.bdt-post-slider-pagination li.bdt-active .bdt-post-slider-pagination-item {
	border-top-color: #fff;
	opacity: 1;
}

.bdt-post-slider-pagination li .bdt-post-slider-pagination-item {
	opacity: .7;
}

.bdt-post-slider-pagination li .thumb-title-default-skin, .bdt-post-slider-pagination li span {
	font-weight: 600;
	line-height: 1;
	font-size: 14px;
	color: #fff;
}

.bdt-post-slider-pagination li .bdt-post-slider-date {
	font-weight: 400;
	opacity: .8;
	text-transform: uppercase;
	font-size: 11px;
}

.skin-vast .bdt-post-slider-text {
	color: rgba(0, 0, 0, .7);
}

.skin-vast .bdt-post-slider-text p {
	margin: 0;
}

.skin-vast .bdt-post-slider-text p+p {
	margin-top: 15px;
}

.skin-vast .bdt-post-slider-title {
	color: #444;
}

.skin-vast .bdt-post-slider-meta span {
	color: rgba(136, 136, 136, .55);
}

.skin-vast .bdt-post-slider-navigation a {
	color: #fff;
	transition: all .3s ease;
}

.skin-vast .bdt-post-slider-navigation a svg {
	width: 1em;
}

.skin-hazel .bdt-post-slider-title {
	font-size: 1.2rem;
	line-height: 1.2;
}

.skin-hazel .bdt-post-slider-title:hover {
	text-decoration: underline;
}

.skin-hazel .bdt-post-slider-text {
	color: #999;
}

.skin-hazel .bdt-post-slider-content {
	padding: 15px 20px 70px 20px;
}

.skin-hazel .bdt-post-slider-navigation-inner {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.skin-hazel .bdt-post-slider-navigation-inner a {
	padding: 10px 15px;
	font-size: 12px;
	font-weight: 700;
	color: #999;
	background-color: #222;
	text-align: center;
	transition: background-color 300ms ease-out;
	position: relative;
}

.skin-hazel .bdt-post-slider-navigation-inner a svg {
	height: 10px;
	width: auto;
}

.skin-hazel .bdt-post-slider-navigation-inner a svg polyline {
	stroke: #999;
}

.skin-hazel .bdt-post-slider-navigation-inner a span {
	margin: 0 5px;
}

.skin-hazel .bdt-post-slider-navigation-inner a:hover {
	background-color: #fff;
	color: #222;
}

.skin-hazel .bdt-post-slider-navigation-inner a:hover svg polyline {
	stroke: #222;
}

.skin-hazel .bdt-post-slider-navigation-inner a:first-child:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, .1);
}

.skin-hazel .bdt-post-slider-thumbnail {
	transform: translateZ(0);
}

.skin-hazel .bdt-post-slider-thumbnail img {
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.skin-hazel .bdt-post-slider-button {
	font-size: 12px;
	font-weight: 700;
	color: #aaa;
	text-transform: uppercase;
}

.skin-hazel .bdt-post-slider-button:hover {
	color: #fff;
}

.skin-hazel .bdt-post-slider-thumbnail~div {
	background-color: #222;
	overflow: hidden;
}

@media screen and (min-width:768px) {
	.bdt-post-slider-content-wrap {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.bdt-post-slider-tag-wrap span {
		padding: 2px 6px;
		font-size: 11px;
	}
	
	.bdt-post-slider-tag-wrap span+span {
		margin-left: 5px;
	}
	
	.bdt-post-slider-title {
		font-size: 2.2rem;
	}
	
	.bdt-post-slider-text {
		font-size: 1rem;
		line-height: 1.6;
	}
	
	.bdt-post-slider-text p {
		width: 80%;
		display: inline-block;
	}
	
	.bdt-post-slider-meta {
		margin-top: 20px;
	}
	
	.bdt-post-slider-button-wrap {
		margin-top: 20px;
	}
	
	.bdt-post-slider-pagination {
		bottom: 0;
		position: absolute !important;
		margin-bottom: 30px;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.bdt-post-slider-pagination li .bdt-post-slider-pagination-item {
		padding-top: 30px;
	}
	
	.skin-hazel .bdt-post-slider-title {
		font-size: 2rem;
	}
	
	.skin-hazel .bdt-post-slider-content {
		padding: 40px 40px 90px 40px;
	}
	
	.skin-hazel .bdt-post-slider-button {
		font-size: 13px;
	}
	
	.skin-hazel .bdt-post-slider-navigation-inner a {
		padding: 15px 20px;
		font-size: 13px;
	}
	
	.skin-hazel .bdt-post-slider-navigation-inner a svg {
		height: 12px;
	}
	
	.skin-hazel .bdt-post-slider-navigation-inner a span {
		margin: 0 8px;
	}
	
	.skin-hazel .bdt-post-slider-text p {
		width: 100%;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.bdt-post-slider-content-wrap {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 70px;
	}
	
	.bdt-post-slider-pagination li .bdt-post-slider-pagination-item {
		padding-top: 20px;
	}
}

@media screen and (min-width:1024px) {
	.bdt-post-slider .bdt-post-slider-title {
		font-size: 2.625rem;
	}
	
	.skin-vast .bdt-post-slider-title {
		font-size: 2rem;
		line-height: 1;
	}
}

.bdt-post-card>div:nth-child(2) .bdt-post-card-item {
	box-shadow: 0 0 0 var(--ep-post-card-shadow-size, 20px) var(--ep-post-card-shadow-color, rgba(30, 135, 240, .7));
	position: relative;
}

.bdt-post-card-item {
	background-color: #fff;
}

.bdt-post-card-title {
	margin-top: 0;
	margin-bottom: 10px;
	color: #666;
}

.bdt-post-card-title a {
	text-decoration: none;
	color: inherit;
}

.bdt-post-card-button {
	font-weight: bolder;
	padding-left: 0;
	padding-right: 0;
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.bdt-post-card-button svg {
	width: 1em;
	height: 1em;
}

.bdt-post-card-tag {
	margin-bottom: 10px;
}

.bdt-post-card-tag span a {
	padding: 2px 6px;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	background: #1e87f0;
}

.bdt-post-card-desc {
	padding: 50px;
}

.bdt-post-card-desc .bdt-subnav {
	margin-bottom: 0;
}

.bdt-post-card-desc .bdt-subnav span {
	margin-bottom: 10px;
}

.bdt-post-card-meta {
	color: #999;
	text-transform: uppercase;
	font-weight: bolder;
	margin-top: 0;
	font-size: 12px;
	margin-bottom: 20px;
	text-decoration: none;
}

.bdt-post-card-excerpt {
	margin-bottom: 15px;
}

.bdt-post-card-excerpt p {
	margin: 0;
}

@media (min-width:960px) {
	.bdt-post-card>div:nth-child(2) .bdt-post-card-item {
		margin-top: -20px;
		margin-bottom: -20px;
	}
	
	.bdt-post-card>div:nth-child(2) .bdt-post-card-thumb {
		display: block;
		overflow: hidden;
	}
	
	.bdt-post-card>div:nth-child(2) .bdt-post-card-thumb img {
		padding-top: 20px;
		transform: scale(1.33);
	}
}

.featured-part .bdt-post-block-img-wrapper img, .featured-part .bdt-post-block-thumbnail img {
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.featured-part .bdt-post-block-title {
	margin-bottom: 10px;
}

.list-part .bdt-post-block-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}

.list-part .bdt-post-block-thumbnail img {
	width: 80px;
	height: auto;
}

.bdt-post-block-excerpt {
	margin-bottom: 10px;
}

.bdt-post-block-link {
	color: #444;
}

.bdt-post-block-link:hover {
	color: #000;
}

.bdt-post-block-read-more {
	margin-right: 10px;
	font-weight: bolder;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
}

.bdt-post-block-read-more svg {
	width: 1em;
	height: 1em;
}

.bdt-post-block-tag-wrap span {
	padding: 2px 6px;
	color: #fff;
	border-radius: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
}

.bdt-post-block-tag-wrap span+span {
	margin-left: 5px;
}

.skin-trinity .bdt-post-block-title a {
	color: #fff;
}

.skin-trinity .bdt-post-block-title a:hover {
	color: #fff;
	opacity: .8;
}

.skin-trinity .bdt-post-block-item .bdt-overlay-primary {
	transition: all .25s ease-in-out;
	opacity: .5;
}

.skin-trinity .bdt-post-block-item:hover .bdt-overlay-primary {
	opacity: 1;
}

.skin-genesis .bdt-has-divider li>div {
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.bdt-post-block-modern-item.left-part {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 350px;
	overflow: hidden;
}

.bdt-post-block-modern-item.left-part .bdt-post-block-modern-desc {
	text-align: center;
}

.bdt-post-block-modern-item.left-part .bdt-overlay-gradient {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bdt-post-block-modern-item.right-part {
	padding: 20px 20px;
}

.bdt-post-block-modern-item.right-part:last-child {
	margin-bottom: 0;
}

.bdt-post-block-modern-excerpt {
	margin-bottom: 10px;
}

.bdt-post-block-modern-read-more {
	font-weight: bolder;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
}

.bdt-post-block-modern-read-more svg {
	width: 1em;
	height: 1em;
}

.bdt-post-block-modern-title {
	margin-bottom: 0;
}

.bdt-post-block-modern-desc .bdt-post-block-modern-meta span a {
	background: #1e87f0;
	font-size: 11px;
	color: #fff;
	padding: 2px 5px;
	font-weight: 400;
	border-radius: 2px;
}

.bdt-post-block-modern-desc h4 {
	margin-top: 0;
}

.bdt-post-block-modern-desc span {
	color: inherit;
}

@media (min-width:1024px) {
	.bdt-post-block-modern-item.right-part {
		padding: 20px 30px;
	}
}

.bdt-progress-pie-wrapper {
	text-align: center;
}

.bdt-progress-pie-wrapper .bdt-progress-pie {
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
	padding: 20px;
}

.bdt-progress-pie-wrapper .bdt-progress-pie svg {
	margin: 0 auto;
}

.bdt-progress-pie-wrapper .bdt-progress-pie svg ellipse {
	stroke: #f5f5f5;
}

.bdt-progress-pie-wrapper .bdt-progress-pie svg path {
	stroke: #14abf4;
}

.bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-number, .bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-text {
	font-size: 32px;
	font-weight: 700;
}

.bdt-progress-pie-wrapper .bdt-progress-pie.bdt-pp-lc-square svg path {
	stroke-linecap: square;
}

.bdt-progress-pie-wrapper .bdt-progress-pie.bdt-pp-lc-round svg path {
	stroke-linecap: round;
}

.bdt-progress-pie-wrapper .bdt-progress-pie.bdt-pp-lc-butt svg path {
	stroke-linecap: butt;
}

.bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-label {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-label div {
	line-height: 1.2em;
}

.bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-svg {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-svg svg {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-svg svg * {
	fill: none;
}

.bdt-progress-pie-wrapper .bdt-progress-pie-title {
	text-align: center;
	padding: 30px;
	margin: 0;
	font-size: 1.1rem;
}

.bdt-progress-pie-wrapper .bdt-progress-pie-title:not(.bdt-no-divider) {
	border-top: 1px solid rgba(100, 100, 100, .1);
}

.bdt-post-gallery.bdt-post-gallery-skin-fedara .bdt-post-gallery-skin-fedara-desc {
	position: relative;
	background: #fff;
}

.bdt-post-gallery.bdt-post-gallery-skin-fedara .bdt-gallery-item .bdt-gallery-item-title {
	color: #707070;
}

.bdt-post-gallery.bdt-post-gallery-skin-fedara .bdt-gallery-item .bdt-gallery-item-title:hover {
	color: #444;
}

.bdt-post-gallery.bdt-post-gallery-skin-fedara .bdt-post-gallery-skin-fedara-desc:after {
	content: "";
	position: absolute;
	top: 0;
	height: 20px;
	width: 20px;
	background: inherit;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bdt-post-gallery.bdt-post-gallery-skin-fedara .bdt-gallery-item-link {
	background-color: transparent;
	color: #c4c4c4;
	border-radius: 3px;
	border: 1px solid;
}

.bdt-post-gallery-skin-fedara-style-right .bdt-post-gallery-skin-fedara-desc:after {
	right: 8px;
}

.bdt-post-gallery-skin-fedara-style-left .bdt-post-gallery-skin-fedara-desc:after {
	left: 30px;
}

.bdt-post-gallery-skin-fedara-style-center .bdt-post-gallery-skin-fedara-desc:after {
	left: 50%;
}

.bdt-post-gallery.bdt-post-gallery-skin-abetis .bdt-gallery-item-link {
	background-color: transparent;
	color: #ddd;
	border-radius: 500px;
	border: 1px solid;
}

.bdt-post-gallery.bdt-post-gallery-skin-abetis .bdt-gallery-item-link:hover {
	border-color: #fff;
}

.bdt-post-gallery .bdt-post-gallery-inner {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bdt-post-gallery .bdt-overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	background: rgba(0, 0, 0, .5);
}

.bdt-post-gallery .bdt-gallery-item {
	transition-property: all;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	margin: 0;
	text-align: center;
}

.bdt-post-gallery .bdt-gallery-item:hover {
	z-index: 5;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-title {
	color: #d7d8df;
	text-transform: capitalize;
	transition: all .3s ease;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-title:hover {
	color: #fff;
}

.bdt-post-gallery-skin-trosia .bdt-gallery-item-tag, .bdt-post-gallery-skin-default .bdt-gallery-item-tag, .bdt-post-gallery-skin-trosia .bdt-post-gallery-excerpt, .bdt-post-gallery-skin-default .bdt-post-gallery-excerpt {
	color: #d7d8df;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-content-inner {
	transform: translateZ(20px);
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-content-inner>*:not(:first-child) {
	margin-top: 20px;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-tags {
	line-height: 1;
	margin-top: 5px;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-tags .bdt-gallery-item-tag {
	font-size: 13px;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-tags span+span {
	margin-left: 5px;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-thumbnail {
	transform: translateZ(0);
	overflow: hidden;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-thumbnail img {
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

.bdt-post-gallery.bdt-post-gallery-skin-default .bdt-gallery-item-link {
	background-color: #d7d8df;
	color: #444;
	border-radius: 500px;
	font-size: 13px;
	transition: all .3s ease-in-out;
}

.bdt-post-gallery.bdt-post-gallery-skin-default .bdt-gallery-item-link:hover {
	background: #fff;
}

.bdt-post-gallery .bdt-gallery-item-link {
	transition: all .25s ease-in-out;
	line-height: 1;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
	display: inherit;
	width: 100%;
	overflow: hidden;
}

.bdt-post-gallery .bdt-gallery-item-link.bdt-link-icon {
	padding: 15px;
}

.bdt-post-gallery .bdt-gallery-item-link.bdt-link-text {
	padding: 8px 20px;
}

.bdt-post-gallery .bdt-gallery-item-link span {
	font-size: 10px;
	font-weight: 700;
}

.bdt-post-gallery .bdt-gallery-item-link:not(:first-child) {
	margin-left: 15px;
}

.bdt-post-gallery-skin-trosia .bdt-gallery-item-link {
	background-color: #d7d8df;
}

.bdt-post-gallery.bdt-post-gallery-skin-trosia .bdt-gallery-item.bdt-transition-toggle .bdt-gallery-item-title {
	color: #fff;
}

.bdt-post-gallery.bdt-post-gallery-skin-trosia .bdt-gallery-item.bdt-transition-toggle .bdt-gallery-item-title:hover {
	color: #fff;
	opacity: rgba(255, 255, 255, .8);
}

.bdt-post-gallery.bdt-post-gallery-skin-trosia .bdt-gallery-item.bdt-transition-toggle .bdt-gallery-item-tags {
	margin: 20px 0 0 20px;
}

.bdt-post-gallery-skin-trosia .bdt-gallery-item-tags .bdt-gallery-item-tag {
	background: #1e87f0;
	padding: 8px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.bdt-post-gallery.bdt-post-gallery-skin-trosia .bdt-post-gallery-desc {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 70%);
	padding: 20px;
}

.bdt-post-gallery.bdt-post-gallery-skin-abetis .bdt-gallery-item .bdt-gallery-item-title {
	color: #444;
}

.bdt-post-gallery.bdt-post-gallery-skin-abetis .bdt-gallery-item .bdt-gallery-item-title:hover {
	color: #222;
}

@media (min-width:1024px) {
	.filtr-container {
		transition: height .5s ease-out;
	}
}

.bdt-post-grid .bdt-post-grid-excerpt p {
	margin: 0;
}

.bdt-post-grid .bdt-primary .bdt-post-grid-author {
	font-size: 13px;
	font-weight: 700;
	color: #adb5bd;
}

.bdt-post-grid .bdt-primary .bdt-post-grid-date {
	font-size: 13px;
	color: #adb5bd;
}

.bdt-post-grid.bdt-post-grid-skin-default .bdt-secondary .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-default .bdt-secondary .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-default .bdt-secondary .bdt-post-grid-comments, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-post-grid-comments, .bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-post-grid-comments {
	display: none;
}

.bdt-post-grid.bdt-post-grid-skin-default .bdt-secondary .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-post-grid-title {
	font-size: 1.25rem;
	line-height: 1;
}

.bdt-post-grid.bdt-post-grid-skin-default .bdt-primary:last-child .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-primary:last-child .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-modern .bdt-primary:last-child .bdt-post-grid-excerpt {
	display: none;
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-img-wrap a {
	height: 380px;
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-transition-slide-bottom {
	max-height: 0;
	transition: all .3s ease-out;
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-item:hover .bdt-transition-slide-bottom {
	max-height: 72px;
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-item:hover .bdt-post-grid-excerpt {
	margin-top: 15px !important;
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-item:hover .bdt-custom-overlay {
	opacity: .35;
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-item .bdt-post-grid-desc {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 70%);
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-title {
	margin: 0;
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-meta span {
	font-size: 13px;
	color: #d0d0d0;
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-excerpt {
	margin-top: 0 !important;
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-category {
	margin: 15px 0 0 15px;
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-custom-overlay {
	background: #000;
	transition: .25s ease-out;
	opacity: .18;
	pointer-events: none;
}

.bdt-post-grid.bdt-post-grid-skin-default .bdt-primary .bdt-post-grid-img-wrap a {
	height: 300px;
}

.bdt-post-grid.bdt-post-grid-skin-default .bdt-secondary .bdt-post-grid-img-wrap a {
	height: 200px;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-meta {
	padding: 15px 30px;
	border-top: 1px solid rgba(140, 140, 140, .2);
	box-sizing: border-box;
	margin-bottom: 0;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-meta span, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-meta span, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-meta span, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-meta span {
	font-size: 14px;
	color: #bbb;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-meta span i, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-meta span i, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-meta span i, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-meta span i {
	display: inline-block;
	color: #bbb;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-title {
	margin-top: 15px;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-title a, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-title a, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-title a, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-title a {
	line-height: 1.4;
	color: #444;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-readmore, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-readmore, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-readmore, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-readmore {
	color: #444;
	font-weight: 600;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-readmore svg, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-readmore svg, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-readmore svg, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-readmore svg {
	fill: #444;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-excerpt {
	color: #666;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-primary .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-primary .bdt-post-grid-img-wrap a {
	height: 300px;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-primary .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-primary .bdt-post-grid-meta {
	align-items: center;
	justify-content: center;
	display: block;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-primary .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-primary .bdt-post-grid-title {
	font-size: 1.8rem;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-secondary .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-img-wrap a {
	height: 200px;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-secondary .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-title {
	margin-top: 0;
	font-size: 1.2rem;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-secondary .bdt-post-grid-desc, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-desc {
	padding: 30px;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-secondary .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-meta {
	display: block;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-secondary .bdt-post-grid-comments, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-comments {
	display: inline-block;
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-transition-slide-bottom {
	max-height: 0;
	transition: all .3s ease-out;
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-item:hover .bdt-transition-slide-bottom {
	max-height: 72px;
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-item:hover .bdt-post-grid-excerpt {
	margin-top: 15px !important;
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-item .bdt-post-grid-desc {
	background: rgba(0, 0, 0, .5);
	width: 100%;
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-title {
	margin: 10px 0 0 0;
	font-size: 1.2rem;
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-meta span {
	font-size: 13px;
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-excerpt {
	margin-top: 0 !important;
}

.bdt-post-grid.bdt-post-grid-skin-modern .bdt-primary .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-primary .bdt-post-grid-img-wrap a {
	height: 399px;
}

.bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-post-grid-img-wrap a {
	height: 192px;
}

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-item .bdt-post-grid-desc .bdt-post-grid-meta {
	margin-left: 0;
}

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-item .bdt-post-grid-desc .bdt-post-grid-meta span:first-child {
	padding-left: 0;
}

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-desc, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-img-wrap a {
	height: 363px;
}

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-img-wrap {
	position: relative;
}

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-img-wrap:after {
	content: "";
	position: absolute;
	border: 20px solid transparent;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-item .bdt-post-grid-desc .bdt-post-grid-meta {
	margin-left: 0;
}

.bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-item .bdt-post-grid-desc .bdt-post-grid-meta span:first-child {
	padding-left: 0;
}

.bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-desc, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-img-wrap a {
	height: 363px;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-category a {
	background: #b6bad0;
	border-radius: 3px;
	transition: all .3s ease;
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-category a:hover {
	background: #e91e63;
}

.bdt-post-grid-item {
	overflow: hidden;
}

.bdt-post-grid-item .bdt-position-top-left {
	top: -1px;
}

.bdt-post-grid-item a {
	text-decoration: none;
}

.bdt-post-grid-item .bdt-custom-overlay {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, .75) 100%);
	opacity: .75;
	transition: .5s cubic-bezier(.4, .7, .04, .88);
	transition-property: opacity, transform, filter;
	pointer-events: none;
}

.bdt-post-grid-item:hover .bdt-custom-overlay {
	opacity: 1;
}

.bdt-post-grid-desc {
	width: 100%;
}

.bdt-post-grid-readmore svg {
	width: 1em;
	height: 1em;
}

.bdt-post-grid-readmore span {
	color: inherit;
}

.bdt-post-grid-readmore span i {
	color: inherit;
}

.bdt-post-grid-author {
	text-transform: capitalize;
}

.bdt-post-grid-author a {
	color: #bbb;
	display: inline-block;
	transition: color .5s cubic-bezier(.4, .7, .04, .88);
}

.bdt-post-grid-author a:hover {
	color: #0f6ecd;
}

.bdt-post-grid-category {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.bdt-post-grid-category a {
	background: #1e87f0;
	padding: 5px 8px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all .3s ease;
}

.bdt-post-grid-title {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
}

.bdt-post-grid-title a {
	color: #fff;
}

.bdt-post-grid-excerpt {
	color: #fff;
}

.bdt-post-grid-readmore {
	color: #fff;
}

.bdt-post-grid-readmore svg {
	fill: #fff;
}

.bdt-post-grid-tags {
	font-size: 14px;
	font-weight: 600;
	color: #bbb;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

.bdt-post-grid-tag {
	padding-left: 0;
	display: inline-block;
	margin: 0;
	line-height: 1;
}

.bdt-post-grid-tag li {
	display: inline-block;
	margin-left: 5px;
}

.bdt-post-grid-tag li a {
	display: flex;
	align-items: center;
	padding: 3px 10px 5px 10px;
	line-height: 1;
	color: #fff;
	background: #b6bad0;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
	transition: all .3s ease;
}

.bdt-post-grid-tag li a:hover {
	background: #e91e63;
}

.bdt-post-grid-tag li:nth-child(1) {
	margin: 0 !important;
}

.bdt-global-link-yes .bdt-post-grid-item:hover {
	cursor: pointer;
}

.bdt-post-grid .bdt-grid-x-small, .bdt-post-grid .bdt-grid-column-x-small {
	margin-left: -5px;
}

.bdt-post-grid .bdt-grid-x-small>*, .bdt-post-grid .bdt-grid-column-x-small>* {
	padding-left: 5px;
}

.bdt-post-grid .bdt-grid+.bdt-grid-x-small, .bdt-post-grid .bdt-grid+.bdt-grid-row-x-small, .bdt-post-grid .bdt-grid-x-small>.bdt-grid-margin, .bdt-post-grid .bdt-grid-row-x-small>.bdt-grid-margin, .bdt-post-grid *+.bdt-grid-margin-x-small {
	margin-top: 5px;
}

.bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-grid-x-small .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-grid-x-small .bdt-post-grid-img-wrap a {
	height: 197px;
}

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-plane-mobile .bdt-post-grid-img-wrap:after {
	border-bottom-color: #fff;
	border-top-color: transparent;
}

@media (max-width:959px) and (min-width:640px) {
	.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-reverse-tablet .bdt-post-grid-item {
		flex-direction: column-reverse;
		display: flex;
	}
	
	.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-plane-tablet .bdt-post-grid-img-wrap:after {
		border-bottom-color: #fff;
		border-top-color: transparent;
	}
	
	.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-reverse-tablet .bdt-post-grid-img-wrap:after {
		border-bottom-color: transparent;
		border-top-color: #fff;
		top: 0;
		bottom: auto;
	}
}

@media (min-width:960px) {
	.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-reverse-desktop .bdt-post-grid-item {
		flex-direction: column-reverse;
		display: flex;
	}
	
	.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-plane-desktop .bdt-post-grid-img-wrap:after {
		border-bottom-color: #fff;
		border-top-color: transparent;
	}
	
	.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-reverse-desktop .bdt-post-grid-img-wrap:after {
		border-bottom-color: transparent;
		border-top-color: #fff;
		top: 0;
		bottom: auto;
	}
}

.elementor-widget-bdt-post-grid .bdt-loadmore-container {
	margin-top: 40px;
}

@media (max-width:767px) {
	.bdt-post-grid .bdt-grid-collapse>* {
		padding-left: 1px;
	}
	
	.bdt-post-grid .bdt-grid-collapse {
		margin-left: -1px;
	}
}

.bdt-post-grid-tab img[data-src][src*='data:image'] {
	background: rgba(152, 152, 152, .07);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDhweCIgIGhlaWdodD0iNDhweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLWR1YWwtcmluZyIgc3R5bGU9ImJhY2tncm91bmQ6IG5vbmU7Ij48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBuZy1hdHRyLXI9Int7Y29uZmlnLnJhZGl1c319IiBuZy1hdHRyLXN0cm9rZS13aWR0aD0ie3tjb25maWcud2lkdGh9fSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLnN0cm9rZX19IiBuZy1hdHRyLXN0cm9rZS1kYXNoYXJyYXk9Int7Y29uZmlnLmRhc2hhcnJheX19IiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHI9IjQwIiBzdHJva2Utd2lkdGg9IjgiIHN0cm9rZT0icmdiYSg1OC44ODUwODA2NDUxNjEyOTUlLDU4Ljg4NTA4MDY0NTE2MTI5NSUsNTguODg1MDgwNjQ1MTYxMjk1JSwwLjU4OCkiIHN0cm9rZS1kYXNoYXJyYXk9IjYyLjgzMTg1MzA3MTc5NTg2IDYyLjgzMTg1MzA3MTc5NTg2IiB0cmFuc2Zvcm09InJvdGF0ZSgxNjEuODc4IDUwIDUwKSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJsaW5lYXIiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center;
}

.bdt-post-grid-tab img[data-src][src*='data:image'].nitro-lazy {
	background-image: none !important;
}

.bdt-post-grid-tab .gridtab>dt {
	line-height: normal;
}

.bdt-post-grid-tab .bdt-post-grid-tab-meta {
	display: inline-flex;
}

.bdt-post-grid-tab-author {
	text-transform: capitalize;
}

.bdt-post-grid-tab-thumbnail {
	overflow: hidden;
	cursor: pointer;
}

.bdt-post-grid-tab-thumbnail img {
	height: 140px;
	width: 100%;
	object-fit: cover;
	vertical-align: top;
	transition: transform 250ms cubic-bezier(.3, .91, .58, 1);
}

.bdt-post-grid-tab-thumbnail:hover img {
	transform: scale(1.1);
}

.bdt-post-grid-tab-item-title {
	font-size: 1.5rem;
	line-height: 1.2;
}

.bdt-post-grid-tab-title {
	cursor: pointer;
}

.bdt-post-grid-desc-inner {
	padding: 50px;
}

.bdt-post-grid-tab-image-inner {
	overflow: hidden;
	height: 100%;
}

.bdt-post-grid-tab-image-inner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: top;
}

.bdt-post-grid-tab-excerpt p:last-child {
	margin-bottom: 0;
}

.bdt-post-grid-tab-readmore svg {
	width: 1em;
	height: 1em;
}

.gridtab, .gridtab>dt, .gridtab>dd {
	position: relative;
}

.gridtab {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
}

.gridtab>dt {
	border-style: solid;
}

.gridtab>dd {
	z-index: 1;
	display: none;
	flex-basis: 100%;
	border-style: solid;
}

.gridtab>dd>.gridtab__controls {
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
}

.gridtab>dd>.gridtab__controls>.gridtab__close {
	order: 1;
	margin-left: 5px;
}

.gridtab>dd>.gridtab__controls>.gridtab__close:before, .gridtab>dd>.gridtab__controls>.gridtab__close:after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.gridtab>dd>.gridtab__controls>.gridtab__close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gridtab>dd>.gridtab__controls>.gridtab__arrow, .gridtab>dd>.gridtab__controls>.gridtab__close {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #666;
	text-indent: -999px;
	position: relative;
	border-radius: 50px;
	transition: all 300ms ease-out;
}

.gridtab>dd>.gridtab__controls>.gridtab__arrow:hover, .gridtab>dd>.gridtab__controls>.gridtab__close:hover {
	background: #333;
}

.gridtab>dd>.gridtab__controls>.gridtab__close:hover {
	transform: rotate(90deg);
}

.gridtab>dd>.gridtab__controls>.gridtab__arrow:before, .gridtab>dd>.gridtab__controls>.gridtab__arrow:after, .gridtab>dd>.gridtab__controls>.gridtab__close:before, .gridtab>dd>.gridtab__controls>.gridtab__close:after {
	position: absolute;
	width: 2px;
	height: 10px;
	content: "";
	display: block;
	background: #fff;
}

.gridtab>dd>.gridtab__controls>.gridtab__arrow:before, .gridtab>dd>.gridtab__controls>.gridtab__arrow:after {
	top: 50%;
	left: 50%;
	transform: rotate(45deg);
	transform-origin: right;
	margin: -6px 0 0 -3px;
	height: 8px;
}

.gridtab>dd>.gridtab__controls>.gridtab__arrow:after {
	margin-top: -3px;
	transform: rotate(-45deg);
}

.gridtab>dd>.gridtab__controls>.gridtab__arrow.is-disabled {
	opacity: .25;
}

.gridtab>dd>.gridtab__controls>.gridtab__next {
	transform: scale(-1);
	transform-origin: center;
}

.gridtab>dt {
	transition: background 1s;
	background: #f2f2f2;
}

.gridtab>dt:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
}

.gridtab>dt.is-disabled {
	pointer-events: none;
}

.gridtab>dt.is-active {
	z-index: 2;
}

.gridtab>dt>img {
	max-width: 100%;
	float: left;
	height: auto;
}

.gridtab[dir="rtl"]>dd>.gridtab__controls {
	right: auto;
	left: 5px;
}

.gridtab[dir="rtl"]>dd>.gridtab__controls>.gridtab__next {
	transform: none;
}

.gridtab[dir="rtl"]>dd>.gridtab__controls>.gridtab__prev {
	transform: scale(-1);
}

.gridtab[dir="rtl"]>dd>.gridtab__controls>.gridtab__close {
	margin-right: 5px;
	margin-left: 0;
}

.bdt-post-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
	position: relative;
}

.bdt-post-list .bdt-item {
	gap: 15px;
	width: 100%;
}

.bdt-post-list .bdt-title {
	font-size: clamp(14px, 1.5vw, 18px);
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0;
}

.bdt-post-list .bdt-title a {
	color: #444;
}

.bdt-post-list .bdt-title a:hover {
	color: #000;
}

.bdt-post-list .bdt-image {
	height: 100%;
}

.bdt-post-list .bdt-image img {
	width: 80px;
	min-width: 80px;
	height: 100%;
	object-fit: cover;
}

.bdt-post-list .bdt-list-icon {
	display: inline-flex;
	flex: none;
	transition: all .3s ease;
}

.bdt-post-list .bdt-list-icon i, .bdt-post-list .bdt-list-icon svg {
	width: 1.2em;
	height: 1.2em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.bdt-post-list .bdt-excerpt {
	margin-bottom: 10px;
}

.bdt-post-list .bdt-read-more {
	margin-right: 10px;
	font-weight: bolder;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
}

.bdt-post-list .bdt-meta {
	margin-bottom: 0;
	margin-top: 0;
	color: #999;
	display: inline-flex;
}

.bdt-post-list .bdt-meta * {
	font-size: 13px;
	font-weight: 400;
}

.bdt-has-divider--yes .bdt-item-wrap {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: -15px;
}

.bdt-has-divider--yes .bdt-item-wrap:last-child {
	border-bottom: 0;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.bdt-post-list-header {
	padding: 15px 0;
	border-bottom: 2px solid #1e87f0;
	margin-bottom: 30px;
	gap: 20px;
}

.bdt-post-list-header .bdt-title {
	color: #2b2d42;
	font-size: clamp(18px, 1.5vw, 24px);
	transition: all .3s ease;
	margin: 0;
	font-weight: 600;
}

.bdt-post-list-header .bdt-filter-wrap {
	gap: 15px;
}

.bdt-post-list-header .bdt-filter-list {
	display: flex;
}

.bdt-post-list-header .bdt-filter-list .bdt-option {
	text-decoration: none;
	text-transform: capitalize;
	font-size: clamp(13px, 1.2vw, 14px);
	color: #2b2d42;
	font-weight: 600;
	transition: all .3s ease;
	display: inline-block;
}

.bdt-post-list-header .bdt-filter-list .bdt-option:hover {
	color: #1e87f0;
}

.bdt-post-list-header .bdt-filter-list.bdt-active .bdt-option {
	color: #1e87f0;
}

.bdt-post-list div#bdt-loading-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	background-image: radial-gradient(at center center, #fff 0%, rgba(255, 255, 255, .92) 100%);
}

.bdt-post-list .bdt-circle-border {
	width: 100px;
	height: 100px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #1e87f0;
	background: linear-gradient(0deg, rgba(63, 249, 220, .1) 33%, #1e87f0 100%);
	animation: spin .8s linear 0s infinite;
}

.bdt-post-list .bdt-circle-core {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
}

.bdt-post-info .elementor-icon-list-item .elementor-icon-list-text {
	display: inline-block;
}

.bdt-post-info .elementor-icon-list-item .elementor-icon-list-text a, .bdt-post-info .elementor-icon-list-item .elementor-icon-list-text span {
	display: inline;
}

.bdt-post-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bdt-post-info.elementor-inline-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.bdt-post-info.elementor-inline-items .elementor-icon-list-item {
	margin-left: 8px;
	margin-right: 8px;
}

.bdt-post-info .elementor-icon-list-icon {
	display: inline-flex;
}

.bdt-post-info .bdt-icon-list-item, .bdt-post-info .bdt-icon-list-item a {
	display: flex;
	align-items: center;
}

.bdt-post-info .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-inline-start: 5px;
}

.bdt-qrcode canvas {
	max-width: 100%;
}

.bdt-slider .bdt-slide-item .bdt-slide-desc {
	color: #fff;
}

.bdt-slider .bdt-slide-item .bdt-slider-image-wrapper {
	height: 100%;
	width: 100%;
}

.bdt-slider .bdt-slide-item .bdt-slider-image-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.bdt-slider .bdt-slide-item .bdt-slider-image-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.bdt-slider .bdt-slide-item .bdt-slide-title, .bdt-slider .bdt-slide-item .bdt-slide-text, .bdt-slider .bdt-slide-item .bdt-slide-link-wrapper {
	transition: all 400ms cubic-bezier(.19, .6, .58, 1);
	opacity: 0;
	transform: translateX(50px);
}

.bdt-slider .bdt-slide-item .bdt-slide-title {
	transition-delay: 500ms;
	display: inline-block;
	margin: 0 0 10px;
	color: inherit;
	font-size: 36px;
}

.bdt-slider .bdt-slide-item .bdt-slide-text {
	transition-delay: 700ms;
	margin-bottom: 15px;
}

.bdt-slider .bdt-slide-item .bdt-slide-text p:last-child {
	margin-bottom: 0;
}

.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper {
	transition-delay: 900ms;
}

.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link {
	display: inline-block;
	margin-top: 10px;
	color: rgba(255, 255, 255, .8);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link:hover {
	color: #fff;
}

.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link:hover svg {
	fill: #fff;
}

.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link svg {
	width: 1em;
	height: 1em;
	fill: #fff;
}

.bdt-slider .bdt-slide-item.swiper-slide-active .bdt-slide-title, .bdt-slider .bdt-slide-item.swiper-slide-active .bdt-slide-text, .bdt-slider .bdt-slide-item.swiper-slide-active .bdt-slide-link-wrapper {
	transform: translateX(0);
	opacity: 1;
}

.bdt-slider .bdt-slide-effect-left .bdt-slide-title, .bdt-slider .bdt-slide-effect-left .bdt-slide-text, .bdt-slider .bdt-slide-effect-left .bdt-slide-link-wrapper {
	transform: translateX(50px);
}

.bdt-slider .bdt-slide-effect-left.swiper-slide-active .bdt-slide-title, .bdt-slider .bdt-slide-effect-left.swiper-slide-active .bdt-slide-text, .bdt-slider .bdt-slide-effect-left.swiper-slide-active .bdt-slide-link-wrapper {
	transform: translateX(0);
}

.bdt-slider .bdt-slide-effect-bottom .bdt-slide-title, .bdt-slider .bdt-slide-effect-bottom .bdt-slide-text, .bdt-slider .bdt-slide-effect-bottom .bdt-slide-link-wrapper {
	transform: translateY(50px);
}

.bdt-slider .bdt-slide-effect-bottom.swiper-slide-active .bdt-slide-title, .bdt-slider .bdt-slide-effect-bottom.swiper-slide-active .bdt-slide-text, .bdt-slider .bdt-slide-effect-bottom.swiper-slide-active .bdt-slide-link-wrapper {
	transform: translateY(0);
}

.bdt-slider.bdt-arrows-align-center .bdt-slide-desc, .bdt-slider.bdt-arrows-dots-align-center .bdt-slide-desc {
	width: auto;
}

.bdt-animation-kenburns-yes .swiper-slide-active .bdt-slider-image-wrapper {
	animation-name: bdt-scale-kenburns;
	animation-duration: 15s;
}

.bdt-ep-scroll-to-section-icon svg {
	width: 1em;
	height: 1em;
}

@keyframes totopscroller {
	0% {
		transform: translateY(0);
	}
	
	100% {
		transform: translateY(-20px);
	}
}

.bdt-ep-scroll-to-section {
	margin-bottom: 50px;
	z-index: 2;
}

.bdt-ep-scroll-to-section a {
	animation: totopscroller 1.5s linear infinite alternate;
	padding: 12px 8px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 5000px;
	color: #eee;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
	transition: all .3s ease 0s;
}

.bdt-ep-scroll-to-section a:hover {
	background: #fff;
	color: #282828;
	border: 2px solid #fff;
}

.bdt-slideshow .bdt-slideshow-button {
	margin: 1.5em 0 0;
	color: #fff;
}

.bdt-slideshow .bdt-slideshow-button svg {
	width: 1em;
	height: 1em;
	fill: #fff;
}

.bdt-slideshow .bdt-slideshow-content-wrapper {
	width: 100%;
	max-width: 800px;
}

.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-title {
	font-size: 1.2rem;
	color: #fff;
	margin: 0;
	padding: 0;
}

.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-pre-title, .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-post-title {
	font-size: .75rem;
	font-weight: 400;
	color: #f5f5f5;
	margin: 0;
	padding: 0;
}

.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-text {
	font-size: .65rem;
	line-height: 1.4;
	color: #f5f5f5;
	margin: .8em 0 0;
	display: inline-block;
}

.bdt-slideshow .bdt-slideshow-content-wrapper div {
	line-height: 1;
}

.bdt-slideshow .bdt-slidenav svg {
	width: 22px;
	height: auto;
}

.bdt-slideshow .bdt-dotnav li a {
	background-color: rgba(0, 0, 0, .5);
}

.bdt-slideshow .bdt-dotnav li.bdt-active a {
	background-color: #1e87f0;
}

.bdt-slideshow .bdt-thumbnav li a {
	transition: all .25s ease-in-out;
	position: relative;
}

.bdt-slideshow .bdt-thumbnav li a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .4);
	transition: background-color .1s ease-in-out;
}

.bdt-slideshow .bdt-thumbnav li a:hover::after {
	background-color: transparent;
}

.bdt-slideshow .bdt-thumbnav li.bdt-active a::after {
	background-color: transparent;
}

.bdt-slideshow .bdt-ep-scroll-to-section a svg {
	width: 1em;
	height: 1em;
}

.elementor-widget-bdt-slideshow .bdt-slideshow .bdt-slideshow-items .bdt-slideshow-item img {
	height: 100%;
	width: 100% !important;
}

@keyframes totopscroller {
	0% {
		transform: translateY(0);
	}
	
	100% {
		transform: translateY(-20px);
	}
}

.bdt-ep-scroll-to-section {
	margin-bottom: 50px;
	z-index: 2;
}

.bdt-ep-scroll-to-section a {
	animation: totopscroller 1.5s linear infinite alternate;
	padding: 12px 8px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 5000px;
	color: #eee;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
	transition: all .3s ease 0s;
}

.bdt-ep-scroll-to-section a:hover {
	background: #fff;
	color: #282828;
	border: 2px solid #fff;
}

.bdt-slideshow .bdt-thumbnav-wrapper .bdt-thumbnav li:nth-child(1) {
	padding-top: 0;
	padding-left: 0;
}

.bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-left, .bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-right {
	height: calc(100% - ( 15px * 2 ));
	display: flex;
	align-items: center;
}

.bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-left .bdt-thumbnav-scroller, .bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-right .bdt-thumbnav-scroller {
	transform: translate(0) !important;
}

.bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-left .bdt-thumbnav-scroller, .bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-right .bdt-thumbnav-scroller {
	width: auto;
	height: 100%;
}

@media screen and (min-width:768px) {
	.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-title {
		font-size: 2.2rem;
	}
	
	.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-pre-title, .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-post-title {
		font-size: 1.2rem;
	}
	
	.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-text {
		font-size: 1rem;
		line-height: 1.6;
	}
}

@media screen and (min-width:1024px) {
	.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-title {
		font-size: 2.625rem;
		line-height: 1.2;
	}
	
	.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-pre-title, .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-post-title {
		font-size: 1.4rem;
	}
}

.elementor-widget-bdt-slinky-vertical-menu {
	overflow: hidden;
}

.bdt-slinky-vertical-menu {
	overflow: hidden;
	transform: translateZ(0);
}

.bdt-slinky-vertical-menu>ul {
	left: 0;
	position: relative;
	transform: translateZ(0);
	padding: 0;
}

.bdt-slinky-vertical-menu ul, .bdt-slinky-vertical-menu li {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

.bdt-slinky-vertical-menu ul {
	width: 100%;
	padding: 0;
}

.bdt-slinky-vertical-menu a {
	align-items: center;
	display: flex;
	padding: 0;
}

.bdt-slinky-vertical-menu a span {
	flex: 1;
	line-height: 1.4;
}

.bdt-slinky-vertical-menu a svg {
	width: 1em;
	height: 1em;
}

.bdt-slinky-vertical-menu li ul {
	display: none;
	left: 100%;
	position: absolute;
	top: 0;
	padding: 0;
}

.bdt-slinky-vertical-menu .header .title {
	flex: 1;
	line-height: 1.4;
	margin: 0;
	order: 1;
}

.slinky-theme-default .title {
	color: #333;
	padding: 1em;
}

.slinky-theme-default li {
	line-height: 1;
}

.slinky-theme-default a {
	color: #333;
	padding: 1em;
	transition: all .3s ease;
}

.slinky-theme-default .next::after, .slinky-theme-default .back::before {
	content: "→";
	transition: 200ms;
	line-height: 1.4;
}

.slinky-theme-default .next::after {
	margin-left: 1em;
}

.slinky-theme-default .back::before {
	transform: scaleX(-1);
}

.slinky-theme-default .next:hover::after, .slinky-theme-default .back:hover::before {
	opacity: .75;
}

.slinky-theme-default .next:active::after, .slinky-theme-default .back:active::before {
	opacity: 1;
}

body.rtl .slinky-theme-default .next::after {
	transform: scaleX(-1);
}

body.rtl .slinky-theme-default .back::before {
	transform: scaleX(1);
}

.bdt-scrollnav .bdt-navbar-nav>li>a svg {
	width: 1em;
	height: 1em;
}

.bdt-scrollnav .bdt-navbar-nav>li>a span {
	display: flex;
}

.bdt-scrollnav .bdt-button-icon-align-left {
	order: -1;
}

.bdt-navbar-nav>li>a {
	transition: .1s ease-in-out;
	transition-property: color, background-color;
	position: relative;
}

.bdt-navbar-style-1 .bdt-navbar-nav>li>a:before {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	background-color: transparent;
	transition: .1s cubic-bezier(0, .75, .43, 1);
	transition-property: background-color, opacity, transform;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 15px;
	opacity: 1;
	transform: scale3d(0, 1, 1);
}

.bdt-navbar-style-1 .bdt-navbar-nav>li.bdt-active>a:before {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #1e87f0;
}

.bdt-navbar-style-1 .bdt-navbar-nav>li:hover>a:before {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #1e87f0;
}

.bdt-navbar-style-2 .bdt-navbar-nav>li>a:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	background-color: transparent;
	transition: .1s cubic-bezier(0, .75, .43, 1);
	transition-property: background-color, opacity, transform;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 15px;
	opacity: 1;
	transform: scale3d(0, 1, 1);
}

.bdt-navbar-style-2 .bdt-navbar-nav>li.bdt-active>a:after {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #1e87f0;
}

.bdt-navbar-style-2 .bdt-navbar-nav>li:hover>a:after {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #1e87f0;
}

.bdt-navbar-style-3 .bdt-navbar-nav>li>a:after {
	content: "";
	display: block;
	position: absolute;
	height: 8px;
	background-color: transparent;
	transition: .25s cubic-bezier(0, .75, .43, 1);
	transition-property: background-color, opacity, transform;
	left: 0;
	right: 0;
	margin: 0 10px;
	opacity: 1;
	transform: scale3d(0, 1, 1);
	z-index: -1;
	transform-origin: left;
}

.bdt-navbar-style-3 .bdt-navbar-nav>li.bdt-active>a:after {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.bdt-navbar-style-3 .bdt-navbar-nav>li:hover>a:after {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #1e87f0;
}

.bdt-navbar-style-4 .bdt-navbar-nav>li>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 10px;
	height: 2px;
	background-color: currentColor;
	transform-origin: bottom right;
	transform: scaleX(0);
	transition: transform .5s ease;
}

.bdt-navbar-style-4 .bdt-navbar-nav>li.bdt-active>a:before {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.bdt-navbar-style-4 .bdt-navbar-nav>li:hover>a:before {
	transform-origin: bottom left;
	transform: scaleX(1);
	background-color: #1e87f0;
}

@media (max-width:959px) {
	.bdt-scrollnav .bdt-navbar-nav {
		flex-wrap: wrap;
	}
	
	.bdt-scrollnav .bdt-navbar-nav>li>a {
		height: 40px;
	}
}

@media (max-width:639px) {
	.bdt-scrollnav .bdt-navbar-nav {
		flex-wrap: wrap;
	}
	
	.bdt-scrollnav .bdt-navbar-nav>li>a {
		height: 30px;
	}
}

.elementor-widget-bdt-search .bdt-search-default {
	width: 100%;
}

.elementor-widget-bdt-search .bdt-search {
	display: inline-block;
}

.elementor-widget-bdt-search .bdt-search .bdt-position-relative {
	overflow: hidden;
}

.elementor-widget-bdt-search .bdt-search .bdt-search-input {
	border: 0 solid transparent;
	height: 44px;
	width: 100%;
}

.elementor-widget-bdt-search .bdt-search.bdt-search-loading:after {
	position: absolute;
	right: 12px;
	content: "";
	width: 20px;
	height: 20px;
	margin: 0;
	background-color: #999;
	border-radius: 100%;
	-webkit-animation: searchanimation 1s infinite ease-in-out;
	animation: searchanimation 1s infinite ease-in-out;
}

@-webkit-keyframes searchanimation {
	0% {
		top: 50%;
		-webkit-transform: translateY(-50%) scale(0);
	}
	
	100% {
		top: 50%;
		-webkit-transform: translateY(-50%) scale(1);
		opacity: 0;
	}
}

@keyframes searchanimation {
	0% {
		top: 50%;
		transform: translateY(-50%) scale(0);
		-webkit-transform: translateY(-50%) scale(0);
	}
	
	100% {
		top: 50%;
		transform: translateY(-50%) scale(1);
		-webkit-transform: translateY(-50%) scale(1);
		opacity: 0;
	}
}

.elementor-widget-bdt-search .bdt-search-result {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	background: #fff;
	position: absolute;
	z-index: 99;
	width: 100%;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-search-result-inner {
	padding: 25px;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-search-result-header {
	position: relative;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-search-result-header .bdt-search-result-close-btn {
	position: absolute;
	right: 0;
	top: -6px;
	background: #eee;
	border-radius: 50%;
	color: #888;
	font-size: 18px;
	cursor: pointer;
	padding: 5px;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-search-result-header .bdt-search-result-close-btn:hover {
	background: #e5e5e5;
	color: #777;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-search-more {
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 20px;
	color: #666;
	font-weight: 700;
	font-size: 14px;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-search-more:hover {
	color: #000;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-list {
	padding: 0;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a {
	transition: all .3s ease;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a .bdt-search-title {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	padding-bottom: 8px;
	transition: color .3s ease;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a .bdt-search-text {
	color: #777;
	font-size: 13px;
	transition: color .3s ease;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a:hover .bdt-search-title {
	color: #000;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a:hover .bdt-search-text {
	color: #333;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item+.bdt-search-item {
	margin-bottom: 10px;
}

.bdt-search-toggle {
	display: inline-flex;
}

.bdt-search-toggle i, .bdt-search-toggle svg {
	width: 1em;
	height: 1em;
}

.bdt-search .bdt-search-button {
	position: absolute;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: #798184;
	padding: 6px 10px;
	right: 5px;
	border: 0;
	border-radius: 2px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease;
	text-transform: uppercase;
	cursor: pointer;
}

.bdt-search .bdt-search-button i, .bdt-search .bdt-search-button svg {
	margin-left: 3px;
}

.bdt-search .bdt-search-button svg {
	width: 1em;
	height: 1em;
	fill: #fff;
}

.bdt-search-results-wrap {
	background: #fff;
	padding: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	width: 100%;
	position: relative;
	border: 1px solid #e6eeef;
	margin-top: 30px;
}

.bdt-search-results-wrap::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	top: -6px;
	transform: rotate(45deg);
	border-left: 1px solid #e6eeef;
	border-top: 1px solid #e6eeef;
}

.bdt-search-results-head-title {
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6eeef;
}

.bdt-search-results-cart {
	margin-bottom: 30px;
}

.bdt-search-results-cart:nth-last-child(1) {
	margin-bottom: 0;
}

.bdt-search-results-grid {
	margin-bottom: 30px;
}

.bdt-search-results-grid:nth-last-child(1) {
	margin-bottom: 0;
}

.bdt-search-results-head-title a {
	text-decoration: none;
	color: #2b2d42;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.bdt-search-results-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	background: #fff;
}

.bdt-search-results-item:nth-last-child(1) {
	margin-bottom: 0;
}

.bdt-doc-section {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.bdt-doc-section a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	padding: 10px 20px 10px 0;
	line-height: 24px;
	font-weight: 400;
	color: #898d99;
	text-align: right;
}

.bdt-doc-article {
	width: 50%;
	position: relative;
	border-left: 1px solid #e6eeef;
	display: flex;
	flex-direction: column;
}

.bdt-doc-article a {
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
	color: #8d99ae;
	padding: 10px 20px;
	transition: all .3s ease;
}

.bdt-doc-article a:hover {
	background: rgba(143, 187, 237, .1);
}

@media (min-width:768px) {
	.bdt-doc-section a {
		font-size: 16px;
	}
	
	.bdt-doc-article a {
		font-size: 15px;
	}
}

.bdt-scroll-button .bdt-scroll-button-align-icon-right {
	float: right;
}

.bdt-scroll-button .bdt-scroll-button-align-icon-left {
	float: left;
}

.bdt-scroll-button .bdt-scroll-button-content-wrapper svg, .bdt-scroll-button .bdt-scroll-button-icon svg {
	width: 1em;
	height: 1em;
	fill: #fff;
}

.bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button, .bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button, .bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button {
	font-size: 16px;
	padding: 30px;
	border-radius: 60px;
	line-height: 1;
}

.bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button i, .bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button i, .bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button i, .bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button svg, .bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button svg, .bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button svg {
	transition: all .3s ease-in-out;
}

.bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button:hover i, .bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button:hover i, .bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button:hover i, .bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button:hover svg, .bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button:hover svg, .bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button:hover svg {
	transform: scale(1.2);
}

.bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button {
	animation: shadow-pulse 2s infinite;
	--box-shadow-color: rgba(129, 138, 145, .1);
}

.bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button {
	position: relative;
}

.bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button:before, .bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button:after {
	content: "";
	display: block;
	position: absolute;
	border: 1px solid #818a91;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: line-bounce 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

.bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button:after {
	animation-delay: .5s;
}

.bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button {
	animation: multi-shadow 2s infinite;
	--box-shadow-color: rgba(129, 138, 145, .1);
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 var(--box-shadow-color);
	}
	
	70% {
		box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes line-bounce {
	0% {
		transform: scale(.5);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes multi-shadow {
	0% {
		box-shadow: 0 0 0 10px var(--box-shadow-color), 0 0 0 20px var(--box-shadow-color), 0 0 0 30px var(--box-shadow-color);
	}
	
	50% {
		box-shadow: 0 0 0 15px var(--box-shadow-color), 0 0 0 30px var(--box-shadow-color), 0 0 0 45px var(--box-shadow-color);
	}
	
	100% {
		box-shadow: 0 0 0 10px var(--box-shadow-color), 0 0 0 20px var(--box-shadow-color), 0 0 0 30px var(--box-shadow-color);
	}
}

.bdt-scroll-image-container {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.bdt-scroll-image-container .bdt-scroll-image-holder {
	display: block;
	position: relative;
	width: 100%;
}

.bdt-scroll-image-container .bdt-scroll-image-holder .bdt-link-icon {
	transition: all .25s ease-out;
	display: flex;
	color: #666;
	position: relative;
}

.bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: background-position 2s cubic-bezier(.1, .54, .43, .94);
	background-size: cover;
}

.bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-bottom-top {
	background-position: top;
}

.bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-bottom-top:hover {
	background-position: center bottom !important;
}

.bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-top-bottom {
	background-position: bottom;
}

.bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-top-bottom:hover {
	background-position: center top !important;
}

.bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-left-right {
	background-position: right;
	min-width: 320px;
}

.bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-left-right:hover {
	background-position: center left !important;
}

.bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-right-left {
	background-position: left;
	min-width: 320px;
}

.bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-right-left:hover {
	background-position: center right !important;
}

.bdt-scroll-image-container .bdt-device-slider {
	position: relative;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-safari {
	padding: 4.3% 0% 0% 0%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-chrome {
	padding: 5.5% 0% 0% 0%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-chrome-dark {
	padding: 5.5% 0% 0% 0%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-firefox {
	padding: 5.3% 0% 0% 0%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-edge {
	padding: 5.3% 0% 0% 0%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-edge-dark {
	padding: 5.3% 0% 0% 0%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-desktop {
	padding: 3.9% 4% 23.5% 4%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-macbookpro {
	padding: 2.6% 9.5% 15.2% 9.5%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-macbookair {
	padding: 3.6% 14.5% 10% 14%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-tablet {
	padding: 11% 9.5% 11% 9.5%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-mobile {
	padding: 26% 5.3% 4% 5.3%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-mobile-dark {
	padding: 26% 5.3% 4% 5.3%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-galaxy {
	padding: 10.5% 2% 10.5% 2%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-galaxy .bdt-slideshow-items {
	border-radius: 15px;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-iphonex {
	padding: 3% 3.5% 3% 3.5%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-iphonex .bdt-slideshow-items {
	border-radius: 15px;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .bdt-device-slider-device {
	border-style: solid;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-lens {
	height: 18px;
	z-index: 1;
	width: 18px;
	transform: translateX(-50%);
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch svg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch svg .bdt-ds-color-1 {
	fill: #343434;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch svg .bdt-ds-color-2 {
	fill: #272727;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch .large-notch {
	width: 50%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch .drop-notch {
	width: 17%;
}

.bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch .small-notch {
	width: 30%;
}

.bdt-scroll-image-container .bdt-device-slider-desktop .bdt-scroll-image, .bdt-scroll-image-container .bdt-device-slider-safari .bdt-scroll-image, .bdt-scroll-image-container .bdt-device-slider-chrome .bdt-scroll-image, .bdt-scroll-image-container .bdt-device-slider-macbookpro .bdt-scroll-image, .bdt-scroll-image-container .bdt-device-slider-tablet .bdt-scroll-image {
	border: 0;
}

.bdt-scroll-image-container .bdt-device-slider-device {
	pointer-events: initial;
	overflow: hidden;
}

.bdt-scroll-image-container .bdt-device-slider-device .bdt-scroll-image {
	min-height: auto;
}

.bdt-scroll-image-container .bdt-device-slider-device img {
	top: 0;
	left: 0;
	position: absolute;
	max-width: 100%;
	width: 100%;
}

.elementor-widget-bdt-scroll-image.bdt-link-icon-on-hover-yes .bdt-scroll-image-holder .bdt-scroll-image-lightbox-item {
	opacity: 0;
	transition: opacity 350ms cubic-bezier(.24, .85, .58, 1);
}

.elementor-widget-bdt-scroll-image.bdt-link-icon-on-hover-yes .bdt-scroll-image-holder:hover .bdt-scroll-image-lightbox-item {
	opacity: 1;
}

.bdt-scroll-image-badge {
	-webkit-transform: translate(var(--ep-badge-h-offset, 0), var(--ep-badge-v-offset, 0)) rotate(var(--ep-badge-rotate, 0));
	transform: translate(var(--ep-badge-h-offset, 0), var(--ep-badge-v-offset, 0)) rotate(var(--ep-badge-rotate, 0));
}

.bdt-ds-right-button-1--yes .bdt-device-slider-custom:after, .bdt-ds-right-button-2--yes .bdt-device-slider-custom:after, .bdt-ds-right-button-1--yes .bdt-device-slider-custom:before, .bdt-ds-right-button-2--yes .bdt-device-slider-custom:before {
	content: "";
	position: absolute;
	left: 100%;
	width: 5px;
	background: #343434;
	border-radius: 0 10px 10px 0;
}

.bdt-ds-right-button-1--yes .bdt-device-slider-custom:after {
	top: 16%;
	height: 6%;
}

.bdt-ds-right-button-2--yes .bdt-device-slider-custom:before {
	top: 25%;
	height: 10%;
}

.bdt-ds-left-button-1--yes .bdt-scroll-image-container:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 5px;
	top: 12%;
	height: 5%;
	background: #343434;
	border-radius: 10px 0 0 10px;
}

.bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-device-slider-device:after, .bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-device-slider-device:after, .bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-device-slider-device:before, .bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-device-slider-device:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 5px;
	background: #343434;
	border-radius: 10px 0 0 10px;
}

.bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-device-slider-device:after {
	top: 20%;
	height: 8%;
}

.bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-device-slider-device:before {
	top: 30%;
	height: 8%;
}

.elementor-widget-bdt-stacker .bdt-ep-stacker {
	min-height: 1px;
}

.elementor-widget-bdt-stacker .bdt-ep-stacker .elementor-top-section, .elementor-widget-bdt-stacker .bdt-ep-stacker .e-con {
	position: relative;
	overflow: hidden;
}

.elementor-widget-bdt-stacker .bdt-ep-stacker .elementor-element {
	transition-duration: unset;
}

.elementor-widget-bdt-stacker .pin-spacer:nth-last-child(1)>.elementor-element {
	opacity: 1 !important;
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-excerpt {
	margin-top: 20px;
	color: #e5e5e5;
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-excerpt p {
	margin: 0;
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-link {
	color: #444;
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-link:hover {
	color: #000;
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-desc .bdt-single-post-meta {
	margin-bottom: 10px;
	margin-top: 0;
	color: #999;
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-desc .bdt-single-post-meta * {
	font-size: 13px;
	font-weight: 400;
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-desc a {
	color: inherit;
	text-decoration: none;
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-thumbnail img {
	width: 100%;
}

.bdt-single-post .bdt-single-post-tag-wrap span {
	padding: 4px 8px;
	color: #fff;
	border-radius: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 10px;
}

.bdt-single-post .bdt-single-post-tag-wrap span+span {
	margin-left: 5px;
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-title {
	color: #fff;
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-link:hover .bdt-single-post-title {
	opacity: .7;
}

.bdt-single-post .bdt-single-post-item .bdt-overlay-primary {
	transition: all .25s ease-in-out;
	opacity: .5;
}

.bdt-single-post .bdt-single-post-item:hover .bdt-overlay-primary {
	opacity: 1;
}

.elementor-widget-bdt-single-post {
	overflow: hidden;
}

.elementor-widget-bdt-advanced-icon-box.bdt-link-icon-on-hover-yes .bdt-scroll-image .bdt-single-post-link {
	opacity: 0;
	transition: opacity 350ms cubic-bezier(.24, .85, .58, 1);
}

.elementor-widget-bdt-advanced-icon-box.bdt-link-icon-on-hover-yes .bdt-scroll-image:hover .bdt-advanced-icon-box-readmore {
	opacity: 1;
}

@media screen and (max-width:767px) {
	.bdt-single-post .bdt-single-post-title {
		font-size: 1.3rem;
		line-height: 1;
	}
}

.bdt-ss-btn {
	cursor: pointer;
}

.elementor-widget-share-buttons .bdt-ep-grid {
	overflow: hidden;
}

.bdt-ss-btns-style-boxed .bdt-social-share-text, .bdt-ss-btns-style-minimal .bdt-social-share-text, .bdt-ss-btns-style-gradient .bdt-social-share-text {
	padding-left: .9em;
}

.bdt-ss-btns-style-flat .bdt-social-share, .bdt-ss-btns-style-flat .bdt-social-share:hover, .bdt-ss-btns-style-gradient .bdt-social-share, .bdt-ss-btns-style-gradient .bdt-social-share:hover {
	color: #fff;
}

.bdt-ss-btns-style-minimal.bdt-ss-btns-shape-rounded .bdt-ss-icon {
	border-radius: .5em;
}

.bdt-ss-btns-style-minimal.bdt-ss-btns-shape-circle .bdt-ss-icon {
	border-radius: 99.9em;
}

.bdt-ss-btns-style-minimal .bdt-social-share-text {
	color: #222;
}

.bdt-ss-btns-view-text .bdt-social-share-text {
	padding-left: 1.3em;
}

.bdt-ss-btns-view-text .bdt-ss-icon, .bdt-ss-btns-view-text .bdt-social-share-text, .bdt-ss-btns-view-icon .bdt-ss-icon, .bdt-ss-btns-view-icon .bdt-social-share-text {
	flex-grow: 1;
	justify-content: center;
}

.bdt-ss-btns-shape-rounded .bdt-ss-btn {
	border-radius: .5em;
}

.bdt-ss-btns-shape-circle .bdt-ss-btn {
	border-radius: 99.9em;
}

.bdt-ss-btn {
	overflow: hidden;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition-duration: .2s;
	transition-property: filter, background-color, border-color;
	height: 4.2em;
	cursor: pointer;
}

.bdt-ss-icon, .bdt-social-share-text {
	transition-property: color, background-color;
	transition-duration: .2s;
}

.bdt-ss-icon {
	display: flex;
	align-self: stretch;
	justify-content: center;
	align-items: center;
	width: 4.2em;
	position: relative;
}

.bdt-ss-icon i {
	font-size: 1.5em;
}

.bdt-social-share-text {
	font-size: 1.3em;
	padding-right: 1.3em;
	align-self: stretch;
	flex-grow: 1;
	align-items: center;
	display: flex;
	font-weight: 100;
}

.bdt-social-share-title {
	font-weight: 700;
	flex-shrink: 0;
}

.bdt-social-share-title+.bdt-social-share-counter {
	margin-left: .5em;
	flex-shrink: 0;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-vkontakte, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-vkontakte {
	background-color: #45668e;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-facebook, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-facebook {
	background-color: #3b5998;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-odnoklassniki, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-odnoklassniki {
	background-color: #f4731c;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-moimir, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-moimir {
	background-color: #168de2;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-googleplus, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-googleplus {
	background-color: #dd4b39;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-linkedin, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-linkedin {
	background-color: #0077b5;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-twitter, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-twitter {
	background-color: #1da1f2;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-livejournal, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-livejournal {
	background-color: #00b0ea;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-tumblr, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-tumblr {
	background-color: #35465c;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-blogger, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-blogger {
	background-color: #f06a35;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-pinterest, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-pinterest {
	background-color: #bd081c;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-digg, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-digg {
	background-color: #005be2;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-evernote, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-evernote {
	background-color: #2dbe60;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-reddit, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-reddit {
	background-color: #ff4500;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-delicious, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-delicious {
	background-color: #39f;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-mix, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-mix {
	background-color: #fd8235;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-pocket, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-pocket {
	background-color: #ef3f56;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-surfingbird, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-surfingbird {
	background-color: #25b1f6;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-liveinternet, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-liveinternet {
	background-color: #5382c4;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-buffer, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-buffer {
	background-color: #1b1b1b;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-link, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-link {
	background-color: #1b1b1b;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-instapaper, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-instapaper {
	background-color: #000;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-xing, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-xing {
	background-color: #026466;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-wordpress, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-wordpress {
	background-color: #21759b;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-baidu, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-baidu {
	background-color: #2319dc;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-renren, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-renren {
	background-color: #237ec5;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-weibo, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-weibo {
	background-color: #e6162d;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-skype, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-skype {
	background-color: #00aff0;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-telegram, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-telegram {
	background-color: #2ca5e0;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-viber, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-viber {
	background-color: #834995;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-whatsapp, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-whatsapp {
	background-color: #25d366;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-line, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-line {
	background-color: #00b900;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-wechat, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-wechat {
	background-color: #2dc100;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-meneame, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-meneame {
	background-color: #f86100;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-flipboard, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-flipboard {
	background-color: #f52827;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-vkontakte, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-vkontakte {
	color: #45668e;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-facebook, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-facebook {
	color: #3b5998;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-odnoklassniki, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-odnoklassniki {
	color: #f4731c;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-moimir, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-moimir {
	color: #168de2;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-googleplus, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-googleplus {
	color: #dd4b39;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-linkedin, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-linkedin {
	color: #0077b5;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-twitter, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-twitter {
	color: #1da1f2;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-livejournal, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-livejournal {
	color: #00b0ea;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-tumblr, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-tumblr {
	color: #35465c;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-blogger, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-blogger {
	color: #f06a35;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-pinterest, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-pinterest {
	color: #bd081c;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-digg, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-digg {
	color: #005be2;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-evernote, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-evernote {
	color: #2dbe60;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-reddit, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-reddit {
	color: #ff4500;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-delicious, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-delicious {
	color: #39f;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-mix, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-mix {
	color: #fd8235;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-pocket, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-pocket {
	color: #ef3f56;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-surfingbird, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-surfingbird {
	color: #25b1f6;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-liveinternet, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-liveinternet {
	color: #5382c4;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-buffer, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-buffer {
	color: #1b1b1b;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-link, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-link {
	color: #1b1b1b;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-instapaper, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-instapaper {
	color: #000;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-xing, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-xing {
	color: #026466;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-wordpress, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-wordpress {
	color: #21759b;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-baidu, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-baidu {
	color: #2319dc;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-renren, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-renren {
	color: #237ec5;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-weibo, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-weibo {
	color: #e6162d;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-skype, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-skype {
	color: #00aff0;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-telegram, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-telegram {
	color: #2ca5e0;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-viber, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-viber {
	color: #834995;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-whatsapp, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-whatsapp {
	color: #25d366;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-line, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-line {
	color: #00b900;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-wechat, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-wechat {
	color: #2dc100;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-meneame, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-meneame {
	color: #f86100;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-flipboard, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-flipboard {
	color: #f52827;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-vkontakte .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-vkontakte .bdt-ss-icon {
	background-color: #45668e;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-facebook .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-facebook .bdt-ss-icon {
	background-color: #3b5998;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-odnoklassniki .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-odnoklassniki .bdt-ss-icon {
	background-color: #f4731c;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-moimir .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-moimir .bdt-ss-icon {
	background-color: #168de2;
	color: #ffaf32;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-googleplus .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-googleplus .bdt-ss-icon {
	background-color: #dd4b39;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-linkedin .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-linkedin .bdt-ss-icon {
	background-color: #0077b5;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-twitter .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-twitter .bdt-ss-icon {
	background-color: #1da1f2;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-livejournal .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-livejournal .bdt-ss-icon {
	background-color: #00b0ea;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-tumblr .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-tumblr .bdt-ss-icon {
	background-color: #35465c;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-blogger .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-blogger .bdt-ss-icon {
	background-color: #f06a35;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-pinterest .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-pinterest .bdt-ss-icon {
	background-color: #bd081c;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-digg .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-digg .bdt-ss-icon {
	background-color: #005be2;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-evernote .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-evernote .bdt-ss-icon {
	background-color: #2dbe60;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-reddit .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-reddit .bdt-ss-icon {
	background-color: #ff4500;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-delicious .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-delicious .bdt-ss-icon {
	background-color: #39f;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-mix .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-mix .bdt-ss-icon {
	background-color: #fd8235;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-pocket .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-pocket .bdt-ss-icon {
	background-color: #ef3f56;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-surfingbird .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-surfingbird .bdt-ss-icon {
	background-color: #25b1f6;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-liveinternet .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-liveinternet .bdt-ss-icon {
	background-color: #5382c4;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-buffer .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-buffer .bdt-ss-icon {
	background-color: #1b1b1b;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-link .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-link .bdt-ss-icon {
	background-color: #1b1b1b;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-instapaper .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-instapaper .bdt-ss-icon {
	background-color: #000;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-xing .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-xing .bdt-ss-icon {
	background-color: #026466;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-wordpress .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-wordpress .bdt-ss-icon {
	background-color: #21759b;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-baidu .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-baidu .bdt-ss-icon {
	background-color: #2319dc;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-renren .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-renren .bdt-ss-icon {
	background-color: #237ec5;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-weibo .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-weibo .bdt-ss-icon {
	background-color: #e6162d;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-skype .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-skype .bdt-ss-icon {
	background-color: #00aff0;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-telegram .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-telegram .bdt-ss-icon {
	background-color: #2ca5e0;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-viber .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-viber .bdt-ss-icon {
	background-color: #834995;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-whatsapp .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-whatsapp .bdt-ss-icon {
	background-color: #25d366;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-line .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-line .bdt-ss-icon {
	background-color: #00b900;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-wechat .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-wechat .bdt-ss-icon {
	background-color: #2dc100;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-meneame .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-meneame .bdt-ss-icon {
	background-color: #f86100;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-flipboard .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-flipboard .bdt-ss-icon {
	background-color: #f52827;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-btn .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-btn .bdt-ss-icon {
	color: #fff;
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-moimir .bdt-ss-icon .fa-moimir:before, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-moimir .bdt-ss-icon .fa-moimir:before {
	color: #ffaf32;
}

.bdt-ss-btns-style-framed .bdt-ss-btn, .bdt-ss-btns-style-boxed .bdt-ss-btn {
	border-style: solid;
}

.bdt-ss-btns-style-gradient .bdt-social-share-text {
	background: linear-gradient(135deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, 0) 100%);
}

.bdt-ss-btns-style-gradient.bdt-ss-btns-view-icon .bdt-ss-icon {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .12), transparent);
}

.bdt-ss-btns-color-original .bdt-ss-btn:hover {
	filter: saturate(1.2) brightness(1.1);
}

.bdt-ss-btns-color-custom.bdt-ss-btns-style-flat .bdt-ss-btn, .bdt-ss-btns-color-custom.bdt-ss-btns-style-gradient .bdt-ss-btn {
	background-color: #666;
}

.bdt-ss-btns-color-custom.bdt-ss-btns-style-framed .bdt-ss-btn, .bdt-ss-btns-color-custom.bdt-ss-btns-style-minimal .bdt-ss-btn, .bdt-ss-btns-color-custom.bdt-ss-btns-style-boxed .bdt-ss-btn {
	color: #666;
	border-color: #666;
}

.bdt-ss-btns-color-custom.bdt-ss-btns-style-boxed .bdt-ss-btn .bdt-ss-icon, .bdt-ss-btns-color-custom.bdt-ss-btns-style-minimal .bdt-ss-btn .bdt-ss-icon {
	background-color: #666;
}

.bdt-ss-btns-color-custom.bdt-ss-btns-style-boxed .bdt-ss-icon, .bdt-ss-btns-color-custom.bdt-ss-btns-style-minimal .bdt-ss-icon {
	color: #fff;
}

.bdt-tabs-container {
	text-align: center;
}

.bdt-tabs-container .bdt-tab {
	padding: 5px;
	border-radius: 50px;
	display: inline-block;
	background-color: #f5f5f5;
}

.bdt-tabs-container .bdt-tab .bdt-tabs-item {
	padding-left: 0;
	display: inline-block;
	float: left;
}

.bdt-tabs-container .bdt-tab .bdt-tabs-item a {
	border-radius: 50px;
	overflow: hidden;
	position: relative;
}

.bdt-tabs-container .bdt-tab .bdt-tabs-item a .bdt-tab-text-wrapper {
	position: relative;
}

.bdt-tabs-container .bdt-tab .bdt-tabs-item a .bdt-tab-text-wrapper svg {
	width: 1em;
	height: 1em;
}

.bdt-tabs-container .bdt-tab .bdt-tabs-item a:before {
	height: 100%;
	top: 0;
	z-index: 0;
	content: "";
	width: 0;
	position: absolute;
	right: 0;
	transition: all 300ms ease-out;
	background-color: #1e87f0;
}

.bdt-tabs-container .bdt-tab .bdt-tabs-item:last-child a:before {
	left: 0;
	right: auto;
}

.bdt-tabs-container .bdt-tab .bdt-tabs-item .bdt-badge.bdt-a-badge, .bdt-tabs-container .bdt-tab .bdt-tabs-item .bdt-badge.bdt-b-badge {
	position: absolute;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 25px;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}

.bdt-tabs-container .bdt-tab .bdt-tabs-item .bdt-badge.bdt-a-badge:after, .bdt-tabs-container .bdt-tab .bdt-tabs-item .bdt-badge.bdt-b-badge:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #1e87f0;
	border-radius: 2px;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}

.bdt-tabs-container .bdt-tab>.bdt-active>a {
	color: #fff;
}

.bdt-tabs-container .bdt-tab>.bdt-active>a:before {
	width: 100%;
}

.bdt-tabs-container .bdt-tab>.bdt-active>a svg {
	fill: #fff;
}

.bdt-tabs .bdt-tabs-item-title {
	outline: none;
	background: #f3f3f3;
	transition: all 300ms cubic-bezier(0, .49, .27, .99);
	position: relative;
}

.bdt-tabs .bdt-tabs-item-title .bdt-tab-text-wrapper {
	display: inline-flex;
}

.bdt-tabs .bdt-tab-title-icon-wrapper svg {
	width: 1em;
	height: 1em;
}

.bdt-tabs .bdt-switcher-item-content p {
	margin: 0;
}

.bdt-tabs .bdt-switcher-item-content p+p {
	margin: 10px 0 0;
}

.bdt-tabs .bdt-tab.bdt-child-width-expand .bdt-tabs-item {
	flex: 1 !important;
}

.bdt-tabs .bdt-tab .bdt-tabs-item {
	flex: unset !important;
}

.bdt-tabs .bdt-tab .bdt-tabs-item a:after {
	content: "";
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 300ms ease-out;
}

.bdt-tabs .bdt-tab .bdt-active a:after {
	width: 100%;
	background: #1e87f0;
}

.bdt-tabs .bdt-tab.bdt-tab-bottom .bdt-tabs-item a:after {
	top: 0;
	bottom: auto;
}

.bdt-tabs .bdt-tab.bdt-tab-left .bdt-tabs-item a:after, .bdt-tabs .bdt-tab.bdt-tab-right .bdt-tabs-item a:after {
	width: 3px;
	right: 0;
	left: auto;
	top: 0;
	bottom: auto;
}

.bdt-tabs .bdt-tab.bdt-tab-left .bdt-active a:after, .bdt-tabs .bdt-tab.bdt-tab-right .bdt-active a:after {
	height: 100%;
}

.bdt-tabs .bdt-tab.bdt-tab-right .bdt-tabs-item a:after {
	left: 0;
	right: auto;
}

.bdt-tabs .bdt-tabs-item.bdt-has-no-title span[class*="bdt-button-icon-align-"] {
	margin: 0 !important;
}

.bdt-tabs a.bdt-tabs-item-title:hover {
	text-decoration: none !important;
}

@media (max-width:767px) {
	.bdt-tabs.fullwidth-on-mobile .bdt-tab-wrapper {
		width: 100% !important;
	}
	
	.bdt-tabs.fullwidth-on-mobile .bdt-switcher-wrapper {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.bdt-tabs.fullwidth-on-mobile .bdt-tabs-item {
		width: 100%;
		flex: auto;
	}
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-container {
	padding-left: 50px;
	padding-bottom: 50px;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-thumbnail {
	overflow: hidden;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-thumbnail img {
	width: 100%;
	object-fit: cover;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper {
	position: relative;
	padding-left: 30px;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-item-main-container {
	padding-left: 40px;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-item-main {
	position: relative;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-line {
	position: absolute;
	top: 0;
	height: 100%;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-line span {
	height: 100%;
	position: absolute;
	background-color: #1e87f0;
	transform: translateX(-50%);
	transform-origin: center;
	display: block;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-icon {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 30px;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-icon span {
	position: absolute;
	text-align: center;
	border: 4px solid #1e87f0;
	transform: translate(-50%, -50%);
	border-radius: 130px;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-icon span i, .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-icon span svg {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-meta {
	margin-bottom: 0;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-meta li {
	display: inline-flex;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-title, .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-excerpt, .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-excerpt p {
	margin: 0;
	padding: 0;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-readmore {
	margin: 0;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-readmore svg {
	width: 1em;
	height: 1em;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	z-index: 0;
	top: 15px;
	left: -8px;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item:nth-last-child(-n+1) .bdt-timeline-item-main-container {
	padding-bottom: 0;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item:nth-last-child(-n+1) .bdt-timeline-line {
	display: none;
}

.bdt-timeline .bdt-timeline-desc {
	padding: 20px;
}

.bdt-timeline .bdt-timeline-title {
	font-size: clamp(1rem, 2vw, 1.5rem);
	margin-top: 0;
}

.bdt-timeline .bdt-timeline-excerpt {
	font-size: clamp(.875rem, 1.5vw, 1rem);
}

.bdt-timeline .bdt-timeline-excerpt p {
	margin-bottom: 0;
}

.bdt-timeline .bdt-timeline-icon {
	top: 20px;
}

.bdt-timeline .bdt-timeline-icon span {
	height: 40px;
	width: 40px;
}

.bdt-timeline-right .bdt-timeline-item {
	margin-left: auto;
}

.bdt-timeline-right .bdt-timeline-item .bdt-timeline-item-main-wrapper {
	padding-left: 0;
}

.bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-item-main-container, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-item-main-container {
	padding-right: 50px;
	padding-left: 0;
}

.bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-arrow, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-arrow {
	right: -8px;
	left: auto;
}

.bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-line, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-line {
	right: 0;
}

.bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-icon, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-icon {
	right: 0;
	left: auto;
}

.bdt-timeline-right .bdt-timeline-date {
	padding: 10px 50px;
}

.bdt-timeline-right .bdt-timeline-top-date {
	justify-content: flex-end;
	padding: 0 !important;
}

.bdt-timeline-right .bdt-timeline-top-date .bdt-timeline-arrow {
	top: 9px;
}

.bdt-timeline-icon svg {
	width: 1em;
	height: 1em;
}

@media (max-width:959px) {
	.bdt-timeline-right .bdt-timeline-item .bdt-timeline-item-main-wrapper {
		padding-right: 55px;
	}
	
	.bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-line, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-line {
		right: 55px;
	}
	
	.bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-icon, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-icon {
		right: 55px;
		left: auto;
	}
	
	.bdt-timeline-skin-default {
		overflow: hidden;
	}
	
	.bdt-timeline .bdt-timeline-readmore {
		padding: 8px 12px;
	}
}

@media (min-width:960px) {
	.bdt-timeline-center .bdt-timeline-item .bdt-timeline-item-main-wrapper {
		padding-left: 0;
	}
	
	.bdt-timeline-center .bdt-timeline-item.left-part .bdt-timeline-item-main-container {
		padding-right: 50px;
		padding-left: 0;
	}
	
	.bdt-timeline-center .bdt-timeline-item.left-part .bdt-timeline-arrow {
		right: -8px;
		left: auto;
	}
	
	.bdt-timeline-center .bdt-timeline-item.left-part .bdt-timeline-line {
		right: 0;
	}
	
	.bdt-timeline-center .bdt-timeline-item.left-part .bdt-timeline-icon {
		right: 0;
		left: auto;
	}
	
	.bdt-timeline-center .bdt-timeline-item.right-part .bdt-timeline-item-main-container {
		padding-left: 50px;
		padding-right: 0;
	}
	
	.bdt-timeline-center .bdt-timeline-item.right-part .bdt-timeline-icon {
		left: 0;
	}
	
	.bdt-timeline-center .bdt-timeline-date {
		padding: 10px 50px;
	}
	
	.bdt-timeline-center .bdt-timeline-top-date {
		display: none;
	}
	
	.bdt-timeline-center .bdt-timeline-item:nth-child(-n+2) .bdt-timeline-item-main-container {
		padding-top: 0;
	}
	
	.bdt-timeline-center .bdt-timeline-item:nth-child(-n+2) .bdt-timeline-icon {
		top: 22px;
	}
	
	.bdt-timeline-center .bdt-timeline-item:nth-last-child(-n+2) .bdt-timeline-item-main-container {
		padding-bottom: 0;
	}
	
	.bdt-timeline .bdt-timeline-icon {
		top: 24px;
	}
	
	.bdt-timeline .bdt-timeline-icon span {
		height: 48px;
		width: 48px;
	}
}

.bdt-timeline.bdt-timeline-skin-default figcaption {
	margin-bottom: 0;
}

.bdt-timeline-skin-olivier {
	box-sizing: border-box;
	position: relative;
}

.bdt-timeline-skin-olivier.bdt-timeline:not(.bdt-timeline--horizontal):before {
	background-color: #ddd;
	bottom: 0;
	content: "";
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 4px;
	z-index: 1;
}

.bdt-timeline-skin-olivier .bdt-timeline-thumbnail {
	overflow: hidden;
}

.bdt-timeline-skin-olivier .bdt-timeline-thumbnail img {
	width: 100%;
	object-fit: cover;
}

.bdt-timeline-skin-olivier .bdt-timeline-wrapper {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.bdt-timeline-skin-olivier .bdt-timeline-item {
	font-size: 16px;
	font-size: 1rem;
	padding: .625rem 2.5rem .625rem 0;
	position: relative;
	width: 50%;
	z-index: 2;
}

.bdt-timeline-skin-olivier .bdt-timeline-item:after {
	background-color: #fff;
	border: 4px solid #ddd;
	border-radius: 50%;
	content: "";
	height: 20px;
	position: absolute;
	right: -10px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 20px;
	z-index: 1;
}

.bdt-timeline-skin-olivier .bdt-timeline-item.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 0;
}

.bdt-timeline-skin-olivier .bdt-timeline-item.fadeIn {
	animation-name: fadeIn;
}

.bdt-timeline-skin-olivier .bdt-timeline-meta li {
	display: inline-flex;
}

.bdt-timeline-skin-olivier .bdt-timeline-item--left {
	left: 0;
}

.bdt-timeline-skin-olivier .bdt-timeline-item--right {
	left: 50%;
	padding: .625rem 0 .625rem 2.5rem;
}

.bdt-timeline-skin-olivier .bdt-timeline-item--right:after {
	left: -10px;
}

.bdt-timeline-skin-olivier .bdt-timeline-item--right .bdt-timeline-content:before {
	border-bottom: 10px solid transparent;
	border-right: 12px solid transparent;
	border-left: none;
	border-top: 10px solid transparent;
	left: -12px;
}

.bdt-timeline-skin-olivier .bdt-timeline-item--right .bdt-timeline-content:after {
	border-bottom: 9px solid transparent;
	border-right: 11px solid #f3f3f3;
	border-left: none;
	border-top: 9px solid transparent;
	left: -10px;
}

.bdt-timeline-skin-olivier .bdt-timeline-content {
	position: relative;
}

.bdt-timeline-skin-olivier .bdt-timeline-content:after, .bdt-timeline-skin-olivier .bdt-timeline-content:before {
	content: "";
	height: 0;
	position: absolute;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 0;
}

.bdt-timeline-skin-olivier .bdt-timeline-content:before {
	border-bottom: 10px solid transparent;
	border-left: 12px solid transparent;
	border-top: 10px solid transparent;
	right: -12px;
	z-index: 1;
}

.bdt-timeline-skin-olivier .bdt-timeline-content:after {
	border-bottom: 9px solid transparent;
	border-left: 11px solid #f3f3f3;
	border-top: 9px solid transparent;
	right: -10px;
	z-index: 2;
}

.bdt-timeline-skin-olivier .bdt-timeline-nav-button {
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 40px;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 40px;
	z-index: 10;
}

.bdt-timeline-skin-olivier .bdt-timeline-nav-button:disabled {
	pointer-events: none;
}

.bdt-timeline-skin-olivier .bdt-timeline-nav-button:before {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.bdt-timeline-skin-olivier .bdt-timeline-nav-button--prev {
	left: 0;
}

.bdt-timeline-skin-olivier .bdt-timeline-nav-button--prev:before {
	transform: translateX(-25%) translateY(-50%) rotate(-45deg);
}

.bdt-timeline-skin-olivier .bdt-timeline-nav-button--next {
	right: 0;
}

.bdt-timeline-skin-olivier .bdt-timeline-nav-button--next:before {
	transform: translateX(-75%) translateY(-50%) rotate(135deg);
}

.bdt-timeline--horizontal {
	font-size: 0;
	padding: 0 3.125rem;
	overflow: hidden;
	white-space: nowrap;
}

.bdt-timeline--horizontal .bdt-timeline-divider {
	background-color: #ddd;
	display: block;
	height: 4px;
	left: 40px;
	position: absolute;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 40px;
	z-index: 1;
}

.bdt-timeline--horizontal .bdt-timeline-items {
	-o-transition: all .8s;
	transition: all .8s;
	will-change: transform;
}

.bdt-timeline--horizontal .bdt-timeline-item {
	display: inline-block;
	left: 0;
	padding: 0 0 2.5rem;
	position: relative;
	-o-transition: none;
	transition: none;
	vertical-align: top;
	white-space: normal;
}

.bdt-timeline--horizontal .bdt-timeline-item:after {
	left: 50%;
	right: auto;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 100%;
}

.bdt-timeline--horizontal .bdt-timeline-item .bdt-timeline-item-inner {
	display: table;
	height: 100%;
	width: 100%;
}

.bdt-timeline--horizontal .bdt-timeline-item .bdt-timeline-content-wrapper {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.bdt-timeline--horizontal .bdt-timeline-item .bdt-timeline-content:before {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid transparent;
	left: 50%;
	right: auto;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
}

.bdt-timeline--horizontal .bdt-timeline-item .bdt-timeline-content:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f3f3f3;
	left: 50%;
	right: auto;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
}

.bdt-timeline--horizontal .bdt-timeline-item--bottom {
	padding: 2.5rem 0 0;
}

.bdt-timeline--horizontal .bdt-timeline-item--bottom:after {
	top: 0;
}

.bdt-timeline--horizontal .bdt-timeline-item--bottom .bdt-timeline-content-wrapper {
	vertical-align: top;
}

.bdt-timeline--horizontal .bdt-timeline-item--bottom .bdt-timeline-content:before {
	border-bottom: 12px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: none;
	bottom: 100%;
	top: auto;
}

.bdt-timeline--horizontal .bdt-timeline-item--bottom .bdt-timeline-content:after {
	border-bottom: 10px solid #f3f3f3;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: none;
	bottom: 100%;
	top: auto;
}

.bdt-timeline--mobile {
	padding: 0;
}

.bdt-timeline--mobile:before {
	left: 10px !important;
	margin: 0 !important;
}

.bdt-timeline--mobile .bdt-timeline-item {
	left: 0;
	padding-left: 40px;
	padding-right: 0;
	width: 100%;
}

.bdt-timeline--mobile .bdt-timeline-item:after {
	left: 2px;
	margin: 0;
}

.bdt-timeline--mobile .bdt-timeline-item .bdt-timeline-content:before {
	left: -12px;
	border-bottom: 12px solid transparent !important;
	border-right: 12px solid transparent;
	border-left: none;
	border-top: 12px solid transparent;
}

.bdt-timeline--mobile .bdt-timeline-item .bdt-timeline-content:after {
	left: -10px;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f3f3f3;
	border-left: none;
	border-top: 10px solid transparent;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		top: 70px;
	}
	
	100% {
		opacity: 1;
		top: 0;
	}
}

@keyframes liftUp {
	0% {
		top: 0;
	}
	
	100% {
		top: -15px;
	}
}

.bdt-total-count .bdt-total-count-icon-wrapper {
	display: inline-block;
	line-height: 1;
	transition: all 350ms cubic-bezier(.24, .85, .58, 1);
	color: #818a91;
	font-size: 48px;
	width: 48px;
	height: auto;
	text-align: center;
	position: relative;
	box-sizing: content-box;
}

.bdt-total-count .bdt-total-count-icon-wrapper:hover {
	color: #818a91;
}

.bdt-total-count .bdt-total-count-icon-wrapper i, .bdt-total-count .bdt-total-count-icon-wrapper img {
	position: relative;
	display: block;
	transition: transform 350ms cubic-bezier(.24, .85, .58, 1);
	z-index: 1;
}

.bdt-total-count .bdt-total-count-icon-wrapper i:before, .bdt-total-count .bdt-total-count-icon-wrapper img:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.bdt-total-count .bdt-total-count-icon-wrapper i, .bdt-total-count .bdt-total-count-icon-wrapper svg {
	width: 1em;
	height: 1em;
}

.bdt-total-count .bdt-total-count-icon-wrapper svg {
	fill: #818a91;
}

.bdt-total-count .bdt-number-separator-wrapper {
	margin-bottom: 24px;
	line-height: 1;
}

.bdt-total-count .bdt-number-separator-wrapper>* {
	height: auto;
}

.bdt-total-count .bdt-number-separator-wrapper>svg [stroke*='#'] {
	stroke: currentcolor;
}

.bdt-total-count .bdt-number-separator {
	border-top: 4px solid #ddd;
	display: inline-block;
	width: 100px;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-none .bdt-total-count .bdt-total-count-icon-wrapper:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-none .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
	opacity: 1;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-a .bdt-total-count .bdt-total-count-icon-wrapper:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transform: scale(0);
	top: 0;
	left: 0;
	border-radius: 200px;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-a .bdt-total-count:hover .bdt-total-count-icon-wrapper {
	background-color: transparent;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-a .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
	opacity: 1;
	transform: scale(1.5);
}

.elementor-widget-bdt-total-count.bdt-icon-effect-g .bdt-total-count .bdt-total-count-icon-wrapper:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	z-index: -1;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
}

.elementor-widget-bdt-total-count.bdt-icon-effect-g .bdt-total-count:hover .bdt-total-count-icon-wrapper {
	background-color: transparent;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-g .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
	width: 90%;
	opacity: 1;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-b .bdt-total-count .bdt-total-count-icon-wrapper {
	overflow: hidden;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-b .bdt-total-count .bdt-total-count-icon-wrapper:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.elementor-widget-bdt-total-count.bdt-icon-effect-b .bdt-total-count:hover .bdt-total-count-icon-wrapper {
	background-color: transparent;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-b .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
	height: 260%;
	opacity: 1;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-c .bdt-total-count .bdt-total-count-icon-wrapper:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%);
}

.elementor-widget-bdt-total-count.bdt-icon-effect-c .bdt-total-count:hover .bdt-total-count-icon-wrapper {
	background-color: transparent;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-c .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
	height: 75%;
	opacity: 1;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-d .bdt-total-count .bdt-total-count-icon-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	z-index: -1;
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform-origin: 0% 100%;
	transition: transform .3s, opacity .3s, background-color .3s;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-d .bdt-total-count:hover .bdt-total-count-icon-wrapper {
	background-color: transparent;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-d .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
	opacity: 1;
	transform: rotate3d(0, 0, 1, 0deg);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.elementor-widget-bdt-total-count.bdt-icon-effect-e .bdt-total-count .bdt-total-count-icon-wrapper:after {
	content: "";
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-e .bdt-total-count:hover .bdt-total-count-icon-wrapper {
	background-color: transparent;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-e .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
	height: 100%;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-f .bdt-total-count .bdt-total-count-icon-wrapper:after {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all .3s ease-out;
	background: #666;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-f .bdt-total-count:hover .bdt-total-count-icon-wrapper {
	background-color: transparent;
}

.elementor-widget-bdt-total-count.bdt-icon-effect-f .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
	width: 100%;
}

.elementor-widget-bdt-total-count .bdt-total-count {
	text-align: center;
}

.elementor-widget-bdt-total-count .bdt-total-count-number {
	font-weight: 700;
	font-size: 48px;
	color: #4d535f;
}

.elementor-widget-bdt-total-count .bdt-total-count-number a {
	color: inherit;
}

.elementor-widget-bdt-total-count .bdt-total-count-content-text {
	margin-top: 0;
	margin-bottom: 0;
	color: #999ea7;
	font-weight: 400;
}

.elementor-widget-bdt-total-count h1:not(.site-title):before, .elementor-widget-bdt-total-count h2:before {
	content: "";
	display: none;
}

.elementor-widget-bdt-total-count .bdt-icon-heading {
	margin-bottom: 20px;
}

.elementor-widget-bdt-total-count .bdt-icon-heading .bdt-total-count-number {
	margin-bottom: 0;
	margin-top: 0;
}

.elementor-widget-bdt-total-count.bdt-global-link-yes .bdt-total-count:hover {
	cursor: pointer;
}

.elementor-widget-bdt-total-count .bdt-total-count {
	text-align: center;
}

.elementor-widget-bdt-total-count .bdt-total-count-number {
	font-weight: 700;
	font-size: 48px;
}

.elementor-widget-bdt-total-count .bdt-total-count-number a {
	color: inherit;
}

.elementor-widget-bdt-total-count .bdt-total-count-content-text {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.elementor-widget-bdt-total-count.elementor-position-left .bdt-total-count {
		display: flex;
		text-align: left;
		flex-direction: row;
	}
	
	.elementor-widget-bdt-total-count.elementor-position-left .bdt-total-count-icon {
		flex: 0 0 auto;
	}
	
	.elementor-widget-bdt-total-count.elementor-position-right .bdt-total-count {
		display: flex;
		text-align: right;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-bdt-total-count.elementor-position-right .bdt-total-count-icon {
		flex: 0 0 auto;
	}
	
	.elementor-widget-bdt-total-count.elementor-position-top .bdt-total-count-img {
		margin: auto;
	}
	
	.elementor-widget-bdt-total-count.elementor-position-top .bdt-total-count-icon {
		display: inline-block;
	}
	
	.elementor-widget-bdt-total-count.elementor-vertical-align-top .bdt-total-count {
		align-items: flex-start;
	}
	
	.elementor-widget-bdt-total-count.elementor-vertical-align-middle .bdt-total-count {
		align-items: center;
	}
	
	.elementor-widget-bdt-total-count.elementor-vertical-align-bottom .bdt-total-count {
		align-items: flex-end;
	}
}

@media (max-width:767px) {
	.elementor-widget-bdt-total-count .bdt-total-count-icon {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 15px;
	}
	
	.elementor-widget-bdt-total-count.bdt-icon-type-image .bdt-total-count-icon-wrapper {
		width: auto;
	}
}

.elementor-widget-bdt-trailer-box {
	overflow: hidden;
	position: relative;
}

.elementor-widget-bdt-trailer-box .bdt-trailer-box-button {
	transition-delay: 100ms;
	display: inline-block;
}

.elementor-widget-bdt-trailer-box .bdt-trailer-box-button .bdt-trailer-box-button-icon-left {
	float: left;
}

.elementor-widget-bdt-trailer-box .bdt-trailer-box-button .bdt-trailer-box-button-icon-right {
	float: right;
}

.elementor-widget-bdt-trailer-box .bdt-trailer-box-button svg {
	width: 1em;
	height: 1em;
}

.bdt-trailer-box img {
	width: 100%;
}

.bdt-trailer-box .bdt-trailer-box-desc {
	padding: 20px;
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-title {
	margin-bottom: 10px;
	margin-top: 0;
	transition: all .3s ease;
	display: inline-block;
	-webkit-transform: translate(var(--ep-trailer-box-title-x-offset, 0), var(--ep-trailer-box-title-y-offset, 0)) rotate(var(--ep-trailer-box-title-rotate, 0));
	transform: translate(var(--ep-trailer-box-title-x-offset, 0), var(--ep-trailer-box-title-y-offset, 0)) rotate(var(--ep-trailer-box-title-rotate, 0));
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-pre-title, .bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-title, .bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-text, .bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-button {
	text-decoration: none;
	color: inherit;
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-pre-title {
	display: inline-block;
	font-size: 14px;
	color: #999;
	z-index: 0;
	top: -20px;
	line-height: 1;
	font-weight: 600;
	text-transform: capitalize;
	transition: all .3s ease-out;
	-webkit-transform: translate(var(--ep-trailer-box-pre-title-x-offset, 0), var(--ep-trailer-box-pre-title-y-offset, 0)) rotate(var(--ep-trailer-box-pre-title-rotate, 0));
	transform: translate(var(--ep-trailer-box-pre-title-x-offset, 0), var(--ep-trailer-box-pre-title-y-offset, 0)) rotate(var(--ep-trailer-box-pre-title-rotate, 0));
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-text {
	transition-delay: 50ms;
	margin-top: 10px;
	transition: all .3s ease;
	-webkit-transform: translate(var(--ep-trailer-box-text-x-offset, 0), var(--ep-trailer-box-text-y-offset, 0)) rotate(var(--ep-trailer-box-text-rotate, 0));
	transform: translate(var(--ep-trailer-box-text-x-offset, 0), var(--ep-trailer-box-text-y-offset, 0)) rotate(var(--ep-trailer-box-text-rotate, 0));
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-button {
	transition-delay: 100ms;
	display: inline-block;
	transition: all .3s ease;
	-webkit-transform: translate(var(--ep-trailer-box-button-x-offset, 0), var(--ep-trailer-box-button-y-offset, 0)) rotate(var(--ep-trailer-box-button-rotate, 0));
	transform: translate(var(--ep-trailer-box-button-x-offset, 0), var(--ep-trailer-box-button-y-offset, 0)) rotate(var(--ep-trailer-box-button-rotate, 0));
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-button .bdt-trailer-box-button-icon-left {
	float: left;
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-button .bdt-trailer-box-button-icon-right {
	float: right;
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-button svg {
	width: 1em;
	height: 1em;
}

.bdt-trailer-box:hover .bdt-trailer-box-desc-inner .bdt-trailer-box-pre-title {
	-webkit-transform: translate(var(--ep-trailer-box-pre-title-hover-x-offset, 0), var(--ep-trailer-box-pre-title-hover-y-offset, 0)) rotate(var(--ep-trailer-box-pre-title-hover-rotate, 0));
	transform: translate(var(--ep-trailer-box-pre-title-hover-x-offset, 0), var(--ep-trailer-box-pre-title-hover-y-offset, 0)) rotate(var(--ep-trailer-box-pre-title-hover-rotate, 0));
}

.bdt-trailer-box:hover .bdt-trailer-box-desc-inner .bdt-trailer-box-title {
	-webkit-transform: translate(var(--ep-trailer-box-title-hover-x-offset, 0), var(--ep-trailer-box-title-hover-y-offset, 0)) rotate(var(--ep-trailer-box-title-hover-rotate, 0));
	transform: translate(var(--ep-trailer-box-title-hover-x-offset, 0), var(--ep-trailer-box-title-hover-y-offset, 0)) rotate(var(--ep-trailer-box-title-hover-rotate, 0));
}

.bdt-trailer-box:hover .bdt-trailer-box-desc-inner .bdt-trailer-box-text {
	-webkit-transform: translate(var(--ep-trailer-box-text-hover-x-offset, 0), var(--ep-trailer-box-text-hover-y-offset, 0)) rotate(var(--ep-trailer-box-text-hover-rotate, 0));
	transform: translate(var(--ep-trailer-box-text-hover-x-offset, 0), var(--ep-trailer-box-text-hover-y-offset, 0)) rotate(var(--ep-trailer-box-text-hover-rotate, 0));
}

.bdt-trailer-box:hover .bdt-trailer-box-desc-inner .bdt-trailer-box-button {
	-webkit-transform: translate(var(--ep-trailer-box-button-hover-x-offset, 0), var(--ep-trailer-box-button-hover-y-offset, 0)) rotate(var(--ep-trailer-box-button-hover-rotate, 0));
	transform: translate(var(--ep-trailer-box-button-hover-x-offset, 0), var(--ep-trailer-box-button-hover-y-offset, 0)) rotate(var(--ep-trailer-box-button-hover-rotate, 0));
}

[class*='bdt-item-transition-'] {
	overflow: hidden;
	transition: .25s cubic-bezier(.13, .51, .58, 1) !important;
	transition-property: transform !important;
}

[class*='bdt-item-transition-'].bdt-item-transition-content .bdt-trailer-box-desc-inner {
	transition: all .25s cubic-bezier(.13, .51, .58, 1);
	transform: translateY(10px);
}

[class*='bdt-item-transition-'].bdt-item-transition-content:hover .bdt-trailer-box-desc-inner {
	transform: translateY(0);
}

[class*='bdt-item-transition-'].bdt-item-transition-scale-up {
	transform: scale3d(1, 1, 1);
}

[class*='bdt-item-transition-'].bdt-item-transition-scale-up:hover {
	transform: scale3d(1.1, 1.1, 1);
}

[class*='bdt-item-transition-'].bdt-item-transition-scale-down {
	transform: scale3d(1.1, 1.1, 1);
}

[class*='bdt-item-transition-'].bdt-item-transition-scale-down:hover {
	transform: scale3d(1, 1, 1);
}

.bdt-thumb-gallery img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.bdt-thumb-gallery .bdt-thumbnav-vertical>*>a {
	display: block;
}

.bdt-thumb-gallery .bdt-thumb-gallery-thumbnav a {
	height: 80px;
	width: 120px;
}

.bdt-thumb-gallery .bdt-thumb-gallery-title {
	color: #fff;
}

.bdt-thumb-gallery .bdt-thumb-gallery-text {
	margin: 0;
	color: rgba(255, 255, 255, .7);
}

.bdt-thumb-gallery .bdt-thumb-gallery-text p:last-child {
	margin-bottom: 0;
}

.bdt-thumb-gallery .bdt-thumb-gallery-text+.bdt-thumb-gallery-button-wrapper {
	margin: 20px 0 0 0;
}

.bdt-thumb-gallery .bdt-thumb-gallery-button {
	color: rgba(255, 255, 255, .7);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
}

.bdt-thumb-gallery .bdt-thumb-gallery-button:hover {
	color: #fff;
}

.bdt-thumb-gallery .bdt-thumb-gallery-button:hover svg {
	fill: #fff;
}

.bdt-thumb-gallery .bdt-thumb-gallery-button svg {
	width: 1em;
	height: 1em;
	fill: rgba(255, 255, 255, .7);
}

.bdt-thumb-gallery .bdt-thumb-gallery-thumbnav a {
	transition: all .25s ease-in-out;
}

.bdt-thumb-gallery .bdt-thumb-gallery-thumbnav a:hover {
	overflow: hidden;
}

.bdt-thumb-gallery .bdt-thumb-gallery-content {
	background-color: rgba(25, 25, 25, .5);
	padding: 35px;
	max-width: 600px;
	border-radius: 3px;
}

.bdt-thumb-gallery .bdt-thumb-gallery-navigation-wrapper.bdt-position-center {
	width: 100%;
}

.bdt-thumb-gallery .bdt-thumb-gallery-navigation-wrapper.bdt-position-center .bdt-slidenav {
	position: absolute;
	transform: translateY(-50%);
}

.bdt-thumb-gallery .bdt-thumbnav {
	margin: 0;
	grid-gap: 15px;
	justify-content: center;
	align-items: center;
}

.bdt-thumb-gallery .bdt-thumbnav li {
	padding-top: 0;
	padding-left: 0;
	display: flex;
}

.bdt-thumb-gallery .bdt-thumbnav li a {
	transition: all .25s ease-in-out;
	position: relative;
}

.bdt-thumb-gallery .bdt-thumbnav li a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .4);
	transition: background-color .1s ease-in-out;
}

.bdt-thumb-gallery .bdt-thumbnav li a:hover::after {
	background-color: transparent;
}

.bdt-thumb-gallery .bdt-thumbnav li.bdt-active a::after {
	background-color: transparent;
}

@media screen and (max-width:767px) {
	.bdt-thumb-gallery .bdt-thumbnav-wrapper {
		position: relative !important;
		transform: translate(0) !important;
		left: auto !important;
		right: auto !important;
	}
	
	.bdt-thumb-gallery .bdt-thumbnav-vertical>* {
		padding-left: 15px !important;
	}
	
	.bdt-thumb-gallery .bdt-thumb-gallery-text {
		display: none;
	}
}

.bdt-show-hide-container .bdt-show-hide {
	margin: 0;
	padding: 0;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-content {
	display: none;
	margin: 0;
	padding: 0;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-show-hide-title {
	display: flex;
	font-size: 1rem;
	transition: all 300ms cubic-bezier(0, .49, .27, .99);
	position: relative;
	justify-content: center;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-show-hide-title:before {
	content: "";
	position: absolute;
	height: 100px;
	width: 100%;
	left: 0;
	bottom: 100%;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
	transition: all 1000ms cubic-bezier(0, .49, .27, .99);
	pointer-events: none;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-show-hide-title .bdt-show-hide-btn {
	padding: 15px 0;
	transition: all .3s ease;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-toggle-close, .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-toggle-open {
	display: none;
	z-index: 2;
	position: relative;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item.bdt-open .bdt-toggle-close {
	display: inline-block;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item.bdt-open .bdt-show-hide-icon-closed {
	display: none;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item.bdt-open .bdt-show-hide-icon-opened {
	display: block;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item.bdt-open .bdt-show-hide-title:before {
	height: 15px !important;
	transition: all 1s linear;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item:not(.bdt-open) .bdt-toggle-open {
	display: inline-block;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-show-hide-icon-closed {
	display: block;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-show-hide-icon-opened {
	display: none;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item.bdt-open .bdt-show-hide-content {
	display: block;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-icon {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	z-index: 2;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-icon.left-position {
	margin-right: 10px;
}

.bdt-show-hide-container .bdt-show-hide .bdt-show-hide-icon svg {
	width: 1em;
	height: 1em;
	fill: #1e87f0;
}

.bdt-show-hide-container .bdt-show-hide-title {
	display: block;
}

.bdt-show-hide-container .bdt-show-hide-content {
	display: none;
}

.bdt-fold-toggle {
	overflow: hidden;
	transition: all 1s linear;
}

.elementor-widget-bdt-threesixty-product-viewer .bdt-icon {
	transition: all .25s ease-out;
}

.elementor-widget-bdt-threesixty-product-viewer .bdt-icon i {
	font-size: 24px;
}

.elementor-widget-bdt-threesixty-product-viewer.bdt-tspv-fb-icon-on-hover-yes .bdt-icon {
	opacity: 0;
	transition: opacity 350ms cubic-bezier(.24, .85, .58, 1);
}

.elementor-widget-bdt-threesixty-product-viewer.bdt-tspv-fb-icon-on-hover-yes:hover .bdt-icon {
	opacity: 1;
}

.bdt-user-login .elementor-field-type-submit .elementor-button {
	padding: 12px 20px;
	line-height: 1;
}

.bdt-user-login .bdt-user-logged-out a.bdt-button {
	color: #fff !important;
}

.bdt-user-login .bdt-logout-button {
	transition: all .3s ease;
}

.bdt-user-login .bdt-button-dropdown-icon {
	display: inline-flex;
	align-items: center;
}

.bdt-user-login .bdt-button-dropdown-icon svg {
	width: 1em;
	height: 1em;
}

.bdt-user-login-skin-dropdown .bdt-dropdown {
	padding: 30px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	border-radius: 3px;
	width: 100%;
}

.bdt-user-login-skin-dropdown .bdt-user-card-small {
	background-color: rgba(0, 0, 0, .05);
	padding: 20px;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px;
	margin-bottom: 20px;
}

.bdt-user-login-skin-dropdown .bdt-user-card-small .avatar {
	border-radius: 4px;
}

.bdt-user-login-skin-dropdown .bdt-user-card-small .bdt-card-title {
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 3px;
}

.bdt-user-login-skin-dropdown .bdt-user-card-small p {
	font-size: 13px;
}

.bdt-user-login-skin-dropdown .bdt-ul-custom-nav-icon {
	margin-right: 10px;
}

.bdt-user-login-skin-dropdown .bdt-dropdown-nav li a {
	font-size: 14px;
	font-weight: 400;
}

.bdt-user-login-skin-dropdown .bdt-dropdown-nav .bdt-ul-logout-menu {
	font-weight: 700;
}

.bdt-user-login-skin-dropdown .bdt-dropdown-nav .bdt-nav-divider {
	margin: 10px 0;
	border-top: 1px solid rgba(185, 185, 185, .15);
}

.bdt-user-login-skin-dropdown .bdt-user-login-button-avatar img {
	border-radius: 50%;
	width: 16px;
}

.bdt-field-group {
	margin-bottom: 10px;
}

.bdt-form-stacked .bdt-field-group.bdt-margin-remove-bottom {
	line-height: 1;
}

.bdt-form-stacked .bdt-field-group .bdt-checkbox {
	margin-right: 3px;
}

.bdt-user-login-password a {
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.bdt-user-login-password a:not(:last-child) {
	margin-right: 22px;
}

.bdt-user-login-password a:not(:last-child):after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	top: 50%;
	right: -15px;
	background-color: rgba(100, 100, 100, .39);
	border-radius: 8px;
	margin-top: -2px;
	opacity: .3;
}

.bdt-user-login-modal .bdt-modal-header {
	background: transparent;
	border-radius: inherit;
	border-bottom: 1px solid rgba(153, 153, 153, .19);
}

.bdt-user-login-modal .bdt-modal-header .bdt-icon {
	transform: translateY(-3px);
	margin-right: 5px;
}

.bdt-user-login-modal .bdt-modal-close-default {
	top: 18px;
	right: 20px;
}

.bdt-user-login-modal .elementor-field-type-submit .elementor-button {
	padding: 12px 20px;
}

.bdt-user-login-modal .bdt-padding-50 {
	padding-right: 40px;
}

.bdt-user-login-modal .bdt-social-login {
	padding-left: 0;
}

.bdt-user-login-modal .bdt-recaptcha-text {
	position: absolute;
	margin-top: 20px;
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	width: 100%;
}

.bdt-user-login-modal .bdt-recaptcha-text a {
	color: #fff;
}

.bdt-user-login-modal .grecaptcha-badge {
	visibility: hidden;
}

.bdt-social-wrapper {
	height: 100%;
}

.bdt-separator:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: #eee;
	top: 0;
	left: 0;
}

.bdt-separator:after {
	content: "OR";
	position: absolute;
	height: 36px;
	width: 36px;
	top: -18px;
	left: 50%;
	font-weight: 600;
	font-size: 10px;
	color: #999;
	border: 2px solid #eee;
	background: #fff;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	outline: none;
	animation: shadow-pulse 2s infinite;
}

.bdt-social-login {
	padding-left: 0;
	padding-top: 40px;
	width: 100%;
}

.bdt-social-login .bdt-google a, .bdt-social-login .bdt-facebook a {
	color: #fff;
	padding: 8px 30px;
	display: block;
	border-radius: 3px;
	position: relative;
	text-decoration: none;
	transition: all .3s ease;
}

.bdt-social-login .bdt-google a i, .bdt-social-login .bdt-facebook a i {
	background: #fff;
	margin-left: -28px;
	border-radius: 2px;
	margin-right: 16px;
	transition: all .3s ease;
}

.bdt-social-login .bdt-facebook a {
	background: #4267b2;
	border: 2px solid #4267b2;
}

.bdt-social-login .bdt-facebook a i {
	padding: 10px 13px;
	color: #4267b2;
}

.bdt-social-login .bdt-facebook a:hover {
	color: #4267b2;
	background: #fff;
}

.bdt-social-login .bdt-facebook a:hover i {
	color: #fff;
	background: #4267b2;
}

.bdt-social-login .bdt-google a {
	background: #4081ed;
	border: 2px solid #4081ed;
}

.bdt-social-login .bdt-google a i {
	padding: 10px 10.4px;
	color: #4081ed;
}

.bdt-social-login .bdt-google a:hover {
	color: #4081ed;
	background: #fff;
}

.bdt-social-login .bdt-google a:hover i {
	color: #fff;
	background: #4081ed;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	}
	
	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

.bdt-padding-50 {
	padding-right: 0;
	padding-bottom: 40px;
}

.bdt-padding-bottom-40 {
	padding-bottom: 40px;
}

.bdt-margin-bottom-30 {
	margin-bottom: 20px;
}

.bdt-margin-bottom-20 {
	margin-bottom: 20px;
}

.bdt-user-login-skin-dropdown .bdt-width-1-2\@s {
	width: 100% !important;
}

.bdt-user-login-skin-dropdown .bdt-social-login {
	padding-left: 0;
	padding-top: 40px;
}

.bdt-user-login-skin-dropdown .bdt-padding-50 {
	padding-right: 0;
	padding-bottom: 40px;
}

.bdt-user-login-skin-dropdown .bdt-separator:before {
	width: 100%;
	height: 1px;
}

.bdt-user-login-skin-dropdown .bdt-separator:after {
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
}

.bdt-user-login-skin-dropdown .bdt-margin-bottom-30 {
	margin-bottom: 20px;
}

@media (min-width:640px) {
	.bdt-social-login {
		padding-left: 50px;
		padding-top: 0;
	}
	
	.bdt-padding-50 {
		padding-right: 50px;
		padding-bottom: 0;
	}
	
	.bdt-margin-bottom-30 {
		margin-bottom: 30px;
	}
	
	.bdt-separator:before {
		width: 1px;
		height: 100%;
	}
	
	.bdt-separator:after {
		left: -18px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.bdt-user-login-modal .bdt-social-login {
		padding-left: 40px;
	}
	
	.bdt-user-login-skin-dropdown .bdt-width-1-2\@s {
		width: 100%;
	}
}

.bdt-user-register .elementor-field-type-submit .elementor-button {
	padding: 12px 30px;
	line-height: 1;
}

.bdt-user-register .bdt-progress, .bdt-user-register-modal .bdt-progress {
	height: 6px;
	border-radius: 3px;
	overflow: hidden;
}

.bdt-user-register .bdt-progress-bar, .bdt-user-register-modal .bdt-progress-bar {
	height: 100%;
	transition: width .8s ease;
}

.bdt-user-register-skin-dropdown .bdt-dropdown {
	padding: 30px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	border-radius: 3px;
	max-width: 300px;
}

.bdt-field-group {
	margin-bottom: 10px;
}

.bdt-form-stacked .bdt-field-group.bdt-margin-remove-bottom {
	line-height: 1;
}

.bdt-form-stacked .bdt-field-group .bdt-checkbox {
	margin-right: 3px;
}

.bdt-user-register-password a {
	position: relative;
	display: inline-block;
}

.bdt-user-register-password a:not(:last-child) {
	margin-right: 22px;
}

.bdt-user-register-password a:not(:last-child):after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	top: 50%;
	right: -15px;
	background-color: rgba(100, 100, 100, .39);
	border-radius: 8px;
	margin-top: -2px;
	opacity: .3;
}

.bdt-modal-default .bdt-modal-dialog {
	width: 460px;
}

.bdt-modal-default .bdt-recaptcha-text {
	position: absolute;
	margin-top: 20px;
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	width: 100%;
}

.bdt-modal-default .bdt-recaptcha-text a {
	color: #fff;
}

.bdt-modal-default .grecaptcha-badge {
	visibility: hidden;
}

.bdt-user-register-modal .bdt-modal-header {
	background: transparent;
	border-radius: inherit;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid rgba(153, 153, 153, .19);
}

.bdt-user-register-modal .bdt-modal-header .bdt-icon {
	transform: translateY(-3px);
	margin-right: 5px;
}

.bdt-user-register-modal .bdt-modal-header .bdt-modal-title {
	margin: 0;
}

.bdt-user-register-modal .bdt-modal-close-default {
	top: 18px;
	right: 20px;
}

.bdt-user-register-modal .bdt-modal-close-default svg {
	width: 1em;
	height: 1em;
}

.bdt-user-register-modal .elementor-field-type-submit .elementor-button {
	padding: 12px 20px;
}

.bdt-register-additional-message {
	font-size: 12px;
	color: #999;
}

.elementor-widget-bdt-user-register .bdt-alert-close {
	top: auto;
}

.element-pack-agbg-yes .bdt-animated-gradient-background {
	pointer-events: none;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bdt-cursor-effects-yes {
	--cursor-ball-color: red;
	--cursor-ball-size: 10px;
	--cursor-circle-color: red;
	--cursor-circle-size: 40px;
	--cursor-text-label: "bdthemes";
}

.bdt-cursor-effects-yes .bdt-cursor-effects {
	position: fixed;
	z-index: 999999;
}

.bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-ball.cotton-active {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	pointer-events: none;
	transform: translate(-20px, -20px);
}

.bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-circle.cotton-active {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	transform: translate(-40px, -40px);
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-1 .cotton-init.ep-cursor-ball.cotton-active {
	width: var(--cursor-ball-size);
	height: var(--cursor-ball-size);
	background-color: var(--cursor-ball-color);
	border-radius: 50%;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-1 .cotton-init.ep-cursor-circle.cotton-active {
	background-color: transparent;
	border: 1px solid var(--cursor-circle-color);
	width: var(--cursor-circle-size);
	height: var(--cursor-circle-size);
	border-radius: 50%;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init {
	position: relative;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active {
	border-radius: 50%;
	background-size: cover;
	background-position: center;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::before, .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: var(--cursor-ball-size);
	height: 2px;
	background: var(--cursor-ball-color);
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active:after {
	transform: translateX(-50%) rotate(90deg);
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-circle.cotton-active {
	background-color: transparent;
	border: 1px solid var(--cursor-circle-color);
	width: var(--cursor-circle-size);
	height: var(--cursor-circle-size);
	border-radius: 50%;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-3 .cotton-init.ep-cursor-circle.cotton-active {
	background-color: var(--cursor-ball-color);
	width: var(--cursor-ball-size);
	height: var(--cursor-ball-size);
	border-radius: 50%;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-5 .cotton-init.ep-cursor-ball.cotton-active {
	width: 450px;
	height: 450px;
	background-color: var(--cursor-ball-color);
	border-radius: 50%;
}

.bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-image {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-text, .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-icons, .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-image {
	display: block;
}

.bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-text, .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-icons, .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-image {
	display: none;
}

.bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-icons {
	color: var(--cursor-ball-color);
}

.bdt-cursor-effects-yes.bdt-cursor-effects-disable-default-cursor-yes .bdt-marquee {
	cursor: none !important;
}

.bdt-cursor-effects-yes {
	--cursor-ball-color: red;
	--cursor-ball-size: 10px;
	--cursor-circle-color: red;
	--cursor-circle-size: 40px;
	--cursor-text-label: "bdthemes";
}

.bdt-cursor-effects-yes .bdt-cursor-effects {
	position: fixed;
	z-index: 999999;
}

.bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-ball.cotton-active {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	pointer-events: none;
	transform: translate(-20px, -20px);
}

.bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-circle.cotton-active {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	transform: translate(-40px, -40px);
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-1 .cotton-init.ep-cursor-ball.cotton-active {
	width: var(--cursor-ball-size);
	height: var(--cursor-ball-size);
	background-color: var(--cursor-ball-color);
	border-radius: 50%;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-1 .cotton-init.ep-cursor-circle.cotton-active {
	background-color: transparent;
	border: 1px solid var(--cursor-circle-color);
	width: var(--cursor-circle-size);
	height: var(--cursor-circle-size);
	border-radius: 50%;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init {
	position: relative;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active {
	border-radius: 50%;
	background-size: cover;
	background-position: center;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::before, .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: var(--cursor-ball-size);
	height: 2px;
	background: var(--cursor-ball-color);
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active:after {
	transform: translateX(-50%) rotate(90deg);
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-circle.cotton-active {
	background-color: transparent;
	border: 1px solid var(--cursor-circle-color);
	width: var(--cursor-circle-size);
	height: var(--cursor-circle-size);
	border-radius: 50%;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-3 .cotton-init.ep-cursor-circle.cotton-active {
	background-color: var(--cursor-ball-color);
	width: var(--cursor-ball-size);
	height: var(--cursor-ball-size);
	border-radius: 50%;
}

.bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-5 .cotton-init.ep-cursor-ball.cotton-active {
	width: 450px;
	height: 450px;
	background-color: var(--cursor-ball-color);
	border-radius: 50%;
}

.bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-image {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-text, .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-icons, .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-image {
	display: block;
}

.bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-text, .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-icons, .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-image {
	display: none;
}

.bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-icons {
	color: var(--cursor-ball-color);
}

.rtl .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-ball.cotton-active {
	right: 0;
	left: auto;
}

.rtl .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-circle.cotton-active {
	right: 0;
	left: auto;
}

.rtl .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::before, .rtl .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::after {
	right: 50%;
	left: auto;
}

.bdt-image-hover-effect-wrap img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .5s ease;
}

.bdt-image-hover-effect-wrap {
	overflow: hidden;
	position: relative;
}

.bdt-image-hover-effect-wrap::before, .bdt-image-hover-effect-wrap::after {
	position: absolute;
	content: "";
	transition: all .5s ease;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-1::before, .bdt-image-hover-effect-wrap.bdt-image-hover-effect-1::after {
	z-index: 3;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-1::before {
	top: 50%;
	left: 0;
	right: 0;
	bottom: 50%;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-1:hover img {
	transform: scale(1.1);
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-1::after {
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-1:hover:before {
	top: 0;
	bottom: 0;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-1:hover:after {
	left: 0;
	right: 0;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-2::after {
	left: 50%;
	opacity: 1;
	padding-top: 100%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg) scale(0);
	width: 100%;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-2:hover::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-2:hover img {
	transform: scale(1.1);
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-3::before, .bdt-image-hover-effect-wrap.bdt-image-hover-effect-3::after {
	bottom: 20px;
	left: 20px;
	opacity: 0;
	right: 20px;
	top: 20px;
	z-index: 1;
	background: unset !important;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-3::before {
	transform: scaleX(0);
	border-bottom: 2px solid;
	border-top: 2px solid;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-3:hover img {
	transform: scale(1.1);
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-3::after {
	transform: scaleY(0);
	border-left: 2px solid;
	border-right: 2px solid;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-3:hover::before, .bdt-image-hover-effect-wrap.bdt-image-hover-effect-3:hover::after {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-4::before {
	top: 0;
	left: 50%;
	width: 120%;
	height: 100px;
	transition: all .6s linear;
	z-index: 1;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
	backface-visibility: hidden;
	pointer-events: none;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-4:hover img {
	transform: scale(1.1);
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-4:hover::before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(200%);
	left: -100%;
	top: 100%;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-5::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 2px solid;
	border-left: 2px solid;
	transform: scale(1, 0);
	transform-origin: 100% 0;
	opacity: 0;
	z-index: 1;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-5:hover img {
	transform: scale(1.1);
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-5::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	opacity: 0;
	transform: scale(0, 1);
	transform-origin: 0 0;
	z-index: 1;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-5::after, .bdt-image-hover-effect-wrap.bdt-image-hover-effect-5::before {
	background: unset !important;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-5:hover::after, .bdt-image-hover-effect-wrap.bdt-image-hover-effect-5:hover::before {
	opacity: 1;
	transform: scale(1);
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-6::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid;
	opacity: 0;
	transform: scale(0);
	background: unset !important;
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-6:hover img {
	transform: scale(1.1);
}

.bdt-image-hover-effect-wrap.bdt-image-hover-effect-6:hover::after {
	opacity: 1;
	transform: scale(1);
}

.parallax-scene {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	overflow: hidden;
}

.bdt-scene-item {
	position: absolute;
	width: 102%;
	height: 104%;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: -1%;
	left: -2%;
	background-size: auto;
}

.bdt-reveal-effects-yes .block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	pointer-events: none;
	opacity: 0;
	z-index: 999;
}

.bdt-shape-builder {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	transition: filter .3s ease-out;
}

.bdt-shape-builder svg {
	transform: translate(var(--shape-position-x, 0), var(--shape-position-y, 0)) rotate(var(--shape-rotate, 0deg));
	transition: all .3s ease-out;
}

.elementor[class^="elementor-"] .elementor-element:hover>.bdt-shape-builder svg, .elementor[class*=" elementor-"] .elementor-element:hover>.bdt-shape-builder svg {
	transform: translate(var(--shape-position-hover-x, var(--shape-position-x, 0)), var(--shape-position-hover-y, var(--shape-position-y, 0))) rotate(var(--shape-rotate-hover, var(--shape-rotate, 0deg)));
}

.elementor-element-edit-mode:hover>.bdt-shape-builder svg {
	transform: translate(var(--shape-position-hover-x, var(--shape-position-x, 0)), var(--shape-position-hover-y, var(--shape-position-y, 0))) rotate(var(--shape-rotate-hover, var(--shape-rotate, 0deg)));
}

.elementor-section.bdt-tile-scroll-yes {
	overflow: hidden;
}

.bdt-tile-scroll {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.bdt-tile-scroll__wrap {
	width: 150%;
	--bdt-tile-scrollwrap-height: var(--bdt-tile-scroll-height);
	height: var(--bdt-tile-scrollwrap-height);
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	top: 50%;
}

.bdt-tile-scroll__line {
	display: flex;
}

.bdt-tile-scroll__line-img {
	flex: none;
	width: calc(var(--bdt-tile-scroll-item-width, 16.6666%) - var(--bdt-tile-scroll-margin, 2vw) * 2);
	height: calc(var(--bdt-tile-scrollwrap-height) / 3 - ( 3 * var(--bdt-tile-scroll-margin, 2vw) / 2 ));
	margin: var(--bdt-tile-scroll-margin, 2vw);
	background-size: cover;
	background-position: 50% 50%;
}

.bdt-tile-scroll--horizontal .bdt-tile-scroll__wrap {
	--bdt-tile-scrollwrap-height: calc(var(--bdt-tile-scroll-height) * 1.8);
	transform: translate3d(-50%, -50%, 0) rotate(var(--bdt-tile-scroll-rotate));
}

.bdt-tile-scroll--horizontal .bdt-tile-scroll__line-img {
	width: calc(var(--bdt-tile-scroll-item-width, 16.6666%) - var(--bdt-tile-scroll-margin, 1vw) * 2);
	height: calc(var(--bdt-tile-scrollwrap-height) / 5 - ( 4 * var(--bdt-tile-scroll-margin, 1vw) / 2 ));
}

.bdt-tile-scroll--vertical .bdt-tile-scroll__wrap {
	width: 100%;
	display: flex;
	--bdt-tile-scrollwrap-height: calc(var(--tiles-height, 140vh) * 1.4);
	transform: translate3d(0, -50%, 0);
	left: 0;
	top: 50%;
}

.bdt-tile-scroll--vertical .bdt-tile-scroll__line {
	width: 25%;
	padding: 0 calc(var(--bdt-tile-scroll-margin, 2rem) / 2);
	display: block;
}

.bdt-tile-scroll--vertical .bdt-tile-scroll__line-img {
	width: 100%;
	height: calc(var(--bdt-tile-scroll-height, 52vw) / 1.95);
	margin: var(--bdt-tile-scroll-margin, 2rem) 0;
}

[class^="ep-icon-"], [class*=" ep-icon-"] {
	font-family: "element-pack" !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ep-icon-g2:before {
	content: "";
}

.ep-icon-yelp:before {
	content: "";
}

.ep-icon-facebook:before {
	content: "";
}

.ep-icon-google:before {
	content: "";
}

.ep-icon-capterra:before {
	content: "";
}

.ep-icon-foursquare:before {
	content: "";
}

.ep-icon-glassdoor:before {
	content: "";
}

.ep-icon-tripadvisor:before {
	content: "";
}

.ep-icon-trustpilot:before {
	content: "";
}

.ep-icon-trustradius:before {
	content: "";
}

.ep-icon-arrow-right-default:before {
	content: "";
}

.ep-icon-arrow-right-0:before {
	content: "";
}

.ep-icon-arrow-left-default:before {
	content: "";
}

.ep-icon-arrow-left-0:before {
	content: "";
}

.ep-icon-arrow-left:before {
	content: "";
}

.ep-icon-arrow-right:before {
	content: "";
}

.ep-icon-arrow-left-1:before {
	content: "";
}

.ep-icon-arrow-right-1:before {
	content: "";
}

.ep-icon-arrow-left-2:before {
	content: "";
}

.ep-icon-arrow-right-2:before {
	content: "";
}

.ep-icon-arrow-left-3:before {
	content: "";
}

.ep-icon-arrow-right-3:before {
	content: "";
}

.ep-icon-arrow-left-4:before {
	content: "";
}

.ep-icon-arrow-right-4:before {
	content: "";
}

.ep-icon-arrow-left-5:before {
	content: "";
}

.ep-icon-arrow-right-5:before {
	content: "";
}

.ep-icon-arrow-left-6:before {
	content: "";
}

.ep-icon-arrow-right-6:before {
	content: "";
}

.ep-icon-arrow-left-7:before {
	content: "";
}

.ep-icon-arrow-right-7:before {
	content: "";
}

.ep-icon-arrow-left-8:before {
	content: "";
}

.ep-icon-arrow-right-8:before {
	content: "";
}

.ep-icon-arrow-left-9:before {
	content: "";
}

.ep-icon-arrow-right-9:before {
	content: "";
}

.ep-icon-arrow-left-10:before {
	content: "";
}

.ep-icon-arrow-right-10:before {
	content: "";
}

.ep-icon-arrow-left-11:before {
	content: "";
}

.ep-icon-arrow-right-11:before {
	content: "";
}

.ep-icon-arrow-left-12:before {
	content: "";
}

.ep-icon-arrow-right-12:before {
	content: "";
}

.ep-icon-arrow-left-13:before {
	content: "";
}

.ep-icon-arrow-right-13:before {
	content: "";
}

.ep-icon-arrow-left-14:before {
	content: "";
}

.ep-icon-arrow-right-14:before {
	content: "";
}

.ep-icon-arrow-left-15:before {
	content: "";
}

.ep-icon-arrow-right-15:before {
	content: "";
}

.ep-icon-arrow-left-16:before {
	content: "";
}

.ep-icon-arrow-right-16:before {
	content: "";
}

.ep-icon-arrow-left-17:before {
	content: "";
}

.ep-icon-arrow-right-17:before {
	content: "";
}

.ep-icon-arrow-left-18:before {
	content: "";
}

.ep-icon-arrow-right-18:before {
	content: "";
}

.ep-icon-arrow-up-1:before {
	content: "";
}

.ep-icon-arrow-down-1:before {
	content: "";
}

.ep-icon-arrow-up-2:before {
	content: "";
}

.ep-icon-arrow-down-2:before {
	content: "";
}

.ep-icon-arrow-up-3:before {
	content: "";
}

.ep-icon-arrow-down-3:before {
	content: "";
}

.ep-icon-arrow-up-4:before {
	content: "";
}

.ep-icon-arrow-down-4:before {
	content: "";
}

.ep-icon-arrow-up-5:before {
	content: "";
}

.ep-icon-arrow-down-5:before {
	content: "";
}

.ep-icon-arrow-up-7:before {
	content: "";
}

.ep-icon-arrow-down-7:before {
	content: "";
}

.ep-icon-arrow-up-8:before {
	content: "";
}

.ep-icon-arrow-down-8:before {
	content: "";
}

.ep-icon-arrow-left-circle-1:before {
	content: "";
}

.ep-icon-arrow-right-circle-1:before {
	content: "";
}

.ep-icon-arrow-left-circle-2:before {
	content: "";
}

.ep-icon-arrow-right-circle-2:before {
	content: "";
}

.ep-icon-arrow-left-circle-3:before {
	content: "";
}

.ep-icon-arrow-right-circle-3:before {
	content: "";
}

.ep-icon-arrow-left-circle-4:before {
	content: "";
}

.ep-icon-arrow-right-circle-4:before {
	content: "";
}

.ep-icon-arrow-left-square-1:before {
	content: "";
}

.ep-icon-arrow-right-square-1:before {
	content: "";
}

.ep-icon-cog:before {
	content: "";
}

.ep-icon-gear:before {
	content: "";
}

.ep-icon-preferences:before {
	content: "";
}

.ep-icon-settings:before {
	content: "";
}

.ep-icon-generate:before {
	content: "";
}

.ep-icon-control:before {
	content: "";
}

.ep-icon-options:before {
	content: "";
}

.ep-icon-long-arrow-right:before {
	content: "";
}

.ep-icon-clock-o:before {
	content: "";
}

.ep-icon-ellipsis-h:before {
	content: "";
}

.ep-icon-user-circle-o:before {
	content: "";
}

.ep-icon-basket-solid:before {
	content: "";
}

.ep-icon-basket-medium:before {
	content: "";
}

.ep-icon-basket-light:before {
	content: "";
}

.ep-icon-bag-solid:before {
	content: "";
}

.ep-icon-bag-medium:before {
	content: "";
}

.ep-icon-bag-light:before {
	content: "";
}

.ep-icon-cart-solid:before {
	content: "";
}

.ep-icon-cart-medium:before {
	content: "";
}

.ep-icon-cart-light:before {
	content: "";
}

.ep-icon-puzzle:before {
	content: "";
}

.ep-icon-bar:before {
	content: "";
}

.ep-icon-copy:before {
	content: "";
}

.ep-icon-graduation:before {
	content: "";
}

.ep-icon-clock:before {
	content: "";
}

.ep-icon-envelope:before {
	content: "";
}

.ep-icon-eye:before {
	content: "";
}

.ep-icon-eye-blocked:before {
	content: "";
}

.ep-icon-gallery:before {
	content: "";
}

.ep-icon-element-pack:before {
	content: "";
}

.ep-icon-aside:before {
	content: "";
}

.ep-icon-post:before {
	content: "";
}

.ep-icon-standard:before {
	content: "";
}

.ep-icon-quote:before {
	content: "";
}

.ep-icon-new-tab:before {
	content: "";
}

.ep-icon-refresh:before {
	content: "";
}

.ep-icon-play-circle:before {
	content: "";
}

.ep-icon-play:before {
	content: "";
}

.ep-icon-checkmark:before {
	content: "";
}

.ep-icon-close:before {
	content: "";
}

.ep-icon-close-2:before {
	content: "";
}

.ep-icon-plus-3:before {
	content: "";
}

.ep-icon-minus-3:before {
	content: "";
}

.ep-icon-question:before {
	content: "";
}

.ep-icon-star-full:before {
	content: "";
}

.ep-icon-self:before {
	content: "";
}

.ep-icon-star-half:before {
	content: "";
}

.ep-icon-star-empty:before {
	content: "";
}

.ep-icon-earth:before {
	content: "";
}

.ep-icon-heart-empty:before {
	content: "";
}

.ep-icon-heart-full:before {
	content: "";
}

.ep-icon-link:before {
	content: "";
}

.ep-icon-menu:before {
	content: "";
}

.ep-icon-lock:before {
	content: "";
}

.ep-icon-bubble:before {
	content: "";
}

.ep-icon-chat:before {
	content: "";
}

.ep-icon-reply:before {
	content: "";
}

.ep-icon-location:before {
	content: "";
}

.ep-icon-cart:before {
	content: "";
}

.ep-icon-file-play1:before {
	content: "";
}

.ep-icon-file-video:before {
	content: "";
}

.ep-icon-video:before {
	content: "";
}

.ep-icon-file-play:before {
	content: "";
}

.ep-icon-play1:before {
	content: "";
}

.ep-icon-file-music:before {
	content: "";
}

.ep-icon-music:before {
	content: "";
}

.ep-icon-audio:before {
	content: "";
}

.ep-icon-file-picture:before {
	content: "";
}

.ep-icon-image:before {
	content: "";
}

.ep-icon-pencil:before {
	content: "";
}

.ep-icon-edit:before {
	content: "";
}

.ep-icon-hexagon-zigzag:before {
	content: "";
}

.ep-icon-bulge-rectangle:before {
	content: "";
}

.ep-icon-hexagon-radius2:before {
	content: "";
}

.ep-icon-hexagon:before {
	content: "";
}

.ep-icon-hexagon-radius:before {
	content: "";
}

.ep-icon-plus-2:before {
	content: "";
}

.ep-icon-x:before {
	content: "";
}

.ep-icon-twitter:before {
	content: "";
}

.ep-icon-meneame:before {
	content: "";
}

.ep-icon-moimir:before {
	content: "";
}

.ep-icon-instapaper:before {
	content: "";
}

.ep-icon-surfingbird:before {
	content: "";
}

.ep-icon-livejournal:before {
	content: "";
}

.ep-icon-baidu:before {
	content: "";
}

.ep-icon-line:before {
	content: "";
}

.ep-icon-linkedin:before {
	content: "";
}

.ep-icon-github:before {
	content: "";
}

.ep-icon-youtube:before {
	content: "";
}

.ep-icon-xing:before {
	content: "";
}

.ep-icon-instagram:before {
	content: "";
}

.ep-icon-tumblr:before {
	content: "";
}

.ep-icon-apple:before {
	content: "";
}

.ep-icon-android:before {
	content: "";
}

.ep-icon-dribbble:before {
	content: "";
}

.ep-icon-skype:before {
	content: "";
}

.ep-icon-vk:before {
	content: "";
}

.ep-icon-weibo:before {
	content: "";
}

.ep-icon-renren:before {
	content: "";
}

.ep-icon-wordpress:before {
	content: "";
}

.ep-icon-delicious:before {
	content: "";
}

.ep-icon-digg:before {
	content: "";
}

.ep-icon-soundcloud:before {
	content: "";
}

.ep-icon-wechat:before {
	content: "";
}

.ep-icon-pinterest:before {
	content: "";
}

.ep-icon-whatsapp:before {
	content: "";
}

.ep-icon-odnoklassniki:before {
	content: "";
}

.ep-icon-pocket:before {
	content: "";
}

.ep-icon-safari:before {
	content: "";
}

.ep-icon-chrome:before {
	content: "";
}

.ep-icon-firefox:before {
	content: "";
}

.ep-icon-opera:before {
	content: "";
}

.ep-icon-ie:before {
	content: "";
}

.ep-icon-vimeo:before {
	content: "";
}

.ep-icon-reddit:before {
	content: "";
}

.ep-icon-edge:before {
	content: "";
}

.ep-icon-blogger:before {
	content: "";
}

.ep-icon-messenger:before {
	content: "";
}

.ep-icon-googleplay:before {
	content: "";
}

.ep-icon-mix:before {
	content: "";
}

.ep-icon-telegram:before {
	content: "";
}

.ep-icon-uikit:before {
	content: "";
}

.ep-icon-viber:before {
	content: "";
}

.ep-icon-flipboard:before {
	content: "";
}

.ep-icon-buffer:before {
	content: "";
}

.ep-icon-evernote:before {
	content: "";
}

.ep-icon-plus-circle:before {
	content: "";
}

.ep-icon-circle-plus:before {
	content: "";
}

.ep-icon-plus:before {
	content: "";
}

.ep-icon-search:before {
	content: "";
}

.df-ui-btn[class*=" ti-"]:before, .df-ui-btn[class^=ti-]:before, [class*=" df-icon-"]:before, [class^=df-icon-]:before {
	font-family: dearflip !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.df-icon-arrow-left:before {
	content: "";
}

.df-icon-arrow-right:before {
	content: "";
}

.df-icon-arrow-down:before {
	content: "";
}

.df-icon-arrow-up:before {
	content: "";
}

.df-icon-arrow-left1:before {
	content: "";
}

.df-icon-arrow-right1:before {
	content: "";
}

.df-icon-first-page:before {
	content: "";
}

.df-icon-last-page:before {
	content: "";
}

.df-icon-play-popup:before, .df-icon-play:before {
	content: "";
}

.df-icon-pause:before {
	content: "";
}

.df-icon-fast-rewind:before {
	content: "";
}

.df-icon-fast-forward:before {
	content: "";
}

.df-icon-close:before {
	content: "";
}

.df-icon-add-circle:before {
	content: "";
}

.df-icon-minus-circle:before {
	content: "";
}

.df-icon-add:before {
	content: "";
}

.df-icon-minus:before {
	content: "";
}

.df-icon-list:before {
	content: "";
}

.df-icon-grid:before {
	content: "";
}

.df-icon-grid-view:before {
	content: "";
}

.df-icon-apps:before {
	content: "";
}

.df-icon-double-page:before {
	content: "";
}

.df-icon-book:before {
	content: "";
}

.df-icon-file:before {
	content: "";
}

.df-icon-zoom-out:before {
	content: "";
}

.df-icon-zoom-in:before {
	content: "";
}

.df-icon-more:before {
	content: "";
}

.df-icon-download:before, .df-ui-btn.ti-download:before {
	content: "";
}

.df-icon-volume:before {
	content: "";
}

.df-icon-share:before {
	content: "";
}

.df-icon-fit-screen:before {
	content: "";
}

.df-icon-fullscreen:before {
	content: "";
}

.df-icon-facebook:before {
	content: "";
}

.df-icon-twitter:before {
	content: "";
}

.df-icon-help-outline:before {
	content: "";
}

.df-icon-help:before {
	content: "";
}

.df-icon-search:before, .df-ui-btn.ti-search:before {
	content: "";
}

.df-icon-print:before, .df-ui-btn.ti-printer:before {
	content: "";
}

.df-icon-mail-outline:before {
	content: "";
}

.df-icon-mail:before {
	content: "";
}

.df-icon-menu:before {
	content: "";
}

.df-icon-linkedin:before {
	content: "";
}

.df-icon-pinterest:before {
	content: "";
}

.df-icon-whatsapp:before {
	content: "";
}

/*! DEARVIEWER*/
.df-container .df-loading-icon, .df-fetch-pdf .df-loading-info, .df-flipbook-3d.df-loading:after, .df-hybrid-viewer:not(.df-zoom-active) .df-loading+.df-zoomview::after, .df-page.df-loading:after, .df-searching .df-search-info, .df-thumb.df-thumb-requested:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'utf-8\'%3F%3E%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' style=\'margin: auto; background: none; display: block; shape-rendering: auto;\' width=\'48px\' height=\'48px\' viewBox=\'0 0 100 100\' preserveAspectRatio=\'xMidYMid\'%3E%3Ccircle cx=\'50\' cy=\'50\' fill=\'none\' stroke=\'%2307abcc\' stroke-width=\'9\' r=\'30\' stroke-dasharray=\'141.37166941154067 49.12388980384689\'%3E%3CanimateTransform attributeName=\'transform\' type=\'rotate\' repeatCount=\'indefinite\' dur=\'1s\' values=\'0 50 50;360 50 50\' keyTimes=\'0;1\'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
}

.df-hidden {
	display: none !important;
}

.df-text-align-center, .has-text-align-center {
	text-align: center;
}

.df-app {
	min-height: 220px;
	position: relative;
	overflow: hidden;
	width: 100%;
	image-rendering: auto;
	direction: ltr;
	line-height: 1.5;
}

.df-container {
	height: 100%;
}

.df-container * {
	box-sizing: border-box !important;
}

.df-container i {
	font-style: normal;
}

.df-container a {
	outline: 0;
	text-decoration: none;
	box-shadow: none;
}

.df-container .df-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: no-repeat 50%;
	background-size: cover;
}

.df-container .df-loading-info {
	position: absolute;
	top: -300px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	max-width: 200px;
	margin-top: 20px;
	padding: 10px 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	background-color: #f7f7f7;
	border-radius: 5px;
	font-size: 12px;
	color: #222;
	word-break: break-word;
	letter-spacing: .5px;
	opacity: 0;
}

.df-container.df-init .df-loading-info {
	top: 50%;
	opacity: 1;
	max-width: 300px;
}

.df-container.df-init .df-viewer {
	display: none;
}

.df-container.df-error .df-loading-info {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin: 0;
	color: #b00;
}

.df-container .df-loading-icon {
	-moz-transition: .3s .1s opacity;
	-o-transition: .3s .1s opacity;
	-webkit-transition: .3s .1s opacity;
	transition: .3s .1s opacity;
	opacity: 0;
	height: 50px;
	width: 50px;
	left: 50%;
	top: 50%;
	margin: -45px -25px -25px;
	box-sizing: border-box;
	position: absolute;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: 50%;
	background-color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.df-container.df-loading .df-loading-icon {
	opacity: 1;
	z-index: 100;
}

.df-fetch-pdf .df-loading-info {
	opacity: 1;
	top: 0;
	z-index: 4;
	background-repeat: no-repeat;
	padding-left: 36px;
	background-size: 24px;
	background-position: 6px 6px;
}

.df-viewer .df-3dcanvas {
	right: 0;
	position: absolute;
}

.df-ui {
	color: #666;
	bottom: 0;
	width: 100%;
	height: 42px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	background-color: #fff;
	position: absolute;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 4;
	display: block;
}

.df-ui .df-logo {
	height: 100%;
}

.df-ui .df-logo.df-logo-img {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 5px;
}

.df-ui .df-logo.df-logo-img img {
	max-height: 100%;
	max-width: 120px;
}

.df-ui .df-ui-page {
	padding: 0;
	font-size: 12px;
	width: 50px;
	min-width: 50px;
	line-height: 42px;
	margin: 0 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .03);
}

.df-ui .df-ui-page label {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 50px;
	height: 100%;
	text-align: center;
	display: block;
	line-height: inherit !important;
	color: #999;
	font-weight: 400;
	cursor: pointer;
	background-color: transparent;
	z-index: 1;
	box-sizing: border-box;
	word-break: normal;
}

.df-ui .df-ui-page input {
	width: 100%;
	background-color: transparent;
	height: 100%;
	margin: 0;
	padding: 0 !important;
	border: 1px solid #8f8f8f;
	text-align: center;
	vertical-align: top;
	line-height: inherit !important;
	color: transparent;
	font-size: 14px;
	top: 0;
	box-sizing: border-box;
	z-index: -1;
	display: block;
	opacity: 0;
}

.df-ui .df-ui-page input:focus {
	z-index: 2;
	opacity: 1;
	color: inherit;
}

.df-ui .df-ui-page input:focus+label {
	opacity: 0;
	display: none;
}

.df-ui-btn {
	color: #777;
	vertical-align: top;
	background-color: #fff;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	width: 40px;
	height: 100%;
	font-size: 20px;
	cursor: pointer;
	z-index: 2;
	display: inline-block;
	padding: 10px 5px;
	line-height: 1.2;
	transition: .3s;
	transition-property: opacity, color, background-color;
}

.df-ui-btn:before {
	box-sizing: border-box;
}

.df-ui-btn.df-active, .df-ui-btn:hover {
	color: #00acce;
	background-color: #eee;
}

.df-ui-btn.df-active {
	background-color: #e7e7e7;
}

.df-ui-btn.disabled, .df-ui-btn.disabled:hover {
	color: #bbb;
}

.df-ui-btn span {
	display: none;
}

.df-more-container {
	display: none;
	position: absolute;
	bottom: 100%;
	margin-bottom: 8px !important;
	right: 10px;
	background-color: #f7f7f7;
	z-index: 20;
	border-radius: 5px;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .2);
}

.df-more-container:before {
	content: " ";
	position: absolute;
	border: 7px solid transparent;
	border-top-color: #eee;
	height: 0;
	width: 0;
	bottom: -14px;
	right: 13px;
	margin-right: -8px;
	pointer-events: none;
}

.df-more-container>.df-ui-btn {
	width: 170px;
	text-align: left;
	padding: 6px 8px;
	height: 36px;
	border-top: 1px solid #e4e4e4;
	border-radius: 0;
	line-height: 16px;
}

.df-more-container>.df-ui-btn span {
	font-size: 12px;
	padding-left: 24px;
	vertical-align: middle;
	display: inline-block;
}

.df-more-container>.df-ui-btn:before {
	position: absolute;
	top: 7px;
	font-size: 20px;
	width: 1em;
	text-align: center;
}

.df-more-container>.df-ui-btn:first-child {
	border-radius: 5px 5px 0 0;
	border-top: none;
}

.df-more-container>.df-ui-btn:last-child {
	border-radius: 0 0 5px 5px;
}

.df-ui-more.df-active .df-more-container {
	display: block;
}

.df-ui-search.df-active .df-search-container {
	display: block;
	padding: 5px;
}

.df-ui-nav {
	top: 50%;
	margin-top: -50px;
	position: absolute;
	opacity: .8;
	height: 100px;
	font-size: 36px;
	width: 50px;
	z-index: 2;
	cursor: pointer;
}

.df-ui-nav:hover {
	opacity: 1;
}

.df-ui-nav .df-ui-btn {
	height: auto;
	height: initial;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	padding: 15px 5px;
	width: auto;
	font-size: inherit;
	background-color: transparent !important;
}

.df-ui-nav .df-ui-btn:before {
	color: #fff;
	filter: drop-shadow(0 0 3px #000);
}

.df-ui-nav.df-ui-prev {
	left: 0;
	right: auto;
	border-radius: 0;
}

.df-ui-nav.df-ui-prev .df-ui-btn {
	left: 10px;
}

.df-ui-nav.df-ui-prev .df-ui-btn:before {
	text-align: left;
}

.df-ui-nav.df-ui-next {
	right: 0;
}

.df-ui-nav.df-ui-next .df-ui-btn {
	right: 10px;
}

.df-ui-nav.df-ui-next .df-ui-btn:before {
	text-align: right;
}

.df-flipbook-2d, .df-flipbook-3d, .df-slider, .df-viewer-container, .df-zoomview {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.df-flipbook-2d {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	-o-filter: blur(0);
	filter: blur(0);
}

.df-flipbook-2d .df-viewer-wrapper {
	position: relative;
	margin: 0 auto;
	height: 100%;
	-moz-transition: .3s left;
	-o-transition: .3s left;
	-webkit-transition: .3s left;
	transition: .3s left;
}

.df-flipbook-2d .df-book-shadow {
	position: absolute;
	z-index: -1;
	height: 100%;
	display: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.df-page-content {
	overflow: hidden;
	opacity: .3;
}

.df-page.df-loading:after {
	content: "";
	background-size: 22px;
	height: 22px;
	width: 22px;
	display: block;
	top: 50%;
	left: 50%;
	margin: -11px;
	position: absolute;
	z-index: 0;
}

.df-page.df-loading .df-page-content {
	display: none;
}

.df-page>canvas {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

.df-page .df-page-content {
	position: absolute;
	height: 100%;
	display: block;
	top: 0;
	width: 100%;
	z-index: 2;
}

.df-sheet {
	position: absolute;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}

.df-sheet .df-page, .df-sheet .df-page-back, .df-sheet .df-page-front, .df-sheet .df-sheet-fold-inner-shadow, .df-sheet .df-sheet-fold-outer-shadow, .df-sheet .df-sheet-wrapper {
	position: absolute;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}

.df-sheet .df-sheet-wrapper {
	overflow: hidden;
}

.df-sheet .df-page {
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 0;
	background-size: 100% 100%;
}

.df-sheet .df-page:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 15%;
	height: 100%;
	z-index: 5;
	opacity: .5;
	pointer-events: none;
}

.df-sheet .df-page>canvas {
	z-index: -1;
}

.df-sheet .df-page-front:before {
	left: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
}

.df-sheet .df-page-back:before {
	right: 0;
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
	background-image: -ms-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
}

.df-sheet.df-left-side {
	right: 50%;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
}

.df-sheet.df-left-side .df-page-front {
	z-index: 1;
}

.df-sheet.df-left-side .df-page-back {
	z-index: 2;
}

.df-sheet.df-right-side {
	left: 50%;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
}

.df-sheet.df-right-side .df-page-front {
	z-index: 2;
}

.df-sheet.df-right-side .df-page-back {
	z-index: 1;
}

.df-sheet .df-sheet-fold-inner-shadow {
	position: absolute;
	z-index: 5;
	display: none;
}

.df-sheet .df-sheet-fold-outer-shadow {
	z-index: -1;
	width: 100%;
	height: 100%;
}

.df-sheet.df-flipping, .df-sheet.df-folding {
	z-index: 200 !important;
}

.df-sheet.df-folding.df-left-side .df-page-front, .df-sheet.df-folding.df-right-side .df-page-back {
	z-index: 3;
}

.df-sheet.df-folding .df-sheet-fold-inner-shadow {
	display: block;
}

.df-sheet.df-folding .df-page-content {
	display: none;
}

.df-pending .df-page-content, .df-pendingresize .df-page-content {
	display: none !important;
}

.df-sheet.df-left-side.df-folding:not(.df-hard-sheet) .df-page-front {
	z-index: 3;
}

.df-hard-sheet .df-sheet-wrapper {
	width: 100% !important;
	height: 100% !important;
	overflow: visible;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 50% 0;
	-moz-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
}

.df-hard-sheet .df-sheet-fold-inner-shadow, .df-hard-sheet .df-sheet-fold-outer-shadow {
	display: none !important;
}

.df-hard-sheet .df-page-back, .df-hard-sheet .df-page-front {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.df-hard-sheet.df-right-side .df-page-back {
	-webkit-transform-origin: right 50%;
	-moz-transform-origin: right 50%;
	transform-origin: right 50%;
	z-index: 3 !important;
}

.df-hard-sheet.df-right-side .df-page-front {
	-webkit-transform-origin: left 50%;
	-moz-transform-origin: left 50%;
	transform-origin: left 50%;
	z-index: 4;
}

.df-hard-sheet.df-left-side .df-page-back {
	-webkit-transform-origin: right 50%;
	-moz-transform-origin: right 50%;
	transform-origin: right 50%;
}

.df-hard-sheet.df-left-side .df-page-front {
	-webkit-transform-origin: left 50%;
	-moz-transform-origin: left 50%;
	transform-origin: left 50%;
}

.df-flipbook-3d.df-loading:after {
	content: "";
	background-size: 22px;
	height: 22px;
	width: 22px;
	display: block;
	top: 50%;
	left: 50%;
	margin: -11px;
	position: absolute;
	z-index: 0;
}

.df-link-content, .df-text-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	pointer-events: none;
	width: auto !important;
	height: auto !important;
}

.df-page-content.df-double-internal:not(.df-double-internal-fix)>div {
	right: -100%;
}

.df-page-content.df-double-internal-fix>div {
	left: -100%;
}

.annotationLayer section, .customHtmlAnnotation, .customLinkAnnotation, .customVideoAnnotation, .df-link-content section, .highlightAnnotation, .linkAnnotation, .popupAnnotation {
	position: absolute;
	z-index: 5;
	cursor: pointer;
	pointer-events: all;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

section.popupAnnotation {
	display: none;
}

.buttonWidgetAnnotation a, .customHtmlAnnotation, .customVideoAnnotation, a.customLinkAnnotation, a.df-autolink, a.linkAnnotation, section.linkAnnotation a {
	background-color: #ff0;
	display: block;
	height: 100%;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.buttonWidgetAnnotation a:hover, .customHtmlAnnotation:hover, .customVideoAnnotation:hover, a.customLinkAnnotation:hover, a.df-autolink:hover, a.linkAnnotation:hover, section.linkAnnotation a:hover {
	border-color: transparent;
	background-color: #2196f3;
}

a.df-autolink {
	display: inline;
	pointer-events: all;
	color: transparent !important;
}

.df-sidemenu-wrapper {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	left: 0;
	top: 0;
	bottom: 0;
	width: 220px;
	position: absolute;
	z-index: 3;
}

.df-sidemenu-wrapper .df-sidemenu-buttons {
	z-index: 6;
	position: relative;
	top: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
	float: right;
	display: none;
	background-color: transparent;
	padding: 6px 5px;
}

.df-sidemenu-wrapper:before {
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(238, 238, 238, .9);
	z-index: 3;
	left: 0;
}

.df-sidemenu-open .df-ui-nav.df-ui-prev {
	left: 220px;
}

.df-sidemenu-open .df-sidemenu-wrapper {
	display: block;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	left: 0;
}

.df-sidemenu-open .df-sidemenu-wrapper:before {
	box-shadow: 1px 0 4px rgba(102, 102, 102, .38);
}

.df-sidemenu-open .df-sidemenu-buttons .df-ui-close {
	display: block;
}

.df-sidemenu-open .df-flipbook-3d.df-loading:after {
	margin-left: 99px;
}

.df-sidemenu {
	width: 100%;
	height: auto !important;
	position: absolute !important;
	top: 0;
	bottom: 0;
	z-index: 3;
	opacity: 0;
	color: #666;
	font-size: 12px;
}

.df-sidemenu>.df-wrapper {
	overflow: auto;
	position: absolute !important;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto !important;
}

.df-sidemenu.df-sidemenu-visible {
	opacity: 1;
	z-index: 5;
}

.df-outline-container .df-wrapper {
	padding: 10px;
}

.df-outline-items>.df-outline-item {
	margin-left: 18px;
}

.df-outline-item a {
	color: inherit !important;
	text-decoration: none !important;
	display: block;
	padding: 5px 0 5px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 1px;
}

.df-outline-item a:hover {
	text-decoration: underline !important;
	color: #2196f3 !important;
}

.df-outline-toggle {
	cursor: pointer;
	float: left;
	width: 28px;
	padding: 0 5px 0 10px;
	margin-left: -28px;
	text-align: center;
}

.df-outline-toggle:before {
	content: "";
	font-size: 18px;
	font-family: dearflip;
}

.df-outline-toggle.df-outlines-hidden:before {
	content: "";
}

.df-outline-toggle.df-outlines-hidden~.df-outline-items {
	display: none;
}

.df-outline-item a:hover, .df-outline-toggle:hover, .df-outline-toggle:hover+a, .df-outline-toggle:hover~.df-outline-items {
	background-color: rgba(100, 100, 100, .05);
}

.df-thumb {
	margin: 0;
	cursor: pointer;
	width: 100%;
	position: relative;
	text-align: center;
}

.df-thumb .df-wrapper {
	box-sizing: content-box !important;
	margin: 6px;
	border-radius: 3px;
	transition: .2s background;
	display: inline-block;
	vertical-align: middle;
	border: 2px dashed rgba(0, 0, 0, .3);
	position: relative;
}

.df-thumb .df-wrapper .df-thumb-number {
	position: absolute;
	bottom: 8px;
	background-color: rgba(238, 238, 238, .85);
	color: #444;
	font-size: 14px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px;
	opacity: 0;
}

.df-thumb .df-bg-image {
	height: 100%;
	background-size: 100%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.df-thumb.df-thumb-requested:before {
	content: "";
	background-size: 22px;
	height: 22px;
	width: 22px;
	display: block;
	top: 50%;
	left: 50%;
	margin: -11px;
	position: absolute;
	z-index: 0;
}

.df-thumb.df-thumb-loaded {
	height: auto !important;
}

.df-thumb.df-thumb-loaded .df-wrapper {
	border: none;
	margin: 0;
	padding: 8px;
}

.df-thumb.df-thumb-loaded:hover .df-wrapper .df-thumb-number {
	opacity: 1;
}

.df-thumb.df-selected .df-wrapper, .df-thumb.df-thumb-loaded:hover .df-wrapper {
	background-color: #ccc;
	background-color: rgba(0, 0, 0, .1);
	opacity: 1;
}

.df-lightbox-wrapper {
	position: fixed !important;
	top: 0;
	bottom: 0;
	right: 0;
	height: auto !important;
	left: 0;
	z-index: 99999;
}

.df-lightbox-wrapper.df-lightbox-padded {
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
}

.df-lightbox-wrapper .df-lightbox-bg {
	background: #eee;
	position: fixed !important;
	top: 0;
	bottom: 0;
	right: 0;
	height: auto !important;
	left: 0;
}

.df-lightbox-wrapper .df-lightbox-controls {
	float: right;
	padding: 5px;
	z-index: 1000;
	position: relative;
}

.df-lightbox-wrapper .df-app {
	position: absolute !important;
	width: 100%;
	top: 0;
	bottom: 0;
	height: auto !important;
}

.df-lightbox-wrapper .df-container.df-transparent {
	height: 100%;
}

.df-lightbox-wrapper .df-lightbox-close {
	float: right;
	text-align: center;
	font-size: 32px;
	padding: 8px 0;
	height: 48px;
	width: 46px;
	cursor: pointer;
	color: #444;
	border-color: transparent;
	background-color: transparent;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .8;
}

.df-lightbox-wrapper .df-lightbox-close:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, .21);
	border-color: #000;
	opacity: 1;
}

.df-lightbox-wrapper .df-lightbox-close:before {
	color: #fff;
	filter: drop-shadow(0 0 3px black);
}

.df-share-wrapper {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .35);
	display: none;
}

.df-share-box {
	position: absolute;
	top: 50%;
	width: 280px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 15px 5px;
	text-align: center;
}

span.df-share-title {
	color: #777;
	margin-bottom: 10px;
	display: block;
}

.df-share-url {
	background-color: #fff;
	height: 60px;
	color: #666;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.df-share-button {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 5px 10px;
	font-size: 20px;
	color: #aaa;
}

.df-share-button:hover {
	color: #444;
}

.df-reader {
	overflow: auto;
	position: absolute;
	-webkit-overflow-scrolling: touch;
}

.df-reader .df-viewer-wrapper {
	cursor: grab;
}

.df-reader .df-page {
	position: relative;
	transform-origin: initial;
	margin: -10px auto -10px;
	border: 10px solid transparent;
	left: auto;
	left: initial;
	box-sizing: content-box !important;
}

.df-reader .df-page:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.df-reader~.df-ui-nav {
	display: none;
}

.df-reader:not(.df-noscroll) {
	margin-right: -12px;
}

.df-reader-scrollbar {
	position: absolute;
	top: 0;
	height: auto;
	right: 0;
	width: auto;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	border-radius: 20px 0 0 20px;
	padding: 6px 8px 6px 12px;
	z-index: 100;
	cursor: ns-resize;
}

.df-reader-scrollbar.df-active, .df-reader-scrollbar:hover {
	background-color: #fff;
}

.df-reader-scroll-page-number {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background-color: #ddd;
	border-radius: 10px;
	padding: 20px;
	font-size: 24px;
	z-index: 100;
	text-align: center;
	color: #333;
}

.df-reader-scroll-page-number.df-active {
	display: block;
}

.df-reader-scroll-page-number div {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #aaa;
	font-size: 16px;
	font-style: italic;
}

.df-ios .df-viewer.df-reader {
	margin-right: 0;
}

.df-no-transition {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.df-float .df-ui {
	bottom: 10px;
	width: auto;
	width: intial;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	margin: 0 auto;
	display: table;
	display: flex;
	border-radius: 5px;
}

.df-float .df-ui>.df-ui-btn:first-child {
	border-radius: 5px 0 0 5px;
}

.df-float .df-ui>.df-ui-btn:last-child {
	border-radius: 0 5px 5px 0;
}

.df-controls-top .df-ui {
	bottom: auto;
	bottom: intial;
	top: 0;
}

.df-controls-top.df-float .df-ui {
	top: 10px;
}

.df-controls-top .df-more-container {
	bottom: auto;
	top: 100%;
	margin: 8px 0 0 !important;
}

.df-controls-top .df-more-container:before {
	border-bottom-color: #eee;
	border-top: 0;
	bottom: auto;
	top: -7px;
}

.df-controls-hidden .df-ui {
	display: none;
}

.df-float-off.df-controls-top .df-sidemenu-wrapper {
	top: 42px;
	bottom: 0;
}

.df-float-off.df-controls-bottom .df-sidemenu-wrapper {
	top: 0;
	bottom: 42px;
}

.df-float-off .df-ui-left {
	justify-content: flex-start;
	display: flex;
	flex: 1;
}

.df-float-off .df-ui-right {
	justify-content: flex-end;
	display: flex;
	flex: 1;
}

.df-float-off .df-ui-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.df-float-off .df-ui {
	display: flex;
}

.df-link-content .annotationTextContent {
	color: transparent;
}

.df-link-content .popupWrapper {
	position: absolute;
	width: 20em;
}

.df-link-content .popup {
	position: absolute;
	z-index: 200;
	max-width: 20em;
	background-color: #ff9;
	box-shadow: 0 2px 5px #333;
	border-radius: 2px;
	padding: .6em;
	margin-left: 5px;
	cursor: pointer;
	word-wrap: break-word;
}

.df-link-content .popup h1 {
	font-size: 1em;
	border-bottom: 1px solid #000;
	padding-bottom: .2em;
}

.df-link-content .popup p {
	padding-top: .2em;
}

body.df-lightbox-open, html.df-lightbox-open {
	overflow: hidden !important;
}

.df-zoomview {
	display: none;
	cursor: move;
}

.df-zoomview .df-viewer-wrapper {
	position: relative;
	margin: 0 auto;
}

.df-zoomview .df-viewer-wrapper .df-book-shadow {
	position: absolute;
	z-index: -1;
	height: 100%;
	display: none;
	-webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .5);
}

.df-zoomview .df-page {
	position: absolute;
	top: 0;
	right: 50%;
	background-color: #fff;
}

.df-zoomview .df-page:before {
	width: 10%;
	opacity: .5;
}

.df-zoomview .df-page.df-page-front {
	left: 50%;
}

.df-zoom-active .df-viewer {
	cursor: move;
	cursor: -webkit-grab;
}

.df-zoom-active .df-flipbook {
	display: none;
}

.df-zoom-active .df-zoomview {
	display: block;
}

.df-hybrid-viewer .df-zoomview .df-page:before {
	display: none;
}

.df-hybrid-viewer:not(.df-zoom-active) .df-flipbook.df-loading+.df-zoomview {
	display: none;
}

.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview {
	display: block;
	pointer-events: none;
}

.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview .df-page:before {
	display: none;
}

.df-hybrid-viewer:not(.df-zoom-active) .df-loading+.df-zoomview::after {
	content: "";
	background-size: 22px;
	height: 22px;
	width: 22px;
	display: block;
	top: 50%;
	left: 50%;
	margin: -11px;
	position: absolute;
	z-index: 0;
}

.df-hybrid-viewer:not(.df-zoom-active).df-hide-zoomview .df-zoomview, .df-hybrid-viewer:not(.df-zoom-active).df-pending .df-zoomview, .df-hybrid-viewer:not(.df-zoom-active).df-pendingresize .df-zoomview {
	display: none;
}

.df-container ::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.df-container ::-webkit-scrollbar-button {
	height: 0;
	width: 0;
	cursor: pointer;
}

.df-container ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .5);
	border-radius: 50px;
}

.df-container ::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .8);
}

.df-container ::-webkit-scrollbar-thumb:active {
	background: rgba(0, 0, 0, .8);
}

.df-container ::-webkit-scrollbar-thumb, .df-container ::-webkit-scrollbar-thumb:active, .df-container ::-webkit-scrollbar-thumb:hover {
	border-right: 1px;
	border-left: 1px;
	border-style: solid;
	border-color: transparent;
}

.df-container ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .05);
	border-radius: 50px;
}

.df-container ::-webkit-scrollbar-track:hover {
	background: rgba(0, 0, 0, .1);
}

.df-container ::-webkit-scrollbar-track:active {
	background: rgba(0, 0, 0, .15);
}

.df-container ::-webkit-scrollbar-corner {
	background: 0 0;
}

.df-sidemenu-wrapper ::-webkit-scrollbar {
	width: 10px;
}

.df-container.df-transparent.df-fullscreen {
	background: #aaa;
}

.df-container.df-fullscreen {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 2147483647;
}

.df-container.df-rtl .df-sidemenu-wrapper {
	left: auto;
	left: initial;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	right: -50px;
	direction: rtl;
}

.df-container.df-rtl input.df-search-text {
	padding: 0 15px 0 45px;
}

.df-container.df-rtl .df-sidemenu-title {
	text-align: right;
}

.df-container.df-rtl .df-search-clear {
	right: auto;
	left: 60px;
}

.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	right: 0;
}

.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
	float: left;
}

.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-prev {
	left: 0;
}

.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-next {
	right: 220px;
}

.df-container.df-rtl.df-sidemenu-open .df-flipbook-3d.df-loading:after {
	margin-left: -122px;
}

.df-container.df-rtl .df-outline-item {
	margin: 0 18px 0 0;
	text-align: right;
	direction: rtl;
}

.df-container.df-rtl .df-outline-item .df-outline-toggle {
	float: right;
	margin: 0 -18px 0 0;
}

.df-container.df-rtl .df-outline-item .df-outline-toggle.df-outlines-hidden:before {
	content: "";
}

.df-container.df-rtl .df-viewer .df-3dcanvas {
	left: 0;
	right: auto;
	right: initial;
}

.df-container.df-rtl .df-more-container .df-ui-btn {
	text-align: right;
	direction: rtl;
}

.df-container.df-rtl .df-more-container .df-ui-btn:before {
	right: 10px;
}

.df-container.df-rtl .df-more-container .df-ui-btn span {
	padding: 0 24px 0 0;
}

.df-lightbox-wrapper.df-rtl .df-lightbox-controls {
	float: left;
}

.df-element[data-df-lightbox], .df-element[data-lightbox] {
	cursor: pointer;
}

.df-popup-thumb {
	display: inline-block;
	box-sizing: border-box;
	margin: 30px 15px 15px !important;
	text-align: center;
	border: 0;
	width: 140px;
	height: auto;
	word-break: break-word;
	vertical-align: bottom;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-moz-perspective: 800px;
	perspective: 800px;
}

.df-popup-thumb .df-book-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .2s;
	box-shadow: 2px 0 4px rgba(0, 0, 0, .2);
	transform-origin: 30%;
	background-color: #fff;
	width: 100%;
	display: inline-block;
}

.df-popup-thumb .df-book-page1, .df-popup-thumb .df-book-page2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	background-color: #fff;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1;
}

.df-popup-thumb .df-book-cover {
	background-size: 100% 100%;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	top: 0;
	position: relative;
	overflow: hidden;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .24);
	z-index: 1;
}

.df-popup-thumb .df-book-cover.df-thumb-not-found {
	height: 200px;
	position: relative;
}

.df-popup-thumb.df-has-ridge .df-book-cover:after {
	display: block;
	content: " ";
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, .15) 1%, rgba(0, 0, 0, .15) 3%, rgba(255, 255, 255, .15) 5%, rgba(255, 255, 255, 0) 7%);
	box-shadow: inset 0 -1px 3px 0 rgba(80, 80, 80, .5490196078);
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
}

.df-popup-thumb .df-book-title {
	bottom: -100%;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 5px;
	font-size: .75em;
	background: rgba(255, 255, 255, .9);
	box-sizing: border-box;
	display: block;
	-moz-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	opacity: 0;
}

.df-popup-thumb img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.df-popup-thumb.df-thumb-not-found .df-book-title, .df-popup-thumb.df-tl-book-title-fixed .df-book-title, .df-popup-thumb:hover .df-book-title {
	opacity: 1;
	bottom: 0;
}

.df-popup-thumb.df-tl-book-title-fixed .df-book-title, .df-popup-thumb.df-tl-book-title-top .df-book-title {
	opacity: 1;
	position: relative;
}

.df-popup-thumb.df-thumb-not-found .df-book-wrapper {
	width: 100%;
}

.df-popup-thumb.df-tl-book-title-bottom .df-thumb-not-found, .df-popup-thumb.df-tl-cover-title .df-thumb-not-found {
	height: 170px;
}

.df-popup-thumb.df-tl-book-title-bottom .df-book-wrapper, .df-popup-thumb.df-tl-cover-title .df-book-wrapper {
	position: relative;
	z-index: 1;
}

.df-popup-thumb.df-tl-book-title-bottom .df-book-title, .df-popup-thumb.df-tl-cover-title .df-book-title {
	position: relative;
	bottom: 0;
	opacity: 1;
	height: 3em;
	background: 0 0;
}

.df-popup-thumb:hover .df-book-page1 {
	transform: rotateY(-8deg) rotateZ(0);
	box-shadow: 2px 0 4px rgba(0, 0, 0, .2);
}

.df-popup-thumb:hover .df-book-page2 {
	transform: rotateY(-14deg) rotateZ(0);
	box-shadow: 2px 0 4px rgba(0, 0, 0, .2);
}

.df-popup-thumb:hover .df-book-wrapper {
	transform: rotateY(-15deg) rotateZ(0);
}

.df-popup-thumb:hover .df-book-cover {
	-webkit-transform: rotateY(-18deg) rotateZ(0);
	-moz-transform: rotateY(-18deg) rotateZ(0);
	-ms-transform: rotateY(-18deg) rotateZ(0);
	transform: rotateY(-18deg) rotateZ(0);
}

.df-popup-thumb.df-tl-cover-title .df-book-wrapper {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.df-popup-thumb.df-tl-cover-title .df-book-cover {
	box-shadow: none;
}

.df-popup-thumb.df-tl-cover-title .df-book-cover:after {
	display: none;
}

.df-popup-thumb.df-tl-cover-title:hover .df-book-wrapper {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
	transform: none;
}

.df-popup-thumb.df-tl-cover-title:hover .df-book-cover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: none;
}

.df-popup-thumb.df-tl-cover-title:hover .df-book-page1, .df-popup-thumb.df-tl-cover-title:hover .df-book-page2 {
	display: none;
}

.df-popup-button {
	width: auto;
	display: inline-block;
	background: #ddd;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 5px;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-moz-transition-property: background;
	-o-transition-property: background;
	-webkit-transition-property: background;
	transition-property: background;
}

.df-popup-button:hover {
	background: #aaa;
}

.df-popup-hidden {
	display: none;
}

.df-icon-play-popup {
	position: relative;
}

.df-icon-play-popup:before {
	top: 50%;
	position: absolute;
	left: 50%;
	font-size: 40px;
	background: #777;
	border-radius: 50%;
	padding: 10px;
	box-shadow: 0 1px 5px #777;
	margin-top: -30px;
	margin-left: -30px;
	display: block;
	color: #fff;
	z-index: 1;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	pointer-events: none;
}

.df-icon-play-popup:hover:before {
	opacity: 0;
}

.df-posts {
	max-width: 1140px;
	margin: 0 auto;
}

.df-posts>.df-popup-thumb {
	width: calc(20% - 30px);
	min-width: 100px;
	position: relative;
	z-index: 1;
}

df-post-shelf {
	display: none;
	height: 160px;
	background-color: transparent;
	z-index: 0;
	margin: -105px -40px -40px -40px;
	position: relative;
	background-repeat: no-repeat;
}

df-post-shelf:nth-of-type(5n) {
	display: block;
}

df-post-shelf:after {
	content: " ";
	height: 160px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 240px;
	z-index: 1;
	background-position: 0 -160px;
	background-repeat: no-repeat;
	background-image: inherit;
	background-size: inherit;
}

df-post-shelf:before {
	content: " ";
	display: block;
	position: absolute;
	left: 240px;
	bottom: 0;
	right: 240px;
	height: 160px;
	z-index: 1;
	background-image: inherit;
	background-size: inherit;
	background-repeat: repeat-x;
	background-position: 0 -320px;
}

.df-posts.df-has-shelf {
	padding: 0 40px 50px 40px;
}

@media screen and (max-width:1100px) {
	.df-posts>.df-popup-thumb {
		width: calc(25% - 30px);
	}
	
	df-post-shelf:nth-of-type(n) {
		display: none;
	}
	
	df-post-shelf:nth-of-type(4n) {
		display: block;
	}
}

@media screen and (max-width:900px) {
	.df-posts>.df-popup-thumb {
		width: calc(33% - 30px);
	}
	
	df-post-shelf:nth-of-type(n) {
		display: none;
	}
	
	df-post-shelf:nth-of-type(3n) {
		display: block;
	}
}

@media screen and (max-width:600px) {
	.df-posts>.df-popup-thumb {
		width: calc(50% - 30px);
	}
	
	df-post-shelf:nth-of-type(n) {
		display: none;
	}
	
	df-post-shelf:nth-of-type(2n) {
		display: block;
	}
	
	df-post-shelf {
		background-size: 120px 480px;
	}
	
	df-post-shelf:before {
		left: 120px;
		right: 120px;
	}
	
	df-post-shelf:after {
		width: 120px;
	}
}

@media screen and (max-width:420px) {
	.df-popup-thumb, .df-posts>.df-popup-thumb {
		width: calc(100% - 30px);
	}
	
	df-post-shelf:nth-of-type(n) {
		display: block;
	}
}

df-post-shelf:last-of-type {
	display: block;
}

.df-posts {
	container-type: inline-size;
	container-name: dfposts;
	width: 100%;
	box-sizing: border-box !important;
}

@container dfposts (max-width:1020px) {}

@container dfposts (max-width:820px) {}

@container dfposts (max-width:520px) {}

@container dfposts (max-width:320px) {}

@container dfposts (max-width:150px) {}

df-post-shelf:last-of-type {
	display: block;
}

.df-page-content {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.df-auto-link-content, .df-text-content {
	line-height: 1;
	transform-origin: top left;
}

.df-auto-link-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	pointer-events: none;
}

[data-main-rotation="90"] {
	transform: rotate(90deg) translateY(-100%);
}

[data-main-rotation="180"] {
	transform: rotate(180deg) translate(-100%, -100%);
}

[data-main-rotation="270"] {
	transform: rotate(270deg) translateX(-100%);
}

.df-auto-link-content span, .df-text-content br, .df-text-content span {
	color: transparent !important;
	position: absolute;
	white-space: pre;
	cursor: text;
	transform-origin: 0% 0%;
}

.df-auto-link-content>span {
	overflow: hidden;
}

.df-text-content .highlight {
	margin: -1px;
	padding: 1px;
	background-color: #b400aa;
	border-radius: 4px;
}

.df-text-content .highlight.appended {
	position: initial;
}

.df-text-content .highlight.begin {
	border-radius: 4px 0 0 4px;
}

.df-text-content .highlight.end {
	border-radius: 0 4px 4px 0;
}

.df-text-content .highlight.middle {
	border-radius: 0;
}

.df-text-content .highlight.selected {
	background-color: #006400;
}

.df-text-content .endOfContent {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	bottom: 0;
	z-index: -1;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.df-text-content .endOfContent.active {
	top: 0;
}

body.admin-bar .df-lightbox-bg, body.admin-bar .df-lightbox-wrapper {
	top: 32px;
}

@media screen and (max-width:782px) {
	body.admin-bar .df-lightbox-bg, body.admin-bar .df-lightbox-wrapper {
		top: 46px;
	}
}

@media screen and (max-width:600px) {
	body.admin-bar .df-lightbox-bg, body.admin-bar .df-lightbox-wrapper {
		top: 0;
	}
}

.df-single-content {
	width: 100%;
}

.df-link-content section.textWidgetAnnotation {
	display: none;
}

.df-link-content :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a {
	position: absolute;
	font-size: 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.df-viewer::-webkit-scrollbar-button {
	height: 50px;
}

.df-viewer::-webkit-scrollbar-thumb {
	min-height: 50px;
}

.df-container .df-reader ::-webkit-scrollbar-thumb, .df-container .df-reader ::-webkit-scrollbar-track {
	background: 0 0;
}

.df-container.df-pinch-zoom ::-webkit-scrollbar-thumb, .df-container.df-pinch-zoom ::-webkit-scrollbar-track {
	background: 0 0;
}

.df-container.df-pinch-zoom .df-page-content {
	display: none;
}

section.squareAnnotation .popupWrapper, section.textAnnotation .popupWrapper {
	display: none;
}

section.squareAnnotation svg, section.textAnnotation svg {
	display: block;
}

.df-comment-popup {
	display: none;
	position: absolute;
	width: 360px;
	background-color: #ff9;
	box-shadow: 0 2px 5px #333;
	border-radius: 2px;
	z-index: 9;
	padding: 10px;
	word-break: break-word;
}

.df-comment-popup.df-active {
	display: block;
}

.df-comment-popup .popup {
	background-color: transparent !important;
}

.df-comment-popup p {
	margin: 0;
}

.df-comment-popup h1 {
	padding-bottom: 5px;
	border-bottom: 1px solid;
	margin-top: 0;
	font-size: 1em;
}

.df-sidemenu-wrapper.df-sidemenu-center {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	display: none;
	top: auto;
	height: 360px;
	bottom: 52px;
}

.df-sidemenu-center .df-sidemenu-buttons {
	box-shadow: none;
	text-align: center;
}

.df-sidemenu-center .df-sidemenu-buttons .df-icon-close {
	display: block;
	margin: -55px auto 0 auto;
	float: none;
	border-radius: 50px;
	width: 44px;
}

.df-sidemenu-wrapper.df-sidemenu-center:before {
	background-color: rgba(255, 255, 255, .9);
}

.df-sidemenu-open .df-sidemenu-wrapper.df-sidemenu-center {
	display: block;
}

.df-sidemenu-center .sidemenu, .df-sidemenu-center:before {
	border-radius: 10px 10px 0 0;
}

.df-slider {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	-o-filter: blur(0);
	filter: blur(0);
}

.df-slider .df-viewer-wrapper {
	position: relative;
	margin: 0 auto;
	height: 100%;
	-moz-transition: .3s left;
	-o-transition: .3s left;
	-webkit-transition: .3s left;
	transition: .3s left;
}

.df-slider .df-sheet {
	-moz-transition: transform .5s;
	-o-transition: transform .5s;
	-webkit-transition: transform .5s;
	transition: transform .5s;
}

.df-slider .df-sheet.df-left-side, .df-slider .df-sheet.df-right-side {
	left: 50% !important;
}

.df-slider .df-sheet:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.df-slider .df-page:before {
	display: none;
}

.df-slider .df-page.df-page-front {
	z-index: 3;
}

.df-slider+.df-zoomview .df-page:before {
	display: none;
}

.df-has-shelf df-post-shelf {
	background: 0 0;
	perspective: 400px;
	margin: 5px 0 30px 0;
	height: 0;
	box-shadow: 0 5px 40px 15px rgba(0, 0, 0, .3137254902);
}

.df-has-shelf df-post-shelf:after, .df-has-shelf df-post-shelf:before {
	background-size: auto;
	left: -40px;
	right: -40px;
	width: auto;
	background-repeat: repeat-x;
	transform-style: preserve-3d;
	background-position: 0 0;
}

.df-has-shelf df-post-shelf:before {
	transform: translateY(-15px) rotateX(50deg);
	height: 50px;
	transform-origin: bottom;
	box-shadow: inset 0 3px 15px 0 rgba(0, 0, 0, .6117647059);
}

.df-has-shelf df-post-shelf:after {
	transform: translateZ(0);
	height: 15px;
	box-shadow: inset 0 3px 3px rgba(243, 243, 243, .3215686275);
	background-position: 0 -50px;
}

.df-search-highlight {
	position: relative !important;
	background-color: #00f;
}

.df-search-results {
	top: 125px !important;
	padding: 0 10px 10px;
}

.df-search-result {
	color: inherit !important;
	text-decoration: none !important;
	overflow: hidden;
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 1px;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.df-search-result.df-active, .df-search-result:hover {
	background-color: rgba(100, 100, 100, .2);
}

.df-sidemenu-title {
	padding: 8px 20px;
	text-transform: uppercase;
	text-align: left;
}

.df-search-hits {
	z-index: 10;
	display: none;
}

.df-search-open .df-search-hits {
	display: inline-block;
}

.df-search-form {
	display: flex;
	padding: 10px;
	position: relative;
}

.df-search-clear {
	position: absolute;
	right: 55px;
	top: 22px;
	cursor: pointer;
	display: none;
}

input.df-search-text {
	flex-grow: 1;
	margin: 0;
	border-radius: 4px 0 0 4px;
	outline: 0;
	border: 0;
	height: 40px;
	padding: 0 45px 0 15px;
	width: 100%;
}

input.df-search-text:not(:placeholder-shown)~a.df-search-clear {
	display: block;
}

.df-ui-btn.df-search-btn {
	height: 40px;
	padding: 10px;
	background-color: #f7f7f7;
}

.df-search-info {
	padding: 5px 20px;
}

.df-searching .df-search-info {
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 176px;
}

.df-popup-thumb img.df-lazy {
	transform: scale(1.2);
	opacity: .5;
}

@media (prefers-reduced-motion:no-preference) {
	.df-popup-thumb img {
		transition: opacity 1.5s ease, transform 1.5s ease;
	}
}

.df-trigger {
	cursor: pointer;
}

.df-element[data-df-lightbox], .df-element[data-lightbox] {
	position: relative;
}

.rtl .df-popup-thumb .df-book-cover, .rtl .df-popup-thumb .df-book-page1, .rtl .df-popup-thumb .df-book-page2 {
	transform-origin: right;
}

.rtl .df-popup-thumb:hover .df-book-cover {
	transform: rotateY(18deg) rotateZ(0);
}

.rtl .df-popup-thumb:hover .df-book-page2 {
	transform: rotateY(14deg) rotateZ(0);
	box-shadow: -2px 0 4px rgba(0, 0, 0, .2);
}

.rtl .df-popup-thumb:hover .df-book-page1 {
	transform: rotateY(8deg) rotateZ(0);
	box-shadow: -2px 0 4px rgba(0, 0, 0, .2);
}

.rtl .df-popup-thumb:hover .df-book-wrapper {
	transform: rotateY(15deg) rotateZ(0);
	transform-origin: 70% !important;
	box-shadow: -2px 0 4px rgba(0, 0, 0, .2);
}

.rtl .df-popup-thumb .df-book-cover:after {
	transform: scaleX(-1);
}

.zoom-element {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.zoom-element>canvas {
	width: 100%;
	height: 100%;
}

.df-zoom-region-active .zoom-element {
	display: block;
}

.df-vertical .df-page:before {
	width: 100%;
	height: 10%;
	top: auto;
}

.df-vertical .df-page-front:before {
	top: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
}

.df-vertical .df-page-back:before {
	bottom: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
}

.df-flipbook-2d.df-vertical .df-viewer-wrapper {
	-moz-transition: .3s top;
	-o-transition: .3s top;
	-webkit-transition: .3s top;
	transition: .3s top;
}

.df-flipbook-2d.df-vertical .df-sheet.df-left-side {
	bottom: 50%;
	top: auto;
	left: 0;
}

.df-flipbook-2d.df-vertical .df-sheet.df-right-side {
	top: 50%;
	left: 0;
}

.df-flipbook-2d.df-vertical .df-hard-sheet.df-right-side .df-page-back {
	-webkit-transform-origin: 50% bottom;
	-moz-transform-origin: 50% bottom;
	transform-origin: 50% bottom;
	z-index: 3 !important;
}

.df-flipbook-2d.df-vertical .df-hard-sheet.df-right-side .df-page-front {
	-webkit-transform-origin: 50% top;
	-moz-transform-origin: 50% top;
	transform-origin: 50% top;
	z-index: 4;
}

.df-flipbook-2d.df-vertical .df-hard-sheet.df-left-side .df-page-back {
	-webkit-transform-origin: 50% bottom;
	-moz-transform-origin: 50% bottom;
	transform-origin: 50% bottom;
}

.df-flipbook-2d.df-vertical .df-hard-sheet.df-left-side .df-page-front {
	-webkit-transform-origin: 50% top;
	-moz-transform-origin: 50% top;
	transform-origin: 50% top;
}

.df-zoomview.df-vertical .df-page-front {
	top: 50%;
	left: 0;
}

.df-zoomview.df-vertical .df-page-back {
	bottom: 50%;
	top: auto;
	left: 0;
}

.df-posts [skip-parse] {
	display: none;
}

.df-posts {
	text-align: center;
	position: relative;
}

.df-load-more-button-wrapper {
	text-align: center;
	display: none;
	margin-top: 20px;
}

.df-posts [skip-parse]~.df-load-more-button-wrapper {
	display: block;
}

.df-load-more-button {
	padding: 10px 15px;
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
	background: #0085ba;
	color: #fff;
}

._df_book {
	min-height: 400px;
}

.elementor-kit-7 {
	--e-global-color-primary: #6ec1e4;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #7a7a7a;
	--e-global-color-accent: #61ce70;
	--e-global-color-200b0e1: #131c27;
	--e-global-color-fcde9ad: #f2f2f2;
	--e-global-color-61a0b7d: #4feb95;
	--e-global-color-4d9f289: #5996ff;
	--e-global-color-39a9b9b: #ffca76;
	--e-global-color-a73a44a: #fc7c7c;
	--e-global-typography-primary-font-family: "Roboto";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Roboto Slab";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
	overscroll-behavior: contain;
}

.elementor-kit-7 e-page-transition {
	background-color: var(--e-global-color-200b0e1);
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	--kit-widget-spacing: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.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-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: 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%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
	content: "";
}

.fa.fa-meetup {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-star-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-o:before {
	content: "";
}

.fa.fa-close:before, .fa.fa-remove:before {
	content: "";
}

.fa.fa-gear:before {
	content: "";
}

.fa.fa-trash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-trash-o:before {
	content: "";
}

.fa.fa-file-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-o:before {
	content: "";
}

.fa.fa-clock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-clock-o:before {
	content: "";
}

.fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
	content: "";
}

.fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
	content: "";
}

.fa.fa-play-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-play-circle-o:before {
	content: "";
}

.fa.fa-repeat:before, .fa.fa-rotate-right:before {
	content: "";
}

.fa.fa-refresh:before {
	content: "";
}

.fa.fa-list-alt {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-dedent:before {
	content: "";
}

.fa.fa-video-camera:before {
	content: "";
}

.fa.fa-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-picture-o:before {
	content: "";
}

.fa.fa-photo {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-photo:before {
	content: "";
}

.fa.fa-image {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-image:before {
	content: "";
}

.fa.fa-pencil:before {
	content: "";
}

.fa.fa-map-marker:before {
	content: "";
}

.fa.fa-pencil-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-pencil-square-o:before {
	content: "";
}

.fa.fa-share-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-share-square-o:before {
	content: "";
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-check-square-o:before {
	content: "";
}

.fa.fa-arrows:before {
	content: "";
}

.fa.fa-times-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-circle-o:before {
	content: "";
}

.fa.fa-check-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-check-circle-o:before {
	content: "";
}

.fa.fa-mail-forward:before {
	content: "";
}

.fa.fa-expand:before {
	content: "";
}

.fa.fa-compress:before {
	content: "";
}

.fa.fa-eye, .fa.fa-eye-slash {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-warning:before {
	content: "";
}

.fa.fa-calendar:before {
	content: "";
}

.fa.fa-arrows-v:before {
	content: "";
}

.fa.fa-arrows-h:before {
	content: "";
}

.fa.fa-bar-chart {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bar-chart:before {
	content: "";
}

.fa.fa-bar-chart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bar-chart-o:before {
	content: "";
}

.fa.fa-facebook-square, .fa.fa-twitter-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gears:before {
	content: "";
}

.fa.fa-thumbs-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
	content: "";
}

.fa.fa-thumbs-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
	content: "";
}

.fa.fa-heart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-heart-o:before {
	content: "";
}

.fa.fa-sign-out:before {
	content: "";
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin-square:before {
	content: "";
}

.fa.fa-thumb-tack:before {
	content: "";
}

.fa.fa-external-link:before {
	content: "";
}

.fa.fa-sign-in:before {
	content: "";
}

.fa.fa-github-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-lemon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-lemon-o:before {
	content: "";
}

.fa.fa-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-square-o:before {
	content: "";
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bookmark-o:before {
	content: "";
}

.fa.fa-facebook, .fa.fa-twitter {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook:before {
	content: "";
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-f:before {
	content: "";
}

.fa.fa-github {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-feed:before {
	content: "";
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hdd-o:before {
	content: "";
}

.fa.fa-hand-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-right:before {
	content: "";
}

.fa.fa-hand-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-left:before {
	content: "";
}

.fa.fa-hand-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-up:before {
	content: "";
}

.fa.fa-hand-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-down:before {
	content: "";
}

.fa.fa-arrows-alt:before {
	content: "";
}

.fa.fa-group:before {
	content: "";
}

.fa.fa-chain:before {
	content: "";
}

.fa.fa-scissors:before {
	content: "";
}

.fa.fa-files-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-files-o:before {
	content: "";
}

.fa.fa-floppy-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-floppy-o:before {
	content: "";
}

.fa.fa-navicon:before, .fa.fa-reorder:before {
	content: "";
}

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus:before {
	content: "";
}

.fa.fa-money {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-money:before {
	content: "";
}

.fa.fa-unsorted:before {
	content: "";
}

.fa.fa-sort-desc:before {
	content: "";
}

.fa.fa-sort-asc:before {
	content: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-rotate-left:before {
	content: "";
}

.fa.fa-legal:before {
	content: "";
}

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
	content: "";
}

.fa.fa-comment-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-comment-o:before {
	content: "";
}

.fa.fa-comments-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-comments-o:before {
	content: "";
}

.fa.fa-flash:before {
	content: "";
}

.fa.fa-clipboard, .fa.fa-paste {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-paste:before {
	content: "";
}

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-lightbulb-o:before {
	content: "";
}

.fa.fa-exchange:before {
	content: "";
}

.fa.fa-cloud-download:before {
	content: "";
}

.fa.fa-cloud-upload:before {
	content: "";
}

.fa.fa-bell-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bell-o:before {
	content: "";
}

.fa.fa-cutlery:before {
	content: "";
}

.fa.fa-file-text-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-text-o:before {
	content: "";
}

.fa.fa-building-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-building-o:before {
	content: "";
}

.fa.fa-hospital-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hospital-o:before {
	content: "";
}

.fa.fa-tablet:before {
	content: "";
}

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
	content: "";
}

.fa.fa-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-circle-o:before {
	content: "";
}

.fa.fa-mail-reply:before {
	content: "";
}

.fa.fa-github-alt {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-folder-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-folder-o:before {
	content: "";
}

.fa.fa-folder-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-folder-open-o:before {
	content: "";
}

.fa.fa-smile-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-smile-o:before {
	content: "";
}

.fa.fa-frown-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-frown-o:before {
	content: "";
}

.fa.fa-meh-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-meh-o:before {
	content: "";
}

.fa.fa-keyboard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-keyboard-o:before {
	content: "";
}

.fa.fa-flag-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-flag-o:before {
	content: "";
}

.fa.fa-mail-reply-all:before {
	content: "";
}

.fa.fa-star-half-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-o:before {
	content: "";
}

.fa.fa-star-half-empty {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-empty:before {
	content: "";
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-full:before {
	content: "";
}

.fa.fa-code-fork:before {
	content: "";
}

.fa.fa-chain-broken:before {
	content: "";
}

.fa.fa-shield:before {
	content: "";
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-o:before {
	content: "";
}

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ticket:before {
	content: "";
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-minus-square-o:before {
	content: "";
}

.fa.fa-level-up:before {
	content: "";
}

.fa.fa-level-down:before {
	content: "";
}

.fa.fa-pencil-square:before {
	content: "";
}

.fa.fa-external-link-square:before {
	content: "";
}

.fa.fa-compass {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
	content: "";
}

.fa.fa-toggle-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-down:before {
	content: "";
}

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
	content: "";
}

.fa.fa-toggle-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-up:before {
	content: "";
}

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
	content: "";
}

.fa.fa-toggle-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-right:before {
	content: "";
}

.fa.fa-eur:before, .fa.fa-euro:before {
	content: "";
}

.fa.fa-gbp:before {
	content: "";
}

.fa.fa-dollar:before, .fa.fa-usd:before {
	content: "";
}

.fa.fa-inr:before, .fa.fa-rupee:before {
	content: "";
}

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
	content: "";
}

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
	content: "";
}

.fa.fa-krw:before, .fa.fa-won:before {
	content: "";
}

.fa.fa-bitcoin, .fa.fa-btc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bitcoin:before {
	content: "";
}

.fa.fa-file-text:before {
	content: "";
}

.fa.fa-sort-alpha-asc:before {
	content: "";
}

.fa.fa-sort-alpha-desc:before {
	content: "";
}

.fa.fa-sort-amount-asc:before {
	content: "";
}

.fa.fa-sort-amount-desc:before {
	content: "";
}

.fa.fa-sort-numeric-asc:before {
	content: "";
}

.fa.fa-sort-numeric-desc:before {
	content: "";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-youtube-play:before {
	content: "";
}

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket-square:before {
	content: "";
}

.fa.fa-tumblr, .fa.fa-tumblr-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-long-arrow-down:before {
	content: "";
}

.fa.fa-long-arrow-up:before {
	content: "";
}

.fa.fa-long-arrow-left:before {
	content: "";
}

.fa.fa-long-arrow-right:before {
	content: "";
}

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gittip:before {
	content: "";
}

.fa.fa-sun-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-sun-o:before {
	content: "";
}

.fa.fa-moon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-moon-o:before {
	content: "";
}

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
	content: "";
}

.fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
	content: "";
}

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
	content: "";
}

.fa.fa-toggle-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-left:before {
	content: "";
}

.fa.fa-dot-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-dot-circle-o:before {
	content: "";
}

.fa.fa-vimeo-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-try:before, .fa.fa-turkish-lira:before {
	content: "";
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-plus-square-o:before {
	content: "";
}

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bank:before, .fa.fa-institution:before {
	content: "";
}

.fa.fa-mortar-board:before {
	content: "";
}

.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-spoon:before {
	content: "";
}

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-automobile:before {
	content: "";
}

.fa.fa-envelope-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-envelope-o:before {
	content: "";
}

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-file-pdf-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-pdf-o:before {
	content: "";
}

.fa.fa-file-word-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-word-o:before {
	content: "";
}

.fa.fa-file-excel-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-excel-o:before {
	content: "";
}

.fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
	content: "";
}

.fa.fa-file-image-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-image-o:before {
	content: "";
}

.fa.fa-file-photo-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-photo-o:before {
	content: "";
}

.fa.fa-file-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-picture-o:before {
	content: "";
}

.fa.fa-file-archive-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-archive-o:before {
	content: "";
}

.fa.fa-file-zip-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-zip-o:before {
	content: "";
}

.fa.fa-file-audio-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-audio-o:before {
	content: "";
}

.fa.fa-file-sound-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-sound-o:before {
	content: "";
}

.fa.fa-file-video-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-video-o:before {
	content: "";
}

.fa.fa-file-movie-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-movie-o:before {
	content: "";
}

.fa.fa-file-code-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-code-o:before {
	content: "";
}

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-life-bouy, .fa.fa-life-ring {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-bouy:before {
	content: "";
}

.fa.fa-life-buoy {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-buoy:before {
	content: "";
}

.fa.fa-life-saver {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-saver:before {
	content: "";
}

.fa.fa-support {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-support:before {
	content: "";
}

.fa.fa-circle-o-notch:before {
	content: "";
}

.fa.fa-ra, .fa.fa-rebel {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ra:before {
	content: "";
}

.fa.fa-resistance {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-resistance:before {
	content: "";
}

.fa.fa-empire, .fa.fa-ge {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ge:before {
	content: "";
}

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square:before {
	content: "";
}

.fa.fa-yc-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc-square:before {
	content: "";
}

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wechat:before {
	content: "";
}

.fa.fa-send:before {
	content: "";
}

.fa.fa-paper-plane-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-paper-plane-o:before {
	content: "";
}

.fa.fa-send-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-send-o:before {
	content: "";
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-circle-thin:before {
	content: "";
}

.fa.fa-header:before {
	content: "";
}

.fa.fa-sliders:before {
	content: "";
}

.fa.fa-futbol-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-futbol-o:before {
	content: "";
}

.fa.fa-soccer-ball-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
	content: "";
}

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-newspaper-o:before {
	content: "";
}

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bell-slash-o:before {
	content: "";
}

.fa.fa-trash:before {
	content: "";
}

.fa.fa-copyright {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-eyedropper:before {
	content: "";
}

.fa.fa-area-chart:before {
	content: "";
}

.fa.fa-pie-chart:before {
	content: "";
}

.fa.fa-line-chart:before {
	content: "";
}

.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cc {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-cc:before {
	content: "";
}

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
	content: "";
}

.fa.fa-meanpath {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-meanpath:before {
	content: "";
}

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-diamond {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-diamond:before {
	content: "";
}

.fa.fa-intersex:before {
	content: "";
}

.fa.fa-facebook-official {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-official:before {
	content: "";
}

.fa.fa-pinterest-p, .fa.fa-whatsapp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-hotel:before {
	content: "";
}

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc:before {
	content: "";
}

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-battery-4:before, .fa.fa-battery:before {
	content: "";
}

.fa.fa-battery-3:before {
	content: "";
}

.fa.fa-battery-2:before {
	content: "";
}

.fa.fa-battery-1:before {
	content: "";
}

.fa.fa-battery-0:before {
	content: "";
}

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-sticky-note-o:before {
	content: "";
}

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-clone, .fa.fa-hourglass-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hourglass-o:before {
	content: "";
}

.fa.fa-hourglass-1:before {
	content: "";
}

.fa.fa-hourglass-2:before {
	content: "";
}

.fa.fa-hourglass-3:before {
	content: "";
}

.fa.fa-hand-rock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-rock-o:before {
	content: "";
}

.fa.fa-hand-grab-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-grab-o:before {
	content: "";
}

.fa.fa-hand-paper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-paper-o:before {
	content: "";
}

.fa.fa-hand-stop-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-stop-o:before {
	content: "";
}

.fa.fa-hand-scissors-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
	content: "";
}

.fa.fa-hand-lizard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
	content: "";
}

.fa.fa-hand-spock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-spock-o:before {
	content: "";
}

.fa.fa-hand-pointer-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
	content: "";
}

.fa.fa-hand-peace-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-peace-o:before {
	content: "";
}

.fa.fa-registered {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-television:before {
	content: "";
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-calendar-plus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
	content: "";
}

.fa.fa-calendar-minus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
	content: "";
}

.fa.fa-calendar-times-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-times-o:before {
	content: "";
}

.fa.fa-calendar-check-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-check-o:before {
	content: "";
}

.fa.fa-map-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-map-o:before {
	content: "";
}

.fa.fa-commenting:before {
	content: "";
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-commenting-o:before {
	content: "";
}

.fa.fa-houzz, .fa.fa-vimeo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-vimeo:before {
	content: "";
}

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card-alt:before {
	content: "";
}

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-pause-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-pause-circle-o:before {
	content: "";
}

.fa.fa-stop-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-stop-circle-o:before {
	content: "";
}

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
	content: "";
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-question-circle-o:before {
	content: "";
}

.fa.fa-volume-control-phone:before {
	content: "";
}

.fa.fa-asl-interpreting:before {
	content: "";
}

.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
	content: "";
}

.fa.fa-glide, .fa.fa-glide-g {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-signing:before {
	content: "";
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official:before {
	content: "";
}

.fa.fa-google-plus-circle {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-circle:before {
	content: "";
}

.fa.fa-fa, .fa.fa-font-awesome {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-fa:before {
	content: "";
}

.fa.fa-handshake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-handshake-o:before {
	content: "";
}

.fa.fa-envelope-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-envelope-open-o:before {
	content: "";
}

.fa.fa-linode {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-address-book-o:before {
	content: "";
}

.fa.fa-vcard:before {
	content: "";
}

.fa.fa-address-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-address-card-o:before {
	content: "";
}

.fa.fa-vcard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-vcard-o:before {
	content: "";
}

.fa.fa-user-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-user-circle-o:before {
	content: "";
}

.fa.fa-user-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-user-o:before {
	content: "";
}

.fa.fa-id-badge {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-drivers-license:before {
	content: "";
}

.fa.fa-id-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-id-card-o:before {
	content: "";
}

.fa.fa-drivers-license-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-drivers-license-o:before {
	content: "";
}

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
	content: "";
}

.fa.fa-thermometer-3:before {
	content: "";
}

.fa.fa-thermometer-2:before {
	content: "";
}

.fa.fa-thermometer-1:before {
	content: "";
}

.fa.fa-thermometer-0:before {
	content: "";
}

.fa.fa-bathtub:before, .fa.fa-s15:before {
	content: "";
}

.fa.fa-window-maximize, .fa.fa-window-restore {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle:before {
	content: "";
}

.fa.fa-window-close-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-window-close-o:before {
	content: "";
}

.fa.fa-times-rectangle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
	content: "";
}

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-eercast:before {
	content: "";
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-snowflake-o:before {
	content: "";
}

.fa.fa-superpowers, .fa.fa-wpexplorer {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cab:before {
	content: "";
}

.elementor-widget-video .elementor-widget-container, .elementor-widget-video:not(:has(.elementor-widget-container)) {
	overflow: hidden;
	transform: translateZ(0);
}

.elementor-widget-video .elementor-wrapper {
	aspect-ratio: var(--video-aspect-ratio);
}

.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
	background-color: #000;
	border: none;
	display: flex;
	height: 100%;
	width: 100%;
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
	background-position: 50%;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
	cursor: pointer;
	text-align: center;
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
	opacity: 1;
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
	aspect-ratio: var(--video-aspect-ratio);
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}

.elementor-widget-video .e-hosted-video .elementor-video {
	-o-object-fit: cover;
	object-fit: cover;
}

.e-con-inner>.elementor-widget-video, .e-con>.elementor-widget-video {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow);
}

.elementor-25197 .elementor-element.elementor-element-8b52ff4 {
	--display: flex;
	--min-height: 90vh;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 20px 20px;
	--row-gap: 20px;
	--column-gap: 20px;
	--margin-top: 0px;
	--margin-bottom: -115px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0%;
	--padding-bottom: 0%;
	--padding-left: 4%;
	--padding-right: 4%;
}

.elementor-25197 .elementor-element.elementor-element-b58b7e6 {
	--display: flex;
	--justify-content: center;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-25197 .elementor-element.elementor-element-2a8f94f {
	margin: -10px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-25197 .elementor-element.elementor-element-2a8f94f .elementor-heading-title {
	font-size: 20px;
	font-weight: 600;
	color: var(--e-global-color-4d9f289);
}

.elementor-25197 .elementor-element.elementor-element-a81e88e {
	margin: -10px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-25197 .elementor-element.elementor-element-a81e88e .elementor-heading-title {
	font-size: 28px;
	font-weight: 600;
	color: var(--e-global-color-200b0e1);
}

.elementor-25197 .elementor-element.elementor-element-2f2729d {
	--display: flex;
	--justify-content: center;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-25197 .elementor-element.elementor-element-47c7a5c .elementor-wrapper {
	--video-aspect-ratio: 1.77777;
}

.elementor-widget .tippy-tooltip .tippy-content {
	text-align: center;
}

.gdpr-consent-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	background-color: rgba(24, 24, 40, .93);
	z-index: 9999;
	display: none;
}

.gdpr-consent-bar.bottom {
	bottom: 0;
	top: auto;
}

.gdpr-consent-bar.top {
	bottom: auto;
	top: 0;
}

.gdpr-consent-bar-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 44px;
	min-height: 50px;
}

.gdpr-consent-bar-text {
	font-family: "Source Sans Pro";
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding-right: 40px;
}

.gdpr-consent-bar-buttons {
	display: flex;
	align-items: center;
}

.btn-gdpr-agreement {
	height: 30px;
	border: 2px solid #fff;
	border-radius: 15px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 14px;
	line-height: 27px;
	text-transform: uppercase;
	background: none;
	padding: 0 18px;
	white-space: nowrap;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

.btn-gdpr-agreement:hover {
	background-color: #fff;
	color: #181828;
}

.btn-gdpr-preferences-open {
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #00bcd4;
	background: none;
	border: none;
	margin-right: 22px;
	padding: 0;
	white-space: nowrap;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

.btn-gdpr-preferences-open:hover {
	color: #fff;
}

.gdpr-privacy-preferences {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(57, 61, 80, .8);
	z-index: 9999;
	display: none;
}

.gdpr-privacy-preferences-box {
	height: 90%;
	width: 90%;
	max-width: 930px;
	max-height: 680px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: inherit;
}

.gdpr-privacy-preferences-box > form {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.btn-gdpr-privacy-preferences-close {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	color: #99a9b5;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: inherit;
	font-size: 0;
}

.btn-gdpr-privacy-preferences-close:before {
	font-family: "thegem-icons";
	font-style: normal;
	font-size: 28px;
	content: "";
	line-height: 1;
}

.gdpr-privacy-preferences-header {
	width: 100%;
	position: relative;
	flex: none;
	padding: 25px 35px 15px;
}

.gdpr-privacy-preferences-title {
	font-family: "Montserrat UltraLight";
	font-size: 24px;
	color: #3c3950;
	line-height: 38px;
	text-transform: uppercase;
	position: relative;
	padding-left: 48px;
}

.gdpr-privacy-preferences-title:before {
	content: "";
	font-family: "thegem-icons";
	font-style: normal;
	color: #00bcd4;
	font-size: 32px;
	line-height: 1;
	position: absolute;
	left: -5px;
	top: 5px;
}

.gdpr-privacy-preferences-body {
	flex: 1 1 100%;
	padding: 0 45px 0 35px;
	overflow: hidden;
	overflow-y: auto;
}

.gdpr-privacy-preferences-text {
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	color: #5f727f;
}

.gdpr-privacy-preferences-consents {
	padding: 20px 0;
	position: relative;
}

.gdpr-privacy-preferences-consent-item {
	display: flex;
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	padding: 10px 0;
	align-items: center;
	min-height: 55px;
	border-bottom: 1px solid #dfe5e8;
}

.gdpr-privacy-preferences-consent-item:last-child {
	border-bottom: none;
}

.gdpr-privacy-consent-param {
	width: 100%;
	display: flex;
	align-items: center;
}

.gdpr-privacy-consent-title {
	flex: 0 0 170px;
	font-weight: 300;
	font-size: 19px;
	color: #5f727f;
}

.gdpr-privacy-consent-description {
	color: #99a9b5;
	width: 100%;
}

.gdpr-privacy-consent-value {
	flex: 0 0 100px;
	display: flex;
	justify-content: flex-end;
}

.gdpr-privacy-consent-value input {
	display: block;
}

.thegem-gdpr-field {
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
}

.thegem-gdpr-field label {
	margin-bottom: 0;
	line-height: 26px;
}

.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .checkbox-sign, .thegem-gdpr-field .checkbox-sign {
	flex: 0 0 auto;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	border: 1px solid #dfe5e8;
}

.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .checkbox-sign:before, .thegem-gdpr-field .checkbox-sign:before {
	font-size: 21px;
	margin-left: -10px;
}

.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item {
	display: flex;
	align-items: flex-start;
}

.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .wpcf7-list-item-label {
	line-height: 26px;
}

.gdpr-privacy-consent-always-active {
	text-transform: uppercase;
	color: #5f727f;
}

.gdpr-privacy-checkbox {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gdpr-privacy-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.gdpr-privacy-checkbox .gdpr-privacy-checkbox-check {
	display: block;
	position: relative;
	width: 40px;
	height: 24px;
	background-color: #b6c6c9;
	border-radius: 12px;
}

.gdpr-privacy-checkbox .gdpr-privacy-checkbox-check:after {
	content: "";
	position: absolute;
	left: 4px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, .2);
	background-color: #fff;
}

.gdpr-privacy-checkbox input:checked ~ .gdpr-privacy-checkbox-check {
	background-color: #00bcd4;
}

.gdpr-privacy-checkbox input:checked ~ .gdpr-privacy-checkbox-check:after {
	border-color: #00bcd4;
	left: 20px;
}

.gdpr-privacy-preferences-footer {
	width: 100%;
	flex: none;
	padding: 30px 45px 30px 40px;
	background-color: #f0f3f2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.gdpr-privacy-preferences-footer-links a {
	font-family: "Source Sans Pro";
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #00bcd4;
	margin-right: 20px;
}

.gdpr-privacy-preferences-footer-links a:hover {
	color: #494c64;
}

.btn-gdpr-privacy-save-preferences {
	height: 30px;
	white-space: nowrap;
	border-radius: 15px;
	border: 2px solid #00bcd4;
	color: #00bcd4;
	background-color: #f0f3f2;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 700;
	line-height: 27px;
	padding: 0 18px;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

.btn-gdpr-privacy-save-preferences:hover {
	background-color: #00bcd4;
	color: #f0f3f2;
}

.gem-gdpr-no-consent-wrap {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	min-height: 200px;
	height: 100%;
}

.gem-gdpr-no-consent-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.gem-gdpr-no-consent-notice-text {
	padding: 20px;
	text-align: center;
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 14px;
	white-space: pre-line;
}

.gem-gdpr-no-consent-notice-text .btn-gdpr-preferences {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.gem-gdpr-no-consent-notice-text [class^="gem-consent-icon-"] {
	font-style: normal;
	display: block;
	line-height: 1;
	margin-bottom: 5px;
	font-size: 40px;
}

.gem-gdpr-no-consent-notice-text .gem-consent-icon-youtube:before {
	content: "";
	font-family: "thegem-socials";
}

.gem-gdpr-no-consent-notice-text .gem-consent-icon-vimeo:before {
	content: "";
	font-family: "thegem-socials";
}

.gem-gdpr-no-consent-notice-text .gem-consent-icon-google-maps:before {
	content: "";
	font-family: "thegem-icons";
	font-style: normal;
}

.vc_video-bg-container .gem-gdpr-no-consent-wrap, .page-title-block .gem-gdpr-no-consent-wrap, .vc_map_responsive .gem-gdpr-no-consent-wrap, .video-block .gem-gdpr-no-consent-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.page-title-block .gem-gdpr-no-consent-wrap ~ .container {
	position: relative;
	z-index: 1;
}

.page-title-block .gem-gdpr-no-consent-inner {
	align-items: flex-start;
}

.page-title-block .gem-gdpr-no-consent-notice-text {
	vertical-align: top;
}

.page-title-block .gem-gdpr-no-consent-notice-text [class^="gem-consent-icon-"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 20px;
	margin-right: 10px;
	top: 4px;
	position: relative;
}

.vc_video-bg-container .gem-gdpr-no-consent-wrap {
	z-index: 1;
}

@media (max-width: 768px) {
	.gdpr-consent-bar-box {
		flex-direction: column;
		padding: 20px;
	}
	
	.gdpr-consent-bar-text {
		padding-right: 0;
	}
	
	.gdpr-consent-bar-buttons {
		width: 100%;
		justify-content: space-between;
		margin-top: 8px;
	}
}

@media (max-width: 688px) {
	.gdpr-privacy-preferences-body {
		padding: 0 30px;
	}
	
	.gdpr-privacy-consent-param {
		flex-wrap: wrap;
	}
	
	.gdpr-privacy-consent-title {
		flex: none;
	}
	
	.gdpr-privacy-consent-description {
		font-size: 12px;
		line-height: 18px;
	}
	
	.gdpr-privacy-preferences-footer {
		padding: 20px 30px;
		flex-direction: column;
		justify-content: center;
	}
	
	.btn-gdpr-privacy-save-preferences, .gdpr-privacy-preferences-footer-links {
		width: 100%;
	}
	
	.gdpr-privacy-preferences-footer-links {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 10px;
	}
	
	.gdpr-privacy-preferences-footer-links a {
		margin-right: 0;
	}
}
