* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	font-family: Montserrat-Regular, sans-serif;
	font-size: 16px;
}

html.zh-Hant body {
	font-family: 'Noto Sans TC', Montserrat-Regular, sans-serif;
}

h1 {
	font-weight: bolder;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #dfdede;
}

h4 {
	font-weight: bolder;
}

ul,
ol {
	list-style-position: inside;
	margin-bottom: 0px;
}

ul.outside {
	list-style-position: outside;
	margin-left: 20px;
}

ul.none {
	list-style-type: none;
}

ul.decimal {
	list-style-type: decimal;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

.navbar-brand img {
	max-width: 220px;
}

/*Bootstrap Replacement*/
label {
	color: #bc89cc;
	font-weight: bolder;
}

.form-check label {
	color: #000000;
	font-weight: normal;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}


.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
	padding-right: 0px;
	padding-left: 0px;

}

.navbar {
	padding: .5rem 0rem;
}

.nav-item+.nav-item::before {
	content: '/';
}


.navbar-nav li .nav-link {
	color: #000 !important;
	display: inline-block;
	margin: 0px 10px;
	font-weight: bolder;
	padding: 23px 20px !important;
}

.navbar-nav li .nav-link:hover {
	background-color: #bc89cc;
	color: #FFFFFF !important;
}


.common-profile-content .table td,
.common-profile-content .table th {
	border-top: none;
}

.common-profile-content .table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}

.common-profile-content .table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, .1);
}

.carousel-control-next,
.carousel-control-prev {
	width: 5%;
}

#jolly-lightbox {
	text-align: center;
}

#jolly-lightbox .modal-header {
	padding: 0.5rem 0.8rem;
	border-bottom: none;
}

#jolly-lightbox .modal-dialog {
	display: inline-block;
}

#jolly-lightbox .modal-content {
	text-align: left;
}

#language {
	background-color: #FFFFFF;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

/*Common Style*/
.container-content-bg {
	/* background-image: url("../images/bg_helper_grey.png"); */
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: 3% 0px;
	min-height: 500px;
	padding-top: 20px;
}

a,
.text-pink {
	color: #bc89cc;
}

.text-blue {
	color: #e81c2c
}

.text-yellow {
	color: #fec601;
}

.text-white {
	color: #FFFFFF;
}

.inbox-note {
	display: inline-block;
	margin: 0px 5px;
	padding: 0px 0.35em;
	background-color: #bc89cc;
	border-radius: 50%;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 20px;
}


.bg-grey {
	background-color: #fafafa;
}

.container-content-row {
	width: 85%;
	margin: 0px auto;
}

.top-nav {
	background-color: #f7f7f7;
	border-bottom: 1px solid #dfdede;
	padding-top: 3px;
	padding-bottom: 3px;
}

.banner {
	position: relative;
}

.banner-content {
	position: absolute;
}

.banner ul {
	list-style-type: none;
}

.banner li img {
	width: 100%;
	max-width: 1920px;
}

.banner-message {
	position: relative;
}

.banner-message .inner-content {
	position: absolute;
}

.banner-message .inner-content.matching {
	width: 42%;
	top: 10%;
	left: 5%;
	font-weight: bold;
}

.banner-message .inner-content.matching .title {
	font-size: 2em;
	margin-bottom: 25px;
}

.banner-message .inner-content.matching .content .line {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dashed #e81c2c;
}

.banner-message .inner-content.matching .content {
	margin-bottom: 20px;
}

.profile-banner {
	position: relative;
	width: 100%;
	height: 196px;
	overflow: hidden;
}

.profile-banner .breadcrumb a {
	color: #FFFFFF !important;
}

.common-profile-header {
	top: 5%;
	width: 100%;
}

.common-profile-header h1 {
	color: #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
	;
}

.signup-message-button-container {
	top: 55%;
	width: 100%;
}

.signup-message-button-container table {
	width: 50%;
	margin: 0px auto;
}

.signup-message-button-container table td {
	text-align: center;
}

.signup-message-button-container table img {
	width: 80%;
	max-width: 250px;
}

.g-signin2 {
	margin-left: auto;
	margin-right: auto;
}

.btn-reg-mobile,
.g-signin2 {
	width: 260px;
	height: 40px;
}


.slogan-container {
	top: 35%;
	width: 100%;
	text-align: center;
}

.slogan-container .title {
	font-size: 2em;
	font-weight: bolder;
	text-align: center;
}

.slogan-container ul {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bolder;
}

.slogan-container ul li {
	display: inline-block;
}

.slogan-container ul li .point {
	width: 30px;
	height: 30px;
	text-align: center;
	border: 2px solid #000000;
	border-radius: 15px;
	line-height: 1.1em;
}

.slogan-container ul li .point.blue {
	color: #e81c2c;
	border-color: #e81c2c;
}

button.btn-style-pink,
button.btn-style-blue,
button.btn-style-grey {
	border: none;
}

.btn-style-pink,
.btn-style-blue,
.btn-style-grey {
	border-radius: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	display: block;
}

.btn-style-pink.btn-inline,
.btn-style-blue.btn-inline,
.btn-style-grey.btn-inline {
	display: inline-block;
}

.btn-style-pink {
	background-color: #bc89cc;
	color: #FFFFFF;
}

.btn-style-blue {
	background-color: #e81c2c;
	color: #FFFFFF;
}

.btn-style-grey {
	background-color: #a3a3a3;
	color: #FFFFFF;
}

a.btn-follow,
a.btn-unfollow,
a.btn-hired {
	display: block;
	font-size: 15px;
	font-weight: bolder;
}

a.btn-follow {
	width: 120px;
	height: 34px;
	padding-left: 45px;
	padding-top: 5px;
	color: #bc89cc;
	background-image: url(../images/follow.png);
	background-repeat: no-repeat;
}

a.btn-follow:hover {
	color: #bc89cc;
}

a.btn-unfollow {
	width: 125px;
	height: 34px;
	color: #FFFFFF;
	padding-left: 38px;
	padding-top: 4px;
	background-image: url(../images/unfollow.png);
	background-repeat: no-repeat;
}

a.btn-unfollow:hover {
	color: #FFFFFF;
}

