.loading-overlay{display:table;opacity:.7}.loading-overlay-content{text-transform:uppercase;letter-spacing:.4em;font-size:1.15em;font-weight:700;text-align:center;display:table-cell;vertical-align:middle}.loading-overlay.loading-theme-light{background-color:#fff;color:#000}.loading-overlay.loading-theme-dark{background-color:#000;color:#fff}
/**
* Shop tables
*/
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
* Products
*/
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
* Single product
*/
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
* Checkout
*/
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
* General WooCommerce components
*/

/**
* Header cart
*/
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
* Star rating
*/
.product-rate .star-rating span {
	padding-top: 20px;
}
.product-rate .star-rating {
	line-height: 1.4;
}
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
* Tabs
*/
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
* Password strength meter
*/
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
* Forms
*/
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
* Notices
*/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	color: #e81818;
	border:1px solid  #e81818;
	background-color: #ffded6;
	padding: 15px;
	border-radius: 3px;
	width:  100%;

}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

/**
* Header cart
*/
.site-header-cart .widget_shopping_cart {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999999;
	left: -999em;
	display: block;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
	left: 0;
	display: block;
}
}

/**
* WooCommerce widgets
*/

/**
* WooCommerce Price Filter
*/
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
.woocommerce-form-coupon-toggle{
	width: 100%;
}
.woocommerce-form-coupon-toggle .showcoupon{
	color: #e81818;
	font-weight: 700;
}
.checkout_coupon .form-row{
	position: relative;
}
.checkout_coupon p{margin-top: 10px;}
.checkout_coupon .btn-coupon{
	width: 100px;
	background-color: #e81818;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 0;
	right:0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

}
.checkout_coupon .btn-coupon:hover{
	background-color: #333;
	color: #fff;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
	padding: 15px;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label{
	font-weight: 700;
	width: 100%;
	display: block;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row{
	width: 50%;
}
.woocommerce-billing-fields__field-wrapper .input-text,
.woocommerce-shipping-fields__field-wrapper .input-text{
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-input-wrapper{
	width: 90%;
}
.shop_table .cart-subtotal > th{
	min-width: 100px;
}
.shop_table #shipping_method{
	display: none;
}
.woocommerce-shipping-destination{
	font-size: 13.5px !important;
	margin-bottom: 17px;
}
#order_review_heading{text-transform: uppercase;}
#order_review{
	width: 100%;
	padding: 15px;
	background-color: #f9f9f9;
	border-radius: 5px;
}
#place_order{
	border:none;
	color: #fff;
	background-color: #e81818;
	font-weight: 700;
	min-width: 150px;
	padding: 10px 20px;
	text-transform: uppercase;
	margin-left: auto;
}
#place_order:hover{
	background-color: #FF3434;
}
.woocommerce-additional-fields__field-wrapper{
	padding: 15px;
}
#order_comments {
	width: 100%;
	display: block;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#customer_details{
	margin-top: 15px;
}
#customer_details >.d-flex{
	padding: 15px;
	background-color: #f9f9f9;
	border-radius: 5px;
}
#shipping_country_field,#shipping_postcode_field{
	display: none !important;
}
.woocommerce-NoticeGroup{
	width: 100%;
	padding: 15px;
}
.woocommerce-error{
	background-color: #ffded6;
	padding: 15px;
	color:#e81818;
	margin-top: 15px;
}
.woocommerce-NoticeGroup ul{
	list-style: none;
}
.order-info ul{
	max-width: 575px;
	border:1px dashed #e81818;
	background-color: #f9f9f9;
	padding: 15px;
	border-radius: 5px;
	background-color: #ffded6;
}
/** Review */
.woocommerce-Reviews-title{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #e81818;
	margin-bottom: 15px;
}
.woocommerce-Reviews .comment-reply-title{
	font-weight: 700;
	font-size: 14px !important;
	margin-bottom: 15px;
}
.comment-notes{
	display: block;
	width: 100%;
}
.woocommerce-Reviews .comment-form-rating, 
.woocommerce-Reviews .comment-form-comment{
	display: block;
	width: 100%;
}
.woocommerce-Reviews label{
	display: block;
}
.woocommerce-Reviews textarea{
	width: 100%;
}
.stars > span > a:hover{
	color: #ffc107;
}
.stars > span > a:hover :before{
	color: #ffc107;
}
.woocommerce-Reviews input{
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-Reviews .comment-form-comment textarea{
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 15px;
}
.woocommerce-Reviews #comments .avatar{
	left: 15px;
}
.woocommerce-Reviews .comment_container{
	padding-left: 20px;
}
.star-rating span::before{
	color: #ff9800;
}
.woocommerce-Reviews-title{
	text-transform: none;
	font-weight: 700;
}
.woocommerce-Reviews-title span{
	color: #000;
	text-transform: none;
}
.woocommerce-Reviews .meta{
	margin-bottom: 5px;
}
.wc_payment_methods.methods {
	list-style: none;
	margin: 35px 0;
}
.wc_payment_methods label {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
}
.wc_payment_methods .payment_box p {
	font-size: 15px;
}
.woocommerce-info .showlogin {
	font-weight: 700;
}
.woocommerce-form-login, .woocommerce-form-login-toggle {
	width: 100%;
	margin-bottom: 15px;
}
.inner-woocommerce-form-login {
	max-width: 700px;
	margin: 0 auto;
	background: #fdfdfd;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
}
.inner-woocommerce-form-login .form-row {
	flex-direction: column;
	align-items: center;
	-webkit-flex-direction: column;
	-webkit-align-items: center;
	max-width: 365px;
	margin: 0 auto;
}
.inner-woocommerce-form-login .form-row > * {
	width: 100%;
}
.inner-woocommerce-form-login .form-row input {
	border-radius: 6px;
	padding: 8px 15px;
	font-size: 16px;
	border: 1px solid #c6c6c6cc;
}
.inner-woocommerce-form-login .form-row label {
	margin-bottom: 5px;
}
.inner-woocommerce-form-login .button {
	background-color: #e81818;
	border: none;
	border-radius: 6px;
	font-size: 20px;
	line-height: 48px;
	padding: 0 16px;
	color: #fff;
	font-weight: 700;
}
.inner-woocommerce-form-login .woocommerce-form-login__rememberme {
	margin: 25px 0 10px;
}
.inner-woocommerce-form-login .lost_password {
	text-align: center;
	margin-top: 15px;
}
#account_password {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (max-width: 575px){
	.woocommerce-billing-fields__field-wrapper{
		padding: 0;
	}
	.woocommerce-billing-fields__field-wrapper .form-row{
		margin: 0;
	}
	.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper{
		width: 95%;
	}
	.woocommerce-additional-fields__field-wrapper {
		padding: 0 5px;
	}
	.woocommerce-cart-form__contents .cart_item .product-remove {
		margin-bottom: -10px;
		font-size: 30px;
		float: right;
	}
	.product-total, .order-total td {
		white-space: nowrap;
	}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"\2014\00A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes a{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite a}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes b{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite b}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes c{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite c}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}body{font-family:Roboto,sans-serif;font-size:14px;line-height:1.4;box-sizing:border-box}@media (max-width:575px){body{padding-top:60px;padding-bottom: 50px;}}a{color:#e81818;-webkit-transition: background-color 0.3s ease-out;-moz-transition: background-color 0.3s ease-out;-o-transition: background-color 0.3s ease-out;transition: background-color 0.3s ease-out;}a:hover{text-decoration:none}img{max-width:100%;height:auto}@keyframes d{0%{transform:scale(1)}15%{box-shadow:0 0 0 3px rgba(232,24,24,.4)}25%{box-shadow:0 0 0 5px rgba(232,24,24,.4),0 0 0 10px rgba(232,24,24,.2)}25%{box-shadow:0 0 0 8px rgba(232,24,24,.4),0 0 0 15px rgba(232,24,24,.2)}}.brand-logo{display:block;width:216px;height:55px;background:url(../images/logo.png) no-repeat;background-size:216px 55px}.top-header-group{background:#333;color:#fff;font-size:11px;text-transform:uppercase;font-weight:500;padding:8px 0;line-height:20px}.top-header-group .list-member{display:-ms-flexbox;display:flex;list-style:none;padding:0;margin:0}.top-header-group .list-member li{padding-left:18px;position:relative;background:url(../images/favicon-white.png) no-repeat 0 4px;background-size:14px}.top-header-group .list-member li:not(:last-child){margin-right:25px}.top-header{padding:10px 0}.top-header .btn-hotline{color:#fff;font-weight:700;border-radius:50px;padding:4px 18px;color:#e81818;border:1px solid #e81818;font-size:16px;display:-ms-flexbox;display:flex;align-items:center;-webkit-align-items:center}.top-header .btn-hotline .icon{font-size:20px;margin-right:5px}.top-header .mini-cart{margin-left:15px;width:35px;height:35px;background-color:#e81818;display:inline-block;border-radius:40px;position:relative;line-height:35px;text-align:center}.top-header .mini-cart path{fill:#fff}.top-header .mini-cart .number-item{color:#fff;width:15px;height:15px;position:absolute;top:-5px;right:-1px;background-color:#191919;text-align:center;line-height:12px;font-size:11px;border-radius:25px;font-family:Arial,Helvetica,sans-serif}@media (max-width:575px){.top-header .mini-cart{margin-left:0}}.top-header .mini-shop{display:flex;align-items:center;margin-left:15px;color:#e81818}.top-header .mini-shop .icon-shop{border:1px solid #e81818;display:flex;align-items:center;justify-content:center;border-radius:40px;height:35px;width:35px;margin-right:5px}@media (max-width:575px){.top-header .mini-shop{display:none}}.search-form .form-group{position:relative;margin-bottom:5px}.search-form .form-control{border-radius:40px;font-size:14px;border:none;background-color:#f2f2f2;min-height:40px;padding-left:20px;padding-right:20px;color:#8a8a8a}.search-form .form-control:focus{color:#191919}.search-form .btn-search{background:none;box-shadow:none;outline:none;position:absolute;top:0;right:0}.header-form .suggest-key{padding-left:15px}.header-form .suggest-key a{color:#8a8a8a;display:inline-block;margin:0 2px}.header-form .suggest-key a:hover{color:#e81818}.primary-nav{background-color:#e81818;padding:0}.primary-nav .main-menu a{color:#fff;display:block}.primary-nav .main-menu li.active > a,.primary-nav .main-menu a:hover{background-color:#d31111}.primary-nav>li>a{text-transform:uppercase}.primary-nav .main-menu>.menu-item{position:relative}.primary-nav .main-menu>.menu-item>a{font-weight:700;padding:15px;transition:all .3s}@media (max-width:575px){.primary-nav .main-menu>.menu-item>a{padding:10px 15px}}.primary-nav .main-menu>li>a{position:relative;text-transform:uppercase}.primary-nav .main-menu>li>a:before{content:"";width:30px;height:25px;background-repeat:no-repeat;background-size:auto 25px;background-size:bottom center;position:absolute;top:auto;bottom:15px;left:10px}@media (max-width:575px){.primary-nav .main-menu>li>a:before{bottom:10px}}.primary-nav .main-menu>li.icon-home>a:before{background-image:url(../images/icon-home-2.svg)}.primary-nav .main-menu>li.icon-1>a:before{background-image:url(../images/icon-1.svg)}.primary-nav .main-menu>li.icon-2>a:before{background-image:url(../images/icon-2.svg)}.primary-nav .main-menu>li.icon-3>a:before{background-image:url(../images/icon-3.svg)}.primary-nav .main-menu>li.icon-4>a:before{background-image:url(../images/icon-4.svg)}.primary-nav .main-menu>li.icon-5>a:before{background-image:url(../images/icon-5.svg)}.primary-nav .main-menu>li.icon-6>a:before{background-image:url(../images/icon-6.svg)}.primary-nav .main-menu>.mega{position:static}.primary-nav .menu-toggler{position:relative;display:flex;align-items:center}.primary-nav .icon-menu{width:30px;display:inline-block;position:relative}.primary-nav .icon-menu,.primary-nav .icon-menu:before{height:3px;background-color:#fff;border-radius:4px;transition:all .3s}.primary-nav .icon-menu:before{content:"";width:100%;position:absolute;top:0;left:0;margin-top:-9px}.primary-nav .icon-menu:after{content:"";border-radius:4px;width:100%;height:3px;position:absolute;top:0;left:0;background-color:#fff;margin-top:9px;transition:all .3s}.primary-nav .menu-toggler.show span{background:transparent}.primary-nav .menu-toggler.show span:before{border-radius:0;margin-left:-17px;transform:rotate(135deg)}.primary-nav .menu-toggler.show span:after{border-radius:0;margin-right:-10px;transform:rotate(-45deg)}.primary-nav .menu-toggler.show span:after,.primary-nav .menu-toggler.show span:before{top:50%;left:50%;width:15px;height:15px;margin-top:-10px;border-top:3px solid #fff;border-left:3px solid #fff;background:0 0}.primary-nav .menu-side-slide{display:none}.sub-nav{background-color:#f2f2f2}.sub-nav li{font-weight:700}.sub-nav li a{display:block;padding:0 15px;color:#191919}.sub-nav li a:hover{color:#e81818}.about-nav{display:none;position:relative;bottom:0}.about-nav.show{display:block}.about-nav .container{display:flex;position:relative;justify-content:flex-end}.about-menu{position:absolute;z-index:1;background-color:#fff;list-style:none;box-shadow:0 20px 20px rgba(0,0,0,.05);padding:0 25px;top:-35px}.about-menu li{padding:0}.about-menu a{font-size:15px;font-weight:700;display:block;padding:10px 0;border-bottom:1px dashed #f2f2f2;color:#191919}.about-menu a:hover{color:#e81818}.about-menu li:last-child a{border:none}@media (max-width:575px){.top-header{position:fixed;top:0;left:0;z-index:12;width:100%;padding:0;background-color:#e81818;box-shadow:0 0 5px 0 rgba(0,0,0,.4)}.top-header,.top-header .row{align-items:center}.top-header .mini-cart{background-color:#fff}.top-header .mini-cart path{fill:#e81818}.header-logo{margin:5px 0}.brand-logo{background-image:url(../images/logo-mobile.png);width:196px;height:50px;background-size:100% auto;margin:0 auto}.header-action .btn-hotline{display:none}}@media (max-width:575px){.top-header.none-sticky{top:-100px}.top-header.sticky{top:0}}.main-menu .nav-item{position:relative}.main-menu .dropdown-menu{border-radius:0;margin-top:0;border:none;border-top:1px solid #d31111;box-shadow:2px 2px 15px -8px rgba(0,0,0,.58);-webkit-box-shadow:2px 2px 15px -8px rgba(0,0,0,.58)}.main-menu .dropdown-menu a{font-weight:500;padding-top:10px;padding-bottom:10px;font-size:15px;color:#333;border-bottom:1px solid #e6e6e6}.main-menu .dropdown-menu a:hover{color:#fff}@media (max-width:768px){.main-menu .dropdown-menu{box-shadow:none;-webkit-box-shadow:none}}.bar-button{color:#fff;font-size:14px;text-transform:uppercase;display:-ms-flex;display:flex;justify-content:space-between;-webkit-justify-content:space-between;align-items:center;-webkit-align-items:center;font-weight:700;padding:14px 10px;background:#d31111;cursor:pointer;position:relative}.bar-button:after,.bar-button:before{content:"";position:absolute;top:50%;margin-top:-1px;height:2px;width:9px;background:#fff;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:width .3s,transform .3s}.bar-button:before{right:22px;transform:rotate(45deg)}.bar-button:after{right:17px;transform:rotate(-45deg)}.bar-button.show:after,.bar-button.show:before{width:14px}.bar-button.show:before{transform:translateX(5px) rotate(-45deg)}.bar-button.show:after{transform:rotate(45deg)}.bar-button .btn-menu-text::-moz-selection{background:transparent}.bar-button .btn-menu-text::selection{background:transparent}.bar-button .btn-menu-text{display:flex;align-items:center}.bar-button .btn-menu-text .fa{font-size:22px;margin-right:10px}#primary-nav .container{display:block}.mobile-menu-toggler{border:none;background:none;height:40px;margin-top:-8px;margin-left:-15px}.mobile-menu-toggler,.mobile-menu-toggler:focus{outline:none;box-shadow:none}.mobile-menu-toggler .icon-menu{height:3px;width:30px;background-color:#fff;border-radius:4px;display:inline-block;position:relative;transition:all .3s}.mobile-menu-toggler .icon-menu:before{margin-top:-10px}.mobile-menu-toggler .icon-menu:after,.mobile-menu-toggler .icon-menu:before{content:"";border-radius:4px;width:100%;height:3px;position:absolute;top:0;left:0;background-color:#fff;transition:all .3s}.mobile-menu-toggler .icon-menu:after{margin-top:10px}.mobile-menu-toggler.show span{background:transparent}.mobile-menu-toggler.show span:before{border-radius:0;margin-left:-17px;transform:rotate(135deg)}.mobile-menu-toggler.show span:after{border-radius:0;margin-right:-10px;transform:rotate(-45deg)}.mobile-menu-toggler.show span:after,.mobile-menu-toggler.show span:before{top:50%;left:50%;width:15px;height:15px;margin-top:-10px;border-top:3px solid #fff;border-left:3px solid #fff;background:0 0}.main-menu{position:relative}.main-menu .mega-menu{position:static}.main-menu .mega-menu .mega-menu-wrap{box-shadow:0 20px 20px rgba(0,0,0,.05);background:none;margin-top:-10px;width:100%;border-top-left-radius:5px;border-top-right-radius:5px;border:none;display:none;transition:all .3s;flex-wrap:wrap}.main-menu .mega-menu .mega-menu-wrap p{font-size:15px;font-weight:700}.main-menu .mega-menu .mega-menu-wrap .widget-title{margin-bottom:0}.main-menu .mega-menu .mega-menu-wrap .widget-title a{font-weight:700;text-transform:uppercase;font-size:14px;color:#e81818}.main-menu .mega-menu .mega-menu-wrap .widget-title a:hover{color:#e81818;background:none}.main-menu .mega-menu .widget-list-cat{padding:15px;padding-top:15px;background:#fff;border-top:3px solid #d31111}.main-menu .mega-menu .widget-list-cat ul{flex-direction:column;width:100%}.main-menu .mega-menu .widget-list-cat li{font-size:14px;display:block;padding:3px 0}.main-menu .mega-menu .widget-list-cat li:last-child{border:none}.main-menu .mega-menu .widget-list-cat li a{color:#191919;display:block;padding:5px 0}.main-menu .mega-menu .widget-list-cat li a:hover{color:#e81818;background:none}.main-menu .mega-menu .widget-list-cat .viewmore a{position:relative;font-weight:400;opacity:.9}.main-menu .mega-menu .widget-list-cat .viewmore a:after{content:"\f178";font:normal normal normal 14px/1 FontAwesome;color:#fff;margin-left:5px;opacity:.9}.main-menu .mega-menu-wrap{width:100%}.main-menu .mega-menu-wrap .widget-image-menu{position:relative;min-height:275px}.main-menu .mega-menu-wrap .widget-image-menu img{position:absolute;bottom:-8px;left:10px}.main-menu .mega-menu:hover .mega-menu-wrap{display:flex;flex-wrap:wrap}menu.page-menu{padding:0;margin:0;position:sticky;top:0;z-index:11}.is-dropdown{position:relative}.is-dropdown .menu-side-slide{position:absolute;top:100%;left:0;right:0;z-index:3;padding:0 5px;background:#fff;box-shadow:2px 2px 15px -8px rgba(0,0,0,.58);-webkit-box-shadow:2px 2px 15px -8px rgba(0,0,0,.58)}.is-dropdown .menu-side-slide.show{display:block}.is-dropdown .search-form{display:none;width:calc(100% - 30px);margin:10px auto}@media (max-width:575px){.is-dropdown .search-form{display:block}}@media (min-width:767px){.bar-button:hover~.menu-side-slide,.menu-side-slide:hover{display:block}}@media (max-width:767px){.is-dropdown{position:relative}.is-dropdown .menu-side-slide{position:relative;background:transparent;box-shadow:none;-webkit-box-shadow:none}.is-dropdown .menu-side-slide .dropdown>a:after{display:none}#primary-nav .mega-menu-wrap{display:none!important}.primary-nav{position:fixed;z-index:10;left:0;top:60px;width:280px;height:calc(100vh - 60px);overflow-y:scroll;overflow-x:hidden;display:none}.primary-nav.show{display:block}.primary-nav .main-menu{padding-left:15px;padding-right:15px;margin-top:0!important}.primary-nav .main-menu>.menu-item>a{padding:8px 0}.primary-nav .main-menu .menu-item{border-top:1px solid #f6764a}.primary-nav .main-menu a:hover{padding-left:10px;padding-right:10px}.primary-nav .menu-side-slide{padding-left:25px;display:block}.primary-nav .menu-side-slide .menu-icon.icon-1:before{background-image:url(../images/icon-1-white.svg)}.primary-nav .menu-side-slide .menu-icon.icon-2:before{background-image:url(../images/icon-2-white.svg)}.primary-nav .menu-side-slide .menu-icon.icon-3:before{background-image:url(../images/icon-3-white.svg)}.primary-nav .menu-side-slide .menu-icon.icon-4:before{background-image:url(../images/icon-4-white.svg)}.primary-nav .menu-side-slide .menu-icon.icon-5:before{background-image:url(../images/icon-5-white.svg)}.primary-nav .menu-side-slide /*.menu-icon.icon-6:before{background-image:url(../images/icon-6-white.svg)}*/.primary-nav .menu-side-slide .menu-icon.icon-7:before{background-image:url(../images/icon-7-white.svg)}.primary-nav .menu-side-slide .menu-icon:hover{background:transparent}.primary-nav .menu-side-slide .list-item>li>a{color:#fff;text-transform:unset;font-weight:400}.primary-nav .menu-side-slide .list-item>li>a:hover{color:#fff}.primary-nav .menu-side-slide .list-item>li:not(:last-child){border-bottom:1px solid #f6764a}.primary-nav.navbar{align-items:start}}@media (max-width:575px){.primary-nav{transition:all .3s}.primary-nav.sticky{position:fixed;top:0;left:0;width:100%;z-index:3;height:50px;background-color:#e81818}.primary-nav.sticky:after{top:15px}.primary-nav.sticky .mega-menu:hover .mega-menu-wrap{display:flex;flex-wrap:wrap;position:fixed;top:50px;left:0;width:100%}.primary-nav .active>a{background:none!important}}.sidebar-tax{border-right:1px solid #ddd}.product-type-cat{justify-content:space-between;margin-bottom:15px}.product-type-cat .btn{font-weight:700;text-transform:uppercase;padding:3px 20px;font-size:13px;border:1px solid #ddd;color:#8a8a8a}.product-type-cat .btn:hover,.product-type-cat .like-new{color:#fff;background-color:#e81818}.product-type-cat .like-new{border-color:#e81818}.widget-attr{margin-bottom:30px;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #ddd}.widget-attr:last-child{border:none}.widget-attr .widget-title{text-transform:uppercase;font-weight:700;font-size:15px;color:#e81818;margin-bottom:15px}.widget-attr .list-attr{margin-bottom:0;list-style:none;padding-left:2px}.widget-attr li{margin-bottom:12px;font-weight:700}.widget-attr li:last-child{margin-bottom:0}.widget-sticky{position:sticky;top:15px;z-index:1}@media (max-width:575px){.wrap-fillter{border-top:1px solid #ddd;position:absolute;width:100%;left:0;top:140px;background-color:#fff;z-index:2;padding:15px;overflow-y:auto;padding-bottom:15px;display:none;visibility:hidden;border-bottom:1px solid #ddd}.wrap-fillter.show{visibility:visible;display:block}}.sidebar-cat .widget{margin-bottom:15px}.sidebar-cat .widget-title{background-color:#e81818;padding:10px 15px;color:#fff;text-transform:uppercase;font-weight:700;border-top:2px solid #e02800;margin-bottom:15px}.widget-banner img{width:100%}.page-footer{border-top:2px solid #e81818;background-color:#f0f2f5;color:#999}.page-footer .widget-footer{margin-bottom:15px}.page-footer a{color:#e81818}.page-footer p{margin-bottom:10px}.page-footer .brand-logo-footer{margin:0 0 15px;display:block;width:215px;height:55px;background:url(../images/logo-footer.png) no-repeat;background-size:215px 55px}.page-footer .widget-title{color:#222;font-weight:700;text-transform:uppercase;position:relative;margin-bottom:20px;font-size:16px}.page-footer .widget-title:before{width:80px;border-top:2px solid #555}.page-footer .widget-title:after,.page-footer .widget-title:before{content:"";display:block;position:absolute;top:100%;left:0;margin-top:6px}.page-footer .widget-title:after{width:40px;border-top:2px solid #e81818}.page-footer i{color:#999;margin-right:5px}.page-footer p span{margin-left:auto}@media (max-width:575px){.page-footer p span{display:block;width:100%;margin-left:0;font-weight:700;margin-top:6px}}.page-footer .showroom{margin-bottom:15px}.page-footer .showroom a{font-weight:400}.page-footer p{position:relative}.page-footer p .fa-map-marker,.page-footer p .fa-phone{position:absolute;top:3px;left:0}.page-footer .list-member{padding-left:0;margin-bottom:0;list-style:none}.page-footer .list-member li:not(:last-child){margin-bottom:15px}.footer-top{padding:30px 0 0}.footer-top .title-showrom{font-size:22px;font-weight:700;color:#222;display:block;position:relative;margin-bottom:10px}.footer-top p.text-center{color:#707070;margin-bottom:20px}.footer-top .widget-content p{padding-left:15px;color:#333}.footer-bottom{background:#111;padding:30px 0}.footer-bottom .widget-title{color:#fff}.footer-bottom .list-page a,.footer-bottom .widget-content p{color:#999}.page-footer .list-page{padding-left:20px}.page-footer .list-page li{margin-bottom:10px}.page-footer .list-page a{color:#999}.page-footer .list-page a:hover{color:#fff}.page-footer .btn-hotline-footer{display:block;border:1px solid #999;border-radius:0;font-weight:700;text-transform:uppercase;font-size:14px;padding:10px 15px;width:auto;background-color:#e81818;border-color:#e81818;color:#fff}.page-footer .btn-hotline-footer:hover{opacity:.8}.page-footer .btn-hotline-footer~.btn{margin-top:15px}@media (max-width:575px){.page-footer .btn-hotline-footer{width:100%}}.list-social-link{margin-top:15px;list-style:none;padding-left:0;display:flex;justify-content:center}@media (max-width:575px){.list-social-link{margin-top:15px;margin-bottom:0;justify-content:center}}.list-social-link li{margin-right:5px;margin-left:5px}.list-social-link a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;line-height:1;text-align:center;background-color:#999;border-radius:40px;font-size:18px}.list-social-link a i{margin-right:0;color:#fff}.list-social-link a:hover{color:#191919;background-color:#fff}.list-social-link a:hover i{color:#191919}.modal-menu{display:none;position:fixed;width:100%;height:calc(100vh - 60px);max-height:calc(100vh - 60px);top:60px;left:0;z-index:3;background-color:#fff;padding:15px;overflow-y:auto}@media (min-width:575px){.modal-menu{display:none!important}}.modal-menu.show{display:block}.modal-menu .form-group{margin-bottom:10px}.modal-menu .btn-search{color:#e81818}.modal-menu .suggest-key{padding-left:15px;margin-bottom:15px}.modal-menu .suggest-key a{color:#8a8a8a;display:inline-block;margin:0 2px}.modal-menu .suggest-key a:hover{color:#e81818}.modal-menu .primary-cat{padding:15px;margin:0 -15px}.modal-menu .primary-cat .col:nth-child(5){border-bottom:none}.modal-menu .primary-cat .col:nth-child(2n){border-right:none}.modal-menu .about-menu{margin:10px 0;position:relative;box-shadow:none;top:auto;padding:0;column-count:2}.modal-menu .about-menu li{position:relative;padding-left:12px}.modal-menu .about-menu li:before{content:"\f105";font:normal normal normal 14px/1 FontAwesome;position:absolute;top:12px;left:0}.modal-menu .about-menu li a{border:none}.modal-menu .btn-hotline-footer{display:block;border:2px solid #e81818;border-radius:0;font-weight:700;text-transform:uppercase;font-size:14px;padding:10px 15px;width:300px;color:#e81818;width:100%}.modal-menu .btn-hotline-footer~.btn{margin-top:10px}.form-subcribe .form-group{position:relative;max-width:415px}.form-subcribe .form-control{background-color:#999;border-color:#999;color:#fff;font-size:16px}.form-subcribe .form-control:-ms-input-placeholder{color:#fff}.form-subcribe .form-control::placeholder{color:#fff}.form-subcribe .btn-subcribe{color:#fff;font-weight:700;background-color:#e81818;position:absolute;top:0;right:0}.action-bar{position:fixed;bottom:50px;left:15px;width:70px;background-color:#fff;text-align:center;padding:5px;border-radius:5px;box-shadow:2px 2px 13px #cacaca;z-index:10}@media (max-width:575px){.action-bar{width:50px;padding:2px}}.action-bar .list-cta{list-style:none;padding:0;margin:0}.action-bar .list-cta li{margin:10px 0}@media (max-width:575px){.action-bar .list-cta li:not(:last-child){margin-bottom:3px}}.action-bar .list-cta .text{display:block;margin-top:3px;color:#191919;font-size:11px;font-weight:700}@media (max-width:575px){.action-bar .list-cta .text{font-size:10px}}.action-bar .bg-zalo{width:35px;height:35px;display:block;background:url(../images/zalo-icon.png) no-repeat 50%;background-size:100%;margin:0 auto}@media (max-width:575px){.action-bar .bg-zalo{width:30px;height:30px}}.action-bar .chat .bg-messenger{width:50px;height:50px;display:block;background:url(../images/icon-chat.svg) no-repeat 50%;background-size:100%;margin:0 auto}@media (max-width:575px){.action-bar .chat .bg-messenger{width:40px;height:40px}}.action-bar .chat .text{margin-top:-10px}.action-bar .list-cta a{display:block}.action-bar .call i{width:35px;height:35px;display:block;text-align:center;background-color:#e81818;color:#fff;line-height:35px;margin:0 auto;border-radius:35px;animation:d 2s ease infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .3s}@media (max-width:575px){.action-bar .call .active{position:relative}.action-bar .call .active:after{position:absolute;content:"";left:calc(100% + 8px);bottom:10px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:10px solid #fff}.action-bar .call i{width:30px;height:30px;line-height:30px}}.action-bar .zalo{position:relative}.action-bar .zalo:after{content:"1";display:block;color:#fff;background-color:#e81818;width:15px;height:15px;border-radius:20px;position:absolute;top:-5px;right:6px;font-size:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.action-bar .list-hotline{position:absolute;bottom:0;background-color:#fff;left:100%;padding:0;display:none;padding:15px;border-top-right-radius:5px;border-bottom-right-radius:5px}.action-bar .list-hotline.show{display:flex}.action-bar .list-hotline li{display:block;min-width:150px}.action-bar .list-hotline li span{display:block}.action-bar .list-hotline li .office{font-weight:700;color:#191919;text-align:left;text-transform:uppercase}.action-bar .list-hotline li .numberphone{font-size:18px;font-weight:700;text-align:left}.action-bar .list-hotline li a:hover{color:#e81818}@media (max-width:575px){.action-bar .list-hotline{padding:10px;font-size:11px;left:calc(100% + 15px);margin-bottom:0;border-radius:5px}.action-bar .list-hotline:before{content:""}.action-bar .list-hotline li:not(:last-child){margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #e1e1e1}.action-bar .list-hotline li .numberphone{font-size:16px}.action-bar .list-hotline.show{flex-wrap:wrap}}.droplet{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9;display:none}.droplet.show{display:block}.icon-check{background:url(../images/check.png);background-size:15px;background-position:50%}.icon-check,.icon-gift{width:15px;height:15px;display:inline-block}.icon-gift{background:url(../images/gift.png);background-size:15px;background-position:50%}.breadcrumb{background:none;border:none;justify-content:center;font-size:13px;margin-top:15px;margin-bottom:0;padding-bottom:0}.breadcrumb a:hover{color:#fff}.breadcrumb-container{margin-bottom:10px}.breadcrumb-container .breadcrumb{margin-top:0;padding-left:0;padding-top:0}.breadcrumb-container .breadcrumb a:hover{color:#e81818}.shortcode-product{background:#f5f5f5;padding:22px 15px 10px;border-radius:10px;margin:25px 0 20px;position:relative;border:1px solid #d9d9d9;max-width:700px;margin-right:auto;margin-left:auto}.shortcode-product:after{content:"";display:table;clear:both}.shortcode-product .shortcode-header{font-size:12px;font-weight:700;text-transform:uppercase;padding:2px 15px;border-radius:10px;background:#fff;border:1px solid #ddd;color:#e81818;display:inline-block;position:absolute;top:0;left:15px;transform:translateY(-50%)}.shortcode-product .product-price{color:#e81818}.shortcode-product .product-price del,.shortcode-product .product-price ins{text-decoration:none}.shortcode-product .product-price .sale-price{font-size:16px;font-weight:700}.shortcode-product .product-price .regular-price{color:#999;font-size:13px;order:2;margin-left:5px;text-decoration:line-through}.shortcode-product .product-price .regular-price sup{color:#999}.shortcode-product .product-title{text-overflow:clip;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;font-weight:700;line-height:1.4}.shortcode-product .product-title a{color:#333;text-decoration:none}.shortcode-product .product-title a:hover{color:#e81818;text-decoration:underline}.shortcode-product .product-thumbnail{border-radius:10px;background:#fff;padding:10px;border:1px solid #ddd;position:relative;overflow:hidden;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start}.shortcode-product .product-thumbnail img{border-radius:5px;-o-object-fit:cover;object-fit:cover;object-position:50% 50%;-o-object-position:50% 50%;width:100%;height:100%}@media (max-width:575px){.shortcode-product .product-thumbnail{padding:5px}}.shortcode-product.shortcode-list-item .shortcode-content{display:flex;flex-wrap:wrap}.shortcode-product.shortcode-list-item .item-product{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 7.5px;position:relative}@media (max-width:575px){.shortcode-product.shortcode-list-item .item-product{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0}.shortcode-product.shortcode-list-item .item-product:not(:last-child){margin-bottom:15px;margin-top:10px}}.shortcode-product.shortcode-list-item .product-thumbnail{width:100px;height:100px;float:left;margin-right:15px}.shortcode-product.shortcode-list-item .product-title{font-size:14px;line-height:1.4;margin-bottom:0;min-height:auto;font-weight:500}.shortcode-product.shortcode-list-item .sale-percent{color:#fff;background:#ff3434;font-size:11px;padding:2px 5px;border-radius:5px;position:absolute;top:5px;left:15px;z-index:1;font-weight:700;line-height:1.4}@media (max-width:575px){.shortcode-product.shortcode-list-item .sale-percent{top:5px;left:5px}}.shortcode-product.shortcode-list-item .btn-details{background:#e81818;font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;padding:3px 10px}.shortcode-product.shortcode-details .product-thumbnail{width:210px;height:210px;float:left;margin-right:15px;max-width:210px;max-height:210px}@media (max-width:415px){.shortcode-product.shortcode-details .product-thumbnail{width:100px;height:100px;margin-bottom:15px}}.shortcode-product.shortcode-details .sale-percent{color:#fff;background:#ff3434;font-size:11px;padding:0 6px;border-radius:5px;position:absolute;top:15px;left:15px;z-index:1;font-weight:700}@media (max-width:575px){.shortcode-product.shortcode-details .sale-percent{top:5px;left:5px}}.shortcode-product.shortcode-details .review-count{color:#999;font-size:13px}.shortcode-product.shortcode-details .country{color:#109cd9;margin-left:5px}.shortcode-product.shortcode-details .product-title{min-height:auto;font-size:18px;margin:0}@media (max-width:415px){.shortcode-product.shortcode-details .product-title{font-size:14px}}.shortcode-product.shortcode-details .product-meta{margin:0;display:flex;align-items:center;justify-content:flex-start}.shortcode-product.shortcode-details .product-meta .product-review{padding:0;list-style:none;font-size:10px;display:flex;color:#ffc74d;margin:0}.shortcode-product.shortcode-details .product-meta li{margin-right:2px}.shortcode-product.shortcode-details .list-attribute{border:0;margin:0;border-radius:0;overflow:hidden}.shortcode-product.shortcode-details .list-attribute .attr-label{background:transparent;width:30%}.shortcode-product.shortcode-details .list-attribute .attr-value{font-weight:500}.shortcode-product.shortcode-details .list-attribute .attr-label,.shortcode-product.shortcode-details .list-attribute .attr-value{padding:3px 10px 3px 0;font-size:14px}.shortcode-product.shortcode-details .list-attribute .attr-item{display:flex;align-items:center;border-bottom:1px solid #e8e8e8}.shortcode-product.shortcode-details .btn-details{background:#e81818;color:#fff;text-transform:uppercase;font-weight:700;font-size:14px;padding:6px 15px}@media (max-width:575px){.shortcode-product.shortcode-details .details{text-align:center}}@media (max-width:575px){.shortcode-product.shortcode-details .product-price:after{content:"";display:table;clear:both}}.shortcode-product.shortcode-single{border-color:#ddd}.shortcode-product.shortcode-single .shortcode-content{display:flex;flex-wrap:wrap;align-items:center}@media (max-width:575px){.shortcode-product.shortcode-single .shortcode-content{align-items:start}}.shortcode-product.shortcode-single .shortcode-header{border-radius:10px;padding:0 13px;text-transform:none}.shortcode-product.shortcode-single .product-thumbnail{width:80px;height:80px;margin-right:15px;margin-bottom:0;padding:5px}.shortcode-product.shortcode-single .product-title{font-size:16px;min-height:auto;margin:0}.shortcode-product.shortcode-single .sale-percent{font-size:10px;background:#ff3434;color:#fff;padding:1px 3px;font-weight:700;display:inline-block;text-align:center;line-height:1.5;position:absolute;right:25%;top:0}.shortcode-product.shortcode-single .sale-percent b{font-size:14px}.shortcode-product.shortcode-single .sale-percent:after,.shortcode-product.shortcode-single .sale-percent:before{content:"";position:absolute;bottom:-8px}.shortcode-product.shortcode-single .sale-percent:before{left:0;border-left:15px solid #ff3434;border-top:0 solid transparent;border-bottom:8px solid transparent}.shortcode-product.shortcode-single .sale-percent:after{right:0;border-right:15px solid #ff3434;border-top:0 solid transparent;border-bottom:8px solid transparent}.shortcode-product.shortcode-single .content-body{width:calc(70% - 95px)}.shortcode-product.shortcode-single .content-action{width:30%;text-align:right}.shortcode-product.shortcode-single .content-action .btn-submit{background:#e81818;color:#fff;text-transform:uppercase;font-weight:700;font-size:14px;padding:4px 15px;width:67%}.shortcode-product.shortcode-single .logo-buy{width:105px;margin-bottom:5px}@media (max-width:575px){.shortcode-product.shortcode-single .content-body{width:calc(100% - 95px)}.shortcode-product.shortcode-single .product-title{font-size:14px}.shortcode-product.shortcode-single .content-action{width:100%;display:flex;justify-content:space-between;margin-top:15px}.shortcode-product.shortcode-single .logo-buy{margin-bottom:0}.shortcode-product.shortcode-single .sale-percent{right:0;font-size:9px;padding-right:5px;display:flex;align-items:center;border-top-right-radius:5px;border-bottom-right-radius:5px}.shortcode-product.shortcode-single .sale-percent br{display:none}.shortcode-product.shortcode-single .sale-percent b{margin-left:5px;font-size:12px}.shortcode-product.shortcode-single .sale-percent:before{border-top-width:10px;border-bottom-width:10px;border-right:10px solid #ff3434;border-left:0;left:-10px;bottom:0}.shortcode-product.shortcode-single .sale-percent:after{display:none}}.shortcode-link{margin:20px 0;text-align:center}.shortcode-link a{background:none #e81818!important;color:#fff!important;fill:#fff!important;border:none!important;text-decoration:none!important;outline:0;box-shadow:-1px 6px 19px rgba(255,0,0,.2)!important;border-radius:4px!important;font-weight:700;font-size:16px;line-height:17px;padding:10px;display:inline-block}@media (max-width:575px){.shortcode-link{text-align:left}}.archive-title{font-weight:700;text-transform:uppercase;font-size:26px;margin-bottom:15px;display:flex;align-items:center}.archive-title span{font-weight:400;text-transform:none;font-size:15px;color:#8a8a8a;margin-left:10px}.archive-header{flex-wrap:wrap}@media (max-width:575px){.archive-header .archive-title{width:100%}}@media (max-width:575px){.hero-slide{margin-top:0}}.hero-slide .slick-next{right:0;z-index:1;height:50px;background-color:#e81818;width:30px;border-top-left-radius:5px;border-bottom-left-radius:5px;opacity:.5}.hero-slide .slick-next:before{content:"\f105";font:normal normal normal 30px/1 FontAwesome}.hero-slide .slick-prev{left:0;z-index:1;height:50px;background-color:#e81818;width:30px;border-top-right-radius:5px;border-bottom-right-radius:5px;opacity:.5}.hero-slide .slick-prev:before{content:"\f104";font:normal normal normal 30px/1 FontAwesome}.hero-slide .slick-dots{bottom:10px}.hero-slide .slick-dots button:before{font-size:12px;color:#e81818;opacity:1}.hero-slide .list-slider{margin-bottom:0}.hero-slide .list-slider .slick-next,.hero-slide .list-slider .slick-prev{transition:all .3s}.hero-slide .list-slider:hover .slick-next,.hero-slide .list-slider:hover .slick-prev{opacity:1}.arrow-dots .slick-arrow{border-radius:100%;z-index:3;opacity:.8}.arrow-dots .slick-arrow:before{color:#333;font-family:FontAwesome;font-size:25px}.arrow-dots .slick-arrow.slick-prev{left:0}.arrow-dots .slick-arrow.slick-prev:before{content:"\f104"}.arrow-dots .slick-arrow.slick-next{right:0}.arrow-dots .slick-arrow.slick-next:before{content:"\f105"}.list-product-slide .slick-arrow,.list-product-viewed .slick-arrow{z-index:3;width:26px;height:26px;top:35%;border:1px solid #e5e5e5;background-color:#fff}.list-product-slide .slick-arrow:before,.list-product-viewed .slick-arrow:before{color:#333;font-family:FontAwesome;font-size:25px}.list-product-slide .slick-arrow.slick-prev,.list-product-viewed .slick-arrow.slick-prev{left:0}.list-product-slide .slick-arrow.slick-prev:before,.list-product-viewed .slick-arrow.slick-prev:before{content:"\f104"}.list-product-slide .slick-arrow.slick-next,.list-product-viewed .slick-arrow.slick-next{right:0}.list-product-slide .slick-arrow.slick-next:before,.list-product-viewed .slick-arrow.slick-next:before{content:"\f105"}.menu-side-slide .list-item{padding:0;margin:0;list-style:none}.menu-side-slide .list-item>li>a{font-size:14px;/*text-transform:uppercase;*/color:#333;display:block;padding:12px 0;padding-left:35px;font-weight:400}.menu-side-slide .list-item>li>a:hover{color:#e81818}.menu-side-slide .list-item>li:not(:last-child){border-bottom:1px solid #dfdfdf}.menu-side-slide .list-item .dropdown>a{position:relative}.menu-side-slide .list-item .dropdown>a:after{content:"\f105";font-family:FontAweSome;position:absolute;top:8px;right:8px;color:#c4c4c4;font-size:20px;border:0}.menu-side-slide .menu-item{position:relative}.menu-side-slide .menu-item:hover .dropdown-menu.mega-menu-wrap{display:flex!important}.menu-side-slide .menu-item:hover .dropdown-menu{display:block!important}.menu-side-slide .menu-icon{transition:.2s}.menu-side-slide .menu-icon:hover{background-color:#f1f1f1;padding-left:15px}.menu-side-slide .menu-icon:hover:before{left:20px}.menu-side-slide .menu-icon:before{content:"";width:20px;height:20px;position:absolute;top:10px;left:5px;transition:.2s;background-repeat:no-repeat;background-size:auto 18px;background-position:bottom}.menu-side-slide .menu-icon.icon-1:before{background-image:url(../images/icon-1.svg)}.menu-side-slide .menu-icon.icon-2:before{background-image:url(../images/icon-2.svg)}.menu-side-slide .menu-icon.icon-3:before{background-image:url(../images/icon-3.svg)}.menu-side-slide .menu-icon.icon-4:before{background-image:url(../images/icon-4.svg)}.menu-side-slide .menu-icon.icon-5:before{background-image:url(../images/icon-5.svg)}.menu-side-slide .menu-icon.icon-6:before{background-image:url(../images/icon-6.svg)}.menu-side-slide .menu-icon.icon-7:before{background-image:url(../images/icon-7.svg)}.menu-side-slide .dropdown-menu{position:absolute;left:100%;top:0;z-index:5;border-radius:0;display:none;width:auto;white-space:nowrap;margin:0;border:0;padding:10px 25px;box-shadow:2px 2px 15px -8px rgba(0,0,0,.58);-webkit-box-shadow:2px 2px 15px -8px rgba(0,0,0,.58)}.menu-side-slide .widget-list-cat{min-width:160px;max-width:25%}.menu-side-slide .widget-title{font-weight:700;margin-bottom:10px}.menu-side-slide .nav{display:block;width:100%}.menu-side-slide .nav li{display:block}.menu-side-slide .nav a{padding:5px 0;border:0;display:block;color:#333;font-size:14px}.home-about,.menu-side-slide .nav a:hover{color:#e81818}.home-about{padding-top:30px;padding-bottom:105px;background:url(../images/bg-home-about.jpg) no-repeat;background-size:cover}.home-about .sub-head{text-transform:uppercase;color:#e81818;font-weight:700;font-size:16px;position:relative;margin-bottom:5px;display:block}.home-about .sub-head:before{content:"";width:40px;position:relative;border-top:1px solid #e81818;top:-6px;display:inline-block}.home-about .title-about{font-size:26px;font-weight:700;position:relative;margin-bottom:25px}.home-about .content-about{font-size:16px;color:#222}@media (max-width:575px){.home-about .content-about{margin-bottom:30px}}.home-about .heading-title{text-transform:uppercase;font-size:30px;font-weight:700;margin-bottom:15px}.home-about .about-content p{font-size:14px;color:#191919;line-height:1.6}.home-about .btn-about{border:1px solid #e81818;color:#e81818;border-radius:30px;padding:10px 30px;margin-top:10px;line-height:1.3}.home-about .btn-about:hover{background-color:#e81818;color:#fff}@media (max-width:575px){.home-about{padding-bottom:30px}.home-about img{width:auto;display:block;margin:0 auto}}.group-connect .inner{border:1px solid #e81818;padding:15px 15px 30px;border-radius:9px;position:relative}.group-connect .icon{margin-right:15px}.group-connect .text{font-weight:700;text-transform:uppercase;color:#e81818}.group-connect .btn-brand{position:absolute;background-color:#e81818;font-weight:700;color:#fff;border-radius:40px;left:50%;bottom:-20px;width:146px;margin-left:-73px;text-transform:uppercase;font-size:15px}.group-connect .btn-brand:hover{background-color:#191919}@media (max-width:575px){.group-connect{margin-bottom:20px}}.home-featured-content-wrap{margin-top:-77px}@media (max-width:575px){.home-featured-content-wrap{margin-top:0}.home-featured-content-wrap .container{padding-left:0;padding-right:0}}.home-featured-content-wrap .home-featured-content{padding:20px 15px;position:relative;background-color:#fff;z-index:2;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.16)}@media (max-width:575px){.home-featured-content-wrap .home-featured-content{border:none}.home-featured-content-wrap .home-featured-content .inner .row{flex-direction:row;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:5px;margin-left:auto}}.home-featured-content-wrap .home-featured-content .col{position:relative;border-right:1px solid #ddd;text-align:center}.home-featured-content-wrap .home-featured-content .col:last-child{border:none}.home-featured-content-wrap .home-featured-content .col:nth-child(5) .icon{left:10px}.home-featured-content-wrap .home-featured-content .col:nth-child(5) .text{margin-left:5px}.home-featured-content-wrap .home-featured-content .icon{height:54px;margin-bottom:10px}.home-featured-content-wrap .home-featured-content .text{margin-bottom:5px;font-size:15px}.featured-content{border:1px solid #ddd;padding:20px 15px;position:relative;background-color:#fff;z-index:2}.featured-content .col{position:relative;padding-left:65px;display:flex;align-items:center;border-right:1px solid #ddd}.featured-content .col:last-child{border-right:none}.featured-content .icon{text-align:center;width:50px;height:55px;display:block;position:absolute;top:0;left:10px}.featured-content .icon svg{position:relative;top:50%;transform:translateY(-50%)}.featured-content .text{margin-bottom:5px;font-weight:700}.home-choose-us{padding:75px 0;background:url(../images/bg-about.jpg) no-repeat;background-position:50%;position:relative;margin-top:-65px}.home-choose-us .container{position:relative;z-index:2;color:#fff}.home-choose-us .sub-head{text-transform:uppercase;font-weight:700;color:#fff;position:relative;font-size:16px}.home-choose-us .heading-title{color:#ff0;text-transform:uppercase;font-weight:700;font-size:30px;margin-bottom:30px}.home-choose-us .item-content{padding:30px;display:flex;align-items:center;border-bottom:1px dashed #fff;border-right:1px dashed #fff}.home-choose-us .item-content:nth-child(3),.home-choose-us .item-content:nth-child(3n){border-right:none}.home-choose-us .item-content:nth-child(4),.home-choose-us .item-content:nth-child(5),.home-choose-us .item-content:nth-child(6){border-bottom:0}@media (max-width:575px){.home-choose-us .item-content{padding:15px;align-items:flex-start}}.home-choose-us .number{width:50px;height:50px;background-color:#e81818;color:#fff;display:block;text-align:center;font-size:24px;font-weight:700;border-radius:50px;line-height:50px;min-width:50px;margin-right:10px;white-space:normal}@media (max-width:575px){.home-choose-us .number{width:30px;height:30px;line-height:30px;font-size:15px;min-width:30px}}.home-choose-us .text{font-weight:700}@media (max-width:575px){.home-choose-us .item-content:nth-child(2n){border-right:none}.home-choose-us .item-content:nth-child(3n){border-right:1px dashed #fff}.home-choose-us .item-content:nth-child(4){border-bottom:1px dashed #fff}.home-choose-us .item-content:nth-child(6){border-right:none}}@media (max-width:575px){.home-choose-us{background-size:cover;margin-top:0;padding:30px 0}}.home-product{padding:30px 0}.home-product,.home-product .widget-title{position:relative}.home-product .s-widget-title{text-transform:uppercase;font-weight:700;font-size:26px;text-align:center;position:relative;margin-bottom:50px}.home-product .btn-read-all{border:1px solid #fff;color:#fff;background-color:#e81818;border-radius:50px;padding-left:15px;padding-right:15px;display:block;width:117px;font-size:14px;font-weight:700}.home-product .btn-read-all:hover{background-color:#fff;color:#e81818;border-color:#e81818}@media (max-width:575px){.home-product .btn-read-all{margin:0 auto}}.home-product .child-cat{flex-direction:row;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:5px;margin-left:auto}.home-product .child-cat h3{font-size: 14px}.home-product .child-cat a{display:block;color:#999;padding:0 15px;border-right:1px solid #aaa;line-height:1}.home-product .child-cat a:hover{color:#e81818}.home-product .child-cat li:first-child a{padding-left:0}.home-product .child-cat .readall a{color:#e81818;font-weight:700}.home-product .child-cat li:last-child a{padding-right:0;border-right:0}.home-product .widget-header{display:flex;align-items:center;margin-bottom:15px;border-top:4px solid #e81818}.home-product .widget-header .widget-title:after{content:"";position:absolute;top:-4px;left:0;right:0;height:4px;background:#191919}.home-product .widget-header .widget-title a{color:#333;text-transform:uppercase;font-size:22px;font-weight:700}.home-product .list-brand{margin-bottom:15px;display:flex}.home-product .list-brand .slick-list{width:100%}.home-product .list-brand .slick-track{display:flex;border:1px solid #dfdfdf}.home-product .list-brand .slick-slide{height:inherit}.home-product .list-brand .slick-slide:not(:last-child){border-right:1px solid #dfdfdf}.home-product .list-brand .slick-slide a{height:100%;display:flex;align-items:center;justify-content:center}.home-product .list-brand img{max-height:50px;width:auto;margin:0 auto;display:block}.home-product-bestsale{background-color:#e81818;border-radius:10px;position:relative;z-index:1}.home-product-bestsale .widget-title, .home-product-bestsale .widget-title a{color:#fff !important;font-weight:700;font-size:22px;text-transform:uppercase}.home-product-bestsale .widget-title:after{content:none!important}.home-product-bestsale .widget-header{margin-left:18px;padding-top:15px;justify-content:space-between;margin-right:18px;border-top:none}.home-product-bestsale .list-product-bestsale{padding:0 18px}@media (max-width:575px){.home-product-bestsale .list-product-bestsale{padding-bottom:30px}}.home-product-bestsale .list-product-bestsale .slick-dots{bottom:-12px}.home-product-bestsale .list-product-bestsale .slick-dots li button:before{font-size:10px;color:#fff}.home-product-bestsale .inner-prod{background-color:#fff}.home-product-bestsale:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(../images/bg-bestsale.png);background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.home-product-bestsale .slick-next:before,.home-product-bestsale .slick-prev:before{font:normal normal normal 14px/1 FontAwesome;color:#333;font-size:13px}.home-product-bestsale .slick-prev:before{content:"\f053"}.home-product-bestsale .slick-next:before{content:"\f054"}.home-product-bestsale .slick-next,.home-product-bestsale .slick-prev{width:25px;height:25px;background:hsla(0,0%,100%,.9);border:1px solid #c7c7c7;z-index:1}.home-product-bestsale .slick-prev{left:5px}.home-product-bestsale .slick-next{right:5px}.home-product-bestsale .products-sold{background-color:rgba(232,24,24,.35);border-radius:7px;font-size:10px;color:#fff;text-align:center;height:15px;margin-top:15px}.home-product-bestsale .products-sold span{height:15px;background-color:#e81818;border-radius:7px;display:flex;align-items:center;justify-content:center;line-height:1.1}.home-product-endow .list-brand-endow{list-style:none;display:flex;align-items:center;padding-left:0}.home-product-endow .list-brand-endow li a{display:flex;border:1px solid #cecece;border-radius:5px;width:120px;height:69px;align-items:center;justify-content:center;padding:10px}.home-product-endow .list-brand-endow li a:hover{border-color:#e81818}@media (max-width:575px){.home-product-endow .list-brand-endow li a{width:79px;height:47px}}.home-product-endow .list-brand-endow li .img-brand{max-height:53px}.home-product-endow .list-brand-endow li:not(:last-child){margin-right:20px}@media (max-width:575px){.home-product-endow .list-brand-endow li:not(:last-child){margin-right:10px}}.home-product-endow .endow-content{font-size:16px}.flash-sale{margin-bottom:30px}.flash-sale .banner-link{display:block;position:relative}@media (max-width:575px){.flash-sale{margin:0}.flash-sale .col-sm-6:last-child{margin-bottom:30px}.flash-sale .col-sm-6~.col-sm-6{margin-top:15px}}.primary-cat{background-color:#f2f2f2;padding:0;font-weight:700;text-transform:uppercase;margin-bottom:30px}.primary-cat .col{border-right:1px solid #fff;min-height:40px}.primary-cat .col:last-child{border:none}@media (max-width:575px){.primary-cat .col{width:50%;max-width:50%;flex:auto;align-items:flex-start;border-bottom:1px solid #fff}}.primary-cat a{padding:15px 0;color:#191919;display:flex;align-items:center;position:relative;font-size:15px;line-height:1.2;font-weight:700}.primary-cat a:hover{color:#e81818}.primary-cat .icon{display:inline-block;margin-right:10px;width:40px;text-align:center}.primary-cat path{fill:#191919;transition:all .3s}.primary-cat svg{width:100%;height:46px}.primary-cat .col:hover path{fill:#e81818}.widget-cover-image{position:relative}.widget-cover-image .widget-title{position:absolute;color:#fff;font-weight:700;top:30px;left:0;width:100%;text-align:center;font-size:26px;text-transform:uppercase}.widget-cover-image .widget-title a{color:#fff}.widget-cover-image .widget-title:after{content:"";display:block;position:absolute;top:100%;left:50%;width:120px;height:20px;background:url(../images/icon-line-white.svg) no-repeat;background-position:50%;margin-left:-60px}@media (max-width:575px){.widget-cover-image .widget-title:after{top:60%}}.widget-product{border-bottom:3px solid #e81818;margin-bottom:30px}@media (max-width:575px){.widget-product{border:none;margin-bottom:15px}}.widget-product *{outline:none}.widget-product .viewmore{color:#03a9f4;font-weight:700;text-align:center}.widget-product .widget-header{margin-bottom:15px}@media (max-width:575px){.widget-product .widget-header{padding:15px 0}}.widget-product .child-cat{flex-direction:row;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.widget-product .child-cat::-webkit-scrollbar{width:3px;height:3px}.widget-product .child-cat::-webkit-scrollbar-track{background:#f1f1f1}.widget-product .child-cat::-webkit-scrollbar-thumb{background:#888}.widget-product .child-cat::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:575px){.widget-product .child-cat{padding-bottom:5px;overflow-x:auto;flex-wrap:nowrap}.widget-product .child-cat:after{content:"";display:block;position:absolute;right:2px;top:12px;width:18px;height:18px;border-radius:20px;background:rgba(0,0,0,.5) url(../images/next-mask.svg) no-repeat;background-position:50%;background-size:20px;opacity:.95}}.widget-product .child-cat a{display:block;font-weight:700;color:#8a8a8a;padding:0 15px;border-right:2px solid #8a8a8a;line-height:1}.widget-product .child-cat a:hover{color:#e81818}.widget-product .child-cat li:last-child a{border:none}.widget-product .child-cat li:first-child a{padding-left:0}.widget-product .child-cat .readall{margin-left:auto}.widget-product .child-cat .readall a{color:#e81818}@media (max-width:575px){.widget-cover-image{padding:0}.widget-cover-image .widget-title{padding:15px 10px 30px;top:auto;position:relative;background-color:#e81818}.widget-cover-image img{display:none}}.widget-fullset{border-top:3px solid #191919;padding-top:15px;margin-top:-33px}@media (max-width:575px){.widget-fullset{border:none;margin-top:0;padding-top:0}}.widget-fullset .widget-header{display:flex;align-items:center}@media (max-width:575px){.widget-fullset .widget-header{flex-wrap:wrap}}.widget-fullset .widget-title{margin:0;margin-right:10px;font-weight:700;font-size:26px;text-transform:uppercase;position:relative}@media (max-width:575px){.widget-fullset .widget-title{width:calc(100% + 30px);padding:15px 10px 30px;top:auto;position:relative;background-color:#e81818;text-align:center;margin:0 -15px 15px}}.widget-fullset .widget-title a{position:relative;display:block}.widget-fullset .widget-title a:hover{color:#e81818}.widget-fullset .widget-title a:before{content:"";width:100%;border-top:3px solid #e81818;position:absolute;top:-18px;left:0}@media (max-width:575px){.widget-fullset .widget-title a{color:#fff}.widget-fullset .widget-title a:before{display:none;border:none}.widget-fullset .widget-title a:after{content:"";display:block;position:absolute;top:100%;left:50%;width:120px;height:20px;background:url(../images/icon-line-white.svg) no-repeat;background-position:50%;margin-left:-60px}.widget-fullset .widget-title a:focus,.widget-fullset .widget-title a:hover{color:#fff}}.widget-fullset .child-cat{margin-left:auto}.home-product .widget-product:last-child{border:none}.widget-product.widget-border{border-top:3px solid #e81818!important;padding-top:20px}.home-brand{padding:30px 0}.home-brand *{outline:none}.home-brand .s-widget-title{text-transform:uppercase;font-weight:700;font-size:26px;text-align:center;position:relative;margin-bottom:50px}.home-brand .s-widget-title .line-pattern{display:block;position:absolute;top:100%;left:50%;width:120px;height:20px;background:url(../images/line.svg) no-repeat;background-position:50%;margin-left:-60px}.home-brand .col{width:20%;max-width:20%;flex:auto;flex-wrap:wrap;padding:15px 0}.home-brand .col,.home-brand .col a{display:flex;align-items:center;justify-content:center}.home-brand .col a{border-bottom:1px solid #ddd;border-right:1px solid #ddd;padding:15px;height:100px}.home-brand .col a:last-child{border-bottom:none}.home-brand .col a img{max-height:100%;display:block;width:auto;margin:auto}.home-brand .col:nth-child(5) a{border-right:none}.home-brand .brand-page{display:block;text-align:center;width:100%;display:flex;align-items:center}.home-brand .brand-page:hover img{opacity:.75}@media (max-width:575px){.home-brand .list-brand{border-right:1px solid #ddd;padding:0}.home-brand .list-brand .col{padding-top:0;padding-bottom:0}.home-brand .list-brand .col a{border:1px solid #ddd;border-right:none}.home-brand .list-brand .col a:first-child{border-bottom:none}.home-brand .list-brand .col a:last-child{border-bottom:1px solid #ddd}.home-brand .col:nth-child(2n) a{border-right:1px solid #ddd!important}.home-brand .slick-dots button:before{color:#e81818}}.home-testinomial{background:url(../images/bg-testimo.jpg) no-repeat;padding:40px 0 30px}.home-testinomial .s-title{font-weight:700;text-align:center;font-size:26px;text-transform:uppercase;position:relative;margin-bottom:40px;color:#fff}.home-testinomial .s-title:after{content:"";display:block;position:absolute;top:100%;left:50%;width:120px;height:20px;background:url(../images/icon-line-white.svg) no-repeat;background-size:cover;background-position:50%;margin-left:-60px}.home-testinomial .item{padding-left:100px}@media (max-width:575px){.home-testinomial .item{padding-left:30px}}.home-testinomial .item .inner{background-color:#fff;position:relative;padding:30px 15px 30px 100px}@media (max-width:575px){.home-testinomial .item .inner{padding:15px 15px 15px 65px}}.home-testinomial .item .avatar{position:absolute;top:50px;left:-62px;z-index:1;border:1px solid #fff;display:block}@media (max-width:575px){.home-testinomial .item .avatar{width:85px;left:-25px}}.home-testinomial .customer-title{font-size:16px;font-weight:700}.home-testinomial .sub-title{color:#8a8a8a;border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:10px}.home-testinomial .content p{line-height:1.6;margin:0}.home-testinomial .quote:after{position:absolute;top:30px;right:15px;content:"\f10e";font:normal normal normal 30px/1 FontAwesome;color:#8a8a8a;opacity:.24}.home-testinomial .video{padding:2px!important}.home-testinomial .slick-dots button:before{font-size:12px;color:#fff;opacity:1}.home-testinomial .slick-dots .slick-active button:before{color:#e81818;opacity:1}.home-gallery{padding:50px 0}@media (max-width:575px){.home-gallery{padding:30px 0}}.home-gallery *{outline:none}.home-gallery .s-title{font-weight:700;text-align:center;font-size:26px;text-transform:uppercase;position:relative;margin-bottom:40px}.home-gallery .s-title:after{content:"";display:block;position:absolute;top:100%;left:50%;width:120px;height:20px;background:url(../images/line.svg) no-repeat;background-size:cover;background-position:50%;margin-left:-60px}.home-gallery .video-thumb{position:relative}.home-gallery .video-thumb:before{content:"";width:60px;height:60px;background:url(../images/play-button.svg);background-size:60px;background-position:50%;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px}.home-gallery .video-title{background-color:#e81818;color:#fff;padding:15px;font-weight:700;font-size:16px}@media (max-width:575px){.home-gallery .video-title{margin-bottom:15px}}.home-gallery .video-title a{color:#fff}.home-gallery .col-sm-6{padding:0 10px}@media (max-width:575px){.home-gallery .col-sm-6{padding:0 15px}.home-gallery .col-sm-6:nth-child(2n){padding-left:7.5px}.home-gallery .col-sm-6:nth-child(odd){padding-right:7.5px}.home-gallery .col-sm-6 .image-link{margin-bottom:15px}}.home-gallery .image-link{display:flex;position:relative;overflow:hidden;flex-direction:column;flex-wrap:wrap;align-items:flex-start;width:100%;height:135px;margin-bottom:20px}.home-gallery .image-link img{-o-object-fit:cover;object-fit:cover;object-position:50% 50%;-o-object-position:50% 50%;width:100%;height:100%}.home-blog{padding:40px 0 50px}@media (max-width:575px){.home-blog{padding:30px 0}}.home-blog .widget:not(:last-child){margin-bottom:30px}.home-blog .small-post{margin-bottom:15px}.home-blog .small-post .post-thumbnail{width:220px;height:140px}@media (max-width:575px){.home-blog .small-post .post-thumbnail{width:182px;height:116px}}.home-blog .big-post .post-thumbnail{height:308px;margin-bottom:15px}.home-blog .big-post .post-title{font-size:20px}@media (max-width:575px){.home-blog .big-post{margin-bottom:20px}.home-blog .big-post .post-thumbnail{height:214px}}.home-blog-menu{list-style:none;padding-left:0;padding-right:0;background-color:#f0f2f5;border-radius:5px;padding:0 15px}.home-blog-menu li{padding:15px 0}.home-blog-menu li a{color:#707070;font-size:15px;font-weight:700;display:block;position:relative;padding:0}.home-blog-menu li a:after{content:"\f105";font:normal normal normal 14px/1 FontAwesome;color:#999;position:absolute;top:0;right:0;border:none;font-size:20px}.home-blog-menu li:not(:last-child){border-bottom:1px dashed #cecece}.banner-post{padding-bottom:30px}.banner-post .post-thumbnail{height:375px;border-radius:10px;border:2px solid #e81818;overflow:hidden}@media (max-width:575px){.banner-post .post-thumbnail{height:275px}}.banner-post .inner-banner{max-width:80%;text-align:center;margin:0 auto;margin-top:-60px;position:relative}@media (max-width:575px){.banner-post .inner-banner{max-width:90%}}.banner-post .inner-banner:after{content:"";position:absolute;bottom:15px;top:-20px;right:-20px;left:-20px;border:6px solid #f2f2f2;border-radius:10px}@media (max-width:575px){.banner-post .inner-banner:after{display:none}}.banner-post .inner-banner>div{position:relative;z-index:2;padding:15px;border-radius:10px;background:#fff;border:1px solid #ccc}.banner-post .post-title a{font-size:24px;color:#e81818}.banner-post .post-title a:hover{color:#191919}.banner-post .post-excerpt{color:#333;font-size:16px;margin-top:5px;margin-bottom:10px;line-height:1.4}.banner-post .btn-read-all{background-color:#e81818;color:#fff;font-weight:700;border-radius:50px;padding-left:20px;padding-right:20px;display:block;margin:0 auto;width:150px;margin-bottom:-30px}.banner-post .btn-read-all:hover{background:#191919}@media (max-width:575px){.widget-news{margin-bottom:30px}}.widget-news .widget-header{display:flex;align-items:center;margin-bottom:15px;position:relative}.widget-news .widget-header:before{content:"";position:absolute;top:50%;left:0;width:100%;border-top:2px solid #e81818}.widget-news .widget-header .btn-more-link{color:#e81818;font-size:15px;font-weight:700;margin-left:auto;background-color:#fff;position:relative;padding-left:10px}.widget-news .widget-title{text-transform:uppercase;font-weight:700;font-size:22px;margin-bottom:0;position:relative;background-color:#fff;padding-right:10px}.widget-news .widget-title a{color:#191919}@media (max-width:575px){.widget-news .widget-title{font-size:20px}}.widget-news .post-medium .post-title{margin:5px 0 0}.widget-news .post-medium .post-thumbnail{height:155px}@media (max-width:575px){.widget-news .post-medium{margin-bottom:15px}.widget-news .post-medium .post-thumbnail{height:105px}}.widget-news .post-small{margin-bottom:15px}.widget-news .post-small:after{content:"";display:table;clear:both}.widget-news .post-small .post-thumbnail{float:left;margin-right:10px;width:150px;height:95px}.widget-news .post-small .post-title{font-size:16px}.widget-news .post-small .post-title a{color:#191919}.widget-news .post-small .post-title a:hover{color:#e81818}.post-col .post-title{font-size:16px;font-weight:700}.post-col .post-title a{color:#191919}.post-col .post-title a:hover{color:#e81818}.post-col .post-thumbnail{position:relative;overflow:hidden;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;width:100%;margin-bottom:10px;border:1px solid #ddd;height:380px}.post-col .post-thumbnail img{-o-object-fit:cover;object-fit:cover;object-position:50% 50%;-o-object-position:50% 50%;width:100%;height:100%}.widget-news .post-row{margin-bottom:15px}.widget-news .post-row .post-title{font-size:16px;font-weight:700}.widget-news .post-row .post-title a{color:#191919}.widget-news .post-row .post-title a:hover{color:#e81818}.widget-news .post-row .post-thumbnail{position:relative;overflow:hidden;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;width:100%;margin-bottom:10px;border:1px solid #ddd}.widget-news .post-row .post-thumbnail img{-o-object-fit:cover;object-fit:cover;object-position:50% 50%;-o-object-position:50% 50%;width:100%;height:100%}@media (max-width:575px){.widget-news .post-col{margin-bottom:15px}.widget-news .post-row:after{content:"";display:table;clear:both}.widget-news .post-row:last-child{margin-bottom:0}.widget-news .post-row .post-thumbnail{width:165px;float:left;margin-right:15px}}@media (max-width:575px){.home-blog .col-md-6:last-child .widget-news{margin-bottom:0}}.home-partner{padding:50px 0}@media (max-width:575px){.home-partner{padding:30px 0}}.home-partner .s-title{font-weight:700;text-align:center;font-size:26px;text-transform:uppercase;position:relative;margin-bottom:40px}.home-partner .s-title:after{content:"";display:block;position:absolute;top:100%;left:50%;width:120px;height:20px;background:url(../images/line.svg) no-repeat;background-size:cover;background-position:50%;margin-left:-60px}.home-partner .brand-item{text-align:center;display:flex;align-items:center;justify-content:center}.home-partner .brand-item img{display:block;margin:0 auto}.home-partner *{outline:none}.home-partner .slick-track{display:flex!important;align-items:center}.home-partner .slick-dots button:before{font-size:12px;opacity:1}.home-partner .slick-dots .slick-active button:before{color:#e81818;opacity:1}.home-policy{background:#fedbd0;padding:15px 0}.home-policy .list-policy{list-style:none;display:flex;padding:0;margin:0;justify-content:space-between}.home-policy .list-policy li a{padding:8px 15px;display:inline-block;border-radius:5px;background:#fff;color:#666;font-weight:500}.home-policy .list-policy li a:hover{background-color:#e81818;color:#fff}@media (max-width:767px){.home-policy .list-policy{white-space:nowrap;overflow-x:scroll;padding-bottom:5px}.home-policy .list-policy li:not(:last-child){margin-right:15px}}.home-partners{padding:30px 0}.home-partners .widget-title{text-transform:uppercase;font-weight:700;font-size:22px;margin-bottom:0;position:relative;background-color:#fff;padding-right:10px}.home-partners .widget-title span{color:#191919}.home-partners .widget-header{display:flex;align-items:center;margin-bottom:15px;position:relative}.home-partners .widget-header:before{content:"";position:absolute;top:50%;left:0;width:100%;border-top:2px solid #e81818}.home-partners .item-partner{text-align:center}.home-partners .item-partner a{height:100%;display:flex;justify-content:center;align-items:center}.home-partners .item-partner img{max-height:50px}.home-newspaper{background:#f5f5f5;padding:50px 0}.home-newspaper .widget-title{text-transform:uppercase;font-weight:700;font-size:22px;margin-bottom:0;position:relative;background-color:#f5f5f5;padding-right:10px}.home-newspaper .widget-title span{color:#191919}.home-newspaper .widget-header{display:flex;align-items:center;margin-bottom:15px;position:relative}.home-newspaper .widget-header:before{content:"";position:absolute;top:50%;left:0;width:100%;border-top:2px solid #e81818}@media (max-width:575px){.home-newspaper{padding:50px 0}}.home-newspaper .list-newspaper a{outline:none}.home-newspaper .list-newspaper .post-title a{text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;height:38px;-webkit-box-orient: vertical}.home-newspaper .list-newspaper .thumb{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.08);display:block;border-radius:5px;padding:15px;border:1px solid #ddd;margin-bottom:15px}.home-newspaper .list-newspaper img{display:block;height:170px}.home-newspaper .list-newspaper .logo-newspaper{position:absolute;width:120px;height:35px;bottom:0;left:0}.home-newspaper .list-newspaper .title{color:#191919;line-height:1.1;font-weight:700}.home-newspaper .list-newspaper .title:hover{color:#e81818}@media (max-width:575px){.home-newspaper .list-newspaper .title{margin-bottom:0}}.home-newspaper .slick-prev{left:-15px;z-index:1;width:40px;height:40px;display:block;line-height:40px;text-align:center;border-radius:40px;transition:all .3s}.home-newspaper .slick-prev:before{content:"\f104";font:normal normal normal 24px/1 FontAwesome;color:#121a2f;line-height:40px}.home-newspaper .slick-next{right:-15px;display:block;line-height:40px;text-align:center;width:40px;height:40px;border-radius:40px;transition:all .3s}.home-newspaper .slick-next:before{content:"\f105";font:normal normal normal 24px/1 FontAwesome;color:#121a2f;line-height:40px}.home-newspaper .post-newspaper{border:1px solid #e5e5e5}.home-newspaper .post-newspaper .post-title{background-color:#fff;padding:15px 15px 20px;margin-bottom:0}@media (max-width:767px){.home-product .widget-header .widget-title a{font-size:18px;white-space:nowrap}.home-product .widget-title{position:relative;margin-right:10px;display:flex;padding:10px 5px 5px 0}.home-product-endow .widget-header{margin-bottom:0}.modal-overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:2;background:rgba(0,0,0,.5);display:none}.modal-overlay.show{display:block}.display-scroll{overflow-y:hidden}}.home-brand-gg{background-color:#f0f2f5;padding:30px 0 30px}.home-brand-gg .widget-header .widget-title:after,.home-brand-gg .widget-header .widget-title:before{content:"";position:absolute;height:2px;width:351px;bottom:4px;background-color:#e81818}.home-brand-gg .widget-header .widget-title:after{left:0}.home-brand-gg .widget-header .widget-title:before{right:0}@media (max-width:575px){.home-brand-gg .widget-header .widget-title:after{content:none}.home-brand-gg .widget-header .widget-title:before{width:128px;bottom:-10px;right:35%}.home-brand-gg .widget-header .widget-title{font-size:21px}}.home-brand-gg .widget-title{color:#333;text-transform:uppercase;font-size:22px;font-weight:700;position:relative;text-align:center;margin-bottom:20px}.home-brand-gg .list-brand a{display:flex;align-items:center;justify-content:center;height:80px;border:1px solid #e5e5e5;background-color:#f0f2f5}.home-brand-gg .list-brand img{max-height:50px;width:auto;margin:0 auto;display:block}.home-ecosystem{margin-top:-147px}.home-ecosystem-wrap{background-color:#fff;padding:35px 30px;border-radius:5px;box-shadow:2px 2px 10px rgba(0,0,0,.15)}.home-ecosystem-wrap .widget-title{color:#333;text-transform:uppercase;font-size:22px;font-weight:700;position:relative;text-align:center;margin-bottom:20px}.home-ecosystem-wrap .item-service{background:#e81818;color:#fff;overflow:hidden}.home-ecosystem-wrap .inner{padding-top:40px;padding-right:40px}.home-ecosystem-wrap .title-service{font-size:26px;font-weight:700}.home-ecosystem-wrap .desc-service{font-size:16px}.home-ecosystem-wrap .btn-viewmore{border:1px solid #fff;color:#fff;font-size:15px;border-radius:30px;padding:10px 30px;display:inline-block;line-height:1.3}.home-ecosystem-wrap .item-title{font-size:13px;font-weight:700;padding:15px 0;text-align:center;border:1px solid #e5e5e5;cursor:pointer;line-height:1.3;height:inherit!important;display:inline-flex;justify-content:center;align-items:center;position:relative;text-transform:uppercase}.home-ecosystem-wrap .list-title .slick-list{padding-bottom:25px!important}.home-ecosystem-wrap .item-title.slick-current.slick-center{background:#e81818;color:#fff}.home-ecosystem-wrap .item-title.slick-current.slick-center:after{content:"";position:absolute;bottom:-7px;left:50%;transform:translateX(-50%);border-top:8px solid #e81818;border-right:8px solid transparent;border-left:8px solid transparent;z-index:6}.home-ecosystem-wrap .slick-arrow.slick-next{right:calc(45% - 35px)}.home-ecosystem-wrap .slick-arrow.slick-next:before{content:"\f105"}.home-ecosystem-wrap .slick-arrow.slick-prev{left:-15px}.home-ecosystem-wrap .slick-arrow.slick-prev:before{content:"\f104"}.home-ecosystem-wrap .slick-arrow.slick-next,.home-ecosystem-wrap .slick-arrow.slick-prev{z-index:3;width:26px;height:26px;top:50%;border:1px solid #e5e5e5;background-color:#fff}.home-ecosystem-wrap .slick-arrow:before{color:#333;font-family:FontAwesome;font-size:25px}@media (max-width:575px){.home-ecosystem-wrap{padding:30px 0}.home-ecosystem-wrap .slick-arrow.slick-next{right:-10px}.home-ecosystem-wrap .inner{padding:30px 15px}.home-ecosystem-wrap .slick-arrow.slick-next,.home-ecosystem-wrap .slick-arrow.slick-prev{top:37%}}.home-feedback{padding:50px 0 30px}.home-feedback .list-feedback{background-color:#f0f2f5;border-radius:5px;margin-top:75px;position:relative}.home-feedback .list-feedback-meta{padding:25px}.home-feedback .list-feedback:before{content:"";position:absolute;background-image:url(../images/ngoac.svg);top:15px;right:94px;width:204px;height:167px}.home-feedback .name-customer{font-size:18px;color:#e81818;font-weight:700;display:inline-block;margin-bottom:10px}.home-feedback .posision-customer{font-size:16px;margin-bottom:20px}.home-feedback .des-share{font-size:16px;font-style:italic;position:relative;padding-left:20px;margin-bottom:30px;line-height:1.6}.home-feedback .des-share:after{content:"";width:2px;height:45px;background-color:#e81818;position:absolute;top:20px;left:0}.home-feedback .des-share:before{content:"\f10d";position:absolute;font-family:FontAwesome;top:-10px;left:-10px;color:#e81818;font-size:24px;line-height:1}.home-feedback .widget-title{color:#333;text-transform:uppercase;font-size:22px;font-weight:700;position:relative;text-align:center;margin-bottom:20px}.home-feedback .widget-title:after,.home-feedback .widget-title:before{content:"";position:absolute;height:2px;width:351px;bottom:4px;background-color:#e81818}.home-feedback .widget-title:before{left:0}.home-feedback .widget-title:after{right:0}.home-feedback .btn-readmore{border:1px solid #e81818;color:#e81818;border-radius:30px;padding:10px 30px;line-height:1.3}.home-feedback .btn-readmore:hover{background-color:#e81818;color:#fff}.home-feedback .slick-prev{left:-30px;z-index:1;width:40px;height:40px;display:block;line-height:40px;text-align:center;border-radius:40px;transition:all .3s;top:60%}.home-feedback .slick-prev:before{content:"\f104";font:normal normal normal 24px/1 FontAwesome;color:#121a2f;line-height:40px}@media (max-width:575px){.home-feedback .slick-prev{left:-15px;width:15px}}.home-feedback .slick-next{right:-30px;display:block;line-height:40px;text-align:center;width:40px;height:40px;border-radius:40px;transition:all .3s;top:60%}.home-feedback .slick-next:before{content:"\f105";font:normal normal normal 24px/1 FontAwesome;color:#121a2f;line-height:40px}@media (max-width:575px){.home-feedback .slick-next{right:-15px;width:15px}}@media (max-width:575px){.home-feedback .list-feedback,.home-feedback .list-feedback-item{margin-top:0}.home-feedback .widget-title:after,.home-feedback .widget-title:before{content:none}.home-feedback .widget-title{font-size:21px}}.home-cta{background-image:url(../images/bgcta.jpg);padding:22px 0;background-repeat:no-repeat}.home-cta-text{font-size:26px;margin-bottom:0;top:50%;position:relative;transform:translateY(-50%)}.home-cta-text,.home-cta .btn-register{text-transform:uppercase;color:#fff;font-weight:700}.home-cta .btn-register{background-color:#e81818;border-radius:30px;padding:10px 20px}.home-cta .btn-register:hover{background-color:#d34223}@media (max-width:575px){.home-cta{background-image:url(../images/bgctamb.jpg);padding:24px 0}.home-cta .home-cta-text{width:60%;font-size:24px;padding-bottom:15px}}.home-video{padding:40px 0}.home-video,.home-video .widget-news .widget-header .btn-more-link,.home-video .widget-news .widget-title{background-color:#f0f2f5}.home-video .post-thumbnail{position:relative;margin-bottom:15px;height:219px}.home-video .post-thumbnail:after{content:"";background:url(../images/youtube.svg) no-repeat;background-size:100% 100%;width:63px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-video .slick-dots li button:before{font-size:10px}.btn-product-more{border:1px solid #e81818;border-radius:30px;font-size:15px;text-transform:uppercase;width:150px;height:40px;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:center}.btn-product-more,.product-fillter-mobile{color:#e81818;font-weight:700}@media (max-width:575px){.product-fillter-mobile{padding:7px 10px}}.product-fillter-mobile i{margin-left:5px;color:#e81818}.product-fillter-mobile.show{background-color:#e81818;color:#fff;border-radius:4px}.product-fillter-mobile.show i{color:#fff}.fillter-and-sort{margin-left:auto}@media (max-width:575px){.fillter-and-sort{width:100%;padding:10px 0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;justify-content:space-between;display:flex;align-items:center}}.product-sort{margin-left:auto}.product-sort select{color:#e81818;font-weight:700;border-color:#e81818;font-size:14px}.list-brand-archive{margin-bottom:15px;align-items:center}.list-brand-archive *{outline:none}.list-brand-archive img{opacity:.7}.list-brand-archive img:hover{opacity:1}.list-brand-archive .slick-track{display:flex;align-items:center}.list-brand-archive .slick-next{right:0}.list-brand-archive .slick-next:before,.home-video .slick-next:before{color:#8a8a8a}.list-brand-archive .slick-prev{z-index:1;left:0}.list-brand-archive .slick-prev:before,.home-video .slick-prev:before{color:#8a8a8a}.product-cat-content .inner{background-color:#f2f2f2;padding:15px;margin-bottom:30px}.product-cat-content .archive-title{text-transform:uppercase;font-weight:700;font-size:26px}.product-cat-content .more-tag{text-align:center;background:#e81818;color:#fff;font-weight:700;border-radius:30px;padding:5px 25px;font-size:14px;margin:0 auto;display:block;width:175px}.product-cat-content .more-tag:hover{color:#fff}.price-fillter{background-color:#f2f2f2;padding:15px;display:flex;margin-bottom:20px}.price-fillter .head{font-weight:700}@media (max-width:575px){.price-fillter .head{min-width:100px;display:block}}.price-fillter .list-price{display:flex;list-style:none;margin-bottom:0;padding-left:0}@media (max-width:575px){.price-fillter .list-price{flex-wrap:nowrap;white-space:nowrap;overflow-x:auto}}.price-fillter li{margin:0 10px;color:#269fd5;cursor:pointer}.price-fillter li:hover{color:#e81818}.fillter-list{margin-bottom:15px;display:flex}@media (max-width:575px){.fillter-list{flex-wrap:wrap;white-space:nowrap;overflow-x:auto}}.fillter-list span{background-color:#f2f2f2;color:#8a8a8a;padding:2px 20px 2px 10px;margin:0 5px;border-radius:30px;position:relative;display:inline-block;cursor:pointer;transition:all .3s;margin-bottom:10px;font-size:14px}.fillter-list span:hover{background-color:#e81818;color:#fff}.fillter-list .clear-all{background-color:#ff3434;color:#fff;padding:2px 15px;font-size:14px}.fillter-list .data-filter{position:relative;font-size:13px}.fillter-list .data-filter:after{content:"";width:12px;height:12px;background:url(../images/icon-close.svg) no-repeat;position:absolute;right:5px;top:7px}@media (max-width:575px){.fillter-list .data-filter{display:block}}.fillter-list .head{cursor:none;font-weight:700;background:none;color:#191919}@media (max-width:575px){.fillter-list .head{min-width:120px;display:block}}.fillter-list .head:hover{background:none;color:#191919}.product-viewed{margin-top:30px}.product-viewed .container>.inner{border-top:3px solid #e81818;padding-top:15px}.product-viewed *{outline:none}.product-viewed .s-widget-title{text-transform:uppercase;font-weight:700;font-size:26px;text-align:center;position:relative;margin-bottom:50px}.product-viewed .s-widget-title .line-pattern{display:block;position:absolute;top:100%;left:50%;width:120px;height:20px;background:url(../images/line.svg) no-repeat;background-position:50%;margin-left:-60px}.category-header{background:url(../images/cover-cat.jpg);color:#fff;padding:15px 0;text-align:center;font-size:24px;background-size:cover;background-position:50%;margin-bottom:30px}.category-title{text-transform:uppercase;font-weight:700;position:relative;font-size:26px}.category-title:after{content:"";display:block;position:absolute;top:100%;left:50%;width:80px;height:20px;background:url(../images/icon-line-white.svg) no-repeat;background-size:cover;background-position:50%;margin-left:-40px}@media (max-width:575px){.featured-post-cat .post{margin-bottom:15px}}.featured-post-cat .post-thumbnail{margin-bottom:10px}.featured-post-cat .big-post .post-title{font-size:24px;line-height:1.2}.list-post-cat .post{border-bottom:1px dashed #ddd;padding-top:15px;padding-bottom:15px}.list-post-cat .post:last-child{padding-bottom:0;border:none}.list-post-cat .post:after{content:"";display:table;clear:both}.list-post-cat .post-title{font-size:19px;line-height:1.4;font-weight:700}@media (max-width:575px){.list-post-cat .post-title{font-size:15px}}.list-post-cat .post-title a{color:#333}.list-post-cat .post-title a:hover{color:#e81818}.list-post-cat .post .post-thumbnail{margin-bottom:10px;width:360px;height:218px;float:left;margin-right:10px}@media (max-width:575px){.list-post-cat .post .post-thumbnail{width:150px;height:95px}}.list-post-cat .post-excerpt p{margin-bottom:0}@media (max-width:575px){.list-post-cat .post-excerpt{display:none}}.single-post-title{font-size:28px;font-weight:700}.single-post-meta{padding:5px 0;border-radius:0;margin:15px 0 30px;border-top:2px solid #e81818;border-bottom:1px dashed #ddd}.single-post-meta .avartar{display:block;width:35px;height:35px;border-radius:35px;overflow:hidden}.single-post-meta .author-link{color:#191919;font-weight:700;display:block;margin-left:10px}.single-post-meta .author-link:hover{color:#e81818}.single-post-meta .col-md-6{display:flex;align-items:center}.single-post-meta .update-time{margin-left:5px;font-size:13px;color:#191919}.single-post-meta .ml-auto{margin-top:5px;border-top:1px solid #ddd;padding-top:10px}@media (min-width:575px){.single-post-meta .ml-auto{margin-top:0;justify-content:flex-end;border:none;padding-top:10px}}.single-post-meta .ml-auto .review{text-align:left;margin-left:auto}@media (min-width:575px){.single-post-meta .ml-auto .review{margin-left:10px}}.single-post-meta .review-title{margin-bottom:0;font-size:12px;line-height:1}.single-post-meta .review-star{list-style:none;padding-left:0;margin-bottom:0;text-align:left}@media (min-width:575px){.single-post-meta .review-star{text-align:right}}.single-post-meta .review-star li{display:inline-block;color:#fbb800;font-size:12px}.socical-share{list-style:none;margin-bottom:0;display:flex;padding-left:0}.socical-share li{border-radius:30px;margin:0 3px}.socical-share li:last-child{margin-right:0}.socical-share a{display:flex;justify-content:center;align-items:center;text-align:center;width:30px;height:30px;line-height:30px;color:#fff;border-radius:30px}.socical-share a:hover{color:#fff}.socical-share .facebook{background-color:#3b5998}.socical-share .zalo{background-color:#018fe5}.socical-share .zalo img{width:10px;display:block}.socical-share .twitter{background-color:#55acee}.socical-share .pinterest{background-color:#d20e00}.socical-share.flex-column{position:sticky;top:10%;left:0;padding-left:0}.socical-share.flex-column li{margin-bottom:10px}.socical-share.flex-column a{padding:0}.post-update-time{border-top:1px dashed #ddd;padding:10px 0}.entry{font-size:15px;font-weight:400;line-height:28px}.entry p{font-size:16.5px;line-height:1.6}.entry a,.entry a:hover{color:#e81818}.entry blockquote{padding:15px}.entry blockquote ul{list-style:square}.entry blockquote ul li{margin-bottom:8px}.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{font-weight:700;margin:10px 0}.entry h1 em,.entry h2 em,.entry h3 em,.entry h4 em,.entry h5 em,.entry h6 em{font-weight:700}.entry .h1,.entry h1{font-size:26px}.entry .h2,.entry h2{font-size:24px}.entry .h3,.entry h3{font-size:20px}.entry .h4,.entry h4{font-size:16px}.entry .h5,.entry h5{font-size:14px}.entry .h6,.entry h6{font-size:13px}.entry iframe{max-width:100%}/*.entry blockquote{background:#f3f3f3;color:#868686;display:block;font-size:16px;line-height:23px;margin:0 0 20px;padding:15px 20px 15px 45px;position:relative;text-align:justify}.entry blockquote:before{color:#2171af;content:"\201C";font-family:Georgia,serif;font-size:60px;font-weight:700;left:6px;position:absolute;top:15px}*/.entry blockquote p{margin: 0}.entry ol,.entry ul{padding-left:30px;line-height:1.8}.entry table td{padding:5px;max-width:100%}.entry{word-break:break-word}.entry table{max-width:100%}.sticky-after-content{background-color:#f2f2f2;border-radius:4px;padding:15px;font-family:Roboto,Helvetica Neue,sans-serif;margin-bottom:30px}.sticky-after-content .list-sticky-post{padding-left:15px}.sticky-after-content .list-sticky-post li{margin-bottom:3px}.sticky-after-content .list-sticky-post a{display:block;font-weight:400;font-size:15px;color:#028fe3}.sticky-after-content .list-sticky-post a:hover{color:#e81818}.entry .sticky-heading{font-weight:700;color:#e81818;font-size:16px;position:relative;margin-bottom:0;text-transform:uppercase}.entry .sticky-heading:before{content:"";width:5px;height:100%;background-color:#e81818;position:absolute;top:0;left:-15px;border-radius:4px}.post-tag{list-style:none;padding-left:0}.post-tag li{display:inline-block;list-style:none;font-size:14px}.post-tag a{color:#8a8a8a;border:1px solid #ddd;display:block;margin:3px;padding:2px 10px}.post-tag a:hover{background-color:#e81818;color:#fff;border-color:#e81818}.related-post{border-top:3px solid #e81818;padding-top:15px;margin-bottom:15px}.related-title{text-align:center;font-weight:700;text-transform:uppercase;color:#191919;margin-bottom:30px;font-size:22px;position:relative}.related-title .line-pattern{display:block;position:absolute;top:100%;left:50%;width:120px;height:20px;background:url(../images/line.svg) no-repeat;background-position:50%;margin-left:-60px}.related-post .post{margin-bottom:30px}.related-post .post-thumbnail{margin-bottom:10px;height:155px}@media (max-width:575px){.related-post .post-thumbnail{height:95px}}.related-post .post-title{color:#191919;line-height:1.3}.related-post .post-title:hover{color:#e81818}.box-contact{background-color:#fff3f1;padding:15px;border-radius:3px;border:1px dashed #e81818;margin:30px auto;background-image:url(../images/img-talkto.html);background-position:100% 100%;background-repeat:no-repeat}.box-contact .logo{width:100%}.box-contact .col-6{position:relative;padding:15px}.box-contact .col-6:first-child:before{content:"";display:block;height:40px;border-right:1px dashed #e81818;position:absolute;bottom:0;right:0}.box-contact .col-6:first-child:after{content:"";display:block;width:40px;border-bottom:1px dashed #e81818;position:absolute;bottom:0;right:0}.box-contact .col-6:nth-child(2):before{content:"";display:block;height:40px;border-right:1px dashed #e81818;position:absolute;bottom:0;left:0}.box-contact .col-6:nth-child(2):after{content:"";display:block;width:40px;border-bottom:1px dashed #e81818;position:absolute;bottom:0;left:0}.box-contact .col-6:nth-child(3):before{content:"";display:block;height:40px;border-right:1px dashed #e81818;position:absolute;top:0;right:0}.box-contact .col-6:nth-child(3):after{content:"";display:block;width:40px;border-bottom:1px dashed #e81818;position:absolute;top:0;right:0}.box-contact .col-6:nth-child(4):before{content:"";display:block;height:40px;border-right:1px dashed #e81818;position:absolute;top:0;left:0}.box-contact .col-6:nth-child(4):after{content:"";display:block;width:40px;border-bottom:1px dashed #e81818;position:absolute;top:0;left:0}.box-contact .cat-item{background-color:#e81818;height:80px;display:flex;flex-direction:column;color:#fff;text-align:center;line-height:1.2;border-radius:6px;text-transform:uppercase;font-weight:700;font-size:13px;padding:5px}.box-contact .cat-item:hover{color:#fff;background-color:#d31111}.box-contact .cat-item .icon{display:block;width:30px;height:35px;background-repeat:no-repeat;background-size:auto 25px;background-position:bottom;margin:15px auto}.box-contact .cat-item .icon.icon-1{background-image:url(../images/icon-1-white.svg)}.box-contact .cat-item .icon.icon-2{background-image:url(../images/icon-2-white.svg)}.box-contact .cat-item .icon.icon-3{background-image:url(../images/icon-3-white.svg)}.box-contact .cat-item .icon.icon-4{background-image:url(../images/icon-4-white.svg)}.box-contact .cat-item .icon.icon-5{background-image:url(../images/icon-5-white.svg)}.box-contact .cat-item .icon.icon-6{background-image:url(../images/icon-6-white.svg)}.box-contact .list-key-featured{list-style:none;margin-left:0;padding-left:0;margin-top:20px}.box-contact .list-key-featured li{font-size:15px;margin-bottom:10px;line-height:1}.box-contact .list-contact-social{list-style:none;display:flex;padding-left:0}.box-contact .list-contact-social li{width:40px;height:40px;background-color:#e81818;color:#fff;border-radius:40px;margin:5px;text-align:center;line-height:40px;background-color:#191919}.box-contact .list-contact-social li:hover{background-color:#ff3434}.box-contact .list-contact-social a{color:#fff}.box-contact .btn-showroom{background-color:#191919;color:#fff;font-weight:700;text-transform:uppercase;font-size:13px;padding:10px 15px}.box-contact .btn-showroom i{margin-right:4px}.box-contact .btn-showroom:hover{background-color:#191919;color:#fff}.box-contact .btn-showroom+.btn{margin-left:10px;background-color:#e81818}.box-contact .icon-check{margin-bottom:-2px}@media (max-width:575px){.box-contact{background-size:100px auto;background-position:bottom 0 right -15px}}.single-product-breadcrumb .breadcrumb{margin-top:0;justify-content:flex-start;border-bottom:1px solid #ddd;margin-bottom:15px;padding-bottom:10px;border-radius:0}.single-product-breadcrumb .breadcrumb a:hover{color:#191919}.single-product-title{font-size:28px;font-weight:700}.single-product-meta{color:#8a8a8a;border-bottom:1px solid #ddd;margin-bottom:15px}.product-review ul{list-style:none;display:flex;padding-left:0}.product-review li{font-size:13px;color:#ffc107;margin:1px}.list-product-gallery{margin-bottom:5px}.list-product-gallery .gallery-item>a{cursor:zoom-in;position:relative;overflow:hidden;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;width:100%;height:450px;margin-bottom:10px;border:1px solid #ddd;border-radius: 10px;}@media (max-width:575px){.list-product-gallery .gallery-item>a{height:375px}}.list-product-gallery .gallery-item>a img{-o-object-fit:cover;object-fit:cover;object-position:50% 50%;-o-object-position:50% 50%;width:100%;height:100%}.list-product-thumb{margin:0 -5px;margin-bottom:15px}.list-product-thumb .gallery-item{margin:5px;position:relative;overflow:hidden;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;height:90px;border:1px solid #ececec;padding:3px;border-radius: 10px;}@media (max-width:575px){.list-product-thumb .gallery-item{height:80px}}.list-product-thumb .gallery-item img{width:auto;height:100%;display:block;margin:0 auto;-o-object-fit:cover;object-fit:cover;object-position:50% 50%;-o-object-position:50% 50%;}.list-product-thumb .gallery-item img:hover{opacity:.9;cursor:pointer}.list-product-thumb .slick-arrow{background:#e81818;z-index:3;width:18px;height:30px}.list-product-thumb .slick-arrow:before{content:"";font-family:FontAwesome;font-size:18px}.list-product-thumb .slick-prev{left:5px}.list-product-thumb .slick-prev:before{content:"\f104"}.list-product-thumb .slick-next{right:5px}.list-product-thumb .slick-next:before{content:"\f105"}button.mfp-arrow:focus,button.mfp-close:focus{outline:none}.product-info .is-sale .product-sale-price{display:block;font-size:26px;font-weight:700}.product-info .is-sale .product-normal-price{text-decoration:line-through;font-weight:700;color:#8a8a8a}.product-box{border:1px solid #ddd}.product-box-heading{padding:15px;background-color:#f2f2f2;font-weight:700;text-transform:uppercase;position:relative;line-height:1}.product-box-heading:before{content:"";width:4px;height:20px;background-color:#e81818;position:absolute;top:50%;left:-1px;margin-top:-10px}.product-box-body{padding:15px}.product-box-body ul{list-style:none;padding-left:0}.product-box-body li{margin-bottom:10px}.product-box-body li span{margin-right:5px;line-height:1;margin-bottom:-2px}.col-right .store{background-color:#f2f2f2;text-transform:uppercase;padding:15px;font-weight:700;margin-bottom:20px}.col-right .store a{font-size:13px;display:block}.col-right .store p,.table-attr{margin:0}.table-attr th{font-weight:400}.table-attr tr:first-child td,.table-attr tr:first-child th{border:none}.table-attr span{color:#e81818;font-weight:700}.single-product-content{padding-top:15px;position:relative}.single-product-content:before{content:"";width:calc(100% - 30px);top:0;left:15px;position:absolute;border-top:3px solid #e81818}.single-product-content .heading-title{text-transform:uppercase;font-weight:700;font-size:20px;color:#e81818;margin-bottom:15px}.add-to-cart label{margin-bottom:0;font-weight:700;margin-right:10px}.add-to-cart .group-cart{margin-top:15px}.add-to-cart .form-control{width:65px;background-color:#f2f2f2;margin-right:10px}@media (max-width:575px){.add-to-cart .form-control{width:90px}}.add-to-cart .qty-stock{color:#8a8a8a}.btn-quick-order{background-color:#e81818;color:#fff;font-weight:700;width:45%;text-transform:uppercase;font-size:15px}.btn-quick-order:hover{color:#fff}.btn-submit{color:#e81818;border-color:#e81818;background-color:#ffded6;font-weight:700;width:45%;margin-left:5%;text-transform:uppercase;font-size:15px}.btn-submit:hover{background-color:#e81818;color:#fff}.btn-single-hotline{background-color:#f2f2f2;border:1px solid #ddd;color:#191919;font-weight:700;text-transform:uppercase;font-size:15px;margin-top:15px;width:100%;padding-top:10px;padding-bottom:10px}.btn-single-hotline span{color:#e81818}.people-buying{margin-top:15px;color:#8a8a8a}.btn-fitting{color:#59ab5c;border-color:#59ab5c;text-transform:uppercase;font-weight:700;width:100%;margin-top:5px;margin-bottom:15px;border-width:2px;font-size:15px}.btn-fitting:hover{color:#fff;background-color:#59ab5c}.modal-fitting button{outline:none}.modal-fitting .modal-title{color:#59ab5c;text-transform:uppercase;font-size:15px;font-weight:700}form.fitting .form-control{font-size:15px}form.fitting .form-control:focus{box-shadow:none;border-color:#e81818}form.fitting .btn-fitting{background-color:#59ab5c;color:#fff}.product-up-sell{margin-top:15px;margin-bottom:15px}.product-up-sell .title{color:#e81818;text-transform:uppercase;font-weight:700}.product-up-sell .product-item{padding:8px 15px;border-bottom:1px solid #ddd}.product-up-sell .product-item:last-child{border:none}.product-up-sell .product-item:after{content:"";display:table;clear:both}.product-up-sell .product-item .product-thumbnail{width:80px;height:50px;border-radius:4px;position:relative;overflow:hidden;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;float:left;margin-right:5px;border:none;margin-bottom:0}.product-up-sell .product-item .product-title{font-size:15px;line-height:1.2}.product-suggest{margin-top:15px;border-top:3px solid #e81818}.product-suggest *{outline:none}.product-suggest .s-widget-title{text-transform:uppercase;font-weight:700;padding:15px 0;color:#191919;font-size:18px}.product-suggest .list-product-suggest{margin:0 -7.5px}@media (max-width:575px){.product-suggest .list-product-suggest{margin:0}}.product-suggest .product-meta{flex-wrap:wrap;min-height: 41px;}.product-suggest .slick-track{display:flex!important}.product-suggest .slick-slide{height:inherit!important}.product-suggest .slick-list.draggable{width:100%}.product-suggest .product{padding:0 7.5px;width:25%}.product-suggest .product-title{font-size:15px;line-height:1.3}.product-suggest .product-price{font-size:13px}.product-suggest .product .btn-detail{display:none}.product-suggest .product:hover-thumbnail{border-color:#e81818}.product-suggest .product .inner{margin-bottom:0;height:100%}@media (max-width:575px){.product-suggest .product .inner{margin-left:-95px;margin-right:95px}}.top-page-header{background:url(../images/cover-cat.jpg);color:#fff;padding:15px 0;text-align:center;font-size:24px;background-size:cover;background-position:50%;margin-bottom:30px}.top-page-header .page-title{text-transform:uppercase;font-weight:700;position:relative;font-size:26px}.top-page-header .page-title:after{content:"";display:block;position:absolute;top:100%;left:50%;width:80px;height:20px;background:url(../images/icon-line-white.svg) no-repeat;background-size:cover;background-position:50%;margin-left:-40px}.showroom{margin-bottom:30px}.showroom-image{display:block;margin-bottom:15px}.showroom-image>a{display:block}.showroom-header{font-weight:700;font-size:18px;text-transform:uppercase;color:#e81818}.showroom p{margin-bottom:10px}.showroom .addr i{margin-right:5px}.showroom .addr-map a{font-weight:700;color:#007bff}.list-video-cat .video{margin-bottom:15px}.list-video-cat .video .post-thumbnail{height:215px}@media (max-width:575px){.list-video-cat .video .post-thumbnail{height:95px}}.single-video-title{font-size:24px}.contact-item .addr,.single-video-title{margin-top:15px;font-weight:700}.contact-item p i{margin-right:5px}.contact-container .heading-title{color:#e81818;text-transform:uppercase;font-weight:700;font-size:16px;position:relative;padding-bottom:10px;margin-bottom:30px}.contact-container .heading-title:before{content:"";width:100px;position:absolute;top:100%;left:0;border-bottom:2px solid #8a8a8a}.contact-container .heading-title:after{content:"";width:50px;position:absolute;top:100%;left:0;border-bottom:2px solid #e81818}.contact-form .btn-submit{width:100%;margin-left:0;background-color:#e81818;color:#fff}.error-404 img{display:block;margin:45px auto;max-width:60%}@media (max-width:575px){.error-404 img{max-width:100%}}.error-404 .btn-to-home{background-color:#e81818;color:#fff;font-weight:700;margin:15px auto;width:180px;border-radius:40px;display:block}.error-404 .btn-to-home:hover{background-color:#191919}.cart-collaterals,.woocommerce-cart-form{margin-top:30px}.woocommerce-cart-form__contents{width:100%;border:none}.woocommerce-cart-form__contents thead{border:none;margin-bottom:15px;background-color:#e81818;padding:15px;color:#fff}.woocommerce-cart-form__contents thead .product-thumbnail{width:0;height:0;border:none}.woocommerce-cart-form__contents thead .product-price{color:#fff}.woocommerce-cart-form__contents thead th{padding:10px 0}.woocommerce-cart-form__contents tbody{padding-top:15px}.woocommerce-cart-form__contents tr{vertical-align:middle;padding:15px;margin-top:15px}.woocommerce-cart-form__contents .cart_item{border-bottom:1px solid #ddd}.woocommerce-cart-form__contents .product-thumbnail{width:60px;height:60px;border:none;margin:15px;box-shadow:none}.woocommerce-cart-form__contents .product-name{font-weight:700}.woocommerce-cart-form__contents .product-name a{color:#191919}.woocommerce-cart-form__contents .product-name a:hover{color:#e81818}.woocommerce-cart-form__contents .product-quantity{border-bottom:none;padding:0}.woocommerce-cart-form__contents .qty{border:1px solid #ddd;width:60px;text-align:center}@media (max-width:575px){.woocommerce-cart-form__contents .qty{margin-left:auto}}.woocommerce-cart-form__contents .actions{padding:15px 0;border-bottom:1px solid #e81818}@media (max-width:575px){.woocommerce-cart-form__contents .actions{border:none}}.woocommerce-cart-form__contents .coupon{width:60%;float:left}.woocommerce-cart-form__contents .input-text{border:1px solid #ddd}.woocommerce-cart-form__contents .input-text:focus{border-color:#e81818;outline:none}.woocommerce-cart-form__contents [name=apply_coupon]{background:#191919;border:none;color:#fff;padding:8px 15px;font-weight:700;text-transform:uppercase;cursor:pointer;margin-left:auto}.woocommerce-cart-form__contents [name=apply_coupon]:hover{background-color:#e81818}.woocommerce-cart-form__contents [name=update_cart]{background:#e81818;border:none;color:#fff;padding:8px 15px;font-weight:700;text-transform:uppercase;cursor:pointer;margin-left:auto;float:right}.woocommerce-cart-form__contents [name=update_cart]:hover{background-color:#ff3434}.coupon label{display:none}#coupon_code{border:1px solid #ddd;padding:7px 5px}.cross-sells{display:none}.woocommerce-cart-form{width:70%}.entry>.woocommerce{display:flex}.cart-collaterals{width:25%;background-color:#ddd;padding:15px;border-radius:5px;margin-left:auto}.checkout-button{width:100%;display:block;background-color:#e81818;color:#fff!important;padding:8px 15px;font-weight:700;text-align:center;margin:15px 0}.checkout-button:hover{background-color:#191919}@media (max-width:575px){.cart-collaterals,.woocommerce-cart-form{width:100%}.cart-collaterals{margin-top:15px}.cart-collaterals h2{display:none}.entry>.woocommerce{flex-direction:column}}@media (max-width:575px){.woocommerce-cart-form__contents .product-thumbnail{display:none}.woocommerce-cart-form__contents .coupon{width:100%;margin-bottom:15px}.woocommerce-cart-form__contents .cart_item td{margin:5px 0}#coupon_code{float:left;border-radius:0;box-shadow:none;border:1px solid #ddd;width:calc(100% - 95px)}[name=apply_coupon]{float:left}[name=update_cart]{margin:0;float:none;width:100%}}.woocommerce{flex-wrap:wrap}.woocommerce-notices-wrapper{width:100%}.woocommerce-message{width:100%;margin-bottom:15px;margin-top:15px;color:#191919;border:1px solid #0f834d;background-color:#f1fff2;padding:15px;border-radius:3px}body.woocommerce-cart .woocommerce{margin-bottom:30px}.price-list-table{margin:15px auto;border:1px solid #ddd;border-top:3px solid #ff3434}.price-list-table .price-header{display:flex;background-color:#e81818;height:40px;color:#fff;font-weight:700;align-items:center;text-align:right}.price-list-table .price-header .col{justify-content:flex-end}.price-list-table .price-header .col-title{justify-content:flex-start;text-align:left}.price-list-table .product-item{padding:15px 0;align-items:center}.price-list-table .product-item:nth-child(2n) .col-img .thumb,.price-list-table .product-item:nth-child(2n) .col-img .thumb img,.price-list-table .product-item:nth-child(odd){background-color:#f2f2f2}.price-list-table .col-img{width:60px}.price-list-table .col-img .thumb{margin-left:15px;width:50px;height:50px;border-radius:4px;position:relative;overflow:hidden;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start}.price-list-table .col-img .thumb img{-o-object-fit:cover;object-fit:cover;object-position:50% 50%;-o-object-position:50% 50%;width:100%;height:100%}.price-list-table .col-title{font-weight:700;font-size:13px;width:280px}.price-list-table .col-title a{color:#191919}.price-list-table .col-title a:hover{color:#e81818}.price-list-table .col-price,.price-list-table .col-sale-price,.price-list-table .col-sum{font-size:14px;text-align:right}.price-list-table .col-sale-price{font-weight:700;color:#e81818}.price-list-table .price-footer{background:none;color:#191919}@media (max-width:575px){.price-list-table .product-item{margin-bottom:0!important}.price-list-table .price-header{display:none!important}.price-list-table .price-footer{display:flex!important}.price-list-table .price-footer .col-img,.price-list-table .price-footer .col-title,.price-list-table .price-footer .col:nth-child(3){display:none}.price-list-table .price-footer .col-total{width:50%;display:flex}.price-list-table .price-footer .col-total sup{top:5px}}@media (max-width:575px){.price-list-table .product-item{position:relative;flex-wrap:wrap;margin-bottom:15px}.price-list-table .product-item .col-sum{position:absolute;right:15px;top:15px;font-size:16.5px;color:#e81818;font-weight:700}.price-list-table .product-item .col-sale-price{display:none}.price-list-table .product-item .col-price{position:absolute;right:15px;top:40px;font-size:13px;text-decoration:line-through;color:#8a8a8a}.price-list-table .product-item .col-title{line-height:1.3}}.product .inner{position:relative;margin-bottom:30px;border:1px solid #ddd;background:#ffffff;border-radius: 10px;-webkit-box-shadow: rgb(60 64 67 / 10%) 0 1px 2px 0, rgb(60 64 67 / 15%) 0 2px 6px 2px;box-shadow: rgb(60 64 67 / 10%) 0 1px 2px 0, rgb(60 64 67 / 15%) 0 2px 6px 2px;}.product-type{position:absolute;background-color:rgba(232,24,24,.85);color:#fff;padding:5px 10px;bottom:1px;left:1px}@media (max-width:575px){.product-type{font-size:12px;padding:2px 5px}}.product-tag{position:absolute;top:2px;right:2px;color:#fff;background-color:#e81818;display:block;width:40px;padding:2px 5px;font-family:Arial,Helvetica,sans-serif;font-size:11px;z-index:1;border-radius: 0 10px 0 0;}.product-title{font-size:16px;font-weight:700}.product-title a{color:#333;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;height:38px}.product-title a:hover{color:#e81818}.product-thumbnail{position:relative;overflow:hidden;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;width:100%;margin-bottom:0}.product-thumbnail img{-o-object-fit:cover;object-fit:cover;object-position:50% 50%;-o-object-position:50% 50%;width:100%;height:100%;border-radius: 10px 10px 0 0;}.product-rate{display:-ms-flexbox;display:flex;margin:5px 0;align-items:center;-webkit-align-items:center}@media (max-width:575px){.product-rate{font-size:10px}}.product-rate ul{list-style:none;padding-left:0;display:flex;margin-bottom:0}@media (max-width:575px){.product-rate ul{font-size:10px}}.product-rate li{margin:0 1px}.product-rate i{color:#f69329}.product-rate a{color:#737373;font-size:12px;margin-left:5px}@media (max-width:575px){.product-rate a{font-size:10px}}.product-rate a:hover{color:#e81818}.product .inner-prod{padding:10px;border-top:1px solid #ddd;border-radius: 0 0 10px 10px;}.product-meta{display:flex;justify-content:space-between;align-items:flex-end}@media (max-width:575px){.product-meta{flex-wrap:wrap}}.product-price{font-weight:700;color:#8a8a8a;font-size:16px}.is-sale .product-sale-price{color:#e81818;order:1;font-size:16px}.is-sale .product-normal-price{font-weight:400;order:2;text-decoration:line-through;font-size:14px}.is-sale .product-normal-price sup{text-decoration:none!important}.product-sidebar{padding:15px 0;border-bottom:1px dashed #ddd}.product-sidebar:first-child{padding-top:0}.product-sidebar:last-child{border:none;padding-bottom:0}.product-sidebar:after{content:"";display:table;clear:both}.product-sidebar .product-thumbnail{width:100px;height:130px;float:left;margin-right:10px;margin-bottom:0}.product-sidebar .product-title{font-size:15px;line-height:1.3;margin-bottom:10px}.product-sidebar .product-thumbnail img, .product-up-sell .product-item img {border-radius: 10px;}.product-sidebar .product-meta{flex-direction:column}.product-sidebar .product-price{display:block;width:100%;font-size:14px}.product-sidebar .product-sale-price{color:#e81818}.list-product-grid .product-thumbnail,.list-product-slide .product-thumbnail,.list-product-viewed .product-thumbnail{height:275px}@media (max-width:575px){.list-product-grid .product-thumbnail,.list-product-slide .product-thumbnail,.list-product-viewed .product-thumbnail{height:195px}}@media (max-width:375px){.list-product-grid .product-thumbnail,.list-product-slide .product-thumbnail,.list-product-viewed .product-thumbnail{height:175px}}.product-cat-container .product-thumbnail{height:275px}@media (max-width:575px){.product-cat-container .product-thumbnail{height:195px}}.home-product .product-thumbnail{height:275px}@media (max-width:575px){.home-product .product-thumbnail{height:195px}}.post-title{font-size:16px;line-height:1.3;font-weight:700}.post-title a{color:#191919}.post-title a:hover{color:#e81818}.post-thumbnail{position:relative;overflow:hidden;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start}.post-thumbnail img{-o-object-fit:cover;object-fit:cover;object-position:50% 50%;-o-object-position:50% 50%;width:100%;height:100%}.post-thumbnail img:hover{opacity:.9}.post-excerpt{color:#8a8a8a;line-height:1.65}.post .readmore:hover{color:#e81818;text-decoration:underline}.post-date{color:#8a8a8a;display:block;margin-bottom:5px}.small-post:after{content:"";display:table;clear:both}.small-post .post-thumbnail{width:215px;height:145px;float:left;margin-right:10px}@media (max-width:575px){.small-post .post-thumbnail{width:175px;height:115px}}.post.video .post-thumbnail{position:relative;margin-bottom:10px}.post.video .post-thumbnail:before{content:"";width:40px;height:40px;border-radius:40px;background:hsla(0,0%,100%,.24) url(../images/play-button.svg) no-repeat;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px;background-size:40px;background-position:50%;z-index:1}@media (max-width:575px){.post.video .post-thumbnail:before{width:30px;height:30px;margin-top:-15px;margin-left:-15px;background-size:30px}}.pagination-nav{display:flex;justify-content:center}.pagination-nav .pagination{margin-bottom:10px}.pagination-nav a,.pagination-nav span{padding:5px 10px;border-radius:4px;background-color:#8a8a8a;margin:5px;font-weight:700;color:#fff;border:1px solid #8a8a8a}.pagination-nav a:hover,.pagination-nav span:hover{color:#fff;background-color:#e81818;border-color:#e81818}.pagination-nav span{background-color:#fff;border:1px solid #e81818;color:#e81818}.comment-section-title{font-weight:700;font-size:1.5rem;margin-bottom:15px;color:#191919;text-transform:uppercase;border-top:1px dashed #ddd;padding-top:10px}#comments{word-break:break-word}#comments ol,#comments ul{list-style:none}#comments .avatar{height:50px;width:50px;left:0;border-radius:4px;position:absolute}#comments .comment-body{position:relative;padding-top:1.5em;border-bottom:1px solid;border-color:#eee;background-color:transparent;margin-bottom:0;padding-left:70px}#comments .comment-meta{margin-bottom:1.5em;margin-left:65px}#comments .says{display:none}#comments{color:#484848;clear:both;font-size:14px;line-height:1.8}#comments .fn{color:#e81818}#comments .reply{position:absolute;right:10px;top:0;z-index:2}#comments .commentmetadata{display:none}.comments-title{font-size:28px;font-size:1.55556rem;margin-bottom:1.5em}.comment-list{margin:0 0 3em;padding:0;position:relative;word-break:break-word}.comment-list .children{margin:0;padding:0;margin-left:4em!important}@media (max-width:991px){.comment-list .children{margin-left:1em!important}}.comment-list li:before{display:none}.comment-list .depth-1>article{margin-left:0}.comment-body+.comment-respond{margin-top:1.5em;padding:30px;margin-left:4em;background:#f0f0f0;position:relative;max-width:100%;margin-bottom:1.5em}.comment-body+.comment-respond:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f112";position:absolute;transform:rotate(180deg);top:0;right:calc(100% + 15px);font-size:24px}.comment-body .says,.comment_container .says{display:none}.comment_container,article.comment-body{margin-bottom:2em}.comment-content>ol,.comment-content>ul{padding-left:1.35em}.comment-form-url{width:100%;margin-top:15px}.comment-author{margin-bottom:0;z-index:2}.comment-meta{margin-bottom:1.5em;margin-left:65px}.comment-metadata{font-size:12px;font-size:.75rem}.comment-metadata a.comment-edit-link{margin-left:1em}.reply{margin-bottom:1.5em}.comment-reply-link{font-weight:600;position:relative;font-size:12px;font-size:.75rem;text-transform:uppercase}.comment-reply-link .icon{left:-2em;height:1em;width:1em;position:absolute;top:0}#cancel-comment-reply-link{text-transform:capitalize;font-size:13px;font-size:.75rem;display:block;margin-top:10px;color:#f44336}#cancel-comment-reply-link:before{margin-right:3px;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f057";display:inline-block}.comments-pagination{margin:2em 0 3em}.comment-form label{font-size:14px;font-size:.875rem;font-weight:700;text-transform:uppercase}.comment-form .required{color:red}.comment-form a{text-decoration:underline}.comment-respond .comment-reply-title{position:relative;font-size:28px;font-size:1.55556rem}.comment-form .submit{background-color:#191919;border:none;color:#fff;font-size:16px;font-weight:700;text-transform:uppercase;padding:10px 3.5rem;cursor:pointer}.comment-form .submit:hover{background:#e81818}.comment-form .form-submit{width:100%;margin-top:15px}.comment-form{margin-bottom:30px}.comment-form .form-control{border-radius:0;font-size:14px}.comment-form>p{margin-bottom:0}.comment-form .comment-form-comment textarea{max-height:160px}.comment-form{display:flex;flex-wrap:wrap}.comment-navigation{display:flex;-ms-flex-pack:justify!important;justify-content:space-between!important}.comment-form .comment-form-author,.comment-form .comment-form-email{width:50%}.comment-form .comment-form-author{padding-right:10px}.comment-form .comment-form-aemail{padding-left:10px}.comment-form .comment-notes{margin-bottom:15px}.comment-form-author,.comment-form-cookies-consent,.comment-form-email{display:none}.response-none{font-weight:700;font-size:16px}.comment-form-author.show,.comment-form-email.show{display:block}@media (max-width:575px){.comment-form .submit{width:100%}}#registermodal .modal-content{background-color:#e81818}#registermodal .modal-content .modal-header{color:#fff;border:none}#registermodal .modal-content .modal-header .modal-title{font-size:26px;text-transform:uppercase;font-weight:700;margin:0 auto}#registermodal .modal-content ::placeholder{color:#999;font-size:12px}#registermodal .modal-content .btn-registers{background-color:#fff600;color:#e81818;font-size:15px;text-transform:uppercase;border-radius:20px;font-weight:700;width:164px;margin:0 auto;display:block}#modalsucess .modal-content{background-color:#e81818}#modalsucess .modal-content .modal-body{padding:30px}#modalsucess .modal-content .success-title{font-size:26px;color:#fff;font-weight:700;text-transform:uppercase;text-align:center}#modalsucess .modal-content .success-thank{color:#fff;font-size:16px;width:70%;margin:0 auto;margin-top:20px}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:100%;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}.wp-caption .wp-caption-text{font-size:14px;line-height:17px;margin:0;padding:10px 5px;font-family:Arial;color:#fff;max-width:100%;background-color:#e81818}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.entry figure{max-width:100%}@media screen and (max-width: 1024px){.home-newspaper .list-newspaper img{height:100px}}

