

body.h-preload *,
body.h-preload *:after,
body.h-preload *:before {
	transition:         none !important;
}

.h-hidden {
	display: none !important;
}

.h-invisible {
	opacity:    0 !important;
	visibility: hidden !important;
}

.h-clearfix:before,
.h-clearfix:after {
	content: " ";
	display: table;
}

.h-clearfix:after {
	clear: both;
}

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

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

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

.h-cb {
	background-color: transparent;
	border:           none;
	outline:          none;
	padding:          0;
	margin:           0;
	color:            currentColor;
	position:         relative;
	display:          flex;
	justify-content:  center;
	align-items:      center;
}

.h-cb--svg {
	position: relative;
}

.h-cb--svg > * {
	display: block;
	width:   100%;
	height:  100%;
}

.h-after-before-hide:before {
	display: none;
}

.h-after-before-hide:after {
	display: none;
}

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

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

.h-loading,
div.wpcf7 span.ajax-loader {
	display:        inline-block;
	vertical-align: middle;
	width:          25px;
	height:         25px;
	position:       relative;
	background:     none !important;
	min-width:      0 !important;
}

.h-loading:before,
div.wpcf7 span.ajax-loader:before {
	content:       "";
	display:       block;
	position:      absolute;
	left:          0;
	top:           0;
	width:         100%;
	height:        100%;
	border-radius: 50%;
	border:        0.25rem solid currentColor;
	opacity:       0.3;
}

.h-loading:after,
div.wpcf7 span.ajax-loader:after {
	content:           "";
	display:           block;
	position:          absolute;
	left:              0;
	top:               0;
	width:             100%;
	height:            100%;
	border-radius:     50%;
	border:            0.25rem solid transparent;
	border-top-color:  currentColor;
	-webkit-animation: spin 1s infinite linear;
	animation:         spin 1s infinite linear;
}

/*-- Carousel --*/

.h-carousel--flex .owl-stage {
	display: flex;
}

.h-carousel--flex .owl-item {
	flex:    0 0 auto;
	display: flex;
}

.h-carousel--flex .owl-item > * {
	flex:      0 0 auto;
	min-width: 0;
	max-width: 100%;
}

.h-carousel .owl-prev,
.h-carousel .owl-next {
	position:    absolute;
	font-size:   41px !important;
	line-height: 1 !important;
	height:      41px;
	top:         50%;
	margin-top:  -26px;
}

.h-carousel__prev {
	transform-origin: center center;
	transform:        scale(-1, 1);
}

.h-carousel .owl-prev.disabled .h-carousel__prev,
.h-carousel .owl-next.disabled .h-carousel__next {
	opacity: 0.2;
}

.h-carousel .owl-prev {
	left: -70px;
}

.h-carousel .owl-next {
	right: -70px;
}

.h-carousel--compact .owl-prev {
	left: -35px;
}

.h-carousel--compact .owl-next {
	right: -35px;
}

.h-carousel--inner .owl-prev {
	left: 35px;
}

.h-carousel--inner .owl-next {
	right: 35px;
}

.h-carousel .owl-prev:focus,
.h-carousel .owl-next:focus {
	outline: none;
}


.h-flex-thumb .elementor-row {
	flex-wrap: nowrap !important;
}

.h-flex-thumb .elementor-column:first-child {
	flex:  0 0 auto !important;
	width: unset !important;
}

.h-flex-thumb .elementor-column:not(:first-child) {
	flex:  1 1 auto !important;
	width: unset !important;
}

.h-inline-form {
	display:     flex;
	align-items: flex-start;
	margin:      0 -7.5px;
}

.h-inline-form > * {
	flex:   1 1 auto;
	margin: 0 7.5px;
}

.h-inline-form--33 {
	margin:          -10px -7.5px;
	justify-content: center;
	flex-wrap:       wrap;
}

.h-inline-form--33 > * {
	flex:   0 0 auto;
	width:  calc(100% / 3 - 20px);
	margin: 10px 7.5px !important;
}

.h-inline-form > button,
.h-inline-form > input[type="submit"] {
	flex: 0 0 auto;
}

.h-inline-form br {
	display: none;
}

.h-link-yes {
	cursor: pointer;
}

.h-footer-edit {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	border:   solid 2px #71d7f7;
	opacity:  0;
}

.h-footer-edit:hover {
	opacity: 1;
}

.h-footer-edit i {
	position:         absolute;
	top:              0;
	right:            0;
	width:            25px;
	height:           26px;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	background-color: #10bcf2;
	fill:             white;
}

.h-footer-edit svg {
	display: block;
	width:   auto;
	height:  11px;
}

@media (min-width: 1170px) {

	.h-carousel--hover .owl-next:before,
	.h-carousel--hover .owl-prev:before {
		content:  '';
		display:  block;
		position: absolute;
		top:      -20px;
		bottom:   -20px;
		width:    20px;
	}

	.h-carousel--hover .owl-prev:before {
		left: 20px;
	}

	.h-carousel--hover .owl-next:before {
		right: 20px;
	}

	.h-carousel--hover .owl-next,
	.h-carousel--hover .owl-prev {
		opacity:    0;
		visibility: hidden;
		transition: opacity 0.3s linear, visibility 0.3s linear;
	}

	.h-carousel--hover:hover .owl-next,
	.h-carousel--hover:hover .owl-prev {
		opacity:    1;
		visibility: visible;
	}

	.h-carousel .owl-prev,
	.h-carousel .owl-next {
		transition: var(--hover-transition);
	}

	.h-carousel .owl-prev:hover,
	.h-carousel .owl-next:hover {
		color:   var(--accent-color) !important;
		opacity: 1 !important;
	}
}


@media (max-width: 767px) {
	.h-carousel .owl-prev {
		left:        calc(-100vw / 2 + 100% / 2);
		width:       40px;
		height:      60px;
		font-size:   25px !important;
		line-height: 60px !important;
		padding:     4px 0 0 0 !important;
	}

	.h-carousel .owl-next {
		right:       calc(-100vw / 2 + 100% / 2);
		width:       40px;
		height:      60px;
		font-size:   25px !important;
		line-height: 60px !important;
		padding:     4px 0 0 0 !important;
	}

	.h-inline-form {
		flex-direction: column;
		margin-left:    0;
		margin-right:   0;
	}

	.h-inline-form > * {
		width:        100%;
		margin-left:  0;
		margin-right: 0;
	}

	.h-inline-form--33 {
		margin: -10px 0;
	}

	.h-inline-form--33 > * {
		width:  100%;
		margin: 10px 0 !important;
	}
}

.h-carousel .owl-dots {
	position:        absolute;
	display:         inline-flex;
	justify-content: center;
	align-items:     center;
	cursor:          pointer;
}

.h-carousel .owl-dots {
	position:        absolute;
	width:           100%;
	display:         flex;
	justify-content: center;
	align-items:     center;
	margin-top:      30px;
}

.h-carousel .owl-dots > .owl-dot {
	display:               inline-block;
	width:                 10px;
	height:                10px;
	margin:                0 5px;
	border-radius:         5px;
	background-color:      var(--background-color-10);
	cursor:                pointer;
}

.h-carousel .owl-dots > .owl-dot.active {
	background-color: var(--accent-color);
}

.h-decor-white,
.h-decor-gray {
	position: relative;
	overflow: hidden;
}

.h-decor-white:after,
.h-decor-gray:after {
	content:   '';
	display:   block;
	position:  absolute;
	left:      -10px;
	right:     -10px;
	bottom:    0;
	height:    8px;
	transform: skew(30deg);
}

.h-decor-gray:after {
	background-image: var(--stretch-bar-gray);
}

.h-decor-white:after {
	background-image: var(--stretch-bar-white);
}

.h-decor-accent {
	background-image: var(--stretch-bar-accent);
	transform:        skew(-30deg);
}

/*- Layouts -*/

.l-wrap {
	position:       relative;
	display:        flex;
	flex-direction: column;
	min-height:     100vh;
	min-width:      320px;
	width:          100%;
	max-width:      100vw;
	overflow:       hidden;
}

.l-inner {
	flex: 1 1 auto;
}

body.admin-bar .l-wrap {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {
	body.admin-bar .l-wrap {
		min-height: calc(100vh - 46px);
	}
}

.l-section {
	position:  relative;
	width:     100%;
	clear:     both;
	min-width: 320px;
}

.l-section--padding,
.l-section__padding {
	width:         100%;
	padding-left:  15px;
	padding-right: 15px;
}

.l-section--multicol {
	display:     flex;
	flex-wrap:   nowrap;
	align-items: flex-start;
}

.l-section--top-margin {
	margin-top: 45px;
}

.l-section--margin-120 {
	margin-top:    120px;
	margin-bottom: 120px;
}

.l-section--margin-80 {
	margin-top:    80px;
	margin-bottom: 120px;
}

.l-section--margin-bottom-60 {
	margin-bottom: 60px;
}

/*-- Layouts (Desktop) -*/

@media (min-width: 1560px) {
	.l-section--wide {
		width: 1530px !important;
	}
}

@media (min-width: 1170px) {

	.l-section__sidebar {
		flex:         0 0 auto;
		width:        360px;
		margin-right: 30px;
	}

	.l-section__sidebar--right {
		margin-right: 0;
		margin-left:  30px;
	}

	.l-section__content--with-sidebar {
		flex: 1 1 auto;
	}

	.l-section__content--st-width {
		max-width: 750px;
	}

	.l-section--container,
	.l-section__container {
		width:        1140px;
		margin-left:  auto;
		margin-right: auto;
	}

	.l-section--container-wide,
	.l-section__container-wide {
		width:        1380px;
		margin-left:  auto;
		margin-right: auto;
	}

	.l-section--with-sidebar {
		display:   flex;
		flex-wrap: nowrap;
	}
}

/*-- Layouts (Mobile) --*/

@media (max-width: 1399px) {
	.l-section--container-wide,
	.l-section__container-wide {
		width:         100%;
		padding-left:  40px;
		padding-right: 40px;
	}
}

@media (max-width: 1169px) {

	.l-section--with-sidebar {
		display:        flex;
		flex-direction: column;
	}

	.l-section--container,
	.l-section__container {
		width:         100%;
		padding-left:  40px;
		padding-right: 40px;
	}

	.l-section__sidebar {
		width: 100%;
	}

	.l-section__sidebar--right {
		margin-top: 60px;
	}

	.l-section__sidebar--left {
		order:      3;
		margin-top: 95px;
	}

	.l-section__sidebar--popup {
		margin: 0;
	}

	.l-section__content--with-sidebar {
		margin-left:  auto;
		margin-right: auto;
		width:        100%;
		max-width:    750px;
	}

	.l-section--container-wide .l-section__content--with-sidebar {
		max-width: 1010px;
	}

	.l-section--margin-120 {
		margin-top:    60px;
		margin-bottom: 60px;
	}
}

@media (max-width: 415px) {
	.l-section--container,
	.l-section__container,
	.l-section--container-wide,
	.l-section__container-wide {
		padding-left:  20px;
		padding-right: 20px;
	}
	.l-section--checkout,
	.l-section--cart {
		margin-bottom: 0;
	}
}

/*- Misc -*/

.svg-sprite-container {
	display: none;
}

.ip-customize-partial-refreshing {
	opacity:    0.25;
	transition: opacity 0.25s;
	cursor:     progress;
}

.ip-customize-partial-refreshing.widget-customizer-highlighted-widget {
	box-shadow: none;
}

.hasCustomSelect {
	z-index: 1;
}

.pswp {
	display: none;
}

.stock.out-of-stock {
	color: #D1333C;
}

.owl-carousel {
	touch-action:     pan-y;
}

.wc-item-meta {
	list-style:  none;
	font-size:   85%;
	line-height: 1.5;
	margin:      0;
	padding:     0;
	font-weight: 600;
}

.wc-item-meta p {
	display: inline;
	padding: 0;
	margin:  0;
}

.wc-item-meta a {
	text-decoration: underline;
}

.wc-item-meta strong {
	font-weight: normal;
}

@media (max-width: 1169px) {
	.mobile {
		transition: transform 0.5s linear;
	}

	.admin-bar-hide {
		transform: translateY(-100%);
	}

	.parallax-mirror {
		display: none;
	}
}

body.block-transition *,
body.block-transition *:after,
body.block-transition *:before {
	-webkit-transition: none !important;
	-moz-transition:    none !important;
	-ms-transition:     none !important;
	-o-transition:      none !important;
}


.vbox-close {
	font-size: 44px !important;
}

.guidelines {
	width:          1140px;
	left:           50%;
	margin-left:    -570px;
	top:            0;
	bottom:         0;
	position:       fixed;
	border:         dashed 1px red;
	z-index:        10000;
	pointer-events: none;
}

.guidelines:after {
	content:        '';
	display:        block;
	position:       absolute;
	left:           50%;
	top:            0;
	bottom:         0;
	border:         dashed 1px green;
	z-index:        10000;
	pointer-events: none;
}

.daterangepicker td {
	position: relative;
	border:   none !important;
}

.daterangepicker.type-night td.start-date {
	border-radius: 12px 0 0 12px !important;
}

.daterangepicker.type-night td.end-date {
	border-radius: 0 12px 12px 0 !important;
}

.daterangepicker.type-night td.start-date.end-date {
	border-radius: 12px 12px 12px 12px !important;
}

.c-vehicle-details__booking-calendar .daterangepicker.type-night td.start-date {
	border-radius: 15px 0 0 15px !important;
}

.c-vehicle-details__booking-calendar .daterangepicker.type-night td.end-date {
	border-radius: 0 12px 12px 0 !important;
}

.c-vehicle-details__booking-calendar .daterangepicker.type-night td.start-date.end-date {
	border-radius: 12px 12px 12px 12px !important;
}

.c-vehicle-details__booking-calendar .daterangepicker.type-night .calendar-table th,
.c-vehicle-details__booking-calendar .daterangepicker.type-night .calendar-table td {
	cursor: auto !important;
}


.thwmscf-buttons {
	margin-top: 15px;
}

.thwmscf-wrapper {
	max-width:    860px;
	margin-left:  auto;
	margin-right: auto;
}

	display:          flex !important;
	background-color: transparent !important;
}

	color: #CF3540;
}

a:not([href]) {
	cursor: default;
}

.h-cart-sidebar-active jdiv {
	visibility: hidden !important;
}

[class$="-payment-request-wrapper"],
[id$="-payment-request-wrapper"] {
	padding-top: 0 !important;
	width:       100% !important;
	order:       5;
}

[class$="-payment-request-button-separator"],
[id$="-payment-request-button-separator"] {
	display: none !important;
}

	max-width:  100%;
	width:      1170px;
	margin:     35px auto 80px auto;
	clear:      both;
	min-width:  320px;
	padding:    90px 60px;
	text-align: center;
}

	font-size:    36px;
	line-height:  1.2;
	max-width:    800px;
	margin-left:  auto;
	margin-right: auto;
}

	display: none;
}

#coming-soon-footer-banner {
	padding:    10px 15px;
	text-align: center;
}

.password-input {
	position: relative;
	display:  block;
}

.show-password-input {
	position:         absolute;
	cursor:           pointer;
	inset-inline-end: 0;
	top:              0;
	line-height:      0;
	height:           62px;
	width:            62px;
	display:          inline-flex;
	justify-content:  center;
	align-items:      center;
	transition:       var(--hover-transition);
	background:       unset;
	border:           none;
}

.show-password-input:before {
	display:     inline-flex;
	content:     var(--icon-eye);
	font-family: var(--font-icons);
	font-size:   16px;
}

.show-password-input.display-password {
	opacity: 0.2;
}

.show-password-input:hover {
	color: var(--accent-color);
}

.mo-flex-space-between {
	flex-direction: column;
	gap:            10px
}

.mo-flex-space-between > * {
	float:   none !important;
	width:   100% !important;
	margin:  0 !important;
	padding: 15px 25px 15px 25px !important;
}

#reg_billing_phone {
	width: 100%;
}

	z-index:1;
}

@media (max-width: 1023px) {
	.thwmscf-wrapper {
		margin-top: 35px;
	}
}


/*-- Misc (Desktop) --*/
@media (min-width: 1170px) {
	.vbox-close:hover {
		color: var(--accent-color) !important;
	}

	.daterangepicker .drp-buttons .btn.btn-default:hover,
	.daterangepicker .drp-buttons .btn.btn-primary:hover {
		background-color: var(--text-color);
		border-color:     var(--text-color);
		color:            white
	}
}

/*-- Misc (Mobile) --*/

@media (max-width: 1169px) {

	.elementor-widget-heading .elementor-heading-title {
		padding-left:  20px !important;
		padding-right: 20px !important;;
	}

	.elementor-widget-heading .elementor-heading-title br {
		content: ""
	}

	.elementor-widget-heading .elementor-heading-title br:after {
		content: "\00a0"
	}
}

@media (max-width: 767px) {
	.h-hide-mobile {
		display: none;
	}
}

@media (max-width: 563px) {
	.daterangepicker .drp-selected {
		max-width:      80px;
		vertical-align: middle;
		text-align:     left;
	}
}

/*- Animations -*/

.owl-fade-scale-in {
	transform-origin: 50% 50%;
	-webkit-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fade-scale-out {
	transform-origin: 50% 50%;
	-webkit-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

.banners-fade-scale-in {
	transform-origin: 50% 50%;
	-webkit-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.banners-fade-scale-out {
	transform-origin: 50% 50%;
	-webkit-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

.banners-fade-in {
	-webkit-animation: fadeFrom 1s ease both;
	animation: fadeFrom 1s ease both;
}

.banners-fade-out {
	-webkit-animation: fadeTo 1s ease both;
	animation: fadeTo 1s ease both;
}

.banners-slide-up-in {
	-webkit-animation: slideUpFrom 1s ease both;
	animation: slideUpFrom 1s ease both;
}

.banners-slide-up-out {
	-webkit-animation: slideUpTo 1s ease both;
	animation: slideUpTo 1s ease both;
}


@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}


@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}


@-webkit-keyframes fadeFrom {
	from { opacity: 0 }
}
@keyframes fadeFrom {
	from { opacity: 0 }
}


@-webkit-keyframes fadeTo {
	to { opacity: 0 }
}
@keyframes fadeTo {
	to { opacity: 0 }
}


@-webkit-keyframes slideUpFrom {
	from { transform: translateY(100%) }
}
@keyframes slideUpFrom {
	from { transform: translateY(100%) }
}

@-webkit-keyframes slideUpTo {
	to { transform: translateY(-100%) }
}
@keyframes slideUpTo {
	to { transform: translateY(-100%) }
}

/*- 404 -*/

.c-404 {
	width:        580px;
	max-width:    100%;
	text-align:   center;
	margin-left:  auto;
	margin-right: auto;
}

.c-404__svg {
	opacity:     0.2;
	height:      100px;
	font-size:   100px;
	line-height: 1;
	overflow:    hidden;
}

.c-404__image-wrap {
	padding-top:    55px;
	padding-bottom: 70px;
}

.c-404__header {
	font-size:   36px;
	line-height: 1.2;
}

.c-404__text {
	font-size:   19px;
	line-height: normal;
	margin-top:  20px;
}

.c-404__search-wrap {
	margin-top:    55px;
	width:         440px;
	max-width:     100%;
	margin-left:   auto;
	margin-right:  auto;
	margin-bottom: 100px;
}




/*- Blog List / Grid -*/

.c-blog__grid-wrap {
	display:         flex;
	flex-wrap:       wrap;
	margin-right:    -30px;
	margin-bottom:   -30px;
	justify-content: center;
}

.c-blog__list-wrap {
	width:        750px;
	max-width:    100%;
	margin-left:  auto;
	margin-right: auto;
}

.c-blog__grid-wrap .c-post-grid {
	margin-right:     30px;
	background-color: var(--background-color-light);
}

.c-blog__nothing-search {
	margin-top: 20px;
	width:      440px;
	max-width:  100%;
}

.c-blog__nothing-text {
	width:      440px;
	max-width:  100%;
}

.c-blog__nothing .c-search-form {
	margin-bottom: 0;
}

@media (max-width: 420px) {
	.c-blog__grid-wrap {
		margin-left:  30px;
		margin-right: 30px;
	}

	.c-blog__grid-wrap .c-post-grid {
		margin-right: 0;
	}
}

@media (max-width: 375px) {
	.c-blog__grid-wrap {
		margin-left:  20px;
		margin-right: 20px;
	}
}

/*- Breadcrumbs -*/

.c-breadcrumbs__list {
	list-style:      none;
	padding:         0;
	margin:          32px 0 -3px 0;
	padding-left:    20px;
	font-size:       14px;
	font-weight:     600;
	text-transform:  uppercase;
	line-height:     1;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
}

.c-breadcrumbs__item {
	display:       block;
	text-overflow: ellipsis;
	margin:        3px;
	padding:       5px 12px;
	z-index:       1;
	position:      relative;
	min-width:     20px;
}

.c-breadcrumbs__item:not(.c-breadcrumbs__item--last):before {
	content:    '';
	transform:  skew(-30deg);
	display:    block;
	z-index:    -1;
	position:   absolute;
	top:        0;
	left:       0;
	width:      100%;
	height:     100%;
	background: var(--accent-color);
}

/*-- Breadcrumbs (Mobile) --*/

@media (max-width: 1169px) {
}

/*- Button -*/

.c-button {
	position:              relative;
	display:               inline-block;
	font-size:             18px;
	line-height:           1.2;
	font-weight:           bold;
	text-align:            center;
	text-transform:        uppercase;
	outline:               none;
	border:                none;
	text-decoration:       none !important;
	-webkit-appearance:    none;
	-moz-appearance:       none;
	appearance:            none;
	cursor:                pointer;
	border-radius:         2px;
	transition:            var(--hover-transition);
}

.c-button--default {
	color:            white;
	    background-color: #eb9315;
	padding:          20px 40px;
}

.c-button--black {
	color:            white;
	background-color: var(--text-color);
	padding:          20px 40px;
}

.c-button--white {
	color:            var(--accent-color);
	background-color: white;
	padding:          20px 40px;
}

.c-button--outline {
	padding: 19px 39px;
	border:  solid 1px #dddddd;
}

.c-button--compact {
	padding-left:  28px;
	padding-right: 28px;
}

.c-button--full {
	width: 100%;
}

.c-button__arrow {
	display:        inline-block;
	font-size:      15px;
	vertical-align: middle;
	margin-left:    15px;
}

.c-button__arrow--cart {
	font-size: 19px;
}

.c-button--outline .c-button__arrow {
	color: var(--accent-color);
}

/*--  (Desktop) --*/
@media (min-width: 1170px) {
	.c-button--default:hover {
		background-color: var(--text-color) !important;
	}

	.c-button--black:hover {
		opacity: 0.6;
	}

	.c-button--white:hover {
		background-color: var(--text-color);
		color:            white;
	}

	.c-button--outline:hover {
		border-color:     var(--background-color);
		color:            var(--background-color);
		background-color: var(--text-color);
	}
}

/*--  (Mobile) --*/
@media (max-width: 1169px) {
	.c-button--filter.c-button--catalog-vert {
		display:      block;
		max-width:    750px;
		margin-left:  auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.c-button--filter.c-button--catalog-vert {
		max-width: 360px;
	}
}

@media (max-width: 360px) {
	.c-button--default {
		padding-left:  20px;
		padding-right: 20px;
	}

	.c-button--outline {
		padding-left:  19px;
		padding-right: 19px;
	}
}

.blockUI.blockOverlay {
	z-index:          95 !important;
	background-color: white !important;
}


/*-- Cart (Desktop) --*/

@media (min-width: 1170px) {
		margin-right: -30px;
		display:      flex;
		flex-wrap:    wrap;
		align-items:  flex-end;
	}

		flex:          0 0 auto;
		width:         50%;
		padding-right: 30px !important;
	}

	.c-cart__shop-td--product-thumbnail {
		padding-right: 25px;
	}
}



.c-catalog-ordering {
	margin-bottom:  25px;
	display:        flex;
	align-items:    center;
	font-size:      14px;
	line-height:    1;
	text-transform: uppercase;
}

.c-catalog-ordering__select {
	padding:        0 5px !important;
	text-transform: uppercase;
}

.c-catalog-ordering p {
	margin: 0;
}

.c-catalog-ordering__col {
	flex: 0 0 auto;
}

.c-catalog-ordering__col select:not(.hasCustomSelect) {
	opacity:    0;
	visibility: hidden;
}

.c-catalog-ordering__col--result {
	flex: 1 1 auto;
}

.c-catalog-ordering__col--sort .c-custom-select {
	text-align: right;
}

.c-catalog-ordering__col--map {
	display: none !important;
}

.c-catalog-ordering__col--ordering,
.c-catalog-ordering__col--view-mode,
.c-catalog-ordering__col--map {
	white-space: nowrap;
	display:     flex;
	align-items: center;
	margin-left: 35px;
}

.c-catalog-ordering__col--map {
	font-weight: 600;
}

.c-catalog-ordering__grid,
.c-catalog-ordering__list {
	font-size:   18px;
	line-height: 18px;
	padding:     14px 22px;
	border:      solid 1px transparent;
}

.c-catalog-ordering__grid {
	border-right:           none;
	border-top-left-radius: 8px;
}

.c-catalog-ordering__list {
	border-bottom-right-radius: 8px;
}

.c-catalog-ordering__map {
	display:               block;
	width:                 60px;
	height:                26px;
	border-radius:         13px;
	background-color:      #ccc;
	margin-left:           12px;
	position:              relative;
}

.c-catalog-ordering__map:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          6px;
	top:           50%;
	margin-top:    -7px;
	width:         14px;
	height:        14px;
	border-radius: 50%;
}

.c-catalog-ordering__map.active:after {
	left:  auto;
	right: 6px;
}

.c-catalog-ordering__filter-show-button {
	display: none;
}

.c-catalog-ordering .orderby,
.c-catalog-ordering__select {
	padding:        0 16px 0 0 !important;
	height:         16px !important;
	vertical-align: top !important;
	font-size:      14px;
	line-height:    1;
	text-transform: uppercase;
	border:         none;
}

/*-- Catalog Ordering (Mobile) --*/

@media (max-width: 1169px) {
	.c-catalog-ordering__col--view-mode {
		display: none;
	}

	.c-catalog-ordering {
		margin-left:  auto;
		margin-right: auto;
		flex-wrap:    nowrap;
		max-width:    990px;
	}
}

/*- Catalog Sidebar -*/

.c-catalog-sidebar {
	position: relative;
}


.c-catalog-sidebar__sticky {
	position:         fixed;
	margin-left:      -40px;
	bottom:           0;
	width:            360px;
	padding:          25px 40px;
	z-index:          51;
	opacity:          0;
	visibility:       hidden;
	transition:       opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transform:        scale(1, 0.1);
	box-shadow:       0 5px 20px 2.4px rgba(0, 0, 0, 0.06);
	text-align:       center;
	background-color: #222222;
}

.c-catalog-sidebar__sticky:before {
	content:             '';
	display:             block;
	position:            absolute;
	left:                40px;
	top:                 -20px;
	width:               20px;
	height:              20px;
	border:              solid 10px transparent;
	border-bottom-color: #222222;
}

.c-catalog-sidebar__sticky--visible {
	opacity:    1;
	visibility: visible;
	transform:  scale(1, 1);
}

.c-catalog-sidebar__apply.c-button--default:hover {
	background-color: var(--accent-dark-color) !important;
}

/*-- Catalog Sidebar (Desktop) --*/

@media (min-width: 1170px) {

	.c-catalog-sidebar__buttons,
	.c-catalog-sidebar__shadow {
		display: none;
	}

	.c-catalog-sidebar__sticky--top {
		position: absolute;
		top:      0;
		bottom:   auto;
	}

	.c-catalog-sidebar__sticky--top:before {
		bottom:           -20px;
		top:              auto;
		transform-origin: center;
		transform:        rotate(180deg);
	}

	.c-catalog-sidebar__sticky--bottom {
		position: absolute;
		bottom:   -110px;
	}
}

/*-- Catalog Sidebar (Mobile) --*/

@media (max-width: 1169px) {

	.c-catalog-sidebar {
		position:           fixed !important;
		z-index:            1200;
		left:               0;
		top:                0;
		width:              100%;
		height:             100%;
		min-width:          320px;
		visibility:         hidden;
		opacity:            0;
		transition:         visibility 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	}

	.c-catalog-sidebar--disabled {
		display:        none !important;
		pointer-events: none;
	}

	.c-catalog-sidebar--active {
		opacity:    1;
		visibility: visible;
	}

	.c-catalog-sidebar__wrap {
		position:         absolute;
		left:             0;
		top:              0;
		width:            100%;
		max-width:        320px;
		height:           100%;
		display:          flex;
		flex-direction:   column;
		flex-wrap:        nowrap;
		transition:       transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transform:        translateX(-100%);
		box-shadow:       2px 0 4px rgba(0, 0, 0, 0.1);
		background-color: var(--accent-color);
	}

	.c-catalog-sidebar__content {
		flex:        1 1 auto;
		overflow:    auto;
		padding-top: 0 !important;
	}

	.c-catalog-sidebar__content--desktop {
		display: none;
	}

	.c-catalog-sidebar__wrap--active {
		transform: translateX(0);
	}

	.c-catalog-sidebar__shadow {
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		bottom:           0;
		background-color: var(--shadow-color-mobile);
	}

	.c-catalog-sidebar__buttons {
		height:          60px;
		display:         flex;
		justify-content: flex-end;
		align-items:     center;
		padding-right:   20px;
		flex:            0 0 auto;
	}

	.c-catalog-sidebar__close {
		width:  15px;
		height: 15px;
	}

	.c-catalog-sidebar__sticky {
		width:    320px;
	}
}


/*- Catalog -*/

.c-catalog__list {
	display:         flex;
	justify-content: center;
	flex-wrap:       wrap;
	margin-bottom:   -45px;
}

.c-catalog__list--vert {
	margin-left:     -15px;
	margin-right:    -15px;
	justify-content: flex-start;
}

.c-catalog__list--vert .c-vehicle-vert {
	margin-top:       0;
	margin-bottom:    45px;
	background-color: var(--background-color-light);
}

.c-catalog__filter-show-button {
	display: none;
}

.c-catalog--hor.l-section--no-sidebar .c-catalog-ordering,
.c-catalog--hor.l-section--no-sidebar .c-catalog__search-form,
.c-catalog--hor.l-section--no-sidebar .c-catalog__nothing {
	max-width:    990px;
	margin-left:  auto;
	margin-right: auto;
}

/*-- Catalog (Desktop) --*/
@media (min-width: 1170px) {
	.c-catalog:not(.c-catalog--block-above) {
		margin-top: 100px;
	}

	.c-catalog:not(.c-catalog--block-bottom) {
		margin-bottom: 100px;
	}
}

/*-- Catalog (Mobile) --*/
@media (max-width: 1169px) {

	.c-catalog:not(.c-catalog--block-above) {
		margin-top: 60px;
	}

	.c-catalog:not(.c-catalog--block-bottom) {
		margin-bottom: 60px;
	}

	.c-catalog__filter-show-button {
		display:       block;
		flex:          1 1 auto;
		width:         100%;
		margin-bottom: 45px;
		max-width:     990px;
		margin-left:   auto;
		margin-right:  auto;
	}

	.c-catalog__filter-ico {
		font-size:      13px;
		display:        inline-block;
		vertical-align: middle;
		margin-right:   12px;
	}

	.c-catalog__list--vert {
		justify-content: center;
	}

	.c-catalog--vert .c-catalog-ordering,
	.c-catalog--vert .c-catalog__nothing,
	.c-catalog--vert .c-catalog__search-form {
		max-width:    750px;
		margin-left:  auto;
		margin-right: auto;
	}
}

@media (max-width: 829px) and (min-width: 768px) {
	.c-shop .l-section__content,
	.c-catalog--vert .l-section__content {
		margin-left:  -40px;
		margin-right: -40px;
		max-width:    unset;
		width:        unset;
	}

	.c-shop .products .product,
	.c-catalog--vert .c-vehicle-vert {
		width: calc((100vw - 110px) / 2);
	}

	.c-shop .c-catalog-ordering,
	.c-catalog--vert .c-catalog-ordering,
	.c-catalog--vert .c-catalog__nothing,
	.c-catalog--vert .c-catalog__search-form {
		max-width: calc(100vw - 80px);
	}
}