a.btn-hired {
	width: 130px;
	height: 40px;
	padding-left: 45px;
	padding-top: 8px;
	margin-top: 10px;
	color: #bc89cc;
	background-image: url(../images/hired.png);
	background-repeat: no-repeat;
}

a.btn-more-less {
	background-image: url(../images/more_less.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 112px;
	height: 24px;
	color: #FFFFFF !important;
	text-align: center;
}

a.btn-more-less.less {
	background-position: -140px 0px;
}

.navbar-light .navbar-text a.btn-style-pink,
.navbar-light .navbar-text a.btn-style-blue {
	color: #FFFFFF;
}

.btn-style-pink:hover,
.btn-style-blue:hover,
.btn-style-grey:hover {
	color: #FFFFFF;
}

.btn-style2-pink,
.btn-style2-blue,
.btn-style2-grey {
	border-radius: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	display: block;
}

.btn-style2-pink {
	border: 2px solid #bc89cc;
	color: #bc89cc !important;
}

.btn-style2-blue {
	border: 2px solid #e81c2c;
	color: #e81c2c !important;
}

.btn-style2-grey {
	border: 2px solid #666666;
	color: #666666 !important;
}

button.btn-style2-pink,
button.btn-style2-blue {
	background-color: #FFFFFF;
	width: 180px;
}

a.btn-tag {
	display: inline-block;
	background-image: url(../images/tag.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #333333;
	width: 175px;
	height: 37px;
	background-position: 0px -50px;
	padding-top: 7px;
	padding-left: 15px;
	font-weight: bolder;
}

a.btn-tag.active,
a.btn-tag:hover {
	background-position: 0px 0px;
	color: #FFFFFF;
}

.link-video img {
	margin-top: -8px;
}

.link-video a {
	color: #000000;
	text-decoration: underline;
}

.border-style2-pink,
.border-style2-blue {
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	display: block;
}

.border-style2-pink {
	border: 2px solid #bc89cc;
}

.border-style2-pink,
.border-style2-pink a,
.border-style2-pink a:hover {
	color: #bc89cc !important;
}

.border-style2-blue {
	border: 2px solid #e81c2c;
	color: #e81c2c !important;
}

.border-style2-blue,
.border-style2-blue a,
.border-style2-blue a:hover {
	color: #e81c2c !important;
}


.bg-pink-area,
.bg-blue-area {
	background-image: url("../images/bg_helper_grey.png");
	background-size: 20%;
	background-position: 97% 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	min-height: 180px;
}

.bg-pink-area .title,
.bg-blue-area .title {
	font-size: 20px;
}

.bg-pink-area {
	background-color: #bc89cc;
}

.bg-blue-area {
	background-color: #e81c2c;
}

.bg-style-navy {
	background-image: url("/images/background/style_navy.jpg");

}

.pink-note-box {
	background-color: #bc89cc;
	padding: 20px;
	border-radius: 10px;
	color: #FFFFFF;
}

.pink-note-box .title {
	color: #fec601;
	padding-bottom: 10px;
	border-bottom: 2px dotted #fec601;
}

.table-style1 {
	border: 1px solid #bc89cc;
	border-spacing: 2px;
	border-collapse: separate;
}

.table-style1 td,
.table-style1 th {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bolder;
}

.table-style1 th {
	background-color: #bc89cc;
	color: #FFFFFF;
}

.table-style1 td {
	background-color: #fbe5ed;
}

.table-style1 tr.even td {
	background-color: #e6f6f5;
}

.signin-row {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.signin-row a {
	width: 150px;
}

.common-form {
	max-width: 800px;
}

.breadcrumb {
	background-color: transparent;
	padding-left: 0px;
}

.breadcrumb .icon {
	margin-top: -5px;
	margin-right: 10px;
	height: 30px;
}

.breadcrumb a {
	color: #bc89cc;
}

.breadcrumb-item.active {
	color: #000000;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "";
}

.recommendhelper-area .head img {
	width: 98%;
	max-width: 130px;
}

.recommendhelper-area .content {
	border: 1px solid #dfdede;
	border-bottom: 3px solid #dfdede;
	padding: 20px 10px;
	min-height: 230px;
}

.recommendhelper-area .content ul {
	list-style: none;
}

.recommendhelper-area .btn-view {
	width: 200px;
}

.common-profile-content h3 {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #dfdede;
	margin-bottom: 20px;
}

.common-profile-content table .mobile-table-header {
	display: none;
}

.common-profile-content table .btn-view {
	width: 90%;
	max-width: 200px;
}

.footer {
	background-color: #333333;
}

.footer .footer-icon {
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: 85% 5%;
}

.footer .footer-content {
	background-color: #333333;
}

.footer .footer-content .footer-content-inner {
	margin: 60px 60px 20px;
}

.footer .footer-content .footer-content-inner .title {
	color: #bc89cc;
	font-size: 20px;
}

.footer .footer-content .footer-content-inner ul {
	list-style-position: inside;
}

.footer,
.footer .footer-content .footer-content-inner li a,
.footer .footer-content .footer-content-inner li a:hover {
	color: #FFFFFF;
}

.footer .copyright {
	margin-top: 20px;
	color: #e81c2c;
}

#jolly-notification .modal-header {
	background-color: #fbf0f1;
	border-bottom: none;
}

#jolly-notification .modal-header .icon {
	margin-top: 6px;
	margin-right: 10px;
}

#jolly-notification .norificaton-on {
	font-size: 1.2em;
	font-weight: bolder;
	border: none;
	cursor: pointer;
	color: #bc89cc;
}

#jolly-notification .modal-footer {
	justify-content: center
}