.shortcode-product .product-title a {
	height: auto;
}
b, strong {
	font-weight: 700;
}
.out-of-stock {
	font-size: 20px;
	font-weight: 700;
}
.price-list-table .price-header div {
	white-space: nowrap;
}
.product-title a {
	-webkit-box-orient: vertical;
	outline: none;
}
.product-thumbnail{
	outline: none;
}
.product-box-heading {
	font-size: 14px;
	margin-bottom: 0;
}
.menu-side-slide .dropdown-menu .menu-item a {
	padding: 5px 0;
	border: 0;
	display: block;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}
.menu-side-slide .dropdown-menu .menu-item a:hover {
	color: #e81818;
	background: transparent;
}
#ftwp-container-outer {
	min-height: 55px;
}
body.single .breadcrumb_last{display: none;}
.fillter-list{display: none;}
.price-range.active{
	color: #e81818;
}
.product-price{
	color: #e81818;
}
.product.is-sale .product-normal-price {
	color: #8a8a8a;
}
.list-product-gallery img{
	width: 100%;
}
/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
	/* we set the opacity to 0 */
	opacity: 0;
}
[data-lazy-src]::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
/*Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
	/* prepare the future animation */
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}
.list-brand-archive img {
	max-height: 60px;
}
.entry img, .entry iframe {
	margin: 0 auto;
	display: block;
}
.rll-youtube-player {
	margin-top: -56.23%;
}
.product.is-sale .product-normal-price{
	color: #8a8a8a;
}
.loadmore-option{
	text-align: center;
}
.loadmore-option .btn-loadmore {
	width: 100%;
	background: #e81818;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	max-width: 575px;
	margin:15px auto;
}
.loadmore-option .btn-loadmore:hover,
.loadmore-option .btn-loadmore:focus{
	text-decoration: none;
	background-color: #d31111;
}

