﻿body {
	font-family: "微软雅黑";
	background-color: #FFFFFF;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: #333333;
}

a:hover {
	color: #007bfc;
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.main {
	margin: 0 auto;
}

.navbar-nav .nav-item {
	position: relative;
	color: #FFFFFF;
	font-size: 17px;
	margin-right: 30px;
}

.navbar-dark .navbar-nav .nav-link {
	position: relative;
	color: #FFF;
	line-height: 30px;
	padding: 10px;
}

.nav-btns .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 18px;
	min-width: 75px;
	text-align: center;
}

.btn-solid {
	border: 1px solid #525666;
	color: #FFFFFF;
}

.btn-solid:hover {
	border: 1px solid #525666;
	color: #FFFFFF;
}

.nav-btns .btn-solid {
	margin-right: 20px;
}

.nav-item .icon-down {
	font-size: 14px;
	color: #525666;
}

.nav-item:hover .icon-down {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #fff;
}

.navbar-dark {
	z-index: 999;
	position: absolute;
	width: 100%;
	padding: 35px 10px;
}

.navbar-dark .navbar-toggler {}

.burger {
	position: relative;
	align-self: center;
	width: 56px;
	height: 56px;
	padding: 0;
	margin: 0;
	background: transparent;
	box-shadow: none;
	border: none;
	cursor: pointer
}

.burger span {
	position: absolute;
	left: calc(50% - 10px);
	display: block;
	width: 20px;
	height: 2px;
	transition: .25s ease-in-out;
	transform: rotate(0deg);
	opacity: 1;
	border-radius: 9px;
	background: #fff
}

.burger span:first-child {
	top: calc(50% - 8px)
}

.burger span:nth-child(2) {
	top: 50%
}

.burger span:nth-child(3) {
	top: calc(50% + 8px)
}

.burger:active,
.burger:focus {
	outline: none
}

.burger.is-active span:first-child,
.burger[aria-expanded=true] span:first-child {
	top: 50%;
	transform: rotate(135deg)
}

.burger.is-active span:nth-child(2),
.burger[aria-expanded=true] span:nth-child(2) {
	left: -60px;
	opacity: 0
}

.burger.is-active span:nth-child(3),
.burger[aria-expanded=true] span:nth-child(3) {
	top: 50%;
	transform: rotate(-135deg)
}

@media (min-width: 1012px) {
	.burger {
		display: none
	}
}

/* footer */
.footer {
	background: linear-gradient(90deg, #021049, #1e38a2);
	overflow: hidden;
	font-size: 15px;
	line-height: 24px;
	color: rgba(229, 235, 255, .56);
}

.footer__bottom {
	padding: 40px 0;
	border-top: 1px solid rgba(229, 235, 255, .08);
}

.footer__bottom .container {
	display: flex;
	justify-content: space-between;
}

.footer__brand {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}

.footer__brand .brand__logo {
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 55px;
	height: 55px;
	margin-right: 30px;
	margin-left: -24px;
}

.footer__brand .brand__desc {
	color: rgba(229, 235, 255, .4);
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 0;
}

.nav--h {
	padding: 0;
	margin: 0;
	flex-direction: row;
}

.nav__item {
	position: relative;
	min-height: 56px;
}

.footer__bottom-nav .nav__link {
	color: rgba(229, 235, 255, .56);
	transition: .3s ease;
}

.footer__bottom-nav .nav__link:hover {
	color: #fff;
}

.footer__title {
	color: #fff;
	font-size: 18px;
}

.footer__nav .nav__link {
	display: inline-block;
	padding: 6px 0;
	white-space: normal;
	transition: .3s ease;
	color: rgba(229, 235, 255, .56);
	font-size: 16px;
}

.footer__nav .nav__link:hover {
	color: #fff;
}

.footer__nav.nav {
	flex-direction: column;
	margin-bottom: 0;
}

.footer__bottom-nav li a {
	display: inline-block;
	line-height: 25px;
	padding: 15px;
}

.footer__site-map {
	padding: 60px 0;
}

.footer__hastime {
	margin-top: 30px;
}

/* banner */
.site-banner {
	position: relative;
	background-repeat: no-repeat;
}

.site-banner .container {
	position: relative;
	height: 100%;
	text-align: center;
}

.banner--shape {
	background: linear-gradient(90deg, #021049, #1e38a2);
	padding-top: 224px;
	height: 540px;
}

.banner__title {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 40px;
	margin-bottom: 30px;
}

.banner__desc {
	max-width: 750px;
	margin: 0 auto;
	color: #c0c0c0;
	font-size: 24px;
}

.banner--system {
	height: 760px;
}

.banner-btns {
	margin-top: 30px;
}

.banner-btns .btn {
	padding: 15px;
	min-width: 140px;
	margin: 0 10px;
}

.sin-main {
	position: relative;
	z-index: 9;
	margin-top: -150px;
	padding-bottom: 126px;
}

.sin-panel {
	padding: 30px;
	background: #fff;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px;
}

.system-main {
	margin-top: -200px;
}

.apl_hover:after,
.apl_hover:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border: 1px solid #007bfc;
	border-bottom: none;
	transition: opacity .3s ease-out, height .3s ease-out, width .3s ease-out .3s;
}

.apl_hover:before {
	right: 50%;
	border-right: none;
	border-radius: 3px 0 0 3px;
}

.apl_hover:after {
	left: 50%;
	border-left: none;
	border-radius: 0 3px 3px 0;
}

.sin-main {
	margin-left: auto;
	margin-right: auto;
}

.sin-main {
	max-width: 866px;
}

.row--sys {
	text-align: center;
}

.application,
.apl-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 158px;
	margin-left: auto;
	margin-right: auto;
}

.apl__title {
	margin-bottom: 0;
	margin-top: 24px;
	color: #142149;
	position: relative;
	width: 100%;
}

.row--sys .application {
	flex-direction: column;
	text-align: center;
	padding: 24px 16px;
}

.apl__title-text {
	opacity: 1;
	transform: translateY(0);
	transition: .3s ease;
	display: block;
}

.apl__title-hovertext {
	opacity: 0;
	transition: .3s ease;
	color: #007bfc;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(100%);
	display: block;
}

.apl_hover span:after,
.apl_hover span:before {
	content: "";
	position: absolute;
	bottom: 1px;
	width: 1px;
	height: 5px;
	opacity: 0;
}

.apl_hover span:before {
	right: 1px;
	border-radius: 0 0 3px 0;
}

.apl_hover span:after {
	left: 1px;
	border-radius: 0 0 0 3px;
}

.application:hover:not(.application--view-all) .apl__title-text {
	opacity: 0;
	transform: translateY(-100%);
}

.application:hover:not(.application--view-all) .apl__title-hovertext {
	opacity: 1;
	transform: translateY(0);
}

.application:hover:not(.application--view-all) .apl_hover:after,
.application:hover:not(.application--view-all) .apl_hover:before {
	opacity: 1;
	width: calc(50% - 1px);
	height: calc(100% - 2px);
	transition: width .15s ease-out, height .15s ease-out .15s;
}

.application:hover:not(.application--view-all) .apl_hover span:after,
.application:hover:not(.application--view-all) .apl_hover span:before {
	opacity: 1;
	border-bottom: 1px solid #007bfc;
	width: 50%;
	transition: opacity 0s ease-out .29s, width .15s ease-out .3s;
}

.application__hover-icon {
	display: block;
	width: 50px;
	height: 20px;
	line-height: 1;
	background: #fff url(../img/arrow.png) center no-repeat;
	position: absolute;
	bottom: -10px;
	color: #007bfc;
	left: 50%;
	margin-left: -25px;
	z-index: 99;
	overflow: hidden;
	transform: translateY(100%);
	transition: .3s ease;
	opacity: 0;
}

.application:hover .application__hover-icon {
	transform: translateY(0);
	opacity: 1;
}

/* 服务器状态 */
.serve-main {
	max-width: 910px;
}

.banner--serve {
	height: 540px;
}

.table tbody td,
.table tbody th,
.table tfoot td,
.table tfoot th,
.table thead td,
.table thead th {
	border-top: 1px solid #edeef2;
}

.table thead th {
	border-bottom: 0;
	border-top: 0;
	color: #a1a5b2;
	font-weight: normal;
}

.table--server-status thead th {
	white-space: nowrap;
}

.rail {
	display: flex;
	font-size: 0;
	align-items: center;
}

.rail .g-text {
	margin-left: 16px;
	font-size: 16px;
	color: #525666;
}

.rail .ok-text {
	margin-left: 26px;
	font-size: 15px;
	color: #525666;
}

.rail .i-c-4x img {
	max-width: 24px;
}

/* 联系 */
.contact-main {
	max-width: 1150px;
}

.contact {
	display: flex;
	flex-direction: column;
}

.contact-main .sin-panel {
	padding: 0;
}

.contact-main {
	padding: 60px;
}

.contact-cell {
	padding: 30px 60px;
	border-bottom: 1px solid #e6e7eb;
}

.contact-cell:last-child {
	border: 0;
}

.contact-cell .contact__title {
	margin-bottom: 20px;
	font-size: 20px;
}

.contact-cell .contact__icon {
	margin-bottom: 20px;
}

.contact-cell .contact__adress {
	color: #525666;
}

.cc-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-row .col-md-4 {
	padding: 30px 15px;
	border-left: 1px solid #e6e7eb;
}



@media (max-width: 1011px) {
	.serve-main .sin-panel {
		padding: 15px;
	}

	.table--server-status {
		white-space: nowrap;
	}

	.contact-row .col-md-4 {
		border-left: 0
	}

	.contact-cell {
		padding: 30px;
	}

	.contact-main {
		padding: 20px;
	}

	.banner--shape {
		padding-top: 110px;
	}

	.banner--system {
		height: 600px;
	}

	.banner--serve {
		height: 400px;
	}

	.banner--shape {
		height: 400px;
	}

	.scroll-up .site-navbar {
		min-height: 60px
	}

	.burger.is-open span:first-child {
		top: 50%;
		transform: rotate(135deg)
	}

	.burger.is-open span:nth-child(2) {
		left: -60px;
		opacity: 0
	}

	.burger.is-open span:nth-child(3) {
		top: 50%;
		transform: rotate(-135deg)
	}

	.rail .ok-text {
		margin-left: 10px;
	}

}

@media (max-width: 1011px) {
	.navbar-collapse {
		background: #fff;
		border-radius: 3px;
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		margin: auto !important;
		width: calc(100% - 48px);
		max-width: 684px;
		box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
		visibility: hidden;
		opacity: 0;
		transition: opacity .25s;
		max-height: calc(100vh - 70px);
		overflow: auto;
	}

	.navbar-collapse.show {
		visibility: visible;
		opacity: 1;
	}

	.navbar-nav .nav-item {
		color: #333;
		margin-right: 0;
	}

	.navbar-dark .navbar-nav .nav-link {
		display: block;
		color: #142149;
		padding: 11px 24px 13px;
		font-size: 16px;
	}

	.navbar-dark .navbar-nav .nav-link:hover,
	.navbar-dark .navbar-nav .nav-link:focus {
		color: #142149;
	}

	.nav-item:hover .icon-down {
		color: #142149;
	}

	.navbar-dark {
		padding: 10px;
	}

	.nav-btns {
		width: 100%;
		padding: 15px;
		text-align: center;
	}

	.nav-btns .btn {
		height: 36px;
		line-height: 36px;
	}

	.nav-btns .btn-solid {
		border: 1px solid #142149;
		color: #142149;
		margin-right: 20px;
	}

	.navbar-brand img {
		height: 50px;
	}

	.navbar-dark .navbar-nav .nav-link .icon-down {
		position: absolute;
		right: 20px;
	}

	.banner__title {
		font-size: 36px;
	}

	.banner__desc {
		font-size: 16px;
	}
}

@media (min-width:1011px) {
	.banner-btns .btn {
		min-width: 200px;
		font-size: 19px;
	}
}

@media (max-width: 751px) {
	.footer__bottom>.container {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.footer__brand {
		padding: 16px;
		justify-content: center;
		text-align: center;
		justify-content: space-between;
		flex-direction: column;
	}

	.footer__brand .brand__logo {
		margin: 0;
		margin-bottom: 16px;
	}

	.footer__nav.nav {
		display: none;
	}

	.is-open .footer__nav.nav {
		display: block;
	}

	.footer__site-map {
		padding: 40px 16px 24px 24px;
	}

	.footer__title:before {
		background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PHBhdGggZD0iTTUgN2w0IDQgNC00IiBmaWxsPSJub25lIiBzdHJva2U9IiNhM2EzYTMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat;
		background-position: 50%;
		background-size: 18px 18px;
		content: "";
		position: absolute;
		right: 9px;
		width: 24px;
		top: 5px;
		height: 24px;
		text-align: center;
		line-height: 24px;
		font-size: 16px;
	}

	.footer__column.is-open .footer__title:before {
		color: #fff;
		transform-origin: center center;
		transform: rotate(180deg);
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PHBhdGggZD0iTTUgN2w0IDQgNC00IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
	}

	.footer__title {
		cursor: pointer;
		position: relative;
		line-height: 40px;
		margin-bottom: 0;
		height: 40px;
	}
}

/* 团队 */

.team-member {
	position: relative;
	display: flex;
	flex-direction: row;
	margin-bottom: 24px;
	background: #fff;
	border-radius: 4px
}

.team-member__name {
	margin: 8px 0
}

.team-member__role {
	color: #007bfc;
	margin: 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px
}

@media (max-width: 1011px) {
	.team-member__role {
		font-size: 14px
	}
}

@media (max-width: 751px) {
	.team-member__role {
		font-size: 14px
	}
}

.team-member__actions {
	margin-top: auto
}

.team-member__actions .btn {
	margin-right: 8px;
	transition: .3s
}

.team-member__actions .btn:active,
.team-member__actions .btn:focus,
.team-member__actions .btn:hover {
	transform: translateY(-5px);
	background: #007bfc;
	border-color: #007bfc;
	color: #fff
}

.team-member__actions .btn:last-child {
	margin-right: 0
}

.team-member__photo {
	display: flex;
	flex-direction: column;
	min-width: 250px;
	background: #e6e7eb;
	border-radius: 4px 0 0 4px;
	overflow: hidden
}

.team-main {
	max-width: 1170px;
}


@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.team-member__photo {
		width: 250px
	}
}

