<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
	font-family: 'Noto Sans TC', sans-serif;
	line-height: 1.5;
	letter-spacing: 1px;
}
.column {
	line-height: 2;
    letter-spacing: 1.5px;
}

img {
	max-width: 100% !important;
}

.letter-spacing-2 {
	letter-spacing: 2px;
}
.rounded-30 {
	border-radius: 30px;
}

@media (max-width: 991px){
	.w-mobile-100 {
		width: 100%;
	}
	.text-mobile-center {
		text-align: center !important;
	}
}

*:focus {
	box-shadow: none !important;
	outline: none !important;

}

label.error {
	font-size: 0.9em;
	color: #dc3545;
	margin-bottom: 0;
}

.form-control.custom {
	padding: .5rem .8rem;
	font-size: 1rem;
	border: 1px solid #001372;
	border-radius: 0;
}

select.form-control.custom:not([size]):not([multiple]) {
	height: calc(2.25rem + 5px);
}

.input-required:before {
	content: "*";
	color: #dc3545;
}

.red {
	color: #dc3545;
}
a.red:hover {
	color: #aa222f;
}

.min-600 {
	min-height: 600px;
}

.page-banner .banner-image {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-banner .banner-image:before {
	content: "";
	display: block;
	padding-bottom: 255px;
}
.page-banner .banner-image .banner-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.page-banner .banner-image .banner-title {
	font-size: 30px;
	font-weight: 500;
	color: #785531;
}
@media (max-width: 991px){
	.page-banner .banner-image:before {
		padding-bottom: 39.3%;
	}
}

@media (min-width: 992px){
	header .navbar-area {
		height: 115px;
	}
}
header .nav-menu {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	height: 115px;
}


.header-title {
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 10px;
	color: #fff;
}

.nav-menu .nav-menu-link {
	position: relative;
}

.nav-menu .nav-menu-link .text {
	color: #49513E;
	font-size: 18px;
}

.nav-menu .nav-menu-link.active:after {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 24px;
	background: url(/assets/img/leaf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	right: -16px;
	top: -22px;
}

.nav-menu .nav-menu-link.active .text {
	font-weight: bold;
	color: #82605A;
}

.nav-menu .nav-menu-link:hover:after {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 24px;
	background: url(/assets/img/leaf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	right: -16px;
	top: -22px;
	transform-origin: 0 100%;
	animation-name: leaf-animation;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.nav-menu .nav-menu-link:hover .text {
	color: #82605A;
}

header .nav-menu, header .nav-menu .navbar-brand img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear; 
}
	header .nav-menu .navbar-brand img {
		height: 95px;
}
@media (min-width: 992px){
	header .nav-menu.shrink {
		background-color: #fef8f0;
		box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.2);
		height: 100px;
		padding: 0 1rem;
	}
	header .nav-menu.shrink .navbar-brand img {
		height: 80px;
	}
	
}

.mobile-navbar .fixed-top {
	z-index: 1031;
}
.mobile-navbar .logo-img {
	max-height: 81px;
}

.mobile-navbar .header-title {
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}

.mobile-navbar {
	height: 81px;
}
.mobile-navbar .navbar-button-group {
	width: 92px;
	height: 81px;
	background: #FFD8B2;
	border-radius: 0px 0 0 92px;
	-moz-border-radius: 0 0 0 92px;
	-webkit-border-radius: 0 0 0 92px;
}
.mobile-navbar .navbar {
	background: #fff;
	flex-flow: nowrap;
	z-index: 2;
}
.mobile-navbar.shrink .navbar {
	background-color: #fef8f0;
}
.mobile-navbar .navbar.navbar-active {
	background: #faf8f4;
}
.mobile-navbar .navbar-collapse {
	margin-top: -1px;
}
.mobile-navbar .navbar-collapse .mobile-navbar-content {
	height: calc(100vh - 80px);
	overflow: auto;
	background-color: #faf8f4;
	background-image: url(/assets/img/mobile-navbar-bg.svg);
	background-position: right -250px bottom -240px;
	background-repeat: no-repeat;
}
.mobile-navbar .menu-btn {
	background: rgba(255, 255, 255, 0);
	height: 81px;
	width: 91px;
}
.mobile-navbar .menu-btn .burger {
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 1001;
	float: right;
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.mobile-navbar .menu-btn .burger span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.mobile-navbar .menu-btn .burger span:nth-child(1) {
	top: 0px;
	width: 77.5%;
	right: 0px;
	left: auto;
}
.mobile-navbar .menu-btn .burger span:nth-child(2) {
	top: 13px;
	width: 55%;
	right: 0px;
	left: auto;
}
.mobile-navbar .menu-btn .burger span:nth-child(3) {
	top: 26px;
	right: 0px;
	left: auto;
}
.mobile-navbar .menu-btn:not(.collapsed) span:nth-child(1) {
	top: 13px;
	width: 100%;
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mobile-navbar .menu-btn:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}
.mobile-navbar .menu-btn:not(.collapsed) span:nth-child(3) {
	top: 13px;
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.mobile-navbar .menu-item {
	position: relative;
	padding: 30px 20px 12px 20px;
	letter-spacing: 4px;
	border-bottom: dashed 1px #FFC294;
}
.mobile-navbar .menu-item a {
	color: #49513E;
	font-size: 20px;
}

.mobile-navbar .menu-item a:hover {
	color: #49513E;
	text-decoration: none;
}
.mobile-navbar .menu-item:before {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 34px;
	background: url(/assets/img/leaf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: -16px;
	top: 0px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.mobile-navbar .mobile-navbar-fb {
	margin-top: 34px;
	position: relative;
}
.mobile-navbar .mobile-navbar-fb:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background: url(/assets/img/fb-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mobile-navbar .mobile-navbar-line {
	margin-top: 34px;
	position: relative;
}
.mobile-navbar .mobile-navbar-line:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background: url(/assets/img/line-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mobile-navbar-overlay {
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	background: rgba(0, 0, 0, 0.6);
}
.no-scroll {
	overflow-y: hidden;
}

.footer {
	position: relative;
	color: #1A1818;
}
.footer a {
	color: #1A1818;
}

.footer .block-left {
	position: absolute;
	width: 147px;
	height: 191px;
	background: url(/assets/img/home-block-3-left-m.svg);
	background-position: center center;
	background-repeat: no-repeat;
	left: 15px;
	bottom: 280px;
	z-index: -1;
}
.footer .block-right {
	position: absolute;
	display: block;
	width: 72px;
	height: 63px;
	background: url(/assets/img/home-block-3-right-m.svg);
	background-position: center center;
	background-repeat: no-repeat;
	right: 8px;
	bottom: 280px;
	z-index: -1;
}
@media (min-width: 992px){
	.footer .block-left {
		position: absolute;
		width: 112px;
		height: 97px;
		background: url(/assets/img/home-block-3-left.svg);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.64;
		left: 20px;
		top: 95px;
		z-index: -1;
	}
	.footer .block-right {
		position: absolute;
		display: block;
		width: 225px;
		height: 293px;
		background: url(/assets/img/home-block-3-right.svg);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.64;
		right: 20px;
		top: 95px;
		z-index: -1;
	}
}

.footer .footer-logo {
	width: 261px;
}
.footer .footer-info {
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.footer .footer-info .footer-info-title {
	color: #99CCD1;
	font-weight: bold;
	margin-bottom: 2px;
}
.footer .footer-info .footer-info-text {
	line-height: 2;
}
.footer .fb-link {
	display: inline-block;
	position: relative;
	margin-top: 20px;
}
.footer .fb-link:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background: url(/assets/img/fb-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer .line-link {
	display: inline-block;
	position: relative;
	margin-top: 20px;
}
.footer .line-link:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background: url(/assets/img/line-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer .map {
	height: 174px;
}
.footer .copyright {
	background: #E7F2F4;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
}
.footer .copyright a {
	display: inline-block;
	color: #3F51B5;
}
.footer .copyright a:hover {
	text-decoration: none;
}

footer .mobile-bottom {
	height: 53px;
}
footer .mobile-bottom .fixed-bottom {
	color: #49513E;
}
footer .mobile-bottom .button {
	position: relative;
	padding-top: 15px;
	padding-bottom: 9px;
}
footer .mobile-bottom .button:first-child {
	background: #FFFBDE;
}
footer .mobile-bottom .button:last-child {
	background: #FFD8B2;
}
footer .mobile-bottom .button:first-child .icon {
	content: "";
	display: inline-block;
	width: 36px;
	height: 35px;
	background: url(/assets/img/contact-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15px;
}
footer .mobile-bottom .button:last-child .icon {
	content: "";
	display: inline-block;
	width: 47px;
	height: 32px;
	background: url(/assets/img/payment-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
}
footer .mobile-bottom .text {
	font-size: 18px;
}
@media (max-width: 413px){
	footer .mobile-bottom .button .icon {
		margin-right: 10px !important;
	}
}

.breadcrumb {
	background-color: inherit;
	padding-left: 0;
	border-bottom: dashed 1px #D8B7B2;
}
@media (max-width: 991px){
	.breadcrumb {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
.breadcrumb .breadcrumb-item:first-child a:before {
	display: inline-block;
	color: #D8B7B2;
	font-family: FontAwesome;
	content:"\f015";
	padding: 0 2px;
	font-size: 16px;
}
.breadcrumb-item {
	font-size: 15px;
}
.breadcrumb-item a {
	color: #D8B7B2;
}
.breadcrumb-item a:hover {
	color: #D8B7B2;
	text-decoration: none;
}
.breadcrumb-item.active {
	color: #49513E;
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: .25rem;
}
.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .25rem;
	color: #D8B7B2;
	font-family: FontAwesome;
	content:"\f105";
}

.pagination .page-link {
	border:0;
	background: none !important;
	color: #785531 !important;
	padding: .5rem .75rem;
	margin-right: .4rem;
	margin-left: .4rem;
}
.pagination .page-item:last-child .page-link {
	margin-right: 0;
}
.pagination .page-item.active .page-link {
	color: #feb25f !important;
	cursor:default;
}
.pagination .page-link.next, .pagination .page-link.prev {
	color: #785531 !important;
	border-radius: 30px;
	background-color: #FFD8B2 !important;
	font-size: 15px;
}
.pagination .page-link.next {
	padding: 5px 8px;
}
.pagination .page-link.prev {
	padding: 5px 8px;
}
@media (max-width: 767px){
	.pagination .page-link {
		margin-right: 0;
		margin-left: 0;
	}
	.pagination .page-link.next, .pagination .page-link.prev {
		font-size: 12px;
	}
}

.product-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.product-img:before {
	content: "";
	display: block;
	padding-bottom: 75%;
}

.product-title.l-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 65px;
}

.btn-leaf {
	display: inline-block;
	position: relative;
	padding: 15px 50px;
	color: #49513E;
	background-color: #FFD8B2;
	font-size: 18px;
	letter-spacing: 3px;
	border-radius: 30px;
	text-align: center;
	white-space: nowrap;
}

.btn-leaf:hover {
	color: #49513E;
	text-decoration: none;
}

.btn-leaf:after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 28px;
	background: url(/assets/img/leaf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	right: 8px;
	top: -16px;
}

.btn-leaf:hover:after {
	transform-origin: 0 100%;
	animation-name: leaf-animation;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes leaf-animation {
	0% {
		transform: rotate(0deg);
	}
	50% { 
		transform: rotate(30deg);
	}
	90% {
		transform: rotate(-10deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.btn-type-2 {
	display: inline-block;
	position: relative;
	padding: 15px 50px;
	color: #FBFBFB;
	background-color: #c7c4bb;
	font-size: 18px;
	letter-spacing: 3px;
	border-radius: 30px;
	text-align: center;
	white-space: nowrap;
}
.btn-type-2:hover {
	color: #FBFBFB;
}

.btn-fixed {
	position: fixed;
	bottom: 40px;
	right: 15px;
	z-index: 1;
	text-align: center;
}
.btn-fixed .link-group-fixed .link-fixed {
	position: relative;
	width: 57px;
	padding: 20px 10px;
	border-radius: 30px;
	box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.2);
}
.btn-fixed .link-group-fixed .link-fixed:first-child {
	background: #FFFBDE;
	margin-bottom: 10px;
}
.btn-fixed .link-group-fixed .link-fixed:first-child:before {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 34px;
	background: url(/assets/img/leaf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	left: -6px;
	top: -18px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);

}
.btn-fixed .link-group-fixed .link-fixed:last-child {
	background: #FFD8B2;
}
.btn-fixed .link-group-fixed img {
	width: 80%;
}
.btn-fixed .link-group-fixed .text {
	padding-top: 10px;
	writing-mode: vertical-rl;
	font-size: 18px;
	font-weight: 500;
	color: #49513E;
	letter-spacing: 5px;
}


.text-xs {
	font-size: 0.75rem !important;
}

.text-sm {
	font-size: 0.875rem !important;
}

.text-md {
	font-size: 1rem !important;
}

.text-lg {
	font-size: 1.25rem !important;
}

.text-lg-2 {
	font-size: 1.5rem !important;
}

.text-lg-3 {
	font-size: 1.75rem !important;
}

.text-xl {
	font-size: 2rem !important;
}

/* Page Loading */
.page-loading {
	position: fixed;
	z-index: 1033;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
}

/* Transparent Overlay */
.page-loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}

.page-loading:not(:required) {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.page-loading:not(:required):after {
	content: '';
	display: block;
	font-size: 20px;
	width: 80px;
	height: 80px;
	margin-top: -0.5em;
	border: 6px solid #001372;
	border-radius: 100%;
	border-bottom-color: transparent;
	-webkit-animation: spinner 1s linear 0s infinite;
	animation: spinner 1s linear 0s infinite;


}

/* Loading Animation */
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.mob-show {
	display: none;
}

@media (max-width: 991px){
	.h1, h1 {
		font-size: 2rem;
	}
	.mob-show {
		display: block !important;
	}
	.mob-hidden {
		display: none !important;
	}
}

.mobile-page-title {
	display: none;
}
@media (max-width: 991px){
	.mobile-page-title {
		color: #1A1818;
		font-weight: bold;
		letter-spacing: 2px;
		font-size: 25px;
		white-space: nowrap;
		margin-bottom: 15px;
	}
	.mobile-page-title:before{
		content: "";
		display: inline-block;
		width: 29px;
		height: 29px;
		background: url('/assets/img/title-icon.svg');
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 14px;
	}
}
.page.content {
	line-height: 2;
}
.page-title{
	margin-bottom: 20px;
	white-space: nowrap;
}
.page-title:before{
	content: "";
	display: inline-block;
	width: 46px;
	height: 44px;
	vertical-align: top;
	background: url('/assets/img/title-icon.svg');
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.page-title h2{
	display: inline-block;
	color: #1A1818;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.side-category .side-category-item {
	position: relative;
	padding: 20px 15px;
	margin-bottom: 10px;
	background: #FBF8EE;
	border-bottom: dashed 1px #F6C8A5;
}
.side-category .side-category-item a {
	font-size: 18px;
	color: #785531;
	letter-spacing: 4px;
}
.side-category .side-category-item a:hover {
	color: #785531;
	text-decoration: none;
}
.side-category .side-category-item:first-child {
	border-radius: 10px 15px 0 0;
}
.side-category .side-category-item.active {
	border-radius: 10px 15px 0 0;
	background: #FFEAD6;
}
.side-category .side-category-item.active:after {
	position: absolute;
	content: "";
	display: block;
	width: 26px;
	height: 31px;
	background: url(/assets/img/leaf.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	right: -10px;
	top: -10px;
}
.category-select {
	width: 100%;
	color: #49513E;
	padding: 12px 10px 10px 10px;
	border-radius: 8px;
	text-align-last: center;
	background: url("data:image/svg+xml;charset=utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'&gt;&lt;path fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/&gt;&lt;/svg&gt;") no-repeat right .75rem center/8px 10px;
	background-color: #FFD8B2;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form {
	letter-spacing: 2px;
}
.form .title {
	padding-bottom: 15px;
	border-bottom: solid 2px #F2E8E5;
	margin-bottom: 15px;
}
.form .title-notice {
	white-space: pre-wrap;
}
.form .form-group {
	margin-bottom: 0.5rem;
}
.form .form-group.fixd-h {
	height: 94px;
}
.form .form-group&gt;label.required {
	position: relative;
}
.form .form-group&gt;label.required:after {
	content: "*";
	color: #EC8A62;
}
.form .form-group .form-control {
	background: #F3F3F3;
	border: 0;
}
.form .form-group .input-group .input-group-append .input-group-text {
	background: #F3F3F3;
	border: 0;
}
.form .form-group .form-control::placeholder {
	color: #ACACAC;
	opacity: 1;
}

.form .form-group .form-control:-ms-input-placeholder {
	color: #ACACAC;
}

.form .form-group .form-control::-ms-input-placeholder {
	color: #ACACAC;
}
.form .form-group select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22200%22%20height%3D%22200%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_1%22%20d%3D%22m14.303087%2C50.000075l171.39383%2C0c11.85701%2C0%2017.78552%2C12.748279%209.39235%2C20.219357l-85.6636%2C76.311773c-5.19577%2C4.624956%20-13.65555%2C4.624956%20-18.85132%2C0l-85.66361%2C-76.311773c-8.39317%2C-7.471078%20-2.46466%2C-20.219357%209.39235%2C-20.219357z%22%20fill%3D%22%23ACACAC%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A") no-repeat right .75rem center/14px 16px;
	background-color: #F3F3F3;
}
.form .form-group select.form-control::-ms-expand {
	display: none;
}
.form .verify {
	width: 120px;
	height: 48px;
}
.form .verify-fresh {
	align-self: start;
	background: url(/assets/img/refresh.svg) center center no-repeat;
	background-size: 24px;
	cursor: pointer;
}
.form .verify-fresh:before {
	display: block;
	content: "";
	padding: 24px;
}
.form .btn.btn-leaf, .form .btn.clean-btn {
	padding: 15px 35px;
}
.form .ms-options-wrap &gt; button:focus, .form .ms-options-wrap &gt; button {
	border: 0;
	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-clip: padding-box;
	border-radius: .25rem;
	background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22200%22%20height%3D%22200%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_1%22%20d%3D%22m14.303087%2C50.000075l171.39383%2C0c11.85701%2C0%2017.78552%2C12.748279%209.39235%2C20.219357l-85.6636%2C76.311773c-5.19577%2C4.624956%20-13.65555%2C4.624956%20-18.85132%2C0l-85.66361%2C-76.311773c-8.39317%2C-7.471078%20-2.46466%2C-20.219357%209.39235%2C-20.219357z%22%20fill%3D%22%23ACACAC%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A) no-repeat right .75rem center/14px 16px;
	background-color: #F3F3F3;
	margin-top: 0;
}
.form .ms-options-wrap &gt; button:after {
	display: none;
}
.form .ms-options-wrap.ms-has-selections &gt; button {
	color: #495057;
}
</pre></body></html>