/** font face **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap");

@font-face {
	font-family: 'Noto_Sans_CJK_JP_Black';
	src: url("fonts/Noto_Sans_CJK_JP_Black.eot?#iefix") format("embedded-opentype"), url("fonts/Noto_Sans_CJK_JP_Black.otf") format("opentype"), url("fonts/Noto_Sans_CJK_JP_Black.woff") format("woff"), url("fonts/Noto_Sans_CJK_JP_Black.ttf") format("truetype"), url("fonts/Noto_Sans_CJK_JP_Black.svg#NotoSansCJKJPBlack") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Noto_Sans_CJK_JP_Regular';
	src: url("fonts/Noto_Sans_CJK_JP_Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Noto_Sans_CJK_JP_Regular.otf") format("opentype"), url("fonts/Noto_Sans_CJK_JP_Regular.woff") format("woff"), url("fonts/Noto_Sans_CJK_JP_Regular.ttf") format("truetype"), url("fonts/Noto_Sans_CJK_JP_Regular.svg#NotoSansCJKJPRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Noto_Sans_CJK_JP_Medium';
	src: url("fonts/Noto_Sans_CJK_JP_Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Noto_Sans_CJK_JP_Medium.otf") format("opentype"), url("fonts/Noto_Sans_CJK_JP_Medium.woff") format("woff"), url("fonts/Noto_Sans_CJK_JP_Medium.ttf") format("truetype"), url("fonts/Noto_Sans_CJK_JP_Medium.svg#NotoSansCJKJPMedium") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Noto_Sans_CJK_JP_Bold';
	src: url("fonts/Noto_Sans_CJK_JP_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Noto_Sans_CJK_JP_Bold.otf") format("opentype"), url("fonts/Noto_Sans_CJK_JP_Bold.woff") format("woff"), url("fonts/Noto_Sans_CJK_JP_Bold.ttf") format("truetype"), url("fonts/Noto_Sans_CJK_JP_Bold.svg#NotoSansCJKJPBold") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** font face **/
/* Addresses margins handled incorrectly in IE 6/7. */
* {
	margin: 0;
	padding: 0;
	outline: none;
}

* img {
	max-width: 100%;
	height: auto;
}

html,
body {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
*/
html,
body,
button,
input,
select,
textarea {
	font-family: "Arial", "Helvetica", "Calibri";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/***** [Reserve CSS Stylesheet] *****/
.opac a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.invisible {
	visibility: hidden;
}

/* Hide visually and from screenreaders, but maintain layout */
.hidden {
	display: none !important;
	visibility: hidden;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
small {
	font-size: 80%;
}

/* Addresses inconsistent and variable font size in all browsers. */
/***** CSS3 SCROLL BAR Styles *****/
/* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
	display: none;
	height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
*/
[hidden] {
	display: none;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
*/
a {
	outline: none;
	color: #3189DD;
	text-decoration: none;
	_noFocusLine: expression(this.hideFocus=true);
	cursor: pointer;
}

a:active,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	_noFocusLine: expression(this.hideFocus=true);
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] {
	border-bottom: 1px dotted;
}

/* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/* Addresses styling not present in Safari 5 and Chrome. */
dfn {
	font-style: italic;
}

/* Addresses styling not present in IE 6/7/8/9. */
mark {
	background: #ff0;
	color: #000;
}

/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers. */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* Addresses CSS quotes not supported in IE 6/7. */
q {
	quotes: none;
}

/* Addresses `quotes` property not supported in Safari 4. */
q:before,
q:after {
	content: '';
	content: none;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
	margin: 0;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
*/
form {
	margin: 0;
}

/* Define consistent border, margin, and padding. */
fieldset {
	border: 1px solid #c0c0c0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
	outline: none;
	_noFocusLine: expression(this.hideFocus=true);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

textarea {
	outline: none;
	resize: none;
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
*/
button,
input {
	line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	*overflow: visible;
	/* 4 */
}

/*
 * Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
*/
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/* Remove most spacing between table cells. */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
	vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: h5bp.com/s */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links for images, or javascript/internal links
    */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	/* h5bp.com/t */
	tr,
	img {
		page-break-inside: avoid;
	}

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

	h2,
	h3 {
		page-break-after: avoid;
	}
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}

.fz-12 {
	font-size: 12px;
}

.fz-14 {
	font-size: 14px;
}

.fz-16 {
	font-size: 16px;
}

.fz-18 {
	font-size: 18px;
}

.fz-20 {
	font-size: 20px;
}

.fz-24 {
	font-size: 24px;
}

@media (max-width: 640px) {
	.fz-16 {
		font-size: 14px;
	}

	.fz-18 {
		font-size: 16px;
	}

	.fz-20 {
		font-size: 18px;
	}

	.fz-24 {
		font-size: 22px;
	}
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
	outline: none;
	border: none;
	width: 100% !important;
	height: 90px !important;
	background-color: #f4f4f4 !important;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	color: #adadad;
}

input:-moz-placeholder {
	color: #adadad;
}

input::-moz-placeholder {
	color: #adadad;
}

input:-ms-input-placeholder {
	color: #adadad;
}

textarea::-webkit-input-placeholder {
	color: #adadad;
}

textarea:-moz-placeholder {
	color: #adadad;
}

textarea::-moz-placeholder {
	color: #adadad;
}

textarea:-ms-input-placeholder {
	color: #adadad;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*---------------------------------------------*/
.cs {
	max-width: 1000px;
}

/*------------------------------------------------------------------
  [ Input ]*/
.input-body {
	width: 70%;
	margin: 0 auto;
}

.wrap-input100 {
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 27px;
}

.label-input100 {
	font-size: 16px;
	font-weight: 700;
	color: #393869;
	line-height: 1.5;
	display: block;
}

.url {
	font-size: 17px;
	font-weight: 300;
	color: #9a9a9a;
	line-height: 1.5;
}

.input100 {
	display: block;
	width: 100%;
	font-size: 20px;
	color: #000;
	border-radius: 0.3em;
	line-height: 1.2;
	padding: 0 5px;
	background-color: #f4f4f4;
	padding-left: 10px;
	height: 60px;
	margin-top: 10px;
}

.large-text {
	height: 300px !important;
	padding: 10px;
}

.input-url {
	display: inline;
	font-size: 20px;
	color: #000;
	border-radius: 0.3em;
	line-height: 1.2;
	padding: 0 5px;
	background-color: #f4f4f4;
	padding-left: 10px;
	height: 60px;
	margin-top: 10px;
}

/*---------------------------------------------*/
.input100:focus {
	width: 100%;
	border: solid 2px #0381d5 !important;
}

input:invalid {
	background: #FCE0E0s;
}

input:valid {
	/* background: transparent; */
}

/*------------------------------------------------------------------
  [ Button ]*/
.container-contact100-form-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 13px;
}

.wrap-contact100-form-btn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
	margin: 0 auto;
}

.contact100-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #393869;
	top: 0;
	left: -100%;
}

.contact100-form-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 60px;
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
	left: 0;
}

.contact100-form-btn i {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.contact100-form-btn:hover i {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.container-contact100-amend-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 13px;
}

.wrap-contact100-amend-btn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
	margin: 0 auto;
}

.contact100-amend-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #707074;
	top: 0;
	left: -100%;
}

.contact100-amend-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 60px;
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
}

.wrap-contact100-amend-btn:hover .contact100-form-bgbtn {
	left: 0;
}