.list-product-slide .slick-list {
	width: 100%;
}
.top-header .mini-cart .number-item {
	font-weight: 700;
}
.entry strong, .entry b {
	font-weight: 700;
}
.footer-bottom{
	border-top: 0
}
.footer-top .widget-footer:last-child {
	margin-top: 0;
}


.entry strong, .entry b {
	font-weight: 700;
}

a:focus{
	outline: none;
}

body.single-product .featured-content-wrap {
	margin-left: -15px;
	margin-right: -15px;
}

/*.entry img, .entry iframe:not(.embed-responsive-item) {*/
/*	height: auto !important;*/
/*}*/
.entry ol, .entry ul{
	font-size: 16.5px;
}
.entry table {
	width: 100%;
}
.entry figure{
	width: auto !important;
	margin: 15px auto;
}
/*.wp-caption .wp-caption-text {
	color: #000;
	background-color: transparent;
}*/
.action-bar .bg-facbook {
	width: 35px;
	height: 35px;
	display: block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAMyUlEQVRo3rWae7BV1X3HP2vt87jn3AfvpyCCYCKi3KZaEC0kMfFRG1QCpqU+amxiEmMmGdpmpmZ8tGk6bRydSWPamg6pERsQNLURW20wahEEMhIBDZIgcOFiLo/7vue191q//rH3OWfvffe5XIw9M3vO2muvvc73t36v72+toxCh4eeYQIdAWkFGgREoAA5QCb4Jvh3mUuRSYBGKOSg5B8MkoBkREArAaSydWDmEsBPFTrS8Q0mAYH4soKFJoN8DR4O2MEHD7+caQk3x233OBVZguAmPy1DkEPGxCAQC+BcyAWEmlnYI+i0VjOxG8SzCRuDX7xeIep8aacflqyhuQmhLAF1vVwWjwRhbaxewbEbJI6C3n61G9FmIDIoJGL6Dx3bgdoy0YQSsBSvBZX2BjYAJ2jbWDo+xtf481q7CyP/i2sdQzDgbjehRC1GSFQzJDkTuwUgTJgTeEAJPCDAhAYO2SRhf7beAEQdrP0e/2YHHHagPThBNRf6GgjxNhfOHgbENrkSgMlww20CwikzHylo8+S6WpjMJNLKzOzRRZB2KT9d8Ke4P1TYBAGK+keQz1T6b9F7snaK5G08+zDRnFdBz9s7eJU0clQ10y3J0ApAwmIZgA5DSAGTSotSCgqo/MwJjna3MTX+KizO9SXaULEgFzTbzFCX5NDoBnIwAZDRga2MStFj7jdi9KyC8yGfaljNOlYcLclyGO/ZR801Oyb0NNVEV3sYBh0yqavthMNX5SdICDfpCY43AuPT3GZ/5fM0sa9MOxATpsDfwrvkPnDNMmtT2fPA6BVOb4Lxmzdi0j72/IhwetLw3JHhlqXtoojAjaKZiIZf6HFPT/xpeIMU7Nnw3lg7vTYpybm0WO4I5VbXiCii4fJJmxQyHa6c5zG3RNDnRNXItHByw/PS4xzOHPX523POFT6kGTp8gkAVS0s3kbDtaH61Df82rD+w1/4jhy6gzOWPQDsLmNdMdvj4/zcem1JEfHrR0FoTTZUEExmcV03OK89vqnrqty/DI3jKbflUJAr06g3aqbEDAOhuR9M3Vh4oXqn6jLqJi38CQSbT7BDNqTsE/fCTDl+alAdjdbfnhQZf/Oe5xcMBScgO7DjhhxvHN7appDrdckGFJIPi6X1X46qtFTg9Znw7ZUQgjgMcyRL3qC/JMIIiyTyDckugPNRML+irCeW2af78yy+UTHX7Zb/nr3WU2HvYwFfHTrCbZLKyA6/vHDbPSfOOyJi6d5LCv27D6v4fY+xvPF6aRb0bmUy9i0tf4gqyvgJJzSNkDIPm6T1QniMV0T5iaU2y5Osf8MZr1h12++FqJ3oLU02vDnBGLeBVLU1rxyLI8X1iQ5dig5aqn+zlw0jTWTPXeX1iDNgvRvKVxLVi7EmvzETpRJXmGetsTchrWL21i/hjNvxxwWb2lRG9R/JrEhq8YVQlTk+p9SlFyhS++MMjf7ioyo0Wz6fpWxmaVHxksye/WiKg42NStSBrNGFE49uYIYNOA8FUs97dnWDbF4SdHPb7wSgERP2KNCDwJUHWsz6r5xpYhfvBWmYsnOnxraR7KDcDHcbneTaRKTRqR87Dyu8PBxy5XuGC85p4PpzlVEu5+rehrixGIYxKRTOoLEuWaLYMc6jPcdUkTi2aloWRHMa+ah9IXaQbsIjzJ+s4TZ69EBFkzP0s+pXhoT5mjp4zv0LXVjpsVgVnSQDNENaOhp9fw4NYCWsG9i/JReh9myVHTVZzUH9WIWhyl0jFAxnfw8c2KVbNT9FeEH+yvBEJE6ogoSCNQtr65xk0rPNYLLuMHi41vlzjab7hmTpo5Ex0/2UbAM3yRkY9olD0/0plkAhVh2RSHcVnFTzs9TvQa36Qa2b3xNXj93DRZHdAKiWnCEyhYJuQUs8boWr4p9Bt+dtgl4yg+MSsDlQYmHy4TDLM0nkwf5phxlXrCJeP85PVqZ0Ar4tEpvFoly59fmuW5G1tYd20zeYe683oCRUuzA2uuyHHv4hzloo1oc/tRP9MvmJRKXlyJm7GdmMKTSSPG+yB/zGj2+VBHn4muRvhd4ye7B5fluG9JDrHCyg9lmJxvZfWPB+k86dHcovnTRU18fUmevV0utzw9QE8tfPsr/XaXT5tmtunY5kVCbvIDRWsKK/nGlLrObfIBsRusVFcoln2DgHD/sjz3LfF3O5QGY4SlM9NsvrmVJ/eUuON3mrhwUpr/3F9i5YZ+XE/AUXUqI0Kx4iNvSavoTktEmAh1yaaGV3AJwljBDcJkRoVMrqYJ3+YfvjrP1y7L0100rHuzxMfnZFgwOYUxwsKpDguntgCKx39R4M5nBjCWiCaqc6WUv2hlI9EKkwRGHPSlMBQbm1XQ9oQTQ/4qTclp3851vdjRAo9e18ytC7I8/HqB7+wscuQ3HjMnp3hqZSuLZ6SxVtAannyzyJ89M4AJQm7URP35zh3jM+SuAesvktNAG/W+ikbkdMNEFYpG+08ZABZPjTpgmwMPLM1RdoULv9fDms0DHOk2kFMcPeVx3eO9PPdOGa01/7SzwK0b+vC8IKOHnVbqc14+02fT+0+49fAdHxe+NzKQwlGduLLQ14pKrrUVbD1awbNw7ewM2ayi7NfQjG3RrNtT5sB7rl9PVJmrVZCC3oJl1YY+Vl9c5t/eKPqUxlGNzTitWDo760fIdyuBwMnmVNei7taU7aFheSCeGxQc6PJ4paPCzDbNyg9loeibWke34UCX51d5KiFBaiiVhLXbClhDlJeFQ6gIlISlc7K0T0uzu9Nl17tlX+iIJkLvViOlI0c0hp3DiFgSSXOFR3YUALjvyjzNeeUnOvAFsJKcV6oRJx2uSULgq+M8ASU88MlWlIKHXh7AlhISqTA8McKbmpRsR6w74q6h9eP85rdLbDlU4YIJKf7+E61+kvPiGXcEew4LGh83ZPnKR1v52NwsLx8ss2HHUFCThH0ppo1q/6B5SaPdg1jZUyN5EYIXImlBUfW15/sZKAt3/16ee5Y2o1w7nJ9JjEJIqE8SGMGA4Zr2HN/+1FiKrvCVjT0Y19Z9wcbCcHSRjzDEPk1/2mL102ek2sZ30r2HK3z+2T4A/mpZM7kmXX9HRqAuEW1IffdlyPAnV7Tw4zsnknHgtidOs/fdku9zNrYYEW1W751nGZMe0n4xZddjpZz4o3FQGn5+zOdCnX2WQsn6gErWDwBlG9VikkBlC4OGiXnNw388nnW3TSCXVtzxxGk2vTYIGZ38rgwzTcGzP8Q1pFAW4BAim7GsaJjhqUeJ6S1+wjrU7UG/x/zZWe5c1EzagR+9UWDnkQqmJPWaO7xnlVEsmJ7mpoV57rqyhXPGOPz6pMeX13fzwi8K0KQSNhsahF8l20ir3WBJ0VslXvrvyNobUOKMHLOFGW0+Ex7TpPnnWybw2cV50tqnFfdc0cIvu1x2dVTY955HX8mAQFtWc8HkFJedm6F9RsafygqPvjLAAz/p5VS3CYRoRA5jW6+ioJL6VjUuphiqLdnPyXmPI85nE3f5qGVRZgeU/pPzsjAvS1/Jsvb1QfqKllXteS6alubCKemGpxVvv+ey6Y0CP9o1yP6Oiu8P2diuCTHLCPcDpCubydjn/SQOKY6p+u5yR+5e5nl/SLOZHNkqJRruqoIc7zOs3THE97cN0tHlgsA3X+xn/pQ0C6almTnWYVxeo4CeguVYj8e+4y77OiuYgvWTXUbX6/4zgQ9YBq4aYjC1hnQltNv7ByeiO+Vzy7fRyuOUVaJ5KU948PoxDJaFtdsHOdUdZHUntH/rhkpRolQHrXzGq0ZY+bhWCGFwBDz5C05kHqpqw4d+e1d0Ak9B3jzKOO9LGBW1zfCZRinI1lolFzuj6pNkwPEgUx2nBQZSm+hOrSJl46chCQc9470st3c9T9p+HFcNd/h4oZNUvY1U0ZFwbkIDgWsnmQLonTx3ztWcyPSN7jC0J1VmV9tKTqa2ouzwOB7O0DLK5BfJ+AnC2gQGEBZqyNnHvrErODVciMaCCLC1tYd9zctx5IUo80zaxIuTQIlyrcRTqQb0RWLCIeDY1zmduY6d4zrjJ1WjO552pIehzI0U1WPDVjNycivJq2pJBpc0FwnPEXDVU3ip69Ac++3O2a0qUeIujNyFx8ko6WN4tWYT2MAwIUd4Tm23vh+xf0lFfQarej+4fz54PEaZRYjZECGHjexaRvG8kWl55lmKLMHybZR8gH/hqH8Ogf0jMFch/BeIe9Z23/i5ILwCajlWbkTkLUb7/433/zcneQnUS4hcgtWrwSwHLmyYD2iQrf3vg6A2gzwJ7ExMB/9/gtQ+e7DOHoy9H6suockuBdWO5TxEJgJtINkAWxlhENRpNEcQ9uDJy1i1h6waqoXZ9/n5P2UOHtHV+rZLAAAAAElFTkSuQmCC') no-repeat;
	background-size: 100%;
	margin: 0 auto;
}
.single-product-breadcrumb .breadcrumb {
	padding-left: 0;
	padding-right: 0;
}
body.archive .hero-slide {
	min-height: 175px;
}