@media (max-width: 767px) {
	.c-shop .c-catalog-ordering,
	.c-catalog--vert .c-catalog-ordering,
	.c-catalog--vert .c-catalog__nothing,
	.c-catalog--vert .c-catalog__search-form {
		max-width: 360px;
	}
}

@media (max-width: 415px) {
	.c-catalog__list--vert {
		margin-left:  0;
		margin-right: 0;
	}

	.c-vehicle-vert {
		margin:    15px 0;
		max-width: 100%;
	}
}
/*- Category description (HTML block) -*/

.c-category-html--top {
	margin-bottom: 45px;
}

.c-category-html--bottom {
	margin-top: 45px;
}

.c-catalog__list + .c-category-html--bottom {
	margin-top: 0;
}
/*- Custom Select -*/

.c-custom-select {
    position:    relative;
    white-space: nowrap;
    transition:  var(--opacity-transition);
}

.c-custom-selectInner {
    position:      relative;
    white-space:   nowrap;
    overflow:      hidden;
    text-overflow: ellipsis;
    padding-right: 16px;
}

.h-rtl .c-custom-selectInner {
    padding-right: 0;
    padding-left:  16px;
}

.c-custom-select__angle {
    position:    absolute;
    right:       0;
    font-size:   55%;
    line-height: 1;
    top:         50%;
    transform:   translateY(-50%);
}

.h-rtl .c-custom-select__angle {
    right: unset;
    left:  0;
}

/*-- Custom Select (Desktop) --*/

@media (min-width: 1170px) {
    .c-custom-selectHover {
    }
}

/*- Text Details Filter -*/

.c-filter-text-detail__wrap {
	position: relative;
}

.c-filter-text-detail__label {
	display:      block;
	line-height:  1.2;
	padding-left: 32px;
	position:     relative;
}

.c-filter-text-detail__radio-wrap {
	position: absolute;
	display:  block;
	left:     0;
	top:      0;
}

.c-filter-text-detail__radio-wrap i {
	margin-left:  -25px !important;
	border-color: white !important;
}

.c-filter-text-detail__radio-wrap input[type=radio]:focus {
	border-color: white !important;
}

.c-filter-text-detail__label + .c-filter-text-detail__label {
	margin-top: 12px;
}

/*- Types Filter -*/

.c-filter-types__label {
	display:      block;
	line-height:  1.2;
	padding-left: 32px;
	position:     relative;
}

.c-filter-types__radio-wrap {
	position: absolute;
	display:  block;
	left:     0;
	top:      0;
}

.c-filter-types__radio-wrap i {
	margin-left:  -25px !important;
	border-color: white !important;
}

.c-filter-types__radio-wrap input[type=radio]:focus {
	border-color: white !important;
}

.c-filter-types__label + .c-filter-types__label {
	margin-top: 12px;
}

.c-filter-types__label--child {
	display: none;
}

.c-filter-types__label--child.c-filter-types__label--active {
	display: block;
}

.c-filter-types__label--parent:after {
	content: var(--icon-dropdown);
	font-family: "theme-icons";
	font-size: 10px;
	line-height: 1;
	margin-left: 5px;
	display: inline-block;
}

/*- Filter -*/

.c-filter {
	display:    inline-block;
	font-size:  16px;
	text-align: left;
}

.c-filter--col-3.c-filter--header {
	max-width: 1140px;
}

.c-filter--col-2.c-filter--header {
	max-width: 855px;
}

.c-filter--col-1.c-filter--header {
	max-width: 570px;
}

.c-filter__stretch-bar {
	background-repeat: repeat;
	transform:         skew(30deg);
}

.c-filter__stretch-bar--header {
	background-image: var(--stretch-bar);
	height:           13px;
	margin:           80px auto;
}

.c-filter__stretch-bar--widget {
	background-image: var(--stretch-bar-white);
	display:          block;
	position:         absolute;
	left:             -5px;
	right:            -5px;
	bottom:           0;
	height:           9px;
}

.c-filter__fields {
	display:   flex;
	flex-wrap: wrap;
}

.c-filter__fields--header {
	margin-left:   -10px;
	margin-bottom: -20px;
}

.c-filter__fields--widget {
	margin-left:   -30px;
	margin-bottom: -30px;
}

.c-filter__field {
	flex:     0 0 auto;
	position: relative;
}

.c-filter__field--header {
	margin-left:   10px;
	margin-bottom: 20px;
}

.c-filter__field--widget {
	margin-left:   30px;
	margin-bottom: 30px;
}

.c-filter__field .select2-container {
	z-index: 1 !important;
}

.c-filter__field .select2-selection {
	padding-left: 75px !important;

}

.c-filter__field .select2-selection__placeholder {
	color: var(--text-color) !important;
}

input[type=text].c-filter__date,
.c-filter__select {
	color:                 var(--text-color);
	background-color:      white;
	border-radius:         2px;
	padding:               0 5px 0 75px;
	max-width:             100%;
	height:                62px
}

.c-filter__select {
	-webkit-appearance:          none;
	   -moz-appearance:          none;
	        appearance:          none;
	background-position: top 50% right 12px;
	background-image:    var(--select-bg);
	background-repeat:   no-repeat;
	background-size:     10px 10px;
	padding-right:       30px !important;
}

.c-filter__button {
	font-size:             18px;
	font-weight:           bold;
	color:                 white;
	height:                62px;
	padding:               10px;
	text-align:            center;
	text-transform:        uppercase;
	cursor:                pointer;
	border-radius:         2px;
}

.c-filter__button--header {
	width:            275px;
	margin-left:      20px;
	margin-bottom:    20px;
	background-color: var(--accent-color);
}

.c-filter__button--widget {
	width:            320px;
	margin-left:      30px;
	margin-bottom:    30px;
	background-color: var(--text-color);
}

.c-filter__date--header,
.c-filter__select--header {
	width: 275px;
}

.c-filter__date--widget,
.c-filter__select--widget {
	width: 320px;
}

.c-filter__button-arrow {
	font-size:   14px;
	margin-left: 15px;
	display:     inline-block;
	position:    relative;
	top:         2px;
}

.c-filter__icon {
	position:        absolute;
	top:             0;
	left:            0;
	width:           62px;
	height:          62px;
	display:         inline-flex;
	justify-content: center;
	align-items:     center;
	text-align:      center;
	z-index:         2;
	pointer-events:  none;
	color:           var(--text-color-light);
	font-size:       24px;
	line-height:     1;
}

.c-filter__icon:after {
	content:      '';
	display:      block;
	position:     absolute;
	right:        0;
	top:          50%;
	margin-top:   -12px;
	height:       24px;
	border-right: solid 1px #dddddd;
}

.c-filter__icon-custom {
	width:           30px;
	height:          30px;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      contain;
	   object-fit:      contain;
}

.c-filter__delivery-wrap {
	flex:        1 1 auto;
	text-align:  left;
	font-weight: 500;
	display:     flex;
	flex-wrap:   wrap;
	align-items: center;
}

.c-filter__delivery-wrap--header {
	margin-left:   10px;
	margin-bottom: 20px;
}

.c-filter__delivery-wrap--widget {
	margin-left:   30px;
	margin-bottom: 30px;
}

.c-filter__delivery-col {
	margin-right: 30px;
}

.c-filter--col-3 .c-filter__button--widget {
	order: 99;
}

.c-subcat + .c-filter--header {
	margin-top: 60px;
}

/*-- Filter (Desktop) --*/
@media (min-width: 1170px) {

}

/*-- Filter (Mobile) --*/
@media (max-width: 1169px) {
	.c-filter--header {
		margin-left:  40px;
		margin-right: 40px;
	}

	.c-filter--col-1.c-filter--header .c-filter__button--header,
	.c-filter--col-3.c-filter--header .c-filter__button--header {
		order: 99;
	}

	.c-filter__fields {
		margin-left:   -20px;
		margin-bottom: -20px;
	}

	.c-filter__field,
	.c-filter__button,
	.c-filter__delivery-wrap {
		margin-left:   20px;
		margin-bottom: 20px;
	}

	.c-filter__delivery-wrap {
		min-height: 62px;
	}

	.c-filter--col-3.c-filter--header {
		max-width: 865px;
	}

	.c-filter--col-2.c-filter--header {
		max-width: 865px;
	}

	.c-filter--col-1.c-filter--header {
		max-width: 275px;
	}

	.c-filter__stretch-bar--header {
		margin-top:    40px;
		margin-bottom: 40px;
	}

	.c-filter--col-2.c-filter--widget .c-filter__delivery-wrap,
	.c-filter--col-3.c-filter--widget .c-filter__delivery-wrap {
		max-width: 320px;
	}

	.c-filter--col-2.c-filter--widget .c-filter__button  {
		order: 99;
	}
}

@media (max-width: 1004px) {

	.c-filter--col-2.c-filter--header {
		max-width: 570px;
	}

	.c-filter--col-3.c-filter--header {
		max-width: 570px;
	}

	.c-filter--col-2.c-filter--header .c-filter__delivery-wrap,
	.c-filter--col-3.c-filter--header .c-filter__delivery-wrap {
		max-width: 275px;
	}

	.c-filter--col-2.c-filter--header .c-filter__button--header {
		order: 99;
	}

}

@media (max-width: 709px) {
	.c-filter--col-3.c-filter--header,
	.c-filter--col-2.c-filter--header {
		max-width: 275px;
	}
}

@media (max-width: 779px) {
	.c-filter--widget .c-filter__button {
		order: 99;
	}
}

@media (max-width: 415px) {
	.c-filter--header {
		margin-left:  0;
		margin-right: 0;
	}
}

@media (max-width: 379px) {
	.c-filter__date--widget,
	.c-filter__select--widget,
	.c-filter__button--widget {
		width: 275px;
	}

	.c-filter {
		display:      block;
		max-width:    275px;
		margin-left:  auto;
		margin-right: auto;
	}
}
/*- Footer -*/

.c-footer {
	position:  relative;
	max-width: 100vw;
	flex:      0 0 auto;
}

.c-footer--simple {
	padding:          18px 30px;
	background-color: var(--text-color);
	color:            white;
}

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

.c-footer__container > .elementor-container {
	max-width:     1395px;
	padding-left:  30px;
	padding-right: 30px;
}

.c-footer .elementor-icon-list-icon {
	line-height:    1;
	vertical-align: middle;
}

.c-footer input {
	color: white !important;
}

.c-footer .wpcf7-response-output {
	color: var(--accent-color) !important;
}

/*- Forms elements -*/

.c-form__label,
.wpcf7-form label,
.c-account label,
.c-form label {
	display:        block;
	padding-bottom: 4px;
	font-style:     normal;
	font-size:      14px;
	line-height:    24px;
}

.wpcf7-form label {
	padding-bottom: 0;
	margin-top:     5px;
	margin-bottom:  5px;
}

.entry-content .wpcf7-form label,
.elementor-section .wpcf7-form label {
	margin-top:     1em;
	margin-bottom:  1em;
}

.c-form__checkbox,
.c-form__radio {
	width:          20px;
	height:         20px;
	vertical-align: middle;
}

abbr.required {
	text-decoration: none;
	color:           red;
}

.c-form__input--full,
.c-form__textarea--full,
.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=tel],
.comment-form input[type=password],
.comment-form input[type=number],
.comment-form input[type=url],
.comment-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=password],
.wpcf7-form input[type=number],
.wpcf7-form input[type=url],
.wpcf7-form input[type=email],
.wpcf7-form select,
.wpcf7-form textarea,
.c-account input[type=text],
.c-account input[type=tel],
.c-account input[type=password],
.c-account input[type=number],
.c-account input[type=url],
.c-account input[type=email],
.c-account textarea,
.c-account select,
	width: 100%;
}

.c-form__button,
.thwmscf-buttons input[type=button],
.wpcf7-form input[type=submit],
.wpcf7-form button:not([class]),
.mc4wp-form-fields input[type=submit],
.mc4wp-form-fields button,
.order-again .button,
.c-account .edit,
.mc4wp-form-fields input[type=submit],
.mc4wp-form-fields button,
.widget .button,
.single_add_to_cart_button,
.product .wc-forward,
.comment-form .submit,
	position:              relative;
	display:               inline-block;
	font-size:             18px;
	line-height:           1.2;
	font-weight:           bold;
	text-align:            center;
	text-transform:        uppercase;
	outline:               none;
	border:                none;
	text-decoration:       none !important;
	-webkit-appearance:    none;
	-moz-appearance:       none;
	appearance:            none;
	cursor:                pointer;
	border-radius:         2px;
	color:                 white;
	background-color:      var(--accent-color);
	padding:               20px 40px;
}

.widget .button {
	color:            var(--accent-color);
	background-color: white;
}

.single_add_to_cart_button {
	padding:    1px 40px;
	min-height: 52px;
}

	padding: 16px 12px 16px 12px;
}

.c-cart__form textarea,
.c-cart__form input[type=text],
.c-cart__form input[type=email],
.c-cart__form input[type=tel],
.c-cart__form input[type=password],
.c-cart__form select,
.c-cart__form .select2-selection--single,
.c-cart__form .select2-selection--multiple {
	height: auto;
	width:  100%;
}

	border-color: lightcoral !important;
}

	width:      100%;
	margin-top: 15px;
}

.widget .button:hover,
	background-color: var(--text-color);
	color:            white;
}

div.wpcf7 span.ajax-loader {
	position:    absolute;
	width:       16px;
	height:      16px;
	margin-top:  17px !important;
	margin-left: 10px !important;
}

.wpcf7-form {
	display:       block;
	margin-top:    -5px;
	margin-bottom: -5px;
}

.wpcf7-form p {
	margin-top:    5px;
	margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form-control-wrap + br {
	display: none;
}

.wpcf7-form select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.wpcf7-form .c-custom-select__angle {
	right: 20px;
}

.wpcf7-form-control-wrap {
	padding-top:    5px;
	padding-bottom: 5px;
}

.h-inline-form .wpcf7-submit {
	margin-top:    5px;
	margin-bottom: 5px;
}

.wpcf7-form button:not([class]),
.wpcf7-form input[type="submit"] {
	margin-top: 1em;
}

.c-form__row {
	margin: 10px 0 0 0;
}

	margin: 10px 0 0 0;
}

	display:     flex;
	align-items: flex-end;
	flex-wrap:   wrap;
}

	flex:         0 0 auto;
	margin-right: 10px;
	min-width:    30%;
}

	flex: 1 1 auto;
}

	display: none;
}

.c-form__row--inline {
	display:     flex;
	align-items: center;
}

.c-form__row--inline-center {
	display:         flex;
	align-items:     flex-start;
	justify-content: center;
	position:        relative;
}

.c-form__row--inline-center .ajax-loader {
	top:   0;
	right: 0;
}

.c-form__row--inline-center > *:not(:first-child) {
	margin-left: 10px;
}

.wpcf7-not-valid-tip {
	color:       #D1333C;
	font-size:   16px;
	line-height: 1.2;
	margin-top:  5px;
}

.wpcf7 form .wpcf7-response-output {
	margin:       15px 0 15px 0;
	padding:      18px 25px 18px 25px;
	font-size:    16px;
	line-height:  24px;
	border-color: var(--accent-color) !important;
}

/*-- Forms Elements (Desktop) --*/
@media (min-width: 1170px) {
	.c-form__button:hover,
	.thwmscf-buttons input[type=button]:hover,
	.wpcf7-form input[type=submit]:hover,
	.wpcf7-form button:not([class]):hover,
	.mc4wp-form-fields input[type=submit]:hover,
	.mc4wp-form-fields button:hover,
	.order-again .button:hover,
	.c-account .edit:hover,
	.mc4wp-form-fields input[type=submit]:hover,
	.mc4wp-form-fields button:hover,
	.widget .button:hover,
	.single_add_to_cart_button:hover,
	.product .wc-forward:hover,
	.comment-form .submit:hover,
		background-color: var(--text-color) !important;
	}
}

/*-- Forms Elements (Mobile) --*/
@media (max-width: 767px) {
	.wpcf7-form button:not([class]),
	.wpcf7-form input[type="submit"] {
		width: 100%;
	}
}

/*- Header Search From -*/

.c-header-search {
	position:           fixed;
	left:               0;
	right:              0;
	top:                0;
	bottom:             0;
	z-index:            1200;
	visibility:         hidden;
	overflow:           auto;
	opacity:            0;
	transition:         visibility 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.c-header-search--disabled {
	display:        none !important;
	pointer-events: none;
}

.c-header-search--active {
	opacity:    1;
	visibility: visible;
}

.c-header-search__shadow {
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
}

.c-header-search__wrap {
	position:           relative;
	transition:         all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transform:          translateY(-100%);
	background-color:   var(--background-color);
}

.c-header-search__wrap--active {
	transform:         translateY(0);
}

.c-header-search__tip {
	font-size:   14px;
	line-height: 21px;
}

.c-header-search__input-block {
	position:   relative;
	margin-top: 21px;

}

input[type=text].c-header-search__input {
	margin:        0;
	padding:       0 70px 11px 0;
	font-size:     31px;
	line-height:   36px;
	border:        none;
	border-bottom: solid 1px #D0D4DA;
	background:    transparent;
	display:       block;
	width:         100%;
	outline:       none;
	color:         currentColor;
	position:      relative;
}

.c-header-search__input--no-ajax {
	padding-right: 145px;
}

.c-header-search__clear {
	position:   absolute;
	top:        8px;
	right:      0;
	opacity:    0;
	visibility: hidden;
	cursor:     pointer;
}

.c-header-search__clear--active {
	opacity:    1;
	visibility: visible;
}

.c-header-search__clear--no-ajax {
	right: 63px;
}

.c-header-search__clear-text {
	opacity:        0.7;
	font-size:      14px;
	vertical-align: middle;
}

.c-header-search__clear-svg {
	background-color:      #CED2D9;
	border-radius:         50%;
	width:                 18px;
	height:                18px;
	font-size:             9px;
	line-height:           20.5px;
	overflow:              hidden;
	margin-right:          7px;
	color:                 #fff;
	vertical-align:        middle;
}

.c-header-search__submit {
	position:    absolute;
	width:       18px;
	height:      18px;
	font-size:   18px;
	line-height: 18px;
	right:       0;
	top:         9px;
	cursor:      pointer;
}

.c-header-search__view-all,
.c-header-search__no-results {
	margin-top:     30px;
	text-align:     center;
	padding-bottom: 75px;
}

.c-header-search__no-results {
	font-weight: bold;
	font-size:   16px;
}

.c-header-search__row {
	display:       flex;
	margin-bottom: 30px;
	align-items:   center;
}

.c-header-search__thumb {
	flex:         0 0 auto;
	margin-right: 15px;
	width:        80px;
	height:       80px;
	overflow:     hidden;
	position:     relative;
}

.c-header-search__thumb:before {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	border:   solid 1px #dddddd;
	z-index:  -1;
}

.c-header-search__thumb img {
	width:      100% !important;
	height:     100% !important;
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-header-search__title {
	flex:      1 1 auto;
	font-size: 18px;
}

@media (min-width: 1170px) {

	.c-header-search__close {
		position:    absolute;
		right:       60px;
		top:         60px;
		width:       17px;
		height:      17px;
		font-size:   17px;
		line-height: 1;
		cursor:      pointer;
	}

	.c-header-search__form {
		margin:    auto;
		max-width: 630px;
		padding:   85px 15px;
	}

	.c-header-search__result {
		margin:    0 auto;
		max-width: 630px;
		padding:   0 15px;
	}

	.c-header-search__loading {
		position: absolute;
		left:     -40px;
		top:      10px;
	}

	.c-header-search__shadow {
		background-color: var(--shadow-color-desktop);
	}
}

@media (max-width: 1169px) {

	.c-header-search__close {
		position: absolute;
		right:    12px;
		top:      15px;
		width:    15px;
		height:   15px;
	}

	.c-header-search__wrap {
		position:       absolute;
		left:           10px;
		right:          10px;
		top:            10px;
		bottom:         10px;
		box-shadow:     0 0 8px rgba(0, 0, 0, 0.25);
		overflow:       hidden;
		display:        flex;
		flex-direction: column;
		flex-wrap:      nowrap;
	}

	.c-header-search__form {
		margin:    auto;
		max-width: 630px;
		padding:   70px 28px 30px 28px;
	}

	.c-header-search__result {
		margin:    0 auto;
		max-width: 630px;
		padding:   0 28px;
	}

	.c-header-search__loading {
		position: absolute;
		left:     -21px;
		top:      14px;
		width:    16px;
		height:   16px;
	}

	.c-header-search__result {
		flex:     1 1 auto;
		overflow: auto;
	}

	.c-header-search__shadow {
		background-color: var(--shadow-color-mobile);
	}
}

/*- Header -*/


.c-header__callback-popup {
	position:         fixed;
	min-width:        320px;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	z-index:          1200;
	visibility:       hidden;
	overflow:         hidden;
	opacity:          0;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	transition:       var(--custom-transform-transition);
	background-color: var(--shadow-color-desktop);
}

.c-header__callback-popup--disabled {
	display:        none !important;
	pointer-events: none;
}

.c-header__callback-popup--active {
	opacity:    1;
	visibility: visible;
}

.c-header__callback-close {
	position:    absolute;
	z-index:     1;
	width:       16px;
	height:      16px;
	right:       20px;
	top:         20px;
	font-size:   16px;
	line-height: 1;
	cursor:      pointer;
}

.c-header__callback-bg {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	z-index:  1;
}

.c-header__callback-wrap {
	position:         relative;
	z-index:          2;
	padding:          65px;
	max-width:        425px;
	max-height:       calc(100% - 50px);
	background-color: white;
	border:           solid 1px var(--text-color);
	box-shadow:       0 45px 90px rgba(0, 0, 0, 0.07);
	display:          flex;
	flex-direction:   column;
}

.c-header__callback-content {
	flex:       1 1 auto;
	overflow:   auto;
	height:     100%;
	max-height: 100%;
}

.c-header__callback-wrap--wide {
	max-width: 1000px;
}

.c-header__callback-wrap--quickview {
	display:   inline-block;
	max-width: 1000px;
	padding:   0;
}

.c-header__callback-wrap:not(.c-header__callback-wrap--quickview) *[type=submit] {
	width: 100%;
}

.c-header__callback-wrap .wpcf7-spinner {
	display:      block;
	margin-left:  auto;
	margin-right: auto;
	margin-top:   5px;
}

.c-header__callback-header {
	text-align:     center;
	text-transform: uppercase;
	font-size:      20px;
	font-weight:    bold;
	line-height:    1.2;
	margin:         0 0 40px 0;
}

.c-header__cart-count {
	position:         absolute;
	height:           18px;
	line-height:      17px;
	min-width:        18px;
	max-width:        30px;
	text-overflow:    ellipsis;
	overflow:         hidden;
	border-radius:    9px;
	padding:          0 4px;
	font-weight:      bold;
	font-size:        12px;
	text-align:       center;
	opacity:          1;
	z-index:          1;
	background-color: var(--background-color);
	color:            var(--text-color);
	transition:       var(--hover-transition);
	white-space:      nowrap;
}

.c-header__top-row {
	position: relative;
}

.c-header__top-row-item--other,
.c-header__top-row-item--shortcode {
	display: flex;
}

.c-header__top-row-icon--other {
	flex: 0 0 auto;
}

.c-header__top-row-html {
	flex: 1 1 auto;
}

.c-header__top-row-html p,
.c-header__top-row-html div {
	display:        inline-block;
	margin-top:     0;
	margin-bottom:  0;
	padding-top:    0;
	padding-bottom: 0;
}

.c-header__top-row-html a {
	text-decoration:         underline;
	text-underline-position: under;
}

.c-header--init {
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
}

.c-header--sticky {
	position: fixed !important;
}

.c-header:not(.c-header--sticky) {
	opacity: 1 !important;
}

.c-header__outer {
	position: relative;
	z-index:  99;
}

.c-header__logo-link {
	display:         flex;
	align-items:     center;
	height:          100%;
}

.c-header__top-row-item--favorites:not(.active) {
	display: none !important;
}

/*-- Header (Desktop) --*/
@media (min-width: 1170px) {

	.c-header__outer {
		background-color: var(--header-color-bg);
	}

	.c-header:not(.c-header--sticky) {
		top: 0 !important;
	}

	.c-header--mobile,
	.c-header__outer--mobile {
		display: none;
	}

	.c-header__cart-count {
		left:             50%;
		top:              50%;
		margin-top:       -22px;
		margin-left:      10px;
		background-color: var(--header-color-bg);
		color:            var(--header-color);
	}

	.c-header__top-row--header-type-1 {
		padding-left:     80px;
		padding-right:    80px;
		color:            var(--top-color);
		background-color: var(--top-background-color);
	}

	.c-header__top-row-list {
		list-style:  none;
		display:     flex;
		align-items: center;
		margin:      0 -40px;
		padding:     18px 0 18px 0;
	}

	.c-header__top-row-item {
		padding:     0 40px;
		position:    relative;
		font-size:   16px;
		line-height: 1;
		display:     inline-flex;
		align-items: center;
	}

	.c-header__top-row-item > a {
		display:     inline-flex;
		align-items: center;
	}

	.c-header__top-row-item--phone,
	.c-header__top-row-item--email,
	.c-header__top-row-item--callback,
	.c-header__top-row-item--auth,
	.c-header__top-row-item--hours,
	.c-header__top-row-item--favorites {
		flex: 0 0 auto;
	}

	.c-header__top-row-item:not(:last-child):after {
		content:      '';
		display:      block;
		position:     absolute;
		right:        0;
		top:          50%;
		margin-top:   -11px;
		height:       22px;
		border-right: solid 1px currentColor;
		opacity:      0.3;
	}

	.c-header__top-row-list--blocks-first .c-header__top-row-item:first-child:after {
		display: none;
	}

	.c-header__top-row-list--blocks-last .c-header__top-row-item:nth-last-child(2):after {
		display: none;
	}

	.c-header__top-row-item--social {
		font-size:   18px;
		white-space: nowrap;
	}

	.c-header__top-row-item--social .c-soc {
		margin: 0 -10px;
	}

	.c-header__top-row-item--social .c-soc__link {
		opacity: 0.3;
		margin:  0 10px;
	}

	/*.c-header__top-row-item--social {*/
	/*    margin-top:    -5px;*/
	/*    margin-bottom: -5px;*/
	/*}*/
	.c-header__top-row-item a:hover {
		color: var(--top-accent-color);
	}

	.c-header__top-row-icon {
		color:          var(--top-accent-color);
		margin-right:   7px;
		font-size:      16px;
		position:       relative;
		top:            1px;
		vertical-align: middle;
	}

	.c-header__top-row-icon--email {
		font-size: 13px;
	}

	.c-header__top-row-icon--phone,
	.c-header__top-row-icon--auth-login {
		font-size: 14px;
	}

	.c-header__top-row-icon--other {
		font-size:   17px;
		line-height: 16px;
	}

	.c-header__top-row-list--blocks-center {
		justify-content: center;
	}

	.c-header__top-row-list--blocks-first > :first-child {
		margin-right: auto;
	}

	.c-header__top-row-list--blocks-last > :last-child {
		margin-left: auto;
	}

	.c-header__top-row-item--social .c-soc__link:hover {
		opacity: 1;
		color:   var(--top-color);
	}

	.c-header__main-row {
		position:         relative;
		display:          flex;
		color:            var(--header-color);
		background-color: var(--header-color-bg);
		transition:       height 0.3s linear;
	}

	.c-header__main-row:after {
		content:       '';
		display:       block;
		position:      absolute;
		left:          0;
		right:         0;
		bottom:        -1px;
		border-bottom: solid 1px var(--header-color-border);
	}

	.c-header__main-row-item {
		flex:        0 0 auto;
		display:     flex;
		align-items: center;
	}

	.c-header__main-row-item:not(:last-child) {
		border-right: solid 1px var(--header-color-border);
	}

	.c-header__main-row-item--menu {
		flex:            1 1 auto;
		justify-content: flex-end;
	}

	.c-header__logo {
		padding:         15px 40px;
		min-width:       330px;
		display:         flex;
		align-items:     center;
		justify-content: center;
	}

	.c-header__logo-link {
		justify-content: center;
	}

	.c-header__logo-empty {
		font-weight:    700;
		text-transform: uppercase;
		font-size:      30px;
	}

	.c-header__support {
		display:     flex;
		padding:     15px 40px;
		align-items: center;
	}

	.c-header__support-icon {
		font-size:    37px;
		line-height:  1;
		color:        var(--header-color-accent);
		margin-right: 20px;
	}

	.c-header__support-title {
		font-size:   16px;
		font-weight: 500;
		line-height: 1.2;
	}

	.c-header__support-phone {
		margin-top:  4px;
		font-size:   28px;
		font-weight: 600;
		line-height: 1;
	}

	.c-header__search-button {
		width:       101px;
		height:      101px;
		font-size:   23px;
		line-height: 1;
		cursor:      pointer;
	}

	.c-header__search-button:hover {
		color: var(--header-color-accent);
	}

	.c-header__main-row-item--cart {
		background-color: var(--header-color-accent);
		color:            var(--header-color-bg);
	}

	.c-header__cart {
		font-size:       35px;
		line-height:     1;
		width:           101px;
		height:          101px;
		position:        relative;
		display:         flex;
		justify-content: center;
		align-items:     center;
	}

	.c-header__cart:hover {
		color: var(--header-color);
	}

	.c-header__cart:hover .c-header__cart-count {
		background-color: var(--header-color);
		color:            var(--header-color-bg);
	}

	.c-header__logo-img {
		width:      auto;
		height:     auto;
		-o-object-fit: contain;
		   object-fit: contain;
		max-width:  var(--logo-size);
		max-height: var(--logo-size);
		transition: max-width 0.3s linear, max-height 0.3s linear;
	}

	.c-header__logo-img--svg {
		width: 100%;
	}

	.c-header--sticky {
		height: var(--sticky-header-height-desktop) !important;
	}

	.c-header--sticky .c-header__logo-img {
		max-height: calc(var(--sticky-header-height-desktop) - 30px);
	}

	.c-header__main-row-item--support {
		overflow: hidden;
	}
}

@media (max-width: 1634px) and (min-width: 1170px) {
	.c-header__logo {
		min-width: unset;
	}
}

@media (max-width: 1514px) and (min-width: 1170px) {
	.c-header__main-row-item--support-hide {
		display: none;
	}
}

/*-- Header (Mobile) --*/
@media (max-width: 1169px) {
	.c-header--desktop,
	.c-header__outer--desktop {
		display: none;
	}

	.c-header {
		position:         absolute;
		left:             0;
		top:              0;
		width:            100%;
		z-index:          99;
		transition:       var(--hover-transition);
		color:            var(--header-color-mobile);
		background-color: var(--header-color-bg-mobile);
	}

	.c-header__outer {
		height: var(--header-height-mobile);
	}

	.c-header--sticky {
		box-shadow: 0 4px 7px rgba(0, 0, 0, 0.06);
	}

	.c-header--sticky-support {
		position: fixed;
	}

	.c-header__menu .widget_shopping_cart_content {
		display: none;
	}

	.c-header__mobile_blocks {
		display: none;
	}

	.c-header__logo-empty {
		font-size:      24px;
		font-weight:    700;
		line-height:    1;
		text-transform: uppercase;
		white-space:    nowrap;
	}

	.c-header__row {
		height:      var(--header-height-mobile);
		position:    relative;
		transition:  height 0.3s linear;
		align-items: center;
	}

	.c-header__row--logo-left {
		display:   flex;
		flex-wrap: nowrap;
	}

	.c-header__row--logo-centered {
		display:               grid;
		grid-template-columns: 1fr auto 1fr;
		align-items:           center;
	}

	.c-header__row--logo-centered .c-header__col-mobile-buttons {
		flex: 1 1 auto;
	}

	.c-header__row--logo-centered .c-header__logo {
		justify-content: center;
	}

	.c-header__row--logo-centered .c-header__logo-link {
		justify-content: center;
	}

	.c-header--sticky .c-header__row {
		height: var(--sticky-header-height-mobile);
	}

	.c-header__bottom-buttons {
		height:          60px;
		flex-wrap:       nowrap;
		align-items:     center;
		display:         flex;
		justify-content: space-between;
		padding-left:    28px;
		padding-right:   28px;
		max-width:       415px;
		margin-left:     auto;
		margin-right:    auto;
	}

	.c-header__menu-button {
		flex:   0 0 auto;
		width:  98px;
		height: 60px;
	}

	.c-header__menu-button-icon {
		height:      20px;
		width:       38px;
		font-size:   20px;
		line-height: 1;
	}

	.c-header__logo {
		flex:        1 1 auto;
		position:    relative;
		height:      calc(var(--header-height-mobile) - 20px);
		width:       auto;
		display:     flex;
		align-items: center;
		transition:  height 0.3s linear;
	}

	.c-header--sticky .c-header__logo {
		height: calc(var(--sticky-header-height-mobile) - 20px);
	}

	.c-header--header-type-mobile-2 .c-header__logo {
		padding-left: 0;
		overflow:     hidden;
	}

	.c-header__logo-img--desktop {
		display: none !important;
	}

	.c-header__logo-img {
		display:    block;
		height:     auto;
		max-width:  min(100%, var(--logo-size-mobile));
		max-height: 100%;
		width:      auto;
		-o-object-fit: contain;
		   object-fit: contain;
	}

	.c-header__logo-img--svg {
		width: 100%;
	}

	.c-header__col-mobile-buttons {
		flex:            0 0 auto;
		display:         flex;
		justify-content: flex-end;
		align-items:     center;
		font-size:       21px;
		line-height:     1;
		margin:          0 13px;
		padding-top:     5px;
	}

	.c-header__col-mobile-buttons--1 {
		font-size: 24px;
		margin:    0 31px 0 19px;
	}

	.c-header__col-mobile-buttons--1 {
		padding-top: 3px;
	}

	.c-header__col-mobile-buttons > * {
		margin-left:  8px;
		margin-right: 8px;
	}

	.c-header--buttons-1 .c-header__menu-button {
		width: 98px;
	}

	.c-header--buttons-0 .c-header__logo {
		justify-content: center;
		padding-right:   98px;
	}

	.c-header--buttons-1 .c-header__logo {
		justify-content: center;
	}

	.c-header--buttons-2 .c-header__menu-button,
	.c-header--buttons-3 .c-header__menu-button,
	.c-header--buttons-4 .c-header__menu-button {
		width: 80px;
	}

	.c-header__home-svg {
		width:  20px;
		height: 20px;
	}

	.c-header__cart-sum {
		display: none;
	}

	.c-header__cart {
		position: relative;
	}

	.c-header__buttons-block--1 {
		padding-right: 7px;
	}

	.c-header__buttons-block--2 {
		position:        relative;
		display:         flex;
		align-items:     center;
		justify-content: center;
		width:           50px;
		height:          60px;
	}

	.c-header__menu {
		position:   fixed;
		z-index:    1200;
		top:        0;
		width:      100%;
		height:     100%;
		max-width:  415px;
		min-width:  320px;
		visibility: hidden;
		opacity:    0;
		transition: var(--opacity-transition);
		color:      white;
		left:       0;
	}

	.c-header__menu--disabled {
		display:        none !important;
		pointer-events: none;
	}

	.c-header__menu--active {
		opacity:    1;
		visibility: visible;
	}

	.c-header__menu-shadow {
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		bottom:           0;
		background-color: var(--shadow-color-mobile);
	}

	.c-header__menu-buttons {
		position:      absolute;
		left:          0;
		top:           0;
		width:         100%;
		height:        60px;
		display:       flex;
		align-items:   center;
		padding-left:  50px;
		padding-right: 30px;
	}

	.c-header__menu-bottom {
		position:        absolute;
		left:            0;
		right:           0;
		bottom:          30px;
		display:         flex;
		align-items:     center;
		justify-content: space-between;
		padding-left:    50px;
		padding-right:   50px;
		font-size:       20px;
	}

	.c-header__menu-back {
		opacity:        0;
		visibility:     hidden;
		transition:     var(--opacity-transition);
		font-weight:    bold;
		font-size:      18px;
		line-height:    1;
		text-transform: uppercase;
		white-space:    nowrap;
	}

	.c-header__menu-back--active {
		opacity:    1;
		visibility: visible;
	}

	.c-header__menu-back-svg {
		font-size:      7px;
		line-height:    4px;
		vertical-align: middle;
		margin-right:   9px;
	}

	.c-header__menu-close {
		width:       38px;
		height:      38px;
		margin-left: auto;
		text-align:  center;
		font-size:   20px;
		line-height: 44px;
	}

	.c-header__menu-content {
		display:  block;
		position: absolute;
		left:     0;
		right:    0;
		top:      75px;
		bottom:   90px;
		overflow: hidden;
	}

	.c-header__menu-content--no-buttons {
		bottom: 0;
	}

	.c-header__menu-wrap {
		display:    flex;
		position:   absolute;
		left:       0;
		top:        0;
		bottom:     0;
		overflow:   hidden;
		transition: var(--custom-transform-transition);
		transform:  translateX(0);
	}

	.c-header__menu-wrap--page-1 {
		transform: translateX(max(-100vw, -415px));
	}

	.c-header__menu-wrap--page-2 {
		transform: translateX(max(-200vw, -830px));
	}

	.c-header__menu-wrap--page-3 {
		transform: translateX(max(-300vw, -1245px));
	}

	.c-header__menu-wrap--page-4 {
		transform: translateX(max(-400vw, -1660px));
	}

	.c-header__menu-wrap--page-5 {
		transform: translateX(max(-500vw, -2075px));
	}

	.c-header__menu-page {
		width:     100vw;
		max-width: 415px;
		flex:      0 0 auto;
		padding:   0 30px 0 50px;
		height:    100%;
		overflow:  auto;
	}

	.c-mobile-menu {
		display: none;
	}

	.c-header__top {
		text-align:    center;
		margin-bottom: 35px;
		padding:       0 20px 0 0;
	}

	.c-header__top .c-soc {
		margin-top: 35px;
	}

	.c-header__top-row-list {
		list-style:  none;
		margin:      25px 0 -10px 0;
		text-align:  center;
		padding:     0;
		line-height: 15px;
	}

	.c-header__top-row-item {
		display:     inline;
		font-style:  normal;
		font-weight: normal;
		font-size:   13px;
		line-height: 15px;
		margin:      10px 0;
	}

	.c-header__top-row-item:after {
		content:     "\a\a";
		white-space: pre;
	}

	.c-header__top-row-item--other,
	.c-header__top-row-item--shortcode {
		color: white;
	}

	.c-header__top-row-icon {
		color:        var(--accent-color);
		margin-right: 5px;
		position:     relative;
		top:          1px
	}

	.c-header__top-row-icon--email {
		font-size: 9px;
	}

	.c-header__top-row-icon--phone {
		font-size: 11px;
	}

	.c-header__top-row-icon--address {
		font-size: 12px;
	}

	.c-header__top-row-icon--hours {
		font-size: 10px;
	}

	.c-header__top-row-icon--favorites {
		font-size: 10px;
	}

	.c-header__cart-count {
		position:         absolute;
		right:            -10px;
		top:              -6px;
		background-color: var(--text-color);
		color:            var(--background-color);
	}

	.c-header__menu-bottom .c-header__cart-count {
		background-color: var(--background-color);
		color:            var(--text-color);
	}

	.c-header__menu-page .c-soc__link {
		margin:  0 10px;
		opacity: 0.6;
	}

	.c-header__support {
		display:     inline-flex;
		align-items: center;
		text-align:  left;
		margin:      25px 0 0 0;
	}

	.c-header__support-icon {
		font-size:    25px;
		line-height:  1;
		color:        var(--accent-color);
		margin-right: 15px;
	}

	.c-header__support-title {
		font-size:   13px;
		line-height: 1.2;
	}

	.c-header__support-phone {
		margin-top:  4px;
		font-size:   20px;
		font-weight: 600;
		line-height: 1;
	}

	.c-header__callback-wrap {
		padding: 45px 30px 30px 30px;
	}
}

@media (max-width: 400px) {
	.c-header__callback-wrap {
		border-left:  none;
		border-right: none;
	}
}

/*- Hint -*/

.c-hint {
	position:   absolute;
	left:       0;
	top:        26px;
	margin-top: 5px;
	background: #666;
	color:      #fff;
	padding:    3px 10px;
	font-size:  12px;
	z-index:    100;
}

.c-hint a {
	color: #fff;
}

.c-hint:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      -5px;
	width:    100%;
	height:   5px;
}

.c-hint:before {
	content:             '';
	display:             block;
	position:            absolute;
	left:                10px;
	top:                 -10px;
	border:              solid 5px transparent;
	border-bottom-color: #666;
}

/*- Login / Register Form -*/

.c-login,
	position:     relative;
	width:        375px;
	max-width:    100%;
	margin-left:  auto;
	margin-right: auto;
}

	font-size: 14px;
}