/*paging*/
.pagination {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.pagination a.item-pagination,
.pagination a.page-num {
	display: inline-block;
	padding: 0.5em 1em;
	font-weight: bolder;
	color: #888888;
}

.pagination a.item-pagination.active-pagination,
.pagination a.page-num.page-num-current {
	cursor: pointer;
	color: #bc89cc;
}

.pagination a.item-pagination.prev,
.pagination a.item-pagination.next {
	background-color: #bc89cc;
	color: #FFFFFF;
	border-bottom: 2px solid #2a2644;
	border-radius: 5px;
}


/*Index*/
.index-container {
	padding-bottom: 80px;
}

.index-container .index-cover {
	z-index: 2;
}

.index-service {
	margin-top: -100px;
	margin-bottom: 20px;
}

.index-service a {
	text-align: center;
	display: block;
	background-color: #FFFFFF;
}

.index-service .img {
	padding-top: 1em;
	padding-bottom: 1em;
}

.index-service a .content {
	text-align: center;
	font-weight: bolder;
	display: table;
	width: 100%;

}

.index-service a .content span {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

.index-service a div {
	margin: 1px;
}

.index-service a.item2 {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.index-service a.item1 .content {
	color: #FFFFFF;
	background-color: #333333;
	border-bottom: 2px solid #bc89cc;
}

.index-service a.item2 .content {
	color: #000000;
	background-color: #dfdede;
	border-bottom: 2px solid #e81c2c;
}

.index-news {
	/*background-image: url("../images/bg_helper_grey.png");*/
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.index-news .index-news-inner {
	padding: 15%;
}

.index-news .index-news-inner .title {
	font-size: 28px;
	font-weight: bolder;
	margin-bottom: 10px;
}

.index-news .index-news-inner .content {
	font-size: 20px;
	margin-bottom: 30px;
}

.index-about {
	text-align: center;
}

.index-about .title {
	font-size: 22px;
	color: #bc89cc;
	margin-bottom: 20px;
	font-weight: bolder;
}

.index-about .content {
	width: 80%;
	margin: 0px auto;
}

.index-login-form {
	top: 20%;
	right: 5%;
	padding: 2em;
	width: 450px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 2;
}

.index-login-form .field-row td {
	padding: 5px
}

.index-login-form .field-row input {
	border: none;
	outline: 0;
}

.index-login-form .field-row {
	width: 100%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;

}

.index-login-form .loading {
	display: none;
}

.terms-area ul {
	list-style-position: inside !important;
}

.terms-area ul li {
	margin-bottom: 10px;
}

.terms-area p {
	margin-left: 30px;
}

.terms-area ul p {
	margin-left: 10px;
	width: calc(100% - 35px);
	display: inline-block;
	vertical-align: text-top;
}

.terms-area div {
	margin-left: 50px;
}

/*helper-list*/
.helper-profile-item .helper-list-content .agency-mark {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*Useful Tips*/
.tips-header {
	border-bottom: none;
}

#useful-tab .nav-tabs .nav-item.show .nav-link,
#useful-tab .nav-tabs .nav-link.active,
#useful-tab .nav-tabs .nav-link:focus,
#useful-tab .nav-tabs .nav-link:hover {
	border: none;
	background-color: transparent;
}

#useful-tab .nav-item+.nav-item::before {
	content: "";
}

#useful-tab .nav-item {
	width: 192px;
	height: 49px;
	background-image: url(../images/useful_tips.png);
	background-size: 384px 99px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bolder;
	line-height: 27px;
}

#useful-tab #nav-uemployer-tab,


#useful-tab #nav-uemployer-tab {
	background-position: 0px -52px;
}

#useful-tab #nav-uhelper-tab {
	background-position: -199px -52px;
}

#useful-tab #nav-uemployer-tab:hover,
#useful-tab #nav-uemployer-tab.active {
	background-position: 0px 1px;
}

#useful-tab #nav-uhelper-tab:hover,
#useful-tab #nav-uhelper-tab.active {
	background-position: -198px 1px;
}

/*User Guide*/
#user-guide {
	padding-bottom: 30px;
}

#user-guide .carousel-indicators li {
	background-color: #666;
}

#user-guide .btn-slide-prev,
#user-guide .btn-slide-next {
	width: 54px;
	height: 54px;
	background-image: url(/images/register_guide/slide.png);
	background-size: 108px;
	background-repeat: no-repeat;
}

#user-guide .btn-slide-prev {}

#user-guide .btn-slide-next {
	background-position: -55px -0px;
}

#user-guide .btn-slide-prev:hover {
	background-position: -0px -55px;
}

#user-guide .btn-slide-next:hover {
	background-position: -55px -55px;
}

#user-guide .carousel-control-next,
#user-guide .carousel-control-prev {
	width: auto;
}

#user-guide .carousel-item {
	font-weight: bolder;
}

.txtCursor {
	cursor: pointer;
	color: #555;
	font-style: normal;
	font-size: 10pt;
}

.float-whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float-whatsapp {
	margin-top: 16px;
}

@media print {
	.no-print {
		display: none;
	}
}

@media (max-width: 1350px) {
	.index-login-form {
		display: none;
	}
}

@media (max-width: 1280px) {
	.container-content-row {
		width: 90%;
	}

	.nav-item+.nav-item::before {
		content: "";
	}
}

@media (max-width: 991px) {
	.navbar-nav li .nav-link {
		float: right;
	}

	.navbar-nav .dropdown-menu {
		clear: both;
	}

	.slogan-container .title {
		font-size: 1.5em;
	}

	.slogan-container ul {
		font-size: 1.1em;
	}

	.slogan-container ul li .point {
		width: 25px;
		height: 25px;
		line-height: 1.3em;
	}


	.banner-message .inner-content.matching {
		top: 20%;
	}

	.banner-message .inner-content.matching .content {
		display: none;
	}


}

