/*
Theme Name: Workstem
Theme URI: https://www.becomingjenny.net
Version: 1.0
Author: Brain@JennyStudio
Author URI: https://blog.brain1981.com
Description: This theme is an unique customized theme. JennyStudio - build your own WordPress theme.
License: 
License URI: https://www.becomingjenny.net
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: workstem
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
/*@import url(fonts/fonts-NotoSans-TC.css);*/
/*@import url(fonts/fonts-NotoSans-SC.css);*/

/*@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Orbitron:wght@400;500;600;700;800;900&display=swap');*/

*::-moz-selection {
	background-color: #4D525A;
	color: #FFF;
}
*::selection {
	background-color: #4D525A;
	color: #FFF;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*font-style: normal;*/
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: 300;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	/*outline: thin dotted;*/
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ededed;
	background-color: rgba(0,0,0,0.1);
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title {
	font-size: 16px;
	font-size: 1.225714286rem;
	line-height: 2.181818182;
	font-weight: normal;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
textarea:focus,
select:focus {
	outline: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	border: 1px solid #ddd;
	background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 6px;
	font-family: inherit;
	padding: 4px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
select{
	background:url(images/arraw-select.png) no-repeat ;
	background-position: calc(100% - 5px) center;
	background-size: 14px auto;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
/*input[type="checkbox"],
input[type="radio"],*/
textarea,
select{
	-webkit-appearance: none;
}


/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 4px 26px;
	font-size: 16px;
    font-size: 1.14285714rem;
	line-height: 1.628571429;
	font-weight: normal;
	color: #fff;
	background-color: #FF405F;
	border:none;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	-webkit-transition:color 0.2s, background 0.2s;
	transition:color 0.2s, background 0.2s;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background-color: #df314d;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #df314d;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

.button,
.button1,
.button2,
.button3,
.button4,
.button5,
.button6{
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	padding: 12px 20px;
	width: 156px;
	text-align: center;
	font-size: 16px;
	font-size: 1.14285714rem;
	text-decoration: none;
	border-radius: 8px;
	line-height: 1.1;
	font-weight: 400;
	background-color: #0B4BFF;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-text-shadow: none;
	text-shadow: none;
	word-break: keep-all;
}
.button:hover{
	text-decoration: none;
}
.button1{
	border:1px solid #FF405F;
	color:#fff;
	background:#FF405F;
}
.button1:hover{
	color:#fff;
	background:#df314d;
	border:1px solid #df314d;
}
.button2 {
	border:1px solid #FF405F;
	color:#fff;
	background:#FF405F;
}
.button2:hover {
	color:#fff;
	background:#000;
	border:1px solid #000;
}
.button3 {
	border:1px solid #000;
	color:#000;
	background:transparent;
}
.button3:hover {
	border: 1px solid #002FB4;
	color: #002FB4;
}
.button4 {
	border:1px solid #F5F2EF;
	color: #000;
	background: #F5F2EF;;
}
.button4:hover {
	background-color: #0B4BFF;
	border: 1px solid #0B4BFF;
	color: #fff;
}
.button5 {
	border:1px solid #fff;
	color: #0B4BFF;
	background: #fff;;
}
.button5:hover {
	background-color: #F5F2EF;
	border: 1px solid #F5F2EF;
}
.button6{
	border:1px solid #231F20;
	color:#fff;
	background:#231F20;
}
.button6:hover{
	color:#fff;
	background:#000;
	border:1px solid #000;
}
.button7{
	/*used on dark background*/
	border:1px solid #fff;
	color:#fff!important;
	background:transparent;
}
.button7:hover{
	color:#000!important;
	background:#fff;
	border:1px solid #fff;
}
.button-large{
	padding: 14px 30px;
	font-size: 19px;
}
.button-small{
	padding: 6px 18px;
	width:auto;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img,
.entry-image {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}


/*text color*/
.txt-red{color:#ff534e!important}
.txt-blue{color:#0B4BFF!important}
.txt-green{color:green!important}
.txt-orinage{color:#ffa836!important}
.txt-white{color:#fff!important}
.txt-black{color:#000!important}

/*grids*/
.col-raw{
	margin:0 -28px 0 -28px;
	overflow: hidden;
}
.col-raw.col-narrow{
	margin-left: -5px;
	margin-right: -5px;
}
.col-raw.col-medium{
	margin-left: -16px;
	margin-right: -16px;
}
.col-raw.col-wide{
	margin-left: -28px;
	margin-right: -28px;
}
.col-raw.col-sticky{
	margin-left: 0;
	margin-right: 0;
}
.col-n{
	box-sizing: border-box;
	padding-left: 28px;
	padding-right: 28px;
}
.col-narrow .col-n{
	padding-left: 5px;
	padding-right: 5px;
}
.col-medium .col-n{
	padding-left: 16px;
	padding-right: 16px;
}
.col-wide .col-n{
	padding-left: 28px;
	padding-right: 28px;
}
.col-sticky .col-n{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		float: left;
	}
	.col-1-mb{
		width:8.33%;
	}
	.col-2-mb{
		width:16.66%;
	}
	.col-3-mb{
		width:25%;
	}
	.col-4-mb{
		width:33.33%;
	}
	.col-5-mb{
		width:41.66%;
	}
	.col-6-mb{
		width:50%;
	}
	.col-7-mb{
		width:58.33%;
	}
	.col-8-mb{
		width:66.66%;
	}
	.col-9-mb{
		width:75%;
	}
	.col-10-mb{
		width:83.33%;
	}
	.col-11-mb{
		width:91.66%;
	}
	.col-12-mb{
		width:100%;
	}
	.hide-mb{
		display: none!important;
	}
	.col-raw{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-raw.col-medium{
		margin-left: -12px;
		margin-right: -12px;
	}
	.col-medium .col-n{
		padding-left: 12px;
		padding-right: 12px;
	}
	.col-raw.col-wide{
		margin-left: -24px;
		margin-right: -24px;
	}
	.col-wide .col-n{
		padding-left: 24px;
		padding-right: 24px;
	}
	.col-flex-mb{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-mb-reverse{
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 768px) and (max-width:1280px){/*tablet*/
	.col-n-tb{
		float: left;
	}
	.col-1-tb{
		width:8.33%;
	}
	.col-2-tb{
		width:16.66%;
	}
	.col-3-tb{
		width:25%;
	}
	.col-4-tb{
		width:33.33%;
	}
	.col-5-tb{
		width:41.66%;
	}
	.col-6-tb{
		width:50%;
	}
	.col-7-tb{
		width:58.33%;
	}
	.col-8-tb{
		width:66.66%;
	}
	.col-9-tb{
		width:75%;
	}
	.col-10-tb{
		width:83.33%;
	}
	.col-11-tb{
		width:91.66%;
	}
	.col-12-tb{
		width:100%;
	}
}
@media screen and (min-width: 1280px){
	.col-n{
		float: left;
	}
	.col-1{
		width:8.33%;
	}
	.col-2{
		width:16.66%;
	}
	.col-3{
		width:25%;
	}
	.col-4{
		width:33.33%;
	}
	.col-5{
		width:41.66%;
	}
	.col-6{
		width:50%;
	}
	.col-7{
		width:58.33%;
	}
	.col-8{
		width:66.66%;
	}
	.col-9{
		width:75%;
	}
	.col-10{
		width:83.33%;
	}
	.col-11{
		width:91.66%;
	}
	.col-12{
		width:100%;
	}
}
@media screen and (min-width: 768px){/*all except mobile*/
	.hide-pc{
		display: none!important;
	}
	.col-1-5{
		width: 20%;
	}
	.col-2-5{
		width: 40%;
	}
	.col-3-5{
		width: 60%;
	}
	.col-4-5{
		width: 80%;
	}
	.col-flex{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
	.col-inlineblock{
		font-size: 0;
		text-align: left;
	}
	.col-inlineblock .col-n{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}
/*responsive table*/
.table-responsive{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-responsive::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.table-responsive table{
	/*min-width: 400px;*/
}
.txt-left{
	text-align: left!important;
}
.txt-right{
	text-align: right!important;
}
.txt-center{
	text-align: center!important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous,
.nav-next {
	line-height: 1.5;
	width: 47%;
}
.nav-previous a,
.nav-next a{
	text-decoration: none;
	display: block;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-previous { border-left: 6px solid #000; }
.nav-next { border-right: 6px solid #000; }
.nav-previous a{ border-left: none; }
.nav-next a{ border-right: none; }
.nav-previous a:hover,
.nav-next a:hover{
	background-color: #eee;
	text-decoration: none;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav{ display: none;}

.nav-single,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'La Fontaine', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
	/*font-family: 'Roboto', "Microsoft JhengHei", '微软雅黑',  Helvetica, Arial, sans-serif;*/
	font-display: swap;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	color: #231F20;
	background-color:#f5f2ef;
	overflow: hidden;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
hgroup {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	max-width: 85.71428571rem;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.site {
	box-sizing: border-box;
	padding: 0 14px;
	padding: 0 1rem;
}
.site-content {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}
.widget-area {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
	width:100%;
	background-color:#002FB4;
	padding-top: 1px;
}
.site-header h1,
.site-header h2 {
	text-align: center;
	display: none;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 2px;
	margin-bottom: 0.15rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}



/* Navigation Menu */
.main-navigation {
	text-align: center;
	/*overflow: hidden;*/
	clear:both;
	/*background-color:#333;*/
}
.main-navigation li {
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 2.6;
}
.main-navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.main-navigation a:hover,
.main-navigation a:focus {
	/*background: #fafafa;*/
	color:#002FB4;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	width:100%;
	font-size: 0;
}
.main-navigation ul.nav-menu.toggled-on {
	display: inline-block;
}
.menu-header-menu-container { 
	line-height: 0;
}
.main-navigation ul.nav-menu {
	height:0;
	overflow:hidden; 
	display: inline-block;
	-webkit-transition: height 0.5s; 
	-moz-transition: height 0.5s; 
	transition: height 0.5s;
}
.main-navigation ul.nav-menu li {
	border-top:1px solid rgba(255,255,255,0.2);
}
.main-navigation ul.nav-menu.toggled-on {
	/*height:336px;*/
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	/*background: transparent;*/
	color:#0B4BFF;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.714571429rem;
	padding-bottom: 24px;
	padding-bottom: 1.714571429rem;
	border-bottom:1px solid #EDEDED;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.646153846;
}
.widget-area .widget li { margin-bottom:10px;}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	text-decoration:none;
}
.widget-area .widget a:hover {
	color: #21759b;
	text-decoration:underline;
}
.widget-area .widget a:visited {
	color: #5789a0;
}
.widget-area #s {
	width: 45%;
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px); /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background-color: #181617;
	color: #fff;
}
footer[role="contentinfo"] .entry-content{
	font-size: 14px;
	font-size: 1rem;
}
footer[role="contentinfo"] a {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	color: #0B4BFF;
}
footer[role="contentinfo"] h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
footer[role="contentinfo"] .col-n:not(.footer-bottom){
	padding-bottom: 14px;
	padding-bottom: 1rem;
}
.footer-left img{
	max-width: 100%;
	width: 145px;
	height: auto;
}
.footer-left p{
	font-size: 16px;
	margin-top: 14px;
	margin-bottom: 14px;
}
.footer-center i{
	text-align: center;
	font-size:14px;
	width:16px;
	display: inline-block;
	margin-right: 5px;
}
footer .site {
	margin:0 auto;
	padding-top: 50px;
	padding-bottom: 35px;
}
.footer-menu{
	margin-bottom: 20px;
}
.footer-menu li{
	padding-bottom: 7px;
}
.link-store{
	width: 100px;
	height: auto;
	font-size: 0;
	display: inline-block;
	margin: 10px 10px 0 0;
}
.link-store:hover{
	text-decoration: none;
}
.link-store img{
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.link-social{
	margin: 10px 5px 0 0;
	display: inline-block;
	background: #fff;
	color: #181617;
	border-radius: 4px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	text-align: center;
}
.link-social i{
	color: #181617;
}
.link-social:hover{
	text-decoration: none;
}
#footer-contact-mb{
	margin-bottom: 20px;
}
.footer-bottom{
	clear:both;
}
@media screen and (min-width: 1024px){
	.footer-left p{
		font-size: 20px;
		margin-top: 28px;
    	margin-bottom: 28px;
	}
	.footer-menu{
		min-height: 140px;
	}
	footer[role="contentinfo"] .footer-left{
		width: 20%;
	}
	footer[role="contentinfo"] .footer-menu-out{
		width: 16%;
	}
	.link-store{
		width: 140px;
		display: block;
	}
	.footer-bottom{
		text-align: center;
	}
}
@media screen and (min-width: 1280px){
	footer[role="contentinfo"] .footer-left{
		width: 25%;
	}
	footer[role="contentinfo"] .footer-menu-out{
		width: 15%;
	}
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title{
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 2px;
	color:#333;
	border-bottom: 1px solid rgba(0,0,0,0.1);;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 600;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.comments-link {
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 42px;
	margin-bottom: 3rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	font-weight: 400;
}
.entry-content h1,
.comment-content h1 {
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
.site-blocks .entry-content h2{
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: left;
}
.entry-content h3,
.comment-content h3 {
	font-size: 19px;
	line-height: 1.5;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.6;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.6;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.7;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content a,
.comment-content a {
	/*color: #FF8288;*/
	color: #000;
	/*font-size: 16px;
	font-size: 1.14258571rem;*/
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	line-height: 1.8;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-display: swap;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.8;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-display: swap;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 8px 16px;
	padding: 0.5714285713rem 1.142885714rem;
}
.entry-content pre:hover,
.comment-content pre:hover { 
	background-color:#fafafa;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 7px 28px 28px 0;
	margin: 0.5rem 2rem 2rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table thead td,
.comment-content table thead td{
	font-weight: bolder;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 6px 10px 6px 10px;
}
.site-content article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 45px;
	margin-bottom: 3.042857143rem;
	padding-bottom: 45px;
	padding-bottom: 3.042857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
article.error404 { border-bottom: none}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 0;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 28px;
	margin-bottom: 2rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 10px 0;
	background: #fff;
    box-sizing: border-box;
    padding: 21px;
}
.comments-area article header {
	margin: 0 0 14px;
	margin: 0 0 1rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	/*margin-left: 85px;
	margin-left: 6.071428571rem;*/
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0 5px;
	line-height: 1.4;
	font-size: 10px;
	font-size: 0.714285714rem;
	border: 1px solid #000;
	color: #000;
	background: transparent;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
#searchsubmit { padding:4px 8px;}
.search-header{
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}
h1.search-title{
	margin-bottom: 0;
	color: #000;
}
.site-logo {
	width:183px;/* height:25px;*/
	max-width:98%;
	display:block; float:none; margin:1.5rem auto 0 auto; overflow: hidden;
}
.site-logo img {width:100%; height:auto}
.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block; 
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#333; color: #fff!important }


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 3rem auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border:none;
	min-width: 30px;
	height: 30px;
	padding: 0 12px!important;
	display: inline-block;
	line-height: 30px;
	border-radius: 4px;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 2px;
}
.wp-pagenavi span.pages{
	width:auto;
	margin-right:10px;
}
.wp-pagenavi a{
	text-decoration: none;
	color:#4f4f4f;
	padding: 6px 12px;
	background-image:none;
	background-color:#f5f4f2;
	border:none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size:15px;
	font-size:1.07142857rem;
	display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color:#000;
	background-image:none;
	background-color:#E4DBD2;
	text-decoration: none;
	font-weight: normal;
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
.gform_required_legend{
	display: none;
}
.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
body .gform_wrapper .gform_validation_errors{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	border-radius: 0;
	box-shadow: none;
	border-width: 0;
	background-color: #F1DFDF;
}
body .gform_wrapper .gform_validation_errors>h2 .gform-icon {
	left: 4px;
}
body .gform_wrapper .gform_validation_errors>h2,
body .gform_wrapper .gfield_error .gfield_repeater_cell label,
body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message{
	color: #E34301;
	border-width: 0;
	background-color: #F1DFDF;
}
body .gform_wrapper .gfield_error [aria-invalid=true] {
	border: 1px solid #03589e;
}
body .gform_wrapper.gravity-theme .gfield_description{
	padding: 6px;
	font-size: 13.2px;
}
.gform_wrapper.gravity-theme .ginput_complex label{
	padding-bottom: 0;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label {
	font-weight: normal!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #ffe6b1!important;
	border-top: 1px solid #b78123!important;
	border-bottom: 1px solid #b78123!important;
}
.gform_wrapper div.validation_error {
	color: #b78123!important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	font-size: 16px!important;
}
.gform_wrapper .left_label .gfield_label {
	width: 30%!important;
	margin: 0!important;
}
.gform_wrapper form .gform_body .left_label li.gfield_html_formatted,
.gform_wrapper form .gform_body .right_label li.gfield_html_formatted{
	margin-left: 0%!important;
	width: 100%;
}
.gform_wrapper .ginput_complex label {
	padding: .625em 0 1em;
}
.gform_confirmation_message{
	line-height: 1.6;
	font-size: 16px;
	color: #002FB4;
	min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.gform_confirmation_message .icon-check-blue{
	display: block;
	margin:14px auto;
	width: 50px;
	height: 50px;
}
.gform_confirmation_message .button{
	margin: 0 auto;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 6px 6px;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
body .gfield .iti.iti--allow-dropdown input{
	border-color: #ddd;
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
}
/*swiper*/
.swiper-container{
	position: relative;
}
.swiper-container-3d{
	margin-bottom: 30px;
}
:root{
	--swiper-navigation-size: 16px;
	--swiper-navigation-color: #fff;
	--swiper-pagination-color:#0B4BFF;
	font-weight: 600;
}
.swiper-button-next,
.swiper-button-prev{
	width: 30px;
	height: 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	font-size: 18px;
	background: #0B4BFF;;
	border-radius: 50%;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-prev{
	left: 0;
}

/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (min-width: 600px) {

}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	hgroup{
		overflow: visible;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1200px;
		/*max-width: 71.4285rem;
		overflow: hidden;*/
	}
	.site-narrow{
		max-width: 966px;
	}
	.site-max{
		max-width: 1600px;
	}
	.site-logo{

	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 76%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	div.full-width,
	section.full-width {
		width: 100%;
	}
	.widget-area {
		float: right;
		/*width: 26.041666667%;*/
		width: 20%;
	}
	.site-header {
		/*min-height: 91px;*/
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		float:left;
		width: 80%;
		width:-webkit-calc(100% - 95px);
		width:calc(100% - 95px);
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.546153846;
		margin-bottom: 0;
	}
	.main-navigation {
		
	}
	.main-navigation ul.nav-menu{
		overflow: visible;
	}
	.main-navigation ul.nav-menu.toggled-on {
		margin-top: 0;
		margin-bottom: 0
	}
	.main-navigation ul.nav-menu li {
		border-top:none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		height:auto!important;
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li {
		padding:0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 16px;
		font-size: 1.1428571rem;
	}
	.main-navigation li a {
		padding:0 21px;
		padding:0 1.5rem;
		display: block;
		color: #000;
		line-height: 3;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		-webkit-transition:0.2s all;
		transition:0.2s all;
	}

	.main-navigation .current-menu-item a:hover,
	.main-navigation .current-menu-ancestor a:hover,
	.main-navigation .current_page_item a:hover,
	.main-navigation .current_page_ancestor a:hover,
	.main-navigation a:hover,
	.main-navigation a:focus{
		color: #0B4BFF;
		/*background-color: #fff;*/
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a  {
		color: #0B4BFF;
		/*background-color: #fff;
		/*font-weight: bolder;*/
		/*background-image: url(images/bg_nav_current.png);
		background-repeat: repeat-x;*/
	}
	.main-navigation .nav-menu > .current-menu-item,
	.main-navigation .nav-menu > .current-menu-ancestor,
	.main-navigation .nav-menu > .current_page_item,
	.main-navigation .nav-menu > .current_page_ancestor{
		position: relative;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 50;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		left:-webkit-calc(50% - 96px);
		left:calc(50% - 96px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #002FB4;
		background: rgba(10,62,82,0.5);
		text-align: center;
		border-top: 1px solid rgba(255,255,255,0.2);
		display: block;
		line-height: 3;
		padding:0;
		/*font-size: 11px;
		font-size: 0.785714286rem;*/
		/*line-height: 2.181818182;*/
		/*padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;*/
		width: 200px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #002FB4;
		color: #0B4BFF;
	}

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		padding-left: 48px;
		padding-left: 3.428571429rem;
		background: rgba(255,255,255,0.5);
	}
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}

	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
		background-color: transparent;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.site-header.show-sub{
		background-color: #fff!important;
	}
	.site-logo{
		float:left;
		margin:16px 0;
		width:183px;
		height:25px;
	}

	.admin-bar .site-header{
		top:32px;
	}
	.main-navigation {
		clear: none;
		width: -webkit-calc(100% - 590px);
		width: calc(100% - 590px);
		display: inline-block;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: right;
	}
	.main-navigation li {
		padding: 0 0;
		padding: 0 0;
	}
	.main-navigation li a {
		background-color: transparent;
		padding: 0 4px;
		line-height: 3.57;
	}
	.main-navigation li ul {
		left:-webkit-calc(50% - 100px);
		left:calc(50% - 100px);
	}
	.main-navigation .nav-menu > .current-menu-item:after,
	.main-navigation .nav-menu > .current-menu-ancestor:after,
	.main-navigation .nav-menu > .current_page_item:after,
	.main-navigation .nav-menu > .current_page_ancestor:after{
		width:calc(100% - 56px);
		left:28px;
		top: 55px;
	}
	/* dynamic floating nav bar */
	.site-header{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header *,
	.site-header .main-navigation .nav-menu > .current-menu-item:after,
	.site-header .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header .main-navigation .nav-menu > .current_page_item:after,
	.site-header .main-navigation .nav-menu > .current_page_ancestor:after {
		/*-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;*/
	}
	.site-header.scroll {
		min-height: 0;
		/*box-shadow: 0px 1px 3px rgba(0,0,0,0.1);*/
		/*position: fixed;
		z-index: 10;
		top: 0;*/
		background-color: #f5f2ef;
		text-shadow: none;
	}
	.site-header.scroll .main-navigation {
		
	}
	.site-header.scroll .main-navigation li a {
		line-height: 2.9;
		/*color: #333;*/
	}
	.site-header.scroll .main-navigation li ul a {
		background: #002FB4;
	}	
	.site-header.scroll .main-navigation .current-menu-item > a,
	.site-header.scroll .main-navigation .current-menu-ancestor > a,
	.site-header.scroll .main-navigation .current_page_item > a,
	.site-header.scroll .main-navigation .current_page_ancestor > a,
	.site-header.scroll .main-navigation a:hover,
	.site-header.scroll .main-navigation a:focus{
		/*color: #002FB4;*/
		/*background-color: #000;*/
	}
	.site-header.scroll .main-navigation .nav-menu > .current-menu-item:after,
	.site-header.scroll .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_item:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_ancestor:after {
		top: 46px;
	}
	.site-header.scroll .site-logo {
		margin:11px 0;
	}
}
@media screen and (min-width: 1280px) {
	.main-navigation li a {
		padding: 0 15px;
	}
}
@media screen and (min-width: 1600px) {
	.main-navigation li a {
		padding: 0 35px;
	}
}
/*return Top button*/
.btn-float{
	position:fixed;
	line-height:50px;
	z-index: 6;
	border-radius: 5px 0 0 5px;
	background-color:#009d55;
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	color:#fff;
	width:40px;
	height:40px;
	display:block;
	right:0;
	bottom:20px;
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: background 0.2s, -webkit-opacity 0.2s; 
	-moz-transition: background 0.2s, -moz-opacity 0.2s; 
	transition: background 0.2s, opacity 0.2s;
}
.btn-float:hover{
	background-color:#006e3b;
}
#returnTop_a{
	position: absolute;
	top: -2px;
	left: 8px;
	width: 0;
	height: 0;
	border-width: 10px 12px;
	border-style: dashed dashed solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop_b{
	position: absolute;
	top: 18px;
	left: 14px;
	width: 12px;
	height: 12px;
	background: #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop.hide{
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
	pointer-events: none;
}
#returnTop.hide #returnTop_a,
#returnTop.hide #returnTop_b { display: none }
:root #returnTop.hide { filter:none; }
#returnTop:hover #returnTop_a { top: -4px; }
#returnTop:hover #returnTop_b { top: 16px; }
/*QR Code button*/
#qrCode {
	background-image:url(images/icon_qrcode.gif);
}
#qrCode_cont {
	position: absolute;
	bottom: 0;
	right: 50px;
	background:no-repeat #fff;
	overflow: hidden;
	height:0;
	width: 0;
	border:none;
	-webkit-transition: height 0.2s, width 0.2s;
	-moz-transition: height 0.2s, width 0.2s;
	transition: height 0.2s, width 0.2s;
}
#qrCode:hover #qrCode_cont{
	text-align: center;
	height:168px;
	width: 147px;
	padding:5px;
	border:1px solid #f2f2f2;
	line-height: 1;
}
#qrCode_img {
	display: inline-block;
	width: 147px;
	height: 147px;
}
#qrCode_img img{
	width: 100%;
	height: 100%;
}
#qrCode #qrCode_cont span {
	display: inline-block;
	color:#333;
	font-size: 12px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#qrCode{
		display:block;
	}
	#returnTop {
	    bottom:61px;
	}
}
/*arrow on top nav*/
.flaticon-down-arrow:after {
	font-size:12px;
}
@media screen and (max-width: 767px) {
	.main-navigation .flaticon-down-arrow:after,
	#mobileMenu .flaticon-down-arrow:after{
		display: none;
	}
}

/*main menu for mobile side*/
#topFloatBar {
	position: fixed;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: #f5f2ef;
	z-index: 10;
	height: 56px;
	top: 0;
}
#topFloatBar.toggled{
	background-color: transparent;
}
body.admin-bar #topFloatBar {
	top:0;
	z-index: 10;
}
#asside-navigation{
	box-sizing: border-box;
	position: fixed;
	z-index: 2;
	top:0;
	right: auto;
	left: 0;
	height: 100vh;
	max-width: 100%;
	background:#fff;
	color: #000;
	/*display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;*/
	font-size: 18px;
	font-size: 1.285714rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding:20px 0;
	width: 0;
	overflow: hidden;
}
#asside-navigation.toggled{
	width:340px;
	padding:20px 30px;
}
#asside-navigation .menu-logo{
	margin: 20px 0 40px 0;
	max-width: unset;
	width: 183px;
	height: 25px;
	display: block;
}
#asside-navigation .menu-logo img{
	width: 100%;
	height: auto;
}
#asside-navigation .menu-item{
	line-height: 1.5rem;
	padding-bottom: 28px;
	padding-bottom: 2rem;
	width: 280px;
}
#asside-navigation .menu-item a{
	display: block;
	font-weight: 400;
	/*-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;*/
	opacity: 0;
	transform:translate(20px,0);
}
#asside-navigation .menu-item a:hover{
	text-decoration: none;
	color: #0B4BFF;
}
#asside-navigation.toggled .menu-item a{
	opacity: 1;
	transform:translate(0,0);
}
#asside-navigation .current_page_item a,
#asside-navigation .current_page_ancestor a{
	/*color: #f0e362;
	font-weight: 500;*/
}
#asside-navigation-toggle{
	cursor: pointer;
	width: 24px;
	height: 24px;
	position: absolute;
	right:21px;
	top:16px;
	z-index: 5;
}
#asside-navigation-toggle i{
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	background: #000;
	border-radius: 0;
}
#asside-navigation-toggle i.d1{
	left: 0;
	top:calc(50% - 2px);
}
#asside-navigation-toggle i.d2{
	left: 0;
	top:2px;
}
#asside-navigation-toggle i.d3{
	bottom: 2px;
	left: 0;
	top: auto;
}
#asside-navigation-toggle,
#asside-navigation-toggle i{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#asside-navigation-toggle.toggled i{
	/*for light bg*/
	background: #000!important;
}
#asside-navigation-toggle.toggled i.d1{
	opacity: 0;
}
#asside-navigation-toggle.toggled i.d2{
	transform:rotate(45deg);
	top: calc(50% - 2px);
}
#asside-navigation-toggle.toggled i.d3{
	transform:rotate(-45deg);
	bottom: calc(50% - 2px);
}
#asside-navigation-toggle.toggled:hover{
	transform:rotate(90deg);
}
#asside-navigation-bottom{
	padding: 20px 30px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 340px;
	box-sizing: border-box;
	overflow: hidden;
}
#asside-navigation-bottom-l{
	float: left;
	width: 77%;
	font-size: 12px;
	white-space: nowrap;
}
#asside-navigation-bottom-r{
	float: right;
	width: 23%;
}
#asside-navigation-bottom .link-store{
	width: 100px;
	display: block;
}
#asside-navigation-bottom .link-social{
	color: #fff;
	background: #000;
	margin-left: 0;
	margin-right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