.c-login__form {
	display: none;
}

.c-login__form input:not([type="checkbox"]):not([type="radio"]) {
	width: 100%;
}

.c-login__form--active {
	display: block;
}

.c-login__lost-password {
	flex:        1 1 auto;
	text-align:  right;
	line-height: 24px;
	font-size:   14px;
}

.c-login__lost-password-link {
	display:       inline-block;
	border-bottom: solid 1px currentColor;
	margin-bottom: 4px;
}

.c-login__header {
	position:        relative;
	font-size:       30px;
	font-weight:     700;
	line-height:     1.2;
	margin-bottom:   45px;
	display:         flex;
	align-items:     center;
	justify-content: center;
}

.c-login__title-or {
	order:          2;
	font-size:      18px;
	line-height:    25px;
	font-weight:    normal;
	display:        inline-block;
	margin-left:    18px;
	margin-right:   18px;
	text-transform: none;
}

.c-login__tab-login--not-active,
.c-login__tab-register--not-active {
	order:          3;
	font-size:      18px;
	line-height:    25px;
	font-weight:    normal;
	display:        inline-block;
	text-transform: none;
	border-bottom:  solid 1px currentColor;
}

.c-login__tab-login--active,
.c-login__tab-register--active {
	order:   1;
	display: inline-block;
}
/*- Latest Post Widget -*/

.c-lp-widget {
	padding:    0 !important;
	margin:     0;
	list-style: none;
}

.c-lp-widget__item {
	display: flex;
}

.c-lp-widget__thumb {
	width:        75px;
	margin-right: 20px;
	flex:         0 0 auto;
	display:      block;
}

.c-lp-widget__content {
	flex:        1 1 auto;
	line-height: 1.2;
}

.c-lp-widget__title {
	font-size:       16px;
	font-weight:     bold;
	word-break:      break-word;
}

.c-lp-widget__date {
	margin-top: 8px;
	font-size:  14px;
}

.c-lp-widget__date-icon {
	display:      inline-block;
	margin-right: 4px;
}

.c-lp-widget__item + .c-lp-widget__item {
	margin-top:  30px;
	padding-top: 30px;
	border-top:  solid 1px var(--accent-border-color);
}

/*-- Latest Post Widget (Desktop) --*/

@media (min-width: 1170px) {
	.c-lp-widget__title:hover {
		opacity: 0.7;
	}
}

.c-meta-options {
	padding-left: 20px;
}
/*- Mobile Menu -*/

@media (max-width: 1169px) {

    .c-mobile-menu__list,
    .c-mobile-menu__submenu {
        padding:    0;
        margin:     -18px 0;
        list-style: none;
    }

    .c-mobile-menu__submenu--content {
        margin-left:  -50px;
        margin-right: -30px;
        color:        var(--text-color);
    }

    .c-mobile-menu__item,
    .c-mobile-menu__subitem {
        position:       relative;
        padding-bottom: 18px;
        padding-top:    18px;
        padding-right:  30px;
        font-weight:    normal;
        font-size:      18px;
        line-height:    1.2;
        text-transform: uppercase;
    }

    .h-rtl .c-mobile-menu__item,
    .h-rtl .c-mobile-menu__subitem {
        padding-right: 0;
        padding-left:  30px;
    }

    .c-mobile-menu__item > a,
    .c-mobile-menu__subitem > a {
        display: block;
    }

    .c-mobile-menu__item--has-children > a:first-child:after,
    .c-mobile-menu__subitem--has-children > a:first-child:after {
        content:         var(--icon-submenu);
        font-family:     "theme-icons";
        display:         flex;
        align-items:     center;
        justify-content: center;
        position:        absolute;
        right:           0;
        top:             0;
        width:           38px;
        height:          100%;
        font-size:       7px;
    }

    .h-rtl .c-mobile-menu__item--has-children > a:first-child:after,
    .h-rtl .c-mobile-menu__subitem--has-children > a:first-child:after {
        right:     unset;
        left:      0;
        transform: scaleX(-1);
    }

    .c-mobile-menu__item .c-mobile-menu__submenu,
    .c-mobile-menu__subitem .c-mobile-menu__submenu {
        display: none;
    }

    .c-mobile-menu__title-wrap {
        display:        flex;
        flex-wrap:      nowrap;
        align-items:    center;
        width:          100%;
        padding-bottom: 13px;
        padding-top:    13px;
    }

    .c-mobile-menu__title {
        position:     relative;
        padding-left: 10px;
        margin-right: 66px;
        color:        var(--accent-color);
    }

    .c-mobile-menu__title--text-only {
        padding-left: 0;
    }

    .c-mobile-menu__subitem--parent {
        color: var(--accent-color);
    }

    .c-mobile-menu__subitem--parent-div {
        padding-left:  50px;
        padding-right: 30px;
    }

    .h-rtl .c-mobile-menu__subitem--parent-div {
        padding-left:  30px;
        padding-right: 50px;
    }

    .c-mobile-menu__submenu--content .l-section--container, .l-section__container,
    .c-mobile-menu__submenu--content .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container,
    .c-mobile-menu__submenu--content .e-con-boxed {
        padding-left:  0;
        padding-right: 0;
    }
}




.c-order__info {
	max-width:    750px;
	margin-left:  auto;
	margin-right: auto;
	font-size:    17px;
}

	border-spacing:  0;
	border-collapse: separate;
	width:           100%;
	max-width:       750px;
}

	font-size:      14px;
	line-height:    1.2;
	text-align:     left;
	font-weight:    normal;
	padding-bottom: 14px;
	border-bottom:  solid 1px #dddddd;
}

	padding-bottom: 0;
}

	font-size:     17px;
	line-height:   1.2;
	padding:       25px 0;
	border-bottom: solid 1px #dddddd;
}

	font-weight: bold;
}

	padding-right: 20px;
}

	font-weight: normal;
}

	margin-top: 65px;
}

	padding:        0;
	margin:         0 0 30px 0;
	text-transform: uppercase;
	font-size:      17px;
	font-weight:    bold;
}

	display: block;
}

	font-weight: normal;
	font-size:   12px;
	margin-top:  3px;
}

	margin-top: 60px;
	position:   relative;
	overflow:   hidden;
}

	display:      flex;
	flex-wrap:    wrap;
	margin-left:  -55px;
	margin-right: -55px;
	font-size:    17px;
}

	width:  240px;
	margin: 30px 55px 0 55px;
}

	font-style: normal;
}

	text-align: right;
}

	text-decoration: underline;
}

	font-weight: bold;
}

	margin-bottom: 65px;
}

	text-align: right !important;
}

@media (max-width: 500px) {
	.c-order__details-item {
		width: 100%;
	}

		display: none;
	}

	.c-account__col-content {
		min-width: 100%;
	}

		display: block;
	}

		border:  none;
		padding: 0;
	}

		margin-bottom: 25px;
		padding:       15px 0 25px 0;
		text-align:    left !important;
	}
}

/*- Page Header -*/

.c-page-header {
	color:            var(--page-header-color);
	background-color: var(--page-header-bg-color);
}

.c-page-header__icon {
	max-width: 100%;
}

.c-page-header__title--tabs {
	display:         flex;
	align-items:     center;
	justify-content: center;
}

.c-page-header__title-or {
	order:          2;
	font-size:      17px;
	line-height:    25px;
	font-weight:    normal;
	display:        inline-block;
	margin-left:    30px;
	margin-right:   18px;
	text-transform: none;
}

.c-page-header__tab-login--not-active,
.c-page-header__tab-register--not-active {
	order:          3;
	font-size:      17px;
	line-height:    25px;
	font-weight:    normal;
	display:        inline-block;
	text-transform: none;
	border-bottom:  solid 1px currentColor;
}

.c-page-header__tab-login--active,
.c-page-header__tab-register--active {
	order:   1;
	display: inline-block;
}

.c-page-header {
	position:            relative;
	padding:             20px 0 40px 0;
	background-position: center center;
	background-repeat:   no-repeat;
	background-size:     cover;
	display:             flex;
	align-items:         center;
	min-height:          var(--header-min-height);
}

.c-page-header__image {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	z-index:         0;
	opacity:         var(--bg-opacity);
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
}

.c-page-header__shadow {
	position:         absolute;
	left:             0;
	right:            0;
	bottom:           0;
	height:           300px;
	max-height:       100%;
	opacity:          0.85;
	background-image: linear-gradient(to top, var(--page-header-bg-color), var(--page-header-bg-color-tr));
	z-index:          1;
}

.c-page-header__wrap {
	flex:       0 1 auto;
	max-width:  100%;
	position:   relative;
	margin:     0 auto;
	text-align: center;
	z-index:    5;
}

.c-page-header__title {
	font-size:   var(--header-font-size-responsive);
	font-weight: 600;
	line-height: 1.1;
	padding:     0;
	margin:      0;
	word-break:  break-word;
	white-space: normal;
}

.c-page-header__decor {
	color:         var(--accent-color);
	font-size:     8px;
	margin-top:    25px;
	margin-bottom: 28px;
}

.c-page-header__bar {
	color:     var(--accent-color);
	position:  absolute;
	left:      50%;
	transform: translate(-50%, 50%);
	bottom:    0;
	z-index:   3;
	max-width: 100%;
}

.c-page-header__filter {
	display: inline-block;
}

.c-page-header__sticky {
	display:     inline-block;
	font-size:   80%;
	position:    relative;
	top:         14px;
	color:       var(--accent-color);
	margin-left: 20px;
}

/*-- Page Header (Desktop) --*/

@media (min-width: 1170px) {
	.c-page-header--filter {
		min-height: calc(var(--header-min-height) + 150px);
	}

	.c-page-header--subcat {
		min-height: calc(var(--header-min-height) + 50px);
	}
}

/*-- Page Header (Mobile) --*/

@media (max-width: 1169px) {
	.c-page-header {
		min-height: unset;
		padding:    60px 30px 70px 30px;
	}
}

@media (max-width: 359px) {
	.c-page-header {
		padding-left:  20px;
		padding-right: 20px;
	}
}

/*- Post Grid -*/

.c-post-grid {
	width:            360px;
	position:         relative;
	background-color: white;
	display:          flex;
	flex-direction:   column;
	margin-bottom:    30px;
	transition:       box-shadow 0.3s linear;
}

.c-post-grid__thumb-wrap {
	position:         relative;
	padding-bottom:   69.4444%;
	background-color: var(--background-color-10);
	overflow:         hidden;
}

.c-post-grid__thumb {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
	z-index:         1;
}

.c-post-grid__categories {
	position:        absolute;
	top:             23px;
	right:           25px;
	left:            25px;
	margin:          0 0 -5px -5px;
	padding:         0;
	list-style:      none;
	z-index:         2;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: flex-end;
}

.c-post-grid__categories-item {
	display:          inline-block;
	background-color: white;
	font-size:        14px;
	font-weight:      bold;
	line-height:      1;
	text-transform:   uppercase;
	padding:          11px 15px 10px 16px;
	margin-left:      5px;
	margin-bottom:    5px;
}

.c-post-grid__content-wrap {
	flex:           1 1 auto;
	display:        flex;
	flex-direction: column;
}

.c-post-grid__spacer {
	flex: 1 1 auto;
}

.c-post-grid__content-wrap {
	padding: 40px 40px 45px 40px;
}

.c-post-grid__continue {
	border-top:  solid 2px rgba(0, 0, 0, 0.07);
	padding:     35px 40px;
	font-size:   18px;
	font-weight: 600;
}

.c-post-grid__arrow {
	display:        inline-block;
	font-size:      15px;
	vertical-align: middle;
	margin-left:    15px;
	color:          var(--accent-color);
}

.c-post-grid__meta {
	list-style: none;
	padding:    0;
	margin:     0;
}

.c-post-grid__meta-item {
	display:   inline-block;
	font-size: 16px;
}

.c-post-grid__meta-item:not(:last-child):after {
	content:        '';
	display:        inline-block;
	width:          0;
	height:         24px;
	vertical-align: middle;
	border-left:    solid 1px #dddddd;
	margin-left:    13px;
	margin-right:   13px;
}

.c-post-grid__author {
	color:           var(--text-color-light);
	font-weight:     600;
	text-decoration: underline;
}

.c-post-grid__meta-item--date {
	font-weight: 600;
}

.c-post-grid__title {
	margin-top:  30px;
	font-size:   24px;
	font-weight: bold;
	line-height: 1.33;
}

.c-post-grid__excerpt {
	font-size:   18px;
	line-height: 1.67;
	color:       var(--text-color-light);
	margin-top:  20px;
}

.c-post-grid__excerpt > :first-child {
	margin-top: 0;
}

.c-post-grid__excerpt > :last-child {
	margin-bottom: 0;
}

.c-post-grid__sticky {
	display:     inline-block;
	font-size:   80%;
	position:    relative;
	toP:         2px;
	color:       var(--accent-color);
	margin-left: 10px;
}

/*--  (Desktop) --*/
@media (min-width: 1170px) {
	.c-post-grid a:hover {
		color: var(--accent-color);
	}
	.c-post-grid:hover {
		box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
	}
}


/*- Search Form -*/

.c-search-form {
	margin-bottom: 40px;
}

.c-search-form__wrap {
	display: flex;
}

.c-search-form__label {
	flex: 1 1 auto;
}

.c-search-form__button {
	flex:            0 0 auto;
	padding:         2px 0 0 2px;
	width:           62px;
	font-size:       20px;
	line-height:     1;
	display:         flex;
	justify-content: center;
	align-items:     center;
}

.widget .c-search-form__input[type=search]:focus {
	border-color: var(--background-color) !important;
}

/*- Catalog Subcategories -*/

.c-subcat {
	opacity:    1;
	visibility: visible;
	transform:  var(--hover-transition);
	position:   relative;
}

.c-subcat__list {
	display:         flex;
	justify-content: center;
	align-items:     flex-start;
	list-style:      none;
	padding:         0;
	margin:          -20px 0 0 0;
	max-width:       100%;
}

.c-subcat__list:not(.owl-carousel) {
	overflow: hidden;
}

.c-subcat__list.owl-carousel,
.c-subcat__list.owl-carousel .c-subcat__item {
	margin-right: 0;
}

.c-subcat__item {
	flex:        0 0 auto;
	width:       160px;
	margin:      0;
	text-align:  center;
	padding:     0 10px;
	line-height: 0;
	padding-top: 20px;
	transition:  var(--hover-transition);
}

.c-subcat__thumb-wrap {
	display:         inline-flex;
	justify-content: center;
	align-items:     center;
	flex:            0 0 auto;
	width:           100px;
	height:          100px;
	border:          5px solid white;
	border-radius:   50%;
	position:        relative;
	overflow:        hidden;
}

.c-subcat--icon .c-subcat__thumb-wrap {
	background-color: var(--accent-color);
	color:            white;
}

.c-subcat--icon.c-subcat--header .c-subcat__thumb-wrap {
	border-color: transparent;
}

.c-subcat__icon {
	font-size: 50px;
}

.c-subcat--content .c-subcat__thumb-wrap--back {
	background-color: #efefef;
}

.c-subcat--icon.c-subcat--content .c-subcat__thumb-wrap--back {
	background-color: var(--accent-color);
}

.c-subcat__item--current .c-subcat__thumb-wrap {
	border-color: var(--accent-color);
}

.c-subcat--icon .c-subcat__item--current .c-subcat__thumb-wrap {
	border-color: #efefef;
}

.c-subcat--icon.c-subcat--header .c-subcat__item--current .c-subcat__thumb-wrap {
	border-color: white;
}

.c-subcat__back {
	display:          inline-flex;
	line-height:      0;
	transform-origin: center;
	transform:        scaleX(-1);
	color:            var(--text-color);
}

.c-subcat--icon .c-subcat__back {
	color: white;
}

.c-subcat__thumb-wrap--back {
	display:          inline-flex !important;
	justify-content:  center;
	align-items:      center;
	font-size:        17px;
	line-height:      1;
	background-color: white;
}

.c-subcat__thumb {
	flex:            0 0 auto;
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-fit:      cover;
	   object-fit:      cover;
	-o-object-position: center;
	   object-position: center;
	mix-blend-mode:  darken;
}

.c-subcat__title {
	position:       relative;
	font-style:     normal;
	font-size:      18px;
	line-height:    1.22;
	font-weight:    500;
	text-align:     center;
	margin-top:     22px;
}

/*-- Subcategories in Page Header (Desktop) --*/
@media (min-width: 1170px) {
	.c-subcat {
		width:         1080px;
		margin-left:   auto;
		margin-right:  auto;
		position:      relative;
		clear:         both;
		min-width:     320px;
		padding-left:  60px;
		padding-right: 60px;
		transition:    var(--hover-transition);
	}

	.c-subcat--header {
		margin-top: 60px;
	}

	.c-subcat--content {
		margin-top:    60px;
		margin-bottom: 60px;
	}

	.c-subcat__list--carousel {
		justify-content: flex-start;
	}

	.c-subcat__item:hover {
		color: var(--accent-color);
	}

	.c-subcat .h-carousel__prev,
	.c-subcat .h-carousel__next {
		width:     16px !important;
		height:    31px !important;
		font-size: 31px;
	}

	.c-subcat .owl-prev,
	.c-subcat .owl-next {
		width:      50px !important;
		height:     50px !important;
		top:        45px !important;
		margin-top: 0 !important;
	}

	.c-subcat .owl-prev {
		left: -60px !important;
	}

	.c-subcat .owl-next {
		right: -60px !important;
	}

	.c-subcat__plus {
		position:    absolute;
		color:       white;
		font-size:   30px;
		left:        50%;
		top:         50%;
		width:       30px;
		height:      30px;
		margin-left: -15px;
		margin-top:  -15px;
		opacity:     0;
		transition:  var(--hover-transition);
	}

	.c-subcat__item:hover .c-subcat__plus {
		opacity: 1;
	}

	.c-subcat__overlay {
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		bottom:           0;
		opacity:          0;
		background-color: #000;
		transition:       var(--hover-transition);
	}

	.c-subcat__item:hover .c-subcat__overlay {
		opacity: 0.7;
	}
}

/*-- Subcategories in Page Header (Mobile) --*/
@media (max-width: 1169px) {
	.c-subcat {
		width:    100%;
		position: relative;
		clear:    both;
	}

	.c-subcat--header {
		margin-top:   40px;
		margin-left:  -30px;
		margin-right: -30px;
		width:        calc(100% + 60px);
	}

	.c-subcat--content {
		margin-top:    30px;
		margin-bottom: 30px;
		width:         100%;
	}

	.c-subcat__title {
		font-size: 16px;
	}

	.c-subcat__icon {
		font-size: 30px;
	}

	.c-subcat__thumb-wrap--back {
		font-size: 12px;
	}

	.c-subcat__plus,
	.c-subcat__overlay {
		display: none;
	}
}

@media (max-width: 892px) {
	.c-subcat__item {
		width: 120px;
	}

	.c-subcat__thumb-wrap {
		flex:         0 0 auto;
		width:        64px;
		height:       64px;
		border-width: 3px;
	}
}

@media (max-width: 414px) {
	.c-subcat__item {
		margin-left:  auto !important;
		margin-right: auto !important;
		max-width:    100%;
	}

	.c-subcat:not(.c-subcat--init) {
		opacity:    0;
		visibility: hidden;
	}
}


/*- To Top Button -*/

.c-to-top-button {
	display:               flex;
	justify-content:       center;
	align-items:           center;
	width:                 50px;
	height:                50px;
	border-radius:         50%;
	position:              fixed;
	right:                 80px;
	bottom:                106px;
	z-index:               1300;
	cursor:                pointer;
	opacity:               0;
	visibility:            hidden;
	transition:            opacity 0.2s linear, visibility 0.2s linear;
	transform-origin:      center center;
	transform:             scale(0.1, 0.1);
	outline:               none;
	border:                none;
	background-color:      var(--to-top-button-color);
	color:                 white;
	box-shadow:            0 2px 7px rgba(0, 0, 0, 0.1);
}

.c-to-top-button--active {
	opacity:    1;
	visibility: visible;
	transform:  scale(1, 1);
}


.c-to-top-button__svg {
	display:          block;
	font-size:        12px;
	line-height:      1;
	transform-origin: center center;
	position:         relative;
	transform:        rotate(180deg);
	top:              -1px;
}

/*-- To Top Button (Desktop) --*/

@media (min-width: 1170px) {
	.c-to-top-button--active:hover {
		opacity:    1;
		visibility: visible;
		transform:  scale(1.2, 1.2);
	}

}

/*-- To Top Button (Mobile) --*/

@media (max-width: 1169px) {
	.c-to-top-button {
		bottom: 70px;
		right:  10px;
	}

	.c-to-top-button--without-menu {
		bottom: 7px;
	}
}

/*- Top Menu -*/

/*-- Top Menu (Destop) --*/

@media (min-width: 1170px) {

	.c-top-menu {
		position:     relative;
		margin-right: 40px;
		margin-left:  40px;
		align-self:   stretch;
	}

	.c-top-menu__list {
		display:         flex;
		flex-wrap:       wrap;
		list-style:      none;
		padding:         0;
		margin:          0;
		height:          100%;
		justify-content: flex-end;
	}

	.c-top-menu__item {
		font-size:      18px;
		line-height:    1.2;
		font-weight:    600;
		position:       relative;
		text-transform: uppercase;
		white-space:    nowrap;
	}

	.c-top-menu__item:hover > a {
		color: var(--header-color-accent);;
	}

	.c-top-menu__item--hidden {
		display: none;
	}


	.c-top-menu__item > a {
		display:         flex;
		align-items:     center;
		justify-content: center;
		height:          100%;
	}

	.c-top-menu__item + .c-top-menu__item {
		margin-left: 30px;
	}

	.c-top-menu__subitem {
		font-size:      15px;
		line-height:    1.2;
		position:       relative;
		text-transform: none;
		font-weight:    normal;
		white-space:    normal;
	}

	.c-top-menu__subitem > a {
		display: block;
		padding: 7px 25px 7px 25px;
	}

	.c-top-menu__subitem--has-children > a:after {
		content:          '';
		display:          block;
		position:         absolute;
		right:            25px;
		top:              50%;
		margin-top:       -4px;
		width:            8px;
		height:           8px;
		border-top:       solid 1px currentColor;
		border-right:     solid 1px currentColor;
		transform-origin: center;
		transform:        rotate(45deg);
	}

	.c-top-menu__subitem:hover > a {
		color: var(--header-color-accent);;
	}

	.c-top-menu__submenu {
		position:           absolute;
		font-size:          15px;
		list-style:         none;
		padding:            15px 0;
		width:              var(--popup-menu-width);
		margin:             0;
		left:               -25px;
		z-index:            1000;
		opacity:            0;
		visibility:         hidden;
		transition:         visibility 0.15s linear, opacity 0.15s linear;
		color:              var(--top-menu-submenu-color);
		background-color:   var(--top-menu-submenu-bg-color);
		border:             solid 1px var(--header-color-border);
	}

	.c-top-menu__submenu:after {
		content:             '';
		display:             block;
		position:            absolute;
		left:                25px;
		top:                 -8px;
		width:               15px;
		height:              15px;
		background-color:    var(--top-menu-submenu-bg-color);
		border:              solid 1px var(--header-color-border);
		border-right-color:  transparent;
		border-bottom-color: transparent;
		transform-origin:    center center;
		transform:           rotate(45deg);
	}

	.c-top-menu__item:hover > .c-top-menu__submenu {
		opacity:    1;
		visibility: visible;
	}

	.c-top-menu__subitem:hover > .c-top-menu__submenu {
		opacity:    1;
		visibility: visible;
	}

	.c-top-menu__submenu--inner {
		left:  100%;
		right: unset;
		top:   -16px;
	}

	.c-top-menu__submenu--rtl {
		left:  unset;
		right: 100%;
	}

	.c-top-menu__submenu--inner:after {
		content:             '';
		display:             block;
		position:            absolute;
		left:                -7.5px;
		right:               unset;
		top:                 23px;
		width:               15px;
		height:              15px;
		background-color:    var(--top-menu-submenu-bg-color);
		border:              solid 1px var(--header-color-border);
		border-left-color:   transparent;
		border-bottom-color: transparent;
		transform-origin:    center center;
		transform:           rotate(-135deg);
	}

	.c-top-menu__submenu--rtl:after {
		left:      unset;
		right:     -7.5px;
		transform: rotate(45deg);
	}

	.c-top-menu__more-svg {
		position:    absolute;
		top:         10px;
		right:       17px;
		font-size:   12px;
		line-height: 1;
	}

	.c-top-menu__item--has-children > a:after {
		content:     var(--icon-dropdown);
		font-family: "theme-icons";
		font-size:   10px;
		line-height: 1;
		margin-left: 10px;
		display:     inline-block;
	}

	.c-top-menu .current-menu-ancestor > a,
	.c-top-menu .current-menu-parent > a,
	.c-top-menu .current-menu-item > a {
		color: var(--header-color-accent);
	}
}