@media (max-width: 768px) {

	body,
	html {
		font-size: 13px;
	}

	.profile-banner {
		height: 98px;
	}

	.profile-banner h1 {
		margin-top: 20px;
	}

	.breadcrumb {
		display: none;
	}

	.container-content-row {
		width: 95%;
	}

	.container-content-bg {
		background-image: none;
	}

	.common-profile-content h3 {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
	}

	.common-profile-content table th {
		display: none;
	}

	.common-profile-content table tr.message-header th {
		display: block;
	}

	.common-profile-content table .mobile-table-header {
		display: block;
	}

	.index-service {
		margin-top: -50px;
		margin-bottom: 20px;
	}

	.index-service .img img {
		width: 30px;
		height: 30px;
	}

	.index-service a .content span {
		height: 40px;
	}

	.mobile-pink-bg {
		background-color: #f5f5f5;
		background-repeat: no-repeat;
		background-size: 45%;
		background-position: 50% 10%;
		color: #222222 !important;
	}

	.mobile-pink-bg label {
		color: #222222 !important;
	}

	.mobile-pink-bg,
	.mobile-pink-bg title,
	.mobile-pink-bg .content,
	.mobile-pink-bg .title,
	.mobile-pink-bg label {
		color: #FFFFFF;
	}


	.mobile-pink-bg .btn-style2-pink,
	.mobile-pink-bg .btn-style2-blue {
		border-color: #222222;
		color: #222222 !important;
	}

	.mobile-pink-bg .btn-style2-pink img,
	.mobile-pink-bg .btn-style2-blue img {
		opacity: 0;
	}

	.moblie-header-style {
		background-color: #bc89cc;
		color: #FFFFFF;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.footer .footer-content .footer-content-inner {
		margin-top: 30px;
	}
}

@media (max-width: 576px) {
	.navbar-brand img {
		max-width: 180px;
	}

	.slogan-container .title {
		font-size: 1.3em;
	}

	.slogan-container ul {
		font-size: 0.7em;
	}

	.slogan-container ul li .point {
		width: 18px;
		height: 18px;
		font-size: 10px;
		line-height: 14px;
	}

	a.btn-follow {
		width: 76px;
		height: 21px;
		padding-left: 25px;
		padding-top: 1px;
		background-size: 156px 21px;
		font-size: 12px;
	}

	a.btn-unfollow {
		width: 76px;
		height: 21px;
		padding-left: 18px;
		padding-top: 2px;
		background-size: 159px 21px;
		font-size: 12px;
	}

	a.btn-hired {
		width: 78px;
		height: 24px;
		padding-left: 25px;
		padding-top: 2px;
		background-size: 78px 24px;
		font-size: 12px;
	}

	#jolly-lightbox .modal-dialog {
		width: 95%;
		;
	}

	#jolly-lightbox .modal-dialog img {
		width: 100%;
	}

}

@media (min-width: 577px) {
	#jolly-lightbox .modal-dialog {
		min-width: 600px;
		width: auto;
		max-width: 90%;
	}
}

.fb_hidden {
	position: absolute;
	top: -10000px;
	z-index: 10001
}

.fb_reposition {
	overflow: hidden;
	position: relative
}

.fb_invisible {
	display: none
}

.fb_reset {
	background: none;
	border: 0;
	border-spacing: 0;
	color: #000;
	cursor: auto;
	direction: ltr;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-spacing: normal
}

.fb_reset>div {
	overflow: hidden
}