@media (max-width: 575px){
	.page-footer .widget-footer {
		margin-bottom: 15px;
	}

	.kk-star-ratings {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.kk-star-ratings .kksr-stars {
		margin-bottom: 5px;
	}

	body.home .home-product{
		padding: 15px 0;
	}
	body.archive .hero-slide {
		min-height: 290px;
	}
}
/** custom style comment */
.woocommerce-Reviews #comments .avatar{height: 25px;}
.devvn_review_avatar {margin: 0 25px 0px -25px;}
.commentlist{
	padding-left: 0;
}

.author-box .follow-me {
	padding: 0;
	list-style: none;
	display: flex;
}
.author-box .follow-me a {
	width: 30px;
	height: 30px;
	display: inline-flex;
	padding: 0;
	color: #3a4e9b;
	border: 1px solid #3a4e9b;
	margin: 0 2px;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-justify-content: center;
	border-radius: 3px;
}
.author-box .follow-me a:hover {
	color: #e81818;
	border-color: #e81818;
}

.price-tab {
	border-bottom-color: #e81818;
}
.price-tab li {
	font-weight: 700;
}
.price-tab li .nav-link {
	border-bottom: none;
}
.price-tab li .nav-link.active {
	border-color: #e81818 #e81818 #fff;
}


body.woocommerce #reviews #comments ol.commentlist li {
	position: relative;
}
.widget-sticky {
	top: 60px;
}
.devvn_cmt_box .reply span{display: none;}

