@media (min-width: 992px) {
	.page-content {
		display: flex;
		flex-wrap: wrap;
	}
	.item-content {
		flex: 1;
		width: 100%;
	}
	.item-sidebar {
		width: 360px;
		padding-left: 2rem;
		border-left: 1px solid #e6e8ee;
		margin-left: 2rem;
	}
}
#order-standard_cart {
	letter-spacing: 0;
}
#orderSummary {
	position: sticky;
	top: 80px;
}
#order-standard_cart .order-summary {
	border: 0 none;
	padding: 1rem;
	overflow: hidden;
	background-color: #f6f7fa;
}
#order-standard_cart .order-summary h2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	text-align: left;
	position: relative;
	padding: 0 0 0 15px;
}
#order-standard_cart .order-summary h2:before {
	position: absolute;
	content: "";
	left: 0;
	width: 5px;
	height: 22px;
	background: #1079ff;
	top: 50%;
	transform: translateY(-50%);
}
#order-standard_cart .summary-container {
	background-color: transparent;
	padding: 0;
}
#order-standard_cart .btn-success {
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#order-standard_cart .order-summary .product-name,
#order-standard_cart .order-summary .product-group,
#order-standard_cart .order-summary .product-desc {
	padding: 10px 10px 0;
	margin: 0;
}
#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .recurring-totals,
#order-standard_cart .order-summary .total-due-today-padded {
	padding: 10px;
	margin: 0;
}
#frmConfigureProduct {
	background-color: #FFF;
	padding: 2rem;
	margin-top: 1.5rem;
	border-radius: .5rem;
	box-shadow: 0 0.9px 4px -1px rgb(0 0 0 / 8%), 0 2.6px 8px -1px rgb(0 0 0 / 6%), 0 5.7px 12px -1px rgb(0 0 0 / 5%), 0 15px 15px -1px rgb(0 0 0 / 4%);
}
.configureproduct .item-content {
	max-width: 960px;
}
.cart-content {
	position: relative;
	padding-bottom: 2rem;
	padding-left: 5rem;
}
.item-content .cart-content h3 {
	margin-bottom: 2rem;
	font-size: 18px !important;
	line-height: 1;
	font-weight: 500;
}
.cart-content:before {
	background-color: #1d71ff;
	color: #FFF;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	left: 5px;
	top: -5px;
	border-radius: 50%;
	text-align: center;
}
.cart-content:nth-child(1):before {
	content: '1';
}
.cart-content:nth-child(2):before {
	content: '2';
}
.cart-content:nth-child(3):before {
	content: '3';
}
.cart-content:nth-child(4):before {
	content: '4';
}
.cart-content:nth-child(5):before {
	content: '5';
}
.cart-content:nth-child(6):before {
	content: '6';
}
.cart-content:nth-child(7):before {
	content: '7';
}
.cart-content:nth-child(8):before {
	content: '8';
}
.cart-content:nth-child(9):before {
	content: '9';
}
.cart-content:nth-child(10):before {
	content: '10';
}
.cart-content:nth-child(11):before {
	content: '11';
}
.cart-content:after {
	content: "";
	position: absolute;
	width: 2px;
	background: #d4dae6;
	left: 20px;
	top: 27px;
	bottom: 0px;
}
.cart-content:last-child:after {
	display: none;
}
.cart-content .form-group label {
	color: #1a1c21 !important;
	font-weight: 600;
}
#order-standard_cart .cart-content .form-group .form-control {
	font-family: -apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
	border-radius: .5rem !important;
	border: 0 none !important;
	box-shadow: 0 0 transparent, inset 0 0 0 1px rgb(17 43 134 / 10%) !important;
	transition: box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;
}
#order-standard_cart .cart-content .form-group .form-control[readonly] {
	background-color: #e9edf4 !important;
}
#frmConfigureProduct .cart-content h3 {
	font-family: PingFangSC-Medium, hiragino sans gb, helvetica neue, helvetica, arial, microsoft yahei ui, microsoft yahei, simsun, "sans-serif";
	font-size: 16px;
	margin-top: 0;
	line-height: 22px;
	color: #333;
}
.layout-header {
	padding-top: 40px;
	background-color: #FFF;
}
.layout-header-title {
	font-size: 32px;
	padding: 0;
	color: #000;
	font-weight: 400;
	line-height: 48px;
}
.panel {
	border-radius: 4px;
	border: 1px solid #e4e4e4;
}
.panel-form {
	padding: 25px;
	background-color: #f6f7fa;
	border: 1px solid #f6f7fa;
	margin: 10px 0 20px;
}
.panel-check {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	border: 0 none;
	border-radius: 0.5rem;
	box-shadow: 0 0.9px 4px -1px rgb(0 0 0 / 8%), 0 2.6px 8px -1px rgb(0 0 0 / 6%), 0 5.7px 12px -1px rgb(0 0 0 / 5%), 0 15px 15px -1px rgb(0 0 0 / 4%);
	transition: all .15s cubic-bezier(.694,.0482,.335,1);
	margin-bottom: 2rem;
}
.panel-check.checked:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	position: absolute;
	top: 1px;
	right: 4px;
	font-weight: 400;
	color: #FFF;
	z-index: 1;
}
.panel-check.checked:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	width: 40px;
	bottom: auto;
	left: auto;
	border-color: #1971ff #1971ff #fff #fff;
	border-style: solid;
	border-width: 20px;
	background-color: #1971ff;
}
.panel-check label {
	cursor: pointer;
	display: flex;
	margin: 0 !important;
}
.panel-check label .iradio_square-blue {
	display: none;
}
.panel-check label .check-content {
	
}

