/*
Theme Name: B2B Windows Premium 1.6.0
Theme URI: https://globalaluminumwindows.com
Author: Codex
Description: Premium B2B WordPress theme for aluminum window and door manufacturers. Version A style homepage refresh.
Version: 1.6.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: b2b-windows
*/

:root {
	--ink: #09131b;
	--ink-soft: #132331;
	--gold: #bd8737;
	--gold-dark: #946626;
	--paper: #f7f4ec;
	--white: #ffffff;
	--muted: #687481;
	--line: rgba(9, 19, 27, 0.12);
	--shadow: 0 24px 70px rgba(11, 22, 31, 0.14);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Trebuchet MS", "Avenir Next", "Segoe UI", sans-serif;
	background: var(--paper);
	color: var(--ink);
	font-size: 17px;
	line-height: 1.65;
}

a {
	color: inherit;
	text-decoration: none;
}

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

.container {
	width: min(1180px, calc(100% - 44px));
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: rgba(9, 19, 27, 0.96);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
}

.site-header__inner {
	min-height: 74px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.site-brand {
	display: grid;
	gap: 2px;
	padding-left: 48px;
	position: relative;
	color: var(--white);
	font-weight: 800;
	letter-spacing: 0.03em;
}

.site-brand::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 32px;
	height: 32px;
	transform: translateY(-50%);
	border: 2px solid var(--gold);
	border-radius: 8px;
	background:
		linear-gradient(var(--gold), var(--gold)) center / 2px 100% no-repeat,
		linear-gradient(90deg, var(--gold), var(--gold)) center / 100% 2px no-repeat;
}

.site-brand__eyebrow,
.section-kicker {
	display: inline-block;
	color: var(--gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.site-brand strong {
	font-size: 17px;
	line-height: 1.2;
}

.site-nav,
.site-nav__menu {
	display: flex;
	align-items: center;
	gap: 22px;
}

.site-nav__menu,
.footer-menu,
.footer-points,
.va-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav__menu a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 700;
}

.site-nav__menu a:hover,
.site-nav__menu .current-menu-item > a {
	color: var(--gold);
}

.site-header__toggle {
	display: none;
}

.button,
button,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--gold), var(--gold-dark));
	color: var(--white);
	font-weight: 800;
	box-shadow: 0 14px 28px rgba(157, 104, 35, 0.24);
	cursor: pointer;
}

.button--dark {
	background: var(--ink);
	box-shadow: none;
}

.button--outline {
	background: var(--ink);
	border: 1px solid rgba(189, 135, 55, 0.42);
	box-shadow: none;
}

.button--secondary {
	background: transparent;
	border: 1px solid #d6c6ab;
	color: var(--ink);
	box-shadow: none;
}

.section {
	padding: 84px 0;
}

.section--light {
	background: var(--white);
}

.section--soft {
	background: #fbf8f2;
}

.section-heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.section-heading--center {
	text-align: center;
	margin-inline: auto;
}

.section-heading h2,
.va-about-card__copy h2,
.va-contact-copy h2 {
	margin: 0 0 12px;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.section-heading p,
.va-about-card__copy p,
.va-contact-copy p {
	margin: 0;
	color: var(--muted);
}

.va-hero {
	position: relative;
	padding: 76px 0 0;
	background:
		linear-gradient(90deg, rgba(247, 244, 236, 0.86) 0%, rgba(247, 244, 236, 0.72) 24%, rgba(247, 244, 236, 0.38) 40%, rgba(247, 244, 236, 0.12) 54%, rgba(247, 244, 236, 0.02) 68%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(9, 19, 27, 0.10) 100%),
		var(--hero-image, linear-gradient(140deg, #ebe3d5, #cad4dc 46%, #7f8f95 100%));
	background-size: cover;
	background-position: 64% center;
	background-repeat: no-repeat;
}

.va-hero__grid {
	display: block;
	min-height: 720px;
}

.va-hero__content {
	padding: 90px 26px 88px;
	max-width: 580px;
	position: relative;
	z-index: 2;
	background: linear-gradient(90deg, rgba(247, 244, 236, 0.18) 0%, rgba(247, 244, 236, 0.10) 70%, rgba(247, 244, 236, 0.02) 100%);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	border-radius: 28px;
}

.va-hero h1 {
	margin: 18px 0 18px;
	font-size: clamp(52px, 7vw, 84px);
	line-height: 0.95;
	letter-spacing: -0.06em;
}

.va-hero__lead {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 800;
}

.va-hero__content > p:last-of-type {
	color: #42505c;
	max-width: 580px;
}

.va-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.va-hero__visual {
	display: none;
}

.va-service-row {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin: -10px 0 34px;
	padding: 0 0 26px;
}

.va-service-item {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(9, 19, 27, 0.08);
	border-radius: 18px;
	padding: 18px 18px 16px;
	backdrop-filter: blur(8px);
	box-shadow: 0 12px 26px rgba(13, 25, 35, 0.08);
}

.va-service-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: rgba(189, 135, 55, 0.14);
	color: var(--gold-dark);
	font-size: 13px;
	font-weight: 800;
}

.va-service-item strong,
.va-service-item small {
	display: block;
}

.va-service-item strong {
	font-size: 16px;
}

.va-service-item small {
	margin-top: 5px;
	color: var(--muted);
	font-size: 12px;
}

.metric-band {
	background: var(--ink);
	color: var(--white);
	padding: 24px 0;
}

.metric-band__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	text-align: center;
}

.metric-band strong {
	display: block;
	color: var(--gold);
	font-size: 26px;
}

.metric-band span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
}