@media (max-width: 1634px) and (min-width: 1170px) {
	.c-top-menu__item {
		font-size: calc(16px + 2 * ((100vw - 1170px) / (1634 - 1170)));
	}

	.c-top-menu__item + .c-top-menu__item {
		margin-left: calc(20px + 10 * ((100vw - 1170px) / (1634 - 1170)));
	}
}
/*- Vehicle booking panel -*/

.c-vehicle-book {
	text-align: left;
	position:   relative;
}

.c-vehicle-book__price {
	padding:          50px 25px;
	text-align:       center;
	line-height:      1;
	background-color: var(--text-color);
	color:            white;
}

.c-vehicle-book__price-wrap {
	display:         flex;
	justify-content: center;
	align-items:     center;
}

.c-vehicle-book__price-decor {
	flex:        0 0 auto;
	color:       var(--accent-color);
	display:     inline-block;
	margin-top:  10px;
	font-size:   8px;
	line-height: 1;
}

.c-vehicle-book__price-decor:first-child {
	margin-right: 22px;
}

.c-vehicle-book__price-decor:last-child {
	margin-left: 22px;
}

.c-vehicle-book__amount {
	font-size:   40px;
	font-weight: 700;
	max-width:   calc(100% - 104px);
}

.c-vehicle-book__request {
	display:     block;
	max-width:   100%;
	font-size:   28px;
	line-height: 1.2;
}

.c-vehicle-book__per,
.c-vehicle-book__cnt {
	margin-top:     14px;
	font-size:      18px;
	font-weight:    600;
	text-transform: uppercase;
	color:          var(--accent-color);
}

.c-vehicle-book__cnt-value {
	color: white;
}

.c-vehicle-book__wrap {
	border-top-left-radius:     8px;
	border-bottom-right-radius: 8px;
	padding:                    45px 40px 50px 40px;
	position:                   relative;
	background-color:           var(--background-color-light);
}

.c-vehicle-book__block {
	position: relative;
}

.c-vehicle-book__block--loading:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             -40px;
	right:            -40px;
	top:              0;
	bottom:           0;
	opacity:          0.8;
	z-index:          1;
	background-color: var(--background-color-light);
}

.c-vehicle-book__title {
	font-size:      18px;
	line-height:    1;
	font-weight:    600;
	text-transform: uppercase;
	position:       relative;
}

.c-vehicle-book__total-orig {
	display:       inline-block;
	position:      relative;
	font-weight:   normal;
	margin-bottom: 10px;
}

.c-vehicle-book__total-orig:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             -7px;
	right:            -5px;
	top:              50%;
	transform-origin: center center;
	transform:        rotate(-12deg);
	border-bottom:    solid 2px var(--background-color);
	opacity:          0.5;
}

.c-vehicle-book__sub-title,
.c-vehicle-book__total {
	font-size:   18px;
	font-weight: 700;
	margin-top:  37px;
}

.c-vehicle-book__dates-list {
	list-style: none;
	padding:    0;
	margin:     -25px 0 0 0;
}

.c-vehicle-book__dates-item {
	font-size:      18px;
	font-weight:    500;
	line-height:    1.6;
	margin-top:     25px;
	padding-bottom: 25px;
	border-bottom:  solid 1px #dddddd;
	position:       relative;
	max-width:      100%;
}

.c-vehicle-book__dates-item--no-border {
	border-bottom:  none;
	padding-bottom: 0;
}

.c-vehicle-book__dates-status {
	margin-top: 30px;
	position:   relative;
}

.c-vehicle-book__dates-available {
	font-size:   18px;
	font-weight: 500;
	line-height: 1.2;
	color:       #339966;
}

.c-vehicle-book__dates-not-available {
	font-size:   18px;
	font-weight: 500;
	line-height: 1.2;
	color:       #C64C2F;
}

.c-vehicle-book__dates-ico {
	font-size:      14px;
	vertical-align: middle;
	display:        inline-block;
	margin-right:   7px;
}

.c-vehicle-book__extra-list {
	margin:     0;
	padding:    0;
	list-style: none;
	margin-top: 22px;
}

.c-vehicle-book__extra-item {
	margin:  5px 0 0 0;
	display: flex;
}

.c-vehicle-book__extra-title {
	flex:      1 1 auto;
	display:   flex;
	word-wrap: break-word;
}

.c-vehicle-book__extra-title--number {
	align-items: center;
}

.c-vehicle-book__extra-title-text {
	font-size:   16px;
	flex:        1 1 auto;
	margin-left: 10px;
}

.c-vehicle-book__extra-title-btn {
	flex:        0 0 auto;
	position:    relative;
	display:     block;
	padding-top: 1px;
}

.c-vehicle-book__extra-input {
	margin:             0;
	padding:            5px 16px !important;
	text-align:         center;
	width:              60px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;

}

.c-vehicle-book__delivery-price,
.c-vehicle-book__extra-price {
	margin-left: 15px;
	text-align:  right;
	font-weight: 600;
	white-space: nowrap;
}

.c-vehicle-book__extra-price del {
	opacity:      0.3;
	display:      inline-block;
	margin-right: 3px;
}

.c-vehicle-book__book {
	width:         100% !important;
	padding-left:  20px;
	padding-right: 20px;
}

.c-vehicle-book__book:not(:first-child) {
	margin-top: 40px;
}

.c-vehicle-book__extra-button {
	display:     block;
	position:    absolute;
	top:         0;
	bottom:      0;
	width:       20px;
	font-weight: 700;
	opacity:     0.4;
}

.c-vehicle-book__extra-button:before {
	content:          '';
	display:          block;
	position:         absolute;
	left:             50%;
	top:              50%;
	margin-left:      -4px;
	width:            9px;
	height:           1px;
	background-color: var(--text-color);
}

.c-vehicle-book__extra-button--minus {
	left:    0;
	z-index: 1;
}

.c-vehicle-book__extra-button--minus:before {
	width:       8px;
	margin-left: -4px;
}

.c-vehicle-book__extra-button--plus {
	right:   0;
	z-index: 1;
}

.c-vehicle-book__extra-button--plus:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             50%;
	top:              50%;
	margin-left:      1px;
	margin-top:       -4px;
	width:            1px;
	height:           9px;
	background-color: var(--text-color);
}

.c-vehicle-book__extra-price-per {
	display:        block;
	font-size:      10px;
	line-height:    1;
	text-transform: uppercase;
	opacity:        0.5;
}

.c-vehicle-book__dates-item--input {
	display:     flex;
	align-items: baseline;
}

.c-vehicle-book__pick_up,
.c-vehicle-book__drop_off {
	width:     100%;
	max-width: 100%;
	opacity:   0;
}

.c-vehicle-book__dates-locations {
	display: flex;
}

.c-vehicle-book__dates-address {
	font-size:   16px;
	font-weight: 400;
}

.c-vehicle-book__dates-address--select2 {
	margin-top: 15px;
}

.c-vehicle-book__select-wrap {
	position:  relative;
	flex:      1 1 auto;
	min-width: 0;
}

.c-vehicle-book__date-title {
	flex:         0 0 auto;
	margin-right: 7px;
}

.c-vehicle-book__date {
	font-size:        18px !important;
	flex:             1 1 auto;
	cursor:           pointer;
	padding:          0 !important;
	margin:           0 !important;
	border:           none !important;
	outline:          none !important;
	background-color: transparent !important;
	color:            currentColor;
	min-width:        0;
}

.c-vehicle-book__date-btn {
	flex: 0 0 auto;
}

.c-vehicle-book__total {
	display:     flex;
	font-size:   22px;
	font-weight: 700;
}

.c-vehicle-book__total-amount {
	flex:        1 1 auto;
	text-align:  right;
	margin-left: 15px;
}

.c-vehicle-book__space {
	position:   absolute;
	margin-top: 35px;
	left:       0;
	right:      0;
}

.c-vehicle-book__loading {
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	width:    unset !important;
	z-index:  10;
	display:  none;
}

.c-vehicle-book__loading--active {
	display: block;
}

.c-vehicle-book__delivery-row {
	display: flex;
}

.c-vehicle-book__delivery-row--owner {
	margin-top: 10px;
}

.c-vehicle-book__delivery-title {
	flex: 1 1 auto;
}

.c-vehicle-book__wrap .wpcf7-form-control {
	background-color: white;
}

.c-vehicle-book__wrap .wpcf7-submit {
	width: 100%;
}

.c-vehicle-book__wrap .wpcf7-spinner {
	display:  block;
	position: absolute;
	left:     50%;
	margin:   5px 0 0 -12px;
}

.c-vehicle-book__delivery {
	background-color: var(--background-color);
}

.c-vehicle-book__extra-checkbox {
	top:              -3px;
	background-color: var(--background-color);
	margin-right:     0 !important;
}

.c-vehicle-book__extra-tooltip-ico {
	position:    relative;
	top:         2px;
	display:     inline-flex;
	color:       var(--text-color-light);
	margin-left: 3px;
	cursor:      pointer;
	transition:  var(--hover-transition);
}

.c-vehicle-book__extra-tooltip-ico:after {
	content:          '';
	display:          block;
	position:         absolute;
	width:            10px;
	height:           10px;
	border-right:     solid 1px #ccc;
	border-bottom:    solid 1px #ccc;
	transform:        rotate(45deg);
	background-color: white;
	left:             50%;
	margin-left:      -5px;
	bottom:           88%;
	z-index:          11;
	opacity:          0;
	visibility:       visible;
	transition:       var(--hover-transition);
}

.c-vehicle-book__extra-tooltip-text {
	position:              absolute;
	left:                  0;
	right:                 0;
	font-size:             13px;
	padding:               10px 15px;
	border-radius:         2px;
	opacity:               0;
	visibility:            hidden;
	color:                 var(--text-color);
	transition:            var(--hover-transition);
	transform:             translateY(-100%);
	background-color:      white;
	border:                solid 1px #ccc;
	z-index:               10;
	box-shadow:            -5px 0 25px rgb(0 0 0 / 10%);
}

.c-vehicle-book__extra-tooltip:hover .c-vehicle-book__extra-tooltip-text,
.c-vehicle-book__extra-tooltip:hover .c-vehicle-book__extra-tooltip-ico:after {
	opacity:    1;
	visibility: visible;
}

.c-vehicle-book__qty {
	display: flex;
}

.c-vehicle-book__qty-minus,
.c-vehicle-book__qty-plus {
	font-size:        12px;
	line-height:      0;
	flex:             0 0 auto;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	width:            46px;
	height:           46px;
	background-color: var(--background-color);
	color:            var(--text-color);
	border:           solid 1px #dddddd;
	cursor:           pointer;
}

.c-vehicle-book__qty-minus {
	border-right: none;
}

.c-vehicle-book__qty-plus {
	border-left: none;
}

.c-vehicle-book__qty-input {
	flex:                  1 1 auto;
	min-width:             100px;
	border-radius:         0 !important;
	text-align:            center !important;
}

/*-- Vehicle booking panel (Desktop) --*/

@media (min-width: 1170px) {
	.c-vehicle-book__extra-button:hover {
		opacity: 1;
	}

	.c-vehicle-book__extra-tooltip-ico:hover {
		color: var(--text-color);
	}

	.c-vehicle-book__qty-minus:hover,
	.c-vehicle-book__qty-plus:hover {
		border-color:     var(--text-color);
		background-color: var(--text-color);
		color:            var(--background-color)
	}
}

@media (max-width: 375px) {
	.c-vehicle-book__wrap {
		padding: 25px 30px 30px 30px;
	}

	.c-vehicle-book__block--loading:after {
		left:  -30px;
		right: -30px;
	}
}

/*-- Vehicle booking panel  (Mobile) --*/
@media (max-width: 359px) {
	.c-vehicle-book__price-decor {
		display: none !important;
	}

	.c-vehicle-book__amount {
		max-width: 100%;
	}
}

/*- Vehicle Details -*/

.c-vehicle-details {
	position:     relative;
	max-width:    750px;
	width:        100%;
	margin-left:  auto;
	margin-right: auto;
}

.c-vehicle-details > *:first-child {
	margin-top: 0;
}

.c-vehicle-details__gallery:not(.owl-carousel) > *:not(:first-child) {
	display: none;
}

.c-vehicle-details__gallery-item {
	display:        block;
	width:          100%;
	padding-bottom: var(--image-prop);
	overflow:       hidden;
	position:       relative;
}

.c-vehicle-details__gallery-item .js-loading {
	color: white;
}

.c-vehicle-details__gallery-item--video .owl-video-tn {
	background-size: cover !important;
}

.c-vehicle-details__gallery-item--video .wp-video,
.c-vehicle-details__gallery-item--video .wp-video-shortcode,
.c-vehicle-details__gallery-item--video > iframe {
	display:    block;
	position:   absolute;
	left:       0;
	right:      0;
	top:        0;
	bottom:     0;
	-o-object-fit: cover;
	   object-fit: cover;
	height:     100% !important;
	width:      100% !important;
}

.c-vehicle-details__gallery-item--video > iframe {
	width: 100% !important;
}

body .mejs-overlay-button,
body .owl-carousel .owl-video-play-icon {
	display:               block;
	position:              absolute;
	left:                  50%;
	top:                   50%;
	width:                 50px;
	height:                50px;
	margin-left:           -25px;
	margin-top:            -25px;
	border-radius:         50%;
	z-index:               2;
	background:            var(--text-color);
	transform:             none !important;
}

.c-vehicle-details__gallery-item--video .mejs-mediaelement .wp-video-shortcode {
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-vehicle-details__gallery-item--video:not(.c-vehicle-details__gallery-item--inline-video):before {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  50%;
	top:                   50%;
	width:                 50px;
	height:                50px;
	margin-left:           -25px;
	margin-top:            -25px;
	border-radius:         50%;
	z-index:               2;
	background-color:      var(--text-color);
	pointer-events:        none;
}

.c-vehicle-details__gallery-item--video:not(.c-vehicle-details__gallery-item--inline-video):after,
body .mejs-overlay-button:after,
body .owl-carousel .owl-video-play-icon:after {
	content:        '';
	display:        block;
	position:       absolute;
	left:           50%;
	top:            50%;
	border:         solid 10px transparent;
	border-left:    solid 15px white;
	margin-left:    -5px;
	margin-top:     -10px;
	z-index:        3;
	pointer-events: none;
}

.c-vehicle-details__gallery-img,
.c-vehicle-details__gallery-item .owl-video-wrapper {
	position:   absolute !important;
	left:       0;
	top:        0;
	display:    block;
	width:      100%;
	height:     100%;
	max-width:  100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.c-vehicle-details__gallery-img--contain {
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-vehicle-details__gallery-video {
	position:            absolute;
	left:                0;
	top:                 0;
	display:             block;
	width:               100%;
	height:              100%;
	background-position: center;
	background-size:     cover;
	background-repeat:   no-repeat;
}

.c-vehicle-details__image-link {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	z-index:  9;
	cursor:   zoom-in;
}

.c-vehicle-details__thumbs {
	display:    flex;
	margin-top: 20px;
	height:     90px;
	overflow:   hidden;
	max-width:  100%;
	position:   relative;
}

.c-vehicle-details__thumbs-img,
.c-vehicle-details__thumbs-video-img {
	display:    block;
	width:      90px !important;
	height:     90px !important;
	-o-object-fit: cover;
	   object-fit: cover;
}

.c-vehicle-details__thumbs-video {
	width:    90px;
	height:   90px;
	position: relative;
}

.c-vehicle-details__thumbs-video:before {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  50%;
	top:                   50%;
	width:                 40px;
	height:                40px;
	margin-left:           -20px;
	margin-top:            -20px;
	border-radius:         50%;
	background-color:      currentColor;
	z-index:               2;
}

.c-vehicle-details__thumbs-video:after {
	content:     '';
	display:     block;
	position:    absolute;
	left:        50%;
	top:         50%;
	border:      solid 6px transparent;
	border-left: solid 10px white;
	margin-left: -3px;
	margin-top:  -6px;
	z-index:     3;
}

.c-vehicle-details__thumbs-item {
	position: relative;
}

.c-vehicle-details__thumbs-item > button {
	overflow: hidden;
	cursor:   pointer;
}

.c-vehicle-details__thumbs-img,
.c-vehicle-details__thumbs-video-img {
	transition: var(--hover-transition);
}

.c-vehicle-details__thumbs-item:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	z-index:          1;
	background-color: #000;
	opacity:          0;
	visibility:       hidden;
	transition:       var(--hover-transition);
}

.c-vehicle-details__thumbs-item.active:after {
	opacity:    0.7;
	visibility: visible;
}

.c-vehicle-details__thumbs-item > * {
	display: block;
}

.c-vehicle-details__thumbs:not(.owl-carousel) .c-vehicle-details__thumbs-item:not(:first-child) {
	margin-left: 20px;
}

.c-vehicle-details__sale {
	position:         absolute;
	left:             0;
	top:              0;
	color:            white;
	background-color: var(--accent-color);
	padding:          5px 15px 5px 17px;
	font-weight:      bold;
	font-size:        16px;
	z-index:          1;
}

.c-vehicle-details__title {
	font-size:     36px;
	line-height:   1;
	font-weight:   700;
	position:      relative;
	margin-bottom: 20px;
	margin-top:    45px;
}

.c-vehicle-details__subtitle {
	font-size:   18px;
	font-weight: 400;
}

.c-vehicle-details__subheader {
	font-size:     30px;
	font-weight:   700;
	margin-bottom: 18px;
	margin-top:    50px;
}

.c-vehicle-details__subheader--center {
	text-align: center;
}

.c-vehicle-details__decor {
	font-size:     8px;
	line-height:   1;
	margin-top:    14px;
	color:         var(--accent-color);
	margin-bottom: 30px;
}

.c-vehicle-details__decor--center {
	text-align: center;
}

.c-vehicle-details__images-block {
	position:   relative;
	margin-top: 45px;
}

.c-vehicle__location-icon {
	display:      inline-block;
	top:          2px;
	position:     relative;
	margin-right: 5px;
	color:        var(--accent-color);
}

.c-vehicle-details__detail-list-wrap {
	display:       flex;
	margin-bottom: -23px;
}

.c-vehicle-details__detail-list {
	text-align:      left;
	border-collapse: collapse;
	border-spacing:  0;
	width:           100%;
}

.c-vehicle-details__detail-row:nth-of-type(odd) {
	background-color: var(--background-color-light);
}

.c-vehicle-details__detail-col {
	padding:        16px 12px;
	vertical-align: top;
}

.c-vehicle-details__detail-col--name {

}

.c-vehicle-details__detail-col--value {
	font-weight: 600;
}

.c-vehicle-details__detail-unit {
	display:     inline-block;
	font-weight: normal;
	margin-left: 3px;
}

.c-vehicle-details__booking-calendar {
	position: relative;
	margin:   -15px;
}

.c-vehicle-details__booking-calendar .calendar-table {
	position: relative;
}

.c-vehicle-details__booking-calendar .calendar-table:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      35px;
	bottom:   0;
	z-index:  1;
}

.c-vehicle-details__booking-calendar .daterangepicker {
	position:   relative !important;
	top:        auto !important;
	left:       auto !important;
	margin-top: 0;
	border:     none;
	clear:      both;
	overflow:   hidden;
	background: transparent;
	z-index:    0;
}

.c-vehicle-details__booking-calendar .daterangepicker .drp-calendar.left {
	padding: 15px 0 15px 15px;
}

.c-vehicle-details__booking-calendar .daterangepicker .drp-calendar.right {
	padding: 15px;
}

.c-vehicle-details__download-wrap {
	display:   flex;
	flex-wrap: wrap;
	margin:    0 -5px;
}

.c-vehicle-details__download {
	width:        calc(50% - 10px);
	display:      inline-flex;
	align-items:  center;
	text-align:   left;
	position:     relative;
	padding:      15px 50px;
	margin-top:   35px;
	margin-left:  5px;
	margin-right: 5px;
}

.c-vehicle-details__download:before {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	top:              0;
	bottom:           0;
	background-color: var(--accent-color);
	opacity:          0.1;
}

.c-vehicle-details__download-ico {
	flex:           0 0 auto;
	display:        inline-flex !important;
	color:          var(--accent-color);
	font-size:      32px;
	line-height:    1;
	vertical-align: middle;
	margin-right:   10px;
	position:       relative;
	z-index:        1;
}

.c-vehicle-details__download-title {
	flex:        1 1 auto;
	font-size:   18px;
	font-weight: 500;
	line-height: 1.2;
	position:    relative;
	z-index:     1;
}

.c-vehicle-details__download.active {
	background-color: var(--accent-color);
	color:            white;
}

.c-vehicle-details__download.active .c-vehicle-details__download-ico {
	color: white;
}

@media (min-width: 564px) {
	.c-vehicle-details__booking-calendar .daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 15px;
	}
}


.c-vehicle-details__booking-calendar .daterangepicker:before,
.c-vehicle-details__booking-calendar .daterangepicker:after {
	display: none;
}

.c-vehicle-details__booking-calendar .daterangepicker .calendar-table th {
	background-color: var(--background-color-light);
}

.c-vehicle-details__booking-calendar .daterangepicker .calendar-table th,
.c-vehicle-details__booking-calendar .daterangepicker .calendar-table td {
	min-width:   35px;
	width:       35px;
	height:      27px;
	line-height: 27px;
	font-size:   15px;
}

.c-vehicle-details__booking-calendar .daterangepicker td.active,
.c-vehicle-details__booking-calendar .daterangepicker td.active:hover,
.c-vehicle-details__booking-calendar .daterangepicker td.in-range,
.c-vehicle-details__booking-calendar .daterangepicker td.available:hover {
	background-color: transparent;
	border-color:     transparent;
	color:            currentColor;
}

.c-vehicle-details__booked-wrap {
	display:   flex;
	flex-wrap: wrap;
	margin:    0 -12px -10px -12px;
}

.c-vehicle-details__booked {
	flex:         0 1 auto;
	padding-left: 38px;
	position:     relative;
	height:       28px;
	line-height:  28px;
	margin:       15px 12px 10px 12px;
}

.c-vehicle-details__booked:before {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  0;
	top:                   0;
	width:                 28px;
	height:                28px;
	border-radius:         50%;

}

.c-vehicle-details__booked--c:before {
	background-image: var(--stretch-bar-gray);
}

.c-vehicle-details__booked--r:before {
	background-color: red;
	opacity:          0.1;
}

.c-vehicle-details__booked--b:before {
	background-color: #00ffd6;
	opacity:          0.2;
}

.c-vehicle-details__booked--n-a:before {
	background-color: var(--text-color);
	opacity:          0.1;
}

.c-vehicle-details__booked-hint {
	font-size:   10px;
	line-height: 1;
	color:       var(--text-color-light);
}

.c-vehicle-details__prices {
	list-style:       none;
	padding:          4px 38px 6px;
	margin:           0;
	border-top:       solid 1px #dddddd;
	color:            white;
	background-color: var(--text-color);
	text-align:       center;
	font-size:        14px;
}

.c-vehicle-details__price {
	position: relative;
	display:  inline-block;
	margin:   7px;
}

.c-vehicle-details__related-products {
	background-color: var(--background-color-light);
	padding-top:      45px;
	padding-bottom:   50px;
}

.c-vehicle-details__related-products .c-vehicle-details__subheader {
	margin-top: 0;
}

/*-- Vehicle Details (Desktop) --*/
@media (min-width: 1170px) {
	.c-vehicle-details__thumbs-img:hover,
	.c-vehicle-details__thumbs-video:hover .c-vehicle-details__thumbs-video-img {
		transform-origin: center center;
		transform:        scale(1.2, 1.2);
	}

	.c-vehicle-details__download:not(.active):hover {
		color: var(--accent-color);
	}

	.c-vehicle-details__sidebar {
		margin: 0 auto;
	}

	.c-vehicle-details__booking + .c-sidebar {
		margin-top: 40px;
	}
}

/*-- Vehicle Details (Mobile) --*/

@media (max-width: 1169px) {

	.c-vehicle-details__sidebar {
		margin: 0 auto -40px auto;
	}

	.c-vehicle-details__sidebar > * {
		margin-bottom: 40px;
	}

	.c-vehicle-details__detail-list-wrap {
		flex-wrap: wrap;
	}

	.c-vehicle-details__detail-list {
		max-width:     100%;
		width:         100%;
		padding-right: 0;
	}

	.c-catalog-page-sidebar,
	.c-vehicle-details__booking {
		max-width: 750px;
	}

	@media (min-width: 768px) {
		.c-vehicle-details__sidebar {
			display:         flex;
			justify-content: center;
			-moz-column-gap:      30px;
			     column-gap:      30px;
		}

		.c-catalog-page-sidebar,
		.c-vehicle-details__booking {
			flex:      1 1 auto;
			min-width: 328px;
		}
	}
}

@media (max-width: 767px) {

	.c-vehicle-details__download-wrap {
		display: block;
	}

	.c-vehicle-details__download {
		padding-left:  30px;
		padding-right: 30px;
		width:         350px;
		max-width:     calc(100% - 10px);
	}

	.c-vehicle-details__download + .c-vehicle-details__download {
		margin-top: 15px;
	}

	.c-catalog-page-sidebar .c-sidebar-wrap {
		width: 100%;
	}
}

@media (max-width: 415px) {
	.c-vehicle-details__title {
		font-size: 28px;
	}

	.c-vehicle-details {
		text-align: center;
	}

	.c-vehicle-details__subheader {
		font-size: 24px;
	}

	.c-vehicle-details__booking-calendar .daterangepicker {
		margin-left:  auto;
		margin-right: auto;
	}

	.c-vehicle-details .owl-carousel .owl-nav button.owl-prev {
		background-color:           white;
		border-top-right-radius:    20px;
		border-bottom-right-radius: 20px;
	}

	.c-vehicle-details .owl-carousel .owl-nav button.owl-next {
		background-color:          white;
		border-top-left-radius:    20px;
		border-bottom-left-radius: 20px;
	}

	.c-vehicle-details__booked-wrap {
		justify-content: center;
	}
}

@media (max-width: 375px) {
	.c-vehicle-details__sidebar {
		margin-left:  -20px;
		margin-right: -20px;
	}

	.c-vehicle-details__sidebar {
		margin-bottom: -60px;
	}

	.c-vehicle-details__sidebar > * {
		margin-bottom: 0;
	}

	.c-vehicle-details__prices {
		padding-left:  23px;
		padding-right: 23px;
	}
}

/*- Catalog Item -*/

.c-vehicle-vert {
	flex:             0 0 auto;
	width:            360px;
	max-width:        100%;
	margin:           30px 15px;
	display:          flex;
	flex-direction:   column;
	transition:       var(--hover-transition);
	font-size:        16px;
	background-color: white;
}

.c-vehicle-vert__thumb-wrap {
	width:            100%;
	flex:             0 0 auto;
	position:         relative;
	padding-bottom:   var(--image-grid-prop);
	overflow:         hidden;
	order:            1;
	background-color: var(--text-color-light);
}

.c-vehicle-vert__thumb-inner {
	position: absolute;
	width:    100%;
	height:   100%;
}

.c-vehicle-vert__thumb-inner--with-gradient:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	bottom:           0;
	height:           150px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	z-index:          2;
	transition:       var(--hover-transition);
}

.c-vehicle-vert__content-wrap {
	flex:    1 1 auto;
	order:   2;
	padding: 35px 30px;
}

.c-vehicle-vert__booking-wrap {
	flex:    0 0 auto;
	order:   3;
	padding: 0 30px 35px 30px;
}

.c-vehicle-vert__thumb {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
}

.c-vehicle-vert__thumb--contain {
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-vehicle-vert__sale {
	position:         absolute;
	left:             0;
	top:              0;
	color:            white;
	background-color: var(--accent-color);
	padding:          3px 10px 3px 12px;
	font-weight:      bold;
	font-size:        13px;
}

.c-vehicle-vert__favorite-ico-remove {
	position:         absolute;
	right:            15px;
	top:              55px;
	flex:             0 0 auto;
	display:          inline-block;
	color:            white;
	background-color: var(--accent-color);
	font-size:        16px;
	line-height:      1;
	text-align:       center;
	z-index:          2;
	transition:       var(--hover-transition);
	width:            32px;
	height:           32px;
	border-radius:    50%;
	padding-top:      8px;
}

.c-vehicle-vert__favorite-ico {
	position:    absolute;
	right:       15px;
	top:         15px;
	flex:        0 0 auto;
	display:     inline-block;
	color:       var(--accent-color);
	font-size:   32px;
	line-height: 1;
	z-index:     2;
	transition:  var(--hover-transition);
}

.c-vehicle-vert__favorite-ico:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             1px;
	top:              1px;
	width:            30px;
	height:           30px;
	border-radius:    50%;
	background-color: white;
	z-index:          -1;
}

.c-vehicle-vert__title {
	font-size:   24px;
	text-align:  center;
	line-height: 1.2;
	font-weight: bold;
	display:     flex;
	align-items: center;
}

.c-vehicle-vert__title-inner {
	flex:  1 1 auto;
	width: 100%;
}

.c-vehicle-vert__total-wrap {
	display:         flex;
	justify-content: space-between;
	margin-top:      25px;
}

.c-vehicle__total-wrap-col {
	margin-right: 25px;
}

.c-vehicle-vert__total-title {
	font-size:   14px;
	font-weight: bold;
}

.c-vehicle-vert__total-tax {
	font-size: 14px;
}

.c-vehicle-vert__total {
	font-size:   34px;
	font-weight: bold;
	line-height: 1;
	color:       var(--accent-color);
}

.c-vehicle-vert__total-request {
	font-size: 22px;
}

.c-vehicle-vert__total-title + .c-vehicle-vert__total,
.c-vehicle-vert__total-tax + .c-vehicle-vert__total {
	margin-top: 20px;
}

.c-vehicle-vert__total-wrap + .c-vehicle-vert__button {
	margin-top: 12px;
}

.c-vehicle-vert__button {
	width: 100%;
}

.c-vehicle-vert__prices {
	position:    relative;
	font-weight: bold;
	list-style:  none;
	padding:     0;
	margin:      25px -7px 0 -7px;
	padding-top: 12px;
	text-align:  center;
	font-size:   14px;
	color:       var(--accent-color);
}

.c-vehicle-vert__prices:before {
	content:    '';
	display:    block;
	position:   absolute;
	left:       10px;
	right:      10px;
	top:        0;
	border-top: solid 1px #dddddd;
}