#asside-navigation-bottom .link-social i{
	color: #fff;
}
#asside-navigation-functions{
	font-size: 13px;
	width: 280px;
}

#asside-navigation-functions a{
	margin-bottom: 20px;
}
.menu-dropdown{
	position: absolute;
	position: fixed;
	top: 57px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	height: auto;
	min-height: 270px;
	color: #000;
	background-color: #fff;
	/*max-width: 1280px;*/
	margin: 0 auto;
	font-size: 0;
	/*box-shadow: 0 5px 15px rgba(0,0,0,0.2);*/
	overflow: hidden;
	transition: 0.3s all;
	opacity: 0;
	pointer-events: none;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 0;
	z-index: 9;
	/*display: none;*/
}
.menu-dropdown.scroll{
	top: 46px;
}
body.admin-bar .menu-dropdown{
	top: 89px;
}
body.admin-bar .menu-dropdown.scroll{
	top: 78px;
}
.menu-dropdown.stay{
	display: block;
	pointer-events: auto;
	height: auto;
	z-index: 11;
	opacity: 1;
}
.menu-dropdown .site{
	transition: 0.2s all;
	opacity: 0;
	transform: translate(0,-40px);
}
.menu-dropdown.stay .site{
	opacity: 1;
	transform: translate(0,0);
}
.menu-dropdown h3{
	font-size: 18px;
	margin-bottom: 21px;
	font-weight: 400;
	line-height: 1.4;
}
.menu-dropdown h4{
	font-size: 14px;
	font-size: 1rem;
	margin-bottom: 7px;
	font-weight: 400;
	line-height: 1.4;
}
.menu-dropdown p{
	line-height: 1.4;
	max-width: 270px;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.menu-dropdown a{
	font-size: 14px;
	font-size: 1rem;
}
.menu-dropdown a:hover{
	color: #0B4BFF;
	text-decoration: none;
}
.icon-product{
	width: 40px;
	height: 40px;
	background-color: #FAFAFA;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 6px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.icon-product.icon-1{ background-image: url(images/icons-pro-company.svg); }
.icon-product.icon-2{ background-image: url(images/icons-pro-system-integration.svg); }
.icon-product.icon-3{ background-image: url(images/icons-pro-leave.svg); }
.icon-product.icon-4{ background-image: url(images/icons-pro-HR-data-analysis.svg); }
.icon-product.icon-5{ background-image: url(images/icons-pro-onboarding.svg); }
.icon-product.icon-6{ background-image: url(images/icons-pro-roastering.svg); }
.icon-product.icon-7{ background-image: url(images/icons-pro-reimbursement.svg); }
.icon-product.icon-8{ background-image: url(images/icons-pro-MPF.svg); }
.icon-product.icon-9{ background-image: url(images/icons-pro-HR-mobile-app.svg); }
.icon-product.icon-10{ background-image: url(images/icons-pro-attendance.svg); }
.icon-product.icon-11{ background-image: url(images/icons-pro-payroll.svg); }
.icon-product.icon-12{ background-image: url(images/icons-pro-tax.svg); }
.icon-product.icon-13{ background-image: url(images/icons-pro-empf.svg); }
.menu-product-item{
	float: left;
	box-sizing: border-box;
	padding: 20px 15px;
	padding-bottom: 10px;
	width: 25%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.menu-product-item i{
	margin-right: 20px;
}
.menu-product-item h4{
	margin: 0;
	width: calc(100% - 60px);
}
.menu-solution-item,
.menu-resource-item,
.menu-partner-item{
	box-sizing: border-box;
	padding: 20px;
	width: 30%;
	float: left;
}
.menu-solution-item{
	width: 19%;
}
.menu-solution-item img{
	border-radius: 10px;
	width: 100%;
	height: auto;
}
.menu-solution-item h4{
	margin: 10px 0;
}
.menu-resource-item li,
.menu-partner-item li{
	line-height: 1.5;
	padding-bottom: 14px;
}
a.menu-dropdown-back{
	display: none;
	margin-top: 10px;
	font-size: 18px;
	color: #0B4BFF;
}
a.menu-dropdown-back i{
	margin-right: 18px;
	font-size: 18px;
	color: #000;
}

#asside-navigation-logo{
	display: block;
	width: 183px;
	height: 25px;
	margin: 16px;
}
#asside-navigation-logo img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 1024px){
	.site-header {
		pointer-events: none;
	}
	.site-header hgroup,
	.site-header .menu-dropdown{
		pointer-events: auto;
	}
	#masthead .menu-item.dropdown.stay > a{
		color: #0B4BFF;
	}
}
@media screen and (min-width: 1280px){
	#masthead .menu-item.dropdown > a:after{
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		margin-left: 4px;
	}
}
@media screen and (max-width: 1023px){
	#asside-navigation .menu-item.dropdown > a:after{
		content: "\f105";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 21px;
		margin-left: 16px;
	}
	a.menu-dropdown-back {
		display: block;
	}
	#wpadminbar{
		display: none;
	}
	.menu-dropdown{
		padding-top: 0;
		padding-bottom: 80px;
		top: 96px!important;
		left: -780px;
		width: 340px;
		height: calc(100vh - 96px)!important;
		max-height: 100vh;
		overflow-y: auto;
	}
	.menu-dropdown.stay{
		top: 96px!important;
		left: 0;
	}
	.menu-dropdown .site{
		transform: translate(0,0);
	}
	.menu-dropdown .col-n{
		width: 100%!important;
	}
	.menu-dropdown .col-8{
		margin-top: 40px;
	}
	.menu-dropdown p{
		max-width: 100%;
		font-size: 14px;
		font-size: 1rem;
	}
	.menu-product-item,
	.menu-resource-item,
	.menu-solution-item,
	.menu-partner-item{
		width: 100%;
		padding: 0 0 20px 0;
	}
	.menu-solution-item img{
		width: 100%;
		height: 100px;
		object-fit: cover;
	}
	.menu-dropdown h3{
		font-size: 14px;
		font-size: 1rem;
	}
	.menu-resource-item li a, .menu-partner-item li a{
		font-size: 18px;
	}
}