.va-product-grid,
.va-project-grid,
.va-stat-grid {
	display: grid;
	gap: 22px;
}

.va-product-grid {
	grid-template-columns: repeat(5, 1fr);
}

.va-card,
.va-project-card,
.quote-box,
.va-about-card {
	background: var(--white);
	border: 1px solid #ece4d8;
	border-radius: 20px;
	box-shadow: var(--shadow);
	overflow: hidden;
}

.va-project-card,
.card--link {
	display: block;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.va-project-card:hover,
.card--link:hover {
	transform: translateY(-4px);
	border-color: rgba(189, 135, 55, 0.34);
	box-shadow: 0 26px 52px rgba(11, 22, 31, 0.18);
}

.va-card img,
.va-project-card img {
	width: 100%;
	height: 184px;
	object-fit: cover;
	background: #dfe5e8;
}

.va-card__body,
.va-project-card__body {
	padding: 18px;
}

.va-card h3,
.va-project-card h3 {
	margin: 0 0 6px;
	font-size: 18px;
}

.va-card p,
.va-project-card p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.va-card--more {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	padding: 24px;
	background: var(--ink);
	color: var(--white);
	text-align: center;
}

.va-card__plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 28px;
	font-weight: 300;
}

.va-card--more strong {
	font-size: 20px;
}

.va-card--more small {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.72);
}

.va-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
}

.va-filter-row a,
.va-filter-row span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid #e7ddce;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
	color: var(--muted);
}

.va-filter-row .is-active {
	background: var(--ink);
	border-color: var(--ink);
	color: var(--white);
}

.va-project-card__cta {
	display: inline-flex;
	margin-top: 12px;
	font-weight: 800;
	color: var(--gold-dark);
}

.va-project-grid {
	grid-template-columns: repeat(3, 1fr);
}

.va-about-card {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	align-items: center;
	gap: 28px;
	padding: 28px;
}

.va-about-card__image img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 18px;
}

.va-stat-grid {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 22px;
}

.va-stat-grid div {
	background: var(--white);
	border: 1px solid #ece4d8;
	border-radius: 18px;
	padding: 20px;
	text-align: center;
}

.va-stat-grid strong {
	display: block;
	font-size: 20px;
	color: var(--gold-dark);
}

.va-stat-grid span {
	display: block;
	margin-top: 4px;
	color: var(--muted);
	font-size: 13px;
}

.va-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
	gap: 28px;
	align-items: start;
}

.va-contact-list {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.va-contact-list li {
	display: grid;
	gap: 4px;
	padding: 16px 18px;
	background: #fbf8f2;
	border: 1px solid #ece4d8;
	border-radius: 16px;
}

.va-contact-list strong {
	font-size: 14px;
}

.va-contact-list span {
	color: var(--muted);
}

.page-shell {
	background: var(--white);
}

.section-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(189, 135, 55, 0.14);
	color: var(--gold-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.page-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.taxonomy-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 28px;
}

.taxonomy-pills span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid #e7ddce;
	background: #fffaf2;
	font-size: 13px;
	font-weight: 700;
	color: var(--muted);
}

