*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 0;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
a:hover{
	text-decoration: none;
	color: inherit;
}
.nav-bar-row{
	background: transparent;
	top: 0px;
	left: 0px;
	z-index: 99;
}
.nav-bar-container{
	height: 80px;
}
.header-logo img.bakery{
	height: 60px;
}
.header-logo img{
	height: 40px;
	-webkit-transition: all ease 200ms;
	transition: all ease 200ms;
}
.site-menu-list{
	gap: 30px;
	display: inline-flex;
}
.site-menu-list .site-menu{
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
	color: #FFFFFF;
}
.site-menu-list .request-demo-btn{
	height: 40px;
	border-radius: 4px;
	border: 1px solid #FFF;
	font-weight: 700;
	font-size: 15px;
	line-height: 35px;
	color: #FFFFFF;
	padding: 0px 20px;
}
.site-menu-list .request-demo-btn:hover, .site-menu-list .site-menu:hover{
	color: #FFFFFF;
}
.site-banner-wrapper{
	z-index: 2;
}
.nav-bar-row.sticky-header, .nav-bar-row.non-home-header{
	background: #FFF;
	box-shadow: -1px 5px 4px rgba(0, 0, 0, 0.03);
}
.nav-bar-row.sticky-header .site-menu, .nav-bar-row.sticky-header .request-demo-btn, .nav-bar-row.sticky-header .site-menu:hover, .nav-bar-row.sticky-header .request-demo-btn:hover, .nav-bar-row.non-home-header .site-menu, .nav-bar-row.non-home-header .request-demo-btn, .nav-bar-row.non-home-header .site-menu:hover, .nav-bar-row.non-home-header .request-demo-btn:hover{
	color: #000;
}
.nav-bar-row.sticky-header .site-menu-list .request-demo-btn:hover, .nav-bar-row.sticky-header .site-menu-list .request-demo-btn, .nav-bar-row.non-home-header .site-menu-list .request-demo-btn:hover, .nav-bar-row.non-home-header .site-menu-list .request-demo-btn{
	border: 1px solid #000;
}
.banner-content-box, .site-banner-container{
	height: calc(100vh - 190px);
}
.site-banner-container{
	background-image: url('../images/wave-01.png');
	background-position: bottom right;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-color: #5300C6;
}
.banner-video{
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center top;
}
.site-banner-title{
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 70px;
	color: #FFFFFF;
}
.site-banner-title span{
	color: #ffb000;
}
.site-banner-desc{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
}
.site-banner-butns{
	gap: 32px;
	margin-bottom: 10px;
}
.sign-up-btn, .contact-sale-btn, .free-trail-btn{
	height: 50px;
	border-radius: 4px;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 35px;
	color: #FFFFFF;
	padding: 0px 30px;
}
.contact-sale-btn{
	border: 1px solid #FFF;
}
.contact-sale-btn:hover, .sign-up-btn:hover{
	color: #FFF;
}
.sign-up-btn{
	border: 1px solid #14C7FF;
	background: #14C7FF;
}
.free-trail-btn{
	background: #4F60FF;
	border: 1px solid #4F60FF;
}
.mega_menu_box{
	top: 10px;
	left: 0px;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 35px 50px;
	gap: 30px;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10);
}
.mega_menu_box:after{
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	top: -5px;
	background: inherit;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.site-menu:hover+.mega_menu_box, .site-menu+.mega_menu_box:hover{
	opacity: 1;
	visibility: visible;
}
.sub-menu-list{
	width: calc(50% - 15px);
}
.sub-site-menu{
	font-size: 16px;
	line-height: 24px;
	color: #1F0E4F;
}
.sub-site-menu:hover{
	color: #5434B1;
	font-weight: 500;
}
.sub-site-desc-name{
	font-size: 12px;
	line-height: 24px;
	color: #8F8F8F;
}
.nav-bar-row.sticky-header .mega_menu_box{
	background: #5434B1;
}
.nav-bar-row.sticky-header .sub-site-menu{
	color: #FFF;
}
.nav-bar-row.sticky-header .sub-site-desc-name{
	color: #EEE;
}
.product-mega-menu.mega_menu_box:after{
	left: 25px;
}
.solution-mega-menu.mega_menu_box:after{
	left: 20%;
}
.company-mega-menu.mega_menu_box:after{
	right: 35%;
}
.sponser-banner-container{
	background: #F8F7FC;
}
.sponser-wrapper{
	min-height: 100px;
}
.sponser-wrapper .sponser-image{
	width: 18%;
}
.sponser-image img{
	width: 100%;
	height: 65px;
	object-fit: contain;
	display: inline-block;
}
.sponser-image.sponser5 img, .sponser-image.sponser4 img{
	height: 52px;
}
.info-banner-container{
	padding: 80px 0px;
}
.info-wrapper-title{
	font-weight: 700;
	font-size: 45px;
	line-height: 54px;
	text-align: center;
	color: #5434B1;
}
.info-wrapper-desc{
	font-weight: 400;
	font-size: 25px;
	line-height: 34px;
	text-align: center;
	color: #424242;
}
.solution-container{
	margin: 80px 0px;
}
.solution-icon-box{
	text-align: left;
	margin-bottom: 20px;
}
.solution-icon-box img{
	max-width: 80%;
}
.solution-wrapper-title{
	font-weight: 700;
	font-size: 35px;
	line-height: 55px;
	color: #1F0E4F;
}
.solution-wrapper-desc{
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	color: #1F0E4F;
	margin: 10px 0px 25px;
}
.points-container{
	padding-left: 60px;
	margin-bottom: 25px;
}
.points-container h5, .points-container .solution-point-title{
	font-size: 1.25rem;
	color: #000;
	font-weight: 500;
}
.points-container .solution-point-title:hover, .points-container .solution-point-title:focus{
	color: #009CDE;
}
.read-more-btn{
	color: #5434B1;
	font-size: 16px;
	font-weight: 700;
}
.read-more-btn:hover, .read-more-btn:focus, .read-more-btn:visited{
	color: #5434B1;
}
.point-icon-box{
	position: absolute;
	height: 50px;
	width: 50px;
	left: 0px;
	top: -2px;
}
.point-icon-box img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.learn-more-btn{
	background: #EEEEFF;
	border: 2px solid #1914FF;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #1914FF;
	height: 45px;
	padding: 0px 35px;
}
.learn-more-btn:hover{
	color: #1914FF;
}
.brand-central-desc-box{
	padding: 50px 20px;
	border-radius: 50px;
	background: #F8F6FF;
	position: relative;
	z-index: 2;
}
.solution-container:before{
	position: absolute;
	content: '';
	right: 0;
	width: 50%;
	top: 0;
	height: 100%;
	background: #F8F6FF;
	display: inline-block;
}
.solution-container.solution-reverse:before{
	right: unset;
	left: 0px;
}
.solution-content-three{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.solution-content-hide{
	display: none;
}
.newsletter-section{
	background: #5300C6;
	padding: 60px 0px;
}
.letter-box-image img{
	width: 177px;
	height: 120px;
	margin-right: 30px;
	object-fit: contain;
}
.letter-title, .letter-desc{
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #FFF;
	margin-bottom: 15px;
}
.letter-desc{
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	margin: 0px;
}
.letter-input input{
	border-radius: 5px 0px 0px 5px;
	height: 50px;
	padding: 10px;
	font-size: 15px;
	color: #000;
	background: #FFF;
	border: none;
	outline: none;
}
.letter-input .subscibeBtn{
	height: 50px;
	border-radius: 0px 5px 5px 0px;
	background: #0DC4FE;
	color: #FFF;
	font-size: 15px;
	padding: 0px 30px;
}
.brand-central-container{
	background-image: url('../images/brandCenteral.png');
	background-position: center;
	background-size: 100% 100%;
}
.bakery-page.brand-central-container{
	background-image: none;
}
.brand-central-title{
	font-weight: 700;
	font-size: 43px;
	line-height: 54px;
	color: #5434B1;
}
.brand-central-image img{
	height: 120px;
	object-fit: contain;
}
.brand-central-desc, .waitng-business, .brand-central-reward-desc{
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #1F0E4F;
}
.brand-central-desc{
	font-size: 24px;
	line-height: 36px;
}
.brand-individual-point img{
	height: 40px;
	width: 40px;
}
.brand-central-points, .brand-central-reward-checkbox{
	gap: 40px 0px;
}
.brand-individual-point .brand-point-title, .central-reward-checkbox label{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #5434B1;
	margin-left: 10px;
}
.brand-central-reward{
	font-size: 25px;
	color: #5434B1;
}
.brand-central-reward b{
	font-weight: 900;
	color: #5434B1;
}
.central-reward-checkbox, .central-reward-checkbox label{
	position: relative;
}
.central-reward-checkbox label{
	padding-left: 35px;
}
.central-reward-checkbox input[type="checkbox"]{
	display: none;
}
.central-reward-checkbox input[type="checkbox"] + label:before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
.central-reward-checkbox input[type="checkbox"]:checked + label:before{
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.feedback-title{
	color: #5434B1;
	font-size: 35px;
}
.feedback-desc{
	color: #1F0E4F;
	font-size: 20px;
}
.give-feedback-container img{
	max-width: 100%;
	object-fit: contain;
}
.get-in-touch-form .form-group label{
	color: #1F0E4F;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
.get-in-touch-form .form-group label sup{
	color: #FF4D14;
}
.get-in-touch-form .form-group .form-control{
	border: 1px solid #BDBCBC;
	border-radius: 9px;
	height: 45px;
	width: 100%;
	resize: none;
}
.get-in-touch-form .form-group textarea.form-control{
	height: auto;
}
.get-in-touch-form .form-group .form-control:focus{
	outline: none;
	box-shadow: none;
	border: 1px solid #0DC4FE;
}
.get-in-touch-form .form-group .form-control.error, .get-in-touch-form .form-group .form-control.error:focus{
	border: 2px solid #ED1F29;
}
.get-in-touch-form .sendBtn{
	background: #5300C6;
	border-radius: 10px;
	height: 45px;
	padding: 0px 35px;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}
.startup-founder{
	background: #EFEAF6;
	gap: 20px;
}
.startup-founder img{
	height: 30px;
}
.startup-founder .founder-text{
	color: #6F5F85;
	font-size: 16px;
	font-weight: 400;
}
.footer-container{
	background: #280B51;
	padding: 50px 15px;
}
.site-description{
	font-size: 14px;
	line-height: 24px;
	color: #C3C0C0;
}
.footer-link-title{
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 15px;
}
.footer-link-row, .site-app-download{
	margin-bottom: 8px;
}
.footer-link{
	font-size: 15px;
	color: #C3C0C0;
}
.footer-link:hover, .footer-social:hover{
	color: #FFF;
	font-weight: 500;
}
.footer-social, .team-social{
	height: 30px;
	width: 30px;
	color: #FFF;
}
.footer-social svg, .team-social svg{
	height: 100%;
	width: 100%;
	fill: currentColor;
}
.team-social{
	color: #280B51;
	margin-right: 15px;
}
.site-app-download img{
	max-width: 80%;
}
.copyright-row{
	margin-top: 30px;
	padding-top: 30px;
}
.copyright-row p{
	color: #C3C0C0;
	font-size: 16px;
	font-weight: 500;
}
.mobileMenu-tab{
	height: 45px;
	width: 45px;
	display: none;
	padding: 10px;
    position: relative;
    z-index: 120;
}
.mobileMenu-tab svg{
	height: 100%;
	width: 100%;
	fill: #FFF;
	-webkit-transition: all ease 200ms;
	transition: all ease 200ms;
}
.mobileMenu-tab.open .menu-svg, .mobileMenu-tab .close-svg, .mobile-content, .brand-central-in-out, .mobile-site-menu, .menubarLayer, .sticky-image, .nav-bar-row.sticky-header .white-image, .nav-bar-row.non-home-header .white-image{
	display: none;
}
.mobileMenu-tab.open .close-svg, .mobileMenu-tab .menu-svg, .nav-bar-row.sticky-header .sticky-image, .nav-bar-row.non-home-header .sticky-image{
	display: inline-block;
}
.nav-bar-row.sticky-header .mobileMenu-tab svg, .mobileMenu-tab svg.close-svg, .non-home-header .mobileMenu-tab svg{
	fill: #000;
}
.mobileMenu-tab.open{
	background: #FFF;
}
.menubarLayer{
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.50);
	z-index: 9;
}
.question-title{
	color: #5434B1;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}
.question-desc{
	color: #000;
	font-size: 22px;
	line-height: 34px;
}
.reward-print-support{
	padding: 50px 0px;
	background: #F8F7FC;
}
.support-points-box img{
	height: 50px;
	object-fit: contain;
}
.suport-point-title{
	font-size: 20px;
	line-height: 36px;
	color: #000;
	font-weight: 700;
	margin: 10px 0px 5px;
}
.suport-point-desc{
	color: #1F0E4F;
	font-size: 14px;
}
.image-box img{
	height: 300px;
	object-fit: cover;
	object-position: top;
}
.image-box .image-over-layer{
	opacity: 0;
	visibility: hidden;
	background: rgba(9, 85, 174, 0.81);
	-webkit-transition: all ease 200ms;
	transition: all ease 200ms;
	top: 0;
	left: 0;
	z-index: 5;
}
.image-box:hover .image-over-layer{
	opacity: 1;
	visibility: visible;
}
.image-over-layer .over-image-desc{
	font-size: 14px;
    line-height: 30px;
    color: #FFF;
    padding: 10px 5px;
    margin-top: auto;
    flex: 0 1 auto;
}
.team-social:hover{
	color: rgba(9, 85, 174, 1);
}
.page-title{
	font-weight: 700;
	font-size: 38px;
	line-height: 48px;
	color: #5434B1;
}
.page-effective, .information-desc, .right-navigation-list li a{
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}
.information-title{
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	color: #000000;
}
.right-navigation-list{
	border-left: 1px solid #C3C0C0;
	padding-right: 0px;
	position: sticky;
	top: 90px;
	vertical-align: top;
	z-index: 5;
}
.right-navigation-list li{
	padding-left: 25px !important;
	border-left: 6px solid transparent;
	margin-bottom: 10px;
}
.right-navigation-list li a{
	display: inline-block;
	cursor: pointer;
}
.right-navigation-list li.active{
	border-left: 6px solid #02BFFC;
}
.right-navigation-list li.active a{
	font-weight: 600;
}
.carrer-popup, .bakery-bg{
	top: 0px;
	left: 0px;
}
.carrer-title, .carrer-desc{
	font-weight: 700;
	font-size: 67px;
	line-height: 73px;
	color: #FFFFFF;
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.50));
}
.color_yellow{
	color: #FFE600;
}
.bakery-banner-btn{
	border: 1px solid #FFF;
	border-radius: 40px;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	line-height: 20px;
	padding: 0px 30px;
}
.bakery-banner-btn:hover{
	background: #FFF;
	color: #000;
}
.carrer-filter, .single-job-card{
	background: #F8F9FA;
	border-radius: 5px;
}
.carrer-filter{
	position: sticky;
	top: 90px;
	vertical-align: top;
	z-index: 9;
}
.carrer-desc{
	font-size: 20px;
	line-height: 30px;
}
.styled-checkbox{
	position: absolute;
	opacity: 0;
}
.styled-checkbox + label{
	position: relative;
	cursor: pointer;
	padding: 0;
}
.styled-checkbox + label:before{
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #8F8F8F;
}
.styled-checkbox:hover + label:before, .styled-checkbox:checked + label:before{
	background: #04BDFB;
	border: none;
}
.styled-checkbox:checked + label:after{
	content: "";
	position: absolute;
	left: 5px;
	top: 10px;
	background: #FFF;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fiter-title, .filter-option{
	font-size: 15px;
	line-height: 20px;
	color: #8F8F8F;
	font-weight: 500;
}
.filter-option, .job-count{
	font-size: 13px;
	color: #8F8F8F;
	margin-bottom: 0px;
}
.job-category, .job-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #8F8F8F;
}
.job-title{
	font-size: 22px;
	color: #040062;
	line-height: 32px;
}
.job-desc-points{
	padding-left: 30px;
}
.job-desc-points li{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	list-style: disc;
}
.job-location, .job-salary{
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
}
.job-salary{
	font-weight: 500;
}
.job-apply-btn{
	gap: 20px;
}
.knowbtn, .applybtn, .formSubmittBtn{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	min-width: 100px;
	height: 40px;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 15px;
	font-weight: 500;
}
.knowbtn{
	border: 1px solid #280B51;
	color: #280B51;
}
.applybtn, .formSubmittBtn{
	background: #04BDFB;
	color: #FFF;
	border: 1px solid #04BDFB;
}
.shareIcon{
	top: 80px;
	right: 40px;
	cursor: pointer;
	z-index: 9;
}
.shareIcon svg{
	height: 30px;
	width: 30px;
	cursor: pointer;
}
.form-control-file{
	opacity: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.file-title{
	font-size: 15px;
	font-weight: 600;
	color: #1F0E4F;
}
.job-form-popup{
	background: rgba(0, 0, 0, 0.74);
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
}
.job-form-middle{
	max-width: 800px;
}
.job-form-container{
	background: #FFF;
	border-radius: 5px;
}
.job-form-container .popup-close{
	top: 20px;
	right: 20px;
}
.file-name{
	color: #999;
	font-size: 13px;
	cursor: pointer;
}
.bakery-desc, .bakery-shop-quote{
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
.bakery-shop-quote{
	font-size: 22px;
	font-weight: 700;
	color: #FF2DDC;
}
.job-apply-title{
	font-size: 30px;
	font-weight: 700;
	color: #1F0E4F;
}
.bakery-special-point{
	background-image: url('../images/bakery-list-banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bakery-special-title, .brand-central-subtitle{
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 15px;
}
.special-point{
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	margin-bottom: 10px;
	padding: 0px;
}
.special-point img{
	height: 25px;
	width: 25px;
}
.brand-central-subtitle{
	color: #5434B1
}
.banner-post-form{
	background: rgba(255, 255, 255, 0.9);
	border: 3px solid #F72DDA;
	border-radius: 30px;
	padding: 30px 30px 20px;
}
.floating-label{
	margin-bottom: 20px;
	position: relative;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 35px;
}
.floating-label input{
	border: none;
	height: 40px;
	font-size: 14px;
	color: #000;
	z-index: 5;
	padding: 0px 19px;
	background: transparent;
	box-shadow: none;
	border-radius: 35px;
}
.floating-label .float_label{
	font-size: 13px;
	color: #8F8F8F;
	top: 10px;
	left: 20px;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
}
.floating-label input::-webkit-input-placeholder{
	color: transparent
}
.floating-label input:focus{
	outline: none;
	border: none;
	box-shadow: none;
	border: 1px solid #F72DDA;
}
.floating-label input:not([value=""]):not(:focus):invalid + .float_label, .floating-label input:not(:placeholder-shown) + .float_label, .floating-label input:focus+.float_label{
	-webkit-transform: scale(0.80);
	transform: scale(0.80);
	background: rgba(255, 255, 255, 1);
	padding: 0px 6px;
    top: -1px;
    left: 12px;
    line-height: 3px;
    border-radius: 5px;
    z-index: 6;
}
.enquiry-form-title{
	color: #FF2DDC;
	font-size: 25px;
	font-weight: 700;
}
.frechEnqryBtn{
	background: #FF2DDC;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 35px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	height: 45px;
	padding: 0px 50px;
	border: none;
}
.frenchise-model{
	background: #FFF4FF;
}
.frenchise-title{
	color: #5434B1;
	font-size: 30px;
}
.frenchise-subtitle{
	color: #5434B1;
	font-size: 15px;
}
.plan-box{
	background: #FFFFFF;
	border: 1px solid #F72DDA;
	border-radius: 40px;
	padding-bottom: 50px;
}
.plan-box.premium-plan-box{
	border: 3px solid transparent;
    background: radial-gradient(97.95% 97.95% at 50% 2.05%, #1914FF 0%, #FF4D14 50%, #B62DF7 100%);
	z-index: 9;
}
.plan-box-inner{
	padding-bottom: 50px;
    background: #FFF;
    border-radius: 38px
}
.plan-labels{
	background: #F9E2F9;
	height: 45px;
	color: #5434B1;
	font-size: 16px;
	font-weight: 600;
}
.plan-labels.even-labels{
	background: #FFF;
	height: 65px;
}
.brand-central-image{
	padding: 10px;
}
.plan-box .brand-central-image img{
	max-width: 100%;
	height: 60px;
	object-fit: contain;
}
.premium-plan-box .brand-central-image{
	margin: 20px 0px;
}
.contact-sales-btn{
	background: radial-gradient(79.03% 1620.45% at 10.67% 21.35%, #6E2DF7 0%, #F72DDA 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	height: 45px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	border-radius: 45px;
	border: none;
}
.contact-sales-btn:hover{
	color: #FFF;
}
.faq-inner-title{
	font-size: 30px;
	color: #5434B1;
	font-weight: 700;
}
.faq-ques-box{
	border-radius: 4px;
	background: #F9E2F9;
	cursor: pointer;
}
.faq-ques-row span{
	color: #212121;
	font-size: 16px;
	cursor: pointer;
}
.faq-ques-row svg{
	height: 16px;
	width: 16px;
	fill: transparent;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
    flex-shrink: 0;
}
.faq-ques-box.openAns .faq-answer-box{
	display: inline-block;
}
.faq-ques-box.openAns svg{
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
.faq-answer-box{
	color: #313131;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 20px;
	display: none;
}
.pos-title, .pos-desc{
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	color: #FFFFFF;
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.50));
}
.pos-desc{
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}
.empower-section{
	background: #FCF6F6;
}
.point-icon{
	gap: 5px;
}
.point-icon svg{
	width: 5px;
}
.empower-point .point-text{
	color: #000;
	font-size: 18px;
	line-height: 28px;
	padding-left: 20px;
}
.empower-title{
	font-size: 35px;
	color: #5434B1;
	line-height: 45px;
	font-weight: 700;
}
.empower-desc{
	font-size: 17px;
	color: #000;
	line-height: 27px;
}
.start-selling-section{
	background-image: url('../images/promo-banner.jpg');
	background-position: center;
	background-size: cover;
}
.selling-play-image{
	height: 120px;
	width: 120px;
	object-fit: contain;
}
.selling-promo-title, .selling-promo-desc{
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
}
.selling-promo-desc{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.starting-selling-btn{
	height: 45px;
	border-radius: 4px;
	padding: 0px 25px;
	font-size: 16px;
	line-height: 1;
	color: #000;
	background: #FFF;
}
.starting-selling-btn:hover{
	color: #000;
}
.rewards-point-image img{
	height: 160px;
	width: 160px;
	object-fit: contain;
}
.reward-point-title, .reward-point-desc{
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: #000;
}
.reward-point-desc{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.testimonial-slide{
	background: #F8F2FF;
	border-radius: 10px;
	z-index: 2;
}
.testimonial-slide:after{
	content: '';
	position: absolute;
	display: inline-block;
	left: 40px;
    top: -40px;
    height: 100px;
    width: 100px;
	background-image: url('../images/testimonial-arrow.png');
	background-size: 100px;
	background-repeat: no-repeat;
}
.testimonial-container .owl-item{
	padding: 45px 10px 0px;
}
.slider-arrow.pull-left{
	left: -20px;
}
.slider-arrow.pull-right{
	right: -20px;
}
.slider-arrow{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slider-arrow svg{
	height: 20px;
    width: 12px;
}
.pos-brand-word-flip{
    overflow: hidden;
    height: 60px;
}
.pos-brand-word-flip .pos-brand-word{
	opacity: 0;
    font-size: inherit;
    font-weight: 700;
    color: #FFF;
}
.pos-brand-word-flip .pos-brand-word-visible{
    opacity: 1;
}
.typingAnimation{
	display: inline-block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	white-space: nowrap;
	overflow: hidden;
	border-right: 3px solid;
	animation: typing 2s steps(22), blink .5s step-end infinite alternate;
	-webkit-animation: typing 2s steps(22), blink .5s step-end infinite alternate;
}
@-webkit-keyframes typing{
	from {
		width: 0
	}
	to{
		width: 100%;
	}
}
@-webkit-keyframes blink{
	50% {
		border-color: transparent
	}
}
.testimonial-slide .sponser-image img{
	width: auto;
}
.start-selling-box{
	gap: 30px;
}
.blog-nav{
	font-size: 16px;
	color: #000;
}
.blog-nav.active-blog{
	font-weight: 700;
	padding-bottom: 2px;
	border-bottom: 2px solid #14C7FF;
}
.article-search{
	height: 40px;
	border-radius: 40px;
}
.article-search svg{
	height: 15px;
	top: 12px;
	left: 13px;
	fill: #000;
	z-index: 3;
}
.article-search input{
	height: 40px;
	padding: 0px 10px 0px 40px;
	font-size: 15px;
	color: #000;
	border-radius: 40px;
	font-weight: 600;
	border: 1px solid #000000;
	box-shadow: none;
	outline: none;
}
.article-search input::-webkit-placeholder{
	color: #666;
}
.article-search input:focus{
	outline: none;
	border: 1px solid #14C7FF;
}
.article-title{
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	color: #000;
}
.article-image{
	margin-bottom: 20px;
	display: inline-block;
}
.article-image img{
	max-width: 100%;
}
.blog-article-title, .blog-author{
	font-size: 15px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0px;
}
.blog-author{
	font-size: 13px;
	font-weight: 400;
}
.blog-sidebar{
	vertical-align: top;
	top: 90px;
}
.reward-ad-card{
	background-image: url('../images/blog-reward.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
.reward-ad-card .ad-image{
	height: 100px;
	object-fit: contain;
}
.selling-promo-title, .selling-promo-desc{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
}
.selling-promo-desc{
	font-weight: 400;
	font-size: 13px;
	line-height: 25px;
}
.most-article-title, .top-article-category, .top-article-desc{
	font-weight: 700;
	font-size: 15px;
	color: #000;
}
.top-article-category{
	font-size: 13px;
	color: #5434B1;
}
.top-article-desc{
	font-size: 13px;
	color: #000;
	font-weight: 500;
}
.blog-share-box{
	gap: 5px;
}
.featured-article-slider .slider-arrow{
	margin-top: -40px;
}
.blog-banner-box{
	z-index: 5;
}
.blog-banner:after{
	content: '';
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 2;
    width: 100%;
	background: rgba(0,0,0,0.40);
	position: absolute;
	display: inline-block;
    backdrop-filter: blur(4px);
}
.solution-banner-box .pos-title, .solution-banner-box .pos-desc{
	color: #1F0E4F;
	filter: unset;
}
.solution-banner-box .solution_navy{
	color: #5434B1;
}
.solution-banner-box .contact-sale-btn{
	border: 2px solid #4F60FF;
	color: #000;
}
.platform-bg{
	margin-top: -270px;
	z-index: -1;
}
.feature-sell-section{
	background: #EEEEFF;
}
.feature-sell-title{
	font-weight: 700;
	font-size: 35px;
	line-height: 43px;
	color: #1F0E4F;
}
.feature-card{
	background: #FFF;
	border-radius: 5px;
	gap: 10px;
	height: 100%;
}
.feature-card-icon{
	gap: 5px;
}
.feature-card-icon img, .feature-card-icon svg{
	height: 50px;
	width: 50px;
	fill: #000;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
	object-fit: contain;
}
.feature-card:hover .feature-card-icon svg{
	fill: #4F60FF;
}
.feature-card-title{
	font-size: 24px;
	color: #000;
	font-weight: 700;
	line-height: 34px;
}
.feature-card-desc{
	font-size: 16px;
	color: #000;
	line-height: 24px;
}
.market-container .point-text{
	font-weight: 700;
}
.market-container .point-text-desc{
	font-weight: 500;
}
@media only screen and (max-width:850px){
	.mobileMenu-tab, .mobile-content{
		display: inline-flex;
	}
	.site-menu-list{
		position: fixed !important;
		display: inline-block;
		right: 0px;
		width: 80%;
		z-index: 10;
		max-width: 350px;
		padding: 40px 20px 15px 20px;
		top: 0px;
		bottom: 0px;
		overflow-y: auto;
    	background: #FFF;
		-webkit-transform: translateX(120%);
		transform: translateX(120%);
		-webkit-transition: all ease 200ms;
		transition: all ease 200ms;
	}
	.site-menu-list.menu-open{
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	.site-menu-list .site-menu, .site-menu-list .request-demo-btn, .nav-bar-row.sticky-header .site-menu-list .site-menu, .nav-bar-row.sticky-header .site-menu-list .request-demo-btn{
		width: 100%;
		padding: 8px 10px;
		border-top: 1px solid #EDF0FF;
		display: inline-block !important;
		margin-bottom: 5px;
		font-weight: 400;
		font-size: 17px;
    	height: auto;
		color: #525A76;
		text-align: left;
		letter-spacing: 0.04em;
		position: relative;
	}
	.site-menu-list .site-menu:first-child, .nav-bar-row.sticky-header .site-menu-list .site-menu:first-child{
		border-top: none;
	}
	.site-menu-list .request-demo-btn, .nav-bar-row.sticky-header .site-menu-list .request-demo-btn{
		width: auto;
    	height: 45px;
		padding: 8px 30px;
		border: 1px solid #525A76;
		display: inline-flex !important;
		margin-top: 15px;
	}
	.sub-site-menu{
		color: #525A76;
	}
	.banner-content-box, .site-banner-container{
		height: auto;
	}
	.site-banner-container .site-banner-wrapper{
		position: relative !important;
		padding: 100px 0px !important;
	}
	.solution-wrapper .col-md-4, .banner-content-box{
		margin-bottom: 40px;
	}
	.solution-wrapper .col-md-4, .solution-wrapper .col-md-8{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.solution-icon-box, .solution-wrapper-title, .solution-wrapper-desc, .learn-more-box{
		text-align: center;
	}
	.mobile-site-menu{
		height: 40px;
		border: 1px solid #FFF;
		display: inline-flex;
		padding: 0px 20px;
		font-size: 14px;
		text-transform: uppercase;
		color: #FFF;
		margin-right: 10px;
		border-radius: 2px;
		-webkit-transition: all ease 400ms;
		transition: all ease 400ms;
	}
	.non-home-header .mobile-site-menu{
		border: 1px solid #000;
		color: #000;
	}
	.sponser-banner-container{
		padding-top: 20px;
	}
	.nav-bar-row.sticky-header .mobile-site-menu{
		color: #000;
		border: 1px solid #000;
	}
	.sponser-wrapper .sponser-image{
		width: 33%;
		margin-bottom: 20px;
	}
	.sponser-image img{
		height: 45px
	}
	.sponser-image.sponser5 img, .sponser-image.sponser4 img{
		height: 35px;
	}
	.solution-container:before, .mega_menu_box:after{
		display: none;
	}
	.solution-container, .question-title, .question-desc{
		padding: 0px;
		overflow: hidden;
	}
	.brand-central-desc-box:after{
		position: absolute;
		content: '';
		z-index: -1;
		right: -80px;
		width: 50%;
		top: 0;
		height: 100%;
		background: #F8F6FF;
		display: inline-block;
	}
	.solution-container.solution-reverse .brand-central-desc-box:after{
		right: unset;
		left: -80px;;
	}
	.mega_menu_box{
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		position: relative !important;
		display: inline-block !important;
		opacity: 1;
		visibility: visible;
		padding: 0px 0px 10px 25px;
		top: 0px;
		box-shadow: none;
	}
	.nav-bar-row.sticky-header .mega_menu_box{
		background: #FFF;
	}
	.nav-bar-row.sticky-header .sub-site-menu{
		color: #1F0E4F;
	}
	.nav-bar-row.sticky-header .sub-site-desc-name{
		color: #999;
	}
	.sub-menu-list{
		width: 100%;
		margin-bottom: 20px;
	}
	.site-menu-list .site-menu.login-button, .nav-bar-row.sticky-header .site-menu-list .site-menu.login-button{
		display: none !important;
	}
}
@media only screen and (max-width:568px){
	.site-banner-title, .info-wrapper-title, .solution-wrapper-title, .brand-central-title, .feedback-title, .question-title{
		font-size: 32px;
		line-height: 40px;
		padding: 0px;
	}
	.site-banner-title{
		font-size: 28px;
	}
	.brand-central-points, .site-banner-butns{
		gap: 0;
	}
	.site-banner-butns{
		justify-content: space-between;
	}
	.support-points-row{
		justify-content: center !important;
	}
	.support-points-box{
		margin-bottom: 20px;
	}
	.header-logo img{
		height: 35px;
	}
	.header-logo img.bakery{
		height: 45px;
	}
	.brand-central-reward{
		font-size: 24px;
		line-height: 30px;
		padding: 0px;
		margin-bottom: 20px !important;
	}
	.site-banner-desc br, .info-wrapper-desc br, .help-contact-image, .bakery-btn, .frenchise-subtitle br, .bakery-special-title br, .right-navigation-list, .pos-desc br, .empower-desc br, .feature-sell-title br{
		display: none !important;
	}
	.site-banner-desc, .solution-wrapper-desc, .waitng-business, .central-reward-checkbox label, .feedback-desc, .brand-central-reward-desc, .question-desc{
		font-size: 16px;
		line-height: 24px;
		padding: 0px;
	}
	.sponser-wrapper .sponser-image{
		width: 49%;
	}
	.central-reward-checkbox label{
		padding-left: 35px;
	}
	.info-wrapper-desc, .brand-central-desc{
		font-size: 18px;
		line-height: 30px;
	}
	.site-banner-butns, .banner-content-box, .nav-bar-row .container, .nav-bar-container, .brand-central-box, .brand-central-reward-desc, .give-feedback-container, .get-in-touch-form, .get-in-touch-form .form-group, .brand-individual-point, .sendBtnBox, .give-feedback-container, .get-in-touch-form, .footer-container-box, .essential-link, .footer-container .container, .banner-post-form-box, .carrer-job-opening{
		padding: 0px;
	}
	.bakery-desc, .bakery-shop-quote, .bakery-special-point, .bakery-special-title, .special-point-box, .faq-inner-box, .faq-inner-title, .faq-container, .faq-ques-box, .single-job-box, .locatn-job-btn, .job-category, .job-title, .banner-carrer-box, .bakery-desc-para, .frenchise-container, .information-section, .information-section>.col-md-8, .information-section>.col-md-4, .rewards-section, .testimonial-section, .testimonial-container, .start-selling-box, .empower-section, .blog-category-nav, .blog-content-article, .blog-category-nav .container, .feature-sell-section, .feature-sell-container, .market-section, .market-container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.footer-container{
		padding: 50px 0px;
	}
	.blog-sidebar, .blog-title-box-share, .blog-detail-content{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.information-desc a{
		word-break: break-word;
	}
	.brand-individual-point{
		max-width: 50%;
		margin-bottom: 30px;
	}
	.brand-individual-point img{
		height: 20px;
		width: 20px;
	}
	.brand-individual-point .brand-point-title{
		font-size: 12px;
		line-height: 20px;
	}
	.brand-central-container{
		padding: 90px 10px !important;
	}
	.sign-up-btn, .contact-sale-btn{
		width: calc(50% - 8px);
		padding: 0px 10px;
	}
	.letter-input{
		flex-wrap: wrap;
	}
	.letter-input .subscibeBtn, .letter-input input, .get-in-touch-form .sendBtn, .startup-founder .founder-text, .knowbtn, .applybtn{
		width: 100%;
	}
	.startup-founder .founder-text{
		text-align: center;
	}
	.startup-founder{
		padding: 15px !important;
		gap: 10px;
	}
	.letter-box-image{
		text-align: center;
		padding: 0px;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin-bottom: 20px;
	}
	.letter-box-image img{
		margin: 0px;
	}
	.letter-input input{
		border-radius: 0px;
		margin-bottom: 20px;
	}
	.letter-input .subscibeBtn, .get-in-touch-form .sendBtn{
		justify-content: center;
		border-radius: 0px;
	}
	.get-in-touch-form .sendBtn{
		border-radius: 4px;
	}
	.site-description, .essential-link{
		margin-bottom: 30px;
	}
	.copyright-row{
		margin-top: 0px;
		text-align: center !important;
	}
	.carrer-title{
		font-size: 38px;
		line-height: 48px;
	}
	.carrer-desc{
		font-size: 18px;
		line-height: 25px;
		font-weight: 700;
	}
	.banner-post-form, .special-point-box{
		margin-top: 40px;
	}
	.bakery-bg{
		object-fit: cover;
		object-position: center;
	}
	.frenchise-plan-container{
		justify-content: flex-start !important;
		overflow-x: auto;
	}
	.frenchise-plan-container::-webkit-scrollbar{
		display: none;
	}
	.frenchise-plan-container .plan-box{
		width: 70%;
	}
	.job-desc-points{
		padding-left: 20px;
		margin-bottom: 30px !important;
		margin-top: 10px;
	}
	.shareIcon{
		top: 10px;
		right: 10px;
	}
	.shareIcon svg{
		height: 20px;
		width: 20px;
	}
	.plan-labels{
		padding-left: 2rem !important;
	}
	.plan-box{
		border-radius: 22px;
	}
	.plan-box-inner{
		padding-bottom: 30px;
		border-radius: 20px;
	}
	.plan-box .brand-central-image img{
		height: 40px;
	}
	.carrer-filter{
		position: static;
		margin-bottom: 50px;
	}
	.job-apply-btn{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.brand-central-points, .frenchise-model .container{
		padding-left: 10px;
		padding-right: 0px;
	}
	.information-section{
		padding-top: 0px !important;
	}
	.banner-carrer-box .pos-title{
		font-size: 35px;
		line-height: 45px;
	}
	.empower-title, .article-title, .feature-sell-title{
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.banner-carrer-box .sign-up-btn, .banner-carrer-box .contact-sale-btn{
		width: calc(50% - 8px);
	}
	.free-trail-btn{
		font-size: 13px;
	}
	.banner-post-form-box{
		margin-top: 30px;
	}
	.start-selling-container, .start-selling-box{
		justify-content: center;
		gap: 30px;
	}
	.selling-promo-title, .selling-promo-desc{
		text-align: center;
	}
	.slider-arrow.pull-left{
		left: -5px;
	}
	.slider-arrow.pull-right{
		right: -5px;
	}
	.featured-article-slider .slider-arrow.pull-right{
		right: 5px;
		filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.70));
	}
	.featured-article-slider .slider-arrow.pull-left{
		left: 5px;
		filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.70));
	}
	.blog-category-nav:after, .blog-category-nav:before{
		content: '';
		position: absolute;
		top: 0px;
		bottom: 0px;
		display: inline-block;
		z-index: 5;
		width: 30px;
	}
	.blog-category-nav:before{
		left: 0px;
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	}
	.blog-category-nav:after{
		right: 0px;
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	}
	.blog-nav-list::-webkit-scrollbar{
		display: none;
	}
	.blog-nav-list{
		white-space: nowrap;
		flex-wrap: nowrap !important;
		align-items: flex-start !important;
		gap: 20px;
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 0px 30px;
	}
	.blog-title-box{
		margin-bottom: 10px;
	}
	.solution-banner-box .solution_navy{
		display: inline-block;
	}
	.platform-bg{
		margin-top: -90px;
	}
	.footer-container-box .essential-link{
		width: 50%;
		float: left;
	}
}