.team-member__photo img {
	margin-top: auto
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.team-member__photo img {
		width: 250px
	}
}

.team-member__content {
	display: flex;
	flex-direction: column;
	padding: 28px 32px 32px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.team-member__content {
		flex: 1
	}
}

.team-member:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	transition: box-shadow .3s ease;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px
}

@media (max-width: 1011px) {
	.team-member:after {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

@media (max-width: 1231px) {
	.team-member__photo {
		min-width: 200px
	}

	.team-member__desc {
		font-size: 15px;
		line-height: 24px
	}

	.team-member__content {
		display: flex;
		flex-direction: column;
		padding: 20px 24px 24px
	}
}

@media (max-width: 1011px) {
	.team-member {
		flex-direction: column
	}

	.team-member__photo {
		justify-content: center;
		max-height: 324px;
		border-radius: 4px 4px 0 0
	}

	.team-member__photo img {
		margin-bottom: -48px
	}
}

@media (max-width: 751px) {
	.team-member {
		max-width: 324px;
		margin-left: auto;
		margin-right: auto
	}
}

.flex-items-xs-center {
	justify-content: center !important;
}

.team-member__desc {
	color: #525666;
	line-height: 2;
	margin-top: 15px;
}

/* 新闻 */
.media-main {
	max-width: 870px;
}


.widget--post {
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	border-radius: 3px;
	overflow: visible
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.widget .widget__media {
		flex: 1 0 auto
	}
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.widget .widget__media img {
		max-width: none
	}
}

.widget--last-post .widget__media:before {
	display: none
}

.widget--last-post .widget__media img {
	min-height: 280px;
	object-fit: cover;
	object-position: center center;
	width: 100%
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.widget--last-post .widget__media img {
		height: 280px
	}
}

.widget--last-post .widget__body,
.widget--last-post .widget__media {
	border: none
}

.widget--last-post .widget__content {
	padding: 32px
}

.widget--last-post .widget__content p {
	color: #525666;
	margin-bottom: 0
}

.widget--last-post .widget__content p span.is-link {
	font-weight: 500;
	color: #007bfc
}

.widget--resources {
	box-shadow: none;
	margin-bottom: 0
}

.widget--resources .list-group__item {
	padding-top: 12px;
	padding-bottom: 12px;
	border: 0
}

.widget--resources .list-group__item:hover {
	background: none;
	color: #007bfc
}

.widget--resources .list-group__item:hover .list-group__addon .icon-ui .fill {
	fill: #007bfc
}

.widget--resources .list-group__addon {
	display: flex;
	margin-right: 24px
}

.widget--resources .list-group__addon .icon-ui .fill {
	transition: .3s ease
}

.widget--resources .list-group__content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.widget--post {
	border-radius: 5px;
	margin-bottom: 50px
}

.widget--post .widget__title {
	margin-bottom: 18px;
	font-weight: bold;
}

.widget--post .widget__media {
	background-color: #172863
}

.widget--post .widget__media img {
	min-height: 240px;
	object-fit: cover;
	object-position: center center
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.widget--post .widget__media img {
		height: 240px
	}
}

.widget--post .widget__media video {
	display: block;
	width: 100%
}

.widget--post .widget__body {
	border: 0
}

.widget--post .widget__desc {
	color: #525666;
	margin-bottom: 24px
}

.widget--last-post .widget__desc {
	color: #525666;
	font-size: 14px;
}

.widget--post .widget__content {
	padding: 32px 40px 40px
}

.widget--post .widget__footer span {
	display: inline-flex;
	align-items: center
}

.widget--post .i-c {
	margin-right: 8px
}

.widget--post:last-child {
	margin-bottom: 0
}

.widget--job-position {
	width: 100%;
	min-height: 332px;
	margin-bottom: 24px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.widget--job-position {
		height: 332px
	}
}

.widget--job-position .widget__body {
	border: 0
}

.widget--job-position .widget__title {
	margin-top: 14px;
	font-size: 20px;
}

.widget--job-position .widget__footer {
	border-top: 1px solid #e6e8ec;
	min-height: 72px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: center
}

.widget--job-position .widget__content {
	padding: 26px 32px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.widget--job-position .widget__category,
.widget--job-position .widget__location {
	color: #525666
}

.widget__location img {
	margin-right: 20px;
}

.widget--job-position .widget__location {
	display: flex;
	align-items: center;
	margin-top: 90px
}

.widget--download .widget__media img {
	min-height: 240px;
	object-fit: cover;
	object-position: center center
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.widget--download .widget__media img {
		height: 240px
	}
}

.widget--download .widget__body {
	border: none
}

.widget--download .widget__content {
	text-align: center;
	color: #525666;
	padding: 32px 16px 16px
}

.widget.has-hover {
	cursor: pointer
}

@media (max-width: 1399px) {
	.widget--last-post {
		min-width: 535px
	}

}

@media (max-width: 1011px) {
	.widget--last-post {
		min-width: 0
	}

	.widget--last-post .widget__media img {
		min-height: unset
	}

	.widget--last-post .widget__content {
		padding: 24px 16px
	}

	.widget--resources {
		margin-bottom: 56px
	}

	.widget--post .widget__media img {
		min-height: 160px
	}

	.widget--post .widget__content {
		padding: 18px 24px 22px
	}

	.widget--post .btn {
		min-width: 130px
	}

	.widget--job-position {
		min-height: 0
	}

	.widget--job-position .widget__content {
		padding: 16px 24px 24px
	}

	.widget--job-position .widget__footer {
		min-height: 48px
	}

	.list-ziy-photo {
		margin-top: 40px;
	}
}

@media (max-width: 751px) {
	.widget--resources .widget__content {
		padding: 8px 0
	}

	.post-rows>div {
		padding: 20px;
	}
}

.has-hover {
	position: relative;
	transition: transform .3s ease
}

.has-hover:before {
	bottom: -8px;
	height: 8px
}

.widget,
.widget__header {
	display: flex;
	flex-direction: column;
}

.has-hover:after {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.has-hover:after {
	display: block;
	z-index: -1;
	transition: box-shadow .3s ease;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px
}

@media (max-width: 1011px) {
	.has-hover:after {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

.has-hover:active,
.has-hover:focus,
.has-hover:hover {
	transform: translate3d(0, -8px, 0)
}

.has-hover:active:after,
.has-hover:focus:after,
.has-hover:hover:after {
	box-shadow: 0 16px 40px 0 rgba(10, 14, 29, .04), 0 16px 80px 0 rgba(10, 14, 29, .16)
}

.widget__footer .btn-primary.btn-outline {
	display: inline-block;
	text-align: center;
	background-color: #FFF;
	color: #007bfc;
	border-color: #007bfc;
	font-size: 15px;
	min-width: 103px;
	text-align: center;
}

.rail--space-between {
	justify-content: space-between;
}

.widget__footer .span-time {
	color: #a1a5b2;
	font-size: 16px;
}

.widget__footer .time-icon {
	width: 20px;
	height: 24px;
	background: url(../img/time.png) no-repeat;
}

.sin-date {
	font-size: 0;
	line-height: 1;
	margin-bottom: 20px;
}

.sin-date img,
.sin-date span {
	display: inline-block;
	vertical-align: middle;
}

.sin-date span {
	color: #a1a5b2;
	font-size: 14px;
	margin-left: 10px;
}

.art-body {
	line-height: 2;
	color: #525666;
}

.art-body p,
.art-body div {
	margin-bottom: 20px;
}

.recent-cells {
	margin-top: 60px;
}

.rec-header {
	overflow: hidden;
	margin-bottom: 30px;
}

.rec-header .top__title {
	float: left;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	height: 36px;
}

.rec-header .top-link {
	float: right;
	display: block;
	color: #525666;
	font-size: 15px;
	background: url(../img/ck.png) left center no-repeat;
	padding-left: 26px;
	line-height: 36px;
}

.tile--recent-news {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e6e7eb;
	margin-top: 24px;
	border-radius: 4px;
	position: relative;
	width: 100%;
	justify-items: center;
	justify-content: center;
	align-items: center;
	transition: .3s;
	padding: 32px;
	border: 0;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	align-items: flex-start;
	justify-content: flex-start;
}

.tile--recent-news .tile__title {
	font-size: 15px;
	min-height: 48px;
}

.tile--recent-news .sin-date {
	margin-bottom: 0;
}

.tile--shadow {
	transition: box-shadow .3s ease, transform .3s ease;
}

@media (max-width:1105px) {
	.tile--recent-news {
		box-shadow: 0 4px 18px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	}
}

a.tile--shadow:active,
a.tile--shadow:focus,
a.tile--shadow:hover {
	box-shadow: 0 16px 40px 0 rgba(10, 14, 29, .04), 0 16px 80px 0 rgba(10, 14, 29, .16);
	transform: translate3d(0, -8px, 0);
}

.banner--careers {
	height: 600px;
}

.careers-main {
	max-width: 1200px;
}

.widget {
	background-color: #FFFFFF;
}

.hidden,
.is-hidden {
	display: none !important;
}

.btn-more .btn__text {
	display: inline-block;
	padding-right: 30px;
	background: url(../img/arrow.png) right center no-repeat;
	color: #007bfc;
}

.widget {
	border-radius: 3px;
	overflow: visible;
}

.section {
	overflow: hidden;
	position: relative;
	padding: 80px 0;
	z-index: 2;
}

.top-line {
	border-top: 1px solid #edeef2;
}

.swiper-page {
	text-align: center;
	margin-top: 48px;
}

.swiper-pagination-bullet {
	position: relative;
	background-color: transparent;
	opacity: 1;
	cursor: pointer;
	width: 32px;
	height: 32px;
	margin-left: 1px;
	padding: 4px;
	border-radius: 100px;
	outline: none;
}

.swiper-pagination-bullet::after {
	position: absolute;
	transition: background .3s;
	display: flex;
	width: 14px;
	height: 14px;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	border-radius: 100%;
	content: "";
	background: #edeef2;
}

.swiper-pagination-bullet:hover::after {
	background: #007bfc;
}

.swiper-pagination-bullet-active::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border: 1px solid #007bfc;
	border-radius: 100%;
}

.swiper-pagination-bullet-active::after {
	background: #007bfc;
}

.section__title {
	color: #142149;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 28px;
}

.section__desc {
	text-align: center;
	font-size: 22px;
	color: #525666;
	margin: 0 auto;
	margin-bottom: 80px;
	max-width: 730px;
}

.section__desc p {
	margin-bottom: 1rem;
}

@media (max-width:1005px) {
	.section {
		padding: 60px 0;
	}

	.banner--careers {
		height: 450px;
	}

	.section__title {
		font-size: 34px;
	}

	.section__desc {
		font-size: 16px;
	}
}

.off-canvas {
	overflow: auto;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	transform: translateX(calc(-100% - 20px));
	max-width: 380px;
	background: #fff;
	box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .04), 0 32px 102px 0 rgba(10, 14, 29, .16);
	transition: transform .3s, box-shadow .3s
}

.off-canvas.is-open {
	transform: translateX(0)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.off-canvas {
		transform: translateX(-110%)
	}
}

.off-canvas__top {
	padding: 16px 24px
}

.off-canvas__top+.off-canvas__body {
	border-top: 1px solid #e6e7eb
}

.off-canvas__body {
	overflow-x: auto
}

.off-canvas__body .list-group {
	border: none
}

.off-canvas__body .list-group__item {
	padding: 16px 24px
}

.off-canvas__content {
	padding: 24px
}

.off-canvas--right {
	left: auto;
	right: 0;
	transform: translateX(calc(100% + 20px))
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.off-canvas--right {
		transform: translateX(100%)
	}
}

.off-canvas--bottom,
.off-canvas--top {
	transform: translateX(0);
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 350px
}

.off-canvas--bottom.is-open,
.off-canvas--top.is-open {
	transform: translateX(0);
	transform: translateY(0)
}

.off-canvas--top {
	top: 0;
	transform: translateY(-100%)
}

.off-canvas--bottom {
	top: auto;
	bottom: 0;
	transform: translateY(100%)
}

.off-canvas-is-active {
	overflow: hidden
}

.off-canvas-is-active:after {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: block;
	content: "";
	background: hsla(0, 0%, 100%, .85)
}

.off-canvas-is-active .navbar__burger span:first-child {
	top: 50%;
	transform: rotate(135deg)
}

.off-canvas-is-active .navbar__burger span:nth-child(2) {
	left: -60px;
	opacity: 0
}

.off-canvas-is-active .navbar__burger span:nth-child(3) {
	top: 50%;
	transform: rotate(-135deg)
}

@media (max-width: 1011px) {
	.off-canvas-responsive {
		overflow: auto;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 1000;
		transform: translateX(calc(-100% - 20px));
		max-width: 380px;
		background: #fff;
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .04), 0 32px 102px 0 rgba(10, 14, 29, .16);
		transition: transform .3s, box-shadow .3s
	}

	.off-canvas-responsive.is-open {
		transform: translateX(0)
	}
}

@media (max-width: 1011px) and (-ms-high-contrast:none),
screen and (max-width:1011px) and (-ms-high-contrast:active) {
	.off-canvas-responsive {
		transform: translateX(-110%)
	}
}

@media (max-width: 1011px) {
	.off-canvas-responsive--right {
		left: auto;
		right: 0;
		transform: translateX(calc(100% + 20px))
	}
}

@media (max-width: 1011px) and (-ms-high-contrast:none),
screen and (max-width:1011px) and (-ms-high-contrast:active) {
	.off-canvas-responsive--right {
		transform: translateX(100%)
	}
}

@media (max-width: 1011px) {

	.off-canvas-responsive--bottom,
	.off-canvas-responsive--top {
		transform: translateX(0);
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 350px
	}

	.off-canvas-responsive--bottom.is-open,
	.off-canvas-responsive--top.is-open {
		transform: translateX(0);
		transform: translateY(0)
	}

	.off-canvas-responsive--top {
		top: 0;
		transform: translateY(-100%)
	}

	.off-canvas-responsive--bottom {
		top: auto;
		bottom: 0;
		transform: translateY(100%)
	}
}


.off-canvas-is-active:after {
	background: rgba(0, 0, 0, .2)
}

.off-canvas {
	box-shadow: none
}

.off-canvas strong {
	color: #142149
}

.off-canvas.is-open {
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08)
}

.off-canvas--right {
	width: 780px;
	max-width: 100%;
	background: #fff
}

.off-canvas--right .off-canvas__close {
	position: absolute;
	right: 42px;
	top: 24px;
	z-index: 20
}

.off-canvas--right .off-canvas__toolbar {
	position: absolute;
	right: 0;
	top: 0
}

.off-canvas--right .off-canvas__body {
	overflow: hidden;
	border-top: 0;
	position: relative;
	height: 100%;
	padding-bottom: 60px
}

.off-canvas--right .off-canvas__content {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 44px 56px 16px
}

.off-canvas--right .off-canvas__apply {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0;
	box-shadow: 0 5px 25px rgba(0, 14, 69, .15)
}

.off-canvas--right h3 {
	color: #142149;
	margin-bottom: 40px
}

.off-canvas--right hr {
	width: 200%
}

@media (max-width: 1011px) {
	.off-canvas--right .off-canvas__content {
		padding: 40px 40px 0
	}

	.off-canvas--right hr {
		width: 100%
	}

	.off-canvas--job-position .off-canvas__close {
		right: 20px;
		top: 17px;
		z-index: 20
	}

	.off-canvas--job-position .off-canvas__content {
		padding: 56px 24px 32px
	}

	.off-canvas--server-status .off-canvas__content {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto
	}
}

.off-canvas-is-active:after {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: block;
	content: "";
	background: hsla(0, 0%, 100%, .85);
}

.off-canvas-is-active:after {
	background: rgba(0, 0, 0, .2);
}

.off-canvas__close {
	width: 24px;
	height: 24px;
	cursor: pointer;
	outline: none;
	background: url(../img/close.png) no-repeat center;
}

.post__content {
	font-size: 15px;
	line-height: 30px;
	color: #525666;
}

.workable_description {
	margin-left: -15px;
}

.sn {
	color: #525666
}

.sn__section {
	padding: 24px 0;
	position: relative
}

.sn__section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 1px;
	background: #e6e7eb
}

.sn__section.sn__section--ongoing-issues .sn__issue-title:before {
	background: #ff8f33
}

.sn__section.sn__section--ongoing-issues .sn__issue-title:after {
	border-color: #ff8f33
}

.sn__section.sn__section--history .sn__issue-title:before {
	background: #4cc159
}

.sn__section.sn__section--history .sn__issue-title:after {
	border-color: #4cc159
}

.sn__section-title {
	margin-bottom: 24px;
	color: #a1a5b2
}

.sn__date {
	margin-left: auto
}

.sn__top {
	margin-bottom: 18px
}

.sn__issue+.sn__issue {
	margin-top: 32px
}

.sn__issue-title {
	padding-left: 30px;
	margin-bottom: 0;
	position: relative
}

.sn__issue-title:after,
.sn__issue-title:before {
	z-index: 40;
	position: absolute;
	content: "";
	border-radius: 100px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.sn__issue-title:before {
	height: 7px;
	width: 7px;
	background: #525666;
	left: 4px
}

.sn__issue-title:after {
	height: 15px;
	width: 15px;
	border: 2px solid #525666
}

.sn__timeline {
	padding-left: 30px;
	position: relative
}

.sn__timeline:before {
	left: 7px;
	top: -25px;
	margin: auto;
	position: absolute;
	content: "";
	height: calc(100% + 20px);
	width: 1px;
	background: #e6e7eb;
	opacity: .64
}

.sn__timeline-item+.sn__timeline-item {
	margin-top: 24px
}

.sn__issue-status {
	position: relative;
	margin-bottom: 11px
}

.sn__issue-status:before {
	position: absolute;
	content: "";
	height: 7px;
	width: 7px;
	left: -26px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100px;
	background: #8692b0
}

.sn__issue p {
	line-height: 2;
}

@media (max-width: 1011px) {
	.sn__section:before {
		width: 100%
	}

	.sn__top {
		flex-direction: column;
		align-items: flex-start
	}

	.sn__date {
		padding-left: 30px;
		margin-left: 0;
		margin-top: 4px
	}

	.sn__issue p {
		font-size: 14px;
	}
}

/* 法律 */
.law-main {
	max-width: 1300px;
}

.banner-tabs {
	justify-content: center;
	text-align: center;
}

.banner-tabs .nav-link {
	position: relative;
	color: rgba(229, 235, 255, .8);
}

.banner-tabs .nav-link:hover {
	color: rgba(229, 235, 255, 1);
}

.banner-tabs .nav-link.active::after {
	position: absolute;
	bottom: 0;
	left: 12px;
	right: 12px;
	z-index: 1;
	display: block;
	content: "";
	height: 2px;
	background: #007bfc;
}

.art-body h2 {
	color: #142149;
	margin-top: 25px;
	margin-bottom: 20px;
}

.banner-tabs {
	padding-top: 20px;
}

@media (min-width:1050px) {
	#myTabContent {
		padding: 30px;
	}
}


.features--nav,
.features--nav .feature,
.features--vertical {
	margin-top: 0
}

.features--vertical .feature {
	margin-top: 24px
}

.features--vertical .feature:first-child {
	margin-top: 0
}

.features [class^=col] {
	display: flex
}

.feature {
	flex-direction: column;
	text-align: center;
	width: 100%
}

.feature,
.feature__icon {
	display: flex;
	justify-content: center;
	align-items: center
}

.feature__icon {
	position: relative;
	z-index: 2;
	margin: auto
}

.feature__icon img {
	width: 50px;
	height: 50px;
	margin: 0
}

.feature__icon+.feature__body {
	margin-top: 32px
}

.feature__icon svg {
	min-height: 100%;
	min-width: 100%
}

.feature__icon .mobile-icon {
	display: none;
	height: 40px;
	width: 40px
}

.feature__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	width: 100%
}