.product-list,
.card-grid {
	display: grid;
	gap: 24px;
}

.product-row,
.card,
.resource-card {
	background: var(--white);
	border: 1px solid #ece4d8;
	border-radius: 20px;
	box-shadow: var(--shadow);
	overflow: hidden;
}

.card--link {
	color: inherit;
}

.projects-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}

.project-reference-card {
	display: grid;
	grid-template-rows: 260px 1fr;
	min-height: 100%;
}

.project-reference-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.project-reference-card .card__body {
	display: flex;
	flex-direction: column;
	min-height: 260px;
}

.project-reference-card .card__body p {
	margin-bottom: 0;
}

.project-reference-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 40px;
	margin-top: auto;
	padding: 9px 16px;
	border-radius: 8px;
	background: var(--ink);
	color: var(--white);
	font-size: 13px;
	font-weight: 800;
}

.product-row {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
}

.product-row__image {
	min-height: 320px;
}

.product-row__image img,
.card img,
.product-single__image img,
.case-single img,
.about-visual-stack__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #e3e8ea;
}

.product-row__content,
.card__body,
.resource-card {
	padding: 26px;
}

.product-row__content h2,
.card__body h2,
.product-single h1,
.case-single h1 {
	margin: 10px 0 10px;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.08;
}

.product-row__content > p,
.card__body p,
.product-single p,
.case-single > p,
.page-content,
.resource-card p {
	color: var(--muted);
}

.product-detail-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 24px;
}

.product-detail-grid > div,
.contact-card,
.stats-panel div {
	background: #fbf8f2;
	border: 1px solid #ece4d8;
	border-radius: 16px;
	padding: 18px;
}

.product-detail-grid h2,
.product-detail-grid h3,
.resource-card h2,
.split-section h2,
.contact-card h3,
.stats-panel strong {
	margin: 0 0 10px;
}

.detail-list {
	margin: 0;
	padding-left: 18px;
	color: var(--muted);
}

.detail-list li + li {
	margin-top: 8px;
}

.split-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
	gap: 28px;
	align-items: start;
}

.stats-panel {
	display: grid;
	gap: 16px;
}

.stats-panel strong,
.contact-card h3 {
	display: block;
	font-size: 18px;
	color: var(--ink);
}

.stats-panel span,
.contact-card p {
	color: var(--muted);
}

.about-visual-stack {
	display: grid;
	gap: 18px;
}

.about-visual-stack__image {
	height: 360px;
	border-radius: 20px;
	border: 1px solid #ece4d8;
	box-shadow: var(--shadow);
}

.contact-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 24px;
}

.resource-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 28px;
}

.resource-card .page-cta-row {
	margin-top: 0;
}

.spec-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 28px;
}

.spec-card {
	background: var(--white);
	border: 1px solid #ece4d8;
	border-radius: 20px;
	box-shadow: var(--shadow);
	padding: 26px;
}

.spec-card h2 {
	margin: 0 0 12px;
	font-size: clamp(24px, 2.3vw, 32px);
	line-height: 1.15;
}

.spec-card p {
	color: var(--muted);
}

.product-faq-block {
	margin-top: 8px;
}

.faq-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.faq-item {
	background: var(--white);
	border: 1px solid #ece4d8;
	border-radius: 20px;
	padding: 24px;
	box-shadow: var(--shadow);
}

.faq-item h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.28;
}

.faq-item p {
	margin: 0;
	color: var(--muted);
}

.text-link {
	display: inline-flex;
	margin-top: 12px;
	font-weight: 800;
	color: var(--gold-dark);
}

.card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(189, 135, 55, 0.14);
	color: var(--gold-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.product-single,
.case-single {
	display: grid;
	gap: 28px;
}

.product-single__hero {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
	gap: 26px;
	align-items: center;
}

.product-single__image,
.case-single img {
	min-height: 380px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #ece4d8;
	box-shadow: var(--shadow);
}

.case-single > p {
	max-width: 760px;
	margin: 0;
}

.reference-note {
	max-width: 820px;
	margin: -10px 0 0;
	color: var(--muted);
	font-size: 15px;
}

.page-content {
	margin-top: 18px;
}

.quote-box__placeholder {
	padding: 18px;
	border-radius: 16px;
	background: #fbf8f2;
	border: 1px dashed #d7c8ad;
}

.quote-box {
	padding: 28px;
}

.quote-box h3 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.1;
}