.price-list-detail {
	color: #4696da;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #4696da;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	padding: 1px 10px;
	margin-bottom: 5px;
}

.loading {
	pointer-events: none;
	position: relative;
}

.loading::after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.15);
	content: '';
}

.woocommerce-pagination ul li .current {
	display: block;
	padding: 5px 10px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	font-weight: 700;
}
.woocommerce-pagination ul li .page-numbers {
	background-color: #fff;
	border: 1px solid #dee2e6;
	cursor: pointer;
	color: #e81818;
}


.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.woocommerce-pagination ul li:not(:last-child){
	margin-right: 5px;
}

.woocommerce-pagination ul li .page-numbers:not(.dots) {
	position: relative;
	display: block;
	padding: 5px 10px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	font-weight: 700;
}
.tax-review .kksr-stars-active {
	width: 83.2px !important;
}
aside .widget.widget-attr ul {
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: thin;
}
aside .widget.widget-attr ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

aside .widget.widget-attr ul::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

aside .widget.widget-attr ul::-webkit-scrollbar-thumb {
	background-color: #A6A6A6;
}

.home-newspaper {
	background: #fff
}
.home-newspaper .widget-title {
	background-color: #fff;
}

.product-suggest .product-title {
	font-size: 15px;
	line-height: 1.3;
}
.product-suggest .product-price {
	font-size: 16px;
}