.contact100-amend-btn i {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.contact100-amend-btn:hover i {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

/*------------------------------------------------------------------
  [ Textarea]*/
/*------------------------------------------------------------------
  [ Responsive ]*/
@media (max-width: 576px) {
	.wrap-contact100 {
		padding: 72px 15px 65px 15px;
	}
}

/*------------------------------------------------------------------
  [ Alert validate ]*/
/*//////////////////////////////////////////////////////////////////
  [ Select ]*/
select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	padding: 7px 30px 7px 10px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: none;
}

.selection {
	display: block;
	width: 70% !important;
	font-size: 20px;
	color: #000;
	border-radius: 0.3em;
	line-height: 1.2;
	padding: 0 5px;
	background-color: #f4f4f4;
	padding-left: 10px;
	padding-right: 10px;
	height: 60px;
	margin-top: 10px;
	border: none;
	background-image: url(../assets/img/template/allow.svg);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
}

/*//////////////////////////////////////////////////////////////////
  [ Checkbox]*/
.ECM_CheckboxInput {
	padding: 12px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.ECM_CheckboxInput-Input {
	margin: 0;
	width: 0;
	opacity: 0;
}

.ECM_CheckboxInput-Input:focus+.ECM_CheckboxInput-DummyInput {
	border: dashed 2px #393869;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput {
	background: #393869;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 4px;
	border-radius: 2px;
	-webkit-transform: translate(-6px, 5px) rotateZ(-135deg);
	transform: translate(-6px, 5px) rotateZ(-135deg);
	-webkit-transform-origin: 2px 2px;
	transform-origin: 2px 2px;
	background: #FFFFFF;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76%;
	height: 4px;
	border-radius: 2px;
	-webkit-transform: translate(-6px, 5px) rotateZ(-45deg);
	transform: translate(-6px, 5px) rotateZ(-45deg);
	-webkit-transform-origin: 2px 2px;
	transform-origin: 2px 2px;
	background: #FFFFFF;
}

.ECM_CheckboxInput-DummyInput {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	border: solid 2px transparent;
	background: #f4f4f4;
	border-radius: 4px;
}

.ECM_CheckboxInput-LabelText {
	margin-left: 12px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////
  [ confirm ]*/
.p_confirm {
	display: inline;
	font-weight: 700;
}

@font-face {
	font-family: 'FontAwesome';
	src: url("fonts/fontawesome-webfont.eot?v=4.6.2");
	src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

html,
body {
	height: 100%;
	min-height: 100%;
	font-family: "Poppins", "Noto Sans CJK JP", sans-serif;
	font-size: 21.6px;
	color: #333333;
}

@media (max-width: 1546px) {

	html,
	body {
		font-size: 18px;
	}
}

header {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	/*for toggle menu*/
	/*end of toggle menu*/
}

header.on-scroll {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 15px 8px rgba(0, 0, 0, 0.02);
	box-shadow: 0 2px 15px 8px rgba(0, 0, 0, 0.02);
}

header .header-main-wrapper {
	position: relative;
	padding: 15px 30px;
}

@media (max-width: 1546px) {
	header .header-main-wrapper {
		padding: 21px 30px;
	}
}

@media (max-width: 1160px) {
	header .header-main-wrapper {
		padding: 25px 20px;
	}

	header .header-main-wrapper.active {
		background-color: #fffbe8;
	}
}

@media (max-width: 767px) {
	header .header-main-wrapper {
		padding: 10px 20px;
	}
}

header .logo {
	position: relative;
	z-index: 20;
}

@media (max-width: 420px) {
	header .logo {
		max-width: calc(100% - 100px);
	}
}

@media (max-width: 1546px) {
	header .logo img {
		max-width: 100%;
		width: 313px;
		height: auto;
	}
}

@media (max-width: 1330px) {
	header .logo img {
		width: 300px;
	}
}

@media (max-width: 767px) {
	header .logo img {
		width: 256px;
	}
}

header .main-menu-wrapper {
	position: relative;
	padding: 0px 0px;
}

@media (max-width: 1546px) {
	header .main-menu-wrapper {
		padding: 0px 0px;
	}
}

header .main-menu-wrapper .burger-menu {
	z-index: 20;
	display: none;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 0px;
	width: 30px;
}

@media (max-width: 1160px) {
	header .main-menu-wrapper .burger-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	header .main-menu-wrapper .burger-menu {
		top: 10px;
		width: 20px;
	}
}

header .main-menu-wrapper .burger-menu div {
	width: 30px;
	height: 5px;
	margin-bottom: 5px;
	background-color: #393869;
}

@media (max-width: 767px) {
	header .main-menu-wrapper .burger-menu div {
		width: 20px;
	}
}

header .main-menu-wrapper .burger-menu div:nth-child(1),
header .main-menu-wrapper .burger-menu div:nth-child(3) {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}

@media (767px) {
	header .main-menu-wrapper .burger-menu div {
		width: 20px;
	}
}

header .main-menu-wrapper .burger-menu div:last-child {
	margin-bottom: 0px;
}

header .main-menu-wrapper .burger-menu.active div:nth-child(2) {
	opacity: 0;
}

header .main-menu-wrapper .burger-menu.active div:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

header .main-menu-wrapper .burger-menu.active div:nth-child(3) {
	-webkit-transform: translateY(-12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg);
}

header .main-menu-wrapper .h-f-cta {
	display: none;
	position: absolute;
	top: 85px;
	right: -20px;
	width: 49px;
}

@media (max-width: 1160px) {
	header .main-menu-wrapper .h-f-cta {
		display: block;
	}
}

@media (max-width: 767px) {
	header .main-menu-wrapper .h-f-cta {
		top: 60px;
	}
}

header .main-menu-wrapper .h-f-cta a {
	display: block;
	width: 49px;
	padding: 20px 0px;
	font-family: 'Poppins';
	font-size: 18px;
	line-height: 1.15em;
	text-align: center;
	color: #fff;
	background: #0381D5;
	border-radius: 16px 0px 0px 16px;
}

header .main-menu-wrapper .h-f-cta a:hover {
	background: #24A3F7;
}

header .main-menu-wrapper ul.menu-list {
	padding: 0px;
}

@media (max-width: 1160px) {
	header .main-menu-wrapper ul.menu-list {
		display: none;
	}
}

header .main-menu-wrapper ul.menu-list li {
	list-style: none;
	list-style-image: none;
	padding: 0px 22.5px;
}

header .main-menu-wrapper ul.menu-list li a {
	display: inline-block;
	font-family: 'Poppins';
	font-size: 21.6px;
	color: #333333;
}

header .main-menu-wrapper ul.menu-list li a.btn.btn-blue {
	color: #fff;
}

@media (max-width: 1546px) {
	header .main-menu-wrapper ul.menu-list li a {
		font-size: 18px;
	}
}

header .main-menu-wrapper ul.menu-list li .trynow {
	font-weight: 600;
}

header .main-menu-wrapper ul.menu-list li:first-child {
	padding-left: 0px;
}

header .main-menu-wrapper ul.menu-list li:last-child {
	padding-right: 0px;
}

header .main-menu-wrapper ul.menu-list.on-hover li {
	opacity: 0.7;
}

header .main-menu-wrapper ul.menu-list.on-hover li.m-i-btn {
	opacity: 1;
}

header .menu-toggle {
	z-index: 10;
	position: absolute;
	bottom: 100vh;
	left: 0px;
	width: 100%;
	height: 100vh;
	padding: 10px 0px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbe8), to(white));
	background-image: linear-gradient(to bottom, #fffbe8, white);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

header .menu-toggle .m-t-list {
	padding-top: 20px;
}

header .menu-toggle .m-t-list a {
	display: block;
	font-family: 'Poppins';
	font-size: 22px;
	line-height: normal;
	color: #333333;
}

header .menu-toggle .m-t-item {
	margin-bottom: 38px;
}

header .m-t-btn a {
	display: block;
	width: 285px;
	margin: 0 auto 17px;
}

header .m-t-btn a:last-child {
	margin-bottom: 0px;
}

@media (max-width: 1160px) {
	header .active .menu-toggle {
		bottom: -100vh;
	}
}

/*for IE*/
/*end of IE*/
footer {
	z-index: 2;
	position: relative;
}

footer nav ul,
footer nav ol,
footer li {
	list-style: none;
	list-style-image: none;
}

footer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer .footer-wrapper {
	padding: 0px 0px 43.2px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#393869), to(#0b092c));
	background-image: linear-gradient(to bottom, #393869, #0b092c);
}

@media (max-width: 767px) {
	footer .footer-wrapper {
		padding-bottom: 15px;
	}
}

footer .footer-wrapper .auto {
	position: relative;
}

footer .footer-wrapper .back-to-top {
	z-index: 10;
	position: absolute;
	width: 104.4px;
	height: 104.4px;
	top: -52.2px;
	right: 0px;
	padding: 16.2px 0px;
	font-size: 45px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	background-color: #FAA200;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

footer .footer-wrapper .back-to-top:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

footer .footer-wrapper .back-to-top i {
	line-height: 18px;
}

@media (max-width: 1546px) {
	footer .footer-wrapper .back-to-top {
		top: -45px;
		width: 90px;
		height: 90px;
		padding: 13px 0px;
		font-size: 40px;
	}
}

@media (max-width: 1320px) {
	footer .footer-wrapper .back-to-top {
		right: 20px;
	}
}

@media (max-width: 980px) {
	footer .footer-wrapper .back-to-top {
		display: none;
	}
}

@media (max-width: 767px) {
	footer .footer-wrapper .back-to-top {
		width: 64px;
		height: 64px;
		padding: 0px 0px;
	}
}

footer .footer-i-c-wrapper {
	background-position: 243px 52.2px;
	background-size: 417.6px 383.4px;
}

@media (max-width: 980px) {
	footer .footer-i-c-wrapper {
		background-position: right 36px;
		background-size: 50%;
	}
}

footer .footer-infographic-content {
	position: relative;
	width: 571.5px;
	height: 468px;
	padding: 0px 0px 0px 0px;
}

@media (max-width: 1170px) {
	footer .footer-infographic-content {
		width: 60%;
	}
}

@media (max-width: 980px) {
	footer .footer-infographic-content {
		width: 100%;
		height: auto;
		text-align: center;
	}
}

footer .footer-infographic-content img {
	position: absolute;
	bottom: 0px;
	left: -184.5px;
	width: 829.8px;
	max-width: 829.8px;
	height: auto;
}

@media (max-width: 1546px) {
	footer .footer-infographic-content img {
		top: -14%;
		left: -68px;
		width: 130%;
	}
}

@media (max-width: 1170px) {
	footer .footer-infographic-content img {
		top: -10%;
		width: 120%;
	}
}

@media (max-width: 980px) {
	footer .footer-infographic-content img {
		position: relative;
		top: 0%;
		max-width: 800px;
		width: 100%;
		right: 0px;
		left: 0px;
		margin: -10% auto 0;
	}
}

footer .f-i-c-cta {
	position: relative;
	padding: 167.4px 0px 0px 0px;
}

@media (max-width: 1170px) {
	footer .f-i-c-cta {
		width: 40%;
		padding-left: 40px;
	}
}

footer .f-i-c-cta .back-to-top {
	display: none;
}

@media (max-width: 980px) {
	footer .f-i-c-cta {
		width: 100%;
		margin-top: 90px;
		padding-top: 65px;
		padding-left: 0px;
		text-align: center;
	}

	footer .f-i-c-cta .back-to-top {
		display: block;
		right: 0px;
		left: 0px;
		margin: 0 auto;
	}
}

footer .f-i-c-cta h2 {
	font-size: 49.5px;
	color: #fff;
}

@media (max-width: 1546px) {
	footer .f-i-c-cta h2 {
		font-size: 51px;
	}
}

@media (max-width: 1330px) {
	footer .f-i-c-cta h2 {
		font-size: 48px;
	}
}

@media (max-width: 1210px) {
	footer .f-i-c-cta h2 {
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	footer .f-i-c-cta h2 {
		font-size: 32px;
	}
}

footer .f-i-c-cta a.btn {
	display: block;
	width: 411.3px;
	max-width: 100%;
	margin-top: 26.1px;
	text-align: center;
	padding: 21.6px 0px;
	font-size: 19.8px;
	font-weight: 700;
}

@media (max-width: 1546px) {
	footer .f-i-c-cta a.btn {
		width: 410px;
		font-size: 18px;
	}
}

@media (max-width: 1170px) {
	footer .f-i-c-cta a.btn {
		max-width: 100%;
	}
}

@media (max-width: 980px) {
	footer .f-i-c-cta a.btn {
		margin: 29px auto 0px;
	}
}

@media (max-width: 350px) {
	footer .f-i-c-cta a.btn {
		font-size: 16px;
	}
}

footer .footer-links-wrapper {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 54px 0px 80.1px 0px;
}

@media (max-width: 980px) {
	footer .footer-links-wrapper {
		padding: 50px 0px 30px;
		border-top: 0px;
	}
}

@media (max-width: 980px) {
	footer .footer-links-wrapper .footer-logo-wrapper {
		width: 100%;
	}
}

@media (max-width: 767px) {
	footer .footer-links-wrapper .footer-logo-wrapper .footer-logo {
		max-width: 200px;
	}
}

footer .footer-links-wrapper .footer-logo-wrapper .footer-logo img {
	margin-bottom: 26px;
}

footer .footer-links-wrapper .footer-logo-wrapper .footer-logo p {
	font-family: 'Noto_Sans_CJK_JP_Regular';
	font-size: 20px;
}

footer .footer-links-wrapper .footer-logo-wrapper p {
	color: #fff;
	font-size: 19.8px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 980px) {
	footer .footer-links-wrapper .footer-logo-wrapper p {
		text-align: center;
	}
}

footer .footer-links-wrapper .footer-logo-wrapper p i {
	margin-left: 5px;
}

footer .footer-links-wrapper .footer-logo-wrapper p a {
	display: inline-block;
}

footer .footer-links-wrapper .footer-logo-wrapper p a:hover {
	opacity: 1;
}

footer .footer-links-wrapper .footer-logo {
	max-width: 100%;
	width: 285.3px;
	padding-bottom: 15.3px;
}

@media (max-width: 980px) {
	footer .footer-links-wrapper .footer-logo {
		margin: 0 auto;
	}
}

@media (max-width: 980px) {
	footer .footer-links-wrapper .footer-menu {
		width: 100%;
		padding-top: 32px;
	}
}

footer .footer-links-wrapper a {
	display: block;
	font-size: 19.8px;
	line-height: 37.8px;
	opacity: 0.8;
	color: #fff;
}

footer .footer-links-wrapper .f-m-links-one {
	padding-right: 58.5px;
}

@media (max-width: 980px) {
	footer .footer-links-wrapper .f-m-links-one {
		float: none !important;
		width: 290px;
		max-width: 100%;
		margin: 0 auto;
		padding-right: 0px;
		text-align: center;
	}
}

footer .footer-links-wrapper .f-m-links-one a {
	font-family: 'Noto_Sans_CJK_JP_Regular';
}

footer .footer-links-wrapper .f-m-links-one a:hover {
	opacity: 1;
}

@media (max-width: 980px) {
	footer .footer-links-wrapper .f-m-links-two {
		float: none !important;
		text-align: center;
	}
}

footer .footer-links-wrapper .f-m-links-two a {
	opacity: 1;
	font-size: 23.4px;
	font-weight: 700;
}

footer .footer-links-wrapper .f-m-links-two a i {
	margin-left: 5px;
}

@media (max-width: 767px) {
	footer .footer-links-wrapper .f-m-links-two a i {
		font-size: 22px;
		display: inline-block;
		vertical-align: text-bottom;
	}
}

@media (max-width: 767px) {

	footer .footer-links-wrapper .f-m-links-one a,
	footer .footer-links-wrapper .f-m-links-two a {
		font-size: 14px;
	}
}

footer .copyright p {
	opacity: 0.41;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 21.6px;
	color: #fff;
}

@media (max-width: 767px) {
	footer .copyright p {
		font-size: 12px;
	}
}

#main-container {
	height: 100%;
	height: auto !important;
	min-height: 100%;
}

.hide {
	position: relative;
}

.ease,
a,
input[type="submit"],
button {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ease2 {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ease-none {
	-webkit-transition: none;
	transition: none;
}

.auto {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px;
}

#main-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	content: "";
	display: table;
	float: none;
	clear: both;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.bp-set {
	display: inline-block;
	*display: inline;
}

.bp-set.vm {
	vertical-align: middle;
}

.bp-set.vt {
	vertical-align: top;
}

.bp-set.vb {
	vertical-align: bottom;
}

.bp-box {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.bp-rel {
	position: relative;
}

.bp-ab {
	position: absolute;
}

.co-black {
	color: #000000;
}

.co-white {
	color: #ffffff;
}

.pad-edge {
	padding-left: 15px;
	padding-right: 15px;
}

.bp-img img {
	max-width: 100%;
	height: auto;
}

.bp-img.wide img {
	display: block;
	width: 100%;
}

.bp-nocurve {
	border-radius: 0;
}

.bp-curve {
	border-radius: 5px;
}

.bp-circle {
	border-radius: 50%;
}

.mobile-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.bp-centralize {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.bp-centralize2 {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.bp-centralize3 {
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.pt1 {
	padding-top: 10px;
}

.pt2 {
	padding-top: 20px;
}

.pt3 {
	padding-top: 30px;
}

.pt4 {
	padding-top: 40px;
}

.pt5 {
	padding-top: 50px;
}

.pb1 {
	padding-bottom: 10px;
}

.pb2 {
	padding-bottom: 20px;
}

.pb3 {
	padding-bottom: 30px;
}

.pb4 {
	padding-bottom: 40px;
}

.pb5 {
	padding-bottom: 50px;
}

.mt0 {
	margin-top: 0px !important;
}

.mt1 {
	margin-top: 10px !important;
}

.mt2 {
	margin-top: 20px !important;
}

.mt3 {
	margin-top: 30px !important;
}

.mt4 {
	margin-top: 40px !important;
}

.mt5 {
	margin-top: 50px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb1 {
	margin-bottom: 10px !important;
}

.mb2 {
	margin-bottom: 20px !important;
}

.mb3 {
	margin-bottom: 30px !important;
}

.mb4 {
	margin-bottom: 40px !important;
}

.mb5 {
	margin-bottom: 50px !important;
}

@media (max-width: 767px) {
	.pt2 {
		padding-top: 10px;
	}

	.pt3 {
		padding-top: 20px;
	}

	.pt4 {
		padding-top: 30px;
	}

	.pt5 {
		padding-top: 40px;
	}

	.pb2 {
		padding-bottom: 10px;
	}

	.pb3 {
		padding-bottom: 20px;
	}

	.pb4 {
		padding-bottom: 30px;
	}

	.pb5 {
		padding-bottom: 40px;
	}

	.mt2 {
		margin-top: 10px;
	}

	.mt3 {
		margin-top: 20px;
	}

	.mt4 {
		margin-top: 30px;
	}

	.mt5 {
		margin-top: 40px;
	}

	.mb2 {
		margin-bottom: 10px;
	}

	.mb3 {
		margin-bottom: 20px;
	}

	.mb4 {
		margin-bottom: 30px;
	}

	.mb5 {
		margin-bottom: 40px;
	}

	.mob-pt1 {
		padding-top: 10px;
	}

	.mob-pt2 {
		padding-top: 20px;
	}

	.mob-pt3 {
		padding-top: 30px;
	}

	.mob-pt4 {
		padding-top: 40px;
	}

	.mob-pt4 {
		padding-top: 50px;
	}

	.mob-pb1 {
		padding-bottom: 10px;
	}

	.mob-pb2 {
		padding-bottom: 20px;
	}

	.mob-pb3 {
		padding-bottom: 30px;
	}

	.mob-pb4 {
		padding-bottom: 40px;
	}

	.mob-pb5 {
		padding-bottom: 50px;
	}

	.mob-mt1 {
		margin-top: 10px;
	}

	.mob-mt2 {
		margin-top: 20px;
	}

	.mob-mt3 {
		margin-top: 30px;
	}

	.mob-mt4 {
		margin-top: 40px;
	}

	.mob-mt5 {
		margin-top: 50px;
	}

	.mob-mb1 {
		margin-bottom: 10px;
	}

	.mob-mb2 {
		margin-bottom: 20px;
	}

	.mob-mb3 {
		margin-bottom: 30px;
	}

	.mob-mb4 {
		margin-bottom: 40px;
	}

	.mob-mb5 {
		margin-bottom: 50px;
	}
}

.bp-preloader {
	z-index: 9999;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	overflow: hidden;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.bp-preloader.fade {
	opacity: 0;
}

.spinner {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotate 2.0s infinite linear;
	animation: rotate 2.0s infinite linear;
}

.spinner span {
	display: inline-block;
	position: absolute;
	width: 60%;
	height: 60%;
	top: 0;
	background-color: #000000;
	border-radius: 100%;
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}

.spinner span:nth-child(2) {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

/*hover*/
a:hover {
	opacity: 0.5;
}

/*button start*/
.btn {
	font-family: 'Poppins';
	padding: 13.5px 27px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1025px) {
	.btn:hover {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.btn.btn-blue {
	color: #fff;
	background: #0381D5;
}

@media (min-width: 1025px) {
	.btn.btn-blue:hover {
		background: #24A3F7;
	}
}

.btn.btn-blue span {
	font-weight: 400;
	font-size: 80%;
	display: block;
	padding-top: 5px;
}

.btn.btn-white {
	color: #393869;
	background: #fff;
	border: none !important;
}

@media (min-width: 1025px) {
	.btn.btn-white:hover {
		color: #8281BA;
	}
}

/*button end*/
.section-both {
	padding: 117px 0px 135px;
}

@media (max-width: 767px) {
	.section-both {
		padding: 70px 0px 100px;
	}
}

.section-last {
	padding-bottom: 120px;
}

h2 {
	font-size: 43.2px;
	line-height: normal;
	font-weight: 900;
	color: #393869;
}

@media (max-width: 1546px) {
	h2 {
		font-size: 44px;
	}
}

@media (max-width: 1210px) {
	h2 {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 28px;
	}
}

.section-par {
	padding-top: 100px;
	padding-bottom: 300px;
}

@media (max-width: 1546px) {
	.section-par {
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.section-par {
		padding-top: 65px;
	}
}

.section-par h1 {
	font-size: 43px;
	margin-bottom: 93px;
	color: #393869;
}

@media (max-width: 1546px) {
	.section-par h1 {
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	.section-par h1 {
		margin-bottom: 58px;
		font-size: 28px;
	}
}

.section-par h2 {
	padding: 11px 30px;
	border-radius: 10px;
	background-color: #FFF7DE;
}

.section-par h2,
.section-par h3 {
	margin-bottom: 20px;
	font-family: 'Poppins';
	font-weight: 900;
	font-size: 29px;
}

@media (max-width: 1546px) {

	.section-par h2,
	.section-par h3 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {

	.section-par h2,
	.section-par h3 {
		font-size: 22px;
	}
}

.section-par p {
	font-family: 'Poppins';
	line-height: 45px;
	margin-bottom: 54px;
}

@media (max-width: 1546px) {
	.section-par p {
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.section-par p {
		line-height: 30px;
	}
}

.section-par ul.unorder-list,
.section-par ol.order-list {
	margin-bottom: 54px;
	padding-left: 20px;
}

.section-par ul.unorder-list li,
.section-par ol.order-list li {
	margin-bottom: 18px;
	padding-left: 20px;
	font-family: 'Poppins';
}

@media (max-width: 767px) {

	.section-par ul.unorder-list li,
	.section-par ol.order-list li {
		padding-left: 8px;
	}
}

.section-par ul.unorder-list li .l-title,
.section-par ol.order-list li .l-title {
	margin-bottom: 10px;
}

.section-par ul.unorder-list li p,
.section-par ol.order-list li p {
	font-family: 'Poppins';
}

.section-par ul.unorder-list li p:last-child,
.section-par ol.order-list li p:last-child {
	margin-bottom: 0px;
}

.section-par ul.unorder-list {
	list-style: none;
}

.section-par ul.unorder-list li {
	position: relative;
}

.section-par ul.unorder-list li:before {
	content: '\2022';
	position: absolute;
	top: 4px;
	left: -20px;
	font-size: 52px;
	line-height: 20px;
	color: #393869;
}

@media (max-width: 1546px) {
	.section-par ul.unorder-list li:before {
		top: 1px;
	}
}

br.show-mobile-only {
	display: none;
}

@media (max-width: 767px) {
	br.show-mobile-only {
		display: inline;
	}
}

br.show-desktop-only {
	display: inline;
}

@media (max-width: 767px) {
	br.show-desktop-only {
		display: none;
	}
}

.break-word {
	word-break: break-word;
}

.drop-animation-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.drop {
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}

.drop.orange {
	background: #FAA200;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAA200), to(#FAA200));
	background: linear-gradient(to bottom, #FAA200 0%, #FAA200 100%);
}

.drop.yellow {
	background: #FBDC3B;
	background: -webkit-gradient(linear, left top, left bottom, from(#FBDC3B), to(#FBDC3B));
	background: linear-gradient(to bottom, #FBDC3B 0%, #FBDC3B 100%);
}

.drop.blue {
	background: #0381D5;
	background: -webkit-gradient(linear, left top, left bottom, from(#0381D5), to(#0381D5));
	background: linear-gradient(to bottom, #0381D5 0%, #0381D5 100%);
}

.drop:nth-of-type(1) {
	-webkit-animation-name: drop-1;
	animation-name: drop-1;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 62%;
	opacity: 3.3;
	top: -74%;
}

@Keyframes drop-1 {
	0% {
		left: 62%;
		opacity: 3.3;
		top: -74%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 114%;
		opacity: 0;
	}
}

.drop:nth-of-type(2) {
	-webkit-animation-name: drop-2;
	animation-name: drop-2;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 22%;
	opacity: 3.9;
	top: -76%;
}

@Keyframes drop-2 {
	0% {
		left: 22%;
		opacity: 3.9;
		top: -76%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 116%;
		opacity: 0;
	}
}

.drop:nth-of-type(3) {
	-webkit-animation-name: drop-3;
	animation-name: drop-3;
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 6%;
	opacity: 3.2;
	top: -99%;
}

@Keyframes drop-3 {
	0% {
		left: 6%;
		opacity: 3.2;
		top: -99%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 139%;
		opacity: 0;
	}
}

.drop:nth-of-type(4) {
	-webkit-animation-name: drop-4;
	animation-name: drop-4;
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 21%;
	opacity: 5.4;
	top: -86%;
}

@Keyframes drop-4 {
	0% {
		left: 21%;
		opacity: 5.4;
		top: -86%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 126%;
		opacity: 0;
	}
}

.drop:nth-of-type(5) {
	-webkit-animation-name: drop-5;
	animation-name: drop-5;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 71%;
	opacity: 3.5;
	top: -95%;
}

@Keyframes drop-5 {
	0% {
		left: 71%;
		opacity: 3.5;
		top: -95%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 135%;
		opacity: 0;
	}
}

.drop:nth-of-type(6) {
	-webkit-animation-name: drop-6;
	animation-name: drop-6;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 47%;
	opacity: 5.1;
	top: -100%;
}

@Keyframes drop-6 {
	0% {
		left: 47%;
		opacity: 5.1;
		top: -100%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 140%;
		opacity: 0;
	}
}

.drop:nth-of-type(7) {
	-webkit-animation-name: drop-7;
	animation-name: drop-7;
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 72%;
	opacity: 5.3;
	top: -89%;
}

@Keyframes drop-7 {
	0% {
		left: 72%;
		opacity: 5.3;
		top: -89%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 129%;
		opacity: 0;
	}
}

.drop:nth-of-type(8) {
	-webkit-animation-name: drop-8;
	animation-name: drop-8;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 90%;
	opacity: 3.5;
	top: -57%;
}

@Keyframes drop-8 {
	0% {
		left: 90%;
		opacity: 3.5;
		top: -57%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 97%;
		opacity: 0;
	}
}

.drop:nth-of-type(9) {
	-webkit-animation-name: drop-9;
	animation-name: drop-9;
	-webkit-animation-delay: 17s;
	animation-delay: 17s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 56%;
	opacity: 5.1;
	top: -83%;
}

@Keyframes drop-9 {
	0% {
		left: 56%;
		opacity: 5.1;
		top: -83%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 123%;
		opacity: 0;
	}
}

.drop:nth-of-type(10) {
	-webkit-animation-name: drop-10;
	animation-name: drop-10;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 58%;
	opacity: 5;
	top: -88%;
}

@Keyframes drop-10 {
	0% {
		left: 58%;
		opacity: 5;
		top: -88%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 128%;
		opacity: 0;
	}
}

.drop:nth-of-type(11) {
	-webkit-animation-name: drop-11;
	animation-name: drop-11;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 42%;
	opacity: 5;
	top: -79%;
}

@Keyframes drop-11 {
	0% {
		left: 42%;
		opacity: 5;
		top: -79%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 119%;
		opacity: 0;
	}
}

.drop:nth-of-type(12) {
	-webkit-animation-name: drop-12;
	animation-name: drop-12;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 22%;
	opacity: 3.5;
	top: -65%;
}

@Keyframes drop-12 {
	0% {
		left: 22%;
		opacity: 3.5;
		top: -65%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 105%;
		opacity: 0;
	}
}

.drop:nth-of-type(13) {
	-webkit-animation-name: drop-13;
	animation-name: drop-13;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 79%;
	opacity: 3.3;
	top: -62%;
}

@Keyframes drop-13 {
	0% {
		left: 79%;
		opacity: 3.3;
		top: -62%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 102%;
		opacity: 0;
	}
}

.drop:nth-of-type(14) {
	-webkit-animation-name: drop-14;
	animation-name: drop-14;
	-webkit-animation-delay: 17s;
	animation-delay: 17s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 77%;
	opacity: 5;
	top: -96%;
}

@Keyframes drop-14 {
	0% {
		left: 77%;
		opacity: 5;
		top: -96%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 136%;
		opacity: 0;
	}
}

.drop:nth-of-type(15) {
	-webkit-animation-name: drop-15;
	animation-name: drop-15;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 66%;
	opacity: 5.5;
	top: -68%;
}

@Keyframes drop-15 {
	0% {
		left: 66%;
		opacity: 5.5;
		top: -68%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 108%;
		opacity: 0;
	}
}

.drop:nth-of-type(16) {
	-webkit-animation-name: drop-16;
	animation-name: drop-16;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 38%;
	opacity: 5.9;
	top: -51%;
}

@Keyframes drop-16 {
	0% {
		left: 38%;
		opacity: 5.9;
		top: -51%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 91%;
		opacity: 0;
	}
}

.drop:nth-of-type(17) {
	-webkit-animation-name: drop-17;
	animation-name: drop-17;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 68%;
	opacity: 6;
	top: -59%;
}

@Keyframes drop-17 {
	0% {
		left: 68%;
		opacity: 6;
		top: -59%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 99%;
		opacity: 0;
	}
}

.drop:nth-of-type(18) {
	-webkit-animation-name: drop-18;
	animation-name: drop-18;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 76%;
	opacity: 3.2;
	top: -60%;
}

@Keyframes drop-18 {
	0% {
		left: 76%;
		opacity: 3.2;
		top: -60%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 100%;
		opacity: 0;
	}
}

.drop:nth-of-type(19) {
	-webkit-animation-name: drop-19;
	animation-name: drop-19;
	-webkit-animation-delay: 17s;
	animation-delay: 17s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 69%;
	opacity: 6;
	top: -83%;
}

@Keyframes drop-19 {
	0% {
		left: 69%;
		opacity: 6;
		top: -83%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 123%;
		opacity: 0;
	}
}

.drop:nth-of-type(20) {
	-webkit-animation-name: drop-20;
	animation-name: drop-20;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 39%;
	opacity: 3.2;
	top: -61%;
}

@Keyframes drop-20 {
	0% {
		left: 39%;
		opacity: 3.2;
		top: -61%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 101%;
		opacity: 0;
	}
}

.drop:nth-of-type(21) {
	-webkit-animation-name: drop-21;
	animation-name: drop-21;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 30%;
	opacity: 3.3;
	top: -85%;
}

@Keyframes drop-21 {
	0% {
		left: 30%;
		opacity: 3.3;
		top: -85%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 125%;
		opacity: 0;
	}
}

.drop:nth-of-type(22) {
	-webkit-animation-name: drop-22;
	animation-name: drop-22;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 31%;
	opacity: 3.1;
	top: -57%;
}

@Keyframes drop-22 {
	0% {
		left: 31%;
		opacity: 3.1;
		top: -57%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 97%;
		opacity: 0;
	}
}

.drop:nth-of-type(23) {
	-webkit-animation-name: drop-23;
	animation-name: drop-23;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 39%;
	opacity: 5.4;
	top: -92%;
}

@Keyframes drop-23 {
	0% {
		left: 39%;
		opacity: 5.4;
		top: -92%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 132%;
		opacity: 0;
	}
}

.drop:nth-of-type(24) {
	-webkit-animation-name: drop-24;
	animation-name: drop-24;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 69%;
	opacity: 5.2;
	top: -86%;
}

@Keyframes drop-24 {
	0% {
		left: 69%;
		opacity: 5.2;
		top: -86%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 126%;
		opacity: 0;
	}
}

.drop:nth-of-type(25) {
	-webkit-animation-name: drop-25;
	animation-name: drop-25;
	-webkit-animation-delay: 17s;
	animation-delay: 17s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 46%;
	opacity: 5.2;
	top: -74%;
}

@Keyframes drop-25 {
	0% {
		left: 46%;
		opacity: 5.2;
		top: -74%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 114%;
		opacity: 0;
	}
}

.drop:nth-of-type(26) {
	-webkit-animation-name: drop-26;
	animation-name: drop-26;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 32%;
	opacity: 3.9;
	top: -66%;
}

@Keyframes drop-26 {
	0% {
		left: 32%;
		opacity: 3.9;
		top: -66%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 106%;
		opacity: 0;
	}
}

.drop:nth-of-type(27) {
	-webkit-animation-name: drop-27;
	animation-name: drop-27;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 13%;
	opacity: 5.9;
	top: -51%;
}

@Keyframes drop-27 {
	0% {
		left: 13%;
		opacity: 5.9;
		top: -51%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 91%;
		opacity: 0;
	}
}

.drop:nth-of-type(28) {
	-webkit-animation-name: drop-28;
	animation-name: drop-28;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 78%;
	opacity: 5.2;
	top: -99%;
}

@Keyframes drop-28 {
	0% {
		left: 78%;
		opacity: 5.2;
		top: -99%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 139%;
		opacity: 0;
	}
}

.drop:nth-of-type(29) {
	-webkit-animation-name: drop-29;
	animation-name: drop-29;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 77%;
	opacity: 5.6;
	top: -71%;
}

@Keyframes drop-29 {
	0% {
		left: 77%;
		opacity: 5.6;
		top: -71%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 111%;
		opacity: 0;
	}
}

.drop:nth-of-type(30) {
	-webkit-animation-name: drop-30;
	animation-name: drop-30;
	-webkit-animation-delay: 19s;
	animation-delay: 19s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 46%;
	opacity: 4.7;
	top: -54%;
}

@Keyframes drop-30 {
	0% {
		left: 46%;
		opacity: 4.7;
		top: -54%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 94%;
		opacity: 0;
	}
}

.drop:nth-of-type(31) {
	-webkit-animation-name: drop-31;
	animation-name: drop-31;
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 17%;
	opacity: 6;
	top: -69%;
}

@Keyframes drop-31 {
	0% {
		left: 17%;
		opacity: 6;
		top: -69%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 109%;
		opacity: 0;
	}
}

.drop:nth-of-type(32) {
	-webkit-animation-name: drop-32;
	animation-name: drop-32;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 37%;
	opacity: 4.5;
	top: -63%;
}

@Keyframes drop-32 {
	0% {
		left: 37%;
		opacity: 4.5;
		top: -63%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 103%;
		opacity: 0;
	}
}

.drop:nth-of-type(33) {
	-webkit-animation-name: drop-33;
	animation-name: drop-33;
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 33%;
	opacity: 5.6;
	top: -82%;
}

@Keyframes drop-33 {
	0% {
		left: 33%;
		opacity: 5.6;
		top: -82%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 122%;
		opacity: 0;
	}
}

.drop:nth-of-type(34) {
	-webkit-animation-name: drop-34;
	animation-name: drop-34;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 59%;
	opacity: 4.7;
	top: -72%;
}

@Keyframes drop-34 {
	0% {
		left: 59%;
		opacity: 4.7;
		top: -72%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 112%;
		opacity: 0;
	}
}

.drop:nth-of-type(35) {
	-webkit-animation-name: drop-35;
	animation-name: drop-35;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 78%;
	opacity: 4.2;
	top: -54%;
}

@Keyframes drop-35 {
	0% {
		left: 78%;
		opacity: 4.2;
		top: -54%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 94%;
		opacity: 0;
	}
}

.drop:nth-of-type(36) {
	-webkit-animation-name: drop-36;
	animation-name: drop-36;
	-webkit-animation-delay: 13s;
	animation-delay: 13s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 44%;
	opacity: 5.4;
	top: -92%;
}

@Keyframes drop-36 {
	0% {
		left: 44%;
		opacity: 5.4;
		top: -92%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 132%;
		opacity: 0;
	}
}

.drop:nth-of-type(37) {
	-webkit-animation-name: drop-37;
	animation-name: drop-37;
	-webkit-animation-delay: 13s;
	animation-delay: 13s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 78%;
	opacity: 5;
	top: -79%;
}

@Keyframes drop-37 {
	0% {
		left: 78%;
		opacity: 5;
		top: -79%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 119%;
		opacity: 0;
	}
}

.drop:nth-of-type(38) {
	-webkit-animation-name: drop-38;
	animation-name: drop-38;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 86%;
	opacity: 3.4;
	top: -91%;
}

@Keyframes drop-38 {
	0% {
		left: 86%;
		opacity: 3.4;
		top: -91%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 131%;
		opacity: 0;
	}
}

.drop:nth-of-type(39) {
	-webkit-animation-name: drop-39;
	animation-name: drop-39;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 69%;
	opacity: 5.5;
	top: -78%;
}

@Keyframes drop-39 {
	0% {
		left: 69%;
		opacity: 5.5;
		top: -78%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 118%;
		opacity: 0;
	}
}

.drop:nth-of-type(40) {
	-webkit-animation-name: drop-40;
	animation-name: drop-40;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 71%;
	opacity: 5.1;
	top: -74%;
}

@Keyframes drop-40 {
	0% {
		left: 71%;
		opacity: 5.1;
		top: -74%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 114%;
		opacity: 0;
	}
}

.drop:nth-of-type(41) {
	-webkit-animation-name: drop-41;
	animation-name: drop-41;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 73%;
	opacity: 4.2;
	top: -84%;
}

@Keyframes drop-41 {
	0% {
		left: 73%;
		opacity: 4.2;
		top: -84%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 124%;
		opacity: 0;
	}
}

.drop:nth-of-type(42) {
	-webkit-animation-name: drop-42;
	animation-name: drop-42;
	-webkit-animation-delay: 17s;
	animation-delay: 17s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 64%;
	opacity: 3.8;
	top: -63%;
}

@Keyframes drop-42 {
	0% {
		left: 64%;
		opacity: 3.8;
		top: -63%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 103%;
		opacity: 0;
	}
}

.drop:nth-of-type(43) {
	-webkit-animation-name: drop-43;
	animation-name: drop-43;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 12%;
	opacity: 5.2;
	top: -75%;
}

@Keyframes drop-43 {
	0% {
		left: 12%;
		opacity: 5.2;
		top: -75%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 115%;
		opacity: 0;
	}
}

.drop:nth-of-type(44) {
	-webkit-animation-name: drop-44;
	animation-name: drop-44;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 77%;
	opacity: 3.7;
	top: -85%;
}

@Keyframes drop-44 {
	0% {
		left: 77%;
		opacity: 3.7;
		top: -85%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 125%;
		opacity: 0;
	}
}

.drop:nth-of-type(45) {
	-webkit-animation-name: drop-45;
	animation-name: drop-45;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 65%;
	opacity: 3.2;
	top: -96%;
}

@Keyframes drop-45 {
	0% {
		left: 65%;
		opacity: 3.2;
		top: -96%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 136%;
		opacity: 0;
	}
}

.drop:nth-of-type(46) {
	-webkit-animation-name: drop-46;
	animation-name: drop-46;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 59%;
	opacity: 4.6;
	top: -86%;
}

@Keyframes drop-46 {
	0% {
		left: 59%;
		opacity: 4.6;
		top: -86%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 126%;
		opacity: 0;
	}
}

.drop:nth-of-type(47) {
	-webkit-animation-name: drop-47;
	animation-name: drop-47;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 6%;
	opacity: 4.1;
	top: -97%;
}

@Keyframes drop-47 {
	0% {
		left: 6%;
		opacity: 4.1;
		top: -97%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 137%;
		opacity: 0;
	}
}

.drop:nth-of-type(48) {
	-webkit-animation-name: drop-48;
	animation-name: drop-48;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 86%;
	opacity: 4.7;
	top: -66%;
}

@Keyframes drop-48 {
	0% {
		left: 86%;
		opacity: 4.7;
		top: -66%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 106%;
		opacity: 0;
	}
}

.drop:nth-of-type(49) {
	-webkit-animation-name: drop-49;
	animation-name: drop-49;
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 29%;
	opacity: 4.6;
	top: -75%;
}

@Keyframes drop-49 {
	0% {
		left: 29%;
		opacity: 4.6;
		top: -75%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 115%;
		opacity: 0;
	}
}

.drop:nth-of-type(50) {
	-webkit-animation-name: drop-50;
	animation-name: drop-50;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 10%;
	opacity: 6;
	top: -57%;
}

@Keyframes drop-50 {
	0% {
		left: 10%;
		opacity: 6;
		top: -57%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 97%;
		opacity: 0;
	}
}

.drop:nth-of-type(51) {
	-webkit-animation-name: drop-51;
	animation-name: drop-51;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 10%;
	opacity: 5.4;
	top: -75%;
}

@Keyframes drop-51 {
	0% {
		left: 10%;
		opacity: 5.4;
		top: -75%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 115%;
		opacity: 0;
	}
}

.drop:nth-of-type(52) {
	-webkit-animation-name: drop-52;
	animation-name: drop-52;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 65%;
	opacity: 5.2;
	top: -74%;
}

@Keyframes drop-52 {
	0% {
		left: 65%;
		opacity: 5.2;
		top: -74%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 114%;
		opacity: 0;
	}
}

.drop:nth-of-type(53) {
	-webkit-animation-name: drop-53;
	animation-name: drop-53;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 4%;
	opacity: 5.7;
	top: -85%;
}

@Keyframes drop-53 {
	0% {
		left: 4%;
		opacity: 5.7;
		top: -85%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 125%;
		opacity: 0;
	}
}

.drop:nth-of-type(54) {
	-webkit-animation-name: drop-54;
	animation-name: drop-54;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 21%;
	opacity: 3.3;
	top: -72%;
}

@Keyframes drop-54 {
	0% {
		left: 21%;
		opacity: 3.3;
		top: -72%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 112%;
		opacity: 0;
	}
}

.drop:nth-of-type(55) {
	-webkit-animation-name: drop-55;
	animation-name: drop-55;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 63%;
	opacity: 5.7;
	top: -93%;
}

@Keyframes drop-55 {
	0% {
		left: 63%;
		opacity: 5.7;
		top: -93%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 133%;
		opacity: 0;
	}
}

.drop:nth-of-type(56) {
	-webkit-animation-name: drop-56;
	animation-name: drop-56;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 52%;
	opacity: 3.5;
	top: -94%;
}

@Keyframes drop-56 {
	0% {
		left: 52%;
		opacity: 3.5;
		top: -94%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 134%;
		opacity: 0;
	}
}

.drop:nth-of-type(57) {
	-webkit-animation-name: drop-57;
	animation-name: drop-57;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 15%;
	opacity: 4.2;
	top: -58%;
}

@Keyframes drop-57 {
	0% {
		left: 15%;
		opacity: 4.2;
		top: -58%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 98%;
		opacity: 0;
	}
}

.drop:nth-of-type(58) {
	-webkit-animation-name: drop-58;
	animation-name: drop-58;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 74%;
	opacity: 5.4;
	top: -77%;
}

@Keyframes drop-58 {
	0% {
		left: 74%;
		opacity: 5.4;
		top: -77%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 117%;
		opacity: 0;
	}
}

.drop:nth-of-type(59) {
	-webkit-animation-name: drop-59;
	animation-name: drop-59;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 67%;
	opacity: 4.5;
	top: -83%;
}

@Keyframes drop-59 {
	0% {
		left: 67%;
		opacity: 4.5;
		top: -83%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 123%;
		opacity: 0;
	}
}

.drop:nth-of-type(60) {
	-webkit-animation-name: drop-60;
	animation-name: drop-60;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 66%;
	opacity: 3.3;
	top: -94%;
}

@Keyframes drop-60 {
	0% {
		left: 66%;
		opacity: 3.3;
		top: -94%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 134%;
		opacity: 0;
	}
}

.drop:nth-of-type(61) {
	-webkit-animation-name: drop-61;
	animation-name: drop-61;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 75%;
	opacity: 5;
	top: -58%;
}

@Keyframes drop-61 {
	0% {
		left: 75%;
		opacity: 5;
		top: -58%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 98%;
		opacity: 0;
	}
}

.drop:nth-of-type(62) {
	-webkit-animation-name: drop-62;
	animation-name: drop-62;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 13%;
	opacity: 5.2;
	top: -62%;
}

@Keyframes drop-62 {
	0% {
		left: 13%;
		opacity: 5.2;
		top: -62%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 102%;
		opacity: 0;
	}
}

.drop:nth-of-type(63) {
	-webkit-animation-name: drop-63;
	animation-name: drop-63;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 33%;
	opacity: 4.1;
	top: -88%;
}

@Keyframes drop-63 {
	0% {
		left: 33%;
		opacity: 4.1;
		top: -88%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 128%;
		opacity: 0;
	}
}

.drop:nth-of-type(64) {
	-webkit-animation-name: drop-64;
	animation-name: drop-64;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 60%;
	opacity: 4.5;
	top: -98%;
}

@Keyframes drop-64 {
	0% {
		left: 60%;
		opacity: 4.5;
		top: -98%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 138%;
		opacity: 0;
	}
}

.drop:nth-of-type(65) {
	-webkit-animation-name: drop-65;
	animation-name: drop-65;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 30%;
	opacity: 3.4;
	top: -89%;
}

@Keyframes drop-65 {
	0% {
		left: 30%;
		opacity: 3.4;
		top: -89%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 129%;
		opacity: 0;
	}
}

.drop:nth-of-type(66) {
	-webkit-animation-name: drop-66;
	animation-name: drop-66;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 52%;
	opacity: 3.5;
	top: -84%;
}

@Keyframes drop-66 {
	0% {
		left: 52%;
		opacity: 3.5;
		top: -84%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 124%;
		opacity: 0;
	}
}

.drop:nth-of-type(67) {
	-webkit-animation-name: drop-67;
	animation-name: drop-67;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 12%;
	opacity: 4.1;
	top: -98%;
}

@Keyframes drop-67 {
	0% {
		left: 12%;
		opacity: 4.1;
		top: -98%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 138%;
		opacity: 0;
	}
}

.drop:nth-of-type(68) {
	-webkit-animation-name: drop-68;
	animation-name: drop-68;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 40%;
	opacity: 5.7;
	top: -56%;
}

@Keyframes drop-68 {
	0% {
		left: 40%;
		opacity: 5.7;
		top: -56%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 96%;
		opacity: 0;
	}
}

.drop:nth-of-type(69) {
	-webkit-animation-name: drop-69;
	animation-name: drop-69;
	-webkit-animation-delay: 13s;
	animation-delay: 13s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 71%;
	opacity: 4.4;
	top: -69%;
}

@Keyframes drop-69 {
	0% {
		left: 71%;
		opacity: 4.4;
		top: -69%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 109%;
		opacity: 0;
	}
}

.drop:nth-of-type(70) {
	-webkit-animation-name: drop-70;
	animation-name: drop-70;
	-webkit-animation-delay: 13s;
	animation-delay: 13s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 10%;
	opacity: 3.4;
	top: -55%;
}

@Keyframes drop-70 {
	0% {
		left: 10%;
		opacity: 3.4;
		top: -55%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 95%;
		opacity: 0;
	}
}

.drop:nth-of-type(71) {
	-webkit-animation-name: drop-71;
	animation-name: drop-71;
	-webkit-animation-delay: 19s;
	animation-delay: 19s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 18%;
	opacity: 4.8;
	top: -74%;
}

@Keyframes drop-71 {
	0% {
		left: 18%;
		opacity: 4.8;
		top: -74%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 114%;
		opacity: 0;
	}
}

.drop:nth-of-type(72) {
	-webkit-animation-name: drop-72;
	animation-name: drop-72;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 20%;
	opacity: 4.1;
	top: -98%;
}

@Keyframes drop-72 {
	0% {
		left: 20%;
		opacity: 4.1;
		top: -98%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 138%;
		opacity: 0;
	}
}

.drop:nth-of-type(73) {
	-webkit-animation-name: drop-73;
	animation-name: drop-73;
	-webkit-animation-delay: 13s;
	animation-delay: 13s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 76%;
	opacity: 4.3;
	top: -87%;
}

@Keyframes drop-73 {
	0% {
		left: 76%;
		opacity: 4.3;
		top: -87%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 127%;
		opacity: 0;
	}
}

.drop:nth-of-type(74) {
	-webkit-animation-name: drop-74;
	animation-name: drop-74;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 23%;
	opacity: 5.8;
	top: -83%;
}

@Keyframes drop-74 {
	0% {
		left: 23%;
		opacity: 5.8;
		top: -83%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 123%;
		opacity: 0;
	}
}

.drop:nth-of-type(75) {
	-webkit-animation-name: drop-75;
	animation-name: drop-75;
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 23%;
	opacity: 4.4;
	top: -60%;
}

@Keyframes drop-75 {
	0% {
		left: 23%;
		opacity: 4.4;
		top: -60%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 100%;
		opacity: 0;
	}
}

.drop:nth-of-type(76) {
	-webkit-animation-name: drop-76;
	animation-name: drop-76;
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 8%;
	opacity: 5.3;
	top: -68%;
}

@Keyframes drop-76 {
	0% {
		left: 8%;
		opacity: 5.3;
		top: -68%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 108%;
		opacity: 0;
	}
}

.drop:nth-of-type(77) {
	-webkit-animation-name: drop-77;
	animation-name: drop-77;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 72%;
	opacity: 5.2;
	top: -52%;
}

@Keyframes drop-77 {
	0% {
		left: 72%;
		opacity: 5.2;
		top: -52%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 92%;
		opacity: 0;
	}
}

.drop:nth-of-type(78) {
	-webkit-animation-name: drop-78;
	animation-name: drop-78;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 42%;
	opacity: 3.2;
	top: -63%;
}

@Keyframes drop-78 {
	0% {
		left: 42%;
		opacity: 3.2;
		top: -63%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 103%;
		opacity: 0;
	}
}

.drop:nth-of-type(79) {
	-webkit-animation-name: drop-79;
	animation-name: drop-79;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 65%;
	opacity: 3.1;
	top: -57%;
}

@Keyframes drop-79 {
	0% {
		left: 65%;
		opacity: 3.1;
		top: -57%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 97%;
		opacity: 0;
	}
}

.drop:nth-of-type(80) {
	-webkit-animation-name: drop-80;
	animation-name: drop-80;
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 68%;
	opacity: 4.9;
	top: -77%;
}

@Keyframes drop-80 {
	0% {
		left: 68%;
		opacity: 4.9;
		top: -77%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 117%;
		opacity: 0;
	}
}

.drop:nth-of-type(81) {
	-webkit-animation-name: drop-81;
	animation-name: drop-81;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 80%;
	opacity: 3.7;
	top: -77%;
}

@Keyframes drop-81 {
	0% {
		left: 80%;
		opacity: 3.7;
		top: -77%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 117%;
		opacity: 0;
	}
}

.drop:nth-of-type(82) {
	-webkit-animation-name: drop-82;
	animation-name: drop-82;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 28%;
	opacity: 4.2;
	top: -63%;
}

@Keyframes drop-82 {
	0% {
		left: 28%;
		opacity: 4.2;
		top: -63%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 103%;
		opacity: 0;
	}
}

.drop:nth-of-type(83) {
	-webkit-animation-name: drop-83;
	animation-name: drop-83;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 77%;
	opacity: 3.9;
	top: -70%;
}

@Keyframes drop-83 {
	0% {
		left: 77%;
		opacity: 3.9;
		top: -70%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 110%;
		opacity: 0;
	}
}

.drop:nth-of-type(84) {
	-webkit-animation-name: drop-84;
	animation-name: drop-84;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 26%;
	opacity: 4.3;
	top: -89%;
}

@Keyframes drop-84 {
	0% {
		left: 26%;
		opacity: 4.3;
		top: -89%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 129%;
		opacity: 0;
	}
}

.drop:nth-of-type(85) {
	-webkit-animation-name: drop-85;
	animation-name: drop-85;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 21%;
	opacity: 4.2;
	top: -62%;
}

@Keyframes drop-85 {
	0% {
		left: 21%;
		opacity: 4.2;
		top: -62%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 102%;
		opacity: 0;
	}
}

.drop:nth-of-type(86) {
	-webkit-animation-name: drop-86;
	animation-name: drop-86;
	-webkit-animation-delay: 19s;
	animation-delay: 19s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 42%;
	opacity: 5.3;
	top: -85%;
}

@Keyframes drop-86 {
	0% {
		left: 42%;
		opacity: 5.3;
		top: -85%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 125%;
		opacity: 0;
	}
}

.drop:nth-of-type(87) {
	-webkit-animation-name: drop-87;
	animation-name: drop-87;
	-webkit-animation-delay: 13s;
	animation-delay: 13s;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 78%;
	opacity: 4.1;
	top: -60%;
}

@Keyframes drop-87 {
	0% {
		left: 78%;
		opacity: 4.1;
		top: -60%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 100%;
		opacity: 0;
	}
}

.drop:nth-of-type(88) {
	-webkit-animation-name: drop-88;
	animation-name: drop-88;
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 78%;
	opacity: 6;
	top: -100%;
}

@Keyframes drop-88 {
	0% {
		left: 78%;
		opacity: 6;
		top: -100%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 140%;
		opacity: 0;
	}
}

.drop:nth-of-type(89) {
	-webkit-animation-name: drop-89;
	animation-name: drop-89;
	-webkit-animation-delay: 19s;
	animation-delay: 19s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 3%;
	opacity: 4.2;
	top: -55%;
}

@Keyframes drop-89 {
	0% {
		left: 3%;
		opacity: 4.2;
		top: -55%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 95%;
		opacity: 0;
	}
}

.drop:nth-of-type(90) {
	-webkit-animation-name: drop-90;
	animation-name: drop-90;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 36%;
	opacity: 5;
	top: -70%;
}

@Keyframes drop-90 {
	0% {
		left: 36%;
		opacity: 5;
		top: -70%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 110%;
		opacity: 0;
	}
}

.drop:nth-of-type(91) {
	-webkit-animation-name: drop-91;
	animation-name: drop-91;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 60%;
	opacity: 4.7;
	top: -70%;
}

@Keyframes drop-91 {
	0% {
		left: 60%;
		opacity: 4.7;
		top: -70%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 110%;
		opacity: 0;
	}
}

.drop:nth-of-type(92) {
	-webkit-animation-name: drop-92;
	animation-name: drop-92;
	-webkit-animation-delay: 17s;
	animation-delay: 17s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 58%;
	opacity: 4.5;
	top: -77%;
}

@Keyframes drop-92 {
	0% {
		left: 58%;
		opacity: 4.5;
		top: -77%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 117%;
		opacity: 0;
	}
}

.drop:nth-of-type(93) {
	-webkit-animation-name: drop-93;
	animation-name: drop-93;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 52%;
	opacity: 4.4;
	top: -86%;
}

@Keyframes drop-93 {
	0% {
		left: 52%;
		opacity: 4.4;
		top: -86%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 126%;
		opacity: 0;
	}
}

.drop:nth-of-type(94) {
	-webkit-animation-name: drop-94;
	animation-name: drop-94;
	-webkit-animation-delay: 13s;
	animation-delay: 13s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 56%;
	opacity: 3.3;
	top: -99%;
}

@Keyframes drop-94 {
	0% {
		left: 56%;
		opacity: 3.3;
		top: -99%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 139%;
		opacity: 0;
	}
}

.drop:nth-of-type(95) {
	-webkit-animation-name: drop-95;
	animation-name: drop-95;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 29%;
	opacity: 5.9;
	top: -74%;
}

@Keyframes drop-95 {
	0% {
		left: 29%;
		opacity: 5.9;
		top: -74%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 114%;
		opacity: 0;
	}
}

.drop:nth-of-type(96) {
	-webkit-animation-name: drop-96;
	animation-name: drop-96;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 53%;
	opacity: 4.3;
	top: -69%;
}

@Keyframes drop-96 {
	0% {
		left: 53%;
		opacity: 4.3;
		top: -69%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 109%;
		opacity: 0;
	}
}

.drop:nth-of-type(97) {
	-webkit-animation-name: drop-97;
	animation-name: drop-97;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 42%;
	opacity: 4.2;
	top: -97%;
}

@Keyframes drop-97 {
	0% {
		left: 42%;
		opacity: 4.2;
		top: -97%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 137%;
		opacity: 0;
	}
}

.drop:nth-of-type(98) {
	-webkit-animation-name: drop-98;
	animation-name: drop-98;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 53%;
	opacity: 6;
	top: -86%;
}

@Keyframes drop-98 {
	0% {
		left: 53%;
		opacity: 6;
		top: -86%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 126%;
		opacity: 0;
	}
}

.drop:nth-of-type(99) {
	-webkit-animation-name: drop-99;
	animation-name: drop-99;
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 73%;
	opacity: 3.4;
	top: -64%;
}

@Keyframes drop-99 {
	0% {
		left: 73%;
		opacity: 3.4;
		top: -64%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 104%;
		opacity: 0;
	}
}

.drop:nth-of-type(100) {
	-webkit-animation-name: drop-100;
	animation-name: drop-100;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	left: 68%;
	opacity: 4.6;
	top: -65%;
}

@Keyframes drop-100 {
	0% {
		left: 68%;
		opacity: 4.6;
		top: -65%;
	}

	90% {
		opacity: 0.3;
	}

	100% {
		top: 105%;
		opacity: 0;
	}
}

.page-home {
	background-color: #fff;
}

.page-home .section-masthead {
	position: relative;
	overflow: hidden;
	height: 977px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbe8), to(white));
	background-image: linear-gradient(to bottom, #fffbe8, white);
}

@media (max-width: 1546px) {
	.page-home .section-masthead {
		height: auto;
		padding-bottom: 100px;
	}
}

@media (max-width: 1100px) {
	.page-home .section-masthead {
		padding-bottom: 0px;
	}
}

@media (max-width: 767px) {
	.page-home .section-masthead {
		height: auto;
	}
}

.page-home .section-masthead .masthead-background-image-wrapper {
	position: absolute;
	top: -105px;
	right: -275px;
	width: 1333px;
	height: 1216px;
}

.page-home .section-masthead .masthead-background-image-wrapper .masthead-background-image {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-size: contain;
}

@media (max-width: 1546px) {
	.page-home .section-masthead .masthead-background-image-wrapper {
		top: -90px;
		width: 1320px;
		height: 1170px;
	}
}

@media (max-width: 1330px) {
	.page-home .section-masthead .masthead-background-image-wrapper {
		width: 1260px;
	}
}

@media (max-width: 1210px) {
	.page-home .section-masthead .masthead-background-image-wrapper {
		top: -75px;
		width: 1170px;
		height: 970px;
	}
}

@media (max-width: 1100px) {
	.page-home .section-masthead .masthead-background-image-wrapper {
		width: 1030px;
		height: 940px;
	}
}

@media (max-width: 960px) {
	.page-home .section-masthead .masthead-background-image-wrapper {
		width: 950px;
		height: 868px;
	}
}

@media (max-width: 767px) {
	.page-home .section-masthead .masthead-background-image-wrapper {
		display: none;
	}
}

.page-home .section-masthead .mobile-masthead-background-image-wrapper {
	z-index: 0;
	position: relative;
	display: none;
	height: 520px;
	margin-top: -25px;
	margin-right: -20px;
	margin-left: -20px;
}

.page-home .section-masthead .mobile-masthead-background-image-wrapper .mobile-masthead-background-image {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 630px auto;
	background-position: center -30px;
}

@media (max-width: 767px) {
	.page-home .section-masthead .mobile-masthead-background-image-wrapper {
		display: block;
	}
}

.page-home .section-masthead .mobile-masthead-background-image-wrapper .mmobile-m-banim-werapper {
	z-index: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 350px;
	padding-top: 100px;
}

.page-home .section-masthead .mobile-masthead-background-image-wrapper .drop-animation-wrapper {
	width: 100vw;
	height: 600px;
}

.page-home .section-masthead .m-b-anim-wrapper {
	z-index: 0;
	position: absolute;
	top: 263px;
	right: 0px;
	left: -90px;
	margin: auto;
	width: 678px;
	height: 437px;
}

@media (max-width: 1546px) {
	.page-home .section-masthead .m-b-anim-wrapper {
		top: 200px;
	}
}

.page-home .section-masthead .masthead-content {
	z-index: 10;
	position: relative;
	padding-top: 117px;
}

@media (max-width: 767px) {
	.page-home .section-masthead .masthead-content {
		padding-top: 30px;
		text-align: center;
	}
}

.page-home .section-masthead .masthead-content h1 {
	margin-bottom: 33.3px;
	color: #393869;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 49.5px;
	line-height: 82px;
	line-height: normal;
}

@media (max-width: 1210px) {
	.page-home .section-masthead .masthead-content h1 {
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	.page-home .section-masthead .masthead-content h1 {
		font-size: 29px;
	}
}

.page-home .section-masthead .masthead-content img {
	position: relative;
	z-index: 10;
}

@media (max-width: 1546px) {
	.page-home .section-masthead .masthead-content img {
		width: 365px;
		height: auto;
	}
}

@media (max-width: 1210px) {
	.page-home .section-masthead .masthead-content img {
		width: 320px;
	}
}

@media (max-width: 767px) {
	.page-home .section-masthead .masthead-content img {
		width: 203px;
	}
}

.page-home .section-masthead .masthead-content .masthead-cta {
	margin: 38.7px 0px 29.7px 0px;
}

@media (max-width: 767px) {
	.page-home .section-masthead .masthead-content .masthead-cta {
		margin-top: 0px;
	}
}

.page-home .section-masthead .masthead-content .btn {
	display: block;
	width: 387px;
	margin-bottom: 19.8px;
	padding: 21.6px;
	font-weight: 700;
	font-size: 19.8px;
	line-height: 19.8px;
	text-align: center;
}

@media (max-width: 1210px) {
	.page-home .section-masthead .masthead-content .btn {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.page-home .section-masthead .masthead-content .btn {
		max-width: 100%;
		margin: 0 auto 22px;
	}
}

@media (max-width: 400px) {
	.page-home .section-masthead .masthead-content .btn {
		font-size: 16px;
	}
}

.page-home .section-masthead .masthead-content p {
	font-family: 'Poppins';
	font-size: 16.2px;
	font-weight: 400;
	color: #333333;
}

.page-home .section-sansan-to-kintone {
	position: relative;
	overflow: hidden;
	padding: 162px 0px 251px;
}

@media (max-width: 1546px) {
	.page-home .section-sansan-to-kintone {
		padding: 100px 0px 160px;
	}
}

.page-home .section-sansan-to-kintone .auto {
	z-index: 10;
	position: relative;
}

.page-home .section-sansan-to-kintone .s-t-k-background-wrapper {
	z-index: 0;
	position: absolute;
	right: 0px;
	bottom: 125.1px;
	left: 0px;
	width: 1468.8px;
	max-width: 100%;
	height: 843.3px;
	margin: auto;
	background-image: url("../img/home/background-img-1.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 1546px) {
	.page-home .section-sansan-to-kintone .s-t-k-background-wrapper {
		bottom: 160px;
		background-position: 0px 90%;
	}
}

@media (max-width: 767px) {
	.page-home .section-sansan-to-kintone .s-t-k-background-wrapper {
		bottom: 40px;
		background-image: url("../img/home/background-img-1-mobile.png");
		background-position: center bottom;
	}
}

@media (max-width: 560px) {
	.page-home .section-sansan-to-kintone .s-t-k-background-wrapper {
		bottom: 90px;
	}
}

@media (max-width: 870px) {
	.page-home .section-sansan-to-kintone .s-s-t-k-title p br {
		display: none;
	}
}

.page-home .section-sansan-to-kintone h2 {
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.page-home .section-sansan-to-kintone h2 {
		margin-bottom: 30px;
	}
}

.page-home .section-sansan-to-kintone p {
	font-family: 'Poppins';
	font-weight: 400;
	line-height: 45px;
	color: #333333;
}

@media (max-width: 1210px) {
	.page-home .section-sansan-to-kintone p {
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.page-home .section-sansan-to-kintone p {
		line-height: 30px;
	}
}

.page-home .section-sansan-to-kintone .s-t-k-featured-img {
	margin-top: 56.7px;
	width: 90%;
	margin: 56.7px auto 0;
}

@media (max-width: 767px) {
	.page-home .section-sansan-to-kintone .s-t-k-featured-img {
		line-height: 30px;
	}
}

.page-home .section-featured-plugin {
	background: #393869;
}

.page-home .section-featured-plugin .s-f-p-logo-wrapper img {
	margin-bottom: 10px;
}

.page-home .section-featured-plugin .s-f-p-logo-wrapper h2 {
	color: #fff;
}

.page-home .section-featured-plugin .item-list {
	margin: 85.5px -18px 81px;
}

@media (max-width: 940px) {
	.page-home .section-featured-plugin .item-list {
		margin-bottom: 0px;
	}
}

.page-home .section-featured-plugin .item {
	float: left;
	width: 33.33%;
	padding: 0px 19px;
}

@media (max-width: 940px) {
	.page-home .section-featured-plugin .item {
		float: none;
		width: 100%;
		max-width: 430px;
		margin: 0px auto 80px;
	}

	.page-home .section-featured-plugin .item:last-child {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.page-home .section-featured-plugin .item {
		width: 85%;
	}
}

.page-home .section-featured-plugin .item-content {
	position: relative;
	padding: 72px 40px 36px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px rgba(29, 129, 213, 0.2);
	box-shadow: 0px 10px 20px rgba(29, 129, 213, 0.2);
}

@media (max-width: 1100px) {
	.page-home .section-featured-plugin .item-content {
		padding: 80px 20px 40px;
	}
}

@media (max-width: 940px) {
	.page-home .section-featured-plugin .item-content {
		padding-top: 57px;
	}
}

.page-home .section-featured-plugin .ic-count {
	position: absolute;
	top: -41px;
	right: 0px;
	left: 0px;
	width: 82.8px;
	height: 82.8px;
	margin: auto;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 36.9px;
	line-height: 68.4px;
	color: #fff;
	border-radius: 50%;
	border: 8px solid #fff;
}

@media (max-width: 940px) {
	.page-home .section-featured-plugin .ic-count {
		top: -39px;
		width: 78px;
		height: 78px;
		font-size: 29px;
		line-height: 65px;
		border: 7px solid #fff;
	}
}

.page-home .section-featured-plugin .ic-count.ic-one {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7e76f9), to(#b2adfc));
	background-image: linear-gradient(to bottom, #7e76f9, #b2adfc);
}

.page-home .section-featured-plugin .ic-count.ic-two {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fc6681), to(#fc6681));
	background-image: linear-gradient(to bottom, #fc6681, #fc6681);
}

.page-home .section-featured-plugin .ic-count.ic-three {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#88cb88), to(#43b943));
	background-image: linear-gradient(to bottom, #88cb88, #43b943);
}

.page-home .section-featured-plugin img {
	margin-bottom: 54px;
}

@media (max-width: 940px) {
	.page-home .section-featured-plugin img {
		margin-bottom: 42px;
	}
}

.page-home .section-featured-plugin p {
	font-family: 'Poppins';
	line-height: 39.6px;
}

@media (max-width: 940px) {
	.page-home .section-featured-plugin p {
		line-height: 30px;
	}
}

.page-home .section-featured-plugin .learn-more-cta p {
	font-size: 19.8px;
	font-weight: 700;
	color: #fff;
	display: inline;
}

.page-home .section-featured-plugin .learn-more-cta p a {
	text-decoration: underline;
	color: #fff;
}

@media (max-width: 1546px) {
	.page-home .section-featured-plugin .learn-more-cta p {
		font-size: 18px;
	}
}

.page-home .section-featured-plugin .learn-more-cta p i {
	font-size: 25.2px;
	margin-right: 5px;
}

.page-home .sc-info-wrapper {
	z-index: 10;
	position: relative;
	padding-top: 55px;
}

@media (max-width: 900px) {
	.page-home .sc-info-wrapper {
		padding-top: 0px;
	}
}

.page-home .sc-info-wrapper .blue-arrow-down {
	position: absolute;
	right: 0px;
	bottom: 70px;
	left: 0px;
	width: 75px;
	height: 91px;
	margin: auto;
}

@media (max-width: 900px) {
	.page-home .sc-info-wrapper .blue-arrow-down {
		bottom: -25px;
	}
}

@media (max-width: 767px) {
	.page-home .sc-info-wrapper .blue-arrow-down {
		bottom: -15px;
		width: 47px;
		height: 57px;
	}
}

.page-home .sc-i-img-wrapper {
	-ms-flex: 0 0 316.8px;
	-webkit-box-flex: 0;
	flex: 0 0 316.8px;
	max-width: 316.8px;
	padding: 0px 49px;
}

@media (max-width: 1100px) {
	.page-home .sc-i-img-wrapper {
		-ms-flex: 0 0 35%;
		-webkit-box-flex: 0;
		flex: 0 0 35%;
		max-width: 35%;
		padding: 0px 20px;
	}
}

@media (max-width: 900px) {
	.page-home .sc-i-img-wrapper {
		display: none !important;
	}
}

.page-home .sc-i-list {
	padding-bottom: 28px;
}

@media (max-width: 900px) {
	.page-home .sc-i-list {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.page-home .sc-i-list {
		padding-bottom: 25px;
	}
}

.page-home .sc-i-item {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.page-home .sc-i-item {
		margin-bottom: 30px;
	}
}

.page-home .sc-i-item p {
	line-height: 45px !important;
}

@media (max-width: 1546px) {
	.page-home .sc-i-item p {
		line-height: 40px !important;
	}
}

@media (max-width: 1060px) {
	.page-home .sc-i-item p br {
		display: none;
	}
}

@media (max-width: 767px) {
	.page-home .sc-i-item p {
		line-height: 30px !important;
	}
}

.page-home .qm-wrapper {
	width: 50px;
	height: 50px;
	padding-top: 10px;
}

@media (max-width: 767px) {
	.page-home .qm-wrapper {
		width: 42px;
		height: 42px;
	}
}

.page-home .sc-i-par {
	float: left !important;
	width: calc(100% - 50px);
	padding-left: 27px;
}

@media (max-width: 767px) {
	.page-home .sc-i-par {
		padding-left: 15px;
	}

	.page-home .sc-i-par p br {
		display: none;
	}
}

.page-home .sc-i-box {
	z-index: 0;
	position: relative;
	width: 100%;
	margin-top: -103px;
	padding: 72px 138px 194px;
	background-color: #FFF7DE;
}

@media (max-width: 900px) {
	.page-home .sc-i-box {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.page-home .sc-i-box {
		margin-top: 0px;
		padding: 46px 20px 0px;
	}
}

.page-home .sc-i-box .sc-i-box-title img,
.page-home .sc-i-box .sc-i-box-title h3 {
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 560px) {
	.page-home .sc-i-box .sc-i-box-title img {
		max-width: 256px;
	}
}

.page-home .sc-i-box .sc-i-box-title h3 {
	padding-top: 16px;
	padding-left: 17px;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
	color: #393869;
}

@media (max-width: 767px) {
	.page-home .sc-i-box .sc-i-box-title h3 {
		display: block;
		padding-left: 0px;
		font-size: 28px;
	}
}

.page-home .sc-i-box .sc-i-list {
	padding-top: 45px;
}

.page-home .sc-i-box .sc-i-item {
	margin-bottom: 29px;
}

.page-home .sc-i-box .sc-i-item .sc-i-item-icon {
	-ms-flex: 0 0 37px;
	-webkit-box-flex: 0;
	flex: 0 0 37px;
	max-width: 37px;
	padding-top: 5px;
}

.page-home .sc-i-box .sc-i-item p {
	padding-left: 18px;
}

.page-home .sc-i-box .sc-i-video {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: -198px;
	width: 696px;
	max-width: 100%;
	margin: auto;
}

@media (max-width: 767px) {
	.page-home .sc-i-box .sc-i-video {
		position: relative;
		width: auto;
		max-width: none;
		margin-left: -20px;
		margin-right: -20px;
		bottom: 0px;
	}
}

.page-home .section-case-one,
.page-home .section-case-two {
	padding-bottom: 198px;
	background-position: -36px 225px;
	background-size: 576.9px 303.3px;
}

@media (max-width: 1400px) {

	.page-home .section-case-one,
	.page-home .section-case-two {
		background-size: 40%;
		background-position: -40px 280px;
	}
}

@media (max-width: 1024px) {

	.page-home .section-case-one,
	.page-home .section-case-two {
		background-position: -20px 280px;
	}
}

@media (max-width: 767px) {

	.page-home .section-case-one,
	.page-home .section-case-two {
		background-size: 50%;
		background-position: -5px 225px;
		padding-bottom: 88px;
	}
}

@media (max-width: 420px) {

	.page-home .section-case-one,
	.page-home .section-case-two {
		background-position: -5px 210px;
	}
}

.page-home .section-case-one .sc-title,
.page-home .section-case-two .sc-title {
	margin-bottom: 144px;
}

@media (max-width: 767px) {

	.page-home .section-case-one .sc-title,
	.page-home .section-case-two .sc-title {
		margin-bottom: 72px;
	}
}

.page-home .section-case-one p,
.page-home .section-case-two p {
	font-family: 'Poppins';
	font-size: 23.4px;
	line-height: normal;
	color: #333333;
}

@media (max-width: 1546px) {

	.page-home .section-case-one p,
	.page-home .section-case-two p {
		font-size: 18px;
	}
}

.page-home .section-case-one .sc-title h2,
.page-home .section-case-two .sc-title h2 {
	margin-bottom: 27px;
}

.page-home .section-case-one .sc-title p,
.page-home .section-case-two .sc-title p {
	font-family: 'Poppins';
}

@media (max-width: 900px) {
	.page-home .section-case-one .sc-info-wrapper {
		-ms-flex-direction: row-reverse !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important;
	}
}

.page-home .section-case-two {
	padding-top: 265px;
	padding-bottom: 342px;
	background-position: -36px 84px;
}

@media (max-width: 1400px) {
	.page-home .section-case-two {
		background-position: -18px 126px;
	}
}

@media (max-width: 767px) {
	.page-home .section-case-two {
		padding-top: 42px;
		padding-bottom: 100px;
		background-position: -5px 0px;
	}
}

.page-home .section-case-two .sc-info-wrapper .blue-arrow-down {
	bottom: -30px;
}

@media (max-width: 1060px) {
	.page-home .section-case-two .sc-info-wrapper .blue-arrow-down {
		bottom: 72px;
	}
}

@media (max-width: 900px) {
	.page-home .section-case-two .sc-info-wrapper .blue-arrow-down {
		bottom: -25px;
	}
}

.page-home .section-case-two .sc-i-img-wrapper {
	padding: 30px 30px 0px;
}

.page-home .section-case-two .sc-i-box {
	margin-top: -10px;
}

@media (max-width: 1060px) {
	.page-home .section-case-two .sc-i-box {
		margin-top: -100px;
	}
}

@media (max-width: 900px) {
	.page-home .section-case-two .sc-i-box {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.page-home .section-case-two .s-case-bx-title {
		padding-bottom: 20px;
	}
}

@media (max-width: 900px) {
	.page-home .s-case-bx-title h2 {
		float: left;
		width: 70%;
	}

	.page-home .s-case-bx-title .s-c-bx-img {
		float: right;
		width: 30%;
		max-width: 80px;
	}
}

.page-home .s-case-bx-title .s-c-bx-img {
	display: none;
}

@media (max-width: 900px) {
	.page-home .s-case-bx-title .s-c-bx-img {
		display: block;
	}
}

.page-home .video__background {
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: pointer;
}

.page-home .video__background button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 117px;
	height: 117px;
	padding-left: 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background: #aeaeae;
	border: 1px solid #aeaeae;
	border-radius: 50%;
	left: 0;
	right: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 9;
	opacity: 1;
}

@media (max-width: 900px) {
	.page-home .video__background button {
		width: 56px;
		height: 56px;
		padding-left: 7px;
	}
}

.page-home .video__background button i {
	font-size: 45px;
}

@media (max-width: 900px) {
	.page-home .video__background button i {
		font-size: 22px;
	}
}

.page-home .video__background button:hover {
	color: #F9F9F9;
	border-color: #F9F9F9;
}

.page-home .video__background::after {
	content: "";
	padding-top: 57%;
	display: block;
	opacity: 0.5;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.page-home .video__background:hover button {
	opacity: 1;
}

.page-home .video__background:hover::after {
	opacity: 0.7;
}

.page-home .video__background .com_yt-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 99;
}

.page-home .video__background .com_yt-video.video-active,
.page-home .video__background .com_yt-video.active {
	opacity: 1;
	visibility: visible;
}

.page-home .video__background .com_yt-video iframe {
	width: 100%;
	height: 100%;
}

.page-home .section-app-config {
	position: relative;
	overflow: hidden;
	padding: 144px 0px 172px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f5ff), to(white));
	background-image: linear-gradient(to bottom, #e8f5ff, white);
}

@media (max-width: 767px) {
	.page-home .section-app-config {
		padding-top: 100px;
		padding-bottom: 0px;
	}
}

.page-home .section-app-config .s-a-c-bg-wrapper {
	max-width: 1700px;
	margin: 0 auto;
	background-position: 50px 60px;
	background-size: 337px 364px;
}

@media (max-width: 767px) {
	.page-home .section-app-config .s-a-c-bg-wrapper {
		background-image: none !important;
	}
}

.page-home .section-app-config h2 {
	padding-bottom: 30px;
}

.page-home .section-app-config p {
	font-family: 'Poppins';
	font-size: 21.6px;
	line-height: 45px;
	color: #333333;
}

@media (max-width: 767px) {
	.page-home .section-app-config .s-a-c-title-wrapper p {
		font-size: 18px;
		line-height: 30px;
		text-align: left;
	}
}

.page-home .section-app-config .s-a-c-list {
	padding-top: 85px;
}

@media (max-width: 1500px) {
	.page-home .section-app-config .s-a-c-list {
		width: calc(100% - 100px);
		margin: 0 auto;
	}
}

@media (max-width: 1024px) {
	.page-home .section-app-config .s-a-c-list {
		width: 100%;
	}
}

.page-home .section-app-config .s-a-c-list .item {
	margin-bottom: 30px;
	padding: 30px 36px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 20px rgba(29, 129, 213, 0.2);
	box-shadow: 0px 10px 20px rgba(29, 129, 213, 0.2);
}

@media (max-width: 1024px) {
	.page-home .section-app-config .s-a-c-list .item {
		padding: 20px 25px;
	}
}

@media (max-width: 1500px) {
	.page-home .section-app-config .s-a-c-list .item .sacl-i-cat {
		width: 57%;
	}

	.page-home .section-app-config .s-a-c-list .item .sacl-i-bt {
		width: 43%;
	}
}

@media (max-width: 1024px) {

	.page-home .section-app-config .s-a-c-list .item .sacl-i-cat,
	.page-home .section-app-config .s-a-c-list .item .sacl-i-bt {
		width: 100%;
		text-align: center;
	}

	.page-home .section-app-config .s-a-c-list .item .sacl-i-cat {
		margin-bottom: 40px;
	}
}

.page-home .section-app-config .s-a-c-list .item.item-indent {
	margin-right: -100px;
	margin-left: 100px;
}

@media (max-width: 1500px) {
	.page-home .section-app-config .s-a-c-list .item.item-indent {
		margin-right: -50px;
		margin-left: 50px;
	}
}

@media (max-width: 1024px) {
	.page-home .section-app-config .s-a-c-list .item.item-indent {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.page-home .section-app-config .s-a-c-list .item h4 {
	margin-bottom: 9px;
	margin-top: 10px;
	font-family: 'Noto_Sans_CJK_JP_Black';
	font-size: 28.8px;
	color: #393869;
}

.page-home .section-app-config .s-a-c-list .item h4 span {
	color: #8B8B8B;
}

@media (max-width: 767px) {
	.page-home .section-app-config .s-a-c-list .item h4 span {
		display: block;
	}
}

@media (max-width: 1500px) {
	.page-home .section-app-config .s-a-c-list .item h4 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.page-home .section-app-config .s-a-c-list .item h4 {
		font-size: 23px;
	}
}

.page-home .section-app-config .s-a-c-list .item p {
	font-family: 'Noto_Sans_CJK_JP_Medium';
	font-size: 21.6px;
	color: #333333;
}

@media (max-width: 1500px) {
	.page-home .section-app-config .s-a-c-list .item p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.page-home .section-app-config .s-a-c-list .item p {
		font-size: 18px;
	}
}

.page-home .section-app-config .s-a-c-list .i-left,
.page-home .section-app-config .s-a-c-list .i-right {
	font-family: 'Noto_Sans_CJK_JP_Medium';
	font-size: 28.8px;
	color: #333333;
}

@media (max-width: 1500px) {

	.page-home .section-app-config .s-a-c-list .i-left,
	.page-home .section-app-config .s-a-c-list .i-right {
		font-size: 28px;
	}
}

@media (max-width: 767px) {

	.page-home .section-app-config .s-a-c-list .i-left,
	.page-home .section-app-config .s-a-c-list .i-right {
		font-size: 17px;
	}
}

.page-home .section-app-config .s-a-c-list .bx-type {
	border-radius: 25px;
}

@media (max-width: 1024px) {
	.page-home .section-app-config .s-a-c-list .bx-type {
		margin-right: auto;
		margin-left: auto;
	}
}

.page-home .section-app-config .s-a-c-list .bx-type-one {
	width: 463.5px;
	max-width: 100%;
	min-height: 105.3px;
	padding: 11.7px;
	background-color: #E8F6FF;
}

.page-home .section-app-config .s-a-c-list .bx-type-one .i-left {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.page-home .section-app-config .s-a-c-list .bx-type-one .i-right {
	border-radius: 22px;
	background-color: #FFEAA8;
	height: 81.9px;
	padding: 21.6px 0px;
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (max-width: 767px) {
	.page-home .section-app-config .s-a-c-list .bx-type-one {
		padding: 7px 7px;
		min-height: auto;
		border-radius: 10px;
	}

	.page-home .section-app-config .s-a-c-list .bx-type-one .i-left,
	.page-home .section-app-config .s-a-c-list .bx-type-one .i-right {
		height: auto;
		padding: 17px 0px;
		border-radius: 10px;
	}
}

.page-home .section-app-config .s-a-c-list .bx-type-two {
	position: relative;
	width: 463.5px;
	max-width: 100%;
}

.page-home .section-app-config .s-a-c-list .bx-type-two:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	width: 61.2px;
	height: 12.6px;
	margin: -6px auto 0px;
	background-image: url("../img/template/chain-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.page-home .section-app-config .s-a-c-list .bx-type-two .i-left,
.page-home .section-app-config .s-a-c-list .bx-type-two .i-right {
	border-radius: 22px;
	height: 105.3px;
	padding: 34.2px 0px;
	-ms-flex: 0 0 223.2px;
	-webkit-box-flex: 0;
	flex: 0 0 223.2px;
	max-width: calc(50% - 12px);
}

.page-home .section-app-config .s-a-c-list .bx-type-two .i-left {
	background-color: #E8F6FF;
}

.page-home .section-app-config .s-a-c-list .bx-type-two .i-right {
	background-color: #FEEAA8;
}

@media (max-width: 767px) {

	.page-home .section-app-config .s-a-c-list .bx-type-two .i-left,
	.page-home .section-app-config .s-a-c-list .bx-type-two .i-right {
		height: auto;
		padding: 17px 0px;
		border-radius: 10px;
	}
}

.page-home .section-app-config .s-a-c-list .bx-type-three {
	position: relative;
	width: 463.5px;
	max-width: 100%;
}

.page-home .section-app-config .s-a-c-list .bx-type-three .i-left,
.page-home .section-app-config .s-a-c-list .bx-type-three .i-right {
	height: 105.3px;
	padding: 34.2px 0px;
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.page-home .section-app-config .s-a-c-list .bx-type-three .i-left {
	border-radius: 22px 0px 0px 22px;
	background-image: -webkit-gradient(linear, left top, right top, from(#e8f6ff), to(#ebf5f5));
	background-image: linear-gradient(to right, #e8f6ff, #ebf5f5);
}

@media (max-width: 767px) {
	.page-home .section-app-config .s-a-c-list .bx-type-three .i-left {
		border-radius: 10px 0px 0px 10px;
	}
}

.page-home .section-app-config .s-a-c-list .bx-type-three .i-right {
	border-radius: 0px 22px 22px 0px;
	background-image: -webkit-gradient(linear, right top, left top, from(#feeaa8), to(#ebf5f5));
	background-image: linear-gradient(to left, #feeaa8, #ebf5f5);
}

@media (max-width: 767px) {
	.page-home .section-app-config .s-a-c-list .bx-type-three .i-right {
		border-radius: 0px 10px 10px 0px;
	}
}

@media (max-width: 767px) {

	.page-home .section-app-config .s-a-c-list .bx-type-three .i-left,
	.page-home .section-app-config .s-a-c-list .bx-type-three .i-right {
		height: auto;
		padding: 17px 0px;
	}
}

.page-home .section-rate-plan {
	position: relative;
	overflow: hidden;
	padding: 144px 0px 117px 0px;
}

@media (max-width: 767px) {
	.page-home .section-rate-plan {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.page-home .section-rate-plan .s-r-p-bg-wrapper {
	max-width: 1268.1px;
	margin: 0 auto;
	background-size: contain;
	background-position: 0px 27px;
}

.page-home .section-rate-plan h2 {
	margin-bottom: 62.1px;
}

.page-home .section-rate-plan .s-r-p-box {
	position: relative;
	max-width: 520px;
	margin: 0 auto 30.6px;
	padding: 38px 66px 59px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 90px rgba(29, 129, 213, 0.2);
	box-shadow: 0px 10px 90px rgba(29, 129, 213, 0.2);
}

@media (max-width: 767px) {
	.page-home .section-rate-plan .s-r-p-box {
		padding: 25px 24px;
	}
}

.page-home .section-rate-plan .s-r-p-b-title p {
	font-weight: 700;
	font-size: 26px;
	line-height: 61px;
	color: #333333;
}

@media (max-width: 1024px) {
	.page-home .section-rate-plan .s-r-p-b-title p {
		font-size: 24px;
	}
}

.page-home .section-rate-plan .s-r-p-b-title h3 {
	font-family: 'Poppins';
	font-size: 74px;
	line-height: 95px;
	color: #393869;
}

.page-home .section-rate-plan .s-r-p-b-title h3 sub {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 35px;
}

@media (max-width: 1024px) {
	.page-home .section-rate-plan .s-r-p-b-title h3 {
		font-size: 48px;
	}

	.page-home .section-rate-plan .s-r-p-b-title h3 sub {
		font-size: 22px;
	}
}

.page-home .section-rate-plan .s-r-p-list {
	margin-bottom: 33px;
	padding-top: 22px;
}

.page-home .section-rate-plan .s-r-p-item {
	margin-bottom: 17px;
}

.page-home .section-rate-plan .s-r-p-item .s-r-p-item-icon {
	padding-top: 5px;
	-ms-flex: 0 0 32px;
	-webkit-box-flex: 0;
	flex: 0 0 32px;
	max-width: 32px;
}

@media (max-width: 1024px) {
	.page-home .section-rate-plan .s-r-p-item .s-r-p-item-icon {
		padding-top: 0px;
		-ms-flex: 0 0 20px;
		-webkit-box-flex: 0;
		flex: 0 0 20px;
		max-width: 20px;
	}
}

.page-home .section-rate-plan .s-r-p-item p {
	padding-left: 13px;
	font-family: 'Noto_Sans_CJK_JP_Medium';
	font-size: 21.6px;
	line-height: 42.3px;
	color: #333333;
}

@media (max-width: 1024px) {
	.page-home .section-rate-plan .s-r-p-item p {
		font-size: 18px;
		line-height: normal;
	}
}

.page-home .section-rate-plan .s-r-p-box-cta .btn {
	display: block;
	margin-bottom: 22px;
	padding: 21.6px;
	font-weight: 700;
	font-size: 19.8px;
	line-height: 19.8px;
	text-align: center;
}

@media (max-width: 767px) {
	.page-home .section-rate-plan .s-r-p-box-cta .btn {
		font-size: 17px;
	}
}

@media (max-width: 424px) {
	.page-home .section-rate-plan .s-r-p-box-cta .btn {
		font-size: 16px;
	}
}

.page-home .section-rate-plan .s-r-p-img {
	position: absolute;
	bottom: 0px;
	right: -211.5px;
	width: 247.5px;
	height: 418.5px;
}

@media (max-width: 970px) {
	.page-home .section-rate-plan .s-r-p-img {
		display: none;
	}
}

.page-home .section-rate-plan .s-r-p-footnote p {
	font-family: 'Poppins';
	font-size: 21.6px;
	line-height: 45px;
	color: #333;
}

.page-home .section-rate-plan .s-r-p-footnote p a {
	color: #888888;
	border-bottom: 1px solid #888888;
}

@media (max-width: 1546px) {
	.page-home .section-rate-plan .s-r-p-footnote p {
		font-size: 18px;
	}
}

.page-home .section-faq {
	overflow: hidden;
	position: relative;
	padding: 144px 0px 117px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f5ff), to(white));
	background-image: linear-gradient(to bottom, #e8f5ff, white);
}

@media (max-width: 767px) {
	.page-home .section-faq {
		padding-top: 100px;
		padding-bottom: 0px;
	}
}

.page-home .section-faq h2 {
	margin-bottom: 56.7px;
}

.page-home .section-faq .s-faq-list {
	max-width: 946px;
	margin: 0 auto;
}

.page-home .section-faq .s-f-l-item {
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 20px rgba(29, 129, 213, 0.1);
	box-shadow: 0px 10px 20px rgba(29, 129, 213, 0.1);
}

@media (max-width: 767px) {
	.page-home .section-faq .s-f-l-item {
		margin-right: -20px;
		margin-left: -20px;
		margin-bottom: 0px;
		border-bottom: 2px solid #EAEAEA;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.page-home .section-faq .s-a-i-title {
	display: block;
	padding: 22.5px 36px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.page-home .section-faq .s-a-i-title {
		padding: 20px;
	}
}

.page-home .section-faq .s-a-i-title .s-a-t-content {
	max-width: calc(100% - 24px);
}

.page-home .section-faq .s-a-i-title .s-a-t-content .satc-icon {
	-ms-flex: 0 0 36px;
	-webkit-box-flex: 0;
	flex: 0 0 36px;
	max-width: 36px;
}

.page-home .section-faq .s-a-i-title .s-a-t-arrow {
	font-size: 33.3px;
	color: #999999;
}

.page-home .section-faq .s-a-i-title .s-a-t-arrow .fa-angle-down {
	display: block;
}

.page-home .section-faq .s-a-i-title .s-a-t-arrow .fa-angle-up {
	display: none;
}

.page-home .section-faq .s-a-i-title p {
	padding: 0px 20px;
	font-family: 'Poppins';
	font-size: 21.6px;
	line-height: normal;
	color: #333333;
}

@media (max-width: 1546px) {
	.page-home .section-faq .s-a-i-title p {
		font-size: 18px;
	}
}

.page-home .section-faq .s-a-i-content {
	display: none;
	padding: 0px 36px 27px;
}

.page-home .section-faq .s-a-i-content .s-a-i-c-wrapper {
	padding-top: 18px;
	border-top: 1px solid #C3C3C3;
}

@media (max-width: 767px) {
	.page-home .section-faq .s-a-i-content .s-a-i-c-wrapper {
		border-top: 0px;
	}
}

.page-home .section-faq .s-a-i-content p {
	margin-bottom: 18px;
	font-family: 'Poppins';
	font-size: 21.6px;
	line-height: 34.2px;
	color: #333333;
}

.page-home .section-faq .s-a-i-content p:last-child {
	margin-bottom: 0px;
}

@media (max-width: 1546px) {
	.page-home .section-faq .s-a-i-content p {
		font-size: 18px;
		line-height: normal;
	}
}

.page-home .section-faq .s-accordion-active .s-a-t-arrow .fa-angle-down {
	display: none;
}

.page-home .section-faq .s-accordion-active .s-a-t-arrow .fa-angle-up {
	display: block;
}

.page-home .section-faq .s-accordion-active .s-a-i-content {
	display: block;
}

.page-home .section-precautions {
	position: relative;
	overflow: hidden;
	padding-top: 144px;
	padding-bottom: 288px;
}

@media (max-width: 1025px) {
	.page-home .section-precautions {
		padding-bottom: 175px;
	}
}

@media (max-width: 767px) {
	.page-home .section-precautions {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.page-home .section-precautions h2 {
	margin-bottom: 50px;
}

.page-home .section-precautions .s-p-box {
	width: 100%;
	padding: 54px 36px;
	background-color: #F7FAFD;
	border-radius: 25px;
}

@media (max-width: 767px) {
	.page-home .section-precautions .s-p-box {
		padding: 0px;
		background-color: transparent;
	}
}

.page-home .section-precautions .s-p-box p {
	font-family: 'Poppins';
	font-size: 18.9px;
	line-height: 34px;
	margin-bottom: 18px;
}

.page-home .section-precautions .s-p-box p a {
	color: #888888;
	text-decoration: underline;
}

.page-home .section-precautions .s-p-box p a:hover {
	text-decoration: none;
}

@media (max-width: 1546px) {
	.page-home .section-precautions .s-p-box p {
		font-size: 18px;
		line-height: normal;
	}
}

.page-home .section-precautions .s-p-box h3 {
	padding-top: 18px;
	margin: 0px 0px 16.2px;
	font-size: 35.1px;
	font-weight: 700;
	line-height: normal;
	color: #333333;
}

@media (max-width: 1546px) {
	.page-home .section-precautions .s-p-box h3 {
		font-size: 28px;
	}
}

.page-home .section-precautions .spb-list {
	margin-bottom: 27px;
}

.page-home .section-precautions .spb-list .spb-l-item {
	display: table;
	width: 100%;
}

.page-home .section-precautions .spb-list .spb-l-item div {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.page-home .section-precautions .spb-list .spb-l-item {
		display: block;
		margin-bottom: 10px;
	}

	.page-home .section-precautions .spb-list .spb-l-item div {
		display: block;
	}
}

.page-home .section-precautions .spb-list .c-windows,
.page-home .section-precautions .spb-list .c-phone {
	background-color: #fff;
}

.page-home .section-precautions .spb-list .c-windows .spb-l-i-cat,
.page-home .section-precautions .spb-list .c-phone .spb-l-i-cat {
	background-color: #E1E6EB;
}

.page-home .section-precautions .spb-list .c-mac {
	background-color: #F7F9FC;
}

.page-home .section-precautions .spb-list .c-mac .spb-l-i-cat {
	background-color: #D4D9DE;
}

.page-home .section-precautions .spb-list .spb-l-i-cat {
	font-family: 'Poppins';
	font-size: 18.9px;
	color: #333333;
	width: 207.9px;
	padding: 22.5px;
}

@media (max-width: 767px) {
	.page-home .section-precautions .spb-list .spb-l-i-cat {
		width: 100%;
		padding: 13px;
		font-size: 18px;
		text-align: center;
		background-color: #D4D9DE !important;
	}
}

.page-home .section-precautions .spb-list .spb-l-i-cat span {
	display: inline-block;
}

.page-home .section-precautions .spb-list .spb-l-ides {
	padding: 22.5px;
}

@media (max-width: 767px) {
	.page-home .section-precautions .spb-list .spb-l-ides {
		background-color: #EDEEF0 !important;
	}
}

.page-home .section-precautions .spb-list .spb-l-ides ul {
	padding-left: 20px;
}

.page-home .section-precautions .spb-list .spb-l-ides ul li {
	font-family: 'Poppins';
	font-size: 18.9px;
	line-height: 36px;
	color: #333333;
}

@media (max-width: 767px) {
	.page-home .section-precautions .spb-list .spb-l-ides ul li {
		font-size: 18px;
	}
}

.page-home .section-precautions .spb-list .spb-l-ides p {
	margin-bottom: 0px;
	padding: 0px;
	font-family: 'Poppins';
	font-size: 18.9px;
	line-height: 36px;
	color: #333333;
}

@media (max-width: 767px) {
	.page-home .section-precautions .spb-list .spb-l-ides p {
		font-size: 18px;
	}
}

.page-home .section-precautions .spb-list .spb-l-ides ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-home .section-precautions .spb-list .spb-l-ides li {
	padding-left: 20px;
	position: relative;
}

.page-home .section-precautions .spb-list .spb-l-ides li:before {
	content: '\2022';
	font-size: 30px;
	color: #0381D5;
	position: absolute;
	left: 0;
}

/*# sourceMappingURL=style.css.map */