.feature__body .feature__actions {
	margin-bottom: -8px
}

.feature__body+.feature__actions {
	padding-left: 16px;
	padding-right: 16px
}

.feature__body>:last-child {
	margin-bottom: 0
}

.feature__title {
	font-size: 19px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column
}

.feature__title+.feature__desc {
	margin-top: 16px
}

.feature__title .subtitle {
	width: 100%;
	font-size: 17px;
	font-weight: 400
}

.feature__desc {
	line-height: 1.8;
	color: #525666;
	margin-bottom: 16px
}

.feature__desc+.feature__actions {
	margin-top: auto
}

.feature__desc+.feature__actions .btn--link {
	padding: 0
}

.feature__actions {
	margin-top: auto;
	width: 100%
}

.feature--icon-left {
	flex-direction: row;
	flex: 1 0 auto;
	max-width: 100%;
	align-items: flex-start
}

.feature--icon-left .feature__icon {
	flex-shrink: 0;
	align-self: flex-start;
	margin-top: 0
}

.feature--icon-left .feature__icon+.feature__body {
	margin-top: 0;
	margin-left: 32px
}

.feature--icon-left .feature__body {
	text-align: left
}

.feature--icon-left .feature__actions>.btn--link {
	padding-left: 0;
	padding-right: 0;
	justify-content: flex-start
}

.feature--icon-left.feature--boxed {
	padding: 8px 40px 8px 48px
}

.feature--icon-left.feature--boxed .feature__body {
	padding-top: 20px;
	padding-bottom: 10px
}

.feature--boxed {
	border-radius: 3px;
	background: #fff
}

.feature--boxed .feature__icon {
	margin-top: 24px
}

.feature--boxed .feature__icon+.feature__body {
	margin-top: 0
}

.feature--boxed .feature__body {
	padding: 16px
}

.feature--boxed .feature__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px;
	width: 100%;
	position: relative
}

.feature--boxed .feature__header:after {
	content: "";
	width: calc(100% - 64px);
	position: absolute;
	height: 1px;
	background: #f2f5ff;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.feature--boxed .feature__header .feature__title {
	text-align: left;
	padding-right: 16px
}

.feature--boxed .feature__header .feature__icon {
	margin-top: 0
}

.feature--boxed .feature__header+.feature__body {
	width: 100%;
	padding-left: 32px;
	padding-right: 32px
}

.feature--boxed.feature--bordered .feature__body+.feature__actions {
	border-top: 1px solid #e6e6eb
}

.feature--boxed.feature--sm .feature__icon {
	margin-top: 16px
}

.feature--boxed.feature--sm .feature__body {
	padding: 16px
}

.feature--boxed.feature--lg .feature__icon {
	margin-top: 64px
}

.feature--boxed.feature--lg .feature__body {
	padding: 32px
}

.feature--boxed.feature--link .feature__icon i {
	color: #b1b4be
}

.feature--boxed.feature--link .feature__icon .i-circled {
	margin: 4px;
	border: 2px solid #b1b4be;
	border-radius: 100%
}

.feature--boxed.feature--link .feature__body {
	padding-left: 8px;
	padding-right: 8px
}

.feature--boxed.feature--link .feature__title {
	color: #b1b4be
}

.feature--boxed.feature--link:hover .feature__icon i {
	color: #007bfc
}

.feature--boxed.feature--link:hover .feature__icon .i-circled {
	border-color: #007bfc
}

.feature--boxed.feature--link:hover .feature__title {
	color: #007bfc
}

.feature--content-left {
	text-align: left;
	justify-content: flex-start
}

.feature--content-left .feature__icon {
	margin: 0
}

.feature--content-left .feature__actions {
	padding: 0;
	margin-top: 8px
}

.feature--content-left .feature__actions .btn {
	justify-content: flex-start;
	margin-left: -20px
}

.feature--content-left.feature--boxed {
	padding: 40px
}

.feature--content-left.feature--boxed .feature__icon+.feature__body {
	padding: 0;
	margin-top: 40px
}

.feature--bordered {
	border: 1px solid #e6e6eb
}

.feature--bordered .feature__icon {
	margin-top: 24px
}

.feature--bordered .feature__icon+.feature__body {
	margin-top: 0
}

.feature--bordered .feature__body {
	padding: 24px
}

.feature--bordered.feature--sm .feature__icon {
	margin-top: 16px
}

.feature--bordered.feature--sm .feature__body {
	padding: 16px
}

.feature--bordered.feature--lg .feature__icon {
	margin-top: 32px
}

.feature--bordered.feature--lg .feature__body {
	padding: 32px
}

.feature--bordered:hover {
	border-color: transparent
}

.feature--shadow {
	position: relative
}

.feature--shadow:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	transition: box-shadow .3s ease;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px
}