/*页面遮盖层*/
#coverThePage{
	pointer-events: none;
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.2);
	position: fixed;
	top:0;
	left:0;
	z-index: 9;
	opacity: 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
#coverThePage.toggled{
	pointer-events: auto;
	opacity: 1;
}

#masthead{
	display: none;
}
@media screen and (min-width:1024px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
	}
	#coverThePage{
		background: transparent;
	}
}
.full-padding {
	padding-left:0;
	padding-right:0;
}
.full-padding img {
	max-width: 100%;
}
.category-title {
	margin-bottom: 8px;
	margin-top: 21px;
}
.site-blocks{
	box-sizing: border-box;
}
.site-blocks p,
.site-blocks ul {
	margin: 14px 0 21px 0;
	margin: 1rem 0 1.5rem 0;
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.8;
}
.site-blocks p:last-child,
.site-blocks ul:last-child,
.site-blocks ol:last-child{
	margin-bottom: 0;
}
.site-blocks p:first-child,
.site-blocks ul:first-child,
.site-blocks ol:first-child{
	margin-top: 0;
}
.site-blocks h1 {
	line-height: 1.3;
	font-size: 26px;
	font-size: 1.85714rem;
	font-weight: 700;
	margin-bottom: 9px;
}
.site-blocks h2 {
	line-height: 1.3;
	font-size: 28px;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 9px;
}
.site-blocks h2 a{
	text-decoration: underline;
	color: #0B4BFF;
}
.site-blocks h3 {
	line-height: 1.3;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 600;
}
.site-blocks .entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.site-blocks .entry-content h2:first-child,
.site-blocks .entry-content h3:first-child,
.site-blocks .entry-content p:first-child,
.site-blocks .entry-content ul:first-child,
.site-blocks .entry-content ol:first-child{
	margin-top: 0;
}
.site-blocks .entry-content h2:last-child,
.site-blocks .entry-content h3:last-child,
.site-blocks .entry-content p:last-child,
.site-blocks .entry-content ul:last-child,
.site-blocks .entry-content ol:last-child{
	margin-bottom: 0;
}
.site-blocks .site{
	overflow: hidden;
	margin:28px auto;
	margin:2rem auto;
}
.site-blocks .sub-title{
	display: block;
	text-align: center;
	color: #999;
	font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
	margin-bottom: 21px;
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.site-blocks .site{
		margin:42px auto;
		margin:3rem auto;
	}
}
@media screen and (min-width: 1024px){
	.site-blocks{
		padding: 0 28px;
		padding: 0 2rem;
	}
	.site-blocks .site{
		margin:70px auto;
		margin:5rem auto;
	}
	.site-blocks h1 {
		font-size: 56px;
		font-size: 4rem;
	}
	.site-blocks h2 {
		font-size: 45px;
	}
	.site-blocks h3 {
		font-size: 28px;
		font-size: 2rem;
	}
}

/*toast & loading*/
#fullMask{
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-opacity: 0;
	opacity: 0;
	pointer-events: none;
}
#fullMask.stay{
	z-index: 200;
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
}
#toast{
	position: fixed;
	z-index: 201;
	width: 600px;
	height: 300px;
	box-sizing: border-box;
	padding: 30px 48px;
	background-color: #fff;
	color: #000;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	left:calc(50% - 300px);
	top: calc(50% - 150px);
	pointer-events: none;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transform:translate(0,30px);
	transform:translate(0,30px);
}
#toast.stay{
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
#toast i{
	display: block;
	width: 50px;
	height: 50px;
	background:url(images/icon-question.png);
}
#toast p{
	line-height: 1.6;
	font-size: 15px;
	margin: 21px auto;
	max-width: 75%;
}
#toast p a{
	text-decoration: underline;
}
#toast.error i{
	background:url(images/icon-question.png);
}
#toast.note i{
	background:url(images/icon-question.png);
}
#toast.success i{
	background:url(images/icon-success.png);
}
#toast .button{
	padding: 5px 20px;
}
#loading{
	position: fixed;
	height: 150px;
	width: 150px;
	box-sizing: border-box;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(images/loading-rolling.svg);
	background-size: 75px 75px;
	background-position: center;
	left:calc(50% - 75px);
	top:calc(50vh - 75px);
	border-radius: 4px;
	-webkit-transition: 0.1s all;
	transition: 0.1s all;
	opacity: 0;
	z-index: -1;
}
#loading.stay{
	opacity: 1;
	z-index: 999;
}

/*PC header*/
#masthead-btns{
	display: inline-block;
	float: right;
	width: 400px;
	line-height: 4;
	text-align: right;
	transition: 0.2s all;
	white-space: nowrap;
}
#masthead-btns .link-underline{
	margin-right: 10px;
	font-size: 16px;
}
.site-header.scroll #masthead-btns{
	line-height: 3.3;
}
#masthead-btns .button{
	width: 120px;
	margin-left: 10px;
	padding: 8px 0;
}

/*homepage*/
a.link-underline{
	font-weight: 400;
	display: inline-block;
	border-bottom: 2px solid #0B4BFF;
	line-height: 1.6;
}
a.link-underline:hover{
	text-decoration: none;
	color: #0B4BFF;
	/*border-bottom: 2px solid #FF405F;*/
	border-bottom-color: #0B4BFF;
}
#home-headimage{
	margin-top: 56px;
	width:100%;
	position: relative;
	overflow: hidden;
}
.home-headimage-txt{
	box-sizing: border-box;
	padding: 0 14px;
	padding: 0 1rem;
	margin: 40px auto 10px auto;
	max-width: 1020px;
}
.home-headimage-txt.home-headimage-txt-2{
	margin-top: 30px;
}
.home-headimage-txt h1{
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
}
.home-headimage-txt h2,
#home-headimage-txt-swiper .swiper-slide{
	font-size: 21px;
	font-size: 1.5rem;
	font-weight:600;
}
.home-headimage-txt h2,
#home-headimage-txt-swiper{
	display: inline-block;
	vertical-align: top;
}
html[lang="en-US"] #home-headimage-txt-swiper{
	width: calc(100% - 25px);
	margin-bottom:30px;
}
.home-headimage-txt p{
	line-height: 1.5;
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
}
#home-headimage-img-swiper{
	padding: 0 14px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	max-width: 1260px;
}
.home-header-img-bg{
	width: 100%;
	height: auto;
}
.home-header-img-layer{
	position: absolute;
	transition: 0.4s all;
	opacity: 0;
}
.swiper-slide-active .home-header-img-layer{
	opacity: 1;
	transform: translate(0,0) scale(1.0)!important;
}
.home-header-img-layer.layer-11,
.home-header-img-layer.layer-12,
.home-header-img-layer.layer-21,
.home-header-img-layer.layer-22{
	width: 100%;
	left: 0;
}
.home-header-img-layer.layer-11,
.home-header-img-layer.layer-21{
	z-index: 1;
	transform: translate(50px,0);
}
.home-header-img-layer.layer-12,
.home-header-img-layer.layer-22{
	z-index: 2;
	transform: translate(-50px,0);
}
.swiper-slide-active .home-header-img-layer.layer-12,
.swiper-slide-active .home-header-img-layer.layer-22{
	transition-delay: 0.2s;
}
.home-header-img-layer.layer-13,
.home-header-img-layer.layer-23{
	z-index: 3;
	transform: translate(0,0) scale(0.1);
}
.swiper-slide-active .home-header-img-layer.layer-13,
.swiper-slide-active .home-header-img-layer.layer-23{
	transition-delay: 0.5s;
}
.home-header-img-layer.layer-14,
.home-header-img-layer.layer-24{
	z-index: 4;
	transform-origin: center bottom;
	transform: translate(0,80px) scale(0.1);
}
.swiper-slide-active .home-header-img-layer.layer-14,
.swiper-slide-active .home-header-img-layer.layer-24{
	transition-delay: 0.8s;
}
.home-header-img-layer.layer-13{
	width: 37%;
	right: -4.5%;
	top: 43%;
}
.home-header-img-layer.layer-14{
	top: 0;
	width: 22.5%;
	right: 2.5%;
}
.home-header-img-layer.layer-23{
	width: 37%;
	left: -3%;
	top: 37%;
}
.home-header-img-layer.layer-24{
	top: 0;
	width: 22.5%;
	left: 4%;
}

.home-header-img-layer img{
	width: 100%;
	height: auto;
}
#home-headimage .swiper-slide img {
	width:100%;
	height: auto;
}
.button + .link-underline,
.link-underline + .button{
	margin-left: 40px;
}
.box-white-txt{
	box-sizing: border-box;
	background: #fff;
	padding: 40px;
}
#home-headimage-txt-outter{
	margin-top: 20px;
	line-height: 1.3;
}
#home-headimage-txt-swiper{
	height: 28px;
}
#home-headimage-txt-swiper .swiper-slide{
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.2s all;
}
#home-headimage-txt-swiper .swiper-slide.swiper-slide-active{
	opacity: 1;
}
@media screen and (max-width: 767px){
	#home-s6 .box-white-txt{
		background: transparent;
		padding: 0;
	}
	#home-s6 .site,
	#home-s7 .site{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px){
	.home-headimage-txt{
		margin-top: 100px;
		padding-left: 36px;
	}
	.home-headimage-txt h1{
		font-size: 56px;
		font-size: 4rem;
	}
	.home-headimage-txt h2,
	#home-headimage-txt-swiper .swiper-slide{
		font-size: 28px;
		font-size: 2rem;
	}
	#home-headimage-txt-swiper{
		height: 37px;
	}
	.box-white-txt{
		padding: 40px 80px;
	}
	#home-headimage-txt-outter{
		margin-top: 30px;
	}
}
@media screen and (min-width: 1280px){
	.home-headimage-txt{
		/*margin-top: 200px;*/
		margin-top: 170px;
	}
	
	.home-headimage-txt h1{
		font-size: 70px;
		font-size: 5rem;
	}
	.home-headimage-txt h2,
	#home-headimage-txt-swiper .swiper-slide{
		font-size: 35px;
		font-size: 2.5rem;
	}
	html[lang="en-US"] #home-headimage-txt-swiper,
	#home-headimage-txt-swiper{
		height: 46px;
		width: calc(100% - 200px);

	}
	.home-headimage-txt p{
		font-size: 16px;
	}
}
#home-partners{
	padding-left: 0;
	padding-right: 0;
}
#home-partners .site{
	margin-top: 50px;
	margin-bottom: 0;
}
#home-partners p{
	margin: 0;
}
#home-partners-swiper{
	margin: 20px auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#home-partners-swiper .swiper-wrapper{
	transition-timing-function: linear;
}
#home-partners-swiper .swiper-slide{
	width: 110px;
	text-align: center;
	line-height: 60px;
	padding: 14px 0;
	text-align: center;
}
#home-partners-swiper .swiper-slide img{
	max-width: 101px;
	max-height: 55px;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	filter: grayscale(1) sepia(20%);
}
@media screen and (min-width: 1024px){
	#home-partners-swiper .swiper-slide{
		width: 140px;
	}
}