.product-suggest .product.is-sale .product-normal-price {
	font-size: 14px
}

.wrap-fillter.show {
	z-index: 11;
}

.price-list-table .price-header div {
	font-size: 15px;
}
.woocommerce-review__published-date{
	display: none !important;
}
div.devvn_cmt_tool > span:nth-child(5){
	display: none !important;
}
.devvn_cmt_lheader_left .devvn_cmt_count{
	display: none;
}
.wp-caption .wp-caption-text{
	background-color: transparent;
	color: #212529;
}
.wp-caption {
	padding: 5px 3px 0;
}
.wp-caption img{
	max-width: 98.5%;
}
.product-cat-content {
	margin-top: 10px;
}
.order-fast {
    background: #e81818;
    padding: 12px 15px;
    text-align: center;
    margin-bottom: 10px;
}

.order-fast .text-regis-phone {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px
}

.order-fast .text-regis-phone svg {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0px;
    top: -10px;
    fill: #fff
}
.text-regis-phone {
    margin-bottom: 16px;
    /*line-height: 18px;*/
    padding-right: 26px;
    font-size: 14px;
    word-spacing: 1.2px;
    color: #5d5c5c;
    background: url('data:image/svg+xml;utf8,<svg height="40" width="40" fill="#f5f5f5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><polygon style="" points="50,0 16.667,0 50,50 16.667,100 50,100 83.333,50 " fill="#f5f5f5"></polygon></svg>');
    background-repeat: no-repeat;
    background-position: right -5px center
}