.check-content .check-title {
	font-size: 18px;
	color: #121212;
}
.panel-check > .check {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 15px;
}
.check {
	position: relative;
}
#order-standard_cart .apply-credit-container .radio {
	padding-left: 0;
	font-weight: 400;
	display: block;
}
.apply-credit-container .iradio_square-blue {
	position: relative;
}
.iradio_square-blue {
	position: relative;
	transform: scale(.8);
}
.icheckbox_square-blue {
	position: relative;
	transform: scale(.7);
	top: -1px;
	left: 2px;
}
#order-standard_cart .panel-form label {
	font-weight: 500;
	color: #666;
}
#order-standard_cart .panel-infos {
	background-color: #fafbff;
	border: 1px solid #d2d6dd;
	margin-bottom: 20px;
}
#order-standard_cart .panel-infos .panel-body {
	padding: 0;
}
.domain-information-title h2 {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	text-align: left;
	border-bottom: 1px #e4e4e4 solid;
	padding: 10px 15px;
}
#order-standard_cart .product-info {
	background-color: transparent;
	border: 0 none;
	margin: 0;
	padding: 15px;
}
.package-features {
	list-style: none;
	margin: 0;
	padding: 0;
}
.package-features li {
	display: flex;
	line-height: 1.4;
	padding: 6px 0;
}
.package-features li b {
	flex-basis: 110px;
	padding-right: 14px;
	color: #666;
	font-weight: 500;
}
.summary-conter {
	margin-top: 15px;
}
.summary-footer {}