.c-vehicle-vert__price {
	position:     relative;
	display:      inline-block;
	margin-right: 7px;
	margin-left:  7px;
}

.c-vehicle-vert__price-delivery {
	padding-top: 12px;
	font-weight: bold;
	text-align:  center;
	font-size:   14px;
}

.c-vehicle-vert__prices + .c-vehicle-vert__price-delivery {
	padding-top: 6px;
}

.c-vehicle-vert__excerpt,
.c-vehicle-vert__detail-list {
	border-top:  solid 1px #dddddd;
	margin-top:  12px;
	padding-top: 23px;
	font-size:   14px;
	font-weight: 500;
}

.c-vehicle-vert__excerpt > :first-child {
	margin-top: 0;
}

.c-vehicle-vert__excerpt > :last-child {
	margin-bottom: 0;
}

.c-vehicle-vert__price-delivery + .c-vehicle-vert__detail-list {
	margin-top: 12px;
}

.c-vehicle-vert__excerpt + .c-vehicle-vert__detail-list {
	margin-top:  23px;
	padding-top: 0;
	border-top:  none;
}

.c-vehicle-vert__detail-list {
	padding:    23px 0 0 0;
	margin:     12px 0 0 0;
	-moz-column-gap: 10px;
	     column-gap: 10px;
	list-style: none;
}

.c-vehicle-vert__detail-item {
	padding-left: 15px;
	position:     relative;
	line-height:  1.1;
}

.c-vehicle-vert__detail-item:before {
	content:            "";
	position:           absolute;
	inset-inline-start: 0;
	top:                calc(0.5em - 1px);
	width:              5px;
	height:             5px;
	border-radius:      50%;
	background-color:   var(--accent-color);
}

.c-vehicle-vert__detail-item:nth-child(n+2) {
	margin-top: 10px;
}

.c-vehicle-vert__detail-unit {
	display:     inline-block;
	font-weight: normal;
	margin-left: 3px;
}

.c-vehicle-vert__thumb-buttons {
	position:        absolute;
	left:            25px;
	right:           25px;
	bottom:          22px;
	font-size:       14px;
	text-align:      center;
	color:           white;
	z-index:         5;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	align-items:     center;
}

.c-vehicle-vert__download-spacer {
	display:          inline-block;
	flex:             0 0 auto;
	width:            1px;
	height:           16px;
	background-color: currentColor;
	margin-left:      13px;
	margin-right:     13px;
}

.c-vehicle-vert__total-orig {
	display:       inline-block;
	position:      relative;
	font-weight:   normal;
	font-size:     65%;
	color:         var(--text-color-extra-light);
	margin-bottom: 5px;
}

.c-vehicle-vert__total-orig:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             -7px;
	right:            -5px;
	top:              50%;
	transform-origin: center center;
	transform:        rotate(-12deg);
	border-bottom:    solid 2px var(--text-color-extra-light);
	opacity:          0.5;
}

/*--  (Desktop) --*/

@media (min-width: 1170px) {
	.c-vehicle-vert:hover {
		background-color: white !important;
		box-shadow:       0 5px 24px 6px rgba(0, 0, 0, 0.06);
	}

	.c-vehicle-vert__download:hover {
		color: var(--accent-color);
	}

	.c-vehicle-vert__favorite-ico:hover {
		color: var(--text-color);
	}

	.c-vehicle-vert__image-overlay {
		display:          block;
		position:         absolute;
		left:             0;
		right:            0;
		top:              0;
		bottom:           0;
		opacity:          0;
		background-color: #000;
		transition:       var(--hover-transition);
	}

	.c-vehicle-vert__link:hover .c-vehicle-vert__image-overlay {
		opacity: 0.7;
	}

	.c-vehicle-vert__plus {
		position:    absolute;
		color:       white;
		font-size:   58px;
		left:        50%;
		top:         50%;
		width:       58px;
		height:      58px;
		margin-left: -29px;
		margin-top:  -29px;
		opacity:     0;
		transition:  var(--hover-transition);
	}

	.c-vehicle-vert-vert__link:hover .c-vehicle-vert__plus {
		opacity: 1;
	}

	.c-vehicle-vert__favorite-ico-remove {
		opacity:    0;
		visibility: hidden;
	}

	.c-vehicle-vert:hover .c-vehicle-vert__favorite-ico-remove {
		opacity:    1;
		visibility: visible;
	}

	.c-vehicle-vert__favorite-ico-remove:hover {
		background-color: var(--text-color);
	}
}

/*--  (Mobile) --*/

@media (max-width: 1169px) {
	.c-vehicle-vert__image-overlay,
	.c-vehicle-vert__plus {
		display: none !important;
	}
}

@media (max-width: 400px) {
	.c-vehicle-vert__detail-list {
		-moz-column-count: 1;
		     column-count: 1;
	}

	.c-vehicle-vert__content-wrap {
		padding: 20px 15px;
	}

	.c-vehicle-vert__booking-wrap {
		padding: 0 15px 20px 15px;
	}

	.c-vehicle-vert {
		width:        100%;
		margin-left:  0;
		margin-right: 0;
	}
}

/*- Catalog Item -*/

.c-vehicle {
	flex:             1 1 auto;
	position:         relative;
	width:            100%;
	margin-bottom:    45px;
	background-color: var(--background-color-light);
	padding:          25px;
	display:          flex;
	transition:       var(--hover-transition);
	max-width:        990px;
	font-size:        16px;
	opacity:          1;
}

.c-vehicle--hidden {
	opacity: 0;
}

.c-vehicle__thumb-wrap {
	flex:             0 0 auto;
	width:            280px;
	position:         relative;
	margin-right:     35px;
	order:            1;
	background-color: var(--image-background-color);
	align-self:       flex-start;
}

.c-vehicle__thumb-inner {
	position:       relative;
	padding-bottom: var(--image-grid-prop);
}

.c-vehicle__thumb-inner--with-gradient:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             0;
	right:            0;
	bottom:           0;
	height:           150px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	z-index:          2;
}

.c-vehicle__content-wrap {
	flex:         1 1 auto;
	margin-right: 35px;
	order:        2;
}

.c-vehicle__booking-wrap {
	flex:           0 0 auto;
	width:          var(--price-block-width);
	display:        flex;
	flex-direction: column;
	order:          3;
}

.c-vehicle__thumb {
	display:         block;
	position:        absolute;
	left:            0;
	top:             0;
	width:           100% !important;
	height:          100% !important;
	-o-object-position: center;
	   object-position: center;
	-o-object-fit:      cover;
	   object-fit:      cover;
}

.c-vehicle__thumb--contain {
	-o-object-fit: contain;
	   object-fit: contain;
}

.c-vehicle__sale {
	position:         absolute;
	left:             0;
	top:              0;
	color:            white;
	background-color: var(--accent-color);
	padding:          3px 10px 3px 12px;
	font-weight:      bold;
	font-size:        13px;
}

.c-vehicle__favorite-ico-remove {
	position:         absolute;
	right:            15px;
	top:              55px;
	flex:             0 0 auto;
	display:          inline-block;
	color:            white;
	background-color: var(--accent-color);;
	font-size:        16px;
	line-height:      1;
	text-align:       center;
	z-index:          2;
	transition:       var(--hover-transition);
	width:            32px;
	height:           32px;
	border-radius:    50%;
	padding-top:      8px;
}

.c-vehicle__favorite-ico {
	position:    absolute;
	right:       15px;
	top:         15px;
	flex:        0 0 auto;
	display:     inline-block;
	color:       var(--accent-color);
	font-size:   32px;
	line-height: 1;
	z-index:     2;
	transition:  var(--hover-transition);
}

.c-vehicle__favorite-ico:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             1px;
	top:              1px;
	width:            30px;
	height:           30px;
	border-radius:    50%;
	background-color: white;
	z-index:          -1;
}

.c-vehicle__title {
	font-size:     24px;
	line-height:   1.2;
	font-weight:   bold;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.c-vehicle__total-wrap {
	flex:             1 1 auto;
	padding:          25px 15px;
	background-color: white;
	display:          flex;
	flex-direction:   column;
	text-align:       center;
	justify-content:  center;
	border:           solid 2px var(--background-color-light);
}

.c-vehicle__total-spacer {
	flex: 1 1 auto;
}

.c-vehicle__total-title {
	font-size:   14px;
	font-weight: bold;
}

.c-vehicle__total-tax {
	font-size: 14px;
}

.c-vehicle__total {
	font-size:   34px;
	font-weight: bold;
	line-height: 1;
	color:       var(--accent-color);
}

.c-vehicle__total-orig {
	display:       inline-block;
	position:      relative;
	font-weight:   normal;
	font-size:     65%;
	color:         var(--text-color-extra-light);
	margin-bottom: 5px;
}

.c-vehicle__total-orig:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             -7px;
	right:            -5px;
	top:              50%;
	transform-origin: center center;
	transform:        rotate(-12deg);
	border-bottom:    solid 2px var(--text-color-extra-light);
	opacity:          0.5;
}

.c-vehicle__total-request {
	font-size: 18px;
}

.c-vehicle__total-title + .c-vehicle__total,
.c-vehicle__total-tax + .c-vehicle__total {
	margin-top: 20px;
}

.c-vehicle__total-wrap + .c-vehicle__button {
	margin-top: 12px;
}

.c-vehicle__button {
	flex: 0 0 auto;
}

.c-vehicle__prices {
	list-style:    none;
	padding:       0;
	margin:        15px -20px 0 0;
	margin-bottom: 23px;
}

.c-vehicle__price {
	position:     relative;
	display:      inline-block;
	margin-right: 20px;
	padding-left: 25px;
}

.c-vehicle__price:before {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  0;
	top:                   4px;
	width:                 18px;
	height:                18px;
	background-color:      var(--accent-color);
	border-radius:         50%;
}

.c-vehicle__price:after {
	content:           '';
	display:           block;
	position:          absolute;
	left:              7px;
	right:             0;
	top:               9px;
	border:            solid 4px transparent;
	border-left-color: white;
	border-left-width: 6px;
}

.c-vehicle__price-delivery {
	border-top:  solid 1px #dfdfdf;
	padding-top: 12px;
	font-weight: 500;
}

.c-vehicle__title-link + .c-vehicle__detail-list,
.c-vehicle__title-link + .c-vehicle__price-delivery {
	margin-top: 23px;
}

.c-vehicle__excerpt,
.c-vehicle__detail-list {
	border-top:  solid 1px #dfdfdf;
	margin-top:  12px;
	padding-top: 23px;
	font-size:   14px;
	font-weight: 500;
}

.c-vehicle__excerpt {
}

.c-vehicle__excerpt > :first-child {
	margin-top: 0;
}

.c-vehicle__excerpt > :last-child {
	margin-bottom: 0;
}

.c-vehicle__price-delivery + .c-vehicle__detail-list {
	margin-top: 12px;
}

.c-vehicle__excerpt + .c-vehicle__detail-list {
	margin-top:  23px;
	padding-top: 0;
	border-top:  none;
}

.c-vehicle__detail-list {
	padding:      23px 0 0 0;
	margin:       0;
	-moz-column-gap:   10px;
	     column-gap:   10px;
	-moz-column-count: 2;
	     column-count: 2;
	list-style:   none;
}

.c-vehicle__detail-item {
	padding-left:                15px;
	page-break-inside:           avoid;
	-moz-column-break-inside:    avoid;
	break-inside:                avoid;
	line-height:                 1.1;
	position:                    relative;
}

.c-vehicle__detail-item:before {
	content:            "";
	position:           absolute;
	inset-inline-start: 0;
	top:                calc(0.5em - 1px);
	width:              5px;
	height:             5px;
	border-radius:      50%;
	background-color:   var(--accent-color);
}

.c-vehicle__detail-item:nth-child(n+2) {
	margin-top: 10px;
}

.c-vehicle__detail-unit {
	display:     inline-block;
	font-weight: normal;
	margin-left: 3px;
}

.c-vehicle__thumb-buttons {
	position:        absolute;
	left:            25px;
	right:           25px;
	bottom:          22px;
	font-size:       14px;
	text-align:      center;
	color:           white;
	z-index:         5;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	align-items:     center;
}

.c-vehicle__download-spacer {
	display:          inline-block;
	flex:             0 0 auto;
	width:            1px;
	height:           16px;
	background-color: currentColor;
	margin-left:      13px;
	margin-right:     13px;
}

/*--  (Desktop) --*/
@media (max-width: 1399px) {
	.c-vehicle__detail-list {
		-moz-column-gap:   0;
		     column-gap:   0;
		-moz-column-count: 1;
		     column-count: 1;
	}
}

@media (min-width: 1170px) {
	.c-vehicle:hover {
		background: white;
		box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
	}

	.c-vehicle__download:hover {
		color: var(--accent-color);
	}

	.c-vehicle__favorite-ico:hover {
		color: var(--text-color);
	}

	.c-vehicle__favorite-ico-remove {
		opacity:    0;
		visibility: hidden;
	}

	.c-vehicle:hover .c-vehicle__favorite-ico-remove {
		opacity:    1;
		visibility: visible;
	}

	.c-vehicle__favorite-ico-remove:hover {
		background-color: var(--text-color);
	}

	.c-vehicle__title-link:hover {
		color: var(--accent-color);
	}
}

/*--  (Mobile) --*/
@media (max-width: 1169px) {
}

@media (min-width: 960px) {
	.c-vehicle__booking-wrap--wide {
		position: absolute;
		bottom:   25px;
		right:    25px;
	}

	.c-vehicle__content-wrap--wide {
		margin-bottom: 85px;
		margin-right:  0;
	}

	.c-vehicle__thumb-wrap {
		min-height: 280px;
	}
}

@media (max-width: 959px) and (min-width: 580px) {

	.c-vehicle:not(.c-vehicle--wide) {
		flex-wrap: wrap;
	}

	.c-vehicle__thumb-wrap {
		width:        calc(50% - 12px);
		margin-right: 12px;
	}

	.c-vehicle__content-wrap:not(.c-vehicle__content-wrap--wide) {
		order:      3;
		width:      100%;
		margin-top: 30px;
	}

	.c-vehicle__booking-wrap:not(.c-vehicle__booking-wrap--wide) {
		width:       calc(50% - 12px);
		margin-left: 12px;
		order:       2;
	}

	.c-vehicle__content-wrap--wide {
		width:         calc(50% - 12px);
		margin-left:   12px;
		margin-bottom: 85px;
	}

	.c-vehicle__booking-wrap--wide {
		position: absolute;
		width:    calc(50% - 37px);
		bottom:   25px;
		right:    25px;
	}
}

@media (max-width: 579px) {
	.c-vehicle {
		flex-wrap: wrap;
	}

	.c-vehicle__thumb-wrap,
	.c-vehicle__content-wrap,
	.c-vehicle__booking-wrap {
		width:        100%;
		margin-right: 0;
	}

	.c-vehicle__content-wrap,
	.c-vehicle__booking-wrap {
		margin-top: 30px;
	}

	.c-vehicle__prices:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 359px) {
	.c-vehicle__thumb-buttons {
		flex-direction: column;
	}

	.c-vehicle__download-spacer {
		display: none;
	}

	.c-vehicle__download-spacer + .c-vehicle__download {
		display:    block;
		margin-top: 10px;
	}
}

.page-numbers__wrap,
	position:        relative;
	margin-top:      80px;
	display:         flex;
	justify-content: center;
}

	overflow: hidden;
}

ul.page-numbers,
.c-post__page-links {
	display:         flex;
	flex-wrap:       wrap;
	margin:          -5px;
	padding:         0;
	list-style:      none;
	line-height:     55px;
	text-align:      center;
	font-size:       18px;
	font-weight:     bold;
	justify-content: center;
}

.c-post__page-links {
	align-items: center;
	clear:       both;
	margin-top:  45px;
}

.c-post__page-links-title {
	margin-right: 15px;
}

a.page-numbers,
a.post-page-numbers,
span.page-numbers,
span.post-page-numbers {
	display:   block;
	position:  relative;
	min-width: 55px;
	padding:   0 7px;
	margin:    5px;
}

a.page-numbers.next,
a.post-page-numbers.next {
	font-size: 15px;
}

a.page-numbers:not(.next):not(.prev):after,
a.post-page-numbers:not(.next):not(.prev):after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	border:   solid 1px var(--text-color);
	opacity:  0.17;
	transition: opacity 0.3s linear, border-color 0.3s linear;
}

span.page-numbers.current,
span.post-page-numbers.current {
	background-color: var(--accent-color);
	color: white;
}

.page-numbers__prev-ico,
.page-numbers__next-ico {
	position: relative;
	top:      3px;
}

.page-numbers__prev-ico {
	transform: scaleX(-1);
}


/*--  (Desktop) --*/
@media (min-width: 1170px) {
	a.page-numbers:hover,
	a.post-page-numbers:hover {
		color:            var(--background-color);
		background-color: var(--text-color);
	}
}

/*--  (Mobile) --*/
@media (max-width: 1169px) {
	.page-numbers__wrap,
		margin-top: 60px;
	}
}

/*- Select 2 -*/

.select2-container {
	z-index: 50 !important;
}

.h-rtl .select2-container {
	text-align: right;
}

.select2-results,
.select2-search--dropdown {
	background-color: white;
}

.select2-selection--single,
.select2-selection--multiple {
	font-size:        16px;
	line-height:      24px;
	color:            var(--text-color);
	border:           solid 1px #dddddd !important;
	padding:          16px 25px 16px 25px;
	background-color: var(--background-color) !important;
	border-radius:         2px !important;
	height:           auto !important;
	min-height:       62px;
	min-width:        0;
	margin:           0 !important;
}

.select2-selection__rendered {
	padding-left: 0 !important;
}

.h-rtl .select2-selection__rendered {
	padding-right: 0 !important;
	padding-left:  20px !important;
}

.select2-selection--multiple {
	padding: 3px 25px 4px 25px;
}

.select2-container--open .select2-selection--multiple,
.select2-container--open .select2-selection--single,
.select2-dropdown {
	border-color:    #dddddd !important;
	background-color: var(--background-color-light) !important;;
	border-radius:    0 !important;
	outline:          none;
}

.select2-results__option,
.select2-container,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
	outline: none;
}

.select2-selection__arrow {
	right:      10px !important;
	top:        50% !important;
	margin-top: -11px !important;
}

.h-rtl .select2-selection__arrow {
	right: unset !important;
	left:  10px !important;
}

.select2-search__field {
	padding:      9px 20px 10px 20px !important;
	border-color: #dddddd !important;
}

.select2-search--inline .select2-search__field {
	padding: 0 !important;
}

.select2-results__option {
	font-size:      16px;
	line-height:    24px;
	padding-left:   20px !important;
	padding-right:  20px !important;
	color:          var(--text-color);
}

.select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted[data-selected] {
	background-color: var(--text-color) !important;
}

.select2-selection__arrow b {
	border:      none !important;
	font-size:   6px !important;
	line-height: 1 !important;
	margin-top:  -4px !important;
	/*top:         50%;*/
	/*transform: translateY(-50%);*/
}

.select2-selection__arrow b:after {
	content:     var(--icon-select);
	font-family: "theme-icons";
}

/*- Product Rating -*/

.star-rating {
	position:    relative;
	display:     inline-block;
	line-height: 15px;
	width:       100px;
	height:      15px;
	overflow:    hidden;
}

.star-rating:before,
.star-rating span:before {
	height:            15px;
	background-repeat: repeat-x;
	background-size:   auto 100%;
}

.star-rating:before,
.star-rating span:before {
	position: absolute;
	top:      0;
	left:     0;
}

.star-rating:before {
	content: "";
	width:   100%;
	opacity: 0.2;
}

.star-rating span:before {
	content: "";
	width:   100%;
}

.star-rating > span {
	position:    absolute;
	top:         0;
	left:        0;
	overflow:    hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.comment-form-rating .stars a {
	height:            20px;
	background-repeat: repeat-x;
	background-size:   auto 100%;
	display:           inline-block;
	width:             20px;
	text-indent:       100%;
	overflow:          hidden;
	opacity:           0.2;
	background-image:  var(--star-rating-image);
}

.comment-form-rating .stars.selected a,
.comment-form-rating .stars a.active {
	opacity: 1;
}

.comment-form-rating .stars.selected a.active ~ a {
	opacity: 0.2;
}

.star-rating:before,
.star-rating span:before,
.comment-form-rating .stars a {
	background-image: var(--star-rating-image) !important;
}

.widget .star-rating:before,
.widget .star-rating span:before {
	background-image: var(--star-rating-image-sidebar) !important;
}

/*--  (Desktop) --*/
@media (min-width: 1170px) {
	.comment-form-rating .stars:hover a {
		opacity: 1;
	}

	.comment-form-rating .stars:not(.selected) a:hover ~ a {
		opacity: 0.2;
	}
}

/*- Widget -*/

.c-sidebar {
	position:         relative;
	padding:          45px 40px 50px 40px;
	background-color: var(--accent-color);
	color:            white;
	font-weight:      500;
}

.widget .blockUI.blockOverlay {
	background-color: var(--accent-color) !important;
	z-index:          95 !important;
}

.c-sidebar-wrap {
	margin-top: -60px;
}

.widget {
	position: relative;
}

.c-sidebar .widget {
	margin-top: 60px;
}

.c-sidebar .widget-title {
	position:     relative;
	font-size:    24px;
	font-weight:  bold;
	margin:       -10px 0 25px 0;
	padding-left: 45px;
}

.c-sidebar .widget-title:before {
	content:     var(--icon-decor-left);
	position:    absolute;
	left:        0;
	top:         15px;
	font-family: "theme-icons";
	display:     inline-block;
	font-size:   8px;
	line-height: 1;
}

.c-sidebar .rss-widget-icon {
	display: none;
}

.c-sidebar .widget ul.sub-menu,
.c-sidebar .widget ul.children {
	margin-bottom: 0;
	margin-left:   30px;
	font-size:     14px;
	line-height:   24px;
	margin-top:    15px;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
	counter-reset: submenu;
}

.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before {
	content:           var(--icon-depth) counters(submenu, var(--icon-depth), none);
	counter-increment: submenu;
	color:             currentColor;
	font-family:       "theme-icons";
	font-style:        normal;
	font-weight:       normal;
	font-variant:      normal;
	text-transform:    none;
	font-size:         75%;
}

.c-sidebar .widget li {
	position: relative;
}

.c-sidebar .widget li:not(:last-child) {
	margin-bottom: 20px;
}

.c-sidebar .widget li a:empty {
	display: none;
}

.c-sidebar .widget_pages ul:not(.children):not(.sub-menu) > li > a:before,
.c-sidebar .widget_archive ul:not(.children):not(.sub-menu) > li > a:before,
.c-sidebar .widget_meta ul:not(.children):not(.sub-menu) > li > a:before,
.c-sidebar .widget_categories ul:not(.children):not(.sub-menu) > li > a:before,
.c-sidebar .widget_nav_menu ul:not(.children):not(.sub-menu) > li > a:before {
	content:      var(--icon-li);
	display:      inline-block;
	font-family:  "theme-icons";
	font-size:    17px;
	margin-right: 16px;
	line-height:  1;
	position:     relative;
	top:          2px;
}


.c-sidebar .widget_pages ul:not(.children):not(.sub-menu) > li > a[aria-current]:before,
.c-sidebar .widget_archive ul:not(.children):not(.sub-menu) > li > a[aria-current]:before,
.c-sidebar .widget_meta ul:not(.children):not(.sub-menu) > li > a[aria-current]:before,
.c-sidebar .widget_categories ul:not(.children):not(.sub-menu) > li > a[aria-current]:before,
.c-sidebar .widget_nav_menu ul:not(.children):not(.sub-menu) > li.current-menu-parent > a:before {
	color: var(--text-color);
}


.c-sidebar .wp-calendar-nav {
	margin-top:      10px;
	display:         flex;
	justify-content: space-between;
}

.c-sidebar ul {
	list-style:    none;
	margin-left:   0;
	padding-left:  0;
	padding-right: 0;
	margin-bottom: 0;
}

.c-sidebar .widget_pages ul,
.c-sidebar .widget_categories ul,
.c-sidebar .widget_archive ul,
.c-sidebar .widget_nav_menu ul,
.c-sidebar .widget_meta ul,
.c-sidebar .widget_product_categories ul {
	line-height: 1.2;
	margin:      20px 0 -5px 0;
}

.c-sidebar .widget_recent_comments ul {
	margin: 20px 0 -5px 0;
}

.c-sidebar .widget_pages li:not(:first-child):after,
.c-sidebar .widget_pages ul ul li:first-child:after,
.c-sidebar .widget_categories li:not(:first-child):after,
.c-sidebar .widget_categories ul ul li:first-child:after,
.c-sidebar .widget_archive li:not(:first-child):after,
.c-sidebar .widget_archive ul ul li:first-child:after,
.c-sidebar .widget_nav_menu li:not(:first-child):after,
.c-sidebar .widget_nav_menu ul ul li:first-child:after,
.c-sidebar .widget_meta li:not(:first-child):after,
.c-sidebar .widget_meta ul ul li:first-child:after,
.c-sidebar .widget_recent_comments li:not(:first-child):after,
.c-sidebar .widget_recent_comments ul ul li:first-child:after,
.c-sidebar .widget_product_categories li:not(:first-child):after,
.c-sidebar .widget_product_categories ul ul li:first-child:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          0;
	right:         0;
	top:           -10px;
	border-bottom: solid 1px transparent;
}

.c-sidebar .widget li.cat-parent:not(:last-child),
.c-sidebar .widget li.page_item_has_children:not(:last-child) {
	margin-bottom: 15px;
}

.c-sidebar .widget ul.children li:not(:last-child),
.c-sidebar .widget ul.sub-menu li:not(:last-child) {
	margin-bottom: 7px;
}

.c-sidebar .widget ul.children ul.children,
.c-sidebar .widget ul.sub-menu ul.sub-menu {
	margin-left: 0;
	margin-top:  7px;
}

.widget li.current-cat > a,
.widget li.current_page_item > a,
.widget li a[aria-current],
.widget li.current-cat > a + .count,
.widget li.current_page_item > a + .count,
.widget li a[aria-current] + .count {
	color: var(--text-color);
}

.widget_recent_comments ul {
}

.widget_recent_comments .recentcomments .comment-author-link {
	text-transform: capitalize;
	font-weight:    700;
	display:        block;
	margin-left:    -33px;
}

.widget_rss ul li .rsswidget {
	font-weight: 700;
}

.widget_rss ul li .rss-date {
	display:       block;
	margin-top:    8px;
	margin-bottom: 8px;
	font-size:     12px;
}

.widget_rss ul li .rss-date:before {
	content:        var(--icon-calendar);
	font-family:    "theme-icons";
	font-style:     normal;
	font-weight:    normal;
	font-variant:   normal;
	text-transform: none;
	line-height:    1;
	font-size:      12px;
	speak:          none;
	margin-right:   6px;
	display:        inline-block;
	position:       relative;
	top:            1px;
}

.widget_rss ul li cite {
	text-align:  right;
	position:    relative;
	display:     block;
	font-style:  normal;
	font-size:   85%;
	font-weight: 700;
}

.widget_recent_comments .recentcomments .comment-author-link:before {
	content:        var(--icon-user);
	font-family:    "theme-icons";
	font-style:     normal;
	font-weight:    normal;
	font-variant:   normal;
	text-transform: none;
	line-height:    1;
	font-size:      15px;
	speak:          none;
	margin-right:   20px;
	display:        inline-block;
}

.widget_recent_comments .recentcomments {
	padding-left: 33px;
}

.widget .textwidget img {
	max-width: 100%;
	height:    auto !important;
}

.widget select {
	max-width: 100%;
}

.widget .c-button {
	cursor: pointer;
}

.widget .c-custom-select {
	font-size:   16px;
	line-height: 24px;
	padding:     18px 25px 18px 25px;
	border:      solid 1px white;
}

.widget .c-custom-select__angle {
	right: 25px;
}

.widget select {
	width: 100%;
}

.widget_calendar table {
	width:          100%;
	border-spacing: 0;
}

.widget_calendar #today {
	background-color: rgba(255, 255, 255, 0.2);
	color:            white;
}

.widget_calendar caption {
	margin-bottom:  10px;
	font-style:     normal;
	font-weight:    500;
	font-size:      14px;
	line-height:    25px;
	text-transform: uppercase;
	text-align:     left;
}

.widget_calendar th {
	font-weight:      600;
	font-size:        16px;
	line-height:      34px;
	border-top:       solid 1px white;
	border-bottom:    solid 1px white;
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar td {
	text-align:  center;
	padding:     4px 0;
	position:    relative;
	font-weight: normal;
	font-size:   16px;
	line-height: 22px;
	z-index:     1;
}

.widget_calendar #prev {
	padding-top:  15px;
	text-align:   left;
	padding-left: 7px;
}

.widget_calendar #next {
	padding-top:   15px;
	text-align:    right;
	padding-right: 7px;
}

.widget_calendar td:after {
	content:       '';
	display:       block;
	position:      absolute;
	left:          0;
	top:           0;
	width:         100%;
	border-bottom: solid 1px var(--accent-border-color);
}

.widget_calendar tbody a {
	text-decoration:         underline;
	text-underline-position: under;
}

.wp-calendar-nav {
	font-weight:    500;
	font-size:      14px;
	line-height:    25px;
	text-transform: uppercase;
}

	list-style:   none;
	padding-left: 34px !important;
}

	padding-left:  0 !important;
	padding-right: 34px !important;
}

	position:      relative;
	margin-bottom: 3px;
}

	content:          '';
	position:         absolute;
	left:             -34px;
	top:              2px;
	width:            20px;
	height:           20px;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	font-family:      "theme-icons";
	font-size:        12px;
	line-height:      1;
	background-color: var(--background-color);
	color:            var(--accent-color);
}

	left:  0;
	right: -34px;
}

	content: var(--icon-check);
}

.widget_layered_nav_filters a,
	display:      inline-block;
	margin-left:  -34px;
	padding-left: 34px;
	position:     relative;
	z-index:      10;
}


.widget_layered_nav_filters ul {
	list-style: none;
}

.widget_layered_nav_filters li {
	position: relative;
}

.widget_layered_nav_filters li.chosen:before {
	content:          var(--icon-close);
	color:            var(--text-color-light);
	position:         absolute;
	display:          block;
	font-family:      "theme-icons";
	width:            8px;
	height:           8px;
	font-size:        8px;
	line-height:      1;
	left:             -18px;
	top:              8px;
	transform-origin: center;
	transition:       transform 0.3s ease-out;
}

.c-filter-search__field {
	width: 100%;
}

.widget .select2-selection--single,
.widget .select2-selection--multiple {
	padding:    8px 15px;
	min-height: 46px;

}

.widget_price_filter .price_slider,
.c-filter-price__slider {
	position:   relative;
	height:     2px;
	margin:     23px 8px 0 8px;
	border:     none;
	background: transparent;
	color:      currentColor;
}

.widget_price_filter .button {
	margin-right: 0;
}

.widget_price_filter .price_slider:before,
.c-filter-price__slider:before {
	content:           '';
	display:           block;
	position:          absolute;
	left:              -6px;
	right:             -5px;
	top:               -8px;
	height:            14px;
	background-image:  var(--slider-base);
	background-repeat: no-repeat;
}

.c-filter-price__label {
	margin-top:  27px;
	font-size:   16px;
	font-weight: 500;
}

.c-filter-price__label .from,
.c-filter-price__label .to {
	font-weight: 700;
}

.widget .c-search-form {
	margin-bottom: 0;
}

.widget_price_filter .ui-slider-range,
.c-filter-price__slider .ui-slider-range {
	top:               -8px;
	height:            14px;
	position:          absolute;
	background-image:  var(--slider-base-selected);
	background-repeat: no-repeat;
	background-color:  transparent;
}

.widget_price_filter .ui-slider-handle,
.c-filter-price__slider .ui-slider-handle {
	font-family: "theme-icons";
	width:       21px;
	height:      25px;
	font-size:   25px;
	line-height: 1;
	display:     block;
	top:         -13px;
	position:    absolute;
	margin-left: -12.5px;
	z-index:     10;
	cursor:      pointer;
	outline:     none;
	border:      none !important;
	background:  transparent !important;
	color:       currentColor !important;
	text-shadow: 0 4px 14.4px rgba(0, 0, 0, 0.15);
}