.wrapper-infor {
    position: relative;
    height: 30px
}

.wrapper-infor .txt-phone {
    border: none;
    color: #aaa;
    font-size: 15px;
    width: calc(100% - 75px);
    height: 30px;
    padding-left: 12px;
    box-sizing: border-box;
    text-align: left;
    float: left
}

.wrapper-infor .button-sub.button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 65px;
    height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
    border: 1px solid #ffffff8a;
    box-sizing: border-box
}

.wrapper-infor .button-sub.button:hover {
    background: var(--main-color) no-repeat scroll center center
}

.product .product-action {
    position: absolute;
    z-index: 3;
    display: flex;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    visibility: hidden
}

.product .product-action .btn {
    font-size: 0;
    background: rgba(240,76,40,.8);
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px
}

.product .product-action .btn:hover {
    background: #e81818
}

.product .product-action i {
    font-size: 15px
}

.product:hover .product-action {
    opacity: 1;
    visibility: visible;
    top: 130px
}

.ads-sidebar {
    border: 1px solid #efefef;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 3%);
    margin-top: 15px;
    margin-bottom: 15px;
}

.ads-sidebar .ads-image {
    position: relative;
}

.ads-sidebar .ads-image>a {
    display: block;
}

.ads-sidebar img {
    width: 100%;
}

.mobile-account {
	display: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}

.mobile-account a{
	color: #fff !important;
}

.modal-left .modal-dialog {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 360px;
	max-width: 100%;
	margin: 0;
	transform: translate(-100%, 0) !important;
	transition: .5s;
}
.modal-left .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}
.modal-left .modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
.modal-left .modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
.modal-left.show .modal-dialog {
	transform: translate(0, 0) !important;
}

.modal-left .modal-content {
	height: 100%;
	display: flex
;
	flex-direction: column;
	border-radius: 0;
}

.w-250px {
	width: 250px !important;
}
main {
	background-color: #f5f6fa;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.rounded {
	border-radius: .25rem !important;
}

.card {
	border: 0;
	border-radius: 0px;
	margin-bottom: 30px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .03);
	transition: .5s;
}

.hover-shadow-material-5:hover {
	box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
}

.bb-1 {
	border-bottom: 1px solid #ebebeb !important;
}

.media.media-sm {
	padding: 12px 8px;
}

.media a:not(.btn):not(.avatar) {
	color: #1b2e4b;
}

.media .avatar {
	flex-shrink: 0;
}