.grid-item{
	box-sizing: border-box;
	height: 300px;
	padding: 20px;
}
.grid-animation-icon{
	height: 120px;
	width: 100%;
	text-align: left;
	max-width: 100%;
	max-height: 80%;
}
.grid-animation-icon img{
	width: 100%;
	height: auto;
}
.grid-item p{
	font-size: 13px;
	line-height: 1.55;
}
.grid-item p:last-child{
	margin-bottom: 0;
}
.grid-item-1{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.grid-item-2{
	grid-column-start: span 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.grid-item.grid-item-2.grid-item-span-col{
	height: 130px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.grid-item-2.grid-item-span-col .grid-animation-icon{
	margin-right: 20px;
	width: 90px;
	height: 90px;
}
.grid-item-2.grid-item-span-col p{
	margin: 0;
	width: calc(100% - 110px);
}
.grid-item-3{
	grid-column-start: span 3;
}
.grid-item.grid-item-img,
.grid-item.grid-item-quicklink{
	padding: 0;
	height: auto;
	background: transparent;
	font-size: 0;
	
}
.grid-item-img img,
.grid-item-quicklink img{
	width: 100%;
	height: auto;
}
.grid-item-quicklink img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.grid-item.grid-item-quicklink{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.grid-item.grid-item-quicklink:after{
	content: "";
	position: absolute;
	z-index: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	width: 100%;
	height: 180px;
	left: 0;
	bottom: 0;
	transition: 0.3s all;
}
.grid-item.grid-item-quicklink:before{
	content: "";
	position: absolute;
	z-index: 1;
	background: url(images/arrow-right-w.png) no-repeat center center;
	background-size: 23px auto;
	width: 50px;
	height: 50px;
	left: 20px;
	top: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: 0.3s all;
}
.grid-item.grid-item-quicklink:hover:before{
	background-position: 70% center;
}
.grid-item.grid-item-quicklink p{
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
}
.grid-item.grid-item-img{
	grid-row-start: span 2;
}
div .color-0,
.color-0{
	background-color: #fff;
}
div .color-1,
.color-1{
	background-color: #F1DFDF;
}
div .color-2,
.color-2{
	background-color: #E4DBD2;
}
div .color-3,
.color-3{
	background-color: #0B4BFF;/*blue*/
	color: #fff;
}
div .color-4,
.color-4{
	background-color: #231F20;/*black*/
	color: #fff;
}
div .color-5,
.color-5{
	background-color: #E34301;/*orange*/
	color: #fff;
}
div .color-6,
.color-6{
	background-color: #FF405F;/*red*/
	color: #fff;
}
@media screen and (max-width: 1023px){
	.home-feature-block .site{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.home-feature-block .site:first-child{
		margin-top: 50px;
	}
	.grid-container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0!important;
	}
	.grid-container .grid-item:not(.grid-item-img){
		display: none;
	}
	.grid-container .grid-item-img img{
		margin-bottom: 10px;
	}
	.grid-container .grid-item-img-half{
		width: calc(50% - 5px);
		display: inline-block;
		vertical-align: top;
	}
	.grid-rotating{
		margin-top: 0!important;
		display: block;
	}
	.swiper-feature .swiper-slide{
		width: 265px;
		height: 320px;
	}
	.grid-animation-icon{
		height: 80px;
		width: 100%;
	}
}
@media screen and (min-width: 1024px){
	.grid-rotating{
		display: none;
	}
	.site.grid-container{
		overflow: visible;
		max-width: 1600px;
		display: grid;
		/*grid-template-columns: [c1] 1fr [c2] 1fr [c3] 1fr [c4] 1fr [c5] 1fr [c6];*/
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 10px 10px;
		gap: 10px;
		justify-items: stretch;
		align-items: stretch;
	}
	.grid-item{
		height: 250px;
	}
	.grid-item p{
		font-size: 14px;
	}
	.grid-item.grid-item-quicklink{
		height: 358px;
	}
	#grid-item-home-11{
		transform: translate(0,50px);
	}
	#grid-item-home-14{
		grid-column-start: 2;
	}
	#grid-item-home-15{
		margin-top: -140px;
		grid-column-start: 3;
		grid-column-end: 5;
	}
	#grid-item-home-17{
		grid-column-start: 2;
		grid-column-end: 4;
	}
	#grid-item-home-18{
		grid-row-start: 4;
		grid-column-start: 4;
	}
	#grid-item-home-21{
		align-self: end;
	}
	#grid-item-home-22{
		height: 254px;
		margin-top: -50px;
	}
	#grid-item-home-24{
		grid-column-start: 1;
	}
	#grid-item-home-25{
		grid-row-start: span 2;
		height: unset;
	}
	#grid-item-home-27{
		grid-column-start: 2;
		grid-column-end: 4;
	}
	.title-desc{
		max-width: 52%;
	}
	#grid-item-home-31{
		align-self: end;
	}
	#grid-item-home-32{
		margin-top: -110px;
	}
	#grid-item-home-33{
		grid-row-start: 2;
		grid-column-start: 4;
		margin-top: -110px;
	}
	#grid-item-home-34{
		/*grid-row-start: 1;*/
	}
	#grid-item-home-37{
		grid-column: 3 / 5;
		margin-top: -70px;
	}
	#grid-item-home-38{
		grid-column-start: 2;
		grid-row-start: 4;

	}

	#home-feature-4 .grid-item-img{
		grid-row-end: span 2
	}
	#grid-item-home-41{
		transform: translate(0,50px);
	}
	#grid-item-home-42{
		margin-top: -50px;
	}
	#grid-item-home-43{
		margin-top: -50px;
		grid-column-start: 2;
	}

	#grid-item-home-44{
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start: 3;
		align-self: end;
	}
	#grid-item-home-45{
		grid-row-start: 1;
		grid-column-start: 4;
		grid-column-end: 6;
	}
	#grid-item-home-46{
		grid-row-start: 2;
		grid-row-end: 4;
		grid-column-start: 4;
		grid-column-end: 5;
	}
	#grid-item-home-47{
		grid-row-start: 3;
		grid-row-end: 5;
		grid-column-start: 3;
		grid-column-end: 4;
	}
	#grid-item-home-48{
		grid-row-start: 2;
		grid-column-start: 5;
		grid-column-end: 6;
	}
	#grid-item-home-50{
		grid-row-start: 3;
		grid-column-start: 5;
		grid-column-end: 6;
	}
	#grid-item-home-49{
		margin-top: -200px;
		height: 254px;
	}
	#grid-item-home-51{
		margin-top: -160px;
	}
}
@media screen and (min-width: 1280px){
	.grid-item{
		height: 330px;
	}
	.grid-item p{
		font-size: 18px;
	}
	#grid-item-home-37{
		margin-top: -140px;
	}
	#grid-item-home-49{
		margin-top: -140px;
	}
	#grid-item-home-51{
		margin-top: -90px;
	}

}
@media screen and (min-width: 1600px){
	.title-desc{
		max-width: 65%;
	}
}
/*grid fadin effects*/
@media screen and (min-width: 1024px){
	.grid-item{
		transition: 0.4s all;
		transition-delay: 0.2s;
		opacity: 0;
	}
	.grid-container.stay .grid-item{
		transform: translate(0,0)!important;
		opacity: 1!important;
	}
	#grid-item-home-11{ transform:translate(-70px,50px); transition-delay: 0.5s; }
	.grid-container.stay #grid-item-home-11{ transform:translate(0,50px)!important; }
	#grid-item-home-12{ transform:translate(-70px,0); }
	#grid-item-home-13{ transform:translate(70px,0); transition-delay: 0.5s;}
	#grid-item-home-14{ transform:translate(-70px,0); transition-delay: 0.8s;}
	#grid-item-home-15{ transform:translate(70px,0); transition-delay: 0.8s;}
	#grid-item-home-16{ transform:translate(-70px,0); transition-delay: 1.1s;}
	#grid-item-home-17{ transform:translate(0,70px); transition-delay: 1.1s;}
	#grid-item-home-18{ transform:translate(70px,0); transition-delay: 1.2s;}

	#grid-item-home-21{ transform:translate(-70px,0); transition-delay: 0.5s; }
	#grid-item-home-22{ transform:translate(70px,0); transition-delay: 0.5s; }
	#grid-item-home-23{ transform:translate(70px,0); transition-delay: 0.8s; }
	#grid-item-home-25{ transform:translate(-70px,0); transition-delay: 0.8s; }
	#grid-item-home-24{ transform:translate(-70px,0); transition-delay: 1.1s; }
	#grid-item-home-26{ transform:translate(70px,0); transition-delay: 1.1s; }
	#grid-item-home-27{ transform:translate(-70px,0); transition-delay: 1.4s; }
	#grid-item-home-28{ transform:translate(70px,0); transition-delay: 1.4s; }

	#grid-item-home-31{ transform:translate(-70px,0); transition-delay: 0.5s; }
	#grid-item-home-32{ transform:translate(70px,0); transition-delay: 0.5s; }
	#grid-item-home-34{ transform:translate(70px,0); transition-delay: 0.8s; }
	#grid-item-home-33{ transform:translate(70px,0); transition-delay: 1.1s; }
	#grid-item-home-35{ transform:translate(-70px,0); transition-delay: 1.4s; }
	#grid-item-home-36{ transform:translate(70px,0); transition-delay: 1.4s; }
	#grid-item-home-37{ transform:translate(0,70px); transition-delay: 1.7s; }
	#grid-item-home-38{ transform:translate(-70px,0); transition-delay: 1.7s; }

	#grid-item-home-41{ transform:translate(-70px,0); transition-delay: 0.8s; }
	#grid-item-home-42{ transform:translate(-70px,0); transition-delay: 0.5s; }
	#grid-item-home-43{ transform:translate(-70px,0); transition-delay: 0.8s; }
	#grid-item-home-44{ transform:translate(70px,0); transition-delay: 0.5s; }
	#grid-item-home-45{ transform:translate(70px,0); transition-delay: 0.8s; }
	#grid-item-home-46{ transform:translate(70px,0); transition-delay: 1.1s; }
	#grid-item-home-47{ transform:translate(70px,0); transition-delay: 1.4s; }
	#grid-item-home-48{ transform:translate(70px,0); transition-delay: 1.4s; }
	#grid-item-home-49{ transform:translate(-70px,0); transition-delay: 1.4s; }
	#grid-item-home-50{ transform:translate(70px,0); transition-delay: 1.7s; }
	#grid-item-home-51{ transform:translate(70px,0); transition-delay: 1.9s; }
}
.icon-check{
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/icon-check.png) center center;
	background-size: 100% auto;
}
.icon-check-blue{
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/icon-check-blue.svg) center center;
	background-size: 100% auto;
}
.home-s7-item{
	margin-bottom: 40px;
}
.home-s7-item .icon-check{
	margin-right: 20px;
	float: left;
}
.home-s7-txt{
	width: calc(100% - 60px);
	float: left;
}
.home-s7-txt h3{
	font-size: 21px;
	font-weight: 700;
	margin: 5px 0 20px 0;
}
.home-s7-txt {
	margin-bottom: 28px;
}
@media screen and (min-width: 1024px){
	.icon-check{
		width: 40px;
		height: 40px;
	}
	.home-s7-txt h3{
		font-size: 28px;
	}
}
#block-testimonials{
	padding-left: 0;
	padding-right: 0;
}
#block-faq .site-narrow,
#block-modules .site-narrow,
#block-testimonials .site-narrow,
#block-product-issues .site-narrow,
#block-product-features .site-narrow{
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}
.testimonial-item{
	display: block;
	position: relative;
	height: 360px;
	width: 290px;
	overflow: hidden;
	color: #000;
}
.testimonial-item:hover{
	color: #000;
}
.testimonial-item.wide{
	width: 510px;
}
.testimonial-item.color-1{
	background: #F1DFDF;
	color: #000;
}
.testimonial-item.color-2{
	background: #E4DBD2;
	color: #000;
}
.testimonial-item.color-3{
	background: #0B4BFF;
	color: #fff;
}
.testimonial-item.color-4{
	background: #231F20;
	color: #fff;
}
.testimonial-item.testimonial-item-image:hover,
.testimonial-item.color-3:hover,
.testimonial-item.color-4:hover{
	color: #fff;
}
.testimonial-item.testimonial-item-image:after{
	content: "";
	position: absolute;
	z-index: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	transition: 0.3s all;
}
.testimonial-item:before{
	content: "";
	position: absolute;
	z-index: 1;
	background: url(images/arrow-right-w.png) no-repeat center center;
	background-size: 23px auto;
	width: 50px;
	height: 50px;
	left: 20px;
	top: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: 0.3s all;
}
.testimonial-item:hover:before{
	background-position: 70% center;
}
.testimonial-item.color-1:before,
.testimonial-item.color-2:before{
	filter: brightness(0);
}
.testimonial-item-image{
	overflow: hidden;
	border-radius: 10px;
	color: #fff;
}
.testimonial-item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.testimonial-item-txt{
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
}
.testimonial-item p{
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.5;
}
.testimonial-item p.author-name{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.testimonial-item p.author-title{
	margin-bottom: 10px;
	margin-top: 0;
}
#swiper-testimonials .swiper-wrapper{
	transition-timing-function: linear;
}
#swiper-testimonials{
	margin-bottom: 10px;
}