.checklist-item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 6px 0;
	line-height: 1.4;
	color: #333;
	font-size: 1rem;
}
.checklist-title {
	color: #666;
	font-weight: 600;
}
.checklist-item-title {
	padding: 0 14px 0 0;
	text-align: left;
	color: #666;
	flex-shrink: 0;
	width: 40%;
}
.checklist-item-desc {
	padding-right: 10px;
}
.irs-bar-edge {
	width: 10px !important;
	border-radius: 4px 0 0 4px;
}
.irs-line,
.irs-bar,
.irs-bar-edge {
	height: 8px !important;
}
.irs-slider {
	cursor: col-resize !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	border-radius: 50px;
	top: 21px !important;
	width: 16px !important;
	height: 16px !important;
	background-color: #2b98e7 !important;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
	border-top-color: #2b98e7 !important;
}
.irs-bar,
.irs-bar-edge,
.irs-from,
.irs-to,
.irs-single {
	background-color: #2b98e7 !important;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
	background-image: none !important;
}
.irs-slider {
	background-color: #FFF !important;
}
.irs-line {
	border-radius: 4px;
	background-color: #EEE;
}
#order-standard_cart .order-summary .loader {
	position: relative;
	top: 0;
	height: 0;
	padding-right: 10px;
	text-align: right;
	color: #AAA;
}
#order-standard_cart .view-cart-items-header {
	background-color: transparent;
	color: #333;
	font-size: 15px;
	border-bottom: 1px dashed #DDD;
	padding: 0 0 15px
}
.view-content {
	padding-bottom: 2rem;
	border-bottom: 1px dashed #DDD;
}
.pay-cost {
	color: #ff7800;
}
.pay-cost-num {
	font-size: 24px !important;
	line-height: 36px;
	height: 36px;
	display: inline-block;
}
#order-standard_cart .view-cart-items {
	border-bottom: 0 none;
}
#order-standard_cart .order-summary .summary-totals {
	padding: 5px 0 0;
	border-top-color: #d2d6dd;
	border-bottom: 0 none;
}
#order-standard_cart .order-summary .total-due-today {
	background-color: transparent;
	margin-top: 1rem;
	padding: 1rem 0;
	position: relative;
	border-top: 1px solid #e2e6ed;
}
#order-standard_cart .order-summary .total-due-today span {
	display: block;
	text-align: right;
}
#order-standard_cart .order-summary .total-due-today .amt {
	color: #ed711f;
	font-size: 2.3em;
}
#order-standard_cart .view-cart-tabs .promo .form-group {
	margin-bottom: 20px;
}
#order-standard_cart .view-cart-tabs .promo .btn-success {
	text-align: center;
}
#order-standard_cart .prepend-icon .field-icon {
	height: 40px;
	line-height: 42px;
	margin-bottom: 0;
}
#order-standard_cart .sub-heading {
	border: 0;
	text-align: left;
	margin-bottom: 1rem;
	height: auto;
}
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
	position: inherit;
	padding: 0;
	color: #333;
}
#order-standard_cart .field,
#order-standard_cart .form-control[type=text] {
	height: 40px;
	font-size: 1em;
}
#order-standard_cart .field[disabled],
#order-standard_cart .field[readonly],
#order-standard_cart .form-control[disabled],
#order-standard_cart .form-control[readonly] {
	background-color: #fafbff;
}
#scrollingPanelContainer {
	position: relative;
}
.list-payment-method {}
.list-payment-method .iradio_square-blue {
	display: none;
}
.list-payment-method a {
	display: block;
	border-radius: 3px;
	border: 1px solid #EEE;
	background-color: #FFF;
}
.list-payment-method a.active,
.list-payment-method a:hover {
	border-color: #2598e7;
}
.list-payment-method .payment-method-selector-content .icon {
	height: 90px;
	background-position: center center;
	background-size: auto 30px;
	background-repeat: no-repeat;
}
#order-standard_cart label {
	font-weight: 500;
	color: #999;
}
/* ClientArea Home */
.show-panel {
	background: #fff;
	/* box-shadow: 0 0 6px 0 rgba(31,50,82,.1); */
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, .125);
}
.show-panel h2 {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	margin: 0 0 20px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.show-panel .article-list {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 120px;
	overflow-y: scroll;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.show-panel .article-list li {
	line-height: 28px;
	display: flex;
	justify-content: space-between;
}
.show-panel .article-list .link {
	max-width: 285px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}
.show-panel .article-list span {
	color: #999;
}
.show-panel .article-list .link:hover {
	color: #2d77ee;
}
.account-list-item {
	height: 108px;
	background: rgba(31, 50, 82, .04);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.account-list-item > a {
	text-decoration: none;
}
.account-list-item .account-detail {
	font-family: DINCondensed-Bold;
	font-size: 20px;
	color: #333;
	text-align: center;
	letter-spacing: 0;
}
.account-list-item .item-type {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.warning-list-item {
	flex: 1 1 48%;
	height: 48px;
	background: #f6f7f8;
	border-radius: 4px;
}
.warning-list-item:first-child {
	margin-bottom: 12px;
}
.warning-list-item .link {
	height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 16px;
	text-decoration: none;
}
.warning-list-item .item-title {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.warning-list-item .item-count {
	font-family: DINCondensed-Bold;
	font-size: 20px;
	color: #333;
	padding-top: 5px;
}
.alarm-list-item {
	flex: 1 1 33%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 108px;
	background: rgba(31, 50, 82, .04);
	border-radius: 4px;
}
.alarm-list-item > a {
	text-decoration: none;
}
.alarm-list-item .alarm-detail {
	font-family: DINCondensed-Bold;
	font-size: 20px;
	text-align: center;
}
.alarm-list-item .item-type {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.remain-items .wrap {
	padding: 0;
	margin: 0;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.remain-items .wrap .item:first-child {
	margin-top: 0;
}
.remain-items .wrap .item {
	cursor: pointer;
	margin-top: 12px;
	height: 72px;
	border: 2px solid #f8f8f8;
	background: #f8f8f8;
	border-radius: 4px;
	justify-content: space-between;
	padding: 0 18px;
}
.remain-items .wrap .item:hover {
	background: #f3f7fe;
	border: 2px solid #6c9ff3;
}
.remain-items .wrap .item .item-left,
.remain-items .wrap .item {
	display: flex;
	align-items: center;
}
.remain-items .wrap .item .count {
	margin-top: 8px;
	font-family: DINCondensed-Bold;
	color: #333;
	font-size: 20px;
}
.my-resource .source-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.my-resource .source-empty .empty-img {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url('../img/empty.png') 100% 100%/cover;
}
.my-resource .source-empty .empty-prompt {
	font-size: 14px;
	margin-top: 15px;
}
.my-resource .source-empty .create-prompt {
	font-size: 14px;
	margin-top: 8px;
}
.my-resource .wrap {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -12px;
}
.my-resource .item {
	position: relative;
	margin-bottom: 15px;
}
.my-resource .item .create {
	font-family: PingFangSC-Medium, hiragino sans gb, helvetica neue, helvetica, arial, microsoft yahei ui, microsoft yahei, simsun, "sans-serif";
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.my-resource .item .create .item-data {
	color: #d2d6dc;
}
.my-resource .item .count-oper {
	border: 2px solid #f8f8f8;
	background: #f8f8f8;
	border-radius: 4px;
	padding: 16px;
	line-height: 1.3;
}
.my-resource .item .name-quota-part {
	display: flex;
	justify-content: space-between;
}
.my-resource .item .count-oper {}
.introduce {
	line-height: 17px;
	font-size: 12px;
	color: #999;
	margin-bottom: 0;
}
.envo {
	margin-top: 15px;
}
.envo-item {
	height: 90px;
	background: #fff;
	border: 1px solid rgba(45, 119, 238, .1);
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	padding: 20px;
	align-items: center;
	background-position: left 10px center;
	background-repeat: no-repeat;
}
.envo-item .content {
	padding-left: 60px;
}
.envo-item .content h2 {
	white-space: nowrap;
	opacity: .85;
	color: #2d77ee;
	line-height: 24px;
	margin: 0;
}
.envo-item .description {
	white-space: nowrap;
	margin-top: 7px;
	opacity: .5;
	font-size: 12px;
	color: #2d77ee;
}
.envo-item.item-1 {
	background-size: auto 50px;
	background-image: url('//dicloud.didistatic.com/static/dicloudpub/webapp/img/30off.42bb49e.png');
}
.envo-item.item-2 {
	background-size: auto 50px;
	background-image: url('//dicloud.didistatic.com/static/dicloudpub/webapp/img/30days.721c9a3.png');
}
.envo-item.item-3 {
	background-size: auto 50px;
	background-position: left center;
	background-image: url('//dicloud.didistatic.com/static/dicloudpub/webapp/img/redEnvelopes.7ec32cb.png');
}
.submit-item a {
	display: flex;
	align-items: center;
	height: 90px;
	background-color: #f2f2f2;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
}
.submit-item a:hover {
	background-color: #e5e5e5;
}
.submit-item .common-tool-icon {
	padding: 10px 20px 10px 0;
	border-right: 1px solid #ddd;
	margin-right: 20px;
}
.submit-item .common-tool-icon > img {
	max-width: 32px;
}
.submit-item .common-tool-msg-cont {
	display: inline-block;
	padding: 5px 0;
}
.submit-item .submit-item-title {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-top: 0;
	vertical-align: middle;
	width: 72%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.submit-item .submit-item-text {
	display: inline-block;
	color: #888;
	line-height: 24px;
	width: 100%;
	min-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.bootstrap-switch.bootstrap-switch-small {
	min-width: auto;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {
	bottom: .5rem;
}
.invoice-header ul li {
	text-align: right;
	line-height: 26px;
}
.invoice-header ul li .list-label {
	display: inline-block;
	padding: 0 15px 0 0;
	color: #a1a6b2;
}
.invoice-status {
	margin: 25px 0;
}
.invoice-status.status-lg {
	height: 80px;
	font-size: 32px;
	font-weight: 100;
	line-height: 80px;
}
.invoice-status .status-id {
	font-weight: 600;
	padding-left: 44px !important;
}
.invoice-status .status-label {
	padding: 0 20px;
	float: right;
	font-weight: 500;
	background-color: rgba(255, 255, 255, .1);
}
.invoice-main .card-title {
	font-size: 16px;
}
.invoice-main .card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar .card-footer {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.sidebar .card-footer .col-xs-6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.sidebar .card-footer .btn-default {
	border: 1px solid #DDD;
}
.products-list {
	background-color: #fff;
	transition: all .5s ease;
	border: 1px solid #e6eaee;
	border-radius: 0.25rem;
	padding: 0 1.5rem;
}
.product-row {
	transition: all .5s ease;
	padding: 1.5rem 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e6eaee;
}
.product-head {
	font-weight: 600;
	cursor: default;
	padding: 1rem 0;
	color: #a1a5b2;
}
.product-row .product-cell {
	width: 12.5%;
	font-weight: 600;
}
.product-row .product-cell .price {
	margin: 0;
}
.product-row .product-cell .price .big {
	font-size: 16px;
	font-weight: 600;
}
.product-row .product-cell .price .won {
	color: #666;
	font-size: 12px;
	display: block;
}
.product-row .product-cell:first-child {
	width: 20%;
	color: #000;
	font-size: 1.35rem;
}
.product-row .product-cell:last-child {
	width: 15%;
}
.product-row .product-cell .btn small {
	display: block;
}
	
.product-row:last-child {
	border-bottom: 0 none;
}
.product-row .product-cell {
	color: #999;
}
.product-row .product-cell:first-child {}
.product-cell .w-hidden {
	display: block;
	color: #000;
	margin-bottom: .5rem;
}
.product-cell .big {
	font-size: 1.125rem;
}
.color-picker-container.orange {
	background-color: #eb8423;
}
.check-os {
	position: relative;
	border: 0 none;
	margin-bottom: 2rem;
}
.area-item,
.check-system {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	border: 0 none;
	border-radius: .5rem;
	box-shadow: 0 0.9px 4px -1px rgb(0 0 0 / 8%), 0 2.6px 8px -1px rgb(0 0 0 / 6%), 0 5.7px 12px -1px rgb(0 0 0 / 5%), 0 15px 15px -1px rgb(0 0 0 / 4%);
	transition: all .15s cubic-bezier(.694,.0482,.335,1);
}
.area-item:hover,
.check-system:hover {
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%), 0 3.6px 13px rgb(0 0 0 / 7%), 0 8.4px 23px rgb(0 0 0 / 6%), 0 23px 35px rgb(0 0 0 / 5%);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	cursor: pointer;
}
.area-item.selected:before,
.check-os.select .check-system:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	position: absolute;
	top: 1px;
	right: 4px;
	font-weight: 400;
	color: #FFF;
	z-index: 1;
}
.area-item.selected:after,
.check-os.select .check-system:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	width: 40px;
	bottom: auto;
	left: auto;
	border-color: #1971ff #1971ff #fff #fff;
	border-style: solid;
	border-width: 20px;
	background-color: #1971ff;
}
.check-system .check-content {
	margin-left: 0;
}
.check-system label {
	padding: 0;
	width: 100%;
	cursor: pointer;
	margin: 0 !important;
}
.os-main {
	display: flex;
	align-items: center;
	padding: 1.5rem;
}
.os-main .os-icon {
	width: 48px;
	height: 48px;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.os-main .os-svg {
	max-width: 48px;
}
.os-main .os-title {
	font-size: 26px;
	line-height: 26px;
	color: #212529;
	font-weight: 400;
	margin-bottom: 0;
}
.os-subtitle {
	color: #212529;
	border-top: 1px solid rgba(17,43,134,.1);
	line-height: 40px;
	padding: 0 1rem;
	background-color: #fbfcfd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.os-subtitle .os-version {
	font-weight: 500;
}
.os-subtitle svg {
	fill: currentColor;
}
.os-select.show {
	display: block;
}
.os-select {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #FFF;
	top: 105%;
	border-radius: .5rem;
	z-index: 20;
	box-shadow: 0 0.9px 4px -1px rgb(0 0 0 / 8%), 0 2.6px 8px -1px rgb(0 0 0 / 6%), 0 5.7px 12px -1px rgb(0 0 0 / 5%), 0 15px 15px -1px rgb(0 0 0 / 4%);
}
.os-select ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 280px;
	overflow-y: scroll;
}
.os-select ul li {
	font-weight: 600;
	line-height: 50px;
	text-align: left;
	padding: 0 1rem;
}
.os-select ul li:hover {
	cursor: pointer;
	background-color: #e8f1fa;
}
.area-item {
	padding: 1.5rem;
	text-align: center;
}
.area-item-top {
	margin-bottom: 1rem;
}
.area-item-top img {
	width: 56px;
	border-radius: .5rem;
}
.area-item-text {
	font-size: 18px;
	font-weight: 500;
	color: #1a1c21;
}

.cart-content .btn-default {
	line-height: 2rem;
	color: #999;
	font-size: 16px;
	min-width: 120px;
	font-weight: 500;
	border: 1px solid #dfdfdf;
}
.cart-content .btn-default.active,
.cart-content .btn-default:hover {
	color: #1d71ff;
	border-color: #1d71ff;
	background-color: #f3f7fe;
	/*     box-shadow: inset 1px 0 0 #6c9ff3, inset 0 1px 0 #6c9ff3, inset -1px 0 0 #6c9ff3, inset 0 -1px 0 #6c9ff3; */
}
.summary-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.summary-body .summary-conter {
	display: none;
}
.summary-body .summary-container {
	min-height: auto !important;
}
.summary-body .total-due-today {
	font-size: 14px;
	min-width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.summary-body .total-due-today .amt {
	font-size: 26px;
	color: #de2a0f;
}

.confproduct-foot {
	display: flex;
	align-items: center;
}
.confproduct-foot .summary-body {
	margin-left: 3rem !important;
} 

@media (max-width: 768px) {
	#order-standard_cart {
		padding-bottom: 0;
	}
	#frmConfigureProduct {
		margin: 0 -15px;
		border-radius: 0;
	}
	.cart-content {
		padding-left: 0;
	}
	.cart-content:after,
	.cart-content:before {
		display: none;
	}
	.confproduct-foot {
		align-items: start;
		flex-direction: column;
	}
	.confproduct-foot .summary-body {
		width: 100%;
		margin-top: 2rem;
		margin-left: 0 !important;
	} 
}

.product-wrap {}
.product-wrap-box {
	border-radius: 4px;
	box-shadow: 0px 3px 10px 0px rgb(38 59 94 / 10%);
	transition: ease all 0.35s;
	margin-bottom: 2rem;
	padding: 2.5rem;
	background-color: #FFF;
}
.product-wrap-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	    flex-wrap: wrap;
}
.product-wrap-title {
	font-size: 22px;
	color: #111;
	font-weight: 600;
	width: 100%;
	margin-bottom: 20px;
}
.product-wrap-price {
}
.product-wrap-price .big {
	font-size: 26px;
}
.product-wrap-price .won {
	color: #666;
}
.product-wrap-desc {
	font-size: 16px;
	margin: 0 0 2rem;
	padding: 1.5rem 0 0;
	list-style: none;
	border-top: 1px solid #EEE;
}
.product-wrap-desc li {
	display: flex;
	align-items: center;
	line-height: 30px;
	font-size: 1rem;
}
.product-wrap-desc li span {
	color: #666;
	padding-right: 20px;
	min-width: 65px;
}
.product-wrap-box .btn {
	display: block;
	padding: 0;
	line-height: 38px;
}
.product-wrap-box .btn-outofstock {
	background-color: #f0f1f3;
}
.page-section {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.page-recommend {
	background-color: #f7f8fa;
}
.page-recommend .c-media {
	min-height: 260px;
	margin-bottom: 2rem;
}
.page-recommend .c-media .c-media-body {
	margin-top: 20px;
}
.page-recommend .c-media .c-media-heading {
	color: #000;
	font-size: 20px;
}
.page-recommend .c-media .c-media-info {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 16px;
}

.subtop .banner-btn {
  margin-top: 25px;
}
.subtop .banner-btn a.primary {
  width: 150px;
  line-height: 40px;
  border: var(--primary) solid 1px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
  background-color: var(--primary);
  border-radius: 4px;
  box-shadow: 0 6px 8px rgba(46,70,146,.1);
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 50px;
  text-align: center;
  width: 158px;
}

.subtop .banner-btn a.manage {
  margin-top: 10px;
}
.subtop .banner-btn a.button {
  width: 150px;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin-right: 40px;
  font-size: 14px;
  border: 1px solid hsla(0,0%,100%,.1);
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(46,70,146,.15);
  color: hsla(0,0%,100%,.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 50px;
  text-align: center;
  width: 158px;
  background-color: hsla(0, 0%, 100%, .1);
}

.subtop .banner-btn a.download {
  width: 150px;
  height: 42px;
  line-height: 40px;
  border: #2d81ff solid 1px;
  color: #2d81ff;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
}
.subtop .banner-btn a.download:hover {
  color: #fff;
  background: #2d81ff;
}
.subtop .banner-btn a.default {
  line-height: 40px;
  color: #2d81ff;
  font-size: 14px;
}
.subtop .banner-btn a.default:hover {
  color: #428eff;
}

.Pro_Anchor {
  height: 60px;
  background: #fff;
  width: 100%;
  z-index: 22;
  overflow: hidden;
  box-shadow: inset 0px -1px 0px #f0f1f3;
}
.Pro_Anchor ul li {
  line-height: 58px;
  float: left;
  margin-right: 40px;
  border-bottom: #fff solid 2px;
}
.Pro_Anchor ul li:last-child {
  margin-right: 0;
}
.Pro_Anchor ul li a {
  color: #333840;
  font-size: 14px;
}
.Pro_Anchor ul li.active {
  border-bottom: #2d81ff solid 2px;
}
.Pro_Anchor ul li.active a {
  color: #2d81ff;
}
.Pro_Anchor .buy-now {
  float: right;
  padding: 12px 0;
  display: none;
}
.Pro_Anchor .buy-now a {
  width: 104px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
  background: #2d81ff;
  border-radius: 4px;
}
.Pro_Anchor .buy-now a:hover {
  background: #428eff;
}
.Pro_Anchor.isStuck .buy-now {
  display: block;
}
.product-nav {
  float: left;
}



.Pro_Anchor.stuckMenu.isStuck {
    top: 0px!important;
}

.Pro_Anchor ul {
    list-style: none;
    padding-left: 0px;
    display: block;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}


.series {
  background: url(../img/series-bg.jpg) no-repeat center top;
  height: 401px;
}
.series .pd7 {
  padding: 0 7px;
}
.series .item {
  background: #fff;
  text-align: center;
  border: #e4e4e4 solid 1px;
  margin-top: 0.22rem;
  padding: 0.2rem 0.2rem 0.25rem;
}
.series .item h2 {
  font-size: 16px;
  color: #1e212c;
  font-weight: bold;
  margin-top: 0.22rem;
}
.series .item p {
  font-size: 12px;
  margin: 12px 0;
  color: #89919b;
}
.series .item .button {
  text-align: center;
}
.series .item .button a {
  width: 105px;
  line-height: 34px;
  border: #2d81ff solid 1px;
  color: #2d81ff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.series .item .button a:hover,
.series .item .button a.active {
  color: #fff;
  background: #2d81ff;
}
.series .item .button a.active:hover {
  background: #428eff;
}
.series .item dl {
  display: flex;
  text-align: left;
  padding: 0.2rem;
}
.series .item dl dt {
  margin-right: 0.2rem;
  width: 64px;
  height: 64px;
}
.series .item dl dd {
  flex: 1;
  font-size: 14px;
  color: #89919b;
}
.series .item dl dd span {
  color: #1e212c;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.series .item dl dd a {
  color: #2d81ff;
  text-underline: #2e2f39;
}


.advantage {
  padding-bottom: 0.8rem;
}
.advantage .item {
  margin-top: 0.5rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
  background-size: cover;
  background-position: 50%;
  height: calc(100% - 20px);
  padding: 22px 32px 32px;
}
.advantage .item dl {
  display: flex;
  margin-bottom: 0px;
}
.advantage .item dl dt {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  width: 80px;
  height: 80px;
}
.advantage .item dl dt img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.advantage .item dl dd {
  padding-left: 15px;
  flex: 1;
  color: #828282;
}
.advantage .item dl dd.h87 {
  min-height: 87px;
}
.advantage .item dl dd span {
  color: #1e212c;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #262626;
  line-height: 28px;
  font-weight: 600;
}
.advantage .item dl dd p {
  color: #828282;
}
.advantage .item dl dd p.doc {
  padding-left: 12px;
  position: relative;
  color: #828282;
  font-size: 14px;
}
.advantage .item dl dd p.doc:before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #828282;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
}


.advantage {
    background-color: #f0f4f8;
}

@media only screen and (max-width: 768px) {
.subtop .subtop-title {
    font-size: 30px;
}

.subtop .banner-btn a.primary,.subtop .banner-btn a.button {
    width: 120px!important;
}

.subtop {
    padding: 100px 0;
    padding-top: 140px;
}

	.subtop-image {
    display: none;
}
}

small.subtop-product-type {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
}

small.subtop-product-type img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
    width: 40px;
    height: 40px;
}


.build-item {
  box-sizing: border-box;
  padding: 20px 16px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(137, 138, 228, 0.24);
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 20px;
  box-shadow: 0 8px 40px 0 rgba(22, 100, 255, .04), 2px 4px 4px 0 rgba(22, 100, 255, .04);
}
.build-item .build-info .build-info-title {
  font-size: 16px;
  font-weight: 500;
  color: #212529;
  margin-bottom: 10px;
}
.build-item .build-info .build-info-text {
  font-size: 14px;
  color: #525666;
  margin-top: 10px;
}
.speed-tab-content {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
.speed-tab-content .dev-img {
  flex: 1;
  box-sizing: border-box;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(137, 138, 228, 0.4);
  display: flex;
  padding: 20px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.build-img img {
    width: 56px;
    height: 56px;
}

.build-img {
    margin-right: 10px;
    margin-left: 10px;
}


.features-block {
    display: flex;
    background: #fff;
    margin: 0 0 20px 0;
    box-shadow: 0 8px 40px 0 rgba(22, 100, 255, .04), 2px 4px 4px 0 rgba(22, 100, 255, .04);
    height: calc(100% - 20px);
    padding: 20px 15px;
}

.features-block .icon {
    width: 35%;
    margin-right: 15px;
}


.features-block .icon img {
    max-width: 100%;
    height: auto;
}



.features-block h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #212529;
}

/* FAQ 样式 */
.pro-faq {
    background: #f8fafc;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.faq-question:hover {
    background: #f8fafc;
    border-left-color: #165DFF;
}

.faq-question span {
    font-size: 15px;
    font-weight: 500;
    color: #1a1c21;
    flex: 1;
    padding-right: 20px;
}

.faq-question i {
    color: #86909c;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] i,
.faq-question:not(.collapsed) i {
    transform: rotate(180deg);
}

.faq-answer {
    border-top: 1px solid #f0f0f0;
}

.faq-answer p {
    padding: 18px 24px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #4e5969;
    background: #fafbfc;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
    .faq-question {
        padding: 15px 18px;
    }
    .faq-question span {
        font-size: 14px;
    }
    .faq-answer p {
        padding: 15px 18px;
        font-size: 13px;
    }
}

/* Element UI 弹窗样式 */
.wcart-msgbox {
    width: 580px;
    max-width: 90vw;
}
.wcart-msgbox .el-message-box__header {
    padding: 15px 20px;
    border-bottom: 1px solid #ebeef5;
}
.wcart-msgbox .el-message-box__title {
    font-size: 16px;
    font-weight: 500;
}
.wcart-msgbox .el-message-box__content {
    padding: 20px;
    max-height: 60vh;
    overflow-y: auto;
}



.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
  }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

/* ========== Scenes Section ========== */
.pro-scenes {
    background-color: #1a1a1f;
    padding: 80px 0;
}
.pro-scenes .page-section-title {
    color: #fff;
}
.scenes-tabs {
    display: flex;
    flex-direction: column;
    min-height: 400px;
}
.scenes-tab {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 16px;
}
.scenes-tab:hover {
    background: rgba(22, 100, 255, 0.1);
}
.scenes-tab.active {
    background: rgb(22, 100, 255);
}
.scenes-tab-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.scenes-tab-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
    display: none;
}
.scenes-tab.active .scenes-tab-desc {
    display: block;
    color: #fff;
    opacity: 1;
}
.scenes-images {
    position: relative;
    min-height: 368px;
    overflow: hidden;
}
.scenes-image {
    position: absolute;
    top: 32px;
    left: 32px;
    width: calc(100% - 64px);
    height: calc(100% - 64px);
    opacity: 0;
    transition: opacity 0.5s ease;
    background-color: hsla(0, 0%, 100%, .05);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.scenes-image.active {
    opacity: 1;
}

@media (max-width: 991px) {
    .scenes-tabs {
        min-height: auto;
        margin-bottom: 30px;
    }
    .scenes-images {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .pro-scenes {
        padding: 50px 0;
    }
    .scenes-tab {
        padding: 16px 20px;
    }
    .scenes-tab-title {
        font-size: 16px;
    }
    .scenes-images {
        height: 220px;
    }
}

.scenes-images {
    background: hsla(0, 0%, 100%, .05);
    padding: 32px;
}