@media (max-width: 1011px) {
	.feature--shadow:after {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

.feature--medium-icon .feature__icon {
	height: 152px;
	width: 152px;
	margin-top: 32px
}

.feature--medium-icon .feature__icon--mob .icon-sm {
	display: none
}

.feature--medium-icon .feature__icon img {
	width: 152px
}

.feature--medium-icon .feature__body {
	padding: 24px 32px 32px
}

.feature--medium-icon .feature__actions .btn--link {
	margin-bottom: -16px
}

.feature--has-arrow {
	position: relative
}

.feature--has-arrow .feature__arrow {
	position: absolute;
	margin: auto;
	height: 24px;
	top: 0;
	bottom: 0;
	right: -33px;
	font-size: 24px;
	color: #a1a5b2;
	pointer-events: none;
	transition: transform .3s ease
}

.feature--has-arrow.is-animated .feature__arrow {
	transition: unset
}

.feature--dismiss {
	text-align: left;
	justify-content: flex-start
}

.feature--dismiss .feature__body {
	width: 100%;
	padding: 20px 24px 24px
}

.feature--dismiss .close {
	position: absolute;
	right: 0;
	top: 8px
}

.feature--counter .feature__icon {
	height: 37px;
	width: 37px;
	line-height: 37px;
	text-align: center;
	border-radius: 100px;
	border: 2px solid #007bfc;
	color: #007bfc;
	font-weight: 500
}

.feature--counter .feature__body {
	margin-top: 16px
}

.feature[data-cookie] {
	display: none
}

.feature[data-cookie].is-active {
	display: flex
}

.features--other-features {
	margin-top: -72px
}

.features--other-features .feature {
	margin-top: 72px
}

.features--tips {
	margin-top: -48px
}

.features--tips .feature {
	margin-top: 48px
}

@media (min-width: 1012px) {

	a.feature--bordered,
	.feature--shadow {
		transition: transform .3s ease
	}

	a.feature--bordered:active,
	a.feature--bordered:focus,
	a.feature--bordered:hover,
	a.feature--shadow:active,
	a.feature--shadow:focus,
	.feature--shadow:hover {
		z-index: 2;
		transform: translate3d(0, -8px, 0)
	}

	a.feature--bordered:active:after,
	a.feature--bordered:focus:after,
	a.feature--bordered:hover:after,
	a.feature--shadow:active:after,
	a.feature--shadow:focus:after,
	.feature--shadow:hover:after {
		box-shadow: 0 16px 40px 0 rgba(10, 14, 29, .04), 0 16px 80px 0 rgba(10, 14, 29, .16)
	}

	a.feature--bordered:active:before,
	a.feature--bordered:focus:before,
	a.feature--bordered:hover:before,
	a.feature--shadow:active:before,
	a.feature--shadow:focus:before,
	a.feature--shadow:hover:before {
		content: "";
		position: absolute;
		bottom: -8px;
		height: 8px;
		left: 0;
		right: 0
	}

	a.feature--bordered:active .feature__arrow,
	a.feature--bordered:focus .feature__arrow,
	a.feature--bordered:hover .feature__arrow,
	a.feature--shadow:active .feature__arrow,
	a.feature--shadow:focus .feature__arrow,
	a.feature--shadow:hover .feature__arrow {
		transform: translate3d(0, 8px, 0) !important
	}

	.feature--big-icon .feature__icon {
		height: 244px;
		width: 244px;
		margin-top: -16px;
		margin-bottom: -16px
	}

	.feature--big-icon .feature__icon img {
		width: 100%
	}

	.feature--big-icon .feature__body {
		padding: 32px
	}

	.feature--big-icon .feature__body .feature__actions {
		margin-bottom: -12px
	}

	.feature--big-icon .svg-illustration:not(.is-animated) .svg-illustration-bottom,
	.feature--big-icon .svg-illustration:not(.is-animated) .svg-illustration-shadow,
	.feature--big-icon .svg-illustration:not(.is-animated) .svg-illustration-top,
	.feature--big-icon .svg-illustration:not(.is-animated) .svg-product__bottom,
	.feature--big-icon .svg-illustration:not(.is-animated) .svg-product__shadow,
	.feature--big-icon .svg-illustration:not(.is-animated) .svg-product__top,
	.feature--big-icon .svg-product:not(.is-animated) .svg-illustration-bottom,
	.feature--big-icon .svg-product:not(.is-animated) .svg-illustration-shadow,
	.feature--big-icon .svg-product:not(.is-animated) .svg-illustration-top,
	.feature--big-icon .svg-product:not(.is-animated) .svg-product__bottom,
	.feature--big-icon .svg-product:not(.is-animated) .svg-product__shadow,
	.feature--big-icon .svg-product:not(.is-animated) .svg-product__top {
		transition: transform .3s ease, opacity .3s
	}

	.feature--big-icon:active:not(.is-animated) .svg-illustration-top,
	.feature--big-icon:active:not(.is-animated) .svg-product__top,
	.feature--big-icon:focus:not(.is-animated) .svg-illustration-top,
	.feature--big-icon:focus:not(.is-animated) .svg-product__top,
	.feature--big-icon:hover:not(.is-animated) .svg-illustration-top,
	.feature--big-icon:hover:not(.is-animated) .svg-product__top {
		transform: translateY(-16px) !important
	}

	.feature--big-icon:active:not(.is-animated) .svg-illustration-bottom,
	.feature--big-icon:active:not(.is-animated) .svg-product__bottom,
	.feature--big-icon:focus:not(.is-animated) .svg-illustration-bottom,
	.feature--big-icon:focus:not(.is-animated) .svg-product__bottom,
	.feature--big-icon:hover:not(.is-animated) .svg-illustration-bottom,
	.feature--big-icon:hover:not(.is-animated) .svg-product__bottom {
		transform: translateY(-8px) !important
	}

	.feature--big-icon:active:not(.is-animated) .svg-illustration-shadow,
	.feature--big-icon:focus:not(.is-animated) .svg-illustration-shadow,
	.feature--big-icon:hover:not(.is-animated) .svg-illustration-shadow {
		opacity: .6 !important
	}

	.feature--big-icon:active:not(.is-animated) .svg-product__shadow,
	.feature--big-icon:focus:not(.is-animated) .svg-product__shadow,
	.feature--big-icon:hover:not(.is-animated) .svg-product__shadow {
		opacity: .06 !important
	}

	.feature [data-animation-arrow],
	.feature [data-animation-icon] {
		opacity: 0
	}
}

@media (max-width: 1231px) {
	.features--other-features {
		margin-top: -32px
	}

	.features--other-features .feature {
		margin-top: 32px
	}

	.feature--big-icon .feature__icon {
		height: 218px;
		width: 218px;
		margin-top: -24px
	}

	.feature--big-icon .feature__icon img {
		width: 100%
	}

	.tab-feature--icon-left {
		flex-direction: row
	}

	.tab-feature--icon-left .feature__icon {
		margin-top: 0 !important;
		flex-shrink: 0;
		align-self: flex-start
	}

	.tab-feature--icon-left .feature__icon+.feature__body {
		margin-top: 0;
		margin-left: 24px
	}

	.tab-feature--icon-left .feature__body {
		text-align: left
	}

	.tab-feature--icon-left .feature__actions>.btn--link {
		padding-left: 0;
		padding-right: 0;
		justify-content: flex-start
	}
}

@media (max-width: 1011px) {
	.features {
		margin-top: -24px
	}

	.features--nav {
		flex-direction: column
	}

	.features.features--arrows {
		margin-top: -36px
	}

	.features--other-features {
		margin-top: -32px
	}

	.features--other-features .feature {
		margin-top: 32px
	}

	.feature {
		margin-top: 24px
	}

	.feature .feature__actions .hide-md+.btn {
		width: 100%
	}

	.feature .feature__header+.feature__body {
		display: none
	}

	.feature--boxed .feature__body,
	.feature--boxed .feature__header {
		padding: 24px 16px
	}

	.feature--icon-left:not(.feature--boxed) {
		margin-top: 32px !important
	}

	.feature--has-arrow {
		margin-top: 36px
	}

	.feature--has-arrow .feature__arrow {
		transform: rotate(90deg) !important;
		transform-origin: center center;
		bottom: -33px;
		left: 0;
		right: 0;
		top: auto;
		width: 24px
	}

	.feature--medium-icon {
		flex-direction: row;
		text-align: left
	}

	.feature--medium-icon .feature__icon {
		margin: 0;
		padding: 32px 0 32px 32px;
		min-width: 184px;
		width: 184px;
		height: 184px
	}

	.feature--medium-icon .feature__body {
		padding: 32px;
		align-items: flex-start
	}

	.feature--medium-icon .feature__body .feature__desc {
		margin-bottom: 0
	}

	.feature--medium-icon .feature__body .feature__actions {
		margin-top: 8px;
		margin-bottom: -8px
	}

	.feature--medium-icon .feature__body .feature__actions .btn {
		text-align: left;
		justify-content: flex-start
	}

	.feature--medium-icon .feature__actions .btn--link {
		margin-bottom: -4px
	}

	.feature--boxed-open {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		z-index: 10
	}

	.feature--boxed-open .feature__header+.feature__body {
		position: relative;
		display: flex
	}

	.feature--boxed-open .feature__header:after {
		content: none
	}

	.feature--boxed-open:after {
		content: "\f273"
	}
}

@media (max-width: 751px) {
	.features {
		margin-top: -16px
	}

	.features--arrow {
		margin-top: -36px
	}

	.features--other-features {
		margin-top: -24px
	}

	.features--other-features .feature {
		margin-top: 24px
	}

	.feature,
	.feature__icon+.feature__body {
		margin-top: 16px
	}

	.feature__icon .mobile-icon {
		display: block
	}

	.feature__icon .desktop-icon {
		display: none
	}

	.feature__title+.feature__desc {
		margin-top: 12px
	}

	.feature__desc {
		word-break: break-word
	}

	.feature--medium-icon {
		align-items: flex-start
	}

	.feature--medium-icon .feature__icon {
		padding: 24px 0 24px 16px;
		min-width: unset;
		width: auto;
		height: auto;
		display: none
	}

	.feature--medium-icon .feature__icon--mob {
		display: flex
	}

	.feature--medium-icon .feature__icon--mob img {
		display: none
	}

	.feature--medium-icon .feature__icon--mob .icon-sm {
		display: flex;
		width: 48px;
		height: 48px
	}

	.feature--medium-icon .feature__body {
		padding: 16px
	}

	.feature--medium-icon .feature__body .feature__actions {
		margin-top: 0;
		margin-bottom: -8px
	}

	.feature--arrow {
		position: relative
	}

	.feature--arrow:after {
		bottom: -16px
	}

	.feature--arrow:before {
		bottom: -22px
	}

	.feature--has-arrow {
		margin-top: 36px
	}

	.mob-feature--simple .feature__icon {
		width: 104px;
		height: 104px
	}

	.mob-feature--simple .feature__actions,
	.mob-feature--simple .feature__desc {
		display: none
	}

	.tab-feature--icon-left .feature__icon+.feature__body {
		margin-top: 0;
		margin-left: 16px
	}

	.mob-feature--icon-left {
		flex-direction: row
	}

	.mob-feature--icon-left .feature__icon {
		margin-top: 0 !important;
		flex-shrink: 0;
		align-self: flex-start
	}

	.mob-feature--icon-left .feature__icon+.feature__body {
		margin-top: 0;
		margin-left: 16px
	}

	.mob-feature--icon-left .feature__body {
		text-align: left
	}

	.mob-feature--icon-left .feature__actions>.btn--link {
		padding-left: 0;
		padding-right: 0;
		justify-content: flex-start
	}

	.mob-feature--hide-desc .feature__title {
		font-size: 17px;
		line-height: 24px
	}

	.mob-feature--hide-desc .feature__desc {
		display: none
	}

	.mob-feature--hide-desc .feature__actions {
		padding-top: 0
	}

	.mob-feature--hide-desc .feature__actions .btn {
		font-size: 14px;
		line-height: 28px;
		white-space: normal
	}

	.mob-feature--hide-icon .feature__icon {
		display: none
	}

	.mob-feature--hide-icon .feature__icon+.feature__body {
		margin-left: 0;
		padding-left: 0
	}
}

.row--lg>* {
	padding: 0 24px;
}

.sections .section {
	border-bottom: 1px solid #edeef2;
}

.section__block * {
	text-align: left;
}

.section__block .section__title {
	font-size: 32px;
}

.section__block .section__desc {
	font-size: 19px;
	line-height: 2;
}

@media (min-width: 1012px) {
	.section__block {
		max-width: 512px;
		width: 100%;
		min-height: 430px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.section__block-normal {
		max-width: 660px
	}

	.lg-reverse {
		flex-flow: row-reverse;
	}
}

.banner--lg {
	height: 865px;
	margin-bottom: 200px;
}

.banner__grid {
	width: 100%;
	z-index: 20;
	position: absolute;
	bottom: -232px;
	margin: auto;
	transform: translateX(-50%);
	left: 50%;
}

@media (min-width:1300px) {
	.banner__grid {
		width: 1300px;
	}
}

.banner__grid .grid__center {
	position: relative;
	z-index: 2;
	width: 585px;
	height: 488px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner__grid .grid_lg_center {
	position: relative;
	z-index: 2;
	max-width: 750px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner__grid .grid__left,
.banner__grid .grid__right {
	position: absolute;
	top: -186px;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 352px;
}

.banner__grid .grid__left {
	left: 0;
}

.banner__grid .grid__right {
	right: 0;
}

@media (max-width:1010px) {
	.text__block {
		margin-top: 30px;
	}

	.section__block .section__title {
		font-size: 28px;
	}

	.section__block .section__desc {
		font-size: 15px;
	}
}

@media (max-width:751px) {
	.banner--lg {
		height: 565px;
		margin-bottom: 122px;
	}

	.banner__grid {
		width: 100%;
		bottom: -122px;
	}

	.banner__grid .grid__left,
	.banner__grid .grid__right {
		width: 68px;
	}

	.banner__grid .grid__center {
		width: 334px;
		height: 304px;
	}

	.banner__grid .grid__left {
		left: -20px;
	}

	.banner__grid .grid__right {
		right: -20px;
	}

}

.site {
	overflow: hidden;
}

.site .banner-btns {
	margin-top: 50px;
}

/* 高仿ip*/
.row--eq-height>* {
	display: flex;
	flex-direction: column;
}

.package--shadow:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	transition: box-shadow .3s ease;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px;
}

.package--shadow {
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 48px;
	width: 100%;
	border-radius: 4px;
	color: #142149;
	height: calc(100% - 48px);
	background: #fff;
	position: relative;
	transition: transform .3s ease;
}

.package--simple.package--boxed .package__body {
	padding: 24px;
}

.m-w-sm {
	margin: 0 auto;
	max-width: 750px;
}

.package__title {
	font-size: 19px;
	margin-bottom: 40px;
}

.package__price {
	font-weight: bold;
	line-height: 1;
}

.price__value {
	display: block;
	margin-bottom: 30px;
}

.price__value .price__suffix {
	font-size: 24px;
	font-style: normal;
}

.price--lg {
	font-size: 40px;
	line-height: 50px;
}

.price__desc {
	flex-basis: 100%;
	font-size: 17px;
	line-height: 28px;
	font-weight: normal;
}

.package__actions {
	margin-top: 30px;
}

.text-default {
	color: #525666 !important;
}

.package--simple.package--boxed .package__actions .btn {
	min-width: 170px;
	height: 56px;
	line-height: 42px;
}

.package--simple.package--boxed .package__body {
	padding: 48px;
}

.btn .btn-hover-effect {
	z-index: 5;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: radial-gradient(circle closest-side, #51b9ff, transparent);
	transform: translate(-50%, -50%);
	transition: width .2s ease, height .2s ease;
}

.banner__grid--inner {
	position: relative;
	margin-bottom: 0;
	bottom: 0;
	padding-top: 160px;
}

@media (min-width:1165px) {
	.banner__grid--inner {
		width: 1165px;
	}
}

.banner__grid--inner .grid__left,
.banner__grid--inner .grid__right {
	top: 0
}

.section__content .banner__grid--inner {
	margin-top: -80px;
}

/* 关于哦我们 */
.section__logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.section__logos .section__logo {
	margin-top: 32px;
	padding: 0 30px;
}

@media (min-width:1300px) {
	.section__logos {
		margin-left: -40px;
		margin-right: -40px;
	}
}

.section__actions {
	position: relative;
	z-index: 999;
	padding-top: 30px;
}

.section__actions .btn-primary.btn-outline {
	display: inline-block;
	text-align: center;
	background-color: #FFF;
	color: #007bfc;
	border-color: #007bfc;
	font-size: 15px;
	min-width: 230px;
	height: 60px;
	line-height: 46px;
	font-size: 19px;
	text-align: center;
}

.tile {
	display: flex;
	flex-direction: column;
	padding: 16px;
	background: #fff;
	border: 1px solid #e6e7eb;
	margin-top: 24px;
	border-radius: 4px;
	position: relative;
	width: 100%;
	justify-items: center;
	justify-content: center;
	align-items: center;
	transition: .3s;
}

.tile--info {
	padding: 16px;
	justify-content: flex-start;
	border: none;
	min-height: 200px
}

.tile--info:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	transition: box-shadow .3s ease;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 4px 44px 0 rgba(10, 14, 29, .08);
	border-radius: 3px
}

@media (max-width: 1011px) {
	.tile--info:after {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

.tile--info .tile__desc,
.tile--info .tile__info,
.tile--info .tile__title,
.tile--info .tile__value {
	transition: transform .3s, opacity .3s
}

.tile--info .tile__value {
	margin-bottom: 0;
	margin-top: 29px;
	color: #007bfc;
	font-size: 44px;
}

.tile--info .tile__title {
	margin-bottom: 0;
	margin-top: 0;
	flex: 1 0 auto
}

.tile--info .tile__info {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 32px 16px;
	opacity: 0;
	margin-top: 0;
	transform: translateY(8px);
	text-align: center
}

.tile--info:active .tile__info,
.tile--info:focus .tile__info,
.tile--info:hover .tile__info {
	opacity: 1;
	transform: translateY(0)
}

.tile--info:active .tile__desc,
.tile--info:active .tile__title,
.tile--info:active .tile__value,
.tile--info:focus .tile__desc,
.tile--info:focus .tile__title,
.tile--info:focus .tile__value,
.tile--info:hover .tile__desc,
.tile--info:hover .tile__title,
.tile--info:hover .tile__value {
	opacity: 0;
	transform: translateY(-8px)
}

.tile--select {
	flex-direction: row;
	justify-content: space-between;
	padding: 16px;
	transition: box-shadow .3s, border 0;
	cursor: pointer;
	height: calc(100% - 24px)
}

.tile--select .tile__title {
	margin: 0;
	font-size: 17px;
	line-height: 28px;
	text-align: left
}

.tile--select .tile__icon {
	opacity: 0;
	transition: opacity .3s
}

.tile--select .tile__icon i {
	font-size: 17px
}

.tile--select.is-selected {
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-color: transparent
}

@media (max-width: 1011px) {
	.tile--select.is-selected {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

.tile--select.is-selected .tile__icon {
	opacity: 1
}

.tile--tool {
	justify-content: flex-start;
	padding-top: 32px;
	padding-bottom: 8px;
	min-height: 180px
}

.tile--tool .tile__title {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	margin-top: 8px;
	flex: 1 0 auto
}

.tile--number .tile__subtitle {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 2px;
	display: flex;
	align-items: center
}

.tile--number .tile__subtitle strong {
	margin-right: 4px
}

.tile--number .tile__title {
	margin-top: 0
}

.tile--number .tile__desc {
	color: #a1a5b2;
	margin-bottom: 8px
}

.tiles-slider {
	overflow: visible
}

.tiles--tabs {
	margin: 0
}

.tiles--tabs .tile {
	height: calc(100% - 24px)
}

.tiles--tabs>:first-child {
	padding-left: 0
}

.tiles--tabs>:last-child {
	padding-right: 0
}

.tiles--on-dark-bg .tile {
	border-color: rgba(223, 226, 235, .16);
	background: none
}

.tiles--on-dark-bg .tile__title {
	color: #fff
}

.tiles--on-dark-bg .tile.is-active,
.tiles--on-dark-bg .tile:hover {
	border-color: rgba(223, 226, 235, .32)
}

@media (min-width: 1012px) {
	.tiles.is-animated .tile__icon {
		opacity: 0
	}

	a.tile--shadow {
		transition: box-shadow .3s ease, transform .3s ease
	}

	a.tile--shadow:active,
	a.tile--shadow:focus,
	a.tile--shadow:hover {
		box-shadow: 0 16px 40px 0 rgba(10, 14, 29, .04), 0 16px 80px 0 rgba(10, 14, 29, .16);
		transform: translate3d(0, -8px, 0)
	}
}

@media (max-width: 1011px) {
	.tiles {
		margin-top: -16px
	}

	.tiles--tabs .tile {
		height: calc(100% - 16px)
	}

	.tile {
		margin-top: 16px;
		padding: 24px 16px
	}

	.tile .tile__icon .mobile-icon {
		display: block
	}

	.tile .tile__icon .desktop-icon {
		display: none
	}

	.tile--tool {
		min-height: 150px
	}
}

@media (min-width: 752px) and (max-width:1011px) {
	.tile--tab-icon-left {
		padding: 16px 24px;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center
	}

	.tile--tab-icon-left .tile__title {
		margin-top: 0
	}

	.tile--tab-icon-left .tile__icon {
		margin-right: 24px
	}
}

@media (max-width: 751px) {
	.tiles--tabs>* {
		max-width: 48%;
		min-width: 150px
	}

	.tile:not(.tile--select) .tile__icon {
		margin-top: -4px
	}

	.tile:not(.tile--select) .tile__title {
		margin-top: 16px;
		margin-bottom: -4px
	}

	.tile:not(.tile--select)--post .tile__title {
		margin-top: 0 !important
	}
}

.tile .tile__title {
	color: #142149;
	max-width: 100%;
	margin-top: 12px;
	margin-bottom: 0;
	text-align: center;
	display: flex;
	align-items: center;
}

.section__block-normal {
	padding-top: 80px;
}

@media (max-width:1050px) {
	.section__block-normal {
		padding-top: 30px;
	}
}

.browsers-pic {
	position: relative;
	background: #fff;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px;
}

.sys-tabs {
	justify-content: center;
	text-align: center;
}

.sys-tabs .nav-link {
	position: relative;
	padding: 25px;
}

.sys-tabs .nav-link.active::after {
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 25px;
	z-index: 1;
	display: block;
	content: "";
	height: 2px;
	background: #007bfc;
}

#sysTabContent .sin-panel {
	max-width: 820px;
	margin: 0 auto;
}

ul {
	padding: 0;
	list-style: none;
}

.packages {
	margin-top: -48px
}

.package {
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 48px;
	width: 100%;
	border-radius: 4px;
	color: #142149;
	height: calc(100% - 48px)
}

.package,
.package__title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.package__title {
	margin-bottom: 0
}

.package__title+.package__desc {
	margin-top: 24px
}

.package__title .subtitle {
	width: 100%;
	font-size: 17px;
	font-weight: 400
}

.package__desc {
	color: #525666;
	margin-bottom: 0
}

.package__desc+.package__actions {
	padding-top: 16px
}

.package__desc+.package__actions .btn--link {
	padding: 0
}

.package__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	max-width: 100%
}

.package__body .package__actions {
	margin-bottom: -8px
}

.package__body+.package__actions {
	background: rgba(59, 165, 255, .1)
}

.package__body>:last-child:not(.package__actions) {
	margin-bottom: 0
}

.package__body+.package__actions {
	padding-left: 16px;
	padding-right: 16px
}

.package__list-item:not(:last-of-type) {
	margin-bottom: 12px
}

.package__price {
	margin-top: 24px
}

.package__old-price {
	text-decoration: line-through;
	margin-right: 8px;
	color: #a1a5b2
}

.package--boxed {
	background: #fff
}

.package--boxed .package__body {
	padding: 32px
}

.package--boxed .package__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 32px;
	width: 100%;
	position: relative
}

.package--boxed .package__header.has-divider {
	position: relative
}

.package--boxed .package__header.has-divider:after {
	content: "";
	position: absolute;
	bottom: 23px;
	height: 2px;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	background: #007bfc
}

.package--boxed .package__header .package__title {
	text-align: left;
	color: #333;
}

.package--boxed .package__header .package__icon {
	margin-top: 0
}

.package--shadow {
	position: relative;
	transition: transform .3s ease
}

.package--shadow:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	transition: box-shadow .3s ease;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px
}

@media (max-width: 1011px) {
	.package--shadow:after {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

a.package--shadow:active,
a.package--shadow:focus,
a.package--shadow:hover {
	transform: translate3d(0, -8px, 0)
}

a.package--shadow:active:after,
a.package--shadow:focus:after,
a.package--shadow:hover:after {
	box-shadow: 0 16px 40px 0 rgba(10, 14, 29, .04), 0 16px 80px 0 rgba(10, 14, 29, .16)
}

.package--comming-soon {
	border: 1px solid #e6e7eb;
	transition: border .3s;
	background: #fff
}

.package--comming-soon .package__body {
	justify-content: center;
	padding: 16px
}

.package--comming-soon .package__title {
	color: #a1a5b2
}

.package--comming-soon .package__desc {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.package--comming-soon .package__desc>* {
	color: #a1a5b2;
	font-weight: 300;
	margin-bottom: 0
}

.package--comming-soon .package__desc>*+* {
	margin-top: 16px
}

.package--comming-soon:hover {
	border-color: #007bfc
}

.package--simple.package--boxed .package__body {
	padding: 48px;
	width: 100%;
	max-width: 100%
}

.package--simple.package--boxed .package__desc+.package__actions {
	padding-top: 0
}

.package--simple.package--boxed .package__price {
	margin-top: 24px
}

.package--simple.package--boxed .package__price .price__desc {
	margin-top: 16px
}

.package--simple.package--boxed .package__actions {
	margin-top: 32px
}

.package--simple.package--boxed .package__actions .btn {
	min-width: 170px
}

.package--has-ribbon .package__header {
	overflow: hidden
}

.package--in-boxed .package__header {
	padding-bottom: 40px;
	position: relative
}

.package--in-boxed .package__header:after {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	width: 39px;
	right: 19px;
	background: #007bfc
}

.package--in-boxed .package__price {
	margin-top: 16px
}

.package--in-boxed .package__list {
	margin-bottom: 8px
}

.package--in-boxed .package__list-item {
	margin-bottom: 4px
}

.package--in-boxed .package__info {
	color: #a1a5b2
}

.package-ribbon {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px
}

.package-ribbon__inner {
	position: absolute;
	transform: rotate(-45deg);
	text-align: center;
	transform-origin: center center;
	width: 225px;
	height: 52px;
	line-height: 52px;
	background: rgba(0, 123, 252, .1);
	font-size: 21px;
	color: #007bfc;
	display: block;
	top: 23px;
	left: -67px
}

.package-ribbon--sm .package-ribbon__inner {
	height: 41px;
	line-height: 41px;
	font-size: 19px;
	font-weight: 700
}

.package-ribbon--right {
	right: 0;
	left: auto
}

.package-ribbon--right .package-ribbon__inner {
	transform: rotate(45deg);
	right: -70px;
	top: 20px;
	left: auto
}

@media (min-width: 1012px) {
	.package--boxed .package__header.has-divider {
		padding-bottom: 48px
	}

	.package--boxed .package__header+.package__body {
		padding-top: 0
	}
}

@media (max-width: 1011px) {
	.packages {
		margin-top: -16px
	}

	.package {
		margin-top: 16px;
		height: calc(100% - 16px)
	}

	.package:not(.package--non-responsive)__list-item {
		text-align: left
	}

	.package:not(.package--non-responsive)__list-item:not(:last-of-type) {
		margin-bottom: 8px
	}


	.package--boxed:not(.package--non-responsive) .package__body {
		padding: 16px;
		flex: 1
	}

	.package--boxed:not(.package--non-responsive) .package__price {
		justify-content: flex-start;
		text-align: left
	}

	.package--simple .price .price__desc,
	.package--simple .price .price__value {
		justify-content: center;
		text-align: center;
		width: 100%
	}

	.package--comming-soon .package__actions {
		margin-bottom: 0
	}

	.package--simple.package--boxed .package__body {
		padding: 24px
	}

	.package--simple.package--boxed .package__price {
		margin-top: 8px
	}

	.package--simple.package--boxed .package__price .price__desc {
		margin-top: 4px
	}

	.package--simple.package--boxed .package__actions {
		margin-bottom: 0;
		margin-top: 20px
	}

	.package--simple.package--boxed .package__actions .btn {
		min-width: 0
	}

	.package-ribbon__inner {
		width: 225px;
		height: 38px;
		line-height: 40px;
		top: 5px;
		font-size: 12px;
		left: -89px
	}
}

.package__title .package-sub {
	color: #525666;
	font-size: 15px;
	text-align: center;
}

.has-divider .price__value {
	margin-bottom: 0;
}

.packeg__desc {
	color: #525666;
	font-size: 15px;
	padding: 30px 0;
}

.pp-tabs {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 50px;
}

.pp-tabs .sys-tabs .nav-link.active {
	color: #007bfc;
}

@media (min-width:1200px) {
	.pp-tabs .sys-tabs .nav-link {
		font-size: 21px;
		padding: 30px 50px;
	}
}

.section__desc+.section__actions {
	margin-top: -42px;
}


.feature__actions .btn-primary.btn-outline {
	display: inline-block;
	text-align: center;
	background-color: #FFF;
	color: #007bfc;
	border-color: #007bfc;
	font-size: 15px;
	min-width: 230px;
	height: 60px;
	line-height: 46px;
	font-size: 19px;
	text-align: center;
}

.swiper-yadmin {
	padding-top: 50px;
	margin-top: -50px;
}

.swiper-yadmin .browsers-pic {
	max-width: 720px;
	margin: 0 auto;
}

.pt-features {
	padding-top: 50px;
}

.swiper-yadmin .swiper-slide-active .browsers-pic {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@media (min-width: 1012px) {
	.section__desc+.section__actions {
		margin-top: -32px
	}

	.section__block {
		max-width: 512px;
		width: 100%;
		min-height: 430px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	.section__block .section__title {
		margin-left: 0;
		margin-right: 0
	}

	.section__block .section__desc {
		margin-bottom: 0;
		text-align: left
	}

	.section__block .section__desc+.section__actions {
		margin-top: 16px
	}

	.section__block .section__desc+.section__desc {
		margin-top: 32px
	}

	.section__block .section__desc+.section__title {
		margin-top: 48px
	}

	.section__block .section__actions {
		justify-content: flex-start
	}

	.section__block .section__actions .btn {
		margin-left: -24px;
		min-width: unset
	}

	.section__block--center {
		margin-left: auto;
		margin-right: auto
	}

	.section__block--right {
		margin-right: unset;
		margin-left: auto
	}

	.section__block--browsers {
		max-width: 582px;
		min-height: unset;
		position: relative
	}

	.section__block--browsers .browsers {
		opacity: 0;
		width: 100%;
		max-width: 582px
	}

	.section__block .svg-illustration {
		height: 432px
	}

	.section--sm+.section--sm {
		padding-top: 0
	}

	.section--sm .section__content {
		max-width: 1150px;
		margin: 0 auto
	}

	.section--sm.section--full .section__content {
		max-width: unset
	}

	.section--sm.has-shape--lg {
		padding-bottom: 96px
	}

	.section--apps-packages .section__packages .content-slider__wrapper,
	.section--homepage-packages .section__packages .content-slider__wrapper {
		transform: none !important
	}

	.section--apps-packages .content-slider-pagination-bullets,
	.section--homepage-packages .content-slider-pagination-bullets {
		display: none
	}

	.section--resources .section__content>.row {
		margin: 0 auto;
		max-width: 1096px
	}

	.section--resources .section__content .tiles {
		height: calc(100% + 24px)
	}

	.section--resources .section__content .tiles>* {
		display: flex
	}

	.section--faq .section__content .tiles>* {
		flex: 1 0 auto;
	}

	.section--faq .section__content>.row {
		align-items: stretch;
		max-width: 1096px
	}

	.section--faq .section__content .tiles {
		display: flex;
		height: auto;
		margin-top: -24px;
		flex-direction: column
	}

	.section--locations .section__content {
		margin-top: -8px;
		height: 550px
	}

	.section--locations .section__actions {
		margin-top: -56px
	}

	.section--register {
		padding: 80px 0
	}

	.section--developers .section__content {
		max-width: 750px;
		margin: 0 auto
	}

	.section--developers .section__title {
		text-align: left;
		margin-bottom: 32px
	}

	.section--developers .row+.section__title {
		margin-top: 56px
	}

	.section--legal .block__sidebar {
		display: flex
	}
}

@media (min-width: 752px) {

	.section__title.h3+.section__desc li,
	ulh3.section__title+.section__desc li {
		padding: 4px 0 4px 32px
	}

	.section__title.h3+.section__desc li:before,
	ulh3.section__title+.section__desc li:before {
		width: 8px;
		height: 8px;
		top: 16px
	}
}

.box {
	display: flex;
	background: #fff;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px
}

@media (max-width: 1011px) {
	.box {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

@media (min-width: 1012px) {
	.box--faq {
		min-height: 468px
	}

	.box--faq .widget .list-group {
		min-height: 406px
	}

	.box--faq .widget .list-group__collapse {
		display: none !important
	}

	.box--apps .box__content {
		padding: 48px 48px 72px
	}

	.box--object-storage .range-slider-container {
		min-height: 134px
	}
}

@media (min-width: 752px) {
	.box--apps .box__content {
		padding: 32px 24px 40px
	}
}

@media (max-width: 1231px) {
	.box--contact .box__content {
		padding: 48px
	}

	.box--contact .box__sidebar {
		padding: 48px;
		width: 306px;
		min-width: 306px
	}
}

.box--faq .box__faq-top {
	border-bottom: 1px solid #e6e7eb;
	height: 64px;
	padding: 0 24px
}

.box--faq .box__faq-top .top__title {
	margin-bottom: 0
}

.box--faq .nav--tabs {
	height: 100%;
	margin-bottom: -1px
}

.box--faq .box__faq {
	box-shadow: none;
	width: 50%;
	min-width: 50%;
	max-height: 470px;
	margin-bottom: 0
}

.box--faq .box__faq-body .list-group {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-height: 406px;
	border: none
}

.box--faq .box__faq-body .list-group__item {
	padding: 0;
	border: none;
	cursor: pointer
}

.box--faq .box__faq-body .list-group__top {
	padding: 16px 30px
}

.box--faq .box__faq-body .list-group__top .top__title {
	line-height: 24px;
	font-weight: 400
}

.box--faq .box__faq-body .list-group__top .collapse {
	display: none
}

.box--faq .box__faq-body .list-group__top .list-group__addon i {
	color: #8692b0;
	transition: color .3s
}

.box--faq .box__faq-body .list-group__top:hover .list-group__addon i {
	color: #007bfc
}

.box--faq .box__faq-body .list-group__top.is-active {
	background: #eef4ff;
	color: #007bfc
}

.box--faq .box__faq-body .list-group__top.is-active .icon-ui .fill {
	fill: #007bfc
}

.box--faq .box__faq-body .list-group .btn {
	font-size: 15px;
	line-height: 24px
}

.box--faq .box__answer {
	border-left: 1px solid #e6e7eb;
	font-weight: 400;
	padding: 32px
}

.box--faq .box__answer strong {
	color: #007bfc
}

.top__title {
	display: flex;
	flex-grow: 1;
	align-items: center;
	height: 100%;
	max-width: 100%;
}

.box--faq .box__faq-body .list-group__item {
	padding: 0;
	border: none;
	cursor: pointer;
}

.box__answer h4 {
	font-size: 19px;
	margin-bottom: 25px;
}

.box__answer p {
	color: #525666;
	font-size: 16px;
	line-height: 1.8;
}

.faq-list li {
	width: 100%;
}

.faq-list li .nav-link {
	padding: 20px;
	line-height: 20px;
}

.faq-list li .nav-link span {
	display: inline-block;
	padding-left: 25px;
	background: url(../img/ab-icon.png) left center no-repeat;
}

.faq-list li .nav-link.active {
	background-color: #eef4ff;
	color: #007bfc;
}

.faq-list li .nav-link.active span {
	background: url(../img/ab-icon2.png) left center no-repeat;
}



@media (max-width: 1011px) {
	.box {
		flex-direction: column
	}

	.box .box__media {
		min-width: 0;
		height: 150px;
		order: -1
	}

	.box .box__body,
	.box .box__body+.box__media,
	.box .box__media+.box__body {
		border: none
	}

	.box .box__content {
		padding: 24px 32px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	.box .box__content>:first-child {
		text-align: center
	}

	.box .box__content .btn {
		margin-left: auto;
		margin-right: auto
	}

	.box--faq {
		margin-top: 24px
	}

	.box--faq .box__faq-top {
		height: 56px
	}

	.box--faq .box__faq {
		width: 100%;
		max-height: 100%
	}

	.box--faq .box__faq .list-group {
		max-height: 100%;
		height: 100%
	}

	.box--faq .box__faq .list-group .ps__rail-y {
		display: none !important
	}

	.box--faq .box__faq .list-group__item {
		border-bottom: 1px solid #e6e7eb;
		padding: 16px 0
	}

	.box--faq .box__faq .list-group .top__icon {
		display: none
	}

	.box--faq .box__faq .list-group__collapse {
		display: none;
		margin-top: 16px
	}

	.box--faq .box__faq .list-group__content {
		border: none;
		padding: 0 24px;
		margin-top: 0;
		display: block
	}

	.box--faq .box__faq .list-group__content:before {
		display: none
	}

	.box--faq .box__faq .list-group__content strong {
		color: #007bfc
	}

	.box--faq .box__faq .list-group__top {
		padding: 0 54px 0 24px
	}

	.box--faq .box__faq .list-group__top:after,
	.box--faq .box__faq .list-group__top:before {
		position: absolute;
		right: 0;
		content: "";
		width: 100%;
		height: 2px;
		width: 16px;
		background: #8893b1;
		transform-origin: center center;
		right: 24px
	}

	.box--faq .box__faq .list-group__top:after {
		transform: rotate(90deg)
	}

	.box--faq .box__faq .list-group__top.is-active {
		background: none
	}

	.box--faq .box__faq .list-group__top.is-active:after {
		display: none
	}

	.box--faq .box__faq .list-group__top.is-active:before {
		background: #007bfc
	}

	.box--faq .box__faq .list-group__top.is-active+.list-group__collapse {
		display: flex
	}

	.box--faq .box__faq .list-group__top .top__title {
		margin-left: 0;
		color: #142149
	}

	.box--faq .box__faq-body .list-group {
		position: relative;
		overflow: hidden;
		height: 100%
	}

	.box--faq .box__faq-body .list-group__item {
		padding-top: 0;
		padding-bottom: 0
	}

	.box--faq .box__faq-body .list-group__addon {
		font-size: 18px
	}

	.box--faq .box__faq-body .list-group__top {
		padding: 16px 48px 16px 24px
	}

	.box--faq .box__faq-body .list-group__top .top__title {
		line-height: 24px;
		font-weight: 400
	}

	.box--faq .box__faq-body .list-group__top .collapse {
		display: none
	}

	.box--faq .box__faq-body .list-group__top.is-active {
		background: none;
		color: #007bfc;
		padding-bottom: 0
	}

	.box--faq .box__faq-body .list-group__top.is-active+.list-group__collapse {
		padding-bottom: 16px
	}

	.box--faq .box__faq-body .list-group .btn {
		font-size: 15px;
		line-height: 24px
	}


	.box--flex-compute .box__left {
		width: 100%
	}

	.box--flex-compute .box__right {
		display: none
	}

	.box--flex-compute .box__content {
		padding: 0
	}

	.box--flex-compute .range-slider-container {
		padding-left: 16px;
		padding-right: 16px
	}

	.box--flex-compute .box__footer {
		padding: 16px;
		margin-top: 0
	}

	.box--flex-compute .box__footer .rail {
		flex-direction: column
	}

	.box--flex-compute .box__footer .btn {
		width: 100%;
		margin-top: 24px;
		margin-left: 0
	}

	.box--flex-compute .box__footer .price,
	.box--flex-compute .box__footer .price .price__value {
		font-size: 32px;
		line-height: 44px
	}

	.box--object-storage .box__right {
		border-top: 1px solid #e6e7eb;
		border-left: none
	}

	.box--object-storage .range-slider-container__content {
		margin-right: 0
	}

	.box--apps .row {
		margin-top: -16px
	}

	.box--apps .application {
		margin-top: 16px
	}

	.box--categories .box__content {
		padding: 18px 24px 8px
	}

	.box--categories .box__content .btn {
		margin-left: -21px;
		margin-right: auto
	}

	.box--auth {
		min-height: 356px
	}

	.box--auth .box__content {
		padding: 36px 56px 48px
	}
}

.tile:active,
.tile:focus,
.tile:hover {
	border-color: #007bfc;
}

.pt {
	font-weight: 400;
	max-width: 1150px;
	margin: 0 auto;
	padding-top: 8px;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 4px;
}

.table th,
.table td {
	padding: 25px 20px;
	vertical-align: middle;
}

.pt-cell {
	font-size: 0;
	line-height: 1;
}

.pt-cell * {
	display: inline-block;
	vertical-align: middle;
}

.pt-cell .pt-title {
	font-size: 1rem;
	margin-left: 20px;
}

.pt-table .btn-buy {
	width: 80px;
	border-radius: 2px;
}

.pt-table-cells {
	padding: 0 20px;
}

.qx__icon {
	position: relative;
	z-index: 2;
	margin: auto;
	margin-top: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width:1020px) {
	.pt-table {
		white-space: nowrap;
	}

	.qx__icon {
		padding: 0 15px;
	}
}

.list-group--collapse {
	border: none
}

.list-group--collapse .list-group__item {
	position: relative;
	flex-direction: column;
	margin-bottom: 16px;
	border: 1px solid #e6e7eb;
	border-radius: 4px;
	padding: 20px 24px;
	transition: box-shadow .3s, border .3s;
	cursor: pointer
}

.list-group--collapse .list-group__item:before {
	content: "";
	left: -12px;
	width: 24px;
	height: 2px;
	position: absolute;
	top: 40px;
	background: transparent;
	transition: background .3s
}

.list-group--collapse .list-group__item:last-child {
	margin-bottom: 0
}

.list-group--collapse .list-group__item:active,
.list-group--collapse .list-group__item:focus,
.list-group--collapse .list-group__item:hover {
	border-color: #007bfc;
	background: none
}

.list-group--collapse .list-group__item:active .top__title,
.list-group--collapse .list-group__item:focus .top__title,
.list-group--collapse .list-group__item:hover .top__title{
	color: #007bfc;
}

.list-group--collapse .list-group__item.is-active {
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-color: transparent;
	transition: box-shadow .3s, border 0
}

@media (max-width: 1011px) {
	.list-group--collapse .list-group__item.is-active {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

.list-group--collapse .list-group__item.is-active:before {
	background: #007bfc
}

.list-group--collapse .list-group__content {
	max-width: 100%;
	display: none;
	margin-top: 0;
	padding: 6px 0 8px 72px
}

.list-group--collapse .list-group__content .btn {
	margin-left: -10px
}

.list-group--collapse .list-group__content p {
	margin-bottom: 0
}

.list-group--collapse .list-group__content p+.btn {
	margin-top: 8px;
	margin-bottom: -8px
}

.list-group--collapse .list-group+.btn {
	margin-top: 44px;
	min-width: 218px
}

.list-group--collapse.list-group--sm {
	font-size: inherit;
	line-height: inherit
}

.list-group--collapse.list-group--sm .list-group__item {
	padding-top: 15px;
	padding-bottom: 15px
}

.list-group--collapse .top__title {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	transition: .45s
}

.list-group--collapse *+.top__title {
	margin-left: 22px
}

.list-group__content-bottom {
	margin-left: -11px
}

.list-group--collapse-boxed .list-group__item,
.list-group--collapse-simple .list-group__item {
	align-items: flex-start;
	padding: 21px 24px 19px 72px
}

.list-group--collapse-boxed .list-group__item:before,
.list-group--collapse-simple .list-group__item:before {
	content: "";
	left: 26px;
	width: 18px;
	height: 2px;
	position: absolute;
	top: 31px;
	background: #007bfc
}

.list-group--collapse-boxed .list-group__item:after,
.list-group--collapse-simple .list-group__item:after {
	content: "";
	left: 26px;
	width: 18px;
	height: 2px;
	position: absolute;
	top: 31px;
	background: #007bfc;
	transform: rotate(90deg);
	transition: .3s ease
}

.list-group--collapse-boxed .list-group__item:not(.collapsed):after,
.list-group--collapse-simple .list-group__item:not(.collapsed):after {
	transform: rotate(0deg)
}

.list-group--collapse-simple .list-group__item {
	border: 0;
	padding-left: 0;
	margin-bottom: 0
}

.list-group--collapse-simple .list-group__item:after,
.list-group--collapse-simple .list-group__item:before {
	left: 16px;
	background: #8692b0
}

.list-group--collapse-simple .list-group__item:not(.collapsed) .top__title {
	color: #007bfc
}

.list-group--collapse-simple .top {
	padding-left: 64px
}

.list-group--collapse-simple .top__title {
	font-weight: 400
}

.list-group--collapse-simple .list-group__content {
	margin-left: 24px;
	display: unset;
	padding: 0
}

.list-group--collapse-simple .list-group__content-inner {
	margin-top: 24px;
	padding-left: 40px;
	border-left: 1px solid #e4e4e9
}

.list-group--collapse-boxed .list-group__item {
	margin-bottom: 20px
}

.list-group--collapse-boxed .list-group__item:not(.collapsed) {
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-color: transparent;
	transition: box-shadow .3s, border 0
}

@media (max-width: 1011px) {
	.list-group--collapse-boxed .list-group__item:not(.collapsed) {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

.list-group--collapse-boxed .list-group__content {
	display: unset;
	width: 100%;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0
}

.list-group--collapse-boxed .list-group__content-inner {
	padding-top: 16px;
	margin-bottom: 4px
}

.list-group--collapse-boxed .list-group__content-bottom {
	margin-left: -72px;
	width: calc(100% + 96px);
	padding: 16px 24px 0 27px;
	border-top: 1px solid rgba(230, 231, 235, .64)
}

.list-group--icon {
	overflow: hidden
}

.list-group--icon .list-group__item {
	box-shadow: none;
	position: relative
}

.list-group--icon .list-group__item:not(.collapsed) {
	box-shadow: none;
	border: 1px solid #e6e7eb
}

.list-group--icon .list-group__icon {
	position: absolute;
	right: 8px;
	top: -48px;
	width: 152px;
	height: 152px;
	z-index: -1
}

@media (min-width: 1012px) {
	.list-group.is-animated .list-group__icon {
		opacity: 0
	}
}

@media (max-width: 1231px) {
	.list-group--collapse .list-group__content {
		padding-left: 0
	}
}

.top {
	display: flex;
	align-items: center;
}

.top__title.h6 {
	font-size: 19px;
}

.list-group-photo {
	padding: 30px 0;
	text-align: right;
}

@media (min-width:1340px) {
	.group-container {
		max-width: 1320px;
	}

	.list-group-photo {
		padding: 50px 0;
	}
}

.content-slider__wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	flex-wrap: nowrap;
	justify-content: center;
	transition-property: transform;
}

.content-slider__item {
	display: inline-block;
	margin: 0 8px;
}

.banner-loc .location {
	position: relative;
	transition: transform .3s ease;
	display: flex;
	flex-direction: column;
	background: #fff;
	width: 180px;
	height: 190px;
	border-radius: 3px;
}

.location__icon {
	padding: 24px 24px 0;
	display: flex;
	justify-content: center;
}

.location__body {
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.location__title {
	font-size: 19px;
}

.location:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	transition: box-shadow .3s ease;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px;
}

.location:active:after,
.location:focus:after,
.location:hover:after {
	box-shadow: 0 16px 40px 0 rgba(10, 14, 29, .04), 0 16px 80px 0 rgba(10, 14, 29, .16);
}

.location:active,
.location:focus,
.location:hover {
	transform: translate3d(0, -8px, 0);
}

.banner-loc .content-slider__wrapper {
	margin-top: 50px;
}

.banner-loc {
	height: 600px;
	margin-bottom: 40px;
}

.banner-serveQ {
	z-index: 99;
	height: 600px;
	margin-bottom: 230px;
}

.swiper-servQ {
	overflow: visible;
}

@media (min-width:1010px) {
	.banner-loc {
		height: 700px;
		margin-bottom: 90px;
	}

	.banner-loc .content-slider__wrapper {
		margin-top: 70px;
	}

	.banner-serveQ {
		height: 700px;
		margin-bottom: 120px;
	}

	.banner-loc .location {
		width: 284px;
		height: 300px;
	}

	.features-cc .feature__body {
		padding: 25px 25px 40px 25px;
	}
}

.list-group-btn {
	margin-top: 40px;
}

.list-group-btn .btn-primary.btn-outline {
	display: inline-block;
	text-align: center;
	background-color: #FFF;
	color: #007bfc;
	border-color: #007bfc;
	font-size: 19px;
	height: 56px;
	line-height: 46px;
	min-width: 150px;
	text-align: center;
	border-radius: 2px;
}

.row--mob-sm.tiles {
	margin-top: -24px;
}

.serve__icon {
	margin-top: -16px;
}

.swiper-servQ {
	margin-top: 100px;
}

.swiper-servQ .feature {
	margin: 30px auto;
	max-width: 320px;
}

.swiper-servQ .feature__desc {
	padding: 0 0px;
}

.world-map {
	position: relative;
}

.world-map .map-box {
	text-align: center;
	font-size: 0;
}

.locations-map__info {
	width: 150px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #007bfc;
	background: #fff;
	box-shadow: 0 15px 70px rgba(0, 0, 0, .1);
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 94px;
	left: 50%;
	margin-left: -75px;
	z-index: 5;
	margin: 0;
	left: auto;
	right: 35px;
	top: -12px;
}

.locations-map__info-value {
	font-size: 50px;
	line-height: 50px;
}

.locations-map__info-label {
	font-size: 18px;
	line-height: 32px;
}


.locations-map {
	width: 1112px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}


.locations-map__pin {
	height: 10px;
	width: 10px;
	position: absolute;
	display: flex;
	top: 149px;
	left: 730px
}

.locations-map__pin-animation {
	width: 58px;
	min-width: 58px;
	height: 58px;
	position: absolute;
	left: -24px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none
}

.locations-map__pin-animation span {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #277cf9;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: .5;
	right: 0;
	margin: auto
}

.locations-map__popover {
	width: 215px;
	min-height: 178px;
	background: #fff;
	padding: 16px;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px;
	position: absolute;
	left: 50%;
	margin-left: -107px;
	bottom: 38px;
	display: none;
	flex-direction: column;
	align-items: center;
	animation-name: fadeInUp;
	animation-duration: .3s;
	animation-fill-mode: both
}

@media (max-width: 1011px) {
	.locations-map__popover {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

.locations-map__popover:before {
	z-index: -1;
	content: "";
	width: 0;
	height: 0;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 8px 8px 0;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%)
}

.locations-map__illustration {
	margin-bottom: 8px;
	width: 100px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.locations-map .svg-illustration {
		height: 544px
	}
}

.locations-map__name {
	color: #142149;
	font-weight: 500
}

.locations-map__name-country {
	display: none
}

.locations-map__actions {
	padding-top: 4px;
	display: flex;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px
}

@media (max-width: 1011px) {
	.locations-map__actions {
		font-size: 12px
	}
}

@media (max-width: 751px) {
	.locations-map__actions {
		font-size: 12px
	}
}

.locations-map__actions-label {
	color: #a1a5b2;
	padding-right: 4px
}

.locations-map__actions-link {
	padding-left: 4px;
	color: #007bfc;
	text-decoration: underline
}

@keyframes pinAnimation {
	0% {
		width: 10px;
		height: 10px;
		opacity: .5
	}

	to {
		width: 58px;
		height: 58px;
		opacity: 0
	}
}

@media (min-width: 1012px) and (max-width:1231px) {
	.locations-map {
		transform: scale(.85), translateX(-2vw)
	}
}

@media (min-width: 1012px) {
	.locations-map__pin {
		opacity: 0
	}

	.locations-map__pin.is-hover {
		z-index: 999
	}

	.locations-map__pin.is-hover .locations-map__popover {
		display: flex
	}

	.locations-map__pin.is-hover .locations-map__dot:after {
		transform: scale(2)
	}

	.locations-map__dot {
		cursor: pointer;
		height: 32px;
		width: 32px;
		position: absolute;
		top: -11px;
		left: -11px;
		z-index: 25
	}

	.locations-map__dot:after {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		top: 50%;
		left: 50%;
		margin: -5px 0 0 -5px;
		border-radius: 100%;
		background: #277cf9;
		transition: all .3s cubic-bezier(.51, .23, .37, .89)
	}
}

@media (max-width: 1011px) {
	.locations-map {
		position: static;
		transform: none;
		width: 100%
	}

	.locations-map__pins {
		display: flex;
		flex-wrap: wrap;
		margin-left: -8px;
		margin-right: -8px
	}

	.locations-map__dot {
		width: 100%;
		height: 100%;
		display: flex
	}

	.locations-map__pins {
		margin-top: -16px
	}

	.locations-map__pin {
		margin-top: 16px;
		display: flex;
		align-items: center;
		position: static;
		left: auto;
		top: auto;
		background: none;
		width: 40%;
		height: auto;
		font-weight: 500;
		color: #142149;
		padding: 0 8px;
		cursor: unset
	}

	.locations-map__illustration {
		width: 72px;
		margin-bottom: 16px
	}

	.locations-map__info,
	.locations-map__pin-animation {
		display: none
	}

	.locations-map__popover {
		display: flex;
		position: static;
		width: 100%;
		min-height: unset;
		margin: 0;
		box-shadow: none;
		border: 1px solid #e6e7eb;
		animation: unset
	}

	.locations-map__popover:before {
		content: unset
	}

	.locations-map__actions {
		display: none
	}

	.locations-map__name {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 17px
	}

	.locations-map__name-state {
		display: none
	}

	.locations-map__name-country {
		display: block;
		font-size: 13px;
		font-weight: 300;
		line-height: 20px;
		color: #a1a5b2
	}
}

@media (max-width: 1011px) and (max-width:1011px) {
	.locations-map__name-country {
		font-size: 12px
	}
}

@media (max-width: 1011px) and (max-width:751px) {
	.locations-map__name-country {
		font-size: 12px
	}
}

@media (max-width: 1011px) {
	.locations-map__background {
		display: none
	}
}

.location {
	position: relative;
	transition: transform .3s ease;
	display: flex;
	flex-direction: column;
	background: #fff;
	height: 100%;
	width: 284px;
	border-radius: 3px
}

.location__icon {
	padding: 24px 24px 0;
	display: flex;
	justify-content: center
}


@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.location__icon img {
		width: 100%
	}
}

.location__body {
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	align-items: center
}

.location__title {
	margin-bottom: 8px
}

.location__desc {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	min-height: 24px;
	display: block;
	color: #a1a5b2
}

.location__footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 16px 24px;
	border-top: 1px solid #e6e7eb;
	font-size: 15px;
	line-height: 24px;
	position: relative
}

.location__status {
	display: flex;
	flex: 1;
	align-items: center;
	width: 100%
}

.location__status-text {
	color: #a1a5b2
}

.location__status-value {
	color: #142149;
	padding-left: 8px
}

.location__status-badge {
	margin-left: auto;
	width: 8px;
	height: 8px;
	min-width: 8px;
	border-radius: 100%
}

.location__status+.location__status {
	margin-top: 4px
}

.location:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	transition: box-shadow .3s ease;
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
	border-radius: 3px
}

@media (max-width: 1011px) {
	.location:after {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

.location:active,
.location:focus,
.location:hover {
	transform: translate3d(0, -8px, 0)
}

.location:active:after,
.location:focus:after,
.location:hover:after {
	box-shadow: 0 16px 40px 0 rgba(10, 14, 29, .04), 0 16px 80px 0 rgba(10, 14, 29, .16)
}

.locations {
	margin-top: -spacing(3x)
}

.locations .location {
	margin-top: 24px
}

.location--server-status {
	cursor: pointer;
	width: 100%;
	margin-right: 0
}

.location--server-status:not(.location--has-notifications) {
	cursor: default
}

.location--server-status:not(.location--has-notifications):active,
.location--server-status:not(.location--has-notifications):focus,
.location--server-status:not(.location--has-notifications):hover {
	transform: none
}

.location--server-status:not(.location--has-notifications):active:after,
.location--server-status:not(.location--has-notifications):focus:after,
.location--server-status:not(.location--has-notifications):hover:after {
	box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08)
}

@media (max-width: 1011px) {

	.location--server-status:not(.location--has-notifications):active:after,
	.location--server-status:not(.location--has-notifications):focus:after,
	.location--server-status:not(.location--has-notifications):hover:after {
		box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
	}
}

.location--has-notifications .btn,
.location--has-notifications .location__status {
	transition: transform .3s, opacity .3s
}

.location--has-notifications .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	transform: translateY(8px)
}

.location--has-notifications:active .btn,
.location--has-notifications:focus .btn,
.location--has-notifications:hover .btn {
	opacity: 1;
	transform: translateY(0)
}

.location--has-notifications:active .location__status,
.location--has-notifications:focus .location__status,
.location--has-notifications:hover .location__status {
	opacity: 0;
	transform: translateY(-8px)
}

@media (max-width:1000px) {
	.map-box {
		display: none;
	}
}
.navbar-dark .nav__dropdown{
	display: none;
}

.navbar-dark .nav__item.has-dropdown .nav__dropdown {
	z-index: 100;
	z-index: auto;
	overflow: visible;
	min-width: 300px;
	top: calc(100% + 24px);
	left: calc(50% - 178px);
	right: auto;
	animation: none
}

.navbar-dark .nav-item.has-dropdown .nav__dropdown:before {
	content: "";
	background: transparent;
	z-index: -1;
	position: absolute;
	top: -36px;
	height: 36px;
	width: 100%;
	display: block
}

.navbar-dark .nav-item.has-dropdown .nav__dropdown {
	z-index: 100;
	z-index: auto;
	overflow: visible;
	min-width: 300px;
	top: calc(100% + 24px);
	left: calc(50% - 178px);
	right: auto;
	animation: none
}

.navbar-dark .nav-item.has-dropdown .nav__dropdown:before {
	content: "";
	background: transparent;
	z-index: -1;
	position: absolute;
	top: -36px;
	height: 36px;
	width: 100%;
	display: block
}

.navbar-dark .nav-item.has-dropdown .nav__dropdown:after {
	z-index: -1;
	content: "";
	width: 0;
	height: 0;
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 0 8px 8px;
	position: absolute;
	top: -8px;
	display: block;
    left: 207px;
}

.navbar-dark .nav-item.has-dropdown>.nav__link {
	z-index: 200
}

.navbar-dark .nav-item.has-dropdown.is-open>.nav__link .nav__icon {
	color: #fff;
	opacity: 1
}

.navbar-dark .nav-item.has-dropdown.is-open>.nav__link:after {
	display: block
}

.navbar-dark .nav-item.has-dropdown.is-open .nav__sub {
	overflow: hidden;
	border-radius: 3px
}

.navbar-dark .nav__sub {
	padding: 0
}

.navbar-dark .nav__sub .nav__item {
	border-bottom: 1px solid #edeef2
}

.navbar-dark .nav__sub .nav__item>.nav__link {
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px;
	transition: .3s ease
}

.navbar-dark .nav__sub .nav__item>.nav__link:active,
.navbar-dark .nav__sub .nav__item>.nav__link:focus,
.navbar-dark .nav__sub .nav__item>.nav__link:hover {
	background-color: #eef4ff
}

.navbar-dark .nav__sub .nav__item>.nav__link:active .nav__item-desc,
.navbar-dark .nav__sub .nav__item>.nav__link:focus .nav__item-desc,
.navbar-dark .nav__sub .nav__item>.nav__link:hover .nav__item-desc {
	color: #525666
}

.navbar-dark .nav__sub .nav__item>.nav__link:active .nav__item-list,
.navbar-dark .nav__sub .nav__item>.nav__link:active .nav__item-title,
.navbar-dark .nav__sub .nav__item>.nav__link:focus .nav__item-list,
.navbar-dark .nav__sub .nav__item>.nav__link:focus .nav__item-title,
.navbar-dark .nav__sub .nav__item>.nav__link:hover .nav__item-list,
.navbar-dark .nav__sub .nav__item>.nav__link:hover .nav__item-title {
	color: #142149
}

.navbar-dark .nav__sub .nav__item:last-child {
	border-bottom: 0
}

.navbar-dark .nav__sub .nav__item-content {
	flex: 1;
	order: 2;
	margin-left: 24px
}

.navbar-dark .nav__sub .nav__item-title {
	font-weight: 500;
	margin-bottom: 8px;
	transition: .3s
}

.navbar-dark .nav__sub .nav__item-desc {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0;
	color: #525666
}

.navbar-dark .nav__sub .nav__item-icon {
	order: 1;
	width: 48px;
	height: 48px;
	min-width: 48px;
	margin-top: 2px
}

.navbar-dark .nav__sub .nav__item-list {
	color: #a7b1c9;
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
	color: #142149
}

.navbar-dark .nav__sub .nav__item-list li {
	padding-left: 20px;
	margin-bottom: 8px;
	position: relative;
	line-height: 20px;
	font-size: 13px;
	transition: color .3s ease
}

.navbar-dark .nav__sub .nav__item-list li:last-child {
	margin-bottom: 0
}

.navbar-dark .nav__sub .nav__item-list li:before {
	display: inline-block;
	content: "";
	background: #007bfc;
	height: 2px;
	width: 9px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.navbar-dark .nav__sub .nav__item-list li:hover {
	color: #007bfc
}

.navbar-dark {
	background: linear-gradient(90deg, #021048, #1e38a3);
	min-height: 88px;
}

.navbar-dark .nav-item.has-dropdown .nav__dropdown {
	top: calc(100% + 20px)
}

@media (min-width: 1012px) {
    .navbar-dark .nav__dropdown {
        position:absolute;
        top: 100%;
        left: 16px;
        z-index: 999;
        margin: 0;
        display: none;
        min-width: 260px;
        background: #fff;
        box-shadow: 0 8px 16px 0 rgba(10,14,29,.04),0 32px 102px 0 rgba(10,14,29,.16);
        border-radius: 3px;
        animation-name: fadeInUp;
        animation-duration: .3s;
        animation-fill-mode: both
    }

    .navbar-dark .nav__dropdown:after {
        display: none
    }

    .navbar-dark .nav__dropdown--right {
        left: auto;
        right: 0
    }

    .navbar-dark .nav__dropdown--left {
        left: 0;
        right: auto
    }

    .navbar-dark .nav__dropdown .nav__item.has-dropdown>.nav__link:after {
        content: "\f2fb"
    }

    .navbar-dark .nav__dropdown .nav__item.has-dropdown>.nav__link .drop-arrow--right {
        right: -8px
    }

    .navbar-dark .nav__dropdown .nav__item.has-dropdown>.nav__link .drop-arrow--left {
        left: -8px
    }

    .navbar-dark .nav__dropdown .nav__item.has-dropdown>.nav__dropdown {
        top: 0
    }

    .navbar-dark .nav__dropdown .nav__item.has-dropdown>.nav__dropdown--right {
        left: 100%;
        right: auto;
        margin-left: 8px
    }

    .navbar-dark .nav__dropdown .nav__item.has-dropdown>.nav__dropdown--left {
        left: auto;
        right: 100%;
        margin-right: 8px
    }

    .navbar-dark .is-open .drop-arrow {
        animation-name: fadeInUp;
        animation-duration: .3s;
        animation-fill-mode: both
    }

    .navbar-dark .nav__sub {
        padding-left: 0
    }

    .navbar-dark .nav__sub:after {
        display: none
    }
}
.nav__content, .nav__header, .nav__link {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 6px 16px;
}
@media (min-width: 1012px) {
    .navbar-dark .nav-item.has-dropdown .nav__dropdown {
        visibility: hidden;
        transform: translateY(11);
        opacity: 0;
        transition: transform .3s,opacity .3s,visibility .3s
    }

    .navbar-dark .nav-item.is-open .nav__dropdown {        display:block!important;
        visibility: visible;
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width: 1011px){
	.navbar-dark .nav__sub {
	    background: #f3f4f7;
	}
	.navbar-dark .nav-item.has-dropdown .nav__dropdown {
		transform: none;
		left: 0;
		min-width: 100%;
	}
	.navbar-dark .nav-item.has-dropdown .nav__dropdown {
		max-width: 100%;
		margin-top: 8px;
	}
}
.navbar-dark {
    transition: .8s all;
    -webkit-transition: .8s all;
}
.navbar-dark * {
    transition: .2s all;
    -webkit-transition: .2s all;
}
.navbar-dark.nav-fixed{
	position: fixed;
	z-index: 999;
	background-color: #FFFFFF;
	width: 100%;
	padding: 15px;
}
.navbar-dark.nav-fixed.navhide{
	display: none;
}
.nav-item-box{
	display: block;
}

.pagination {
    display: flex;
    align-items: center;
	margin-top: 60px;
    justify-content: center
}
.pagination__items {
    display: flex
}

.pagination__item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height:40px;
    border: 1px solid #e6e7eb;
    color: #525666;
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
    border-radius: 3px
}

.pagination__item+.pagination__item {
    margin-left: 10px
}

span.pagination__item {
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
    width: auto!important
}

.pagination__item.is-active {
    border: none;
    background: #007bfc;
    color: #fff;
    font-weight: 500
}

.pagination__item.pagination__item--next,.pagination__item.pagination__item--previous {
    border: none
}

.pagination__item.pagination__item--next:active,.pagination__item.pagination__item--next:focus,.pagination__item.pagination__item--next:hover,.pagination__item.pagination__item--previous:active,.pagination__item.pagination__item--previous:focus,.pagination__item.pagination__item--previous:hover {
    border: none!important
}

.pagination__item.pagination__item--next:active path,.pagination__item.pagination__item--next:focus path,.pagination__item.pagination__item--next:hover path,.pagination__item.pagination__item--previous:active path,.pagination__item.pagination__item--previous:focus path,.pagination__item.pagination__item--previous:hover path {
    stroke: #007bfc
}

.pagination__item i {
    background: rgba(255,0,0,.2)
}

.pagination--sm .pagination__item {
    font-size: 15px;
    height: 40px;
    width: 40px
}

.pagination span {
    border: none;
    cursor: pointer
}

.pagination a {
    transition: .3s
}

.pagination a:active:not(.is-active),.pagination a:focus:not(.is-active),.pagination a:hover:not(.is-active) {
    color: #007bfc;
    border: 1px solid #007bfc
}
.pagination__item.pagination__item--next, 
.pagination__item.pagination__item--previous {
    border: none;
}

.icon-ui--24 {
    width: 24px;
    height: 24px;
}

.row-panel{
	padding: 32px 0;
}
.b-text{
	color: #142149;
}
.rail .b-text{
	font-size: 16px;
	margin-left: 15px;
}

/* 3.26 */
.faq-banner{
	height: 400px;
}
@media (max-width:1001px) {
	.faq-banner{
		height: 260px;
	}
}
.faq-sidebar {
    min-width: 320px;
    width: 320px;
	float: left;
}
.faq-content{
	float: right;
	width: 850px;
	border-left: 1px solid #e6e7eb;
}
@media (max-width:1201px) {
	.faq-sidebar {
	    border-right:0;
		float: none;
		width: 100%;
	}
	.faq-content{
		float: none;
		width: 100%;
	    border-left:0;
	}
}

.nav--boxed .nav__item {
	width: 100%;
    margin-bottom: 16px;
}
.nav--boxed .nav__link {
    border: 1px solid #e6e7eb;
    padding: 16px 24px 21px 14px;
    transition: box-shadow .3s,border .3s;
}
.nav--boxed .nav__link:before {
    content: "";
    position: absolute;
    left: 0;
    left: -1px;
    top: 0;
    height: 100%;
    width: 2px;
    transition: background .3s;
}
.nav--boxed .nav__item.current .nav__link:before, 
.nav--boxed .nav__item:focus .nav__link:before, 
.nav--boxed .nav__item:hover .nav__link:before {
    background: #007bfc;
}
.nav--boxed .nav__item-desc {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #525666;
}
.nav--boxed .nav__item-content {
    margin-left: 19px;
}
.resources__section {
    width: 100%;
    position: relative;
    padding: 64px 0;
}
@media (min-width: 1012px){
	.faq-content .resources__section {
		padding-left: 64px;
	}
}
.faq-content .top__content{
	margin-left: 16px;
}
.faq-content .top__icon{
	
    align-self: flex-start!important;
}
.top__addon, .top__content, .top__toolbar {
    align-self: end;
}
.faq-content .top__content .top__title{
	font-size: 32px;
}
.resources__section .resources__header {
    margin: -8px 0 48px;
}
.accordion .list-group__top {
	padding-left: 64px;
}
.accordion .list-group__top .top__title{
	font-size: 19px;
}
.accordion .list-group__content-inner{
	margin-top: 24px;
	padding-left: 40px;
	margin-left: 24px;
	border-left: 1px solid #e4e4e9;
	color: #999;
	line-height: 2;
	font-size: 14px;
}
.accordion .list-group__item{
	position: relative;
	padding: 21px 24px 19px 0;
}
.accordion .list-group__item>a{
	display: block;
	position: relative;
}
.accordion .list-group__item>a::after{
	content: "";
	left: 16px;
	background: #8692b0;
	width: 18px;
	height: 2px;
	position: absolute;
	top: 10px;
	transform: rotate(90deg);
	transition: .3s ease;
}
.accordion .list-group__item>a::before{
	content: "";
	width: 18px;
	height: 2px;
	position: absolute;
	top: 10px;
	left: 16px;
	background: #8692b0;
}
.accordion .list-group__item a[aria-expanded="true"] .top__title {
    color: #007bfc;
	font-weight: bold;
}
.accordion .list-group__item a[aria-expanded="true"]::after {
    display: none;
}
.faq-sidebar-inner{
	padding: 56px 26px 40px 26px;
}


.post-rows .widget__body .widget__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.widget__body .widget__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.widget__body .widget__desc {
    overflow: hidden;
    height:44px;
    line-height:22px;
}