.media > * {
	margin: 0 8px;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.media-body {
	min-width: 0;
}

.text-truncate {
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-light {
	color: #616a78 !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

h4, .h4 {
	font-size: 19px;
}

.pull-in-20 {
	margin-left: -20px;
	margin-right: -20px;
}

.b-1 {
	border: 1px solid #ebebeb !important;
}

.avatar {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	background-color: #f5f6f7;
	color: #8b95a5;
	text-transform: uppercase;
	-o-object-fit: cover;
    object-fit: contain;
    object-position: 50% 50%;
}

.avatar-xxxl {
	width: 128px;
	height: 128px;
	line-height: 128px;
	font-size: 1.5rem;
}

.px-10 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.text-center {
	text-align: center !important;
}

.pt-1, .py-1 {
	padding-top: .25rem !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.text-fade {
	color: rgba(27, 46, 75, .7) !important;
}

hr {
	border-top-color: rgba(27, 46, 75, .07);
	margin: 2rem auto;
}

.hr-sm, .divider-sm {
	margin: 1rem auto;
}

.fs-12 {
	font-size: 12px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav.flex-column .nav-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 29px;
	transition: .2s linear;
}

.nav.flex-column.nav-pills .nav-item {
	padding: 0;
	height: 36px;
	border-radius: 2px;
	padding: 0 1rem;
}

.nav-item i {
	width: 1.28571429em;
	text-align: center;
}

.nav-pills .nav-link {
	border-radius: 2px;
}

.text-black {
	color: #000 !important;
}

.nav.flex-column .nav-link {
	flex: 1;
	padding: 0;
}

a.text-danger:hover, a.text-danger:focus {
	color: #c00 !important;
}

.media.items-center {
	align-items: center;
}

a.media {
	color: #1b2e4b;
}

.btn-outline.btn-danger {
	color: #c00;
	background-color: rgba(0, 0, 0, 0);
	border-color: #c00;
}

.btn-sq, .btn-square {
	padding: 5px;
	width: 36px;
	height: 36px;
}

@media (max-width: 991px) {
	h5, .h5 {
		font-size: 15px;
	}
}

@media (max-width:575px) {
    .product:hover .product-action {
        top: 100px
    }

	.mobile-account {
		display: block;
	}
}

/*!
 * product-search.css
 *
 * Copyright (c) "kento" Karim Rahimpur www.itthinx.com
 *
 * This code is provided subject to the license granted.
 * Unauthorized use and distribution is prohibited.
 * See COPYRIGHT.txt and LICENSE.txt
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * This header and all notices must be kept intact.
 *
 * @author itthinx
 * @package woocommerce-product-search
 * @since 1.0.0
 */div.product-search{box-sizing:border-box;display:block;float:none;list-style:none;margin:0;padding:0;position:relative}div.product-search-form{display:block;float:none;position:relative;width:100%}div.product-search-form input{width:100%}div.product-search div.product-search-form form.product-search-form{padding:0;margin:0;border:0}div.product-search-results{box-sizing:border-box;display:block;left:0;margin:0;padding:0;position:relative;top:0;border:0}div.product-search-results-content{display:block;float:none;height:auto;overflow-x:hidden;overflow-y:auto;position:static;z-index:auto;width:100%;padding:0;margin:0;background:#fff;border:1px solid #ccc}div.product-search-results-content:empty{border:0}div.product-search.floating div.product-search-results-content{position:absolute;z-index:99999}div.product-search-form span.product-search-field-clear{cursor:pointer;position:absolute;right:0;height:1px;overflow:visible;margin:auto 0;top:-1em;bottom:.5em;padding:0 .5em}div.product-search-form span.product-search-field-clear:after{content:"\d7"}.product-search input[type="text"].product-search-field,.product-search input[type="text"].product-filter-field,.product-search-filter-price input.product-search-filter-price-field{margin:0}.product-search input[type="text"].product-search-field,.product-search input[type="text"].product-filter-field{display:inline-block}div.product-search-form form.product-search-form.show-submit-button{display:flex}div.product-search-form form.product-search-form.show-submit-button input[type="text"].product-search-field,div.product-search-form form.product-search-form.show-submit-button input[type="text"].product-filter-field{display:inline-block;overflow:hidden;flex:auto}div.product-search-form form.product-search-form.show-submit-button span.product-search-field-clear{display:inline-block;flex:auto;position:relative;overflow:visible;margin:auto 0;right:1em;height:auto;width:0;top:auto;bottom:auto;padding:0}div.product-search-form form.product-search-form.show-submit-button button{display:inline-block;flex:initial;margin:0 0 0 2px;padding:.3em .5em}.product-search .product-search-results-content{display:none}.product-search-form input.blinker{background-image:url(../images/blinker.gif);background-position:right center;background-repeat:no-repeat}.product-search-results .entry,.product-search-results .no-results{padding:1px}.product-search-results .entry a,.product-search-results .search-results .entry a{text-decoration:none;font-weight:inherit}.product-search-results .entry span.title{font:inherit;display:block}.product-search-results .entry span.title,.product-search-results .entry span.description,.product-search-results .entry span.price,.product-search-results .entry img.thumbnail{vertical-align:middle}.product-search-results .entry span.description{display:block;font-size:85%}.product-search-results .entry span.price{display:block;font-size:95%}.product-search-results .entry span.price .amount{display:inline-block;font-size:inherit}.product-search-results .entry img.thumbnail{max-width:none;box-shadow:unset}.product-search-results .entry a:hover{text-decoration:none !important}.product-search-results .entry a span.title:hover{text-decoration:underline}.product-search-results .entry:hover,.product-search-results .entry.active{background-color:#f0f0f0}.product-search-results .entry.s_product_cat.first{border-top:1px solid #ccc}.product-search-results table.search-results{table-layout:auto}.product-search-results table.search-results{border:0;border-collapse:collapse;border-spacing:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;vertical-align:baseline;width:100%}.product-search-results table.search-results td:last-child{width:100%}.product-search-results table.search-results tr:nth-child(n) td{background-color:inherit}.product-search-results table.search-results tr,.product-search-results table.search-results tr td,.entry-content .product-search-results table.search-results tr td{border:0;margin:0;padding:0}.product-search-results table.search-results tr td,.entry-content .product-search-results table.search-results tr td{padding:4px;vertical-align:top;text-align:left}.product-search-filter-blinker{background-image:url(../images/blinker-256x256.gif);background-position:top center;background-repeat:no-repeat}.product-search-filter-search-heading,.product-search-filter-price-heading,.product-search-filter-terms-heading,.product-search-filter-extras-heading,.product-search-filter-reset-heading{font-size:95%;font-weight:600}.product-search-filter-terms ul li{border:0}.product-search-filter-terms .product-search-filter-product_cat,.product-search-filter-terms .product-search-filter-product_tag,.product-search-filter-terms .product-search-filter-attribute{list-style:none;margin:0;padding:0}.product-search-filter-terms .product-search-filter-product_cat ul,.product-search-filter-terms .product-search-filter-product_tag ul,.product-search-filter-terms .product-search-filter-attribute ul{list-style:none}.product-search-filter-terms .product-search-filter-product_cat.style-inline li,.product-search-filter-terms .product-search-filter-product_tag.style-inline li,.product-search-filter-terms .product-search-filter-attribute.style-inline li{display:inline}.product-search-filter-terms .product-search-filter-product_cat .term-thumbnail,.product-search-filter-terms .product-search-filter-product_tag .term-thumbnail,.product-search-filter-terms .product-search-filter-attribute .term-thumbnail{display:inline-block;vertical-align:middle;border-radius:6px;box-shadow:0 0 1px #333;margin:4px}.product-search-filter-terms .product-search-filter-product_cat .term-name,.product-search-filter-terms .product-search-filter-product_tag .term-name,.product-search-filter-terms .product-search-filter-attribute .term-name{display:inline-block;vertical-align:middle;padding:0}.product-search-filter-terms .product-search-filter-product_cat.hide-thumbnails .term-thumbnail,.product-search-filter-terms .product-search-filter-product_tag.hide-thumbnails .term-thumbnail,.product-search-filter-terms .product-search-filter-attribute.hide-thumbnails .term-thumbnail{display:none}.product-search-filter-terms .product-search-filter-product_cat.hide-names .term-name,.product-search-filter-terms .product-search-filter-product_tag.hide-names .term-name,.product-search-filter-terms .product-search-filter-attribute.hide-names .term-name{display:none}select.product-search-filter-product_cat,select.product-search-filter-attribute{width:100%}.woocommerce-product-search-filter-products-prefix,.woocommerce-product-search-filter-products-suffix{font-size:smaller;min-height:1.618em}.woocommerce-product-search-filter-products-prefix{margin-bottom:1em}.woocommerce-product-search-filter-products-suffix{margin-top:1em}.product-search-product_cat-filter-item a:hover,.product-search-attribute-filter-item a:hover{cursor:pointer}.product-search-product_cat-filter-item.current-cat>a:after,.product-search-attribute-filter-item.current-attribute>a:after{font-family:'Font Awesome 5 Free';font-weight:900;font-size:80%;content:"\f111";vertical-align:middle;padding:0 2px}.product-search-product_cat-filter-item.current-cat>a:hover:after,.product-search-attribute-filter-item.current-attribute>a:hover:after{font-family:'Font Awesome 5 Free';font-weight:900;font-size:80%;content:"\f057";vertical-align:middle;padding:0 2px}.product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item.current-cat>a,.product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item.current-attribute>a,.product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item>a,.product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item>a,.product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item.current-cat>a,.product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item.current-attribute>a{position:relative}.product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item.current-cat>a:after,.product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item.current-attribute>a:after,.product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item>a:hover:after,.product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item>a:hover:after,.product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item.current-cat>a:hover:after,.product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item.current-attribute>a:hover:after{color:#333;display:inline-block;height:16px;padding:0;position:absolute;right:4px;text-align:center;top:1px;vertical-align:middle;width:16px;opacity:.85;text-shadow:1px 0 1px #fff,0 1px 1px #fff,0 -1px 1px #fff,-1px 0 1px #fff}a.product-search-product_tag-filter-item{padding:4px;border:1px solid transparent;display:inline-block}div.product-search-filter-tag a.product-search-product_tag-filter-item{display:inline-block}a.product-search-product_tag-filter-item.current-tag,a.product-search-product_tag-filter-item:hover{border:1px solid;border-radius:2px}.product-search-filter-terms .style-inline li.nav-back{display:block}.product-search-filter-terms .nav-back:before{font-family:'Font Awesome 5 Free';font-weight:900;content:"\f0d8";vertical-align:middle;padding:0 2px}.product-search-filter-terms .cat-item-all.nav-back>a,.product-search-filter-terms .attribute-item-all.nav-back>a,.product-search-filter-terms .tag-item-all.nav-back>a{vertical-align:middle}.product-search-filter-terms .cat-item-all.nav-back:before,.product-search-filter-terms .attribute-item-all.nav-back:before,.product-search-filter-terms .tag-item-all.nav-back:before{content:"\d7";font-family:inherit;font-weight:inherit}.product-search-filter-terms .nav-back a:hover:after{content:"" !important;display:none !important}.product-search-filter-terms .loading-term-filter,.product-search-filter-extras .loading-extra-filter{background-image:url(../images/blinker.gif);background-position:right center;background-repeat:no-repeat;padding-right:20px;background-size:30px;pointer-events:none}.product-search-filter-terms .hide-names.style-inline .loading-term-filter,.product-search-filter-extras .hide-names.style-inline .loading-extra-filter{background-position:center center;padding:0}.product-search-filter-terms .hide-names.style-inline .nav-back .loading-term-filter,.product-search-filter-terms .hide-names.style-inline .nav-back .loading-extra-filter{background-position:right center;padding-right:20px}.product-search-filter-terms .hide-names.style-inline .loading-term-filter img.term-thumbnail,.product-search-filter-terms .hide-names.style-inline a.loading-term-filter:after,.product-search-filter-terms .hide-names.style-inline a.loading-term-filter:hover:after{opacity:.32}.product-search-product_cat-filter-item a.loading-term-filter:after,.product-search-product_cat-filter-item.current-cat a.loading-term-filter:hover:after,.product-search-attribute-filter-item.current-attribute a.loading-term-filter:hover:after{content:""}.product-search-filter-search,.product-search-filter-price{position:relative}.product-search-filter-search form.product-search-form{margin-bottom:1.618em !important}.product-search-filter-price.show-slider{width:100%}.product-search-filter-price.show-slider .product-search-filter-price-form{text-align:center}.product-search-filter-price.hide-fields{margin-bottom:4em}.product-search-filter-price.show-fields .slider-min-max{display:none}.product-search-filter-price button[type="submit"]{margin-top:.5em}.product-search-filter-search .product-search-filter-search-clear,.product-search-filter-price .product-search-filter-price-clear{cursor:pointer;padding:0;vertical-align:middle;font-size:13px}.product-search-filter-search .product-search-filter-search-clear,.product-search-filter-price.hide-slider .product-search-filter-price-clear{position:absolute;top:100%;left:0}.product-search-filter-price.hide-fields .product-search-filter-price-clear{padding:1.6em .5em}.product-search-filter-search .product-search-filter-search-clear:before,.product-search-filter-price .product-search-filter-price-clear:before{content:"\d7";display:inline-block;padding:.31em;text-align:center}input[type="text"].product-search-filter-price-field{width:30%;display:inline-block}div.product-search-filter-terms a,div.product-search-filter-extras a,.widget-area .widget div.product-search-filter-terms a,.widget-area .widget div.product-search-filter-extras a{box-shadow:unset;font-weight:inherit;text-decoration:none}.wps_add_to_cart{font-size:inherit}.wps_add_to_cart a.button.add_to_cart_button,.wps_add_to_cart a.button.add_to_cart_button::before,.wps_add_to_cart a.button.add_to_cart_button::after,.wps_add_to_cart a.button.add_to_cart_button:hover,.wps_add_to_cart a.button.ajax_add_to_cart,.wps_add_to_cart a.button.ajax_add_to_cart::before,.wps_add_to_cart a.button.ajax_add_to_cart::after,.wps_add_to_cart a.button.ajax_add_to_cart:hover{font-size:90%}.fusion-body .wps_add_to_cart a.button.add_to_cart_button,.fusion-body .wps_add_to_cart a.button.ajax_add_to_cart{margin:0;padding:0}.fusion-body .wps_add_to_cart a.button.add_to_cart_button::before,.fusion-body .wps_add_to_cart a.button.ajax_add_to_cart::before{content:''}.product-search-filter-terms .term-expander{vertical-align:middle;font-size:90%;cursor:pointer;padding:0 2px;font-family:'Font Awesome 5 Free';font-weight:900}.product-search-filter-terms .cat-parent.expandable>.term-expander .expand{display:inline}.product-search-filter-terms .cat-parent.expandable>.term-expander .retract{display:none}.product-search-filter-terms .cat-parent.expandable.expanded>.term-expander .expand{display:none}.product-search-filter-terms .cat-parent.expandable.expanded>.term-expander .retract{display:inline}.product-search-filter-terms .cat-parent.expandable>ul{display:none}.product-search-filter-reset .loading-reset-filter{background-image:url(../images/blinker.gif);background-position:right center;background-repeat:no-repeat;padding-right:20px}.product-search-filter-extras input[type="checkbox"].product-search-filter-extra{margin:0 1px;vertical-align:baseline}.product-search-filter-extras a.product-search-filter-extra{margin:0 4px;vertical-align:baseline}.selectize-control a.remove,.selectize-control a.remove:before,.selectize-control a.remove:after,.selectize-control a.remove-single,.selectize-control a.remove-single:before,.selectize-control a.remove-single:after{all:unset}.selectize-input{min-height:34px}.selectize-control a.remove-single,.selectize-control a.remove{font-family:'Font Awesome 5 Free';font-weight:900;font-size:80%;vertical-align:text-top;padding:0 4px;cursor:pointer}.ixnorm .selectize-input,.selectize-control.single.ixnorm .selectize-input.input-active{display:block}.ixnorm .selectize-dropdown{position:relative;top:0}.ixboxed .selectize-dropdown,.selectize-dropdown.plugin-ixboxed{overflow-x:visible !important;overflow-y:scroll !important;position:relative}.ixboxed .selectize-dropdown .selectize-dropdown-content,.selectize-dropdown.plugin-ixboxed .selectize-dropdown-content{overflow:visible !important}.selectize-control.ixboxed .selectize-input,.selectize-control.plugin-ixboxed .selectize-input{display:block !important}.selectize-control.ixboxed .selectize-input.input-active,.selectize-control.plugin-ixboxed .selectize-input.input-active{display:block !important}.selectize-control.ixnorm .selectize-input:after,.selectize-control.single.ixnorm .selectize-input:after{font-family:'Font Awesome 5 Free';font-weight:900;content:"\f067";display:block;position:absolute;top:0;right:0;width:17px;height:17px;overflow:visible;border:0;padding:8.5px 0;margin:0;opacity:.62;color:inherit}.selectize-control.ixnorm .selectize-input.has-items:after,.selectize-control.ixnorm .selectize-input.dropdown-active:after,.selectize-control.single.ixnorm .selectize-input.has-items:after,.selectize-control.single.ixnorm .selectize-input.dropdown-active:after{content:' ' !important}.selectize-control.single.ixnorm .selectize-input.dropdown-active:after{margin:0;border:0}html[dir="rtl"] .product-search-filter-terms .selectize-control.ixnorm .selectize-input::after,html[dir="rtl"] .product-search-filter-terms .selectize-control.single.ixnorm .selectize-input::after{right:unset;left:15px}.selectize-control.ixboxed .selectize-input:after,.selectize-control.single.ixboxed .selectize-input:after,.selectize-control.plugin-ixboxed .selectize-input:after,.selectize-control.single.plugin-ixboxed .selectize-input:after{display:none !important}.product-search-filter-terms .selectize-dropdown{cursor:pointer}.product-search-filter-terms .selectize-dropdown .option.selected{cursor:default}.product-search-filter-terms .selectize-dropdown .active{background-color:#f0f0f0;color:#333}.product-search-filter-terms .selectize-dropdown .option-padding,.product-search-filter-terms .selectize-dropdown .option-thumbnail,.product-search-filter-terms .selectize-dropdown .option-label{display:inline-block}.product-search-filter-terms .selectize-dropdown .option-padding{overflow:hidden}.product-search-filter-rating ul.rating-filter-options{list-style:none;margin:0;padding:.3em 0}.product-search-filter-rating span.rating-filter-star-rating{display:inline-block;position:relative;height:1em;line-height:1;margin:0;padding:0 0 0 5.2em;min-width:5.2em;font-weight:normal}.product-search-filter-rating span.rating-filter-star-rating::before{color:#ccc;content:'\2605\2605\2605\2605\2605';opacity:.25;position:absolute;top:0;left:0}.product-search-filter-rating span.rating-filter-star-rating::after{color:#f0e033;opacity:1;position:absolute;top:0;left:0}.product-search-filter-rating span.rating-filter-star-rating.rating-1::after{content:'\2605'}.product-search-filter-rating span.rating-filter-star-rating.rating-2::after{content:'\2605\2605'}.product-search-filter-rating span.rating-filter-star-rating.rating-3::after{content:'\2605\2605\2605'}.product-search-filter-rating span.rating-filter-star-rating.rating-4::after{content:'\2605\2605\2605\2605'}.product-search-filter-rating span.rating-filter-star-rating.rating-5::after{content:'\2605\2605\2605\2605\2605'}.product-search-filter-extra.rating-filter-option.rating-selected::after{font-family:'Font Awesome 5 Free';font-weight:900;font-size:80%;content:"\f00c";vertical-align:middle;padding:0 2px}.product-search-filter-rating.product-search-filter-rating-active li.rating-not-selected{display:none !important}.product-search-filter-rating li.rating-clear::before{content:"\d7";display:inline-block;vertical-align:middle;text-align:center;padding:0 2px}.product-search-filter-rating li.rating-clear a{margin:0;vertical-align:middle}.product-search-filter-search a,.product-search-filter-terms a,.product-search-filter-price a,.product-search-filter-extras a{text-decoration:none !important}body.product-search-filter-loading{cursor:progress}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;src:url("../fonts/fa-regular-400.eot");src:url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../fonts/fa-regular-400.woff2") format("woff2"),url("../fonts/fa-regular-400.woff") format("woff"),url("../fonts/fa-regular-400.ttf") format("truetype"),url("../fonts/fa-regular-400.svg#fontawesome") format("svg")}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;src:url("../fonts/fa-solid-900.eot");src:url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../fonts/fa-solid-900.woff2") format("woff2"),url("../fonts/fa-solid-900.woff") format("woff"),url("../fonts/fa-solid-900.ttf") format("truetype"),url("../fonts/fa-solid-900.svg#fontawesome") format("svg")}.product-search-filter-terms ul li{position:relative}.product-search-filter-terms ul li ul{padding-left:20px;margin-top:10px}.product-search-filter-terms ul li .term-expander{position:absolute;right:0;top:0;z-index:2}.product-search-filter-terms ul li .a-click{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;cursor:pointer;margin-bottom:0}.product-search-filter-terms ul li .a-click .term-name{position:relative;margin-bottom:0;vertical-align:top}.product-search-filter-terms ul li .a-click .term-name::after,.product-search-filter-terms ul li .a-click .term-name::before{position:absolute;top:3px;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;border-radius:.25rem}.product-search-filter-terms ul li .a-click .term-name::before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.product-search-filter-terms ul li.current-attribute>.a-click>.term-name::before,.product-search-filter-terms ul li.current-cat>.a-click>.term-name::before{color:#fff;border-color:#007bff;background-color:#007bff}.product-search-filter-terms ul li .a-click .term-name::after{background:no-repeat 50%/50% 50%}.product-search-filter-terms ul li.current-attribute>.a-click>.term-name::after,.product-search-filter-terms ul li.current-cat>.a-click>.term-name::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
/*# sourceMappingURL=vendor.web.css.map */