/*inner pages*/
i.workstem{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(images/favicon.png) no-repeat center center;
	background-size: 100% auto;
	margin-right: 10px;
	vertical-align: middle;
}
.inner-head{
	overflow: hidden;
	padding-top: 60px;
}
.inner-head-img{
	display: block;
	max-width: 100%;
	margin: 0 auto 0 auto;
}
@media screen and (max-width: 1920px){
	.inner-head-img-shapes{
		width: 1100px;
	}
} 
.inner-head .site{
	margin-top: 30px;
}
.inner-head h1 {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
}
.inner-head p{
	margin: 28px 0;
	line-height: 1.8;
}
p.bigger{
	line-height: 1.6;
	font-size: 16px;
}
.issue-item{
	margin: 0 auto;
	max-width: 1600px;
	padding-left: 10px;
	padding-right: 10px;
}
.issue-item .col-n{
	margin-bottom: 10px;
}
.issue-item p{
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 0;
}
.issue-item-name p{
	margin-top: 7px;
}
.issue-item-img{
	font-size: 0;
}
.issue-item-img img{
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.issue-item-txt{
	box-sizing: border-box;
	background-color: #fff;
	padding: 28px;
}
.issue-item-txt.txt-small p{
	font-size: 14px;
	font-size: 1rem;
}
.issue-item-txt h3{
	font-size: 21px;
	margin-bottom: 14px;
}
.issue-item-name{
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.issue-item-img img,
.issue-item-name{
	height: 220px;
}
.issue-item-txt .list-checkmark li{
	box-sizing: border-box;
	width:48.5%;
	display: inline-block;
	vertical-align: top;
	padding-left: 32px;
}
#block-product-issues{
	padding-bottom: 50px;
}
.product-features-item{
	margin-bottom: 50px;
}
.product-features-item img.size-full{
	margin: 20px auto;
}
.product-features-item .swiper-slide{
	background-color: #f5f2ef;
}
.qa-item{
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
}
.qa-item:hover{
	background: rgba(255,255,255,0.9);
}
.qa-item-q{
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	height:auto;
	padding: 15px 40px 15px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
	max-width: 1000px;
	margin: 0 auto;
}
.qa-item-a-inner{
	max-width: 1000px;
	
}
.qa-item-q:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "\f107";
	color: #000;
	font-weight: 800;
	font: normal normal normal 14px/1 FontAwesome;
	height: 100%;
	width: 60px;
	text-align: center;
	line-height: 1;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
}
.qa-item.current .qa-item-q:before{
	transform: rotate(180deg);
}
.qa-item-q p{
	margin: 0;
	color: #000;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
}
.qa-item-a{
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 1px solid #f7f5f8;
	overflow: hidden;
	transition: 0.2s all;
	padding: 0 15px 0 60px;
	height: 0;
	max-width: 1000px;
	margin: 0 auto;
}
.qa-item.current .qa-item-a{
	padding: 15px 15px 15px 60px;
}
.qa-item-a:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "A";
	color: #f28d31;
	font-weight: 800;
	background: #f7f5f8;
	height: 100%;
	width: 60px;
	text-align: center;
	line-height: 1;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: none;
}
.qa-item-a p{
	margin: 10px 0;
}
#block-product-features .site-max,
#block-faq .site-max,
#block-modules .site-max{
	margin-top: 0;
}
#block-product-hr .site-narrow{
	/*margin-top: 0*/
}
#block-product-hr .site-max{
	margin-bottom: 120px
}
.product-module-item{
	float: left;
	box-sizing: border-box;
	padding: 10px 10px 10px 0;
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.product-module-item:hover{
	text-decoration: none;
	color: #0B4BFF;
}
.product-module-item i{
	margin-right: 20px;
	box-shadow: none;
}
.product-module-item h4{
	font-weight: 400;
	margin: 0;
	width: calc(100% - 60px);
}
@media screen and (min-width: 768px){
	.inner-head h1 {
		font-size: 56px;
		font-size: 4rem;
	}
	.product-module-list{
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.product-module-item{
		width: 33.3%;
		padding: 20px 10px 20px 0;
	}
}
@media screen and (max-width: 1023px){
	.issue-item .col-6-mb {
		width: 50%;
		float: left;
	}
	.issue-item .col-12-mb {
		width: 100%;
		float: left;
	}
	.issue-item .col-flex{
		display: block;
	}
	.quote-txt{
		padding-top: 40px;
		padding-left: 0;
		padding-right: 0;
	}
	.quote-txt:before{
		
	}
	.quote-item{
		padding: 0 30px;
		flex-direction: column;
	}
	.quote-header{
		margin-top: 14px;
		width: 150px;
		height: auto;
	}
	.quote-txt:before{
		left: 0;
		width: 46px;
		height: 32px;
	}
	.quote-txt{
		padding-left: 60px;
	}
	.qa-item-q:before,
	.qa-item-a:before{
		width: 40px;
		font-size: 21px;
	}
	.qa-item-q,
	.qa-item-a,
	.qa-item.current .qa-item-a{
		padding-left: 46px;
	}
	.qa-item-q p{
		font-size: 16px;
	}
	.qa-item-a p{
		font-size: 14px;
	}
}
@media screen and (min-width: 1024px){
	.inner-head{
		padding-top: 80px;
	}
	.inner-head p{
		margin: 40px 0;
	}
	p.bigger{
		font-size: 21px;
	}
	.issue-item .col-flex{
		align-items: stretch;
	}
	.issue-item-txt{
		padding: 40px 60px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.issue-item-txt h3{
		font-size: 28px;
		margin-bottom: 21px;
	}
	.issue-item p{
		font-size: 18px;
		line-height: 1.45;
	}
	.product-module-item{
		width: 16.6%;
	}
	.issue-item-img img,
	.issue-item-name{
		height: 340px;
	}
	.issue-item-name{
		padding:20px;
	}
}
@media screen and (min-width: 1280px){
	.inner-head h1 {
		font-size: 63px;
		font-size: 4.5rem;
	}
	.product-module-item{
		/*margin-bottom: 70px;*/
	}
	.product-module-item i{
		width: 60px;
		height: 60px;
	}
	.product-features-item-txt{
		padding-left: 60px;
	}
	.col-flex-reverse .product-features-item-txt{
		padding-right: 120px;
	}
}

/*pricing*/
.icon-pricing{
	width: 80px;
	height: 80px;
	display: block;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.icon-pricing.icon-1{
	background-image: url(images/icon-pricing-1.png);
}
.icon-pricing.icon-2{
	width: 59px;
	height: 60px;
	background-image: url(images/icon-pricing-2.png);
}
.icon-pricing.icon-3{
	width: 50px;
	height: 50px;
	background-image: url(images/icon-pricing-3.png);
}
.pricing-tier{
	line-height: 1.5;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}
.pricing-tier-1 .pricing-tier-body,
.pricing-tier-1 .pricing-tier-footer{
	background: #0B4BFF;
	color: #fff;
}
.pricing-tier-header,
.pricing-tier-body,
.pricing-tier-footer{
	box-sizing: border-box;
	padding: 15px 20px;
	background-color: #fff;
}
.pricing-tier-header{
	color: #fff;
	text-align: center;
	background-color: #FF405F;
	font-weight: 500;
	padding-top: 8px;
	padding-bottom: 8px;
}
.pricing-tier h3{
	font-size: 21px;
	font-size: 1.5rem;
}
.pricing-tier p{
	line-height: 1.5;
}
.pricing-tier a:hover{
	text-decoration: none;
}
.pricing-tier-icon{
	height: 120px;
}
.pricing-tier-footer{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}
.pricing-tier-header{
	border-radius: 10px 10px 0 0;
}
.pricing-tier-footer-left{
	width: 60%;
	box-sizing: border-box;
}
.pricing-tier-footer-right{
	width:40%;
	box-sizing: border-box;
}
.pricing-tier-footer-left{
	padding-right: 8px;
}
.pricing-tier-footer-left p.small{
	line-height: 1.3;
	font-size: 11px;
	margin: 0;
}
p.price{
	margin: 0;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 500;
}
.pricing-tier-footer .button{
	width: 100%;
}
.pricing-feature-list{
	box-sizing: border-box;
	background-color: #eae3db;
	padding: 0 20px;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top: -20px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 0;
	transition: all 0.3s;
}
.pricing-feature-list.toggled{
	/*height: auto;*/
	padding: 20px;
}
.pricing-feature-list h4{
	padding-left: 28px;
	font-size: 14px;
}
.pricing-feature-list li{
	box-sizing: border-box;
	padding-left: 28px;
	position: relative;
	font-size: 14px;
}
.pricing-feature-list li:before{
	position: absolute;
	display: block;
	content: "";
	width: 19px;
	height: 19px;
	background: url(images/icon-bullet-check.svg) no-repeat;
	background-size: 100% auto;
	left: 0;
	top: 3px;
}
.pricing-tier-1 .pricing-tier-header{
	position: relative;
	z-index: 1;
}
.pricing-tier-1 .pricing-tier-header:before{
	position: absolute;
	content: "";
	display: block;;
	width: 170px;
	height: 158px;
	background: url(images/pricing-hand.png) no-repeat;
	background-size: 100% auto;
	top: -140px;
	right: -80px;
	-webkit-animation: pricingHander 0.6s infinite alternate linear;
	animation: pricingHander 0.6s infinite alternate linear;
}
	@-webkit-keyframes pricingHander {
		0% { -webkit-transform:translate(20px,-30px) }
		100% { -webkit-transform:translate(0,0) }
	}
	@keyframes pricingHander {
		0% { transform:translate(20px,-30px) }
		100% { transform:translate(0,0) }
	}

#block-pricing-tiers .col-flex{
	overflow: visible;
}
#block-pricing-tiers .site{
	overflow: visible;
}
#block-pricing-comparsion table{
	margin: 0 auto;
	width: 100%;
}
#block-pricing-comparsion .comments p{
	font-style: italic;
	color: #666;
}
#block-pricing-comparsion .comments a{
	text-decoration: underline;
}
#block-pricing-comparsion i:not(.icon-pricing){
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(images/icon-check-blue.svg) no-repeat;
	background-size: 100% auto;
}
#block-pricing-comparsion i.negative{
	opacity: 0;
}
#block-pricing-comparsion i.icon-pricing{
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background-color: #fff;
	background-size: 70% auto;
	background-position: center;
	border-radius: 6px;
	display: inline-block;
}
#block-pricing-comparsion td{
	text-align: center;
	box-sizing: border-box;
	padding: 8px 6px;
	line-height: 1.55;
	vertical-align: middle;
	font-size: 12px;
}
#block-pricing-comparsion .block-pricing-comparsion-header td{
	line-height: 1;
	font-size: 12px;
}
#block-pricing-comparsion td:first-child{
	text-align: left;
	width: 50%;
}
#block-pricing-comparsion thead td{
	font-weight: 600;
}
.block-pricing-comparsion-header{
	color: #fff;
	background-color: #231F20;
	font-weight: 500;
}
.block-pricing-comparsion-body table{
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.block-pricing-comparsion-body tbody tr{
	transition: 0.2s all;
}
.block-pricing-comparsion-body tbody tr:not(.comments):hover{
	background: #fff;
}
.block-pricing-comparsion-body table{
	display: none;
}
.block-pricing-comparsion-body table:nth-child(1),
.block-pricing-comparsion-body table:nth-child(2),
.block-pricing-comparsion-body table:nth-child(3){
	display: table;
}
.pricing-tier .pricing-tier-details{
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	background-color: #E4DBD2;
	padding: 14px 20px;
	position: relative;
	font-weight: 500;
	border-radius: 0 0 10px 10px;
}
.pricing-tier .pricing-tier-details:before{
	display: inline-block;
	content: "\f107";
	font: normal normal normal 16px/1 FontAwesome;
	margin-left: 6px;
	margin-right: 10px;
	transition: 0.2s all;
}
.pricing-tier .pricing-tier-details.toggled:before{
	transform: rotate(180deg);
}
.pricing-tier-1 .pricing-tier-details{
	background-color: #00258C;
	color: #fff;
}
.pricing-tier-details .m{
	display: inline-block;
}
.pricing-tier-details .c{
	display: none;
}
.pricing-tier-details.toggled .m{
	display: none;
}
.pricing-tier-details.toggled .c{
	display: inline-block;
}
.pricing-tier-1 .pricing-tier-details a,
.pricing-tier-1 .pricing-tier-details a:hover{
	text-decoration: none;
	color: #fff;
}
.pricing-tier.toggled{
	box-shadow:0 4px 5px rgb(0 0 0 / 15%);
}
#pricing-capsule{
	cursor: pointer;
	position: relative;
	margin: 30px 0;
	display: block;
	width: 250px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 0;
	overflow: hidden;
}
#pricing-capsule div{
	position: relative;
	z-index: 1;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	padding: 7px 0;
	transition: 0.3s all;
}

#pricing-capsule div span{
	color: #fff;
	background: #777;
	border-radius: 15px;
	display: inline-block;
	padding: 4px 6px;
	margin-left: 5px;
}
#pricing-capsule.status-2 div span{
	background: #0B4BFF;
}
#pricing-capsule:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
	z-index: 0;
	transition: 0.3s all;
}
#pricing-capsule.status-2:after{
	left: 50%;
}
#pricing-capsule.status-2 #pricing-capsule-r{
	color: #0B4BFF;
}
#pricing-capsule.status-1 #pricing-capsule-l{
	color: #0B4BFF;
}
#checkmore_comparision{
	margin-top: 30px;
}
@media screen and (min-width: 768px){
	#block-pricing-tiers .col-flex{
		align-items: flex-start;
	}
	.pricing-tier-1{
		margin-top: -39px;
	}
	.pricing-tier-body p{
		min-height: 78px;
	}
	.pricing-tier-footer{
		border-radius: 0 0 10px 10px;
		min-height: 91px;
	}
	.pricing-tier-1 .pricing-tier-header:before{
		width: 255px;
		height: 237px;
		top: -230px;
		right: -130px;
	}
	.pricing-feature-list{
		padding: 20px;
		margin-top: 0;
		height: auto;
	}
	.block-pricing-comparsion-header{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#block-pricing-comparsion .block-pricing-comparsion-header td{
		font-size: 14px;
	}
	#block-pricing-comparsion td{
		font-size: 14px;
	}
}
@media screen and (min-width: 1280px){
	#block-pricing-comparsion td:first-child{
		width: 50%;
		padding-left: calc(50% - 470px);
	}
	#block-pricing-comparsion td{
		width: 190px;
	}
	#block-pricing-comparsion td:last-child{
		width: calc(50% - 260px);
		padding-right: calc(50% - 570px);
	}
}

/*product page*/
#product-list-out{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 1px;
}
#product-list.sticky{
	z-index: 1;
	position: fixed;
	top: 56px;
	background-color: #f5f2ef;
}
#product-list li{
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 14px;
	margin-bottom: 10px;
	opacity: 0.5;
}
#product-list li.current{
	opacity: 1;
}
#product-list li i.icon-product{
	display: inline-block;
	width: 22px;;
	height: 22px;
	/*background: url(images/icons-pro-tax.svg) no-repeat;*/
	background-size: 100% auto;
	margin-right: 30px;
}
#product-list li h4{
	width: calc(100% - 52px);
}
.product-item{
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 10px;
}
.product-item h3.txt-blue{
	font-size: 14px;
}
.product-item-feature li{
	position: relative;
	padding-left: 40px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.55;
	padding-bottom: 5px;
}
.product-item-feature li:before{
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	width: 28px;
	height: 28px;
	background: url(images/icon-bullet-check.svg) no-repeat;
	background-size: 100% auto;
}
.list-checkmark li{
	position: relative;
	padding-left: 35px;
	line-height: 1.55;
	padding-bottom: 5px;
}
.list-checkmark li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 20px;
	height: 20px;
	background: url(images/icon-bullet-check.svg) no-repeat;
	background-size: 100% auto;
}
.list-checkmark.white-bullet li:before{
	background-image: url(images/icon-check-white.svg);
}
.product-item-icons{
	margin: 20px 0 40px 0;
}
.product-item-icons li{
	display: inline-block;
	width: 32%;
	max-width: 150px;
	text-align: center;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.2;
}
.product-item-icons a:hover{
	/*color: #0B4BFF;*/
	text-decoration: none;
}
.icon-product-line{
	display: block;
	width: 46px;
	height: 46px;
	margin: 10px auto;
	transition: 0.2s all;
}
.product-item-icons a:hover .icon-product-line{
	transform: translate(0,-5px);
}
#product-list-toggle{
	display: none;
}
@media screen and (max-width: 767px){
	#product-list-toggle{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 55px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		font-size: 20px;
		transition: 0.3s all;
	}
	#product-list.toggled #product-list-toggle{
		transform: rotate(180deg);
	}
	#product-list li{
		overflow: hidden;
		height: 0;
		margin-bottom: 0;
		transition: 0.3s all;
		padding-top: 0;
		padding-bottom: 0;
	}
	#product-list li.current{
		height: 55px;
		padding-top: 14px;
		padding-bottom: 14px;
		margin-bottom: 10px;
	}
	#product-list.toggled li{
		height: 55px;
		margin-bottom: 10px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
}
@media screen and (min-width: 768px){
	#block-product-list-col-raw{
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}
	#product-list-out{
		height: 100%;
	}
	#product-list.sticky{
		top: 90px;
	}
	#product-list.sticky.sticky-bottom{
		position: absolute;
		top: auto;
		bottom: 0;
	}
}
@media screen and (min-width: 1024px){
	.product-item{
		padding: 35px 60px;
	}
	.product-item-feature li{
		padding-left: 50px;
		font-size: 28px;
	}
	.product-item-feature li:before{
		width: 35px;
		height: 35px;
		top: 5px;
	}
	.product-item-icons li{
		font-size: 14px;
	}
}
@media screen and (min-width: 1600px){
	.product-item{
		padding: 35px 100px;
	}
}

/*blog / events */
/*#block-news-1 .entry-content a,*/
.block-article .entry-content a{
	text-decoration: underline;
}
#block-news-1 .entry-content,
#block-glossary-1 .entry-content{
	min-height: 300px;
}
.thumbnail-post-size-big{
	object-fit: cover;
	max-height: 520px;
}
.panel-post-container{
	position: relative;
	overflow:hidden;
	/*margin:21px 0;*/
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
	padding:0;
	color: #666;
	text-align: left;
	/*min-height: 395px;*/
	min-height: 300px;
}
#swiper-testimonials-top .panel-post-container{
	min-height: 252px;
	margin-bottom: 0;
	background-color: #fff;
}
#swiper-testimonials-top .panel-case-txt{
	padding-bottom: 40px;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #E4DBD2;
	opacity: 1;
	transition: 0.2s all;
}
.swiper-pagination-bullet-active{
	background-color: #0B4BFF;
	width: 25px;
}
.panel-post-container i{
	color: #777;
	font-size: 14px;
}
.panel-post-container:last-child{
	border-bottom: 0;
}