@keyframes fb_transform {
	from {
		opacity: 0;
		transform: scale(.95)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.fb_animate {
	animation: fb_transform .3s forwards
}

.fb_hidden {
	position: absolute;
	top: -10000px;
	z-index: 10001
}

.fb_reposition {
	overflow: hidden;
	position: relative
}

.fb_invisible {
	display: none
}

.fb_reset {
	background: none;
	border: 0;
	border-spacing: 0;
	color: #000;
	cursor: auto;
	direction: ltr;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-spacing: normal
}

.fb_reset>div {
	overflow: hidden
}

@keyframes fb_transform {
	from {
		opacity: 0;
		transform: scale(.95)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.fb_animate {
	animation: fb_transform .3s forwards
}

.fb_dialog {
	background: rgba(82, 82, 82, .7);
	position: absolute;
	top: -10000px;
	z-index: 10001
}

.fb_dialog_advanced {
	border-radius: 8px;
	padding: 10px
}

.fb_dialog_content {
	background: #fff;
	color: #373737
}

.fb_dialog_close_icon {
	background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 15px;
	position: absolute;
	right: 18px;
	top: 17px;
	width: 15px
}

.fb_dialog_mobile .fb_dialog_close_icon {
	left: 5px;
	right: auto;
	top: 5px
}

.fb_dialog_padding {
	background-color: transparent;
	position: absolute;
	width: 1px;
	z-index: -1
}

.fb_dialog_close_icon:hover {
	background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
}

.fb_dialog_close_icon:active {
	background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
}

.fb_dialog_iframe {
	line-height: 0
}

.fb_dialog_content .dialog_title {
	background: #6d84b4;
	border: 1px solid #365899;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0
}

.fb_dialog_content .dialog_title>span {
	background: url(https://connect.facebook.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
	float: left;
	padding: 5px 0 7px 26px
}

body.fb_hidden {
	height: 100%;
	left: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	top: -10000px;
	transform: none;
	width: 100%
}

.fb_dialog.fb_dialog_mobile.loading {
	background: url(https://connect.facebook.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 10001
}

.fb_dialog.fb_dialog_mobile.loading.centered {
	background: none;
	height: auto;
	min-height: initial;
	min-width: initial;
	width: auto
}

.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
	width: 100%
}

.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
	background: none
}

.loading.centered #fb_dialog_loader_close {
	clear: both;
	color: #fff;
	display: block;
	font-size: 18px;
	padding-top: 20px
}

#fb-root #fb_dialog_ipad_overlay {
	background: rgba(0, 0, 0, .4);
	bottom: 0;
	left: 0;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000
}

#fb-root #fb_dialog_ipad_overlay.hidden {
	display: none
}

.fb_dialog.fb_dialog_mobile.loading iframe {
	visibility: hidden
}

.fb_dialog_mobile .fb_dialog_iframe {
	position: sticky;
	top: 0
}

.fb_dialog_content .dialog_header {
	background: linear-gradient(from(#738aba), to(#2c4987));
	border-bottom: 1px solid;
	border-color: #043b87;
	box-shadow: white 0 1px 1px -1px inset;
	color: #fff;
	font: bold 14px Helvetica, sans-serif;
	text-overflow: ellipsis;
	text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
	vertical-align: middle;
	white-space: nowrap
}

.fb_dialog_content .dialog_header table {
	height: 43px;
	width: 100%
}

.fb_dialog_content .dialog_header td.header_left {
	font-size: 12px;
	padding-left: 5px;
	vertical-align: middle;
	width: 60px
}

.fb_dialog_content .dialog_header td.header_right {
	font-size: 12px;
	padding-right: 5px;
	vertical-align: middle;
	width: 60px
}

.fb_dialog_content .touchable_button {
	background: linear-gradient(from(#4267B2), to(#2a4887));
	background-clip: padding-box;
	border: 1px solid #29487d;
	border-radius: 3px;
	display: inline-block;
	line-height: 18px;
	margin-top: 3px;
	max-width: 85px;
	padding: 4px 12px;
	position: relative
}

.fb_dialog_content .dialog_header .touchable_button input {
	background: none;
	border: none;
	color: #fff;
	font: bold 12px Helvetica, sans-serif;
	margin: 2px -12px;
	padding: 2px 6px 3px 6px;
	text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}

.fb_dialog_content .dialog_header .header_center {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	vertical-align: middle
}

.fb_dialog_content .dialog_content {
	background: url(https://connect.facebook.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
	border: 1px solid #4a4a4a;
	border-bottom: 0;
	border-top: 0;
	height: 150px
}

.fb_dialog_content .dialog_footer {
	background: #f5f6f7;
	border: 1px solid #4a4a4a;
	border-top-color: #ccc;
	height: 40px
}

#fb_dialog_loader_close {
	float: left
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
	visibility: hidden
}

#fb_dialog_loader_spinner {
	animation: rotateSpinner 1.2s linear infinite;
	background-color: transparent;
	background-image: url(https://connect.facebook.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px
}

@keyframes rotateSpinner {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.fb_iframe_widget {
	display: inline-block;
	position: relative
}

.fb_iframe_widget span {
	display: inline-block;
	position: relative;
	text-align: justify
}

.fb_iframe_widget iframe {
	position: absolute
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
	max-width: 100%
}

.fb_iframe_widget_fluid_desktop iframe {
	min-width: 220px;
	position: relative
}

.fb_iframe_widget_lift {
	z-index: 1
}

.fb_iframe_widget_fluid {
	display: inline
}

.fb_iframe_widget_fluid span {
	width: 100%
}

.fb_mpn_mobile_landing_page_slide_out {
	animation-duration: 200ms;
	animation-name: fb_mpn_landing_page_slide_out;
	transition-timing-function: ease-in
}

.fb_mpn_mobile_landing_page_slide_out_from_left {
	animation-duration: 200ms;
	animation-name: fb_mpn_landing_page_slide_out_from_left;
	transition-timing-function: ease-in
}

.fb_mpn_mobile_landing_page_slide_up {
	animation-duration: 500ms;
	animation-name: fb_mpn_landing_page_slide_up;
	transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_in {
	animation-duration: 300ms;
	animation-name: fb_mpn_bounce_in;
	transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_out {
	animation-duration: 300ms;
	animation-name: fb_mpn_bounce_out;
	transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_out_v2 {
	animation-duration: 300ms;
	animation-name: fb_mpn_fade_out;
	transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_v2 {
	animation-duration: 300ms;
	animation-name: fb_bounce_in_v2;
	transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_from_left {
	animation-duration: 300ms;
	animation-name: fb_bounce_in_from_left;
	transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_v2 {
	animation-duration: 300ms;
	animation-name: fb_bounce_out_v2;
	transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_from_left {
	animation-duration: 300ms;
	animation-name: fb_bounce_out_from_left;
	transition-timing-function: ease-in
}

.fb_invisible_flow {
	display: inherit;
	height: 0;
	overflow-x: hidden;
	width: 0
}

@keyframes fb_mpn_landing_page_slide_out {
	0% {
		margin: 0 12px;
		width: 100% - 24px
	}

	60% {
		border-radius: 18px
	}

	100% {
		border-radius: 50%;
		margin: 0 24px;
		width: 60px
	}
}

@keyframes fb_mpn_landing_page_slide_out_from_left {
	0% {
		left: 12px;
		width: 100% - 24px
	}

	60% {
		border-radius: 18px
	}

	100% {
		border-radius: 50%;
		left: 12px;
		width: 60px
	}
}

@keyframes fb_mpn_landing_page_slide_up {
	0% {
		bottom: 0;
		opacity: 0
	}

	100% {
		bottom: 24px;
		opacity: 1
	}
}

@keyframes fb_mpn_bounce_in {
	0% {
		opacity: .5;
		top: 100%
	}

	100% {
		opacity: 1;
		top: 0
	}
}

@keyframes fb_mpn_fade_out {
	0% {
		bottom: 30px;
		opacity: 1
	}

	100% {
		bottom: 0;
		opacity: 0
	}
}

@keyframes fb_mpn_bounce_out {
	0% {
		opacity: 1;
		top: 0
	}

	100% {
		opacity: .5;
		top: 100%
	}
}

@keyframes fb_bounce_in_v2 {
	0% {
		opacity: 0;
		transform: scale(0, 0);
		transform-origin: bottom right
	}

	50% {
		transform: scale(1.03, 1.03);
		transform-origin: bottom right
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: bottom right
	}
}

@keyframes fb_bounce_in_from_left {
	0% {
		opacity: 0;
		transform: scale(0, 0);
		transform-origin: bottom left
	}

	50% {
		transform: scale(1.03, 1.03);
		transform-origin: bottom left
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: bottom left
	}
}

@keyframes fb_bounce_out_v2 {
	0% {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: bottom right
	}

	100% {
		opacity: 0;
		transform: scale(0, 0);
		transform-origin: bottom right
	}
}

@keyframes fb_bounce_out_from_left {
	0% {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: bottom left
	}

	100% {
		opacity: 0;
		transform: scale(0, 0);
		transform-origin: bottom left
	}
}

@keyframes slideInFromBottom {
	0% {
		opacity: .1;
		transform: translateY(100%)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes slideInFromBottomDelay {
	0% {
		opacity: 0;
		transform: translateY(100%)
	}

	97% {
		opacity: 0;
		transform: translateY(100%)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}


.abcRioButton {
	border-radius: 1px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
	transition: background-color .218s, border-color .218s, box-shadow .218s;
	-webkit-user-select: none;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	color: #262626;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: auto
}

.abcRioButton:hover {
	box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3)
}

.abcRioButtonBlue {
	background-color: #4285f4;
	border: none;
	color: #fff
}

.abcRioButtonBlue:hover {
	background-color: #4285f4
}

.abcRioButtonBlue:active {
	background-color: #3367d6
}

.abcRioButtonLightBlue {
	background-color: #fff;
	color: #757575
}

.abcRioButtonLightBlue:active {
	background-color: #eee;
	color: #6d6d6d
}

.abcRioButtonIcon {
	float: left
}

.abcRioButtonBlue .abcRioButtonIcon {
	background-color: #fff;
	border-radius: 1px
}

.abcRioButtonSvg {
	display: block
}

.abcRioButtonContents {
	font-family: Roboto, arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .21px;
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: top
}

.abcRioButtonContentWrapper {
	height: 100%;
	width: 100%
}

.abcRioButtonBlue .abcRioButtonContentWrapper {
	border: 1px solid transparent
}

.abcRioButtonErrorWrapper,
.abcRioButtonWorkingWrapper {
	display: none;
	height: 100%;
	width: 100%
}

.abcRioButtonErrorIcon,
.abcRioButtonWorkingIcon {
	margin-left: auto;
	margin-right: auto
}

.abcRioButtonErrorState,
.abcRioButtonWorkingState {
	border: 1px solid #d5d5d5;
	border: 1px solid rgba(0, 0, 0, .17);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
	color: #262626
}

.abcRioButtonErrorState:hover,
.abcRioButtonWorkingState:hover {
	border: 1px solid #aaa;
	border: 1px solid rgba(0, 0, 0, .25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.abcRioButtonErrorState:active,
.abcRioButtonWorkingState:active {
	border: 1px solid #aaa;
	border: 1px solid rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px 0 #ddd;
	color: #262626
}

.abcRioButtonWorkingState,
.abcRioButtonWorkingState:hover {
	background-color: #f5f5f5
}

.abcRioButtonWorkingState:active {
	background-color: #e5e5e5
}

.abcRioButtonErrorState,
.abcRioButtonErrorState:hover {
	background-color: #fff
}

.abcRioButtonErrorState:active {
	background-color: #e5e5e5
}

.abcRioButtonErrorState .abcRioButtonErrorWrapper,
.abcRioButtonWorkingState .abcRioButtonWorkingWrapper {
	display: block
}

.abcRioButtonErrorState .abcRioButtonContentWrapper,
.abcRioButtonErrorState .abcRioButtonWorkingWrapper,
.abcRioButtonWorkingState .abcRioButtonContentWrapper {
	display: none
}

.-webkit-keyframes abcRioButtonWorkingIconPathSpinKeyframes {
	0% {
		-webkit-transform: rotate(0deg)
	}
}

.a2a_hide {
	display: none
}

.a2a_logo_color {
	background-color: #0166ff
}

.a2a_menu,
.a2a_menu * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	float: none;
	margin: 0;
	padding: 0;
	position: static;
	height: auto;
	width: auto
}

.a2a_menu {
	border-radius: 6px;
	display: none;
	direction: ltr;
	background: #FFF;
	font: 16px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
	color: #000;
	line-height: 12px;
	border: 1px solid #CCC;
	vertical-align: baseline;
	overflow: hidden
}

.a2a_mini {
	min-width: 200px;
	position: absolute;
	width: 300px;
	z-index: 9999997
}

.a2a_overlay {
	display: none;
	background: #616c7deb;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999998;
	-webkit-tap-highlight-color: transparent;
	transition: opacity .14s, backdrop-filter .14s
}

.a2a_full {
	background: #FFF;
	border: 1px solid #FFF;
	box-shadow: #2a2a2a1a 0 0 20px 10px;
	height: auto;
	height: calc(320px);
	top: 15%;
	left: 50%;
	margin-left: -320px;
	position: fixed;
	text-align: center;
	width: 640px;
	z-index: 9999999;
	transition: transform .14s, opacity .14s
}

.a2a_full_footer,
.a2a_full_header,
.a2a_full_services {
	border: 0;
	margin: 0;
	padding: 12px;
	box-sizing: border-box
}

.a2a_full_header {
	padding-bottom: 8px
}

.a2a_full_services {
	height: 280px;
	overflow-y: scroll;
	padding: 0 12px;
	-webkit-overflow-scrolling: touch
}

.a2a_full_services .a2a_i {
	display: inline-block;
	float: none;
	width: 181px;
	width: calc(33.334% - 18px)
}

div.a2a_full_footer {
	font-size: 12px;
	text-align: center;
	padding: 8px 14px
}

div.a2a_full_footer a,
div.a2a_full_footer a:visited {
	display: inline;
	font-size: 12px;
	line-height: 14px;
	padding: 8px 14px
}

div.a2a_full_footer a:focus,
div.a2a_full_footer a:hover {
	background: 0 0;
	border: 0;
	color: #0166FF
}

div.a2a_full_footer a span.a2a_s_a2a,
div.a2a_full_footer a span.a2a_w_a2a {
	background-size: 14px;
	border-radius: 3px;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin: 0 3px 0 0;
	vertical-align: top;
	width: 14px
}

.a2a_modal {
	height: 0;
	left: 50%;
	margin-left: -320px;
	position: fixed;
	text-align: center;
	top: 15%;
	width: 640px;
	z-index: 9999999;
	transition: transform .14s, opacity .14s;
	-webkit-tap-highlight-color: transparent
}

.a2a_modal_body {
	background: 0 0;
	border: 0;
	font: 24px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
	position: relative;
	height: auto;
	width: auto
}

.a2a_thanks {
	color: #fff;
	height: auto;
	margin-top: 20px;
	width: auto
}

.a2a_thanks>div:first-child {
	margin: 0 0 40px 0
}

.a2a_thanks div * {
	height: inherit
}

#a2a_copy_link {
	background: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
	margin-top: 15%
}

span.a2a_s_link#a2a_copy_link_icon,
span.a2a_w_link#a2a_copy_link_icon {
	background-size: 48px;
	border-radius: 0;
	display: inline-block;
	height: 48px;
	left: 0;
	line-height: 48px;
	margin: 0 3px 0 0;
	position: absolute;
	vertical-align: top;
	width: 48px
}

#a2a_modal input#a2a_copy_link_text {
	background-color: transparent;
	border: 0;
	color: #2A2A2A;
	cursor: pointer;
	font: inherit;
	height: 48px;
	left: 62px;
	max-width: initial;
	min-height: auto;
	padding: 0;
	position: relative;
	width: 564px;
	width: calc(100% - 76px)
}

#a2a_copy_link_copied {
	background-color: #0166ff;
	color: #fff;
	display: none;
	font: inherit;
	font-size: 16px;
	margin-top: 1px;
	padding: 3px 8px
}

@media (prefers-color-scheme:dark) {

	.a2a_menu a,
	.a2a_menu a.a2a_i,
	.a2a_menu a.a2a_i:visited,
	.a2a_menu a.a2a_more,
	i.a2a_i {
		border-color: #2a2a2a !important;
		color: #fff !important
	}

	.a2a_menu a.a2a_i:active,
	.a2a_menu a.a2a_i:focus,
	.a2a_menu a.a2a_i:hover,
	.a2a_menu a.a2a_more:active,
	.a2a_menu a.a2a_more:focus,
	.a2a_menu a.a2a_more:hover,
	.a2a_menu_find_container {
		border-color: #444 !important;
		background-color: #444 !important
	}

	.a2a_menu:not(.a2a_thanks) {
		background-color: #2a2a2a;
		border-color: #2a2a2a
	}

	.a2a_menu_find {
		color: #fff !important
	}

	.a2a_menu span.a2a_s_find svg {
		background-color: transparent !important
	}

	.a2a_menu span.a2a_s_find svg path {
		fill: #fff !important
	}

	.a2a_full {
		box-shadow: #00000066 0 0 20px 10px
	}

	.a2a_overlay {
		background-color: #373737eb
	}
}

@media print {

	.a2a_floating_style,
	.a2a_menu,
	.a2a_overlay {
		visibility: hidden
	}
}

@keyframes a2aFadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.a2a_starting {
	opacity: 0
}

.a2a_starting.a2a_full,
.a2a_starting.a2a_modal {
	transform: scale(.8)
}

@media (max-width:639px) {
	.a2a_full {
		border-radius: 0;
		top: 15%;
		left: 0;
		margin-left: auto;
		width: 100%
	}

	.a2a_modal {
		left: 0;
		margin-left: 10px;
		width: calc(100% - 20px)
	}
}

@media (min-width:318px) and (max-width:437px) {
	.a2a_full .a2a_full_services .a2a_i {
		width: calc(50% - 18px)
	}
}

@media (max-width:317px) {
	.a2a_full .a2a_full_services .a2a_i {
		width: calc(100% - 18px)
	}
}

@media (max-height:436px) {
	.a2a_full {
		bottom: 40px;
		height: auto;
		top: 40px
	}
}

@media (max-height:550px) {
	.a2a_modal {
		top: 30px
	}
}

@media (max-height:360px) {
	.a2a_modal {
		top: 20px
	}

	.a2a_thanks>div:first-child {
		margin-bottom: 20px
	}
}

.a2a_menu a {
	color: #0166FF;
	text-decoration: none;
	font: 16px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
	line-height: 14px;
	height: auto;
	width: auto;
	outline: 0
}

.a2a_menu a.a2a_i:visited,
.a2a_menu a.a2a_more {
	color: #0166FF
}

.a2a_menu a.a2a_i:active,
.a2a_menu a.a2a_i:focus,
.a2a_menu a.a2a_i:hover,
.a2a_menu a.a2a_more:active,
.a2a_menu a.a2a_more:focus,
.a2a_menu a.a2a_more:hover {
	color: #2A2A2A;
	border-color: #EEE;
	border-style: solid;
	background-color: #EEE;
	text-decoration: none
}

.a2a_menu span.a2a_s_find {
	background-size: 24px;
	height: 24px;
	left: 8px;
	position: absolute;
	top: 7px;
	width: 24px
}

.a2a_menu span.a2a_s_find svg {
	background-color: #FFF
}

.a2a_menu span.a2a_s_find svg path {
	fill: #CCC
}

#a2a_menu_container {
	display: inline-block
}

.a2a_menu_find_container {
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 2px 24px 2px 0;
	position: relative;
	text-align: left
}

.a2a_cols_container .a2a_col1 {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

#a2a_modal input,
#a2a_modal input[type=text],
.a2a_menu input,
.a2a_menu input[type=text] {
	display: block;
	background-image: none;
	box-shadow: none;
	line-height: 100%;
	margin: 0;
	outline: 0;
	overflow: hidden;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none
}

#a2afeed_find_container input,
#a2afeed_find_container input[type=text],
#a2apage_find_container input,
#a2apage_find_container input[type=text] {
	background-color: transparent;
	border: 0;
	box-sizing: content-box;
	color: #2A2A2A;
	float: none;
	font: inherit;
	font-size: 16px;
	height: 28px;
	line-height: 20px;
	left: 38px;
	outline: 0;
	margin: 0;
	max-width: initial;
	min-height: initial;
	padding: 2px 0;
	position: relative;
	width: 99%
}

.a2a_clear {
	clear: both
}

.a2a_svg {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	padding: 0;
	pointer-events: none;
	width: 32px
}

.a2a_svg svg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
	display: block;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
	width: auto;
	height: auto
}

a.a2a_i,
i.a2a_i {
	display: block;
	float: left;
	border: 1px solid #FFF;
	line-height: 24px;
	padding: 6px 8px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 132px
}

a.a2a_i span,
a.a2a_more span {
	display: inline-block;
	overflow: hidden;
	vertical-align: top
}

a.a2a_i .a2a_svg {
	margin: 0 6px 0 0
}

a.a2a_i .a2a_svg,
a.a2a_more .a2a_svg {
	background-size: 24px;
	height: 24px;
	line-height: 24px;
	width: 24px
}

a.a2a_sss:hover {
	border-left: 1px solid #CCC
}

a.a2a_more {
	border-bottom: 1px solid #FFF;
	border-left: 0;
	border-right: 0;
	line-height: 24px;
	margin: 6px 0 0;
	padding: 6px;
	-webkit-touch-callout: none
}

a.a2a_more span {
	height: 24px;
	margin: 0 6px 0 0
}

.a2a_kit .a2a_svg {
	background-repeat: repeat
}

.a2a_default_style a:empty,
.a2a_flex_style a:empty,
.a2a_floating_style a:empty,
.a2a_overlay_style a:empty {
	display: none
}

.a2a_color_buttons a,
.a2a_floating_style a {
	text-decoration: none
}

.a2a_default_style:not(.a2a_flex_style) a {
	float: left;
	line-height: 16px;
	padding: 0 2px
}

.a2a_default_style a:hover .a2a_svg,
.a2a_floating_style a:hover .a2a_svg,
.a2a_overlay_style a:hover .a2a_svg svg {
	opacity: .7
}

.a2a_overlay_style.a2a_default_style a:hover .a2a_svg {
	opacity: 1
}

.a2a_default_style .a2a_count,
.a2a_default_style .a2a_svg,
.a2a_floating_style .a2a_svg,
.a2a_menu .a2a_svg,
.a2a_vertical_style .a2a_count,
.a2a_vertical_style .a2a_svg {
	border-radius: 4px
}

.a2a_default_style .a2a_counter img,
.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg {
	float: left
}

.a2a_default_style .a2a_img_text {
	margin-right: 4px
}

.a2a_default_style .a2a_divider {
	border-left: 1px solid #000;
	display: inline;
	float: left;
	height: 16px;
	line-height: 16px;
	margin: 0 5px
}

.a2a_kit a {
	cursor: pointer;
	transition: none
}

.a2a_floating_style {
	background-color: #fff;
	border-radius: 6px;
	position: fixed;
	z-index: 9999995
}

.a2a_overlay_style {
	z-index: 2147483647
}

.a2a_floating_style,
.a2a_overlay_style {
	animation: a2aFadeIn .2s ease-in;
	padding: 4px
}

.a2a_vertical_style:not(.a2a_flex_style) a {
	clear: left;
	display: block;
	overflow: hidden;
	padding: 4px
}

.a2a_floating_style.a2a_default_style {
	bottom: 0
}

.a2a_floating_style.a2a_default_style a,
.a2a_overlay_style.a2a_default_style a {
	padding: 4px
}

.a2a_count {
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #2a2a2a;
	display: block;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	height: 16px;
	margin-left: 4px;
	position: relative;
	text-align: center;
	width: 50px
}

.a2a_count:after,
.a2a_count:before {
	border: solid transparent;
	border-width: 4px 4px 4px 0;
	content: "";
	height: 0;
	left: 0;
	line-height: 0;
	margin: -4px 0 0 -4px;
	position: absolute;
	top: 50%;
	width: 0
}

.a2a_count:before {
	border-right-color: #ccc
}

.a2a_count:after {
	border-right-color: #fff;
	margin-left: -3px
}

.a2a_count span {
	animation: a2aFadeIn .14s ease-in
}

.a2a_vertical_style .a2a_counter img {
	display: block
}

.a2a_vertical_style .a2a_count {
	float: none;
	margin-left: 0;
	margin-top: 6px
}

.a2a_vertical_style .a2a_count:after,
.a2a_vertical_style .a2a_count:before {
	border: solid transparent;
	border-width: 0 4px 4px 4px;
	content: "";
	height: 0;
	left: 50%;
	line-height: 0;
	margin: -4px 0 0 -4px;
	position: absolute;
	top: 0;
	width: 0
}

.a2a_vertical_style .a2a_count:before {
	border-bottom-color: #ccc
}

.a2a_vertical_style .a2a_count:after {
	border-bottom-color: #fff;
	margin-top: -3px
}

.a2a_color_buttons .a2a_count,
.a2a_color_buttons .a2a_count:after,
.a2a_color_buttons .a2a_count:before,
.a2a_color_buttons.a2a_vertical_style .a2a_count:after,
.a2a_color_buttons.a2a_vertical_style .a2a_count:before {
	background-color: transparent;
	border: none;
	color: #fff;
	float: none;
	width: auto
}

.a2a_color_buttons.a2a_vertical_style .a2a_count {
	margin-top: 0
}

.a2a_flex_style {
	display: flex;
	align-items: flex-start;
	gap: 0
}

.a2a_default_style.a2a_flex_style {
	left: 0;
	right: 0;
	width: 100%
}

.a2a_vertical_style.a2a_flex_style {
	flex-direction: column;
	top: 0;
	bottom: 0
}

.a2a_flex_style a {
	display: flex;
	justify-content: center;
	flex: 1;
	padding: 4px
}

.a2a_flex_style.a2a_vertical_style a {
	flex-direction: column
}

.a2a_floating_style.a2a_color_buttons,
.a2a_floating_style.a2a_flex_style {
	border-radius: 0;
	padding: 0
}

.a2a_floating_style.a2a_default_style.a2a_flex_style {
	bottom: 0
}

.a2a_kit.a2a_flex_style .a2a_counter img,
.a2a_kit.a2a_flex_style .a2a_dd,
.a2a_kit.a2a_flex_style .a2a_svg {
	float: none
}

.a2a_nowrap {
	white-space: nowrap
}

.a2a_note {
	margin: 0 auto;
	padding: 9px;
	font-size: 12px;
	text-align: center
}

.a2a_note .a2a_note_note {
	margin: 0;
	color: #2A2A2A
}

.a2a_wide a {
	display: block;
	margin-top: 3px;
	border-top: 1px solid #EEE;
	text-align: center
}

.a2a_label {
	position: absolute !important;
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden;
	height: 1px;
	width: 1px
}

.a2a_kit,
.a2a_menu,
.a2a_modal,
.a2a_overlay {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	outline: 0
}

.a2a_dd {
	-webkit-user-drag: none
}

.a2a_dd img {
	border: 0
}

.a2a_button_facebook_like iframe {
	max-width: none
}

.whatsapp {
	position: fixed;
	right: 40px;
	bottom: 80px;
	background-color: rgb(93, 195, 165);
	padding: 15px;
	border-radius: 50%;
	z-index: 10;
}