.widget_price_filter .ui-slider-handle:after,
.c-filter-price__slider .ui-slider-handle:after {
	content: var(--icon-range);
}

.widget_price_filter .price_slider_amount,
.c-filter-price__slider .price_slider_amount {
	position:       relative;
	display:        flex;
	flex-direction: column-reverse;
}

.widget_price_filter .button {
	margin-top: 10px;
}

.widget_price_filter .price_label {
	margin-top:  27px;
	font-size:   16px;
	font-weight: 500;
}

.widget_price_filter .ui-slider-handle:focus {
	outline: none;
}

.widget_price_filter input {
	opacity:    0;
	visibility: hidden;
}

.widget .tagcloud {
	margin-bottom:   -5px;
	margin-right:    -5px;
	display:         flex;
	justify-content: flex-start;
	align-items:     flex-start;
	flex-wrap:       wrap;
}

.widget .tag-cloud-link {
	display:          block;
	font-size:        16px !important;
	font-weight:      500;
	text-transform:   uppercase;
	line-height:      1;
	color:            var(--text-color);
	background-color: white;
	padding:          12px 22px;
	margin:           0 5px 5px 0;
}

.widget img {
	max-width: 100%;
	height:    auto;
}

	display:   flex;
	width:     100%;
	max-width: 100%;
}

	width:         100%;
	flex:          1 1 auto;
	padding-right: 5px !important;
}


.widget .c-search-form__button,
	position:         relative;
	flex:             0 0 auto;
	width:            46px;
	height:           46px;
	outline:          none;
	border:           none;
	display:          flex;
	justify-content:  center;
	align-items:      center;
	text-align:       center;
	background-color: white;
	color:            var(--text-color);
	font-size:        20px;
	line-height:      1;
	margin:           0;
	cursor:           pointer;
}

.widget .c-search-form__button:before,
	content:     '';
	display:     block;
	position:    absolute;
	left:        0;
	top:         50%;
	margin-top:  -12px;
	width:       0;
	height:      24px;
	border-left: solid 1px #dddddd;
}

.widget_recent_reviews .reviewer {
	display:     inline-block;
	font-size:   16px;
	line-height: 16px;
	opacity:     0.6;
}

.widget_recent_reviews .star-rating {
	margin-right: 8px;
}

.c-sidebar .widget_recent_reviews li:not(:last-child) {
	margin-bottom: 30px;
}

.widget .gallery {
	display:   flex;
	flex-wrap: wrap;
	margin:    0 -5px -5px 0;
}

.widget .gallery-item {
	flex:    0 0 auto;
	margin:  0 5px 5px 0;
	padding: 0;
	width:   88px;
	height:  88px;
}




/*-- Widgets (Desktop) --*/
@media (min-width: 1170px) {
	.widget a:hover {
		color: var(--text-color);
	}

	.widget .c-search-form__button:hover,
		background-color: var(--text-color);
		color:            white;
	}

	.widget_layered_nav_filters li.chosen:hover:before {
		transform: scale(2, 2);
	}

	.widget .c-search-form__button:hover:before,
		display: none;
	}

	.widget .tag-cloud-link:hover {
		background-color: var(--text-color);
		color:            white;
	}

	.widget:first-child[style*="display: none"] + .widget {
		margin-top: 0;
	}
}

/*-- Widgets (Mobile) --*/

@media (max-width: 1169px) {
	.c-post-sidebar {
		padding-top:   0;
		margin-left:   -40px;
		margin-right:  -40px;
		padding-left:  0;
		padding-right: 0;
	}

	.c-post-sidebar .c-sidebar-wrap {
		display:         flex;
		justify-content: center;
		flex-wrap:       wrap;
		align-items:     flex-start;
	}

	.c-post-sidebar .c-sidebar-wrap > .widget {
		flex:         0 0 auto;
		width:        280px;
		margin-right: 40px;
		margin-left:  40px;
		margin-top:   60px;
	}

	.c-sidebar--apply-filters {
		padding-bottom: 150px;
	}
}

@media (max-width: 1079px) and (min-width: 720px ) {
	.c-post-sidebar .c-sidebar-wrap {
		width:        720px;
		margin-left:  auto;
		margin-right: auto;
	}
}

@media (max-width: 719px ) {
	.c-sidebar-wrap {
		width:        360px;
		max-width:    100%;
		margin-left:  auto;
		margin-right: auto;
	}
}

@media (max-width: 375px) {
	.c-sidebar {
		padding: 25px 30px 30px 30px;
	}
}


	margin-bottom:   60px;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: space-between;
}

	display: none;
}

	margin:      0;
	font-size:   14px;
	line-height: 24px;
	text-decoration: underline;
}

	display:        block;
	padding-bottom: 6px;
	font-style:     normal;
	font-size:      14px;
	line-height:    24px;
}

	text-decoration: none;
	color:           darkred;
}

	flex:       1 1 auto;
	width:      100%;
	margin-top: 0;
}*/

	width: 100%;
}

	flex:  0 0 auto;
	width: calc(100% / 3 - 20px);
}

	display:        flex;
	flex-direction: column-reverse;
}


	margin-top: 15px;
}

	color: #D1333C !important;
}

	color: #00af37 !important;
}


@media (min-width: 1170px) {
		color: var(--accent-color);
	}
}

@media (max-width: 1169px) {
		padding:      0;
		display:      block;
		max-width:    360px;
		margin-left:  auto;
		margin-right: auto;
	}

		width: 100% !important;
	}
}


	padding: 0 !important;
	margin:  0 !important;;
}

	position: relative;
	left:     unset;
	top:      unset;
}

	font-size:      18px;
	font-weight:    700;
	line-height:    1.2;
	padding-top:    0;
	min-height:     unset;
	padding-left:   0;
	padding-bottom: 25px;
	margin-top:     0 !important;
	margin-bottom:  30px !important;
	border-bottom:  solid 1px var(--text-color-tr);
}

	display:     flex;
	-moz-column-gap:  20px;
	     column-gap:  20px;
	align-items: center;
	overflow:    hidden;
}

	flex: 0 0 auto;
}

	margin-top:    5px !important;
	margin-bottom: 0 !important;
}

	margin-top:    6px !important;
	margin-bottom: 10px !important;
	list-style:    disc;
	padding-left:  18px;
	font-size:     12px;
}

	margin-bottom: 2px !important;
}

	position: absolute;
	left:     -18px;
	top:      30px;
	z-index:  1;
	color:    #D1333C;
}

	display:         flex;
	-moz-column-gap:      20px;
	     column-gap:      20px;
	justify-content: space-between;
	align-items:     center;
	padding-bottom:  10px;
	font-size:       18px;
	line-height:     1;
}

	font-weight: normal;
}

	font-weight: bolder;
	font-size:   140%;
}

	color: var(--accent-color);
}

	margin-top: -15px;
	display:    flex;
	flex-wrap:  wrap;
	-moz-column-gap: 15px;
	     column-gap: 15px;
}

	flex:               1 1 auto;
	margin-top:         15px;
	padding:            15px 15px;
	position:           relative;
	border:             solid 1px transparent;
	font-size:          16px;
	line-height:        1.2;
	font-weight:        bold;
	text-align:         center;
	text-transform:     uppercase;
	outline:            none;
	text-decoration:    none !important;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	cursor:             pointer;
	border-radius:      2px;
}

.c-cart-sidebar .button {
	border: solid 1px #dddddd;
}

	background-color: var(--accent-color);
	border-color:     var(--accent-color);
	color:            white;
}

	margin-top:    15px;
	margin-bottom: 15px;
}

	display:    block;
	text-align: right;
}

@media (min-width: 1190px) {
		background-color: var(--text-color);
		border-color:     var(--text-color);
		color:            white;
	}
}

@media (max-width: 1189px) {

}


	position:         relative;
	width:            100%;
	clear:            both;
	min-width:        320px;
	background-color: var(--background-color-light);
}

	outline: none;
}

	display:     block;
	position:    absolute;
	width:       12px;
	height:      12px;
	line-height: 12px;
	text-align:  center;
	z-index:     1;
	opacity:     0.3;
	cursor:      pointer;
	transition:  var(--hover-transition);
}

	width:       12px;
	height:      12px;
	font-size:   12px;
	line-height: 1;
}

	width:          22px;
	height:         22px;
	font-size:      20px;
	line-height:    1;
	vertical-align: middle;
	color:          #6FBA54;
	display:        block;
	position:       absolute;
}

	width:          22px;
	height:         20px;
	font-size:      20px;
	line-height:    1;
	vertical-align: middle;
	color:          #FE8128;
	display:        block;
	position:       absolute;
}

	width:          22px;
	height:         22px;
	font-size:      20px;
	line-height:    1;
	vertical-align: middle;
	color:          #D1333C;
	display:        block;
	position:       absolute;
}

	float:           right;
	margin-left:     30px;
	text-decoration: underline;
}

	text-decoration: underline;
}

	margin-top: 45px;
}

	display: none;
}

	visibility: hidden;
	position:   absolute;
	z-index:    -1;
}

	display: none;
}

/*-- Store Notice --*/

	font-weight:      500;
	text-align:       center;
	padding:          10px 15px;
	margin:           0;
	background-color: var(--store-notice-background-color);
	color:            var(--store-notice-color);
	min-width:        320px;
}

	position:   fixed;
	left:       0;
	bottom:     0;
	width:      100%;
	z-index:    10001;
	box-shadow: 0 -4px 22px 2.4px rgba(0, 0, 0, 0.12);
}

	display:          inline-block;
	border-radius:    2px;
	font-size:        14px;
	line-height:      14px;
	padding:          6px 12px;
	text-decoration:  none;
	margin-left:      10px;
	background-color: var(--store-notice-color);
	color:            var(--store-notice-background-color);
}

	display:     inline-flex;
	align-items: flex-start;
}

	flex: 0 0 auto;
}


@media (min-width: 1170px) {

		width:        1140px;
		margin-left:  auto;
		margin-right: auto;
	}

		transition: transform 0.2s linear;
	}

		position:      relative;
		border-radius: 4px;
		margin-top:    12px;
		padding:       14px 60px 14px 60px;
		font-size:     16px;
		font-weight:   500;
	}

		padding: 14px;
	}

		position:   fixed;
		visibility: visible;
		top:        15px;
		right:      30px;
		width:      425px;
		margin:     0;
		z-index:    1200;
	}

		border-radius: 0;
		margin:        0;
		padding:       25px 48px;
		font-size:     16px;
		line-height:   20px;
		box-shadow:    0 4px 22px 2.4px rgba(0, 0, 0, 0.12);
		word-break:    break-word;
		white-space:   normal;
	}

		left: 16px;
		top:  16px;
	}

		left: 16px;
		top:  24px;
	}

		right: 15px;
		top:   15px;
	}

		opacity: 1;
	}

		color: var(--accent-color);
	}
}


@media (max-width: 1169px) {

		position:  fixed;
		top:       0;
		left:      0;
		transform: translateY(0);
		width:     100%;
		z-index:   3003;
	}

		visibility: visible;
	}

		position:    relative;
		padding:     14px 50px;
		font-size:   16px;
		font-weight: 500;
		box-shadow:  0 3px 4px rgba(0, 0, 0, 0.08);
	}

		padding: 14px;
	}

		left: 16px;
		top:  16px;
	}

		right: 15px;
		top:   15px;
	}
}

/*-  Product Reviews / Post Comments -*/

	display: none;
}







/* Magnific Popup CSS */
.mfp-bg {
	top:        0;
	left:       0;
	width:      100%;
	height:     100%;
	z-index:    1042;
	overflow:   hidden;
	position:   fixed;
	background: #0b0b0b;
	opacity:    0.8;
}

.mfp-wrap {
	top:                         0;
	left:                        0;
	width:                       100%;
	height:                      100%;
	z-index:                     1043;
	position:                    fixed;
	outline:                     none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position:   absolute;
	width:      100%;
	height:     100%;
	left:       0;
	top:        0;
	padding:    0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content:        '';
	display:        inline-block;
	height:         100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position:       relative;
	display:        inline-block;
	vertical-align: middle;
	margin:         0 auto;
	text-align:     left;
	z-index:        1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width:  100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select:    none;
	-ms-user-select:         none;
	    user-select:         none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color:      #CCC;
	position:   absolute;
	top:        50%;
	width:      auto;
	text-align: center;
	margin-top: -0.8em;
	left:       8px;
	right:      8px;
	z-index:    1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow:           visible;
	cursor:             pointer;
	background:         transparent;
	border:             0;
	-webkit-appearance: none;
	display:            block;
	outline:            none;
	padding:            0;
	z-index:            1046;
	box-shadow:         none;
	touch-action:       manipulation;
}

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

.mfp-close {
	width:           44px;
	height:          44px;
	line-height:     44px;
	position:        absolute;
	right:           0;
	top:             0;
	text-decoration: none;
	text-align:      center;
	opacity:         0.65;
	padding:         0 0 18px 10px;
	color:           #FFF;
	font-style:      normal;
	font-size:       28px;
	font-family:     Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color:         #FFF;
	right:         -6px;
	text-align:    right;
	padding-right: 6px;
	width:         100%;
}

.mfp-counter {
	position:    absolute;
	top:         0;
	right:       0;
	color:       #CCC;
	font-size:   12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position:                    absolute;
	opacity:                     0.65;
	margin:                      0;
	top:                         50%;
	margin-top:                  -55px;
	padding:                     0;
	width:                       90px;
	height:                      110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content:     '';
	display:     block;
	width:       0;
	height:      0;
	position:    absolute;
	left:        0;
	top:         0;
	margin-top:  35px;
	margin-left: 35px;
	border:      medium inset transparent;
}

.mfp-arrow:after {
	border-top-width:    13px;
	border-bottom-width: 13px;
	top:                 8px;
}

.mfp-arrow:before {
	border-top-width:    21px;
	border-bottom-width: 21px;
	opacity:             0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left:  31px;
}

.mfp-arrow-left:before {
	margin-left:  25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top:    40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width:       100%;
	max-width:   900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width:       100%;
	height:      0;
	overflow:    hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position:   absolute;
	display:    block;
	top:        0;
	left:       0;
	width:      100%;
	height:     100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width:       auto;
	max-width:   100%;
	height:      auto;
	display:     block;
	line-height: 0;
	box-sizing:  border-box;
	padding:     40px 0 40px;
	margin:      0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content:    '';
	position:   absolute;
	left:       0;
	top:        40px;
	bottom:     40px;
	display:    block;
	right:      0;
	width:      auto;
	height:     auto;
	z-index:    -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color:       #BDBDBD;
	display:     block;
	font-size:   12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position:   absolute;
	top:        100%;
	left:       0;
	width:      100%;
	cursor:     auto;
}

.mfp-title {
	text-align:    left;
	line-height:   18px;
	color:         #F3F3F3;
	word-wrap:     break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
		 * Remove all paddings around the image on small screen
		 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left:  0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top:    0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display:     inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom:     0;
		margin:     0;
		top:        auto;
		padding:    3px 5px;
		position:   fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top:   3px;
	}

	.mfp-img-mobile .mfp-close {
		top:         0;
		right:       0;
		width:       35px;
		height:      35px;
		line-height: 35px;
		background:  rgba(0, 0, 0, 0.6);
		position:    fixed;
		text-align:  center;
		padding:     0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		transform:         scale(0.75);
	}

	.mfp-arrow-left {
		transform-origin:         0;
	}

	.mfp-arrow-right {
		transform-origin:         100%;
	}

	.mfp-container {
		padding-left:  6px;
		padding-right: 6px;
	}
}

/*- Owl Carousel -*/

.owl-carousel {
	display:                     none;
	width:                       100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position:                    relative;
	z-index:                     1;
}

.owl-carousel .owl-stage {
	position:                 relative;
	touch-action:             manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

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

.owl-carousel .owl-stage-outer {
	position:          relative;
	overflow:          hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration:  1000ms;
	        animation-duration:  1000ms;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

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

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

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

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			  calculation of the height of the owl-item that breaks page layouts
		   */
}

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

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

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position:   relative;
	height:     100%;
	background: #000;
}

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

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

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

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

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

/*-- Owl Carousel (Desktop) --*/