.panel-post-thumbnail:hover img {
	/*-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);*/
}
.panel-post-thumbnail img{
	border-radius: 10px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	/*width: 100%;*/
	width: calc(100% - 2px);
	border: 1px solid #f2f2f2;
}
.panel-post-thumbnail{
	overflow: hidden;
	vertical-align: top;
	margin:0;
	display: inline-block;
	font-size: 0;
	width: 100%;
}
.panel-post-txt{
	background:#fff;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 1.5;
	padding:21px;
	margin-top: -8px;
}
a.panel-post-title{
	color:#333;
	text-decoration: none;
	font-size:18px;
	font-size:1.285714rem;
	margin-bottom: 7px;
	margin-top: 4px;
	display: block;
	line-height: 1.5;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
a.panel-post-title:hover{
	text-decoration: none;
}
.panel-post-sub{
	margin-bottom: 10px;
	margin-top: 14px;
	display: block;
	font-size: 12px;
}
.panel-post-sub a{
	text-decoration: none;
}
.panel-post-tags{
	display: block;
	margin-bottom: 14px;
}
a[rel="tag"],
a.tag-cloud-link{
	display: inline-block;
	margin-right: 6px;
	margin-top: 6px;
	box-sizing: border-box;
	padding: 2px 6px;
	background: #E4DBD2;
	color: #000;
	font-size: 11px;
	border: 1px solid #E4DBD2;
	border-radius: 4px;
	transition: 0.2s all;
}
a.tag-cloud-link{
	padding: 10px 20px;
}
a[rel="tag"]:before{
	/*content: "# ";*/
}
a[rel="tag"]:hover,
a.tag-cloud-link:hover{
	background: #0B4BFF;
	border-color: #0B4BFF;
	color: #fff;
	text-decoration: none;
}
.panel-post-content{
	line-height: 1.7;
	font-size: 14px;
	font-size: 1rem;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.list-newsroom{
	font-size: 0;
}
.list-newsroom .col-n{
	float: none;
	vertical-align: top;
	display: inline-block;
}
.panel-post-txt a.more{
	font-size: 14px;
}
#block-subscription h2{
	font-size: 21px;
	font-size: 1.5rem;
}
.subscription-form{
	width: 100%;
	margin: 20px auto 0 auto;
}
.subscription-input,
a.subscription-submit{
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 10px;
	height: 50px;
	line-height:42px;
	font-size: 16px;
}
a.subscription-submit{
	background: #231F20;
	color: #fff;
	width: 180px ;
	text-align: center;
	border-radius:0;
	transition: all 0.2s;
	border: 2px solid #231F20;
	border-radius: 0 8px 8px 0;
}
a.subscription-submit:hover{
	text-decoration: none;
	background-color: #000;
}
.subscription-input{
	background: transparent;
	border: 2px solid #231F20;
	border-right: 0;
	border-radius:0;
	width: calc(100% - 180px);
	border-radius: 8px 0 0 8px;
}
.subscription-input::-webkit-input-placeholder {
	color: rgba(0,0,0,0.5);
}
.post-footer{
	margin-top: 40px;
}
.post-footer h3{
	margin-bottom: 28px;
}
.panel-event-container{
	min-height: unset;
}
.panel-event-container .link-underline{
	align-self: flex-start;
}
.event-status{
	background-color: #E4DBD2;
	display: block;
	width: 70px;
	text-align: center;
	color: #000;
	padding: 6px;
	border-radius: 6px;
}
.event-status.event-status-ongoing:after{content: "进行中"; color:#0B4BFF;}
.event-status.event-status-coming:after{content: "未开始";}
.event-status.event-status-end{opacity: 0.6;}
.event-status.event-status-end:after{content: "已结束";color:rgba(0,0,0,0.5);}
.panel-event-container .panel-post-title{
	margin-top: 14px;
}
.comments-link .event-status{
	display: inline-block;
	margin-right: 10px;
}
.event-kv{
	display: block;
	font-size: 0;
	overflow: hidden;
	width: 1172px;
	max-width: 100%;
	margin: 0 auto;
}
.event-kv img{
	width: 100%;
	height: auto;
}
#searchform{
	margin-bottom: 20px;
	width: 370px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 0;
}
#searchform input{
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 10px;
	height: 50px;
	line-height:42px;
	font-size: 16px;
}
#searchsubmit{
	background: #231F20;
	color: #fff;
	width: 80px ;
	text-align: center;
	border-radius:0;
	transition: all 0.2s;
	border: 2px solid #231F20;
	border-radius: 0 8px 8px 0;
}
#searchsubmit:hover{
	text-decoration: none;
	background-color: #000;
}
#searchform #s{
	background: transparent;
	border: 2px solid #231F20;
	border-right: 0;
	border-radius:0;
	width: calc(100% - 80px);
	border-radius: 8px 0 0 8px;
}
#searchform #s::-webkit-input-placeholder {
	color: rgba(0,0,0,0.5);
}
#block-action h3{
	margin-bottom: 28px;
}

.post-index{
	position: relative;
	width: 100%;
	background: #fff;
	margin: 0 0 40px 0;
	box-sizing: border-box;
	padding: 20px 28px;
}
.post-index .post-index-title{
	margin-bottom: 0;
	margin-top: 0;
}
#post-index-inner{
	padding-top: 20px;
	box-sizing: border-box;
	overflow: hidden;
	transition: 0.2s all;
}
.post-index-item{
	margin-left: 0;
	padding-left: 8px;
	border-radius: 3px;
	transition: 0.2s all;
}
.post-index-item a{
	color: #000;
	display: block;
	transition: 0.2s all;
}
.post-index-item:hover{
	background: #fff;
}
.post-index-item:hover a{
	color: #0B4BFF;
	text-decoration: none;
}
#post-index-close{
	width: 20px;
	height: 20px;
	color: #000;
	font-size: 19px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 20px;
	top: 25px;
}
@media screen and (max-width: 767px){
	#search-post{
		margin: 20px auto;
		max-width: 80%!important;
		text-align: center;
	}
	#searchform{
		width: 100%;
	}
}
@media screen and (min-width: 768px){
	.panel-post-txt{
		min-height: 390px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.panel-post-txt .link-underline{
		align-self: flex-start;
	}
	.inner-menu-sub{
		padding: 80px 0;
	}
	.menu-sub{
		text-align: left;
	}
	.panel-event-container{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.panel-event-container .panel-post-thumbnail{
		width: 380px;
	}
	.panel-event-container .panel-post-txt{
		width: calc(100% - 390px);
		min-height: unset;
		margin-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.panel-event-container .panel-post-txt .more{

	}
}
@media screen and (min-width: 1024px){
	.panel-post-txt{
		min-height: 330px;
	}
	#block-subscription h2{
		font-size: 28px;
		font-size: 2.5rem;
	}
	.event-kv{
		border-radius: 10px;
		margin-top: 50px;
	}
	#block-news-1 .entry-content h2{
		font-size: 26px;
	}
	#block-news-1 .entry-content h3{
		font-size: 22px;
	}
	#block-news-2 .site,
	#block-news-comments .site{
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

/*partners*/
ul.list-partners{
	margin-top: 14px;
}
ul.list-partners li{
	display: inline-block;
	width: 66px;
	vertical-align: middle;
	margin: 10px 15px 0 0;
	filter: grayscale(1);
	opacity: 0.75;
}
ul.list-partners li img{
	width: 100%;
	height: auto;
}
.top-inner-partner .inner-head-img{
	width: 1200px;
}
#partner-inner-head-img{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}
#partner-inner-head-img div{
	position: absolute;
	transition: 0.3s all;
}
#partner-inner-head-img div img{
	width: 100%;
	height: auto;
}
#partner-head-1{
	background: url(images/partners-top-1-1.png) no-repeat center center;
	background-size: 100%;
	width: 31.6%;
	height: auto;
	top: 6%;
	left: 68%;
	-webkit-animation: partnerTopRotate 50s infinite forwards linear;
	animation: partnerTopRotate 50s infinite forwards linear;
}	
	@-webkit-keyframes partnerTopRotate {
		0% { -webkit-transform: rotate(0); }
		100% { -webkit-transform: rotate(360deg); }
	}
	@keyframes partnerTopRotate {
		0% { transform: rotate(0); }
		100% { transform: rotate(360deg); }
	}
#partner-head-1 img{
	-webkit-animation: partnerTopDots 1.6s infinite alternate linear;
	animation: partnerTopDots 1.6s infinite alternate linear;
}
	@-webkit-keyframes partnerTopDots {
		0% { opacity: 0; }
		100% { opacity: 1 }
	}
	@keyframes partnerTopDots {
		0% { opacity: 0; }
		100% { opacity: 1 }
	}
#partner-head-2{
	width: 25.1%;
	height: auto;
	top: 0;
	left: 38%;
	top: 40%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-animation: partnerTopFloat 2s infinite alternate ease-in;
	animation: partnerTopFloat 2s infinite alternate ease-in;
}
	@-webkit-keyframes partnerTopFloat {
		0% { -webkit-transform: translate(0,0px) rotate(0) scale(1.0);}
		100% { -webkit-transform: translate(0,30px) rotate(-10deg) scale(0.95); }
	}
	@keyframes partnerTopFloat {
		0% { transform: translate(0,0px) rotate(0) scale(1.0);}
		100% { transform: translate(0,30px) rotate(-10deg) scale(0.95); }
	}
#partner-head-3{
	background-color: #F0566F;
	border: 20px solid #0B4BFF;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	left: 25%;
	top: 40%;
	-webkit-animation: partnerTopFloatDot1 3s infinite alternate ease-in;
	animation: partnerTopFloatDot1 3s infinite alternate ease-in;
}
	@-webkit-keyframes partnerTopFloatDot1 {
		0% { -webkit-transform: translate(0,0px)  scale(1.0);}
		100% { -webkit-transform: translate(0,40px) scale(0.95); }
	}
	@keyframes partnerTopFloatDot1 {
		0% { transform: translate(0,0px)  scale(1.0);}
		100% { transform: translate(0,40px) scale(0.95); }
	}
#partner-head-4{
	width: 28px;
	height: 28px;
	background-color: #0B4BFF;
	border-radius: 50%;
	left: 9%;
	top: 58%;
	-webkit-animation: partnerTopFloatDot2 2s infinite alternate ease-in;
	animation: partnerTopFloatDot2 2s infinite alternate ease-in;
}
	@-webkit-keyframes partnerTopFloatDot2 {
		0% { -webkit-transform: translate(0,0px)  scale(1.0);}
		100% { -webkit-transform: translate(0,30px) scale(0.95); }
	}
	@keyframes partnerTopFloatDot2 {
		0% { transform: translate(0,0px)  scale(1.0);}
		100% { transform: translate(0,30px) scale(0.95); }
	}
.entry-header-partner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.entry-header-partner img{
	width: 150px;
	height: auto;
}
@media screen and (max-width: 768px){
	#partner-head-3{
		border-width: 8px;
		width: 15px;
		height: 15px;
	}
	#partner-head-4{
		width: 12px;
		height: 12px;
	}
}


#partners-superstar-list{
	margin: 40px 0;
}
#partners-superstar-list li{
	margin-bottom: 30px;
}
#partners-superstar-list li:before{
	width: 24px;
	height: 24px;
}
#block-partners-superstar .entry-image{
	display: block;
	max-width: 85%;
	margin: 0 auto;
}
.partners-ecosystem-item{
	background-color: #fff;
	margin-bottom: 10px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 15px;
}
.partners-ecosystem-animation-icon{
	width: 30%;
	text-align: center;
}
.partners-ecosystem-animation-icon lottie-player{
	max-width: 100%;
	width: 140px;
	display: inline-block;
}
.partners-ecosystem-item h3{
	box-sizing: border-box;
	width: 70%;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	padding-left: 15px;
}
@media screen and (min-width: 1024px){
	#grid-item-partners-11{ transform: translate(-60px,120px); transition-delay: 0.6s;}
	#grid-item-partners-12{ transform: translate(-60px,0); transition-delay: 0.2s;}
	#grid-item-partners-13{ transform: translate(60px,0); transition-delay: 0.3s;}
	#grid-item-partners-14{ transform: translate(60px,0); transition-delay: 0.7s;}
	#grid-item-partners-15{ transform: translate(0,60px); transition-delay: 0.9s;}


	#grid-item-partners-15 {
		grid-column-start: 2;
		grid-column-end: 4;
	}
	#grid-item-partners-12{
		height: 390px;
	}
	#grid-item-partners-13{
		align-self: end;
	}
	#grid-item-partners-14{
		margin-top: -90px;
	}
	.grid-container.stay #grid-item-partners-11 {
		transform: translate(0,120px)!important;;
	}
	#partners-superstar-list li:before{
		width: 36px;
		height: 36px;
	}
	#partners-superstar-list li{
		padding-left: 52px;
	}
	.partners-ecosystem-animation-icon{
		width: 20%;
	}
	.partners-ecosystem-item{
		padding: 5px;
	}
	.partners-ecosystem-item h3{
		padding: 0;
		width: 80%;
		font-size: 18px;
	}
}
@media screen and (min-width: 1600px){
	#block-partners-superstar h2{
		font-size: 70px;
		font-size: 5rem;
	}
}

/*why workstem*/
.why-comparision-item{
	width: 100%;
	overflow-x: auto;
	_overflow: auto;
	margin-bottom: 10px;

}
.why-comparision-item::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.why-comparision-item::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.why-comparision-item-cont{
	width: 100%;
	min-width: 580px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.why-comparision-item-left,
.why-comparision-item-right{
	direction: ltr;
	box-sizing: border-box;
	padding: 15px;
	width: calc(50% - 5px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 240px;
}
.why-comparision-item-left{
	background: #EDE9E5;
}
.why-comparision-item-right{
	background: #fff;
}
.why-comparision-item-img{
	width: 550px;
	height: 100px;
	max-width: 100%;
}
.why-comparision-item-img lottie-player{
	max-width: 100%;
	width: 700px;
	display: inline-block;
}
.why-comparision-item-left .why-comparision-item-img lottie-player{
	filter: brightness(0);
    clip-path:polygon(0 0,  34% 0, 34% 100%, 0 100%);
}
.why-comparision-item-title{
	line-height: 1.5;
}
.why-comparision-item-title b{
	display: inline-block;
	margin-left: 30px;
}
.why-benefits-line{
	margin-bottom: 10px;
}
.why-benefits-item{
	box-sizing: border-box;
	padding: 15px;
	width: calc(30% - 5px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 280px;
}
.why-benefits-item-img{
	margin: 10px 0;
}
.why-benefits-img{
	width: calc(20% - 10px);
	height: 250px;
}
.why-benefits-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.why-benefits-line .why-benefits-item,
.why-benefits-line .why-benefits-img{
	margin-left: 0;
	margin-right: 10px;
}
#block-why-ready dt,
#block-about-s5 dt{
	line-height: 1.55;
	display: inline-block;
	vertical-align: top;
	width: 70px;
}
#block-why-ready dd,
#block-about-s5 dd{
	line-height: 1.55;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 75px);
}
/*why workstem animation*/
.why-inner-head-item-doc{
	position: absolute;
	z-index: 0;
	width: 130px;
	height: 178px;
	background: url(images/why-head-doc.png) no-repeat;
	background-size: 100% auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 0.1s all;
	opacity: 0;
}
.why-inner-head-item-doc dt{
	width: 70%;
	box-sizing: border-box;
	display: block;
	padding: 10px;
	font-weight: 600;
}
.why-inner-head-item-doc dd{
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 10px;
}
#why-inner-head-item-doc-1{ left: 45%; top: 0;
	animation: whyDoc1 9s infinite forwards linear;
	animation-delay: 3s;
}
	@keyframes whyDoc1 {
		0% { transform:translate(0,0); opacity: 1;}
		60% { transform:translate(0,700px); opacity: 1;}
		60.1%,to{opacity: 0;}
	}
#why-inner-head-item-doc-2{ left: -15%; top: 300px;
	animation: whyDoc2 7s infinite forwards linear;
}
	@keyframes whyDoc2 {
		0% { transform:translate(0,0); opacity: 1;}
		60%{ transform:translate(750px,400px); opacity: 1;}
		60.1%,to{opacity: 0;}
	}
#why-inner-head-item-doc-3{ right: -15%; top: 200px;
	animation: whyDoc3 8s infinite forwards linear;
}
	@keyframes whyDoc3 {
		0% { transform:translate(0,0);  opacity: 1;}
		60% { transform:translate(-750px,500px); opacity: 1;}
		60.1%,to{opacity: 0;}
	}

.why-inner-head-item-chat{
	position: absolute;
	z-index: 0;
	width: 274px;
	height: 116px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 0.1s all;
	opacity: 0;
}
.why-inner-head-item-chat dt{
	font-size: 13px;
	line-height: 1.55;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 222px;
	height: 56px;
	background: url(images/why-head-moving-chat-11.png) no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 0 20px 0 55px;
}
#why-inner-head-item-chat-2 dt{ background-image:url(images/why-head-moving-chat-12.png) ; }
#why-inner-head-item-chat-3 dt{ background-image:url(images/why-head-moving-chat-13.png) ; }
.why-inner-head-item-chat dd{
	font-size: 12px;
	line-height: 1.55;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 162px;
	height: 56px;
	background: url(images/why-head-moving-chat-2.png) no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 0 50px 0 20px;
	text-align: right;
	margin-left: 110px;
}
#why-inner-head-item-chat-1{ left: 60%; top: 0;
	animation: whyChat1 10s infinite forwards linear;
	animation-delay: 0.5s;
}
	@keyframes whyChat1 {
		0% { transform:translate(0,0);opacity: 1;}
		60% { transform:translate(-50px,700px); opacity: 1;}
		60.1%,to{opacity: 0;}
	}
#why-inner-head-item-chat-2{ left: -15%; top: 0;
	animation: whyChat2 8.5s infinite forwards linear;
	animation-delay: 3s;
}
	@keyframes whyChat2 {
		0% { transform:translate(0,0);opacity: 1; }
		60% { transform:translate(750px,700px); opacity: 1;}
		60.1%,to{opacity: 0;}
	}