.quote-box p {
	color: var(--muted);
}

.quote-box input,
.quote-box textarea,
.quote-box select {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid #ddd3c3;
	border-radius: 12px;
	background: #fff;
	font: inherit;
	color: var(--ink);
}

.quote-box textarea {
	min-height: 140px;
	resize: vertical;
}

.b2b-inquiry-form {
	display: grid;
	gap: 18px;
}

.b2b-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.form-field {
	display: grid;
	gap: 7px;
	font-weight: 800;
	color: var(--ink);
}

.form-field span {
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--gold-dark);
}

.form-field--full,
.form-notice {
	grid-column: 1 / -1;
}

.form-notice {
	padding: 14px 16px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 700;
}

.form-notice--success {
	background: rgba(41, 122, 82, 0.12);
	border: 1px solid rgba(41, 122, 82, 0.24);
	color: #1f6c49;
}

.form-notice--error {
	background: rgba(177, 72, 54, 0.11);
	border: 1px solid rgba(177, 72, 54, 0.24);
	color: #8d2f21;
}

.form-notice ul {
	margin: 8px 0 0;
	padding-left: 18px;
}

.site-footer {
	background: var(--ink);
	color: var(--white);
	padding-top: 62px;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1fr;
	gap: 40px;
}

.footer-menu,
.footer-points {
	display: grid;
	gap: 10px;
}

.footer-download a {
	display: inline-flex;
	margin-top: 14px;
	color: var(--gold);
	font-weight: 800;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 36px;
	padding: 18px 0;
	color: rgba(255, 255, 255, 0.66);
}

.sticky-cta {
	position: fixed;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	z-index: 90;
	width: min(760px, calc(100% - 30px));
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 22px;
	border-radius: 24px;
	background: rgba(9, 19, 27, 0.94);
	color: var(--white);
	box-shadow: 0 18px 40px rgba(7, 14, 20, 0.22);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(20px);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

body.sticky-cta-visible .sticky-cta {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

body.floating-ui-footer-near .sticky-cta,
body.floating-ui-footer-near .whatsapp-float {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.sticky-cta__text strong,
.sticky-cta__text span {
	display: block;
}

.sticky-cta__text span {
	color: rgba(255, 255, 255, 0.72);
}

.whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 88px;
	z-index: 95;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: 999px;
	background: #19a958;
	color: var(--white);
	font-weight: 800;
	box-shadow: 0 16px 30px rgba(13, 102, 53, 0.28);
}

@media (max-width: 1080px) {
	.va-hero__grid,
	.va-about-card,
	.va-contact-grid,
	.split-section,
	.product-single__hero,
	.product-row,
	.resource-card {
		grid-template-columns: 1fr;
	}

	.va-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.va-project-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.projects-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.va-stat-grid,
	.metric-band__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.va-service-row {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 0;
	}

	.spec-card-grid,
	.faq-list,
	.product-detail-grid,
	.contact-cards {
		grid-template-columns: 1fr;
	}

	.site-header__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		padding: 0 16px;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 999px;
		background: transparent;
		color: var(--white);
	}

	.site-nav {
		display: none;
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		padding: 18px 22px 22px;
		background: var(--ink);
	}

	.site-nav.is-open {
		display: grid;
		gap: 16px;
	}

	.site-nav__menu {
		display: grid;
		gap: 12px;
	}
}

@media (max-width: 680px) {
	.container {
		width: min(100% - 26px, 1180px);
	}

	.va-hero {
		padding-top: 34px;
		background-position: 60% center;
	}

	.va-hero__content {
		padding: 54px 20px 30px;
	}

	.va-hero h1 {
		font-size: 46px;
	}

	.va-service-row,
	.va-product-grid,
	.va-project-grid,
	.projects-card-grid,
	.va-stat-grid,
	.metric-band__grid,
	.b2b-form-grid,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 66px 0;
	}

	.quote-box {
		padding: 22px;
	}

	.product-row__content,
	.card__body,
	.resource-card {
		padding: 20px;
	}

	.sticky-cta {
		display: none;
	}

	.whatsapp-float {
		right: 14px;
		bottom: 14px;
		padding: 12px 18px;
	}
}