@media (min-width: 1170px) {
	.owl-carousel .owl-nav button.owl-prev:hover,
	.owl-carousel .owl-nav button.owl-next:hover,
	.owl-carousel .owl-dot:hover {
		opacity: 0.7;
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top:                  10px;
	text-align:                  center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color:         #FFF;
	font-size:     14px;
	margin:        5px;
	padding:       4px 7px;
	background:    #D6D6D6;
	display:       inline-block;
	cursor:        pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background:      #869791;
	color:           #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor:  default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align:                  center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display:  inline-block;
	zoom:     1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width:                       10px;
	height:                      10px;
	margin:                      5px 7px;
	background:                  #D6D6D6;
	display:                     block;
	-webkit-backface-visibility: visible;
	transition:                  opacity 200ms ease;
	border-radius:               30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}



/* ===== File: 3nTLRfGe0DMI.css ===== */

@font-face {
font-family: "theme-icons";
src: url("../fonts/NW4aI6C0nsj4.eot#iefix") format("embedded-opentype"),
url("../fonts/c44HJAWWWYOb.woff2") format("woff2"),
url("../fonts/x2aCQLWIYbBM.woff") format("woff");
font-display: swap;
}

	i[class^="ip-"]:before, i[class*=" ip-"]:before {
font-family: theme-icons !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

		.ip-404:before {
	content: "\f101";
	}
		.ip-author:before {
	content: "\f102";
	}
		.ip-cal-alt:before {
	content: "\f103";
	}
		.ip-cal:before {
	content: "\f104";
	}
		.ip-calendar:before {
	content: "\f105";
	}
		.ip-cart-button:before {
	content: "\f106";
	}
		.ip-cart-empty:before {
	content: "\f107";
	}
		.ip-cart:before {
	content: "\f108";
	}
		.ip-check:before {
	content: "\f109";
	}
		.ip-close-light:before {
	content: "\f10a";
	}
		.ip-close:before {
	content: "\f10b";
	}
		.ip-comment:before {
	content: "\f10c";
	}
		.ip-decor-left-small:before {
	content: "\f10d";
	}
		.ip-decor-left:before {
	content: "\f10e";
	}
		.ip-decor-right-small:before {
	content: "\f10f";
	}
		.ip-decor-right:before {
	content: "\f110";
	}
		.ip-decor:before {
	content: "\f111";
	}
		.ip-depth:before {
	content: "\f112";
	}
		.ip-discord:before {
	content: "\f113";
	}
		.ip-dot:before {
	content: "\f114";
	}
		.ip-double-arrow:before {
	content: "\f115";
	}
		.ip-down_arrow:before {
	content: "\f116";
	}
		.ip-download:before {
	content: "\f117";
	}
		.ip-edit:before {
	content: "\f118";
	}
		.ip-email:before {
	content: "\f119";
	}
		.ip-eye:before {
	content: "\f11a";
	}
		.ip-facebook:before {
	content: "\f11b";
	}
		.ip-filter:before {
	content: "\f11c";
	}
		.ip-flickr:before {
	content: "\f11d";
	}
		.ip-github:before {
	content: "\f11e";
	}
		.ip-hand:before {
	content: "\f11f";
	}
		.ip-hands-free:before {
	content: "\f120";
	}
		.ip-icon-list:before {
	content: "\f121";
	}
		.ip-image-box:before {
	content: "\f122";
	}
		.ip-instagram:before {
	content: "\f123";
	}
		.ip-line:before {
	content: "\f124";
	}
		.ip-linkedin:before {
	content: "\f125";
	}
		.ip-location-pin-2:before {
	content: "\f126";
	}
		.ip-location:before {
	content: "\f127";
	}
		.ip-login:before {
	content: "\f128";
	}
		.ip-long-arrow:before {
	content: "\f129";
	}
		.ip-map-pin:before {
	content: "\f12a";
	}
		.ip-menu-left:before {
	content: "\f12b";
	}
		.ip-menu-right:before {
	content: "\f12c";
	}
		.ip-menu:before {
	content: "\f12d";
	}
		.ip-ok:before {
	content: "\f12e";
	}
		.ip-page-header:before {
	content: "\f12f";
	}
		.ip-pdf:before {
	content: "\f130";
	}
		.ip-phone:before {
	content: "\f131";
	}
		.ip-pinterest:before {
	content: "\f132";
	}
		.ip-plus:before {
	content: "\f133";
	}
		.ip-pr-carousel:before {
	content: "\f134";
	}
		.ip-qty-minus:before {
	content: "\f135";
	}
		.ip-qty-plus:before {
	content: "\f136";
	}
		.ip-quote:before {
	content: "\f137";
	}
		.ip-range:before {
	content: "\f138";
	}
		.ip-right-arrow:before {
	content: "\f139";
	}
		.ip-right:before {
	content: "\f13a";
	}
		.ip-search-2:before {
	content: "\f13b";
	}
		.ip-search:before {
	content: "\f13c";
	}
		.ip-select:before {
	content: "\f13d";
	}
		.ip-snapchat:before {
	content: "\f13e";
	}
		.ip-star-empty:before {
	content: "\f13f";
	}
		.ip-star-outline:before {
	content: "\f140";
	}
		.ip-star:before {
	content: "\f141";
	}
		.ip-steps:before {
	content: "\f142";
	}
		.ip-sticky:before {
	content: "\f143";
	}
		.ip-telegram:before {
	content: "\f144";
	}
		.ip-tick:before {
	content: "\f145";
	}
		.ip-tiktok:before {
	content: "\f146";
	}
		.ip-tooltip:before {
	content: "\f147";
	}
		.ip-truck:before {
	content: "\f148";
	}
		.ip-tumblr:before {
	content: "\f149";
	}
		.ip-twitter:before {
	content: "\f14a";
	}
		.ip-update:before {
	content: "\f14b";
	}
		.ip-user:before {
	content: "\f14c";
	}
		.ip-viber:before {
	content: "\f14d";
	}
		.ip-vimeo:before {
	content: "\f14e";
	}
		.ip-vk:before {
	content: "\f14f";
	}
		.ip-warning:before {
	content: "\f150";
	}
		.ip-watch:before {
	content: "\f151";
	}
		.ip-wc-error:before {
	content: "\f152";
	}
		.ip-wc-notice:before {
	content: "\f153";
	}
		.ip-wc-success:before {
	content: "\f154";
	}
		.ip-wechat:before {
	content: "\f155";
	}
		.ip-whatsapp:before {
	content: "\f156";
	}
		.ip-youtube:before {
	content: "\f157";
	}



/* ===== File: 5XO0xE9flZr1.css ===== */

.elementor-1630 .elementor-element.elementor-element-184e874 > .elementor-container{max-width:1450px;}.elementor-1630 .elementor-element.elementor-element-184e874{overflow:hidden;margin-top:0px;margin-bottom:-12px;z-index:1;}.elementor-1630 .elementor-element.elementor-element-2771dad{--spacer-size:19px;}.elementor-1630 .elementor-element.elementor-element-2771dad > .elementor-widget-container{margin:0px 0px -8px 0px;}.elementor-1630 .elementor-element.elementor-element-490cf72:not(.elementor-motion-effects-element-type-background), .elementor-1630 .elementor-element.elementor-element-490cf72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-1630 .elementor-element.elementor-element-490cf72 > .elementor-container{max-width:1450px;}.elementor-1630 .elementor-element.elementor-element-490cf72{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:120px 25px 60px 25px;}.elementor-1630 .elementor-element.elementor-element-490cf72 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1630 .elementor-element.elementor-element-da202ba > .elementor-widget-container{margin:0px 25px 0px 0px;padding:5px 54px 5px 0px;border-style:solid;border-width:0px 2px 0px 0px;border-color:#EF3C0F;}.elementor-1630 .elementor-element.elementor-element-90d36e0 > .elementor-widget-container{margin:-11px 0px 0px 0px;padding:0px 0px 0px 0px;border-style:solid;border-width:0px 0px 0px 0px;border-color:#EDB509;border-radius:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-90d36e0 .c-ip-heading{text-align:left;color:var( --e-global-color-secondary );font-size:43px;font-weight:600;line-height:1.2em;}.elementor-1630 .elementor-element.elementor-element-6e88e5a .c-ip-heading{text-align:left;color:#FFFFFF87;font-size:18px;font-weight:400;font-style:italic;}.elementor-1630 .elementor-element.elementor-element-194c7ab:not(.elementor-motion-effects-element-type-background), .elementor-1630 .elementor-element.elementor-element-194c7ab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-1630 .elementor-element.elementor-element-194c7ab > .elementor-container{max-width:1456px;}.elementor-1630 .elementor-element.elementor-element-194c7ab{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1630 .elementor-element.elementor-element-194c7ab > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1630 .elementor-element.elementor-element-3242b95{--divider-border-style:solid;--divider-color:#303030;--divider-border-width:1px;}.elementor-1630 .elementor-element.elementor-element-3242b95 .elementor-divider-separator{width:100%;}.elementor-1630 .elementor-element.elementor-element-3242b95 .elementor-divider{padding-block-start:5px;padding-block-end:5px;}.elementor-1630 .elementor-element.elementor-element-f41b66f:not(.elementor-motion-effects-element-type-background), .elementor-1630 .elementor-element.elementor-element-f41b66f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-1630 .elementor-element.elementor-element-f41b66f > .elementor-container{max-width:1450px;}.elementor-1630 .elementor-element.elementor-element-f41b66f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:60px 25px 90px 25px;}.elementor-1630 .elementor-element.elementor-element-f41b66f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-1630 .elementor-element.elementor-element-6e5d239 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-6e5d239 .c-ip-heading{text-align:left;color:var( --e-global-color-secondary );font-size:22px;font-weight:500;}.elementor-1630 .elementor-element.elementor-element-81c9df5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 65px 35px 0px;}.elementor-1630 .elementor-element.elementor-element-81c9df5{font-size:18px;line-height:1.8em;color:#FFFFFFAB;}.elementor-1630 .elementor-element.elementor-element-2798090 .c-ip-social__icon--rounded:after{background-color:#292929;margin-left:-16px;margin-top:-16px;width:calc(16px * 2);height:calc(16px * 2);} .elementor-1630 .elementor-element.elementor-element-2798090 .c-ip-social__icon--rounded:hover:after{background-color:#EDB509;}.elementor-1630 .elementor-element.elementor-element-2798090 .c-ip-social__icon{color:#BDB6B6;width:16px;margin:calc(30px / 2);} .elementor-1630 .elementor-element.elementor-element-2798090 .c-ip-social__icon:hover{color:var( --e-global-color-secondary );}.elementor-1630 .elementor-element.elementor-element-2798090 .c-ip-social{font-size:16px;margin:calc(-30px / 2);}.elementor-1630 .elementor-element.elementor-element-2798090 .c-ip-social--rounded{padding-left:calc(16px / 3 * 1.6);padding-right:calc(16px / 3 * 1.6);}.elementor-1630 .elementor-element.elementor-element-e5e144e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0% 0% 0% 10%;}
.elementor-1630 .elementor-element.elementor-element-0988567 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-0988567 .c-ip-heading{text-align:left;color:var( --e-global-color-secondary );font-size:22px;font-weight:500;}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2);}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2);}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2);}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2);}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2);}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-icon i{color:#888888;transition:color 0.3s;}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-icon svg{fill:#888888;transition:fill 0.3s;}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-item:hover .elementor-icon-list-icon i{color:#EDB509;}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-item:hover .elementor-icon-list-icon svg{fill:#EDB509;}.elementor-1630 .elementor-element.elementor-element-f43ea07{--e-icon-list-icon-size:8px;--icon-vertical-offset:0px;}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-icon{padding-inline-end:9px;}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-text{color:#FFFFFFAB;transition:color 0.3s;}.elementor-1630 .elementor-element.elementor-element-f43ea07 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#FFFFFF;}.elementor-1630 .elementor-element.elementor-element-1766392 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0% 0% 0% 5%;}
.elementor-1630 .elementor-element.elementor-element-74e8bc8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-74e8bc8 .c-ip-heading{text-align:left;color:var( --e-global-color-secondary );font-size:22px;font-weight:500;}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2);}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2);}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2);}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2);}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2);}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-icon i{color:#888888;transition:color 0.3s;}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-icon svg{fill:#888888;transition:fill 0.3s;}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-item:hover .elementor-icon-list-icon i{color:#EDB509;}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-item:hover .elementor-icon-list-icon svg{fill:#EDB509;}.elementor-1630 .elementor-element.elementor-element-2d04f79{--e-icon-list-icon-size:8px;--icon-vertical-offset:0px;}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-icon{padding-inline-end:9px;}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-text{color:#FFFFFFAB;transition:color 0.3s;}.elementor-1630 .elementor-element.elementor-element-2d04f79 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#FFFFFF;}
.elementor-1630 .elementor-element.elementor-element-21c6f97 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-21c6f97 .c-ip-heading{text-align:left;color:var( --e-global-color-secondary );font-size:22px;font-weight:500;}.elementor-1630 .elementor-element.elementor-element-43664cf{border-style:solid;border-width:0px 0px 1px 0px;border-color:#303030;margin-top:5px;margin-bottom:15px;padding:0px 0px 10px 0px;}.elementor-1630 .elementor-element.elementor-element-837f27b > .elementor-widget-container{margin:4px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-837f27b .elementor-icon-wrapper{text-align:left;}.elementor-1630 .elementor-element.elementor-element-837f27b.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-1630 .elementor-element.elementor-element-837f27b.elementor-view-framed .elementor-icon, .elementor-1630 .elementor-element.elementor-element-837f27b.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-1630 .elementor-element.elementor-element-837f27b.elementor-view-framed .elementor-icon, .elementor-1630 .elementor-element.elementor-element-837f27b.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-1630 .elementor-element.elementor-element-837f27b .elementor-icon{font-size:40px;}.elementor-1630 .elementor-element.elementor-element-837f27b .elementor-icon svg{height:40px;}.elementor-1630 .elementor-element.elementor-element-94f2cef .elementor-heading-title{font-size:18px;color:#FFFFFFAB;}.elementor-1630 .elementor-element.elementor-element-05d3fa1 .elementor-heading-title{font-size:18px;font-weight:700;line-height:2.1em;color:#FFFFFF;}.elementor-1630 .elementor-element.elementor-element-db12c80{border-style:solid;border-width:0px 0px 1px 0px;border-color:#303030;margin-top:0px;margin-bottom:15px;padding:0px 0px 10px 0px;}.elementor-1630 .elementor-element.elementor-element-db12c80, .elementor-1630 .elementor-element.elementor-element-db12c80 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-660672a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:4px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-660672a .elementor-icon-wrapper{text-align:left;}.elementor-1630 .elementor-element.elementor-element-660672a.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-1630 .elementor-element.elementor-element-660672a.elementor-view-framed .elementor-icon, .elementor-1630 .elementor-element.elementor-element-660672a.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-1630 .elementor-element.elementor-element-660672a.elementor-view-framed .elementor-icon, .elementor-1630 .elementor-element.elementor-element-660672a.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-1630 .elementor-element.elementor-element-660672a .elementor-icon{font-size:40px;}.elementor-1630 .elementor-element.elementor-element-660672a .elementor-icon svg{height:40px;}.elementor-1630 .elementor-element.elementor-element-e26285e .elementor-heading-title{font-size:18px;color:#FFFFFFAB;}.elementor-1630 .elementor-element.elementor-element-b95c7a5 .elementor-heading-title{font-size:18px;font-weight:700;line-height:2.1em;color:#FFFFFF;}.elementor-1630 .elementor-element.elementor-element-d48ae82, .elementor-1630 .elementor-element.elementor-element-d48ae82 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-c17448e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:3px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-c17448e .elementor-icon-wrapper{text-align:left;}.elementor-1630 .elementor-element.elementor-element-c17448e.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-1630 .elementor-element.elementor-element-c17448e.elementor-view-framed .elementor-icon, .elementor-1630 .elementor-element.elementor-element-c17448e.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-1630 .elementor-element.elementor-element-c17448e.elementor-view-framed .elementor-icon, .elementor-1630 .elementor-element.elementor-element-c17448e.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-1630 .elementor-element.elementor-element-c17448e .elementor-icon{font-size:40px;}.elementor-1630 .elementor-element.elementor-element-c17448e .elementor-icon svg{height:40px;}.elementor-1630 .elementor-element.elementor-element-df698ab .elementor-heading-title{font-size:18px;color:#FFFFFFAB;}.elementor-1630 .elementor-element.elementor-element-05b7db7 .elementor-heading-title{font-size:18px;font-weight:700;line-height:2.1em;color:#FFFFFF;}.elementor-1630 .elementor-element.elementor-element-c67b846:not(.elementor-motion-effects-element-type-background), .elementor-1630 .elementor-element.elementor-element-c67b846 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-1630 .elementor-element.elementor-element-c67b846{border-style:solid;border-width:1px 0px 0px 0px;border-color:#303030;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:40px 0px 40px 0px;}.elementor-1630 .elementor-element.elementor-element-c67b846 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1630 .elementor-element.elementor-element-4a17336{text-align:center;color:#FFFFFFFC;}@media(max-width:1169px){.elementor-1630 .elementor-element.elementor-element-7b0583c.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-1630 .elementor-element.elementor-element-7b0583c > .elementor-element-populated{margin:-5% 10% 0% 10%;--e-column-margin-right:10%;--e-column-margin-left:10%;padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-f41b66f{padding:5% 5% 5% 5%;}.elementor-1630 .elementor-element.elementor-element-64760ab > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 50px 0px;}.elementor-1630 .elementor-element.elementor-element-e5e144e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 50px 0px;}.elementor-1630 .elementor-element.elementor-element-1766392 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-837f27b .elementor-icon-wrapper{text-align:left;}.elementor-1630 .elementor-element.elementor-element-660672a .elementor-icon-wrapper{text-align:left;}.elementor-1630 .elementor-element.elementor-element-c17448e .elementor-icon-wrapper{text-align:left;}}@media(min-width:768px){.elementor-1630 .elementor-element.elementor-element-a8eaae9{width:18.467%;}.elementor-1630 .elementor-element.elementor-element-35ab57a{width:41.373%;}.elementor-1630 .elementor-element.elementor-element-7b0583c{width:39.492%;}.elementor-1630 .elementor-element.elementor-element-8948897{width:100%;}.elementor-1630 .elementor-element.elementor-element-ce870f5{width:17.716%;}.elementor-1630 .elementor-element.elementor-element-91aee83{width:82.284%;}.elementor-1630 .elementor-element.elementor-element-edaaf1f{width:17.716%;}.elementor-1630 .elementor-element.elementor-element-72c501f{width:82.284%;}.elementor-1630 .elementor-element.elementor-element-67e18d9{width:17.716%;}.elementor-1630 .elementor-element.elementor-element-6669a49{width:82.284%;}}@media(max-width:1169px) and (min-width:768px){.elementor-1630 .elementor-element.elementor-element-35ab57a{width:75%;}.elementor-1630 .elementor-element.elementor-element-7b0583c{width:100%;}.elementor-1630 .elementor-element.elementor-element-64760ab{width:50%;}.elementor-1630 .elementor-element.elementor-element-e5e144e{width:50%;}.elementor-1630 .elementor-element.elementor-element-1766392{width:50%;}.elementor-1630 .elementor-element.elementor-element-b14af48{width:50%;}.elementor-1630 .elementor-element.elementor-element-ce870f5{width:12%;}.elementor-1630 .elementor-element.elementor-element-edaaf1f{width:12%;}.elementor-1630 .elementor-element.elementor-element-67e18d9{width:12%;}}@media(max-width:767px){.elementor-1630 .elementor-element.elementor-element-490cf72{padding:10% 10% 10% 10%;}.elementor-1630 .elementor-element.elementor-element-7b0583c{width:100%;}.elementor-1630 .elementor-element.elementor-element-7b0583c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-f41b66f{padding:10% 10% 10% 10%;}.elementor-1630 .elementor-element.elementor-element-64760ab > .elementor-element-populated{padding:0px 0px 035px 0px;}.elementor-1630 .elementor-element.elementor-element-6e5d239 .c-ip-heading{text-align:left;}.elementor-1630 .elementor-element.elementor-element-e5e144e > .elementor-element-populated{padding:0px 0px 035px 0px;}.elementor-1630 .elementor-element.elementor-element-0988567 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-1766392 > .elementor-element-populated{padding:0px 0px 035px 0px;}.elementor-1630 .elementor-element.elementor-element-21c6f97 > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-1630 .elementor-element.elementor-element-ce870f5{width:12%;}.elementor-1630 .elementor-element.elementor-element-837f27b .elementor-icon-wrapper{text-align:center;}.elementor-1630 .elementor-element.elementor-element-91aee83{width:80%;}.elementor-1630 .elementor-element.elementor-element-91aee83 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-94f2cef{text-align:left;}.elementor-1630 .elementor-element.elementor-element-05d3fa1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-05d3fa1{text-align:left;}.elementor-1630 .elementor-element.elementor-element-edaaf1f{width:12%;}.elementor-1630 .elementor-element.elementor-element-660672a .elementor-icon-wrapper{text-align:center;}.elementor-1630 .elementor-element.elementor-element-72c501f{width:80%;}.elementor-1630 .elementor-element.elementor-element-e26285e{text-align:left;}.elementor-1630 .elementor-element.elementor-element-b95c7a5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1630 .elementor-element.elementor-element-b95c7a5{text-align:left;}.elementor-1630 .elementor-element.elementor-element-67e18d9{width:12%;}.elementor-1630 .elementor-element.elementor-element-6669a49{width:80%;}.elementor-1630 .elementor-element.elementor-element-df698ab{text-align:left;}.elementor-1630 .elementor-element.elementor-element-05b7db7{text-align:left;}}


/* ===== File: 8oNTJc7aVkGp.css ===== */

.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}


/* ===== File: 91QPxXNm94P7.css ===== */

.elementor-1541 .elementor-element.elementor-element-9f1bec8 .elementor-repeater-item-845d6a1 .c-ip-slider__icon{width:220px !important;}.elementor-1541 .elementor-element.elementor-element-9f1bec8 .elementor-repeater-item-00afc11 .c-ip-slider__icon{width:220px !important;}.elementor-1541 .elementor-element.elementor-element-9f1bec8 .c-ip-slider__item{min-height:700px;}.elementor-1541 .elementor-element.elementor-element-9f1bec8 .c-ip-slider__image{opacity:0.4;}.elementor-1541 .elementor-element.elementor-element-5fe2d80:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-5fe2d80 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("../images/ky4WxvBSneTf.png");background-position:top center;background-repeat:repeat-x;background-size:auto;}.elementor-1541 .elementor-element.elementor-element-5fe2d80{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 120px 0px;z-index:1;}.elementor-1541 .elementor-element.elementor-element-5fe2d80 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1541 .elementor-element.elementor-element-afeab8a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:120px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-afeab8a .c-ip-heading{text-align:center;color:#888888;font-size:18px;font-weight:500;}.elementor-1541 .elementor-element.elementor-element-b661aba .c-ip-heading{text-align:center;color:#222222;font-size:40px;font-weight:700;}.elementor-1541 .elementor-element.elementor-element-de020a9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:60px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-7d0c8de:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-7d0c8de > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:inherit;background-image:url("../images/B9uq0kOOSRI5.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1541 .elementor-element.elementor-element-7d0c8de > .elementor-background-overlay{background-color:var( --e-global-color-primary );opacity:0.91;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1541 .elementor-element.elementor-element-7d0c8de > .elementor-container{max-width:1382px;}.elementor-1541 .elementor-element.elementor-element-7d0c8de{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:120px 40px 120px 40px;}.elementor-1541 .elementor-element.elementor-element-1ba685e .c-ip-counter__counter{color:#EF3C0F;}.elementor-1541 .elementor-element.elementor-element-1ba685e .c-ip-counter__icon{color:var( --e-global-color-secondary );}.elementor-1541 .elementor-element.elementor-element-1ba685e svg{fill:var( --e-global-color-secondary );}.elementor-1541 .elementor-element.elementor-element-1ba685e .c-ip-counter{color:#ffffff;}.elementor-1541 .elementor-element.elementor-element-69bb0bf:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-69bb0bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("../images/FbmKpJrkYnOj.jpg");background-position:center left;background-repeat:no-repeat;}.elementor-1541 .elementor-element.elementor-element-69bb0bf{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:120px 40px 120px 40px;}.elementor-1541 .elementor-element.elementor-element-69bb0bf > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1541 .elementor-element.elementor-element-8b09abe > .elementor-widget-container{padding:0px 70px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-8b09abe{text-align:center;}.elementor-1541 .elementor-element.elementor-element-19de589 > .elementor-widget-container{margin:0px 0px 4px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-19de589 .c-ip-heading{text-align:left;color:#222222;font-size:18px;font-weight:500;line-height:1.5em;}.elementor-1541 .elementor-element.elementor-element-6fff0cf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 35px 0px;}.elementor-1541 .elementor-element.elementor-element-6fff0cf .c-ip-heading{text-align:left;color:#222222;font-size:40px;font-weight:700;line-height:1.1em;}.elementor-1541 .elementor-element.elementor-element-3374778 > .elementor-widget-container{margin:0px 0px 4px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-3374778 .c-ip-heading{text-align:left;color:#222222;font-size:18px;font-weight:500;line-height:1.5em;}.elementor-1541 .elementor-element.elementor-element-00d3931{margin-top:30px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-1752eba > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-658ac79 > .elementor-widget-container{border-style:solid;border-width:0px 1px 0px 0px;border-color:#696767;}.elementor-1541 .elementor-element.elementor-element-658ac79 .elementor-heading-title{font-size:22px;font-weight:600;line-height:1.3em;color:#222222;}.elementor-1541 .elementor-element.elementor-element-8bc13f3 > .elementor-element-populated{padding:0% 0% 0% 15%;}.elementor-1541 .elementor-element.elementor-element-4b6065e > .elementor-widget-container{margin:0px 0px 4px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-4b6065e .c-ip-heading{text-align:left;color:#222222;font-size:18px;font-weight:500;line-height:1.5em;}.elementor-1541 .elementor-element.elementor-element-2d122fa{margin-top:15px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-a1550ed > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-3d946f6 > .elementor-widget-container{border-style:solid;border-width:0px 1px 0px 0px;border-color:#696767;}.elementor-1541 .elementor-element.elementor-element-3d946f6 .elementor-heading-title{font-size:22px;font-weight:600;line-height:1.3em;color:#222222;}.elementor-1541 .elementor-element.elementor-element-dbeec48 > .elementor-element-populated{padding:0% 0% 0% 15%;}.elementor-1541 .elementor-element.elementor-element-b3321aa > .elementor-widget-container{margin:0px 0px 4px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-b3321aa .c-ip-heading{text-align:left;color:#222222;font-size:18px;font-weight:500;line-height:1.5em;}.elementor-1541 .elementor-element.elementor-element-16ccd55:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-16ccd55 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.elementor-1541 .elementor-element.elementor-element-16ccd55{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:120px 0px 119px 0px;}.elementor-1541 .elementor-element.elementor-element-16ccd55 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1541 .elementor-element.elementor-element-31c3412 .c-ip-heading{text-align:center;color:#888888;font-size:18px;font-weight:500;}.elementor-1541 .elementor-element.elementor-element-65c5161 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 45px 0px;}.elementor-1541 .elementor-element.elementor-element-65c5161 .c-ip-heading{text-align:center;color:#222222;font-size:40px;font-weight:700;}.elementor-1541 .elementor-element.elementor-element-782bd87 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-1541 .elementor-element.elementor-element-782bd87:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-782bd87 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("../images/U5htZ6TKJhF1.jpg");background-position:center center;background-repeat:repeat-x;}.elementor-1541 .elementor-element.elementor-element-782bd87 > .elementor-container{max-width:1450px;min-height:700px;}.elementor-1541 .elementor-element.elementor-element-782bd87{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:120px 0px 120px 0px;}.elementor-1541 .elementor-element.elementor-element-782bd87 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1541 .elementor-element.elementor-element-c1fa360 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-c1fa360 .c-ip-heading{text-align:center;color:#222222;font-size:18px;font-weight:500;}.elementor-1541 .elementor-element.elementor-element-2a5a06f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 25px 0px;}.elementor-1541 .elementor-element.elementor-element-2a5a06f .c-ip-heading{text-align:center;color:#222222;font-size:40px;font-weight:700;}.elementor-1541 .elementor-element.elementor-element-4e8dc3b .c-ip-heading{text-align:center;color:#222222;font-size:24px;font-weight:400;}.elementor-1541 .elementor-element.elementor-element-ee93b8b{margin-top:0px;margin-bottom:0px;padding:60px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-f5e0f76 .c-ip-offer-list__block{background-color:#FFFFFF;}.elementor-1541 .elementor-element.elementor-element-0c79c9d > .elementor-container{max-width:1143px;}.elementor-1541 .elementor-element.elementor-element-0c79c9d{margin-top:0px;margin-bottom:0px;padding:0px 0px 140px 0px;}.elementor-1541 .elementor-element.elementor-element-c11a873 .c-ip-heading{text-align:center;color:#888888;font-size:18px;font-weight:500;}.elementor-1541 .elementor-element.elementor-element-d9efac9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 45px 0px;}.elementor-1541 .elementor-element.elementor-element-d9efac9 .c-ip-heading{text-align:center;color:#222222;font-size:40px;font-weight:700;}.elementor-1541 .elementor-element.elementor-element-2570557 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1541 .elementor-element.elementor-element-2570557:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-2570557 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B1B1A;background-image:url("../images/baeMbsN02fbj.png");background-position:center center;background-repeat:repeat;}.elementor-1541 .elementor-element.elementor-element-2570557 > .elementor-container{max-width:1350px;min-height:192px;}.elementor-1541 .elementor-element.elementor-element-2570557{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1541 .elementor-element.elementor-element-2570557 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1541 .elementor-element.elementor-element-3c50bb9 > .elementor-widget-container{padding:0% 10% 0% 10%;}.elementor-1541 .elementor-element.elementor-element-859aefb > .elementor-widget-container{margin:0px 7px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-859aefb .c-ip-heading{text-align:left;color:#FFFFFF;font-size:1.55em;font-weight:700;}.elementor-1541 .elementor-element.elementor-element-859aefb .c-ip-heading .c-ip-heading__inner{max-width:1140px;}.elementor-1541 .elementor-element.elementor-element-3fb2aef img{opacity:0.7;}.elementor-1541 .elementor-element.elementor-element-dae67a7 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1541 .elementor-element.elementor-element-8d2f280 > .elementor-widget-container{margin:0% 0% 0% 0%;padding:0% 0% 0% 0%;border-style:solid;border-width:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-8d2f280 .elementor-icon-wrapper{text-align:right;}.elementor-1541 .elementor-element.elementor-element-8d2f280.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-1541 .elementor-element.elementor-element-8d2f280.elementor-view-framed .elementor-icon, .elementor-1541 .elementor-element.elementor-element-8d2f280.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-1541 .elementor-element.elementor-element-8d2f280.elementor-view-framed .elementor-icon, .elementor-1541 .elementor-element.elementor-element-8d2f280.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-1541 .elementor-element.elementor-element-eded63b .c-ip-heading{text-align:left;color:#FFF9F9;font-family:"Barlow", Sans-serif;font-size:24px;font-weight:400;}.elementor-1541 .elementor-element.elementor-element-7d6e7ad .c-ip-heading{text-align:left;color:#FFFFFF;font-family:"Barlow", Sans-serif;font-size:36px;font-weight:600;}.elementor-1541 .elementor-element.elementor-element-95f69b8 .c-button--default{background-color:#EF3C0F;}.elementor-1541 .elementor-element.elementor-element-95f69b8 .c-button--outline:hover{color:#EF3C0F;}.elementor-1541 .elementor-element.elementor-element-95f69b8 .c-button--outline .c-button__arrow{color:#EF3C0F;}.elementor-1541 .elementor-element.elementor-element-364a68e > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1541 .elementor-element.elementor-element-364a68e:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-364a68e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1919;background-image:url("../images/baeMbsN02fbj.png");background-position:center center;background-repeat:repeat;}.elementor-1541 .elementor-element.elementor-element-364a68e > .elementor-container{max-width:770px;min-height:192px;}.elementor-1541 .elementor-element.elementor-element-364a68e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:15px 0px 50px 0px;}.elementor-1541 .elementor-element.elementor-element-364a68e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-1541 .elementor-element.elementor-element-ad4ca45.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-1541 .elementor-element.elementor-element-ad4ca45.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-1541 .elementor-element.elementor-element-ad4ca45.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-1541 .elementor-element.elementor-element-edcbc53 > .elementor-widget-container{padding:50px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-edcbc53{text-align:center;}.elementor-1541 .elementor-element.elementor-element-435e821 > .elementor-widget-container{padding:13px 0px 25px 0px;}.elementor-1541 .elementor-element.elementor-element-435e821 .c-ip-heading{text-align:center;font-size:2.3rem;}.elementor-1541 .elementor-element.elementor-element-51d7e39 .c-button--default{background-color:#EF3C0F;}.elementor-1541 .elementor-element.elementor-element-51d7e39 .c-button--outline:hover{color:#EF3C0F;}.elementor-1541 .elementor-element.elementor-element-51d7e39 .c-button--outline .c-button__arrow{color:#EF3C0F;}.elementor-1541 .elementor-element.elementor-element-712047f:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-712047f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.elementor-1541 .elementor-element.elementor-element-712047f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:120px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-712047f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1541 .elementor-element.elementor-element-81dcbf8 .c-ip-heading{text-align:left;color:#888888;font-size:18px;font-weight:500;}.elementor-1541 .elementor-element.elementor-element-2cbd653 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-2cbd653 .c-ip-heading{text-align:left;color:#222222;font-size:40px;font-weight:700;}.elementor-1541 .elementor-element.elementor-element-d60fe59:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-d60fe59 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.elementor-1541 .elementor-element.elementor-element-d60fe59{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:60px 0px 120px 0px;}.elementor-1541 .elementor-element.elementor-element-d60fe59 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1541 .elementor-element.elementor-element-e0d22b6:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-e0d22b6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("../images/Oxwp6KfEf7n3.jpg");}.elementor-1541 .elementor-element.elementor-element-e0d22b6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:120px 0px 120px 0px;}.elementor-1541 .elementor-element.elementor-element-e0d22b6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1541 .elementor-element.elementor-element-6e09e74 .c-ip-heading{text-align:center;color:#FFF4F4;font-size:18px;font-weight:500;}.elementor-1541 .elementor-element.elementor-element-b26061e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 45px 0px;}.elementor-1541 .elementor-element.elementor-element-b26061e .c-ip-heading{text-align:center;color:#FFFFFF;font-size:40px;font-weight:700;}.elementor-1541 .elementor-element.elementor-element-3f92e29 .c-ip-reviews__item{color:var( --e-global-color-secondary );border-color:#FFFFFF4A;}.elementor-1541 .elementor-element.elementor-element-3f92e29 .owl-nav{color:var( --e-global-color-secondary );}.elementor-1541 .elementor-element.elementor-element-3f92e29 .c-ip-reviews__quote{color:#EF3C0FCF;}.elementor-1541 .elementor-element.elementor-element-3f92e29 .c-ip-reviews__star-rating i:before{color:#EF3C0FCF;}.elementor-1541 .elementor-element.elementor-element-3f92e29 .c-ip-reviews__item:before{border-color:#FFFFFF4A;}.elementor-1541 .elementor-element.elementor-element-3f92e29 .c-ip-reviews__item:after{border-color:#FFFFFF4A;}.elementor-1541 .elementor-element.elementor-element-b83b29b:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-b83b29b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.elementor-1541 .elementor-element.elementor-element-b83b29b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:120px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-b83b29b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1541 .elementor-element.elementor-element-0e97f00 .c-ip-heading{text-align:left;color:#888888;font-size:18px;font-weight:500;}.elementor-1541 .elementor-element.elementor-element-a085343 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-a085343 .c-ip-heading{text-align:left;color:#222222;font-size:40px;font-weight:700;}.elementor-1541 .elementor-element.elementor-element-af7dfcb:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-af7dfcb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;background-image:url("../images/biv3dIcFJN0f.jpg");background-position:bottom right;background-repeat:no-repeat;background-size:contain;}.elementor-1541 .elementor-element.elementor-element-af7dfcb > .elementor-container{max-width:1600px;min-height:787px;}.elementor-1541 .elementor-element.elementor-element-af7dfcb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 120px 0px;}.elementor-1541 .elementor-element.elementor-element-af7dfcb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1169px){.elementor-1541 .elementor-element.elementor-element-5fe2d80{margin-top:-40px;margin-bottom:0px;padding:0px 0px 60px 0px;}.elementor-1541 .elementor-element.elementor-element-b661aba .c-ip-heading{font-size:34px;}.elementor-1541 .elementor-element.elementor-element-7d0c8de{margin-top:0px;margin-bottom:0px;padding:60px 40px 60px 40px;}.elementor-1541 .elementor-element.elementor-element-69bb0bf{padding:60px 40px 60px 040px;}.elementor-1541 .elementor-element.elementor-element-8b09abe{text-align:left;}.elementor-1541 .elementor-element.elementor-element-6fff0cf .c-ip-heading{font-size:23px;line-height:1.5em;}.elementor-1541 .elementor-element.elementor-element-3374778 .c-ip-heading{font-size:14px;}.elementor-1541 .elementor-element.elementor-element-4b6065e .c-ip-heading{font-size:14px;}.elementor-1541 .elementor-element.elementor-element-b3321aa .c-ip-heading{font-size:14px;}.elementor-1541 .elementor-element.elementor-element-16ccd55{padding:60px 0px 60px 0px;}.elementor-1541 .elementor-element.elementor-element-65c5161 .c-ip-heading{font-size:34px;}.elementor-1541 .elementor-element.elementor-element-782bd87:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-782bd87 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}.elementor-1541 .elementor-element.elementor-element-782bd87{margin-top:0px;margin-bottom:0px;padding:0px 0px 60px 0px;}.elementor-1541 .elementor-element.elementor-element-2a5a06f .c-ip-heading{font-size:34px;}.elementor-1541 .elementor-element.elementor-element-0c79c9d{margin-top:0px;margin-bottom:60px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-d9efac9 .c-ip-heading{font-size:34px;}.elementor-1541 .elementor-element.elementor-element-2570557 > .elementor-container{min-height:95px;}.elementor-1541 .elementor-element.elementor-element-2570557{margin-top:0px;margin-bottom:0px;padding:10px 0px 25px 0px;}.elementor-1541 .elementor-element.elementor-element-859aefb .c-ip-heading{font-size:1px;}.elementor-1541 .elementor-element.elementor-element-8d2f280 > .elementor-widget-container{margin:0px 8px 0px 0px;padding:0px 0px 0px 0px;border-width:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-8d2f280 .elementor-icon{font-size:6px;}.elementor-1541 .elementor-element.elementor-element-8d2f280 .elementor-icon svg{height:6px;}.elementor-1541 .elementor-element.elementor-element-eded63b .c-ip-heading{text-align:center;font-size:1px;line-height:0.7em;}.elementor-1541 .elementor-element.elementor-element-7d6e7ad .c-ip-heading{text-align:center;font-size:1px;}.elementor-1541 .elementor-element.elementor-element-364a68e > .elementor-container{min-height:95px;}.elementor-1541 .elementor-element.elementor-element-364a68e{margin-top:0px;margin-bottom:0px;padding:10px 50px 25px 50px;}.elementor-1541 .elementor-element.elementor-element-435e821 > .elementor-widget-container{margin:10px 0px 20px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-435e821 .c-ip-heading{color:#FFFFFF;font-size:37px;}.elementor-1541 .elementor-element.elementor-element-51d7e39 > .elementor-widget-container{margin:0px 0px 23px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-712047f{margin-top:0px;margin-bottom:0px;padding:60px 25px 60px 25px;}.elementor-1541 .elementor-element.elementor-element-81dcbf8 .c-ip-heading{text-align:center;}.elementor-1541 .elementor-element.elementor-element-2cbd653 .c-ip-heading{text-align:center;font-size:34px;}.elementor-1541 .elementor-element.elementor-element-4e575b9 > .elementor-widget-container{margin:25px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-d60fe59{margin-top:0px;margin-bottom:0px;padding:0px 0px 60px 0px;}.elementor-1541 .elementor-element.elementor-element-b26061e .c-ip-heading{font-size:34px;}.elementor-1541 .elementor-element.elementor-element-b83b29b{margin-top:0px;margin-bottom:0px;padding:60px 25px 60px 25px;}.elementor-1541 .elementor-element.elementor-element-0e97f00 .c-ip-heading{text-align:center;}.elementor-1541 .elementor-element.elementor-element-a085343 .c-ip-heading{text-align:center;font-size:34px;}.elementor-1541 .elementor-element.elementor-element-96de0e5 > .elementor-widget-container{margin:25px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-af7dfcb{margin-top:0px;margin-bottom:0px;padding:0px 25px 60px 25px;}}@media(max-width:767px){.elementor-1541 .elementor-element.elementor-element-5ec4af4{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-9f1bec8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 60px 0px;}.elementor-1541 .elementor-element.elementor-element-9f1bec8 .c-ip-slider__item{min-height:549px;}.elementor-1541 .elementor-element.elementor-element-5fe2d80{margin-top:-50px;margin-bottom:0px;padding:0px 0px 100px 0px;}.elementor-1541 .elementor-element.elementor-element-afeab8a > .elementor-widget-container{padding:060px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-afeab8a .c-ip-heading{font-size:13px;}.elementor-1541 .elementor-element.elementor-element-b661aba .c-ip-heading{font-size:30px;line-height:1.2em;}.elementor-1541 .elementor-element.elementor-element-de020a9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:50px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-7d0c8de{margin-top:-50px;margin-bottom:0px;}.elementor-1541 .elementor-element.elementor-element-8b09abe > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 25px 0px;}.elementor-1541 .elementor-element.elementor-element-19de589 .c-ip-heading{text-align:left;}.elementor-1541 .elementor-element.elementor-element-3374778 .c-ip-heading{text-align:left;}.elementor-1541 .elementor-element.elementor-element-658ac79 > .elementor-widget-container{margin:0px 0px 0px -20px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-658ac79{text-align:left;}.elementor-1541 .elementor-element.elementor-element-8bc13f3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-4b6065e .c-ip-heading{text-align:left;}.elementor-1541 .elementor-element.elementor-element-3d946f6 > .elementor-widget-container{margin:0px 0px 0px -20px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-dbeec48 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-b3321aa > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-b3321aa .c-ip-heading{text-align:left;}.elementor-1541 .elementor-element.elementor-element-31c3412 .c-ip-heading{font-size:13px;}.elementor-1541 .elementor-element.elementor-element-65c5161 .c-ip-heading{font-size:30px;line-height:1.2em;}.elementor-1541 .elementor-element.elementor-element-c1fa360 .c-ip-heading{font-size:13px;}.elementor-1541 .elementor-element.elementor-element-2a5a06f .c-ip-heading{font-size:30px;line-height:1.2em;}.elementor-1541 .elementor-element.elementor-element-4e8dc3b .c-ip-heading{font-size:13px;}.elementor-1541 .elementor-element.elementor-element-0c79c9d{padding:60px 0px 60px 0px;}.elementor-1541 .elementor-element.elementor-element-c11a873 .c-ip-heading{font-size:13px;}.elementor-1541 .elementor-element.elementor-element-d9efac9 .c-ip-heading{font-size:30px;line-height:1.2em;}.elementor-1541 .elementor-element.elementor-element-859aefb .c-ip-heading{font-size:1px;line-height:1.2em;}.elementor-1541 .elementor-element.elementor-element-eded63b > .elementor-widget-container{padding:30px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-eded63b .c-ip-heading{font-size:1px;}.elementor-1541 .elementor-element.elementor-element-7d6e7ad .c-ip-heading{font-size:1px;}.elementor-1541 .elementor-element.elementor-element-435e821 > .elementor-widget-container{margin:0px 0px 17px 0px;padding:15px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-435e821 .c-ip-heading{font-size:24px;}.elementor-1541 .elementor-element.elementor-element-712047f{padding:60px 25px 60px 025px;}.elementor-1541 .elementor-element.elementor-element-81dcbf8 .c-ip-heading{font-size:13px;}.elementor-1541 .elementor-element.elementor-element-2cbd653 .c-ip-heading{font-size:30px;line-height:1.2em;}.elementor-1541 .elementor-element.elementor-element-4e575b9 > .elementor-widget-container{padding:25px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-e0d22b6{padding:60px 0px 60px 0px;}.elementor-1541 .elementor-element.elementor-element-6e09e74 .c-ip-heading{font-size:13px;}.elementor-1541 .elementor-element.elementor-element-b26061e .c-ip-heading{font-size:30px;line-height:1.2em;}.elementor-1541 .elementor-element.elementor-element-b83b29b{padding:60px 25px 60px 025px;}.elementor-1541 .elementor-element.elementor-element-0e97f00 .c-ip-heading{font-size:13px;}.elementor-1541 .elementor-element.elementor-element-a085343 .c-ip-heading{font-size:30px;line-height:1.2em;}.elementor-1541 .elementor-element.elementor-element-96de0e5 > .elementor-widget-container{padding:25px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-af7dfcb{padding:0px 0px 0px 0px;}.elementor-1541 .elementor-element.elementor-element-80f8468 > .elementor-widget-container{margin:0px 0px 25px 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-1541 .elementor-element.elementor-element-498c803{width:50.7%;}.elementor-1541 .elementor-element.elementor-element-c35d23c{width:49.3%;}.elementor-1541 .elementor-element.elementor-element-1752eba{width:42.809%;}.elementor-1541 .elementor-element.elementor-element-8bc13f3{width:57.191%;}.elementor-1541 .elementor-element.elementor-element-a1550ed{width:42.809%;}.elementor-1541 .elementor-element.elementor-element-dbeec48{width:57.191%;}.elementor-1541 .elementor-element.elementor-element-3d4b3f0{width:15.16%;}.elementor-1541 .elementor-element.elementor-element-4182b0b{width:30.98%;}.elementor-1541 .elementor-element.elementor-element-51605e5{width:6.647%;}.elementor-1541 .elementor-element.elementor-element-b5f1f74{width:27.195%;}.elementor-1541 .elementor-element.elementor-element-f266395{width:19.156%;}.elementor-1541 .elementor-element.elementor-element-7034eab{width:80.844%;}.elementor-1541 .elementor-element.elementor-element-310f351{width:69.561%;}.elementor-1541 .elementor-element.elementor-element-ac0cba0{width:30.439%;}.elementor-1541 .elementor-element.elementor-element-b319bf1{width:69.561%;}.elementor-1541 .elementor-element.elementor-element-1814b76{width:30.439%;}}@media(max-width:1169px) and (min-width:768px){.elementor-1541 .elementor-element.elementor-element-310f351{width:100%;}.elementor-1541 .elementor-element.elementor-element-ac0cba0{width:100%;}.elementor-1541 .elementor-element.elementor-element-5968f8b{width:100%;}.elementor-1541 .elementor-element.elementor-element-b319bf1{width:100%;}.elementor-1541 .elementor-element.elementor-element-1814b76{width:100%;}}@media(min-width:1170px){.elementor-1541 .elementor-element.elementor-element-7d0c8de:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-7d0c8de > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}


/* ===== File: 9h6XgVdsNYxL.css ===== */



/* ===== File: BRKgHVXmye9z.css ===== */

/*- Reset tags -*/

:root {
	--ul-li-left:    34px;
	--h1-h6-margin:  60px 0 30px 0;
	--tr-th-padding: 0.5em 1.25em;
}

html {
	line-height:              1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size:   inherit;
	margin:      0;
	padding:     0;
	font-weight: inherit;
}

hr {
	box-sizing: content-box;
	height:     0;
	overflow:   visible;
}

pre {
	font-family: monospace, monospace;
	font-size:   1em;
}

a {
	color:            currentColor;
	background-color: transparent;
}

abbr[title] {
	border-bottom:           none;
	text-decoration:         underline;
	-webkit-text-decoration: underline dotted;
	text-decoration:         underline dotted;
}


b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size:   1em;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea,
.h-input {
	font-family: inherit;
	font-size:   100%;
	line-height: inherit;
	font-weight: inherit;
	color:       inherit;
	margin:      0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button:focus,
input[type=submit]:focus {
	outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding:      0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing:  border-box;
	color:       inherit;
	display:     table;
	max-width:   100%;
	padding:     0; /* 3 */
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding:    0;
}

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset:     -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font:               inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

svg {
	width:  initial;
	height: initial;
	fill:   currentColor;
}

ins {
	text-decoration: none;
}

/*- Default tag's and entry content styles -*/

body {
	color:                     var(--text-color);
	font-family:               var(--font-text);
	background-color:          var(--background-color);
	font-size:                 18px;
	line-height:               1.44;
	-ms-font-feature-settings: normal;
	-ms-word-wrap:             break-word;
	word-wrap:                 break-word;
}

a {
	cursor:          pointer;
	text-decoration: none;
}

a,
li:after,
li:before,
input[type=submit],
button {
	transition: var(--hover-transition);
}

a:hover {
	text-decoration: none;
	outline:         none;
}

*,
*:after,
*:before {
	box-sizing:                  border-box;
	-webkit-font-smoothing:      antialiased;
	-moz-osx-font-smoothing:     grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="file"]:disabled::-webkit-file-upload-button,
button:disabled,
select:disabled,
optgroup:disabled,
option:disabled,
select[disabled] > option {
	color:   inherit;
	opacity: 0.3;
}

button,
input[type=submit],
input[type=search],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
textarea {
	box-shadow:         none;
	-webkit-appearance: none;
	-moz-appearance:    none;
	-o-appearance:      none;
	appearance:         none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height:             16px;
	width:              16px;
	margin-left:        .4em;
	background-image:   var(--reset-image);
	cursor:             pointer;
}

::-moz-selection {
	color:      var(--text-color);
	background: var(--accent-color);
}

::selection {
	color:      var(--text-color);
	background: var(--accent-color);
}

::-moz-placeholder {
	font-style:    normal !important;
	text-overflow: ellipsis;
	color:         var(--text-color-extra-light);
}

:-ms-input-placeholder {
	font-style:    normal !important;
	text-overflow: ellipsis;
	color:         var(--text-color-extra-light);
}

::placeholder {
	font-style:    normal !important;
	text-overflow: ellipsis;
	color:         var(--text-color-extra-light);
}

.h-input,
input[type=search],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
textarea:not(.editor-post-title__input),
select {
	font-size:        16px;
	line-height:      24px;
	color:            var(--text-color);
	border:           solid 1px #dddddd;
	padding:          18px 25px 18px 25px;
	background-color: transparent;
	height:           auto;
	min-width:        0;
	border-radius:    2px;
}

input[type=number] {
	-moz-appearance:    textfield !important;
	-webkit-appearance: none;
	appearance:         none;
}

select {
	-webkit-appearance:  none;
	-moz-appearance:     none;
	appearance:          none;
	background-repeat:   no-repeat;
	background-image:    var(--select-image);
	background-position: right 12px top 50%;
}

.h-input:disabled,
input:disabled,
textarea:disabled,
select:disabled {
	color: var(--text-color-extra-light) !important;
}

.widget input[type=search],
.widget input[type=text],
.widget input[type=password],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=number],
.widget input[type=url],
.widget textarea:not(.editor-post-title__input),
.widget select {
	border-color:     var(--background-color);
	background-color: var(--background-color);
	padding:          10px 15px;
}

.c-vehicle-book__wrap input[type=search],
.c-vehicle-book__wrap input[type=text],
.c-vehicle-book__wrap input[type=password],
.c-vehicle-book__wrap input[type=email],
.c-vehicle-book__wrap input[type=tel],
.c-vehicle-book__wrap input[type=number],
.c-vehicle-book__wrap input[type=url],
.c-vehicle-book__wrap textarea:not(.editor-post-title__input),
.c-vehicle-book__wrap select {
	background-color: var(--background-color);
	padding:          10px 15px;
}

.widget .wpcf7-submit {
	width:            100%;
	background-color: var(--text-color) !important;
}

.widget .wpcf7-spinner {
	display:  block;
	position: absolute;
	left:     50%;
	margin:   5px 0 0 -12px;
}

input[type=search]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
	border-color: var(--text-color-light) !important;
	outline:      none;
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow:      0 0 0 1000px var(--background-color) inset;
	-webkit-text-fill-color: var(--text-color);
	outline:                 1px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin:             0;
}