#why-inner-head-item-chat-3{ right: -15%; top: 300px;
	animation: whyChat3 9s infinite forwards linear;
	animation-delay: 5s;
}
	@keyframes whyChat3 {
		0% { transform:translate(0,0); opacity: 1;}
		60% { transform:translate(-750px,400px); opacity: 1;}
		60.1%,to{opacity: 0;}
	}
.pass .why-inner-head-item-doc,
.pass .why-inner-head-item-chat{
	opacity: 0!important;
	animation: none!important;
}
#why-inner-head-container{
	margin: 0 auto;
	position: relative;
	height: 1300px;
	width: 1600px;
	max-width: 100%;
}
#why-inner-head-circle{
	width: 1000px;
	height: 1000px;
	position: absolute;
	left: calc(50% - 500px);
	top: 230px;
}
#why-inner-head-circle-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/why-top-circle.png) no-repeat center center;
	background-size: 100% auto;
	animation: whyCircleBg 60s infinite forwards linear;
}
	@keyframes whyCircleBg {
		0% { transform:rotate(0deg); }
		100% { transform:rotate(360deg); }
	}
#why-inner-head-circle-ai{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 150px;
	color: #F1DFDF;
	font-weight: 800;
}
#why-inner-head-circle-moons{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	animation: whyCircleMoons 50s infinite forwards linear;
}
	@keyframes whyCircleMoons {
		0% { transform:rotate(0deg) scale(0.85); }
		100% { transform:rotate(360deg) scale(0.85); }
	}
#why-inner-head-circle-moons div{
	position: absolute;
	width: 200px;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	background: no-repeat center center;
	background-size: 100% auto;
	animation: whyCircleMoon 50s infinite forwards linear;
}
	@keyframes whyCircleMoon {
		0% { transform:rotate(0deg) }
		100% { transform:rotate(-360deg) }
	}
div#why-inner-head-circle-moon-1{ background-image: url(images/why-circle-1.png); left:40%; top: 0}
div#why-inner-head-circle-moon-2{ background-image: url(images/why-circle-2.png); left:5.36%; top: 20%}
div#why-inner-head-circle-moon-3{ background-image: url(images/why-circle-3.png); left:5.36%; bottom:20%}
div#why-inner-head-circle-moon-4{ background-image: url(images/why-circle-4.png); left:40%; bottom: 0}
div#why-inner-head-circle-moon-5{ background-image: url(images/why-circle-5.png); right: 5.36%;bottom: 20%}
div#why-inner-head-circle-moon-6{ background-image: url(images/why-circle-6.png); right: 5.36%; top: 20%}
#why-inner-head-payrun{
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	text-align: center;
	top: 1000px;
	font-size: 160px;
	font-weight: 800;
	color: #231F20;
	opacity: 0;
	transform: scale(0) translate(0,-300px);
}
#why-inner-head-comments{
	width: 80%;
	position: absolute;
	left: 10%;
	top: 1130px;
	z-index: 2;
}
.why-inner-head-comment{
	font-size: 15px;
	font-weight: 400;
	position: absolute;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	width: auto;
	padding: 20px;
	border-radius: 30px;
	box-shadow: 0 4px 5px rgba(0,0,0,0.05);
	transition: 1.5s all;
	opacity: 0;
	transform-origin: 50% top;
}
#why-comment-1{left: 0;top: 60px; transform: scale(0.3) translate(1200px,-700px); transform-origin: 100% top;}
#why-comment-2{left: 15%;top: 20px; transform: scale(0.3) translate(600px,-700px); transform-origin: 100% top;}
#why-comment-3{left: 50%;top: 0px; transform: scale(0.3) translate(0,-700px); transform-origin: 50% top;}
#why-comment-4{left: 41%;top: 80px; transform: scale(0.3) translate(0,-700px); transform-origin: 50% top;}
#why-comment-5{left: 65%;top: 30px; transform: scale(0.3) translate(-600px,-700px); transform-origin:0 top;}
#why-comment-6{right: 0;top: 10px; transform: scale(0.3) translate(-1200px,-700px); transform-origin:0 top;}
#why-inner-head-comments.stay .why-inner-head-comment{
	opacity: 1;
	transform: none;
	transition-delay: 0.2s;
}
#why-inner-head-comments.stay #why-comment-1{ transition-delay: 0s;  }
#why-inner-head-comments.stay #why-comment-2{ transition-delay: 0.4s; }
#why-inner-head-comments.stay #why-comment-3{ transition-delay: 0.8s; }
#why-inner-head-comments.stay #why-comment-4{ transition-delay: 0.4s; }
#why-inner-head-comments.stay #why-comment-5{ transition-delay: 0.6s; }
#why-inner-head-comments.stay #why-comment-6{ transition-delay: 0.2s; }
#why-inner-head-device{
	position: relative;
	width: 1280px;
	margin: 0 auto;
	max-width: 100%;
	padding-top: 45px;
	margin-bottom: 70px;
}
#why-inner-head-device img{
	width: 100%;
	height: auto;
}
#why-inner-head-device-t1,
#why-inner-head-device-t2{
	font-size: 35px;
	font-weight: 800;
	position: absolute;
	top: 0;
}
#why-inner-head-device-t1{
	left: 8.5%;
}
#why-inner-head-device-t2{
	left: 72%;
}
.why-inner-head-device-item{
	position: absolute;
	padding: 10px 5px 10px 10px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 4px 5px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: row;
	align-items: center;
	top: 140px;
	left: 10%;
	border-radius: 30px;
	transition: 0.4s all;
	opacity: 0;
	width: 48px;
	height: 48px;
	overflow: hidden;
}
.stay .why-inner-head-device-item{
	opacity: 1;
	width: 20%;
}
#why-inner-head-device-item-1{ top: 140px; left: 10%;}
#why-inner-head-device-item-2{ top: 200px; left: 10%; transition-delay: 0.2s;}
#why-inner-head-device-item-3{ top: 260px; left: 10%; transition-delay: 0.4s;}
#why-inner-head-device-item-4{ top: 140px; left: 34%; transition-delay: 0.1s;}
#why-inner-head-device-item-5{ top: 200px; left: 34%; transition-delay: 0.3s;}

.why-inner-head-device-item:before{
	content: "";
	width: 28px;
	height: 28px;
	background: url(images/icon-bullet-check.svg) no-repeat;
	background-size: 100% auto;
	margin-right: 12px;
	flex-shrink: 0;
}
.why-inner-head-device-item-2{
	position: absolute;
	padding: 10px 5px 10px 10px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 4px 5px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 19%;
	top: 140px;
	left: 74%;
	border-radius: 30px;
	transition: 0.4s all;
	opacity: 0;
	width: 48px;
	height: 48px;
	overflow: hidden;
}
.stay .why-inner-head-device-item-2{
	opacity: 1;
	width: 19.2%;
}
.why-inner-head-device-item-2:before{
	content: "";
	width: 28px;
	height: 28px;
	background: url(images/icon-bullet-check.svg) no-repeat;
	background-size: 100% auto;
	margin-right: 12px;
	flex-shrink: 0;
}
#why-inner-head-device-item-11{ top: 150px; left: 74%; transition-delay: 0.5s;}
#why-inner-head-device-item-12{ top: 210px; left: 74%; transition-delay: 0.6s;}
.why-inner-head-device-item p,
.why-inner-head-device-item-2 p{
	margin: 0;
	transition: 0.6s all;
	width: 200px;
	min-width: 200px;
	opacity: 0;
	transform: translate(-70px,0);
}
.why-inner-head-device-item-2 p{
	transition-delay: 0.5s;
}
.stay .why-inner-head-device-item p,
.stay .why-inner-head-device-item-2 p{
	width: calc(100% - 60px);
	opacity: 1;
	transform: translate(0,0);
}
@media screen and (min-width:1280px){
	#why-inner-head-payrun{
		font-size: 270px;
	}
}
@media screen and (max-width:600px){
	#why-inner-head-container{
		zoom: 0.5;
	}
	.why-inner-head-device-item,
	.why-inner-head-device-item-2{
		zoom: 0.5;
		font-size: 9px;
	}
	#why-inner-head-device-t1, #why-inner-head-device-t2{
		font-size: 18px;
	}
	#why-inner-head-circle-moons div{
		font-size: 10px;
	}
	.why-inner-head-item-doc dt,
	.why-inner-head-item-doc dd,
	.why-inner-head-item-chat dt,
	.why-inner-head-item-chat dd{
		font-size: 6px;
		line-height: 1.1;
	}
	#why-inner-head-payrun{
		font-size: 80px;
	}
	.why-inner-head-comment{
		font-size: 6px;
	}
	#why-inner-head-circle-ai{
		font-size: 100px;
	}
	#why-inner-head-comments{
		top: 1150px;
	}
}
/*why workstem animation end*/
@media screen and (max-width:767px){
	.why-benefits-item{
		margin-bottom: 10px;
		width: calc(65% - 10px);
		float: left;
		height: 250px;
	}
	.why-benefits-img{
		width: 35%;
		float: left;
		margin: 0!important;
		height: 250px;
	}
	.why-benefits-item:last-child{
		width: 100%;
		min-height: 180px;
		float: none;
		margin-bottom: 0;
	}
	.why-comparision-item-desc p,
	.why-benefits-item p{
		font-size: 13px;
		line-height: 1.55;
	}
	.why-comparision-item:nth-child(even){
		direction: rtl;
	}
	.why-comparision-item:nth-child(even) .why-comparision-item-cont{
		flex-direction: row-reverse;
	}
}
@media screen and (min-width:768px){
	.why-benefits-line{
		display: flex;
		flex-direction: row;
	}
	.why-benefits-line:nth-child(even){
		flex-direction: row-reverse;
	}
	.why-benefits-item{
		width: calc(40% - 10px);
		height: 280px;
	}
	.why-benefits-img{
		width: calc(20% - 10px);
		height: 280px;
	}
}
@media screen and (min-width:1024px){
	.why-comparision-item-left,
	.why-comparision-item-right{
		height: 270px;
	}
}
@media screen and (min-width:1280px){
	.why-benefits-item{
		width: calc(30% - 5px);
		height: 280px;
	}
	.why-benefits-img{
		width: calc(20% - 10px);
		height: 280px;
	}

	.why-benefits-line:nth-child(even) .why-benefits-item,
	.why-benefits-line:nth-child(even) .why-benefits-img{
		margin-left: 10px;
		margin-right: 0;
	}
	.why-comparision-item-desc p{
		font-size: 18px;
	}
}

/*solutions*/
.solution-industry-item{
	display: block;
	margin-bottom: 14px;
}
.solution-industry-item:hover{
	text-decoration: none;
}
.solution-industry-item img{
	width: 100%;
	height: 200px;
	border-radius: 8px;
	object-fit: cover;
}
p.solution-industry-txt{
	display: block;
	margin-top: -10px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 25px 20px 15px 20px;
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width:1279px){
	.issue-item-2 .issue-item-placeholder{
		display: none;
	}
	.issue-item-2 .issue-item-img{
		width: 50%;
	}
}
@media screen and (max-width:1023px){
	.issue-item-2 .issue-item-img{
		width: 100%;
	}
}
@media screen and (min-width:768px){
	.solution-industry-item{
		margin-bottom: 28px;
	}
	.solution-industry-item img{
		height: auto;
	}
}
@media screen and (min-width:1600px){
	.issue-item-2 .col-flex-reverse .issue-item-txt{
		padding-left: 320px;
	}
	.issue-item-2 .col-flex:not(.col-flex-reverse) .issue-item-txt{
		padding-right: 50px;
	}
}
/*glossary*/
#glossary-alphabet{
	list-style: none;
}
#glossary-alphabet li{
	margin: 0 5px 5px 0;
	display: inline-block;
	width: 55px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ccc;
	font-weight: 800;
	font-size: 21px;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px){
	#glossary-alphabet li{
		width: 33px;
		height: 33px;
		line-height: 33px;
		font-size: 18px;
	}
}
#glossary-alphabet li a{
	border-radius: 6px;
	color: #000;
	background: #fff;
	display: block;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}
#glossary-alphabet li a:hover{
	text-decoration: none;
	background-color: #E4DBD2;
}
.site-blocks h3.glossary_item_list_letter{
	font-weight: 800;
	font-size: 21px;
	font-size: 1.5rem;
	margin:28px auto 28px auto;
	margin:2rem auto 2rem auto;
}
.site-blocks h3.glossary_item_list_letter:before{
	content: "- ";
}
.site-blocks h3.glossary_item_list_letter:after{
	content: " -";
}
.glossary-item{
	font-weight: 500;
	font-size: 14px;
	font-size: 1rem;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.glossary-item h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.glossary-item .txt-gray{
	width: 85px;
	display: inline-block;
}
a.achor{
	position: relative;
    display: inline-block;
    top: -70px;
}
.glossary-item-txt{
	display: block;
	/*margin-top: -8px;*/
	box-sizing: border-box;
	padding: 14px;
	background: #fff;
	transition: 0.2s all;
}
a.glossary-item-txt:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.7);
}
.glossary-item-content,
.glossary-item-txt p {
	font-weight: 400;
	line-height: 1.5;
}
.glosary-item-thumbnail{
	display: none;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
@media screen and (min-width: 768px){
	.site-blocks h3.glossary_item_list_letter{
		font-size: 28px;
		font-size: 2rem;
	}
	.glossary-item h3{
		font-size: 21px;
	}
	.glossary-item-txt{
		box-sizing: border-box;
		padding: 21px;
		min-height: 150px;
	}
	.glossary-item-content {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}

/*sytem intergration*/
.system-intergrations-item{
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 10px;
}
.system-intergrations-item .site-narrow{
	margin: 0 auto;
	overflow: visible;
}
.system-intergrations-item h3{
	margin: 20px 0;
}
ul.system-intergrations-logos {
	position: relative;
	font-size: 0;
}
ul.system-intergrations-logos li{
	vertical-align: middle;
	display: inline-block;
	height: auto;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	filter: grayscale(1);
	transition: 0.2s all;
	background: #f5f2ef;
	border-radius: 8px;
}
ul.system-intergrations-logos li:hover{
	filter: none;
}
ul.system-intergrations-logos li img{
	width: 100%;
	transform: scale(0.8);
}
ul.system-intergrations-logos li.list-name{
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	background: transparent;
}
#block-xero-s1 .icon-check,
#block-xero-s1 h4{
	display: inline-block;
	vertical-align: middle;
}
#block-xero-s1 h4{
	font-size: 18px;
	padding-left: 20px;
	display: inline-block;
	width: calc(100% - 60px);
}
#block-xero-s4 h3,
#block-xero-s5 h3{
	font-size: 18px;
	line-height: 1.5;
}
#block-xero-s4 .button,
#block-xero-s5 .button{
	margin-left: 36px;
}
#block-xero-s1 .col-n{
	padding-bottom: 21px;
}
.xero-steps-item{
	box-sizing: border-box;
	padding: 21px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}
.xero-steps-item p{
	line-height: 1.4;
}
.xero-steps-item i{
	font-size: 21px;
	font-style: normal;
	font-weight: 800;
	display: block;
	width: 46px;
	height: 46px;
	color: #000;
	background: #fff;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	margin-bottom: 30px;
	color: #ff534e;
}
.xero-steps-item.color-0 i{
	background-color: #f5f2ef;
}
@media screen and (min-width: 768px){
	.system-intergrations-item{
		
	}
	ul.system-intergrations-logos li{
		width: 230px;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#block-xero-s1 h4{
		font-size: 28px;
		vertical-align: top;
	}
	.xero-steps-item{
		height: 420px;
	}
}
@media screen and (min-width: 1024px){
	#block-xero-s4 .button,
	#block-xero-s5 .button{
		margin-left: 52px;
	}
	#block-xero-s4 h3,
	#block-xero-s5 h3{
		font-size: 24px;
	}
}
@media screen and (min-width: 1280px){
	.xero-steps-item{
		height: 300px;
	}
	
}
@media screen and (min-width: 1600px){
	.system-intergrations-item h3{
		margin: 40px 0;
	}
	ul.system-intergrations-logos li.list-name{
		padding-right: 20px;
		position: absolute;
		width: 200px;
		left: -200px;
		top: 42px;
	}
	.xero-steps-item i{
		width: 52px;
		height: 52px;
		line-height: 52px;
		font-size: 28px;
	}
}

