/*!
 * WPR Link Animations
 * Version: 1.0
 * Author: WP Royal
 * Author URL: https://royal-elementor-addons.com/

 * WPR Animations Copyright WP Royal 2020.
 */

.wpr-pointer-item {
	position: relative;
}

.wpr-pointer-double-line .wpr-pointer-item:before,
.wpr-pointer-double-line .wpr-pointer-item:after,
.wpr-pointer-underline .wpr-pointer-item:after,
.wpr-pointer-overline .wpr-pointer-item:before {
	content: '';
	display: block;
	height: 0px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
}


.wpr-pointer-fx-none .wpr-pointer-item:before,
.wpr-pointer-fx-none .wpr-pointer-item:after {
	opacity: 0;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.wpr-pointer-fx-none .wpr-pointer-item:hover:before,
.wpr-pointer-fx-none .wpr-pointer-item:hover:after {
	opacity: 1;
}

.wpr-pointer-fx-fade .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:after,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:after,
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:after {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:hover:before,
.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:hover:after {
	opacity: 1;
}

.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:after {
	width: 0;
	-webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
	-o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
	transition: all .3s cubic-bezier(.175,.885,.32,1.075);
}

.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:hover:before,
.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:hover:after {
	width: 100%;
}

.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:after {
	position: absolute;
	width: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	-webkit-transition: all .3s cubic-bezier(0, 0, 0.16, 0.95);
	-o-transition: all .3s cubic-bezier(0, 0, 0.16, 0.95);
	-webkit-transition: all .3s ease(0, 0, 0.16, 0.95);
	-o-transition: all .3s ease(0, 0, 0.16, 0.95);
	transition: all .3s ease(0, 0, 0.16, 0.95);
}

.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:after {
	opacity: 1;
	width: 100%;
}

.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:before {
	position: absolute;
	top: -10px;
}

.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:hover:before {
	top: 0;
	opacity: 1;
}

.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:after {
	position: absolute;
	bottom: -10px;
}

.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:hover:after {
	bottom: 0;
	opacity: 1;
}

.wpr-pointer-border-fx .wpr-pointer-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	border: 2px solid #000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wpr-pointer-border-fx .wpr-pointer-item:hover:before {
	opacity: 1;
}

.wpr-pointer-border-fx.wpr-pointer-fx-grow .wpr-pointer-item:before,
.wpr-pointer-background-fx.wpr-pointer-fx-grow .wpr-pointer-item:before {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.wpr-pointer-border-fx.wpr-pointer-fx-shrink .wpr-pointer-item:before,
.wpr-pointer-background-fx.wpr-pointer-fx-shrink .wpr-pointer-item:before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.wpr-pointer-border-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,
.wpr-pointer-border-fx.wpr-pointer-fx-shrink .wpr-pointer-item:hover:before,
.wpr-pointer-background-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,
.wpr-pointer-background-fx.wpr-pointer-fx-shrink .wpr-pointer-item:hover:before,
.wpr-pointer-background-fx.wpr-pointer-fx-sweep .wpr-pointer-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.wpr-pointer-background-fx .wpr-pointer-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	background: #000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wpr-pointer-background-fx .wpr-pointer-item:hover:before {
	opacity: 1;
}

.wpr-pointer-background-fx.wpr-pointer-fx-sweep .wpr-pointer-item:before {
	-webkit-transform: translateY(-12%);
	    -ms-transform: translateY(-12%);
	        transform: translateY(-12%);
}

.wpr-pointer-background-fx.wpr-pointer-fx-skew .wpr-pointer-item:before {
	-webkit-transform: perspective(600px) rotateX(90deg);
	transform: perspective(600px) rotateX(90deg);
	-webkit-transform-origin: center bottom 0;
	-ms-transform-origin: center bottom 0;
	    transform-origin: center bottom 0;
}

.wpr-pointer-background-fx.wpr-pointer-fx-skew .wpr-pointer-item:hover:before {
	-webkit-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
}.bpa-front-tabs,.bpa-appointment-cancellation_container{--bpa-pt-main-green:#E83030 !important;--bpa-pt-main-green-darker:#E83030 !important;--bpa-pt-main-green-alpha-12:#E830301F !important}.bpa-front-tabs .bpa-front-tab-menu,.bpa-front-tabs .bpa-front-default-card,.bpa-full-container-loader,.bpa-front-tabs .bpa-front-tabs--foot,.bpa-front-data-empty-view,.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown,.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-list,.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item .bpa-front-si-card--checkmark-icon,.bpa-front-thankyou-module-container,.bpa-front-cancel-module-container,.bpa-front--dt__calendar .vc-nav-popover-container{background-color:#fff!important}.bpa-front-data-empty-view .bpa-front-dev__form-bg,.bpa-front__no-timeslots-body svg .bpa-front-dev__form-bg{fill:#fff!important}.bpa-front-form-control .el-textarea__inner::placeholder,.bpa-front-form-control input::placeholder,.bpa-front-form-control--file-upload .bpa-fu__placeholder,.el-date-picker__time-header .el-input .el-input__inner::placeholder{color:rgb(232 48 48 / .75)!important}.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown:hover,.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-item.highlighted,.bpa-front-toast-notification.--bpa-error,.bpa-front-toast-notification.--bpa-success,.bpa-front-thankyou-module-container .bpa-front-cc__error-toast-notification{background-color:#f4f7fb!important}.bpa-front-loader-cl-primary,.bpa-front-data-empty-view .bpa-front-dev__primary-bg,.bpa-front__no-timeslots-body svg .bpa-front-dev__primary-bg{fill:#E83030!important}.bpa-front-data-empty-view .bpa-front-dev__primary-bg,.bpa-front__no-timeslots-body svg .bpa-front-dev__primary-bg{stroke:#E83030!important}.bpa-front-thankyou-module-container .bpa-front-tmc__head .bpa-front-tmc__vector--confirmation .bpa-front-vc__bg,.bpa-front-data-empty-view .bpa-front-dev__panel-bg,.bpa-front__no-timeslots-body svg .bpa-front-dev__panel-bg{fill:#f4f7fb!important}.bpa-front-module--atc-wrapper .bpa-front-btn:hover{border-color:#E83030!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu,.bpa-front-default-card,.bpa-front-module--service-item .bpa-front-si-card,.bpa-front--dt__time-slots,.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item,.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag,.bpa-front-tabs--foot,.bpa-front--dt__calendar .vc-container,.bpa-front--dt__calendar .vc-header,.bpa-front--dt__calendar .vc-day,.bpa-front-form-control input,.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details,.bpa-front-form-control.--bpa-country-dropdown,.bpa-front-form-control .el-textarea__inner,.bpa-front-form-control--v-date-picker .el-input__inner,.el-date-picker__time-header .el-input .el-input__inner,.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item,.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-icon,.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-list,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item.--bpa-is-dpm-total-item,.bpa-fm--bs__deposit-payment-module,.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-fm--bs__coupon-module-textbox,.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item,.bpa-front-thankyou-module-container,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item,.bpa-front-module--add-to-calendar,.bpa-front-module--atc-wrapper .bpa-front-btn,.bpa-cp-ls__tab-menu .bpa-tm__item .bpa-tm__item-icon,.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown,.bpa-front-form-control input:focus,.bpa-front-form-control .el-textarea__inner:focus,.el-date-picker__time-header .el-input .el-input__inner:focus,.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn,.bpa-front-module--service-items-row .bpa-front-module--service-item,.bpa-custom-datepicker .el-date-picker__header--bordered,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left .bpa-front-si__default-img,.bpa-fm__booking-summary-v47 .bpa-front-module--bs-customer-detail,.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item.__bpa-is-disabled:hover,.bpa-front--dt__calendar .vc-nav-popover-container,.bpa-front--dt__calendar .vc-nav-items .vc-nav-item:hover,.bpa-front-form-control--checkbox .el-checkbox__inner:hover,.bpa-front-form-control--checkbox .el-checkbox__inner{border-color:#CFD6E5!important}.bpa-front-module--service-item.__bpa-is-selected .bpa-front-si-card,.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag.__bpa-is-active,.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag:hover,.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item:hover,.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-icon,.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item.__bpa-is-selected,.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item.__is-selected,.bpa-front-form-control--checkbox .el-checkbox__input.is-checked .el-checkbox__inner,.bpa-front-form-control--checkbox .el-checkbox__inner:hover,.el-radio__input.is-checked .el-radio__inner,.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item.__bpa-is-selected{border-color:#E83030!important}.bpa-front--dt__calendar .vc-day .vc-day-content.is-disabled{background-color:rgb(207 214 229 / .1)!important}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item.__bpa-is-disabled{background-color:rgb(207 214 229 / .1)!important}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item.__bpa-is-disabled:hover{background-color:rgb(207 214 229 / .1)!important}.bpa-front-tabs .bpa-front-module-heading,.bpa-front-tabs .bpa-front--dt__calendar .vc-weeks .vc-weekday,.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item span,.bpa-front-tabs .bpa-front-form-control input,.bpa-front-tabs .bpa-front-form-control .el-textarea__inner,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-head p,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p,.bpa-front-tabs .el-form-item__label .bpa-front-form-label,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .--bpa-is-desc,.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item p,.bpa-front-tabs .bpa-front-tab-menu .bpa-front-tab-menu--item,.el-form-item__error,.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag,.bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p strong,.bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading,.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span,.bpa-front-module--bs-amount-details .bpa-fm--bs-amount-item .bpa-front-total-payment-amount-label,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-front-module--bs-ad--price,.bpa-front-tabs .bpa-front--dt__calendar .vc-title,.bpa-front-tabs--foot .bpa-front-btn,.bpa-front-form-control.--bpa-country-dropdown.vue-tel-input strong,.bpa-front-tmc__booking-id .bpa-front-bi__label,.bpa-front-tmc__booking-id .bpa-front-bi__val,.bpa-front-tmc__head .bpa-front-tmc__title,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__label,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__val,.bpa-front-module--add-to-calendar .bpa-fm--atc__heading,.bpa-front-tmc__head p,.bpa-front-data-empty-view .bpa-front-dev__title,.bpa-front-form-control input::placeholder,.bpa-front-form-control .el-textarea__inner::placeholder,.bpa-front-form-control--file-upload .bpa-fu__placeholder,.bpa-custom-datepicker .el-year-table td .cell,.bpa-custom-datepicker .el-month-table td .cell,.bpa-front--dt__calendar .vc-nav-title,.bpa-front--dt__calendar .vc-nav-items .vc-nav-item,.bpa-front-thankyou-module-container .bpa-front-cc__error-toast-notification,.bpa-front__no-timeslots-body .bpa-front-ntb__val,.bpa-front-module--note-desc,.bpa-front-refund-confirmation-content .bpa-front-rcc__body .bpa-front-rcc__empty-msg,.bpa-front--dt__calendar .vc-day .vc-day-content,.bpa-front-form-control--checkbox .el-checkbox__label{font-family:Montserrat!important}.bpa-front-ci-pill.__bpa-is-active .bpa-front-ci-item-title,.bpa-front-tabs .bpa-front-form-control input,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val,.bpa-front-tabs .bpa-front-form-control .el-textarea__inner,.bpa-front-tabs .bpa-front-module-heading,.bpa-front-module--bs-amount-details .bpa-fm--bs-amount-item .bpa-front-total-payment-amount-label,.bpa-front-tmc__booking-id .bpa-front-bi__val,.bpa-front-tmc__head .bpa-front-tmc__title,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__val,.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-item.highlighted strong,.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-item.highlighted span,.bpa-custom-datepicker .el-year-table td .cell,.bpa-custom-datepicker .el-month-table td .cell{color:#202C45!important}.bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p strong,.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading,.bpa-front-tabs .bpa-front--dt__calendar .vc-title,.bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .--bpa-is-desc,.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item span,.bpa-front--dt__ts-sm-back-btn label,.bpa-front-tabs .el-form-item__label span,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span,.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item p,.bpa-front-tabs--vertical-left .bpa-front-tab-menu a,.bpa-front-tabs .bpa-front--dt__calendar .vc-weeks .vc-weekday,.bpa-front-tabs--foot .bpa-front-btn.bpa-front-btn--borderless,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__label,.bpa-front-thankyou-module-container button.bpa-front-btn:not(:hover):not(:active):not(.has-text-color),.bpa-front-thankyou-module-container .bpa-front-module--atc__item a.bpa-front-btn:not(:hover):not(:active):not(.has-text-color),.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-item strong,.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-item span,.bpa-front--dt__calendar .vc-nav-title,.bpa-front--dt__calendar .vc-nav-title:hover,.bpa-front--dt__calendar .vc-nav-items .vc-nav-item:hover,.bpa-front__no-timeslots-body .bpa-front-ntb__val,.bpa-front-refund-confirmation-content .bpa-front-rcc__body .bpa-front-rcc__empty-msg,.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item::before{color:#12161F!important}.bpa-front-tabs--foot .bpa-front-btn.bpa-front-btn--borderless,.bpa-front--dt__calendar .vc-arrows-container .vc-svg-icon path,.bpa-front--dt__calendar .vc-nav-header .vc-nav-arrow .vc-svg-icon path{fill:#12161F!important}.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-head p,.bpa-front-tabs--vertical-left .bpa-front-tab-menu a span,.bpa-front-tabs .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:hover,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p,.bpa-front-tmc__booking-id .bpa-front-bi__label,.bpa-front-tmc__head,.bpa-front-tmc__head p,.bpa-front-module--add-to-calendar .bpa-fm--atc__heading,.bpa-front-module--atc-wrapper .bpa-front-btn:hover,.bpa-front-data-empty-view .bpa-front-dev__title,.bpa-front-tabs .bpa-front--dt__calendar .vc-day .vc-day-content,.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag,.bpa-front--dt__calendar .vc-nav-items .vc-nav-item,.bpa-front-module--note-desc,.bpa-front--dt__calendar .vc-day.is-today .vc-day-content.is-disabled,.bpa-front-form-control--checkbox .el-checkbox__label{color:#E83030!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-icon svg,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left .bpa-front-si__default-img svg{fill:#E83030!important}.bpa-front-tabs--foot .bpa-front-btn--primary span,.bpa-front-tabs--foot .bpa-front-btn--primary strong,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p strong.--is-service-price,.bpa-front-tabs .bpa-front--dt__calendar .vc-day.is-today .vc-highlights+.bpa_day-select .vc-day-content,.bpa-front-tabs .bpa-front--dt__calendar .vc-day .vc-highlights+.vc-day-content{color:#fff!important}.bpa-front-tabs--foot .bpa-front-btn--primary svg{fill:#fff!important}.bpa-front--dt__ts-body--item.__bpa-is-selected{background-color:#E830301F!important}.bpa-front-module--booking-summary .bpa-front-module--bs-head .bpa-head__vector-item,.bpa-front-module--confirmation .bpa-head__vector--confirmation .bpa-head__vector-item,.bpa-front-thankyou-module-container .bpa-front-tmc__head .bpa-front-tmc__vector--confirmation .bpa-head__vector-item{fill:#E83030!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu a.bpa-front-tab-menu--item.__bpa-is-active,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-front-module--bs-ad--price,.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active::before,.bpa-custom-datepicker .el-year-table td.today .cell,.bpa-custom-datepicker .el-month-table td.today .cell,.bpa-front--dt__calendar .vc-day.is-today .vc-day-content,.bpa-front-form-control--checkbox .el-checkbox__input.is-checked+.el-checkbox__label{color:#E83030!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active span,.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-icon,.bpa-front-tabs .bpa-front-tabs--foot .bpa-front-btn--primary:focus{box-shadow:0 4px 8px rgb(232 48 48 / .06),0 8px 16px rgb(232 48 48 / .16)!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu a.__bpa-is-active span{color:var(--bpa-cl-white)!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu a.__bpa-is-active .bpa-front-tm--item-icon svg{fill:var(--bpa-cl-white)!important}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item svg.bpa-front-pm-pay-local-icon{fill:#E83030!important}@media (min-width:1200px){.bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading,.bpa-front-tabs .bpa-front-module-heading,.bpa-front-tmc__head .bpa-front-tmc__title,.bpa-front-cancel-module-container .bpa-front-cmc__title,.bpa-front-tmc__booking-id .bpa-front-bi__label,.bpa-front-module--add-to-calendar .bpa-fm--atc__heading{font-size:18px!important}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p,.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-head p,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val,.bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p strong,.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading,.bpa-front-module--bs-amount-details .bpa-fm--bs-amount-item .bpa-front-total-payment-amount-label,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-front-module--bs-ad--price,.bpa-front-tabs .bpa-front--dt__calendar .vc-title,.bpa-front-refund-confirmation-content .bpa-front-rcc__body .bpa-front-rcc__empty-msg,.bpa-front-tmc__head p,.bpa-front-cancel-module-container .bpa-front-cmc__desc{font-size:16px!important}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .--bpa-is-desc,.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item span,.bpa-front-tabs .el-form-item__label span,.bpa-front-tabs .bpa-front-form-control input,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span,.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item p,.bpa-front-tabs--vertical-left .bpa-front-tab-menu a,.bpa-front-tabs .bpa-front-form-control .el-textarea__inner,.bpa-front--dt__calendar .vc-day .vc-day-content,.bpa-front-tabs .bpa-front--dt__calendar .vc-weeks .vc-weekday,.bpa-front-tabs--foot .bpa-front-btn,.bpa-front__no-timeslots-body .bpa-front-ntb__val,.bpa-front-thankyou-module-container .bpa-front-cc__error-toast-notification,.bpa-front-form-control--checkbox .el-checkbox__label,{font-size:14px!important}.--bpa-top.bpa-front-tabs--vertical-left .bpa-front-tab-menu a,.bpa-front-module--note-desc{font-size:15px!important}}@media (max-width:1024px){.bpa-front-tabs .bpa-front-module-heading,.bpa-front-tabs .bpa-front--dt__calendar .vc-title,.bpa-front-tmc__head .bpa-front-tmc__title,.bpa-front-cancel-module-container .bpa-front-cmc__title,.bpa-front-tmc__booking-id .bpa-front-bi__label,.bpa-front-module--add-to-calendar .bpa-fm--atc__heading{font-size:16px!important}.bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading,.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-head p,.bpa-front-module--bs-amount-details .bpa-fm--bs-amount-item .bpa-front-total-payment-amount-label,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-front-module--bs-ad--price{font-size:15px!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu a,.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .--bpa-is-desc,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p strong,.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item span,.bpa-front-tabs .bpa-front--dt__calendar .vc-weeks .vc-weekday,.bpa-front-tabs .el-form-item__label span,.bpa-front-tabs .bpa-front-form-control input,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val,.bpa-front-tabs--foot .bpa-front-btn{font-size:14px!important}.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span{font-size:13px!important}.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn span svg{fill:#12161F!important}}@media (max-width:576px){.bpa-front-tabs .bpa-front-module-heading{font-size:16px!important}.bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading,.bpa-front-tabs .bpa-front--dt__calendar .vc-weeks .vc-weekday{font-size:15px!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu a,.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p strong,.bpa-front-tabs .bpa-front--dt__calendar .vc-title,.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading,.bpa-front-tabs .el-form-item__label span,.bpa-front-tabs .bpa-front-form-control input,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-head p,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span,.bpa-front-module--bs-amount-details .bpa-fm--bs-amount-item .bpa-front-total-payment-amount-label,.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-front-module--bs-ad--price{font-size:14px!important}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .--bpa-is-desc,.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p,.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item span,.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item p,.bpa-front-tabs--foot .bpa-front-btn{font-size:13px!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active span,.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-icon{box-shadow:none!important}}.bpa-fm--service__advance-options,.bpa-fm--service__advance-options-popper,.bpa-custom-duration-dropdown,.bpa-front-form-control--radio .el-radio__inner::after,.bpa-custom-dropdown.el-select-dropdown,.bpa-custom-datepicker,.bpa-front-form-control--file-upload,.bpa-front-form-control--file-upload .bpa-fu__btn,.bpa-front-complete-payment-container,.bpa-custom-datepicker .el-picker-panel__footer,.bpa-custom-datepicker .el-time-panel,.bpa-cart-item--sm .bpa-body__extras-wrap,.bpa-front-module--cart .bpa-cart-item--sm .bpa-bew__action-btns .bpa-front-btn,.bpa-fm--service__advance-options.--bpa-is-mob,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sei__left .bpa-sei__left-checkbox .bpa-front-form-control--checkbox .el-checkbox__inner,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-service-extra__item .bpa-sei__right .bpa-front-form-control input{background-color:#fff!important}.bpa-front-btn--primary:focus{box-shadow:0 4px 8px rgb(232 48 48 / .06),0 8px 16px rgb(232 48 48 / .16)!important}.bpa-front-form-control--number .el-input-number__decrease,.bpa-front-form-control--number .el-input-number__increase,.bpa-fm--service__advance-options-popper .el-select-dropdown__item.hover,.bpa-fm--service__advance-options-popper .el-select-dropdown__item:hover,.bpa-custom-duration-dropdown .el-select-dropdown__item.hover,.bpa-custom-duration-dropdown .el-select-dropdown__item:hover,.bpa-custom-dropdown .el-select-dropdown__item.hover,.bpa-custom-dropdown .el-select-dropdown__item:hover,.bpa-front--dt__custom-duration-card .bpa-front-cdc__left,.bpa-front-refund-confirmation-content .bpa-front-rcc__body,.bpa-front-module--cart .bpa-front-module-heading .bpa-fmc--head-counter,.bpa-ci__service-actions .bpa-ci__sa-wrap,.bpa-cart__item-expand-view,.bpa-cart-item--sm .bpa-ci__body{background-color:#f4f7fb!important}.bpa-service-extra__item .bpa-sei__body,.bpa-sao--footer,.bpa-front-sm--col .bpa-front-sm-card,.bpa-front-form-control--file-upload,.bpa-front-form-control--file-upload .bpa-fu__btn,.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-is-total-row,.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-is-coupon-applied,.bpa-front--dt__custom-duration-is-full,.bpa-front--dt__custom-duration-card,.bpa-front-form-control--radio .el-radio__inner,.el-select-dropdown.el-popper.bpa-custom-dropdown.bpa-custom-duration-dropdown,.bpa-front-complete-payment-container,.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown,.bpa-custom-datepicker,.bpa-custom-dropdown,.bpa-fm--service__advance-options-popper,.bpa-custom-datepicker .el-time-panel,.bpa-custom-datepicker .el-time-panel__content::after,.bpa-custom-datepicker .el-time-panel__content::before,.bpa-custom-datepicker .el-time-panel__footer,.bpa-front-sm-card .bpa-front-sm-card__left .bpa-front-sm__default-img,.bpa-front-refund-confirmation-content .bpa-front-rcc__body,.bpa-cart__item .bpa-ci__service-brief .bpa-sb--left .bpa-front-si__default-img,.bpa-front-module--cart .bpa-front-module-heading .bpa-fmc--head-counter,.bpa-fmc--cart-items-wrap .bpa-cart__item,.bpa-front-module--cart .bpa-fmc--right-btn .bpa-front-btn,.bpa-cart__item .bpa-cart__item-body,.bpa-ci__service-actions .bpa-ci__sa-wrap,.bpa-cart-exw__title,.bpa-cart-iev__head .bpa-cart-iev__h-item,.bpa-front-module--cart .bpa-cart-item--sm .bpa-bew__action-btns .bpa-front-btn,.bpa-cart-item--sm,.bpa-cart-total-wrap-sm{border-color:#CFD6E5!important}.bpa-custom-datepicker .el-picker-panel__footer{border-top-color:#CFD6E5!important}.bpa-custom-datepicker .el-date-picker__time-header{border-bottom-color:#CFD6E5!important}.bpa-custom-dropdown .el-select-group__wrap::after,.bpa-front-rcc__body .bpa-front-rcc-body__item:first-child::after{background-color:#CFD6E5!important}.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-is-total-row .bpa-bs-ai__item.--bpa-is-total-price,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__total-label.--bpa-is-total-price,.bpa-front-form-control--radio .el-radio__input.is-checked+.el-radio__label,.bpa-fm--service__advance-options-popper .el-select-dropdown__item.selected,.bpa-custom-duration-dropdown .el-select-dropdown__item.selected,.bpa-custom-dropdown .el-select-dropdown__item.selected,.bpa-cart__item-total .bpa-cit__item.--bpa-is-item-amt,.el-date-table td.today:not(.current),.el-date-table td.today:not(.current) span,.el-date-picker__header-label:hover,.el-picker-panel__content .el-date-table td:not(.current):not(.today) span:hover,.el-picker-panel__content .el-date-table td:not(.next-month):not(.prev-month):not(.today):not(.current) span:hover{color:#E83030!important}.bpa-front-sm--col.--bpa-sm-is-any-staff-col .bpa-front-sm-card{background-color:#E830301F!important}.el-date-picker.has-time .el-picker-panel__footer .el-button--default,.el-date-picker.has-time .el-picker-panel__footer .el-button--default:focus,.el-date-picker.has-time .el-picker-panel__footer .el-button--default:hover,.el-date-picker.has-time .el-time-panel__btn.confirm,.el-date-table td.current:not(.disabled) span,.bpa-front-form-control--file-upload .bpa-fu__btn:hover,.bpa-front--dt__calendar.bpa-front-v-cal__is-only-days .vc-day .bpa-multi__day-select,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sei__left .bpa-sei__left-checkbox .bpa-front-form-control--checkbox .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#E83030!important}.bpa-front-form-control--date-picker .el-input__prefix .el-input__icon::before{background-color:#E83030!important}.bpa-front-cdc__left svg,.bpa-front-module--cart .bpa-fmc--right-btn .bpa-front-btn svg,.bpa-cart__item .bpa-ci__service-actions .bpa-front-btn--icon-without-box span svg,.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown .vti__selection svg,.bpa-sei__left .bpa-sei__left-body .bpa-se--options .bpa-se-o__item svg,.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn span svg,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sao__module-head .bpa-sao__mh--btn .el-link--inner svg,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-service-extra__load-more .bpa-se__lm--btn .el-link--inner svg,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sei__left .bpa-sei__left-body .bpa-sei__vm--btn .el-link--inner svg,.bpa-front-sm-card .bpa-front-sm-card__left .bpa-front-sm__default-img svg,.bpa-cart__item .bpa-ci__service-brief .bpa-sb--left .bpa-front-si__default-img svg,.bpa-ci__service-brief .bpa-ci__expand-icon path,.bpa-cart-item--sm .bpa-ci__head-options-row .bpa-hl__service-duration svg path,.bpa-cart-item--sm .bpa-bew__action-btns .bpa-front-btn svg{fill:#E83030!important}.bpa-cart-item--sm .bpa-bew__head-icon svg path{stroke:#E83030!important}.bpa-front-form-control.el-input .el-icon-view:before,.bpa-front-form-control--date-picker .el-input__prefix .el-input__icon::before{background-color:#E83030!important}.bpa-front-cpc__vector .bpa-front-cpc__vector-item{fill:#E83030!important}.bpa-cart-item--sm .bpa-bew__action-btns .bpa-front-btn:hover svg,.bpa-cart__item .bpa-ci__service-actions .bpa-front-btn--icon-without-box:hover span svg{fill:var(--bpa-cl-white)!important}.el-date-picker.has-time .el-picker-panel__footer .el-button--default,.el-date-picker.has-time .el-picker-panel__footer .el-button--default:focus,.el-date-picker.has-time .el-picker-panel__footer .el-button--default:hover,.el-date-picker.has-time .el-time-panel__btn.confirm,.bpa-front-form-control--file-upload .bpa-fu__btn:hover,.bpa-front-module--staff .bpa-front-sm--col.__bpa-is-selected .bpa-front-sm-card{border-color:#E83030!important}.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-is-coupon-applied .bpa-bs-ai__item span,.bpa-front-btn--primary span,.el-date-table td.current:not(.disabled) span,.el-date-picker.has-time .el-picker-panel__footer .el-button--default,.el-date-picker.has-time .el-time-panel__btn.confirm,.bpa-front-form-control--file-upload .bpa-fu__btn:hover{color:#fff!important}.bpa-front-tabs .bpa-front-sec--sub-heading,.bpa-sei__left .bpa-sei__left-body .bpa-se--heading,.bpa-sei__left .bpa-sei__left-body .bpa-se--options .bpa-se-o__item,.bpa-sei__body .bpa-sei__body-desc,.bpa-sao__module-row.--bpa-sao-staff-selection .bpa-staff__item .bpa-si__body .bpa-si__body-title,.bpa-sao__module-row.--bpa-sao-staff-selection .bpa-staff__item .bpa-si__body .bpa-si__body-price-val,.bpa-front-module--booking-summary .bpa-fm--bs-amount-item .bpa-bs-ai__item,.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-fm--bs__coupon-module-textbox .bpa-front-form-label,.bpa-front-module--booking-summary .bpa-fm--bs-amount-item .bpa-bs-ai__item,.bpa-fm--bs__deposit-payment-module .bpa-bs__dpm-title,.bpa-front-form-control--radio .el-radio__label,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__total-label,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__label,.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-is-coupon-applied .bpa-bs-ai__item span,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sao__module-head .bpa-sao__mh--btn,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-service-extra__load-more .bpa-se__lm--btn,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sei__left .bpa-sei__left-body .bpa-sei__vm--btn,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sao__module-head .bpa-sao__module-head-title,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__sub-label,.bpa-fm--service__advance-options-popper .el-select-dropdown__item span,.bpa-custom-duration-dropdown .el-select-dropdown__item span,.bpa-custom-dropdown .el-select-dropdown__item span,.bpa-cart__item .bpa-ci__service-brief .bpa-sb--right .bpa-sbr__title,.bpa-cart__item .bpa-ci__service-col-val,.bpa-ci__service-brief .bpa-sb--right .bpa-sb__options .bpa-sbo__item,.bpa-cart__item-total .bpa-cit__item,.bpa-front-btn--primary strong,.bpa-fmc--head-counter,.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-bs__coupon-validation.--is-error p,.bpa-front-toast-notification.--bpa-error p,.bpa-front-sm-card .bpa-front-sm-card__body .bpa-front-cb__title,.bpa-front-sm-card .bpa-front-sm-card__body .bpa-front-cb__item,.bpa-front-btn,.el-date-picker.has-time button.el-time-panel__btn,.el-date-picker.has-time button.el-button--mini,.el-date-picker__header-label,.el-picker-panel__content .el-date-table th,.el-picker-panel__content .el-date-table td span,.el-date-picker.has-time .el-time-spinner__item,.el-date-picker__time-header .el-input .el-input__inner,.bpa-front-cdf__title,.bpa-front--dt__custom-duration-is-full .bpa-front--dt-ts__sub-heading,.bpa-front--dt__custom-duration-is-full .bpa-front-cdf__desc,.bpa-front-cdc__right .bpa-front-cdc__right-title,.bpa-li-col__body .bpa-li-col__title,.bpa-li-col__body .bpa-li-col__address,.bpa-front-form-control--file-upload .bpa-fu__btn,.bpa-front-complete-payment-container .bpa-front-cpc__head,.bpa-front-form-field--file-upload .el-upload-list__item-name,.bpa-front-cancel-confirmation-container .bpa-front-refund-confirmation-content .bpa-front-rcc__desc,.bpa-front-rcc__body .bpa-front-rcc-body__item .bpa-front-rcc-item__label,.bpa-front-rcc__body .bpa-front-rcc-body__item .bpa-front-rcc-item__val,.bpa-cart-iev__h-item .bpa-cart-iev__hi-label,.bpa-cart-iev__h-item .bpa-cart-iev__hi-val,.bpa-cart-exw__title,.bpa-cart-exi__left .bpa-cart-exi__name,.bpa-cart-exi__right .bpa-cart-exi__price,.bpa-cart-exi__left .bpa-cart-exi-left__opts .bpa-cart-exi__duration,.bpa-cart-exi__left .bpa-cart-exi-left__opts .bpa-cart-exi__qty,.bpa-cart-item--sm .bpa-ci__head-service-row .bpa-hl__service-title,.bpa-cart-item--sm .bpa-ci__head-service-row .bpa-hl__service-price,.bpa-cart-item--sm .bpa-ci__head-options-row .bpa-hl__service-dt-val,.bpa-cart-item--sm .bpa-ci__head-options-row .bpa-hl__service-duration,.bpa-cart-item--sm .bpa-bo__item .bpa-boi__left,.bpa-cart-item--sm .bpa-bo__item .bpa-boi__right,.bpa-cart-item--sm .bpa-bew__head-title,.bpa-cart-item--sm .bpa-bew-bi__extra-service-title,.bpa-cart-item--sm .bpa-bew-bi__right .bpa-bew-bi-extra-price,.bpa-cart__item-body .bpa-ci__service-time .bpa-front-bs__waiting-note .bpa-front-wn--label,.bpa-front-module--booking-summary .bpa-front-summary-content__lg .bpa-front-module--bs-summary-content-item .bpa-front-bs__waiting-note .bpa-front-wn--label,.bpa-cart-items-wrap--sm .bpa-hl__service-dt-val .bpa-front-bs__waiting-note .bpa-front-wn--label,.bpa-front-module--booking-summary .bpa-front-summary-content__sm .bpa-front-module--bs-summary-content-item .bpa-front-bs__waiting-note .bpa-front-wn--label{font-family:Montserrat!important}.bpa-front-tabs .bpa-front-sec--sub-heading,.bpa-sei__left .bpa-sei__left-body .bpa-se--heading,.bpa-sao__module-row.--bpa-sao-staff-selection .bpa-staff__item .bpa-si__body .bpa-si__body-price-val,.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-is-total-row .bpa-bs-ai__item,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__total-label,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sao__module-head .bpa-sao__module-head-title,.bpa-cart__item .bpa-ci__service-brief .bpa-sb--right .bpa-sbr__title,.bpa-cart__item-total .bpa-cit__item,.bpa-front-sm-card .bpa-front-sm-card__body .bpa-front-cb__title,.el-date-picker.has-time .el-time-spinner__item.active:not(.disabled),.el-date-picker__header-label,.el-picker-panel__content .el-date-table td:not(.next-month):not(.prev-month):not(.today):not(.current) span,.el-date-picker__time-header .el-input .el-input__inner,.bpa-front--dt__custom-duration-is-full .bpa-front--dt-ts__sub-heading,.bpa-front-cdc__right-title .bpa-front-cdc__price-val,.bpa-li-col__body .bpa-li-col__title,.bpa-front-complete-payment-container .bpa-front-cpc__head,.bpa-front-form-field--file-upload .el-upload-list__item-name,.bpa-front-rcc__body .bpa-front-rcc-body__item .bpa-front-rcc-item__val,.bpa-cart-iev__h-item .bpa-cart-iev__hi-val,.bpa-cart-exw__title,.bpa-cart-item--sm .bpa-ci__head-service-row .bpa-hl__service-title,.bpa-cart-item--sm .bpa-bo__item .bpa-boi__right,.bpa-cart-item--sm .bpa-bew__head-title,.bpa-cart__item-body .bpa-ci__service-time .bpa-front-bs__waiting-note .bpa-front-wn--label,.bpa-front-module--booking-summary .bpa-front-summary-content__lg .bpa-front-module--bs-summary-content-item .bpa-front-bs__waiting-note .bpa-front-wn--label,.bpa-cart-items-wrap--sm .bpa-hl__service-dt-val .bpa-front-bs__waiting-note .bpa-front-wn--label,.bpa-front-module--booking-summary .bpa-front-summary-content__sm .bpa-front-module--bs-summary-content-item .bpa-front-bs__waiting-note .bpa-front-wn--label{color:#202C45!important}.bpa-sei__left .bpa-sei__left-body .bpa-se--options .bpa-se-o__item,.bpa-sei__left .bpa-sei__left-body .bpa-se--options .bpa-se-o__item span,.bpa-sei__body .bpa-sei__body-desc,.bpa-sao__module-row.--bpa-sao-staff-selection .bpa-staff__item .bpa-si__body .bpa-si__body-title,.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-fm--bs__coupon-module-textbox .bpa-front-form-label,.bpa-front-module--booking-summary .bpa-fm--bs-amount-item:not(.bpa-is-coupon-applied):not(.bpa-is-total-row) .bpa-bs-ai__item,.bpa-fm--bs__deposit-payment-module .bpa-bs__dpm-title,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__label,.bpa-cart__item .bpa-ci__service-col-val,.bpa-ci__service-brief .bpa-sb--right .bpa-sb__options .bpa-sbo__item,.bpa-frontend-main-container button.el-button:not(:hover):not(:active):not(.has-text-color),.bpa-fmc--head-counter,.bpa-front-sm-card .bpa-front-sm-card__body .bpa-front-cb__item,.el-date-picker.has-time .el-time-spinner__item,.el-picker-panel__content .el-date-table th,.el-date-picker.has-time .el-time-spinner__item,.el-date-picker.has-time button.el-button--mini,.el-date-picker.has-time button.el-time-panel__btn,.bpa-front-cdf__title,.bpa-front--dt__custom-duration-is-full .bpa-front-cdf__desc,.bpa-li-col__body .bpa-li-col__address,.bpa-front-form-control--number .el-input-number__decrease i,.bpa-front-form-control--number .el-input-number__increase i,.bpa-fm--service__advance-options-popper .el-select-dropdown__item,.bpa-custom-duration-dropdown .el-select-dropdown__item,.bpa-custom-dropdown .el-select-dropdown__item,.bpa-front-form-control--file-upload .bpa-fu__btn,.bpa-front-module--booking-summary .bpa-fm--bs-amount-item:not(.bpa-is-total-row) .bpa-bs-ai__item,.bpa-front-rcc__body .bpa-front-rcc-body__item .bpa-front-rcc-item__label,.bpa-cart-iev__h-item .bpa-cart-iev__hi-label,.bpa-cart-exi__left .bpa-cart-exi__name,.bpa-cart-exi__right .bpa-cart-exi__price,.bpa-cart-exi__left .bpa-cart-exi-left__opts .bpa-cart-exi__duration,.bpa-cart-exi__left .bpa-cart-exi-left__opts .bpa-cart-exi__qty,.bpa-cart-item--sm .bpa-ci__head-service-row .bpa-hl__service-price,.bpa-cart-item--sm .bpa-ci__head-options-row .bpa-hl__service-dt-val,.bpa-cart-item--sm .bpa-ci__head-options-row .bpa-hl__service-duration,.bpa-cart-item--sm .bpa-bo__item .bpa-boi__left,.bpa-cart-item--sm .bpa-bew-bi__extra-qty,.bpa-cart-item--sm .bpa-bew-bi__extra-duration,.bpa-cart-item--sm .bpa-bew-bi__right .bpa-bew-bi-extra-price,.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-is-total-row .bpa-fm-tr__tax-included-label,.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .--bpa-is-dpm-total-item .bpa-fm-tr__tax-included-label{color:#12161F!important}.bpa-front-form-control--radio .el-radio__label,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__sub-label,.el-picker-panel .el-icon-arrow-left::before,.el-picker-panel .el-icon-arrow-right::before,.el-picker-panel .el-icon-d-arrow-left::before,.el-picker-panel .el-icon-d-arrow-right::before,.bpa-front-cdc__right .bpa-front-cdc__right-title,.bpa-cart__item-total-deposit .bpa-cit__item-deposit-label,.bpa-front-form-control.el-select .el-input .el-select__caret,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sao__module-head .bpa-sao__mh--btn,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sei__left .bpa-sei__left-body .bpa-sei__vm--btn,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-service-extra__load-more .bpa-se__lm--btn,.bpa-custom-dropdown .el-select-group__title,.bpa-front-form-field--file-upload .el-upload-list__item-name [class^=el-icon],.bpa-front-form-field--file-upload .el-upload-list__item .el-icon-close,.bpa-frontend-main-container .bpa-front-module--cart .bpa-fmc--right-btn .bpa-front-btn:hover,.bpa-frontend-main-container .bpa-front-module--cart .bpa-fmc--right-btn .bpa-front-btn:focus,.bpa-front-cancel-confirmation-container .bpa-front-refund-confirmation-content .bpa-front-rcc__desc,.bpa-ci__service-price .bpa-ci__service-deposit-price-value .bpa-ci__service-full-price-value,.bpa-cart-item--sm .bpa-bew-bi__extra-service-title,.bpa-front--dt__calendar .vc-day.is-today .bpa_day-select .vc-day-content,.bpa-repeter-parent-col-comman .bpa-front-form-label{color:#E83030!important}.bpa-front-module--booking-summary .bpa-fm--bs-amount-item .bpa-bs-ai__item.bpa-is-ca__price:not(.bpa-is-tip__price){color:var(--bpa-sc-danger)!important}.bpa-front-reschedule-content,.bpa-front-cp-reschedule-date-picker,.bpa-front-cp-reschedule-time-dropdown{background-color:#fff!important}.bpa-front-reschedule-content .bpa-front-module-heading{color:#202C45!important}.bpa-front-reschedule-content .bpa-front-cp-rd__desc{font-family:Montserrat!important;color:#12161F!important}.bpa-front-reschedule-content .bpa-front-form-label,.el-form-item__label span{color:#12161F!important}.bpa-front-reschedule-content .bpa-front-reschedule-footer .bpa-front-btn--primary,.bpa-front-reschedule-content .bpa-front-reschedule-footer .bpa-front-btn--primary:focus{background-color:#E83030!important}.bpa-front-reschedule-content .bpa-front-form-control input{color:#202C45!important;font-family:Montserrat!important}.bpa-front-toast-notification.--bpa-reschedule-success p{color:#12161F!important}@media (min-width:1200px){.bpa-front-tabs .bpa-front-sec--sub-heading{font-size:18px!important}.bpa-sei__left .bpa-sei__left-body .bpa-se--heading,.bpa-front-btn:not(.bpa-fm--bs__coupon-module-textbox .bpa-front-btn),.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-is-total-row .bpa-bs-ai__item,.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-is-total-row .bpa-bs-ai__item.--bpa-is-total-price,.bpa-fm--bs__deposit-payment-module .bpa-bs__dpm-title,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__total-label,.bpa-cart__item .bpa-ci__service-brief .bpa-sb--right .bpa-sbr__title,.bpa-cart__item-total .bpa-cit__item,.bpa-front-sm-card .bpa-front-sm-card__body .bpa-front-cb__title,.bpa-front--dt__custom-duration-is-full .bpa-front--dt-ts__sub-heading,.bpa-front-cancel-confirmation-container .bpa-front-refund-confirmation-content .bpa-front-rcc__desc,.bpa-front-rcc__body .bpa-front-rcc-body__item .bpa-front-rcc-item__label,.bpa-front-rcc__body .bpa-front-rcc-body__item .bpa-front-rcc-item__val,.bpa-cart-exw__title{font-size:16px!important}.bpa-sei__left .bpa-sei__left-body .bpa-se--options .bpa-se-o__item,.bpa-sei__body .bpa-sei__body-desc,.bpa-sao__module-row.--bpa-sao-staff-selection .bpa-staff__item .bpa-si__body .bpa-si__body-title,.bpa-sao__module-row.--bpa-sao-staff-selection .bpa-staff__item .bpa-si__body .bpa-si__body-price-val,.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-fm--bs__coupon-module-textbox .bpa-front-form-label,.bpa-front-module--booking-summary .bpa-fm--bs-amount-item .bpa-bs-ai__item,.bpa-front-form-control--radio .el-radio__label,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__label,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__sub-label,.bpa-cart__item .bpa-ci__service-col-val,.bpa-ci__service-brief .bpa-sb--right .bpa-sb__options .bpa-sbo__item,.bpa-front-sm-card .bpa-front-sm-card__body .bpa-front-cb__item,.bpa-fm--bs__coupon-module-textbox .bpa-front-btn,.bpa-front-cdf__title,.bpa-front-cdc__right .bpa-front-cdc__right-title,.bpa-li-col__body .bpa-li-col__address,.bpa-cart-iev__h-item .bpa-cart-iev__hi-label,.bpa-cart-iev__h-item .bpa-cart-iev__hi-val,.bpa-cart-item--sm .bpa-ci__head-options-row .bpa-hl__service-dt-val,.bpa-cart-item--sm .bpa-ci__head-options-row .bpa-hl__service-duration,.bpa-cart-item--sm .bpa-bo__item .bpa-boi__right,.bpa-cart-item--sm .bpa-bew__head-title{font-size:14px!important}.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-is-coupon-applied .bpa-bs-ai__item span,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sao__module-head .bpa-sao__mh--btn,.bpa-front--dt__custom-duration-is-full .bpa-front-cdf__desc,.bpa-cart-exi__left .bpa-cart-exi__name,.bpa-cart-exi__right .bpa-cart-exi__price,.bpa-cart-exi__left .bpa-cart-exi-left__opts .bpa-cart-exi__duration,.bpa-cart-exi__left .bpa-cart-exi-left__opts .bpa-cart-exi__qty,.bpa-cart-item--sm .bpa-hl__service-price .bpa-ci__service-full-price-value,.bpa-cart-item--sm .bpa-bo__item .bpa-boi__left,.bpa-cart-item--sm .bpa-bew-bi__extra-service-title,.bpa-cart-item--sm .bpa-bew-bi__right .bpa-bew-bi-extra-price,.bpa-cart__item-body .bpa-ci__service-time .bpa-front-bs__waiting-note .bpa-front-wn--label,.bpa-front-module--booking-summary .bpa-front-summary-content__lg .bpa-front-module--bs-summary-content-item .bpa-front-bs__waiting-note .bpa-front-wn--label,.bpa-cart-items-wrap--sm .bpa-hl__service-dt-val .bpa-front-bs__waiting-note .bpa-front-wn--label,.bpa-front-module--booking-summary .bpa-front-summary-content__sm .bpa-front-module--bs-summary-content-item .bpa-front-bs__waiting-note .bpa-front-wn--label{font-size:13px!important}.bpa-li-col__body .bpa-li-col__title{font-size:15px!important}}@media (max-width:1024px){.bpa-front-tabs .bpa-front-sec--sub-heading{font-size:16px!important}.bpa-sei__left .bpa-sei__left-body .bpa-se--heading{font-size:15px!important}.bpa-sei__left .bpa-sei__left-body .bpa-se--options .bpa-se-o__item,.bpa-sei__body .bpa-sei__body-desc{font-size:14px!important}}@media (max-width:576px){.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sao__module-head .bpa-sao__module-head-title,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sei__left .bpa-sei__left-body .bpa-se--options .bpa-se-o__item,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sei__left .bpa-sei__left-body .bpa-sei__vm--btn,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-service-extra__load-more .bpa-se__lm--btn,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sei__body .bpa-sei__body-desc,.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sao__module-head .bpa-sao__mh--btn,.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-is-coupon-applied .bpa-bs-ai__item span{font-size:13px!important}.bpa-fm--service__advance-options.--bpa-is-mob .bpa-front-sec--sub-heading,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__total-label{font-size:15px!important}.bpa-fm--service__advance-options.--bpa-is-mob .bpa-sei__left .bpa-sei__left-body .bpa-se--heading,.bpa-fm--bs__deposit-payment-module .bpa-dpm__item .bpa-dpm-item__sub-label,.bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-fm--bs__coupon-module-textbox .bpa-front-form-label,.bpa-front-tabs .bpa-front-form-control input,.bpa-front-module--booking-summary .bpa-fm--bs-amount-item .bpa-bs-ai__item{font-size:14px!important}}.bpa-data-empty-view-cart .bpa-front-dev__primary-bg{stroke:#E83030!important;fill:#E83030!important}.bpa-frontend-main-container .bpa-front-loader svg{display:none}.bpa-frontend-main-container .bpa-front-loader{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIyNSIgeT0iNTAiPg0KCQkJCQkJCQkJCTxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS40IiB2YWx1ZXM9IjE7MDsxOyINCgkJCQkJCQkJCQkJa2V5U3BsaW5lcz0iLjUgMCAuNSAxOy41IDAgLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSItLjQiPjwvYW5pbWF0ZT4NCgkJCQkJCQkJCTwvcmVjdD4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSI4NSIgeT0iNTAiPg0KCQkJCQkJCQkJCTxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS40IiB2YWx1ZXM9IjE7MDsxOyINCgkJCQkJCQkJCQkJa2V5U3BsaW5lcz0iLjUgMCAuNSAxOy41IDAgLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSItLjIiPjwvYW5pbWF0ZT4NCgkJCQkJCQkJCTwvcmVjdD4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIxNDUiIHk9IjUwIj4NCgkJCQkJCQkJCQk8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjEuNCIgdmFsdWVzPSIxOzA7MTsiDQoJCQkJCQkJCQkJCWtleVNwbGluZXM9Ii41IDAgLjUgMTsuNSAwIC41IDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMCI+PC9hbmltYXRlPg0KCQkJCQkJCQkJPC9yZWN0Pjwvc3ZnPg==) no-repeat left top;background-size:100%}.bpa-frontend-main-container .bpa-front-loader svg{display:none}.bpa-frontend-main-container .bpa-front-loader{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIyNSIgeT0iNTAiPg0KCQkJCQkJCQkJCTxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS40IiB2YWx1ZXM9IjE7MDsxOyINCgkJCQkJCQkJCQkJa2V5U3BsaW5lcz0iLjUgMCAuNSAxOy41IDAgLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSItLjQiPjwvYW5pbWF0ZT4NCgkJCQkJCQkJCTwvcmVjdD4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSI4NSIgeT0iNTAiPg0KCQkJCQkJCQkJCTxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS40IiB2YWx1ZXM9IjE7MDsxOyINCgkJCQkJCQkJCQkJa2V5U3BsaW5lcz0iLjUgMCAuNSAxOy41IDAgLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSItLjIiPjwvYW5pbWF0ZT4NCgkJCQkJCQkJCTwvcmVjdD4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIxNDUiIHk9IjUwIj4NCgkJCQkJCQkJCQk8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjEuNCIgdmFsdWVzPSIxOzA7MTsiDQoJCQkJCQkJCQkJCWtleVNwbGluZXM9Ii41IDAgLjUgMTsuNSAwIC41IDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMCI+PC9hbmltYXRlPg0KCQkJCQkJCQkJPC9yZWN0Pjwvc3ZnPg==) no-repeat left top;background-size:100%}.bpa-frontend-main-container .bpa-front-loader svg{display:none}.bpa-frontend-main-container .bpa-front-loader{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIyNSIgeT0iNTAiPg0KCQkJCQkJCQkJCTxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS40IiB2YWx1ZXM9IjE7MDsxOyINCgkJCQkJCQkJCQkJa2V5U3BsaW5lcz0iLjUgMCAuNSAxOy41IDAgLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSItLjQiPjwvYW5pbWF0ZT4NCgkJCQkJCQkJCTwvcmVjdD4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSI4NSIgeT0iNTAiPg0KCQkJCQkJCQkJCTxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS40IiB2YWx1ZXM9IjE7MDsxOyINCgkJCQkJCQkJCQkJa2V5U3BsaW5lcz0iLjUgMCAuNSAxOy41IDAgLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSItLjIiPjwvYW5pbWF0ZT4NCgkJCQkJCQkJCTwvcmVjdD4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIxNDUiIHk9IjUwIj4NCgkJCQkJCQkJCQk8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjEuNCIgdmFsdWVzPSIxOzA7MTsiDQoJCQkJCQkJCQkJCWtleVNwbGluZXM9Ii41IDAgLjUgMTsuNSAwIC41IDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMCI+PC9hbmltYXRlPg0KCQkJCQkJCQkJPC9yZWN0Pjwvc3ZnPg==) no-repeat left top;background-size:100%}.bpa-frontend-main-container .bpa-front-loader svg{display:none}.bpa-frontend-main-container .bpa-front-loader{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIyNSIgeT0iNTAiPg0KCQkJCQkJCQkJCTxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS40IiB2YWx1ZXM9IjE7MDsxOyINCgkJCQkJCQkJCQkJa2V5U3BsaW5lcz0iLjUgMCAuNSAxOy41IDAgLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSItLjQiPjwvYW5pbWF0ZT4NCgkJCQkJCQkJCTwvcmVjdD4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSI4NSIgeT0iNTAiPg0KCQkJCQkJCQkJCTxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS40IiB2YWx1ZXM9IjE7MDsxOyINCgkJCQkJCQkJCQkJa2V5U3BsaW5lcz0iLjUgMCAuNSAxOy41IDAgLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSItLjIiPjwvYW5pbWF0ZT4NCgkJCQkJCQkJCTwvcmVjdD4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIxNDUiIHk9IjUwIj4NCgkJCQkJCQkJCQk8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjEuNCIgdmFsdWVzPSIxOzA7MTsiDQoJCQkJCQkJCQkJCWtleVNwbGluZXM9Ii41IDAgLjUgMTsuNSAwIC41IDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMCI+PC9hbmltYXRlPg0KCQkJCQkJCQkJPC9yZWN0Pjwvc3ZnPg==) no-repeat left top;background-size:100%}.bpa-frontend-main-container .bpa-front-loader svg{display:none}.bpa-frontend-main-container .bpa-front-loader{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIyNSIgeT0iNTAiPg0KCQkJCQkJCQkJCTxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS40IiB2YWx1ZXM9IjE7MDsxOyINCgkJCQkJCQkJCQkJa2V5U3BsaW5lcz0iLjUgMCAuNSAxOy41IDAgLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSItLjQiPjwvYW5pbWF0ZT4NCgkJCQkJCQkJCTwvcmVjdD4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSI4NSIgeT0iNTAiPg0KCQkJCQkJCQkJCTxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS40IiB2YWx1ZXM9IjE7MDsxOyINCgkJCQkJCQkJCQkJa2V5U3BsaW5lcz0iLjUgMCAuNSAxOy41IDAgLjUgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSItLjIiPjwvYW5pbWF0ZT4NCgkJCQkJCQkJCTwvcmVjdD4NCgkJCQkJCQkJCTxyZWN0IGZpbGw9IiNFODMwMzAiIHN0cm9rZT0iI0U4MzAzMCIgc3Ryb2tlLXdpZHRoPSIxNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSIxNDUiIHk9IjUwIj4NCgkJCQkJCQkJCQk8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjEuNCIgdmFsdWVzPSIxOzA7MTsiDQoJCQkJCQkJCQkJCWtleVNwbGluZXM9Ii41IDAgLjUgMTsuNSAwIC41IDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMCI+PC9hbmltYXRlPg0KCQkJCQkJCQkJPC9yZWN0Pjwvc3ZnPg==) no-repeat left top;background-size:100%}/*! elementor - v3.32.0 - 05-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 )}/*! elementor - v3.32.0 - 05-10-2025 */
.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}.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:1024px){.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}/*! elementor - v3.32.0 - 05-10-2025 */
.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-laptop-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-mobile-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{flex-direction:column}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@font-face{font-family:"qlwapp-whatsapp";src:url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff");font-weight:400;font-style:normal}.qlwapp__button{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:12px;text-decoration:none;white-space:nowrap;pointer-events:all;padding:var(--qlwapp--padding-xs) var(--qlwapp--padding-md);margin-top:24px;margin-bottom:24px;margin-left:auto;margin-right:auto;height:40px;box-shadow:0 1px 6px 0 rgb(0 0 0 / .06),0 2px 32px 0 rgb(0 0 0 / .16);cursor:pointer}.qlwapp__button,.qlwapp__button:active,.qlwapp__button:focus,.qlwapp__button:hover{outline:none!important;text-decoration:none!important;color:var(--qlwapp-scheme-text,#ffffff)!important;background-color:var(--qlwapp-scheme-brand,#25d366)!important}.qlwapp__button .qlwapp__label,.qlwapp__button .qlwapp__time{position:absolute;bottom:-2em;color:initial;font-size:10px;display:inline-block;top:auto;width:120px}.qlwapp__button .qlwapp__close{font-size:var(--qlwapp-scheme-icon-font-size,30px)}.qlwapp__button .qlwapp__icon{display:flex;align-items:baseline;font-size:var(--qlwapp-scheme-icon-font-size,30px)}.qlwapp__button .qlwapp__custom-image{display:flex;align-items:center;justify-content:center;object-fit:initial!important}.qlwapp__button--bubble{right:auto;width:var(--qlwapp-scheme-icon-size,60px);height:var(--qlwapp-scheme-icon-size,60px);padding:0}.qlwapp__button--bubble .qlwapp__icon{margin:0}.qlwapp__button--bubble .qlwapp__custom-image{width:40px!important;height:40px!important;min-width:100%!important;min-height:100%!important;object-fit:initial!important;max-width:40px!important;max-height:40px!important;flex-shrink:0;margin:0;border-radius:50%!important}.qlwapp__button--bubble .qlwapp__text{position:absolute;right:var(--qlwapp-scheme-icon-size,60px);height:var(--qlwapp-scheme-icon-size,60px);margin:0 24px;display:flex;align-items:center;justify-content:flex-end;font-weight:700;white-space:pre;color:var(--qlwapp-scheme-text,#303030)}.qlwapp__button--image{right:auto;width:var(--qlwapp-scheme-icon-size,60px);height:var(--qlwapp-scheme-icon-size,60px);padding:0}.qlwapp__button--image .qlwapp__icon{margin:0}.qlwapp__button--image .qlwapp__custom-image{min-width:100%!important;min-height:100%!important;object-fit:initial!important;max-width:100px!important;max-height:100px!important}.qlwapp__button--image .qlwapp__text{position:absolute;right:var(--qlwapp-scheme-icon-size,60px);height:var(--qlwapp-scheme-icon-size,60px);margin:0 24px;display:flex;align-items:center;justify-content:flex-end;font-weight:700;white-space:pre;color:var(--qlwapp-scheme-text,#303030)}.qlwapp__button--disabled{pointer-events:none;opacity:.5}.qlwapp__icon{font-family:"qlwapp-whatsapp"!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qlwapp__icon:before{content:""}.qlwapp__previous,.qlwapp__close{font-family:"Source Serif Pro";display:block;opacity:.8;font-style:unset;font-size:24px;font-weight:700;cursor:pointer;text-align:center;line-height:1em;z-index:1;fill:var(--qlwapp-scheme-text,#ffffff);display:flex}.qlwapp__notification-bubble{position:absolute;top:-4px;right:-4px;background-color:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;z-index:10;border:2px solid #fff;box-shadow:0 2px 4px rgb(0 0 0 / .2);animation-duration:1.5s;animation-timing-function:ease-in;animation-iteration-count:1;--qlwapp-pulse-color:rgba(220, 53, 69, 0.7);--qlwapp-pulse-size:4px}.qlwapp__notification-bubble--bounce{animation-name:bounce}.qlwapp__notification-bubble--flash{animation-name:flash}.qlwapp__notification-bubble--pulse{animation-name:pulse}.qlwapp__notification-bubble--shakeX{animation-name:shakeX}.qlwapp__notification-bubble--shakeY{animation-name:shakeY}.qlwapp__notification-bubble--none{animation:none}.qlwapp__avatar{position:relative;width:62px;height:62px}.qlwapp__avatar .qlwapp__avatar__container{overflow:hidden;width:inherit;height:inherit;border-radius:50%;box-shadow:0 0 0 2px #eee;display:flex;align-items:center;justify-content:center}.qlwapp__avatar .qlwapp__avatar__container:after{content:"";display:block;width:15px;height:15px;position:absolute;top:3px;right:-2px;background-image:url(data:image/png;base64,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);background-color:#fff0;background-repeat:no-repeat;background-position:center center;background-size:cover;z-index:4}.qlwapp__avatar .qlwapp__avatar__container svg{width:50%}.qlwapp__avatar .qlwapp__avatar__container img{width:100%;height:auto}.qlwapp__contact-list{height:100%;overflow:auto}.qlwapp__contact{display:flex;align-items:center;gap:var(--qlwapp--padding-sm);padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-lg);color:inherit;position:relative;cursor:pointer;width:100%;text-decoration:none;height:auto}.qlwapp__contact:nth-child(1):nth-last-child(2),.qlwapp__contact:nth-child(2):nth-last-child(1){height:50%}.qlwapp__contact:only-child{height:100%;text-align:center;flex-direction:column;justify-content:center}.qlwapp__contact:not(:first-child){border-top:1px solid rgb(0 0 0 / .1)}.qlwapp__contact--disabled{pointer-events:none;opacity:.5}.qlwapp__status{display:flex;align-items:center;gap:3px}.qlwapp__status__indicator{width:10px;height:10px;border-radius:50%;border:1px solid #fff}.qlwapp__status__indicator--online{background-color:#00d084}.qlwapp__status__indicator--offline{background-color:#e63946}.qlwapp__status__text{font-size:10px;color:#666}.qlwapp__contact-list__empty{display:flex;height:134px;justify-content:center;align-items:center}.qlwapp__container{pointer-events:none;box-sizing:border-box;font-size:var(--qlwapp-scheme-font-size,inherit);font-family:var(--qlwapp-scheme-font-family,inherit);display:flex;flex-direction:column;width:430px}.qlwapp__container *{box-sizing:border-box}.qlwapp__container.qlwapp-hide,.qlwapp__container .qlwapp__contact.qlwapp-hide{display:none}.qlwapp__container.mobile .qlwapp__contact.qlwapp-desktop,.qlwapp__container.mobile.qlwapp-desktop{display:none}.qlwapp__container.desktop .qlwapp__contact.qlwapp-mobile,.qlwapp__container.desktop.qlwapp-mobile{display:none}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{position:fixed;z-index:9999999}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left{right:auto;left:0}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__time{left:0;right:auto}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button--bubble .qlwapp__text,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button--bubble .qlwapp__text{right:auto;left:var(--qlwapp-scheme-icon-size,60px)}.qlwapp__container.qlwapp__container--middle-left .qlwapp__modal:before,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__modal:before{right:auto;left:20px}.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__time{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--middle-right{transition:top .3s ease;top:auto;bottom:0}.qlwapp__container.qlwapp__container--middle-left:not(.qlwapp__container--closing):not(.qlwapp__container--opening):not(.qlwapp__container--open),.qlwapp__container.qlwapp__container--middle-right:not(.qlwapp__container--closing):not(.qlwapp__container--opening):not(.qlwapp__container--open){top:40%;bottom:auto}.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--bottom-right{top:auto;bottom:0}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button{margin-left:20px}.qlwapp__container.qlwapp__container--middle-left .qlwapp__modal:before,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__modal:before{right:auto;left:20px}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button{margin-right:20px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble{border-radius:200px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button{border-radius:50px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal{border-radius:8px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message{border-radius:4px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message::before{background-color:inherit}.qlwapp__container p:last-child{margin:0}.qlwapp__container time{opacity:.8;font-style:italic;font-size:10px}.qlwapp-is-mobile{width:auto}.qlwapp-is-mobile.qlwapp__container--rounded .qlwapp__modal{border-radius:0}.qlwapp{font-weight:400;font-size:12px;font-family:Inter,sans-serif}.qlwapp--woocommerce .qlwapp__container{display:inline-block!important;width:auto!important}.qlwapp--woocommerce .qlwapp__container.qlwapp__button .qlwapp__toggle{margin:0}.qlwapp--shortcode .qlwapp__container{width:auto}.qlwapp__footer,.qlwapp__response{position:relative;bottom:0;left:0;right:0;height:auto;width:100%;overflow:hidden}.qlwapp__footer,.qlwapp__footer pre,.qlwapp__footer textarea,.qlwapp__response,.qlwapp__response pre,.qlwapp__response textarea{max-height:160px}.qlwapp__footer pre,.qlwapp__footer textarea,.qlwapp__response pre,.qlwapp__response textarea{color:inherit;background-color:inherit}.qlwapp__footer:before,.qlwapp__response:before{pointer-events:none;position:absolute;content:"";height:100%;background:linear-gradient(315deg,transparent 0%,rgb(0 0 0 / .025) 100%);top:0;left:0;right:0}.qlwapp__footer::after,.qlwapp__response::after{content:" ";height:1px;background-color:rgb(0 0 0 / .075);position:absolute;top:0;left:0;right:0}.qlwapp__footer{display:flex;min-height:56px;text-align:center;align-items:center;width:100%;font-size:12px;padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-lg);max-height:150px}.qlwapp__footer img{max-width:100px}.qlwapp__footer *{color:var(--qlwapp-scheme-text,#303030)}.qlwapp__footer p{padding:0;font-size:inherit;width:100%}.qlwapp__footer p:last-child{margin-bottom:0}.qlwapp__footer h1,.qlwapp__footer h2,.qlwapp__footer h3,.qlwapp__footer h4,.qlwapp__footer h5,.qlwapp__footer h6{display:block;font-weight:600;margin:0;padding:0}.qlwapp__footer h1{font-size:1.5em}.qlwapp__footer h2{font-size:1.25em}.qlwapp__footer h3{font-size:1.125em}.qlwapp__footer h4{font-size:1em}.qlwapp__footer h5{font-size:.875em}.qlwapp__footer h6{font-size:.75em}.qlwapp__response,.qlwapp__response pre,.qlwapp__response textarea,.qlwapp__response .qlwapp__response__buttons{min-height:56px}.qlwapp__response pre,.qlwapp__response textarea{width:100%;height:100%;resize:none;border:none;padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-lg);padding-right:calc(var(--qlwapp--padding-lg)*2);font-family:var(--qlwapp-scheme-font-size,inherit);font-size:1em!important;font-weight:400;line-height:20px;white-space:pre-wrap;word-wrap:break-word;border-radius:inherit;margin:0}.qlwapp__response pre{visibility:hidden}.qlwapp__response textarea{position:absolute;bottom:0;left:0}.qlwapp__response textarea:focus{outline:none}.qlwapp__response textarea::placeholder{opacity:.5}.qlwapp__response .qlwapp__response__buttons{position:absolute;top:0;right:21px;display:flex;align-items:center}.qlwapp__response .qlwapp__response__buttons svg{width:18px}.qlwapp__response .qlwapp__response__buttons.active>i{display:none}.qlwapp__response .qlwapp__response__buttons.active>i.qlwf-emoji{display:block}.qlwapp__response .qlwapp__response__buttons>i{opacity:.4}.qlwapp__response .qlwapp__response__buttons>i,.qlwapp__response .qlwapp__response__buttons>a{cursor:pointer;margin:0 0 0 10px;display:inherit;font-size:18px;line-height:24px;text-decoration:none}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--disabled{pointer-events:none;opacity:.5}.qlwapp__consent{padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-lg);border-top:1px solid rgb(0 0 0 / .075);background-color:rgb(0 0 0 / .025)}.qlwapp__consent .qlwapp__consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text,#303030);margin:0}.qlwapp__consent .qlwapp__consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand,#25d366)}.qlwapp__consent .qlwapp__consent-text{flex:1;user-select:none}.qlwapp__general-consent{text-align:start;font-size:12px;padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-lg);border-top:1px solid rgb(0 0 0 / .075);background-color:rgb(0 0 0 / .025);animation:fadeIn .3s ease-in-out}.qlwapp__general-consent .qlwapp__general-consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text,#303030);margin:0}.qlwapp__general-consent .qlwapp__general-consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand,#25d366)}.qlwapp__general-consent .qlwapp__general-consent-text{flex:1;user-select:none}.qlwapp__general-consent .qlwapp__general-consent-text br{display:block;content:"";margin-top:.5em}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.qlwapp__general-consent--accepted{animation:fadeOut 1s ease-in-out forwards}@keyframes fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.qlwapp__header{background-color:var(--qlwapp-scheme-brand,#25d366);color:var(--qlwapp-scheme-text,#ffffff);position:relative;overflow:hidden;height:auto;max-height:150px}.qlwapp__header:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(315deg,transparent 0%,rgb(0 0 0 / .05) 100%)}.qlwapp__header .qlwapp__close{position:absolute;top:12px;right:12px}@media(min-width:430px){.qlwapp__header .qlwapp__close{position:absolute;top:7px;right:7px;font-size:18px}}.qlwapp__header .qlwapp__header-description{align-items:center}.qlwapp__header .qlwapp__header-description p,.qlwapp__header .qlwapp__header-description h3{color:inherit;font-family:inherit;margin:0}.qlwapp__header .qlwapp__header-description h3{margin:0 0 .25em 0}.qlwapp__header .qlwapp__header-description img{max-width:100px}.qlwapp__header .qlwapp__header-description *{color:var(--qlwapp-scheme-text,#ffffff)!important}.qlwapp__header .qlwapp__header-description,.qlwapp__header .qlwapp__header-contact{padding:calc(var(--qlwapp--padding-xs) + 2px) var(--qlwapp--padding-lg);height:100%}.qlwapp__header .qlwapp__header-contact{display:flex;justify-content:flex-end;align-items:center;gap:var(--qlwapp--padding-sm)}.qlwapp__header .qlwapp__header-contact .qlwapp__previous{margin-right:auto}.qlwapp__header .qlwapp__header-contact .qlwapp__previous>i{line-height:36px}.qlwapp__header .qlwapp__header-contact .qlwapp__info{text-align:right}.qlwapp__header .qlwapp__header-contact .qlwapp__avatar{width:42px;height:42px}.qlwapp__header .qlwapp__header-contact .qlwapp__name{color:var(--qlwapp-scheme-contact-name-color,#141414);color:inherit}.qlwapp__message-list{display:flex;align-items:center;flex-direction:column;gap:var(--qlwapp--padding-sm);padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-lg);overflow:auto;height:100%}.qlwapp__message{padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-md);position:relative;align-self:flex-start;word-wrap:break-word;max-width:calc(100% - var(--qlwapp--padding-sm)*2);background-color:#eee;word-break:break-word}.qlwapp__message:before{content:"";position:absolute;top:0;width:20px;height:20px;right:auto;left:0;transform:matrix(1,0,1,1,-2,0)}.qlwapp__message--user{width:auto;align-self:end;justify-self:flex-end;margin-top:0;word-break:var(--qlwapp-scheme-box-message-word-break)}.qlwapp__message--user:before{right:0;left:auto;transform:matrix(1,0,1,-1,2,0)}.qlwapp__message--user:first-child:before{top:-6px;right:10%;transform:rotate(45deg)}.qlwapp__modal{pointer-events:all;position:relative;top:auto;bottom:auto;left:auto;right:auto;z-index:99999;box-shadow:0 8px 25px -5px rgb(45 62 79 / .15);background-color:#fff;margin-top:24px;margin-left:24px;margin-right:24px;margin-bottom:12px}.qlwapp__modal:before{background-color:#fff;content:"";position:absolute;bottom:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg)}.qlwapp__modal .qlwapp__header{border-top-left-radius:inherit;border-top-right-radius:inherit}.qlwapp__modal .qlwapp__header .qlwapp__carousel{position:relative}.qlwapp__modal .qlwapp__body{overflow:hidden}.qlwapp__modal .qlwapp__body .qlwapp__carousel{position:relative;max-height:min(var(--qlwapp-scheme-box-height, 500px),var(--qlwapp-scheme-box-max-height, 500px))}.qlwapp__modal .qlwapp__footer,.qlwapp__modal .qlwapp__response{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.qlwapp__modal .qlwapp__time,.qlwapp__modal .qlwapp__label,.qlwapp__modal .qlwapp-offline-text{font-size:12px;line-height:1.5em;opacity:.6;display:block}.qlwapp__modal .qlwapp__time{font-size:11px;font-style:italic;text-align:justify}.qlwapp__modal .qlwapp__name{display:block;font-weight:700;line-height:1.5em}.qlwapp__modal .qlwapp__label{color:var(--qlwapp-scheme-contact-role-color,inherit);text-align:justify}.qlwapp__modal .qlwapp__name{color:var(--qlwapp-scheme-contact-name-color,inherit);text-align:justify}.qlwapp__modal .qlwapp__time{color:var(--qlwapp-scheme-contact-availability-color,inherit)}.qlwapp-is-mobile .qlwapp__modal{position:fixed;bottom:0;left:0;right:0;box-shadow:0 5px 20px 5px rgb(0 0 0 / .5);margin:0}.qlwapp-is-mobile .qlwapp__modal::before{content:none}.qlwapp-is-mobile .qlwapp__modal .qlwapp__header{border-top-left-radius:0;border-top-right-radius:0}.qlwapp-is-mobile .qlwapp__modal .qlwapp__footer,.qlwapp-is-mobile .qlwapp__modal .qlwapp__response{border-bottom-left-radius:0;border-bottom-right-radius:0}@keyframes closeModal{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px)}}@keyframes openModal{from{opacity:0;visibility:hidden;transform:translateY(50px)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes closeModalInMobile{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px) scale(.9)}}@keyframes openModalInMobile{from{opacity:0;visibility:hidden;transform:translateY(50px) scale(.9)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes pulse{0%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgb(0 0 0 / .06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgb(0 0 0 / .16),0 0 0 0 var(--qlwapp-pulse-color,rgb(37 211 102 / .7))}70%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgb(0 0 0 / .06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgb(0 0 0 / .16),0 0 0 var(--qlwapp-pulse-size,12px) var(--qlwapp-pulse-color,#fff0)}100%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgb(0 0 0 / .06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgb(0 0 0 / .16),0 0 0 0 var(--qlwapp-pulse-color,#fff0)}}@keyframes shakeX{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeY{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.qlwapp__container .qlwapp__modal{animation:openModal .4s forwards}.qlwapp__container--closing .qlwapp__modal{animation:closeModal .4s forwards}.qlwapp-is-mobile .qlwapp__modal{animation:openModalInMobile .4s forwards}.qlwapp-is-mobile.qlwapp__container--closing .qlwapp__modal{animation:closeModalInMobile .4s forwards}.qlwapp__modal{opacity:0;visibility:hidden}.qlwapp__modal .qlwapp__carousel{display:flex;width:200%;height:100%}.qlwapp__modal .qlwapp__carousel .qlwapp__carousel-slide{width:50%;transition:max-height 500ms cubic-bezier(.215,.61,.355,1) 1000ms,transform 300ms cubic-bezier(.215,.61,.355,1) 500ms,opacity 500ms ease-in 500ms}.qlwapp__modal .qlwapp__header .qlwapp__carousel-slide{max-height:300px}.qlwapp__modal .qlwapp__header .qlwapp__name,.qlwapp__modal .qlwapp__header .qlwapp__avatar{opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) .3s,opacity ease-in .3s}.qlwapp__modal .qlwapp__header .qlwapp__name{transform:translateX(56px)}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transform:scale(.5)}.qlwapp__modal .qlwapp__header .qlwapp__name{transition-delay:800ms}.qlwapp__modal .qlwapp__header .qlwapp__header-description{transition-delay:850ms}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transition-delay:900ms}.qlwapp__modal .qlwapp__response,.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{transition:transform cubic-bezier(.215,.61,.355,1) 600ms,opacity ease-in 200ms}.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{opacity:0}.qlwapp__modal .qlwapp__response{pointer-events:none;display:none;opacity:0}.qlwapp__modal .qlwapp__footer{max-height:150px}.qlwapp__modal .qlwapp__previous{transform:translateX(56px)}.qlwapp__modal .qlwapp__message{transform:translateY(56px);transition-delay:200ms}.qlwapp__modal .qlwapp__close{transition:opacity 300ms cubic-bezier(.215,.61,.355,1)}.qlwapp__modal .qlwapp__header-description{transition:opacity 900ms cubic-bezier(.215,.61,.355,1)}.qlwapp__modal .qlwapp__contact{transition:transform 600ms cubic-bezier(.215,.61,.355,1),opacity 150ms ease-in}.qlwapp__modal .qlwapp__previous{transition-delay:800ms}.qlwapp__modal .qlwapp__close,.qlwapp__modal .qlwapp__header-description{transition-delay:900ms}.qlwapp__modal .qlwapp__contact:nth-of-type(6){transition-delay:600ms}.qlwapp__modal .qlwapp__contact:nth-of-type(5){transition-delay:500ms}.qlwapp__modal .qlwapp__contact:nth-of-type(4){transition-delay:400ms}.qlwapp__modal .qlwapp__contact:nth-of-type(3){transition-delay:300ms}.qlwapp__modal .qlwapp__contact:nth-of-type(2){transition-delay:200ms}.qlwapp__modal .qlwapp__contact:nth-of-type(1){transition-delay:100ms}.qlwapp__modal .qlwapp__header-contact{opacity:0}.qlwapp__modal .qlwapp__message{opacity:0;transform:translateY(-56px)}.qlwapp__modal .qlwapp__modal .qlwapp__contact:hover{background-color:#fafafa}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide{transform:translateX(-100%)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide .qlwapp__header-contact{opacity:1}.qlwapp__modal--response .qlwapp__close{transition-delay:0ms}.qlwapp__modal--response .qlwapp__close,.qlwapp__modal--response .qlwapp__header-description,.qlwapp__modal--response .qlwapp__contact{opacity:0}.qlwapp__modal--response .qlwapp__contact{transform:translateY(-33.333%);border-top-color:#fff0!important}.qlwapp__modal--response .qlwapp__message{display:block}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{opacity:1}.qlwapp__modal--response .qlwapp__footer{display:none}.qlwapp__modal--response .qlwapp__response{pointer-events:all;display:block;opacity:1}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{transform:translate(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__carousel-slide{max-height:84px}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{opacity:1}.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{opacity:0}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{transform:translateX(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{transform:scale(1)}.qlwapp__modal--opening .qlwapp__response,.qlwapp__modal--opening .qlwapp__close,.qlwapp__modal--opening .qlwapp__previous,.qlwapp__modal--opening .qlwapp__header .qlwapp__name,.qlwapp__modal--opening .qlwapp__header-description{visibility:visible}.qlwapp__modal--closing .qlwapp__info,.qlwapp__modal--closing .qlwapp__avatar__container{transform:translateX(100px);opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) 300ms,opacity ease-out 200ms}.qlwapp__modal--closing .qlwapp__message{transition:all .4s;transform:translateY(100%);opacity:0}.qlwapp__modal--closing .qlwapp__previous{transition-delay:0ms;transform:translateX(-24px);opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) 300ms,opacity ease-out 200ms}.qlwapp__button{animation-duration:1.5s;animation-timing-function:ease-in;animation-name:var(--qlwapp-button-animation-name,"none");animation-delay:var(--qlwapp-button-animation-delay,0);animation-iteration-count:1;transform-origin:center;background-image:unset!important}.qlwapp__button--bubble .qlwapp__close{transform:scale(0,0);opacity:0;position:absolute}.qlwapp__button--bubble .qlwapp__icon{transform:scale(1,1);opacity:1}.qlwapp__button--bubble .qlwapp__icon,.qlwapp__button--bubble .qlwapp__close{transition:transform 300ms cubic-bezier(.215,.61,.355,1),opacity 300ms ease-in}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__close{transform:scale(1,1);opacity:1}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__icon{transform:scale(0,0);opacity:0}.qlwapp__modal--open .qlwapp__icon{display:none;transform:scale(0,0)!important;opacity:0!important}.qlwapp__modal--open .qlwapp__close{display:none;transform:scale(1,1)!important;opacity:1!important}.rtl .qlwapp__modal .qlwapp__header .qlwapp__header-contact .qlwapp__previous{margin-right:0;margin-left:auto}.rtl .qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide{transform:translateX(100%)}.rtl .qlwapp__response textarea{padding-right:var(--qlwapp--padding-sm);padding-left:calc(var(--qlwapp--padding-lg)*2)}.rtl .qlwapp__response .qlwapp__response__buttons{right:auto;left:21px}:root{--qlwapp--padding-xs:8px;--qlwapp--padding-sm:16px;--qlwapp--padding-md:24px;--qlwapp--padding-lg:32px;--qlwapp--padding-xl:40px}