input[type=radio],
input[type=checkbox] {
	position:           relative !important;
	z-index:            1;
	width:              18px !important;
	height:             18px !important;
	margin:             -0.15rem 7px 0 0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	clear:              none;
	cursor:             pointer;
	outline:            0;
	padding:            0 !important;
	text-align:         center;
	vertical-align:     middle;
	display:            inline-flex !important;
	align-items:        center;
	justify-content:    center;
	font-family:        "theme-icons";
	font-size:          9px;
	line-height:        1;
	color:              currentColor;
	border:             solid 1px #dddddd;

}

input[type=radio]:focus,
input[type=checkbox]:focus {
	border-color: var(--text-color-light);
	outline:      none;
}

input[type=radio] {
	border-radius: 50%;
}

input[type=checkbox] {
	border-radius: 0;
}

input[type=radio]:checked:after {
	content:          '';
	display:          block;
	position:         absolute;
	left:             3px;
	right:            3px;
	top:              3px;
	bottom:           3px;
	background-color: currentColor;
	border-radius:    50%;
}

input[type=checkbox]:checked:after {
	content:  var(--icon-check);
	position: relative;
	width:    12px;
	height:   9px;
}

.post-password-form input {
	margin-top:    5px;
	margin-bottom: 5px;
}

.screen-reader-text {
	display: none;
}

:is(.entry-content, div[class*="-text-editor"]),
.elementor-widget-text-editor {
	position:    relative;
	text-align:  left;
	font-size:   18px;
	line-height: 1.875;
	font-weight: normal;
	color:       var(--text-color-mid);
}

:is(.entry-content, div[class*="-text-editor"]) > *:first-child,
div[class*="-text-editor"] .elementor-widget-container > *:first-child,
div[class*="-text-editor"] .elementor-widget-container > style:first-child + * {
	margin-top: 0 !important;
}

:is(.entry-content, div[class*="-text-editor"]) > *:last-child,
div[class*="-text-editor"] .elementor-widget-container > *:last-child {
	margin-bottom: 0 !important;
}

:is(.entry-content, div[class*="-text-editor"]) iframe {
	max-width: 100%;
	width:     100%;
}

:is(.entry-content, div[class*="-text-editor"]) *.alignfull iframe,
:is(.entry-content, div[class*="-text-editor"]) > *.alignwide iframe,
:is(.entry-content, div[class*="-text-editor"]).entry-content--fullwidth iframe {
	max-width: 100%;
	width:     100%;
}

hr,
:is(.entry-content, div[class*="-text-editor"]) hr {
	display:       block;
	clear:         both;
	margin:        20px auto !important;
	border:        none;
	border-bottom: solid 1px currentColor;
	width:         95px;
}

hr.left,
:is(.entry-content, div[class*="-text-editor"]) hr.left {
	text-align: left;
}

hr.is-style-wide,
:is(.entry-content, div[class*="-text-editor"]) hr.is-style-wide {
	width: 100% !important;
}

hr.is-style-dots,
:is(.entry-content, div[class*="-text-editor"]) hr.is-style-dots {
	width:            100% !important;
	background-image: none !important;
}

:is(.entry-content, div[class*="-text-editor"]) p {
	margin-bottom: 1em;
	margin-top:    1em;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-group.has-background {
	padding:       2rem;
	margin-top:    0;
	margin-bottom: 0;
}

:is(.entry-content, div[class*="-text-editor"]) > *.alignfull + .alignleft {
	margin-top: 1em !important;
}

@media (min-width: 768px) {
	:is(.entry-content, div[class*="-text-editor"]) .wp-block-group.has-background{
		padding:       4rem;
		margin-top:    0;
		margin-bottom: 0;
	}
}

:is(.entry-content, div[class*="-text-editor"]) ul:not([class]) ul,
:is(.entry-content, div[class*="-text-editor"]) ol:not([class]) ol,
:is(.entry-content, div[class*="-text-editor"]) ul:not([class]) ol,
:is(.entry-content, div[class*="-text-editor"]) ol:not([class]) ul {
	margin-top:    5px;
	margin-bottom: 0;
	margin-left:   0;
}

:is(.entry-content, div[class*="-text-editor"]) ul:not([class]){
	list-style: none;
}

:is(.entry-content, div[class*="-text-editor"]) ol:not([class]) {
	list-style: decimal;
}

:is(.entry-content, div[class*="-text-editor"]) ul:not([class]),
:is(.entry-content, div[class*="-text-editor"]) ol:not([class]){
	padding: 0 0 0 var(--ul-li-left);
	margin:  0 0 1.5em 0;
}

:is(.entry-content, div[class*="-text-editor"]) ul:not([class]) li,
:is(.entry-content, div[class*="-text-editor"]) ol:not([class]) li {
	margin-bottom: 5px;
}

:is(.entry-content, div[class*="-text-editor"]) ul:not([class]) ul,
:is(.entry-content, div[class*="-text-editor"]) ol:not([class]) ol,
:is(.entry-content, div[class*="-text-editor"]) ul:not([class]) ol,
:is(.entry-content, div[class*="-text-editor"]) ol:not([class]) ul {
	margin-bottom: 0;
}

:is(.entry-content, div[class*="-text-editor"]) ul.children,
:is(.entry-content, div[class*="-text-editor"]) ol.children {
	margin-bottom: 0;
}

:is(.entry-content, div[class*="-text-editor"]) ul.is-grid,
:is(.entry-content, div[class*="-text-editor"]) ol.is-grid {
	margin-right: -25px;
}

:is(.entry-content, div[class*="-text-editor"]) ul.is-grid > li,
:is(.entry-content, div[class*="-text-editor"]) ol.is-grid > li {
	padding-right: 25px;
}


:is(.entry-content, div[class*="-text-editor"]) ul:not([class]) > li {
	position: relative;
}

:is(.entry-content, div[class*="-text-editor"]) ul:not([class]) > li:before {
	position:       absolute;
	color:          var(--accent-color);
	content:        var(--icon-li);
	display:        inline-block;
	font-family:    "theme-icons";
	font-style:     normal;
	font-weight:    normal;
	font-variant:   normal;
	text-transform: none;
	line-height:    1px !important;
	margin-right:   16px;
	top:            1em;
	speak:          none;
	left:           calc(0px - var(--ul-li-left));
}

:is(.entry-content, div[class*="-text-editor"]) dt{
	font-weight: bold;
}

:is(.entry-content, div[class*="-text-editor"]) dd{
	margin: 0 1.5em 1.5em;
}

:is(.entry-content, div[class*="-text-editor"]) b,
:is(.entry-content, div[class*="-text-editor"]) strong{
	font-weight: 700;
}

:is(.entry-content, div[class*="-text-editor"]) dfn,
:is(.entry-content, div[class*="-text-editor"]) cite{
	font-style: italic;
}

:is(.entry-content, div[class*="-text-editor"]) cite{
	font-size:   14px;
	font-weight: normal;
}

.wp-block-quote.is-large cite {
	font-size: 16px;
}

:is(.entry-content, div[class*="-text-editor"]) address {
	margin: 0 0 1.5em;
}

:is(.entry-content, div[class*="-text-editor"]) pre {
	font-family:      "Courier 10 Pitch", Courier, monospace;
	line-height:      1.6;
	margin-bottom:    1.6em;
	padding:          1.6em;
	overflow:         auto;
	max-width:        100%;
	background-color: var(--background-color);
}

:is(.entry-content, div[class*="-text-editor"]) code,
:is(.entry-content, div[class*="-text-editor"]) kbd,
:is(.entry-content, div[class*="-text-editor"]) tt,
:is(.entry-content, div[class*="-text-editor"]) var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

:is(.entry-content, div[class*="-text-editor"]) abbr,
:is(.entry-content, div[class*="-text-editor"]) acronym {
	border-bottom: 1px dotted #666;
	cursor:        help;
}

:is(.entry-content, div[class*="-text-editor"]) mark,
:is(.entry-content, div[class*="-text-editor"]) ins {
	background:      #fff9c0;
	text-decoration: none;
}

:is(.entry-content, div[class*="-text-editor"]) sup,
:is(.entry-content, div[class*="-text-editor"]) sub {
	font-size:      75%;
	height:         0;
	line-height:    0;
	position:       relative;
	vertical-align: baseline;
}

:is(.entry-content, div[class*="-text-editor"]) sup {
	bottom: 1ex;
}

:is(.entry-content, div[class*="-text-editor"]) sub{
	top: .5ex;
}

:is(.entry-content, div[class*="-text-editor"]) small {
	font-size: 75%;
}

:is(.entry-content, div[class*="-text-editor"]) big {
	font-size: 125%;
}

.comment-content {
	position: relative;
	overflow: hidden;
}

:is(.entry-content, div[class*="-text-editor"]) table,
.comment-content table {
	border-right:   1px solid #d9d9d9;
	border-bottom:  1px solid #d9d9d9;
	margin:         0 0 2.083em 0;
	text-align:     left;
	width:          100%;
	border-spacing: 0;
}

:is(.entry-content, div[class*="-text-editor"]) table.has-fixed-layout {
	border: none;
}

:is(.entry-content, div[class*="-text-editor"]) tr th,
:is(.entry-content, div[class*="-text-editor"]) thead th,
.comment-content tr th,
.comment-content thead th {
	border-left: 1px solid #d9d9d9;
	border-top:  1px solid #d9d9d9;
	font-weight: bold;
	padding:     var(--tr-th-padding);
}

:is(.entry-content, div[class*="-text-editor"]) .is-style-stripes,
.comment-content .is-style-stripes {
	border: none;
}

:is(.entry-content, div[class*="-text-editor"]) tr td,
.comment-content tr td {
	border-left: 1px solid #d9d9d9;
	border-top:  1px solid #d9d9d9;
	padding:     0.5em 1.25em;
}

:is(.entry-content, div[class*="-text-editor"]) tr.odd td,
.comment-content tr.odd td {
	background-color: var(--background-color);
}

:is(.entry-content, div[class*="-text-editor"]) textarea {
	width: 100%;
}

:is(.entry-content, div[class*="-text-editor"]) a:not([class]) {
	text-decoration:         underline;
	text-underline-position: under;
}

:is(.entry-content, div[class*="-text-editor"]) .has-large-font-size a:not([class]) {
	text-underline-position: auto;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-button {
	margin-bottom: 20px;
}

:is(.entry-content, div[class*="-text-editor"]) .has-large-font-size {
	font-size: 25px;
}

:is(.entry-content, div[class*="-text-editor"]) button:not(.h-cb):not([aria-controls]),
:is(.entry-content, div[class*="-text-editor"]) input[type=submit]:not(.h-cb),
:is(.entry-content, div[class*="-text-editor"]) .wp-block-button__link {
	display:            inline-block;
	flex:               1 1 auto;
	position:           relative;
	font-size:          18px;
	line-height:        1.2;
	font-weight:        bold;
	text-align:         center;
	text-transform:     uppercase;
	outline:            none;
	border:             none;
	text-decoration:    none !important;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	cursor:             pointer;
	color:              white;
	background-color:   var(--accent-color);
	padding:            20px 40px;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 31px;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

:is(.entry-content, div[class*="-text-editor"]) .is-style-outline .wp-block-button__link {
	color:            var(--text-color);
	border:           solid 1px #dddddd;
	background-color: white;
}

:is(.entry-content, div[class*="-text-editor"]) .post-tags a,
:is(.entry-content, div[class*="-text-editor"]) .post-tags a:hover{
	text-decoration: none;
}

:is(.entry-content, div[class*="-text-editor"]) h1,
:is(.entry-content, div[class*="-text-editor"]) h2,
:is(.entry-content, div[class*="-text-editor"]) h3,
:is(.entry-content, div[class*="-text-editor"]) h4,
:is(.entry-content, div[class*="-text-editor"]) h5,
:is(.entry-content, div[class*="-text-editor"]) h6 {
	color:           var(--text-color);
	margin:          var(--h1-h6-margin);
	-webkit-hyphens: auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height:     1.2;
	font-weight:     bold;
}

:is(.entry-content, div[class*="-text-editor"]) h1{
	font-size: 52px;
}

:is(.entry-content, div[class*="-text-editor"]) h2 {
	font-size: 40px;
}

:is(.entry-content, div[class*="-text-editor"]) h3 {
	font-size: 30px;
}

:is(.entry-content, div[class*="-text-editor"]) h4 {
	font-size: 24px;
}

:is(.entry-content, div[class*="-text-editor"]) h5 {
	font-size: 20px;
}

:is(.entry-content, div[class*="-text-editor"]) h6 {
	font-size:     18px;
	line-height:   22px;
	margin-bottom: 25px;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-column > :first-child {
	margin-top: 0 !important;
}

:is(.entry-content, div[class*="-text-editor"]) blockquote,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-quote,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-column blockquote,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-column .wp-block-quote {
	color:           var(--text-color);
	font-weight:     500;
	font-size:       24px;
	line-height:     1.5;
	margin:          55px 0 !important;
	padding:         0 0 0 82px !important;
	border:          none !important;
	text-transform:  none;
	position:        relative;
	text-align:      left;
	box-shadow:      none !important;
	-webkit-hyphens: auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
}

:is(.entry-content, div[class*="-text-editor"]) blockquote:before,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-quote:before,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-column blockquote:before,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-column .wp-block-quote:before{
	content:        var(--icon-quote);
	display:        block;
	position:       absolute;
	left:           0;
	top:            9px;
	font-family:    "theme-icons";
	font-style:     normal;
	font-weight:    normal;
	font-variant:   normal;
	text-transform: none;
	font-size:      19px;
	line-height:    1;
	speak:          none;
}

:is(.entry-content, div[class*="-text-editor"]) blockquote:after,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-quote:after,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-column blockquote:after,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-column .wp-block-quote:after{
	content:          '';
	display:          block;
	position:         absolute;
	left:             51px;
	top:              9px;
	bottom:           0;
	width:            5px;
	background-color: var(--accent-color);
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-quote.is-style-large p,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-quote.is-large p {
	font-size:   inherit;
	font-style:  normal;
	line-height: inherit;
}

:is(.entry-content, div[class*="-text-editor"]) blockquote cite{
	text-align:  inherit !important;
	display:     block !important;
	margin-top:  0 !important;
	font-size:   14px !important;
	line-height: 14px !important;
	font-weight: 400 !important;
	font-style:  normal !important;
	color:       var(--text-color-light);
}

:is(.entry-content, div[class*="-text-editor"]) blockquote cite br{
	display: none;
}

:is(.entry-content, div[class*="-text-editor"]) blockquote cite:before {
	content: '--- ';
}

:is(.entry-content, div[class*="-text-editor"]) blockquote p:last-child{
	margin-bottom: 0;
}

:is(.entry-content, div[class*="-text-editor"]) blockquote p:first-child{
	margin-top: 0;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-caption{
	max-width: 100%;
}

:is(.entry-content, div[class*="-text-editor"]) img{
	display:   inline-block;
	max-width: 100% !important;
	height:    auto;
}


:is(.entry-content, div[class*="-text-editor"]) .wp-block-embed__wrapper{
	position: relative;
	width:    100%;
}

:is(.entry-content, div[class*="-text-editor"]) figure:not(.gallery-item):not(.wp-block-gallery):not(.wp-block-table),
:is(.entry-content, div[class*="-text-editor"]) .wp-caption,
:is(.entry-content, div[class*="-text-editor"]) .wp-caption-overlay .wp-caption{
	border:         0;
	margin:         0 0 25px 0;
	padding:        0;
	overflow:       hidden;
	position:       relative;
	max-width:      100%;
	display:        flex;
	flex-direction: column;
	align-items:    center;
}

:is(.entry-content, div[class*="-text-editor"]) figure.wp-block-table{
	border:    0;
	margin:    0 0 25px 0;
	padding:   0;
	overflow:  hidden;
	position:  relative;
	max-width: 100%;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-image figcaption,
:is(.entry-content, div[class*="-text-editor"]) figure figcaption:not(.gallery-caption){
	flex:        0 0 auto;
	width:       100%;
	text-align:  center;
	padding:     6px 10px 15px 10px;
	margin:      0;
	font-size:   14px;
	font-weight: 500;
	line-height: 1.2;
}


:is(.entry-content, div[class*="-text-editor"]) .gallery{
	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	margin:          -25px -15px;
	padding-bottom:  65px;
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-columns-1 .gallery-item{
	flex: 0 0 100%;
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-columns-2 .gallery-item{
	flex: 0 0 50%;
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-columns-3 .gallery-item{
	flex: 0 0 calc(100% / 3);
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-columns-4 .gallery-item{
	flex: 0 0 25%;
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-columns-5 .gallery-item{
	flex: 0 0 20%;
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-columns-6 .gallery-item{
	flex: 0 0 calc(100% / 6);
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-columns-7 .gallery-item{
	flex: 0 0 calc(100% / 7);
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-columns-8 .gallery-item{
	flex: 0 0 calc(100% / 8);
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-columns-9 .gallery-item{
	flex: 0 0 calc(100% / 9);
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-item{
	margin:     0;
	padding:    25px 15px;
	text-align: center;
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-item img{
	max-width: 100%;
	height:    auto;
}

:is(.entry-content, div[class*="-text-editor"]) .gallery-caption{
	padding-top:     10px;
	font-size:       12px;
	line-height:     1.2;
	display:         block;
	max-width:       300px;
	margin-left:     auto;
	margin-right:    auto;
	-webkit-hyphens: auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
}

:is(.entry-content, div[class*="-text-editor"]) a img{
	text-decoration: none;
	border-bottom:   none;
}

.wp-block-cover {
	margin-bottom: 20px;
}

.wp-block-archives {
	margin-bottom: 20px;
}

.wp-block-cover__inner-container {
	font-weight: normal;
}

.wp-calendar-table caption {
	font-weight:   500;
	margin-bottom: 10px;
}

.wp-calendar-table {
	margin-bottom: 10px !important;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-cover-image .wp-block-cover-image-text,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-cover-image .wp-block-cover-text,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-cover-image h2,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-cover .wp-block-cover-image-text,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-cover .wp-block-cover-text,
:is(.entry-content, div[class*="-text-editor"]) .wp-block-cover h2 {
	color: #fff;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-search input {
	flex: 1 1;
}

:is(.entry-content, div[class*="-text-editor"]) .wp-block-search button {
	flex: 0 0 auto !important;
}


@media (min-width: 600px) {
	:is(.entry-content, div[class*="-text-editor"]) .wp-block-columns{
		flex-wrap: nowrap;
	}
}

.alignleft {
	float:  left;
	margin: 0 20px 20px 0 !important;
}

.alignright {
	float:  right;
	margin: 0 0 20px 20px !important;;
}

@media (min-width: 768px) {
	:is(.entry-content, div[class*="-text-editor"]) .wp-block-gallery.alignleft,
	:is(.entry-content, div[class*="-text-editor"]) .wp-block-gallery.alignright,
	:is(.entry-content, div[class*="-text-editor"]) .blocks-gallery-grid.alignleft,
	:is(.entry-content, div[class*="-text-editor"]) .blocks-gallery-grid.alignright {
		max-width: 50%;
	}
}

.aligncenter {
	clear:      both;
	text-align: center;
	margin:     0 auto 20px auto !important;;
}

img.aligncenter {
	display: block !important;
}

.wp-caption {
	font-size: 90%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone {
	margin-bottom: 15px;
}

.wp-caption-text {
	text-align: center;
	font-size:  90%;
}

.gallery-caption {
	font-size: 1.2rem;
}

.bypostauthor .author-name:before {
	content:          '';
	display:          block;
	position:         absolute;
	left:             -10px;
	right:            -10px;
	top:              -3px;
	bottom:           -3px;
	z-index:          -1;
	border-radius:    3px;
	background-color: var(--background-color);
}

.editor-block-list__block,
.editor-post-title__block,
.editor-default-block-appender {
	max-width: 750px !important;
}

.wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0 !important;
}

.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
	margin-top:    0 !important;
	margin-bottom: 0 !important;;
}

/*--  (Desktop) --*/
@media (min-width: 1170px) {
	:is(.entry-content, div[class*="-text-editor"]) button:not(.h-cb):not([aria-controls]):hover,
	:is(.entry-content, div[class*="-text-editor"]) input[type=submit]:not(.h-cb):hover,
	:is(.entry-content, div[class*="-text-editor"]) .wp-block-button__link:hover{
		background-color: var(--text-color) !important;
	}

	:is(.entry-content, div[class*="-text-editor"]) .is-style-outline .wp-block-button__link:hover{
		background-color: var(--text-color);
		border-color:     var(--text-color);
		color:            white;
	}
}

/*--  (Mobile) --*/
@media (max-width: 1169px) {

	:is(.entry-content, div[class*="-text-editor"]) .wp-block-pullquote.is-style-solid-color blockquote p{
		font-size: 20px;
	}

	:is(.entry-content, div[class*="-text-editor"]) .has-drop-cap:not(:focus)::first-letter{
		font-size: 4.4em;
	}

	:is(.entry-content, div[class*="-text-editor"]) h1{
		font-size: calc(32px + (20 * ((100vw - 320px) / (1169 - 320))));
	}

	:is(.entry-content, div[class*="-text-editor"]) h2{
		font-size: calc(26px + (14 * ((100vw - 320px) / (1169 - 320))));
	}

	:is(.entry-content, div[class*="-text-editor"]) h3{
		font-size: calc(22px + (8 * ((100vw - 320px) / (1169 - 320))));
	}

	:is(.entry-content, div[class*="-text-editor"]) h4{
		font-size: calc(20px + (4 * ((100vw - 320px) / (1169 - 320))));
	}

	:is(.entry-content, div[class*="-text-editor"]) h5{
		font-size: calc(18px + (2 * ((100vw - 320px) / (1169 - 320))));
	}

	:is(.entry-content, div[class*="-text-editor"]) h6{
		font-size:     18px;
		line-height:   22px;
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	:root {
		--ul-li-left:    25px;
		--h1-h6-margin:  40px 0 20px 0;
		--tr-th-padding: 0.5em;
	}

	:is(.entry-content, div[class*="-text-editor"]),
	.elementor-widget-text-editor {
		font-size:   15px;
		font-weight: normal;
	}

	:is(.entry-content, div[class*="-text-editor"]) blockquote,
	:is(.entry-content, div[class*="-text-editor"]) .wp-block-quote,
	:is(.entry-content, div[class*="-text-editor"]) .wp-block-column blockquote,
	:is(.entry-content, div[class*="-text-editor"]) .wp-block-column .wp-block-quote {
		padding-right: 0 !important;
		font-size:     18px;
		line-height:   36px;
	}
}

@media (max-width: 530px) {
	.post-password-form input {
		width: 100%;
	}
}



/* ===== File: NyFSBuSMtk86.css ===== */

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}



/* ===== File: OWZcCtGF9Vq7.css ===== */

/*! elementor - v3.32.0 - 21-10-2025 */
.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}


/* ===== File: ROF5J9ngCMms.css ===== */




/* ===== File: XDMlfpWJqLTf.css ===== */

.elementor-kit-10{--e-global-color-primary:#222222;--e-global-color-secondary:#FFFFFF;--e-global-color-text:rgb(118, 118, 118);--e-global-color-accent:#edb509;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1169px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1169px;}.e-con{--container-max-width:1169px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}.e-con{--container-max-width:768px;}}


/* ===== File: eisIY4yi5mzm.css ===== */

:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1169px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1169px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1169px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1169px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1170px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1170px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1169px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1169px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1169px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1170px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop"}}@media (max-width:-1){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1169px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1169px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1169px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1170px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}


/* ===== File: epRy57n07lDt.css ===== */

@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}


/* ===== File: kQZuT2Yie9Lj.css ===== */

/*! elementor - v3.32.0 - 21-10-2025 */
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}


/* ===== File: r0qlRa4p78D1.css ===== */

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1169px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}


/* ===== File: r91KIgyrWj7m.css ===== */

@font-face {
	font-family: "icons"; 
src: url("../fonts/uPCWGnbhb1ZM.eot");
src:url("../fonts/uPCWGnbhb1ZM.eot#iefix") format("embedded-opentype"),
url("../fonts/CjX1EoUBxMws.woff") format("woff2"),
url("../fonts/CjX1EoUBxMws.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

i[class^="fi-bd21"], [class*=" fi-bd21"] {
	display: inline-block;
	
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "icons";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	speak: none;
}



i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
    content: "\f101";
}
.icon-circle-solid:before {
    content: "\f102";
}
.icon-decor-left:before {
    content: "\f103";
}
.icon-derrick:before {
    content: "\f104";
}
.icon-icon-1:before {
    content: "\f105";
}
.icon-icon-10:before {
    content: "\f106";
}
.icon-icon-11:before {
    content: "\f107";
}
.icon-icon-12:before {
    content: "\f108";
}
.icon-icon-13:before {
    content: "\f109";
}
.icon-icon-14:before {
    content: "\f10a";
}
.icon-icon-15:before {
    content: "\f10b";
}
.icon-icon-16:before {
    content: "\f10c";
}
.icon-icon-17:before {
    content: "\f10d";
}
.icon-icon-2:before {
    content: "\f10e";
}
.icon-icon-3:before {
    content: "\f10f";
}
.icon-icon-4:before {
    content: "\f110";
}
.icon-icon-5:before {
    content: "\f111";
}
.icon-icon-6:before {
    content: "\f112";
}
.icon-icon-7:before {
    content: "\f113";
}
.icon-icon-8:before {
    content: "\f114";
}
.icon-icon-9:before {
    content: "\f115";
}
.icon-location:before {
    content: "\f116";
}
.icon-phone-volume-solid:before {
    content: "\f117";
}
.icon-tick:before {
    content: "\f118";
}
.icon-truck:before {
    content: "\f119";
}

.fi-bd21-calendar:before {
content: "\F101";
}

.fi-bd21-circle-solid:before {
content: "\F102";
}

.fi-bd21-decor-left:before {
content: "\F103";
}

.fi-bd21-derrick:before {
content: "\F104";
}

.fi-bd21-icon-1:before {
content: "\F105";
}

.fi-bd21-icon-10:before {
content: "\F106";
}

.fi-bd21-icon-11:before {
content: "\F107";
}

.fi-bd21-icon-12:before {
content: "\F108";
}

.fi-bd21-icon-13:before {
content: "\F109";
}

.fi-bd21-icon-14:before {
content: "\F10A";
}

.fi-bd21-icon-15:before {
content: "\F10B";
}

.fi-bd21-icon-16:before {
content: "\F10C";
}

.fi-bd21-icon-17:before {
content: "\F10D";
}

.fi-bd21-icon-2:before {
content: "\F10E";
}

.fi-bd21-icon-3:before {
content: "\F10F";
}

.fi-bd21-icon-4:before {
content: "\F110";
}

.fi-bd21-icon-5:before {
content: "\F111";
}

.fi-bd21-icon-6:before {
content: "\F112";
}

.fi-bd21-icon-7:before {
content: "\F113";
}

.fi-bd21-icon-8:before {
content: "\F114";
}

.fi-bd21-icon-9:before {
content: "\F115";
}

.fi-bd21-location:before {
content: "\F116";
}

.fi-bd21-phone-volume-solid:before {
content: "\F117";
}

.fi-bd21-tick:before {
content: "\F118";
}

.fi-bd21-truck:before {
content: "\F119";
}



/* ===== File: xxoaCY8j5xDL.css ===== */

/*! elementor - v3.32.0 - 21-10-2025 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}


/* ===== File: zp5wwsM8DtA5.css ===== */

/*! elementor - v3.32.0 - 21-10-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}