/*about*/
.about-desc-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 21px;
	margin-bottom: 10px;
}
.about-desc-item .grid-animation-icon,
.about-desc-item .about-count{
	margin-bottom: 14px;
}
.about-count{
	font-size: 40px;
	font-weight: 800;
}
.timeline-txt{
	padding-left: 26px;
	position: relative;
	z-index: 2;
	margin: 0 0 12px 0;
	transition: 0.3s all;
	
}
.timeline-txt:last-child{
	margin-bottom: 0;
}
.timeline-txt ul{
	margin-top: -2px;
}
.timeline-txt time{
	display: block;
	margin: 14px 0 0 0;
	margin: 1rem 0 0 0;
}
.timeline-txt:before{
	content: "";
	width: 6px;
	height: 6px;
	border: 2px solid #000;
	background: #f5f2ef;
	left: 4px;
    top: 6px;
	border-radius: 50%;
	position: absolute;
}
.timeline-line{
	position: relative;
}
.timeline-line:before{
	content: "";
	position: absolute;
	height: 100%;
	z-index: 0;
	background-color: #aaa;
	width: 1px;
	left: 8px;
	top: 10px;
	transition: 0.3s all;
	transition-delay: 0.9s;
}
@media screen and (min-width: 768px){
	.timeline-txt{
		margin: 20px 0 30px 0;
		padding-left: 60px;
	}
	.timeline-txt:before{
		width: 10px;
		height: 10px;
		border-width: 4px;
		top: 7px;
	}
	.timeline-line:before{
		width: 2px;
		left: 12px;
		height: calc(100% - 120px);
	}
	.about-desc-item{
		height: 260px;
	}
}
@media screen and (min-width: 1280px){
	.timeline-txt{
		margin: 30px 0 50px 0;
	}
}
@media screen and (min-width: 1280px){
	#block-about-s5{
		position: relative;
		overflow: hidden;
	}
	#block-about-s5:after{
		position: absolute;
		content: "";
		width: calc(50% + 475px);
		height: 100%;
		left: 0;
		top: 0;
		background-color: #fff;
		z-index: 0;
	}
	#block-about-s5 .entry-image{
		transform: translate(30px,0);
	}
	#block-about-s5 .site{
		position: relative;
		z-index: 1;
		overflow: visible;
	}
}

/* template(download) */
.template-category-head{
	box-sizing: border-box;
	background: #231f20;
	color: #fff;
	padding: 13px;
}
.template-item{
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 1px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 13px;
}
.template-icon{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f5f2ef;
	margin-right: 20px;
	flex-shrink: 0;
}
.template-icon img{
	max-width: 90%;
	max-height: 90%;
}
.template-item h4{
	font-size: 16px;
}
.template-txt p{
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
}
.template-category{
	margin-bottom: 10px;
}
#block-templates-s1 .site-max{
	margin-top: 20px;
}
#block-templates-s1 .site-narrow{
	margin-bottom: 20px;
}
@media screen and (min-width: 1280px){
	.template-category-head,
	.template-item{
		padding-right: calc(50% - 470px);
		padding-left: calc(50% - 470px);
	}
	.template-button .button{
		padding: 12px 20px;
		width: 156px;
	}
	.template-txt{
		width: calc(100% - 260px);
	}
	.template-item h4{
		font-size: 18px;
	}
}

/*customer story*/
.panel-story-sub{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 14px;
}
.panel-story-sub img{
	display: block;
	width: 100px;
	height: auto;
	margin-right: 20px;
}
.panel-story-sub-txt{
	width: calc(100% - 120px);
}
.panel-story-sub-txt p{
	margin: 0;
	line-height: 1.4;
}
.panel-story-title{
	color:#999;
}
p.panel-story-author{
	font-size: 18px;
	font-weight: 600;
}
.panel-story-content{
	margin-top: 30px;
}
.panel-story-content:before{
	display: block;
	color: #0B4BFF;
	font-size: 50px;
	font-weight: 800;
	content: "“";
	line-height: 20px;
}
.panel-case-txt{
	min-height: 150px;
}
/*partner list*/
.panel-partner-container{
	margin-bottom: 10px;
	min-height: 200px;
}
.panel-partner-sub{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 14px;
}
.panel-partner-sub img{
	display: block;
	width: 100px;
	height: auto;
	margin-right: 20px;
}
.panel-partner-sub-txt{
	width: calc(100% - 120px);
}
.panel-partner-sub-txt p{
	margin: 0;
	line-height: 1.4;
}
p.panel-partner-author{
	font-size: 18px;
	font-weight: 600;
}
.panel-partner-content{
	margin-top: 30px;
}
.panel-partner-tabs span{
	display: inline-block;
	padding: 2px 6px;
	background: #E4DBD2;
	color: #000;
	margin: 0 4px 0 0;
	border-radius: 4px;
	font-size: 11px;
}
.panel-partner-links{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
/*careers*/
#career-family-list{
	margin: 40px 0;
}
#career-family-list li{
	margin-bottom: 30px;
}
#career-family-list li:before{
	width: 24px;
	height: 24px;
}
#block-career-s1 .site-narrow,
#block-career-s2 .site-narrow,
#block-career-s3 .site-narrow,
#block-career-s4 .site-narrow,
#block-career-positions .site-narrow{
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}

#block-career-positions table{
	margin: 0 auto;
	width: 100%;
}
#block-career-positions td{
	text-align: left;
	box-sizing: border-box;
	padding: 12px 6px;
	line-height: 1.55;
	vertical-align: middle;
	font-size: 12px;
}
#block-career-positions .block-career-positions-header td{
	line-height: 1;
	font-size: 12px;
}
#block-career-positions td:last-child{
	text-align: right;
	white-space: nowrap;
}
#block-career-positions td:first-child{
	width: 50%;
}
#block-career-positions td{
	width: 16.6%;
}
#block-career-positions thead td{
	font-weight: 500;
}
.block-career-positions-header{
	color: #fff;
	background-color: #231F20;
	font-weight: 500;
}
.block-career-positions-body table{
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.block-career-positions-body tbody tr{
	transition: 0.2s all;
}
.block-career-positions-body tbody tr:not(.comments):hover{
	background: #fff;
}
@media screen and (min-width: 768px){
	#block-career-positions .block-career-positions-header td{
		font-size: 14px;
	}
	#block-career-positions td{
		font-size: 14px;
	}
}
@media screen and (min-width: 1024px){
	#career-family-list li:before{
		width: 36px;
		height: 36px;
		top: -5px;
	}
	#career-family-list li{
		padding-left: 52px;
		margin-bottom: 45px;
	}
	#career-family-list h3{
		margin-top: 7px;
		font-size: 21px;
	}
}
@media screen and (min-width: 1280px){
	#block-career-positions td:first-child{
		padding-left: calc(50% - 470px);
	}
	#block-career-positions td{
	}
	#block-career-positions td:last-child{
		min-width: 310px;
		padding-right: calc(50% - 570px);
	}
}

/*contact*/
.form-container-bg{
	box-sizing: border-box;
	padding: 28px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	border-radius: 10px;
	margin: 10px 0;
}
#contact-left img{
	width: calc(100% + 28px);
	margin-left: -14px;
	height: auto;
}
.form-container-bg .gform_wrapper .gform_footer input.button,
.form-container-bg .gform_wrapper .gform_footer input[type=submit]{
	width: 100%;
	color: #fff;
}
/*contact 2026*/
#contact-list-1{
	display: grid;
	gap: 16px;
}
.contact-list-1-item{
	box-sizing: border-box;
	padding: 20px;
}
.contact-list-1-item b{
	font-size: 160%;
}
#contact-why-list{
	display: grid;
	gap: 16px;
}
.contact-why-item{
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	height: auto;
	flex-direction: column;
	justify-content: space-between;
}
.contact-why-item .grid-animation-icon{
	height: auto;
	margin-bottom: 20px;
}
.contact-why-item ul{
	margin-bottom: 10px;
}
.contact-why-item p{
	margin-top: 0;
}
hr.gap{
	opacity: 0;
	height: 20px;
}
hr.gap.x2{
	height: 40px;
}
hr.gap.x3{
	height: 60px;
}
@media screen and (min-width: 768px){
	#contact-list-1{
		grid-template-columns: repeat(3, 1fr);
	}
	#block-contact-2 .list-checkmark li{
		display: inline-block;
		padding-right: 30px;
	}
	#contact-why-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.contact-why-item{
		min-height: 430px;
	}
}
@media screen and (min-width: 1024px){
	#contact-why-list{
		grid-template-columns: repeat(3, 1fr);
	}
}

/*popup layer*/
#popup-form-layer{
	background-color: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: auto;
	transition: 0.3s all;
	z-index: -1;
	opacity: 0;
	overflow: auto;
	max-height: 100vh;
}
#popup-note-layer{
	border-radius: 10px;
	position: fixed;
	width: 90%;
	left: 5%;
	top: 150px;
	height: auto;
	transition: 0.3s all;
	z-index: -1;
	opacity: 0;
	overflow: auto;
	max-height: calc(100% - 100px);
	background:#f5f2ef;
}
.popup-form-close,
.popup-note-close{
	cursor: pointer;
	width: 27px;
	height: 27px;
	background: url(images/close.png) no-repeat center;
	background-size: 100% auto;
	top: 16px;
	right: 16px;
	position: absolute;
	z-index: 1;
	transition: 0.2s all;
}
.popup-form-close:hover,
.popup-note-close:hover{
	transform: rotate(90deg);
}
.form-illustration{
	width: 380px;
	display: block;
	margin: 30px auto;
	max-width: 100%;
}
#popup-note-layer.stay,
#popup-form-layer.stay{
	z-index: 201;
	opacity: 1;
}
#popup-note-txt,
#popup-form-layer-left{
	line-height: 1.4;
	background-color: #f5f2ef;
	box-sizing: border-box;
	padding: 30px;
}
#popup-note-txt{
	background-color: transparent;
}
#popup-form-layer-right{
	box-sizing: border-box;
	padding: 30px;
	padding-top: 56px;
}
#popup-note-txt h3,
#popup-form-layer-left h3{
	font-size: 21px;
	margin: 21px 0;
}
#popup-note-txt p,
#popup-form-layer-left p{
	line-height: 1.55;
}
#popup-form-layer .gform_wrapper .gform_footer input.button,
#popup-form-layer .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    color: #fff;
    padding-top: 8px;
	padding-bottom: 8px;
}
#popup-form-layer .gform_wrapper .gform_footer input.button + img,
#popup-form-layer .gform_wrapper .gform_footer input[type=submit] + img{
	display: block;
	margin:0 auto;
}
body .gform_wrapper.gravity-theme #field_submit,
body .gform_wrapper.gravity-theme .gform_footer{
	display: block;
	text-align: center;
}
#popup-form-layer .gchoice{
	width: 48%;
	display: inline-block;
	padding-bottom: 7px;
}
@media screen and (min-width:768px){
	#popup-form-layer{
		border-radius: 10px;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		width: 90%;
		max-width: 100%;
		left: 5%;
		top: calc(50% - 400px);
	}
	#popup-note-layer{
		border-radius: 10px;
		width: 700px;
		height: 365px;
		left: calc(50% - 350px);
		top: calc(50% - 200px);
		background: #f5f2ef url(images/bg-popup-note.png) no-repeat;
		background-position: -140px -180px;
		background-size: auto 155%
	}
	#popup-form-layer-left,
	#popup-form-layer-right{
		width: 50%;
	}
	#popup-note-txt h3,
	#popup-form-layer-left h3{
		font-size: 28px;
		margin: 28px 0;
	}
	#popup-note-txt{
		width: 75%;
		margin-left: 25%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (min-width:1024px){
	#popup-form-layer{
		width: 1000px;
		left: calc(50% - 500px);
		top: calc(50% - 400px);
	}
}

#download-links{
	width: 100%;
	max-width: 480px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#download-links-qr{
	margin-right:20px;
	max-width: 50%;
}
#download-links-store {
	width: 50%;
	max-width: 200px;
}
#download-links-store .link-store,
#download-links-store img{
	width: 100%;
}

/*wpml list*/
#masthead-btns .wpml-ls-legacy-dropdown{
	margin-right:15px;
	text-align: left;
	width: fit-content;
	display: inline-block;
	position: relative;
}
#masthead-btns .wpml-ls-item-legacy-dropdown a{
	transition: 0s all;
	font-size: 16px;
	display: block;
	box-sizing: border-box;
	text-align: center;
}
#masthead-btns .wpml-ls-item-legacy-dropdown > a{
	line-height: 3.57;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	transition: all 0.2s;
}
.site-header.scroll #masthead-btns .wpml-ls-item-legacy-dropdown > a{
	line-height: 2.9;
}
#masthead-btns .wpml-ls-item-legacy-dropdown a:hover{
	text-decoration: none;
	color:#0B4BFF;
}
#masthead-btns .wpml-ls-item-legacy-dropdown > a:after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 4px;
}
#masthead-btns .wpml-ls-sub-menu{
	position: absolute;
	left: 0;
	top:100%;
	/*display: none;*/
	overflow: hidden;
	height: 0;
	background: #f5f2ef;
	width: 100%;
	box-sizing: border-box;
}
#masthead-btns .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu{
/*	display: block;*/
	height: 40px;
}
#masthead-btns .wpml-ls-sub-menu a{
	line-height: 1.6;
	text-align: left;
}
#topFloatBar-language,
#topFloatBar-region{
	margin-top: 5px;
	width: 280px;
}
#footer-region-trigger{
	margin-top: 30px;
	display: block;
	width: fit-content;
}
#topFloatBar-language .wpml-ls{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 45px);
	line-height: 2;
}
#topFloatBar-language .wpml-ls a,
#topFloatBar-language .wpml-ls-sub-menu{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0;
}
#topFloatBar-region:before,
#topFloatBar-language:before,
#footer-region-trigger:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background:url(images/icon-language.svg) no-repeat center;
	background-size: 100% auto;
	margin-right: 8px;
}
#topFloatBar-region:before,
#footer-region-trigger:before{
	background-image: url(images/icon-region.svg);
}
#footer-region-trigger:before{
	filter: brightness(100);
}
#footer-region-trigger:hover:before{
	filter: brightness(0);
}

#footer-region{
	width: 100%;
	left: 0;
	bottom: -210px;
	background-color: #f5f2ef;
	position: fixed;
	z-index: 99999;
	box-sizing: border-box;
	padding: 21px 0;
	display: block;
	line-height: 1.5;
	transition: all 0.3s;
}
#footer-region.stay{
	bottom:0;
}
#footer-region h3{
	margin-bottom: 14px;
	margin-bottom: 1rem;
	font-size: 16px;
}
#footer-region p{
	margin-bottom: 21px;
}
#footer-region .site{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
#footer-region-close{
	cursor: pointer;
	width: 27px;
	height: 27px;
	background: url(images/close.png) no-repeat center;
	background-size: 100% auto;
	margin-right: 10px;
	transition: 0.2s all;
}
#footer-region-close:hover{
	transform:rotate(90deg);
}
#footer-region .button-small{
	vertical-align: middle;
	padding: 2px 8px;
	margin: 0 5px 0 0;
}
@media screen and (min-width:1024px){
	#footer-region{
		padding: 35px 0;
	}
	#footer-region .site{
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#footer-region h3{
		font-size: 21px;
	}
	#footer-region p{
		font-size: 16px;
	}
	#footer-region .button-small{
		width: 120px;
	}
}

/*NetSuite*/
.steps-container{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}
.steps-num{
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	border-radius: 50%;
	background:#0B4BFF;
	text-align: center;
}
.steps-txt{
	width: calc(100% - 70px);
}
.steps-txt h3{
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
}
.steps-txt p{
	margin-top: 0;
}