.inweb-site-header,
.inweb-site-footer,
.inweb-home-page,
.inweb-request-page {
	--iw-ink: #101828;
	--iw-muted: #667085;
	--iw-line: #e4e7ec;
	--iw-soft: #f8fafc;
	--iw-soft-2: #f1f5f9;
	--iw-brand: #f5b700;
	--iw-brand-dark: #d99a00;
	--iw-blue: #155eef;
	--iw-radius: 18px;
	color: var(--iw-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-stretch: normal;
	letter-spacing: 0;
	text-transform: none;
}

.inweb-site-header *,
.inweb-site-footer *,
.inweb-home-page *,
.inweb-request-page * {
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-stretch: normal;
	letter-spacing: 0;
	text-transform: none;
}

.inweb-site-header h1,
.inweb-site-header h2,
.inweb-site-header h3,
.inweb-site-header h4,
.inweb-site-footer h1,
.inweb-site-footer h2,
.inweb-site-footer h3,
.inweb-site-footer h4,
.inweb-home-page h1,
.inweb-home-page h2,
.inweb-home-page h3,
.inweb-home-page h4,
.inweb-request-page h1,
.inweb-request-page h2,
.inweb-request-page h3,
.inweb-request-page h4 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-stretch: normal;
	letter-spacing: 0;
	text-transform: none;
}

body {
	background: #fff;
}

.website-wrapper,
.main-page-wrapper {
	background: #fff;
}

body:not(.home):not(.page-id-2245) .main-page-wrapper {
	background: #f8fafc !important;
	color: #344054 !important;
}

body:not(.home):not(.page-id-2245) .site-content,
body:not(.home):not(.page-id-2245) .entry-content,
body:not(.home):not(.page-id-2245) .wpb_wrapper {
	color: #344054 !important;
}

body:not(.home):not(.page-id-2245) .main-page-wrapper :where(h1, h2, h3, h4, h5, h6, .title, .woodmart-title-container) {
	color: #101828 !important;
	letter-spacing: 0 !important;
}

body:not(.home):not(.page-id-2245) .main-page-wrapper :where(h1, h2, h3, h4, h5, h6, .title, .woodmart-title-container) * {
	color: #101828 !important;
	letter-spacing: 0 !important;
}

body:not(.home):not(.page-id-2245) .main-page-wrapper :where(p, li, .wpb_text_column, .woodmart-text-block),
body:not(.home):not(.page-id-2245) .main-page-wrapper :where(p, li, .wpb_text_column, .woodmart-text-block) * {
	color: #475467 !important;
}

body:not(.home):not(.page-id-2245) .main-page-wrapper .site-content .entry-content div[id] .wpb_text_column p,
body:not(.home):not(.page-id-2245) .main-page-wrapper .site-content .entry-content div[id] .wpb_text_column p * {
	color: #475467 !important;
}

body:not(.home):not(.page-id-2245) .main-page-wrapper .site-content .entry-content div[id] .wpb_text_column p a {
	color: #155eef !important;
}

body:not(.home):not(.page-id-2245) .main-page-wrapper:not(#inweb-light-override) .site-content .entry-content div[id] .wpb_text_column p,
body:not(.home):not(.page-id-2245) .main-page-wrapper:not(#inweb-light-override) .site-content .entry-content div[id] .wpb_text_column p * {
	color: #475467 !important;
}

body:not(.home):not(.page-id-2245) .main-page-wrapper:not(#inweb-light-override) .site-content .entry-content div[id] .wpb_text_column p a {
	color: #155eef !important;
}

body:not(.home):not(.page-id-2245) .main-page-wrapper :where(.vc_row, .vc_section) {
	background-color: transparent !important;
}

body.home .header-telefon.foot,
body.page-id-2245 .header-telefon.foot {
	display: none !important;
}

body .mobile-nav,
body .wd-search-full-screen,
body .wd-search-loader,
body .wd-close-search,
body:not(.woocommerce-page) .wd-close-side {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.inweb-site-header {
	position: sticky;
	top: 0;
	z-index: 390;
	border-bottom: 1px solid rgba(16, 24, 40, .08);
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(18px);
}

body.home .inweb-site-header {
	position: fixed;
	inset: 14px 0 auto;
	border-bottom: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	pointer-events: none;
	-webkit-backdrop-filter: none;
}

body.admin-bar.home .inweb-site-header {
	inset-block-start: 46px;
}

body.home .inweb-header-shell {
	width: min(1240px, calc(100% - 32px));
	padding-bottom: 0;
	pointer-events: auto;
}

.inweb-header-shell,
.inweb-footer-shell,
.inweb-footer-cta,
.inweb-footer-bottom {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.inweb-header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 9px 0;
	border-bottom: 1px solid var(--iw-line);
	font-size: 13px;
	color: var(--iw-muted);
}

body.home .inweb-header-top {
	display: none;
}

.inweb-header-top strong {
	color: var(--iw-ink);
	font-weight: 700;
}

body.home .inweb-header-top strong {
	color: #fff;
}

.inweb-header-top-links {
	display: flex;
	align-items: center;
	gap: 16px;
	white-space: nowrap;
}

.inweb-header-top a,
.inweb-site-header a,
.inweb-site-footer a {
	text-decoration: none;
}

.inweb-header-top a {
	color: var(--iw-muted);
}

.inweb-header-top a:hover {
	color: var(--iw-ink);
}

body.home .inweb-header-top a {
	color: rgba(226, 232, 240, .72);
}

body.home .inweb-header-top a:hover {
	color: #fff;
}

.inweb-header-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 78px;
}

body.home .inweb-header-main {
	min-height: 80px;
	padding: 11px 14px 11px 18px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 10px;
	background:
		linear-gradient(90deg, rgba(71, 116, 184, .22), rgba(245, 183, 0, .14)),
		rgba(12, 29, 49, .86);
	box-shadow: 0 22px 52px rgba(10, 24, 42, .25);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.inweb-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 148px;
	color: var(--iw-ink);
}

body.home .inweb-brand {
	min-width: 174px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.inweb-brand img {
	display: block;
	width: 128px;
	height: auto;
}

.inweb-logo-light {
	display: none !important;
}

body.home .inweb-logo-dark {
	display: none !important;
}

body.home .inweb-logo-light {
	display: block !important;
	width: 150px;
}

.inweb-brand small {
	display: block;
	margin-top: 2px;
	color: var(--iw-muted);
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
}

body.home .inweb-brand small {
	display: none;
}

.inweb-main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	align-self: stretch;
	flex: 1;
}

body.home .inweb-main-nav {
	justify-content: flex-end;
	gap: 6px;
}

.inweb-nav-item {
	position: static;
	display: flex;
	align-items: center;
	align-self: stretch;
}

.inweb-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 42px;
	padding: 0 13px;
	border-radius: 999px;
	color: #344054;
	font-size: 14px;
	font-weight: 650;
}

body.home .inweb-nav-link {
	min-height: 42px;
	padding: 0 10px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: rgba(255, 255, 255, .9);
	font-size: 13px;
	font-weight: 800;
}

.inweb-nav-link:hover,
.inweb-nav-item:focus-within > .inweb-nav-link,
.inweb-nav-item:hover > .inweb-nav-link {
	background: var(--iw-soft);
	color: var(--iw-ink);
}

body.home .inweb-nav-link:hover,
body.home .inweb-nav-item:focus-within > .inweb-nav-link,
body.home .inweb-nav-item:hover > .inweb-nav-link {
	border-color: rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .14);
	color: #fff;
}

body.home .inweb-nav-link::before {
	content: "";
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border-radius: 8px;
	background:
		var(--iw-nav-icon) center / 15px 15px no-repeat,
		linear-gradient(135deg, rgba(245, 183, 0, .95), rgba(245, 183, 0, .42)),
		rgba(255, 255, 255, .08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

body.home .inweb-nav-item:nth-child(1) .inweb-nav-link {
	--iw-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2311151d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M12 3 4 7.5l8 4.5 8-4.5L12 3ZM4 12l8 4.5 8-4.5M4 16.5 12 21l8-4.5'/%3E%3C/svg%3E");
}

body.home .inweb-nav-item:nth-child(2) .inweb-nav-link {
	--iw-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2311151d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='7' r='2.7'/%3E%3Ccircle cx='17' cy='7' r='2.7'/%3E%3Ccircle cx='12' cy='17' r='2.9'/%3E%3Cpath d='M9.7 7h4.6M8.4 9.3l2.3 5.1M15.6 9.3l-2.3 5.1'/%3E%3C/g%3E%3C/svg%3E");
}

body.home .inweb-nav-item:nth-child(3) .inweb-nav-link {
	--iw-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2311151d' stroke-width='2.2' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='6' height='6' rx='1.4'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1.4'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1.4'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1.4'/%3E%3C/g%3E%3C/svg%3E");
}

body.home .inweb-nav-item:nth-child(4) .inweb-nav-link {
	--iw-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2311151d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V8l8-4 8 4v12'/%3E%3Cpath d='M9 20v-7h6v7M8 10h.01M16 10h.01'/%3E%3C/g%3E%3C/svg%3E");
}

body.home .inweb-nav-item:nth-child(5) .inweb-nav-link {
	--iw-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2311151d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H9l-5 4v-4H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M8 9h8M8 13h5'/%3E%3C/g%3E%3C/svg%3E");
}

.inweb-nav-link::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	opacity: .6;
}

.inweb-nav-item:not(.has-mega) .inweb-nav-link::after {
	display: none;
}

.inweb-mega {
	position: absolute;
	top: 100%;
	left: 50%;
	display: grid;
	grid-template-columns: minmax(220px, .72fr) minmax(500px, 1.6fr);
	gap: 20px;
	width: min(860px, calc(100vw - 48px));
	max-width: calc(100vw - 48px);
	max-height: min(72vh, 620px);
	overflow: auto;
	padding: 18px;
	border: 1px solid rgba(16, 24, 40, .08);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(16, 24, 40, .16);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 8px);
	transition: opacity .18s ease, transform .18s ease;
}

.inweb-nav-item:hover .inweb-mega,
.inweb-nav-item:focus-within .inweb-mega {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.inweb-mega-intro {
	padding: 18px;
	border-radius: 16px;
	background: linear-gradient(145deg, #101828, #243b64);
	color: #fff;
}

.inweb-mega-intro span {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .14);
	color: #fef3c7;
	font-size: 12px;
	font-weight: 700;
}

.inweb-mega-intro h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 19px;
	font-weight: 750;
	line-height: 1.25;
}

.inweb-mega-intro p {
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	line-height: 1.55;
}

.inweb-mega-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.inweb-mega-card {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 12px;
	align-items: center;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 15px;
	color: var(--iw-ink);
}

.inweb-mega-card:hover,
.inweb-mega-card:focus {
	border-color: var(--iw-line);
	background: var(--iw-soft);
	color: var(--iw-ink);
}

.inweb-mega-card img,
.inweb-mega-thumb {
	width: 58px;
	height: 58px;
	border-radius: 13px;
	object-fit: cover;
	background: var(--iw-soft-2);
}

.inweb-mega-thumb {
	display: grid;
	place-items: center;
	color: var(--iw-blue);
	font-weight: 800;
}

.inweb-mega-card strong {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.25;
}

.inweb-mega-card small {
	display: block;
	color: var(--iw-muted);
	font-size: 12px;
	line-height: 1.35;
}

.inweb-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.inweb-header-actions a,
.inweb-mobile-panel a,
.inweb-footer-cta-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-weight: 750;
}

.inweb-btn-ghost {
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--iw-line);
	color: #344054;
	font-size: 14px;
}

.inweb-btn-primary {
	min-height: 42px;
	padding: 0 18px;
	background: var(--iw-ink);
	color: #fff;
	font-size: 14px;
	box-shadow: 0 10px 24px rgba(16, 24, 40, .18);
}

.inweb-btn-primary:hover {
	background: #000;
	color: #fff;
}

body.home .inweb-header-actions .inweb-btn-ghost {
	border-color: rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

body.home .inweb-header-actions .inweb-btn-ghost:hover {
	border-color: rgba(255, 255, 255, .34);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

body.home .inweb-header-actions .inweb-btn-primary {
	border-radius: 8px;
	background: var(--iw-brand);
	color: #11151d;
	box-shadow: 0 16px 36px rgba(245, 183, 0, .2);
}

body.home .inweb-header-actions .inweb-btn-primary:hover {
	background: #ffd15c;
	color: #11151d;
}

.inweb-site-header .inweb-menu-toggle {
	position: relative;
	display: none !important;
	width: 44px;
	height: 44px;
	border: 1px solid var(--iw-line);
	border-radius: 999px;
	background: #fff;
	color: var(--iw-ink);
	cursor: pointer;
	font-size: 0;
}

body.home .inweb-site-header .inweb-menu-toggle {
	border-color: rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .08);
}

body.home .inweb-site-header .inweb-menu-toggle span {
	background: #fff !important;
}

.inweb-site-header .inweb-menu-toggle span {
	position: absolute;
	left: 12px;
	display: block;
	width: 18px;
	height: 2px;
	margin: 0;
	border-radius: 2px;
	background: var(--iw-ink) !important;
}

.inweb-site-header .inweb-menu-toggle span:nth-child(1) {
	top: 14px;
}

.inweb-site-header .inweb-menu-toggle span:nth-child(2) {
	top: 21px;
}

.inweb-site-header .inweb-menu-toggle span:nth-child(3) {
	top: 28px;
}

.inweb-mobile-panel {
	display: none;
	padding: 0 0 16px;
}

.inweb-mobile-card {
	display: grid;
	gap: 8px;
	padding: 14px;
	border: 1px solid var(--iw-line);
	border-radius: 18px;
	background: #fff;
}

body.home .inweb-mobile-card {
	border-color: rgba(255, 255, 255, .12);
	background: #151b26;
}

.inweb-mobile-card a {
	justify-content: flex-start;
	min-height: 42px;
	padding: 0 12px;
	color: #344054;
}

body.home .inweb-mobile-card a {
	color: rgba(255, 255, 255, .82);
}

.inweb-mobile-card a:hover {
	background: var(--iw-soft);
	color: var(--iw-ink);
}

body.home .inweb-mobile-card a:hover {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.inweb-site-header {
	position: fixed;
	inset: 14px 0 auto;
	border-bottom: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	pointer-events: none;
	-webkit-backdrop-filter: none;
}

body.admin-bar .inweb-site-header {
	inset-block-start: 46px;
}

.inweb-header-shell {
	width: min(1240px, calc(100% - 32px));
	padding-bottom: 0;
	pointer-events: auto;
}

.inweb-header-top {
	display: none;
}

.inweb-header-main {
	min-height: 80px;
	padding: 11px 14px 11px 18px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 10px;
	background:
		linear-gradient(90deg, rgba(71, 116, 184, .22), rgba(245, 183, 0, .14)),
		rgba(12, 29, 49, .86);
	box-shadow: 0 22px 52px rgba(10, 24, 42, .25);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.inweb-brand {
	min-width: 174px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.inweb-logo-dark {
	display: none !important;
}

.inweb-logo-light {
	display: block !important;
	width: 150px;
}

.inweb-brand small {
	display: none;
}

.inweb-main-nav {
	justify-content: flex-end;
	gap: 6px;
}

.inweb-nav-link {
	min-height: 42px;
	padding: 0 10px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: rgba(255, 255, 255, .9);
	font-size: 13px;
	font-weight: 800;
}

.inweb-nav-link:hover,
.inweb-nav-item:focus-within > .inweb-nav-link,
.inweb-nav-item:hover > .inweb-nav-link {
	border-color: rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .14);
	color: #fff;
}

.inweb-nav-link::before {
	content: "";
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border-radius: 8px;
	background:
		var(--iw-nav-icon) center / 15px 15px no-repeat,
		linear-gradient(135deg, rgba(245, 183, 0, .95), rgba(245, 183, 0, .42)),
		rgba(255, 255, 255, .08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.inweb-nav-item:nth-child(1) .inweb-nav-link {
	--iw-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2311151d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M12 3 4 7.5l8 4.5 8-4.5L12 3ZM4 12l8 4.5 8-4.5M4 16.5 12 21l8-4.5'/%3E%3C/svg%3E");
}

.inweb-nav-item:nth-child(2) .inweb-nav-link {
	--iw-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2311151d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='7' r='2.7'/%3E%3Ccircle cx='17' cy='7' r='2.7'/%3E%3Ccircle cx='12' cy='17' r='2.9'/%3E%3Cpath d='M9.7 7h4.6M8.4 9.3l2.3 5.1M15.6 9.3l-2.3 5.1'/%3E%3C/g%3E%3C/svg%3E");
}

.inweb-nav-item:nth-child(3) .inweb-nav-link {
	--iw-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2311151d' stroke-width='2.2' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='6' height='6' rx='1.4'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1.4'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1.4'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1.4'/%3E%3C/g%3E%3C/svg%3E");
}

.inweb-nav-item:nth-child(4) .inweb-nav-link {
	--iw-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2311151d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V8l8-4 8 4v12'/%3E%3Cpath d='M9 20v-7h6v7M8 10h.01M16 10h.01'/%3E%3C/g%3E%3C/svg%3E");
}

.inweb-nav-item:nth-child(5) .inweb-nav-link {
	--iw-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%2311151d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H9l-5 4v-4H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M8 9h8M8 13h5'/%3E%3C/g%3E%3C/svg%3E");
}

.inweb-header-actions .inweb-btn-ghost {
	border-color: rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.inweb-header-actions .inweb-btn-ghost:hover {
	border-color: rgba(255, 255, 255, .34);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.inweb-header-actions .inweb-btn-primary {
	border-radius: 8px;
	background: var(--iw-brand);
	color: #11151d;
	box-shadow: 0 16px 36px rgba(245, 183, 0, .2);
}

.inweb-header-actions .inweb-btn-primary:hover {
	background: #ffd15c;
	color: #11151d;
}

.inweb-site-header .inweb-menu-toggle {
	border-color: rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .08);
}

.inweb-site-header .inweb-menu-toggle span {
	background: #fff !important;
}

.inweb-mobile-card {
	border-color: rgba(255, 255, 255, .12);
	background: #151b26;
}

.inweb-mobile-card a {
	color: rgba(255, 255, 255, .82);
}

.inweb-mobile-card a:hover {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

body:not(.home) .main-page-wrapper {
	padding-top: 112px;
}

.inweb-site-footer {
	margin-top: 0;
	border-top: 0;
	background:
		radial-gradient(circle at 18% 0%, rgba(64, 119, 188, .36), transparent 34%),
		radial-gradient(circle at 86% 10%, rgba(20, 106, 84, .30), transparent 34%),
		linear-gradient(135deg, #10151d 0%, #10283f 48%, #0d433c 100%);
	color: #fff;
	overflow: hidden;
}

.inweb-footer-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 28px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 12px;
	background: rgba(255, 255, 255, .07);
	box-shadow: 0 20px 52px rgba(0, 0, 0, .18);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.inweb-footer-cta h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 26px;
	font-weight: 750;
	line-height: 1.26;
}

.inweb-footer-cta p {
	margin: 0;
	max-width: 720px;
	color: rgba(255, 255, 255, .76);
	font-size: 15px;
	line-height: 1.65;
}

.inweb-footer-cta-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.inweb-footer-shell {
	display: grid;
	grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(130px, 1fr));
	gap: 34px;
	padding: 46px 0 32px;
}

.inweb-footer-brand img {
	width: 132px;
	height: auto;
	margin-bottom: 18px;
	padding: 8px 10px;
	border-radius: 9px;
	background: rgba(255, 255, 255, .95);
}

.inweb-footer-brand p,
.inweb-footer-col p {
	margin: 0;
	color: rgba(255, 255, 255, .74);
	font-size: 14px;
	line-height: 1.7;
}

.inweb-footer-social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.inweb-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.inweb-footer-social a:hover {
	border-color: var(--iw-brand);
	background: var(--iw-brand);
	color: #11151d;
}

.inweb-footer-col h3 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 750;
	letter-spacing: 0;
}

.inweb-footer-col ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.inweb-footer-col a {
	color: rgba(255, 255, 255, .70);
	font-size: 14px;
}

.inweb-footer-col a:hover {
	color: #fff;
}

.inweb-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0 26px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	color: rgba(255, 255, 255, .58);
	font-size: 13px;
}

.inweb-footer-bottom-links {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.inweb-footer-bottom a {
	color: rgba(255, 255, 255, .68);
}

.inweb-footer-bottom a:hover {
	color: #fff;
}

.inweb-site-footer .inweb-btn-ghost {
	border-color: rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.inweb-site-footer .inweb-btn-ghost:hover {
	border-color: rgba(255, 255, 255, .38);
	background: rgba(255, 255, 255, .14);
	color: #fff;
}

.inweb-site-footer .inweb-btn-primary {
	background: var(--iw-brand);
	color: #11151d;
	box-shadow: 0 16px 34px rgba(245, 183, 0, .24);
}

.inweb-site-footer .inweb-btn-primary:hover {
	background: #ffd15c;
	color: #11151d;
}

.inweb-home-page {
	--iw-home-dark: #11151d;
	--iw-home-dark-2: #171d28;
	--iw-home-dark-line: rgba(255, 255, 255, .14);
	--iw-home-dark-text: #f8fafc;
	--iw-home-dark-muted: #cbd5e1;
	background: #f8fafc;
	box-shadow: 0 0 0 100vmax #f8fafc;
	clip-path: inset(0 -100vmax);
	color: var(--iw-ink);
}

.inweb-home-section,
.inweb-home-hero,
.inweb-home-cta {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.inweb-home-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
	gap: 52px;
	align-items: center;
	min-height: clamp(880px, calc(100vh - 40px), 1040px);
	padding: 220px 0 172px;
	border-bottom: 0;
	background: transparent;
	box-shadow: none;
	clip-path: none;
	color: var(--iw-home-dark-text);
}

.inweb-home-hero::before,
.inweb-home-hero::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	pointer-events: none;
}

.inweb-home-hero::before {
	inset-block: 0;
	z-index: -2;
	background:
		radial-gradient(circle at 18% 8%, rgba(64, 119, 188, .34), transparent 30%),
		radial-gradient(circle at 84% 14%, rgba(245, 183, 0, .20), transparent 30%),
		linear-gradient(135deg, #10151d 0%, #10283f 56%, #1b2433 100%);
}

.inweb-home-hero::after {
	bottom: -1px;
	z-index: -1;
	height: 112px;
	background: linear-gradient(180deg, rgba(248, 250, 252, 0), rgba(248, 250, 252, .82) 70%, #f8fafc 100%);
}

.inweb-home-hero > * {
	position: relative;
	z-index: 1;
}

.inweb-home-eyebrow {
	display: none;
	margin-bottom: 16px;
	padding: 6px 11px;
	border-radius: 999px;
	background: #fff7d6;
	color: #8a6100;
	font-size: 13px;
	font-weight: 760;
}

.inweb-home-hero h1 {
	max-width: 780px;
	margin: 0;
	color: var(--iw-home-dark-text);
	font-size: 46px;
	font-weight: 780;
	line-height: 1.1;
}

.inweb-home-hero p {
	max-width: 650px;
	margin: 20px 0 0;
	color: var(--iw-home-dark-muted);
	font-size: 16px;
	line-height: 1.68;
}

.inweb-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.inweb-home-page .inweb-home-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 10px;
	font-weight: 740;
}

.inweb-home-page .inweb-btn-ghost {
	background: #fff;
	border-color: #d6dce7;
	color: #344054;
	box-shadow: none;
}

.inweb-home-page .inweb-btn-ghost:hover {
	border-color: #b8c0cc;
	background: #f8fafc;
	color: var(--iw-ink);
}

.inweb-home-page .inweb-btn-primary {
	background: #111827;
	color: #fff;
	box-shadow: 0 16px 36px rgba(17, 24, 39, .18);
}

.inweb-home-page .inweb-btn-primary:hover {
	background: #020617;
	color: #fff;
}

.inweb-home-hero .inweb-btn-primary {
	background: var(--iw-brand);
	color: #11151d;
	box-shadow: 0 18px 42px rgba(245, 183, 0, .22);
}

.inweb-home-hero .inweb-btn-primary:hover {
	background: #ffd15c;
	color: #11151d;
}

.inweb-home-hero .inweb-btn-ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, .26);
	color: #fff;
}

.inweb-home-hero .inweb-btn-ghost:hover {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .38);
	color: #fff;
}

.inweb-home-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 34px;
	max-width: 650px;
}

.inweb-home-proof strong {
	display: block;
	color: var(--iw-home-dark-text);
	font-size: 22px;
	font-weight: 780;
	line-height: 1.1;
}

.inweb-home-proof span {
	display: block;
	margin-top: 5px;
	color: var(--iw-home-dark-muted);
	font-size: 13px;
	line-height: 1.45;
}

.inweb-home-media {
	position: relative;
}

.inweb-home-media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 24px;
	object-fit: cover;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

.inweb-home-media-note {
	position: absolute;
	right: 18px;
	bottom: 18px;
	max-width: 250px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .48);
	border-radius: 18px;
	background: rgba(255, 255, 255, .92);
	color: var(--iw-muted);
	font-size: 13px;
	line-height: 1.55;
	box-shadow: 0 16px 40px rgba(16, 24, 40, .14);
}

.inweb-home-media-note strong {
	display: block;
	margin-bottom: 4px;
	color: var(--iw-ink);
	font-size: 15px;
	font-weight: 760;
}

.inweb-home-section {
	--iw-section-bg: #fff;
	padding: 58px 0;
	border-bottom: 0;
	background: var(--iw-section-bg);
	box-shadow: 0 0 0 100vmax var(--iw-section-bg);
	clip-path: inset(0 -100vmax);
}

.inweb-home-page > .inweb-home-section:nth-of-type(2) {
	--iw-section-bg: #f8fafc;
	padding-top: 30px;
}

.inweb-home-page > .inweb-home-section:nth-of-type(3),
.inweb-home-page > .inweb-home-section:nth-of-type(5) {
	--iw-section-bg: var(--iw-home-dark);
	color: var(--iw-home-dark-text);
}

.inweb-home-page > .inweb-home-section:nth-of-type(3) .inweb-home-section-head h2,
.inweb-home-page > .inweb-home-section:nth-of-type(5) .inweb-home-section-head h2 {
	color: var(--iw-home-dark-text);
}

.inweb-home-page > .inweb-home-section:nth-of-type(3) .inweb-home-section-head p,
.inweb-home-page > .inweb-home-section:nth-of-type(5) .inweb-home-section-head p {
	color: var(--iw-home-dark-muted);
}

.inweb-home-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.inweb-home-section-head h2 {
	max-width: 700px;
	margin: 0;
	color: var(--iw-ink);
	font-size: 30px;
	font-weight: 780;
	line-height: 1.16;
}

.inweb-home-section-head p {
	max-width: 440px;
	margin: 0;
	color: var(--iw-muted);
	font-size: 15px;
	line-height: 1.65;
}

.inweb-home-products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.inweb-home-product {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 22px;
	border: 1px solid var(--iw-line);
	border-radius: 22px;
	background: #fff;
	color: var(--iw-ink);
	text-decoration: none;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.inweb-home-product:hover {
	border-color: #cbd5e1;
	box-shadow: 0 18px 44px rgba(16, 24, 40, .09);
	color: var(--iw-ink);
	transform: translateY(-2px);
}

.inweb-home-product img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: 16px;
	object-fit: cover;
	background: var(--iw-soft);
}

.inweb-home-product span {
	display: inline-flex;
	margin-bottom: 10px;
	color: var(--iw-blue);
	font-size: 13px;
	font-weight: 760;
}

.inweb-home-product h3 {
	margin: 0 0 8px;
	color: var(--iw-ink);
	font-size: 24px;
	font-weight: 780;
	line-height: 1.2;
}

.inweb-home-product p {
	margin: 0;
	color: var(--iw-muted);
	font-size: 15px;
	line-height: 1.65;
}

.inweb-home-solutions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.inweb-home-solution {
	padding: 22px;
	border: 1px solid var(--iw-line);
	border-radius: 20px;
	background: var(--iw-soft);
}

.inweb-home-page > .inweb-home-section:nth-of-type(3) .inweb-home-solution {
	border-color: var(--iw-home-dark-line);
	background: rgba(255, 255, 255, .06);
}

.inweb-home-solution b {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	border-radius: 13px;
	background: #fff;
	color: var(--iw-blue);
	font-size: 13px;
	font-weight: 780;
}

.inweb-home-page > .inweb-home-section:nth-of-type(3) .inweb-home-solution b {
	background: rgba(245, 183, 0, .14);
	color: #ffd15c;
}

.inweb-home-solution h3 {
	margin: 0 0 8px;
	color: var(--iw-ink);
	font-size: 18px;
	font-weight: 760;
	line-height: 1.25;
}

.inweb-home-page > .inweb-home-section:nth-of-type(3) .inweb-home-solution h3 {
	color: var(--iw-home-dark-text);
}

.inweb-home-solution p {
	margin: 0;
	color: var(--iw-muted);
	font-size: 14px;
	line-height: 1.6;
}

.inweb-home-page > .inweb-home-section:nth-of-type(3) .inweb-home-solution p {
	color: var(--iw-home-dark-muted);
}

.inweb-home-story {
	display: block;
}

.inweb-home-story-card {
	max-width: 820px;
	margin-bottom: 28px;
	padding: 26px;
	border: 1px solid var(--iw-line);
	border-radius: 22px;
	background: #101828;
	color: #fff;
}

.inweb-home-story-card h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 28px;
	font-weight: 780;
	line-height: 1.18;
}

.inweb-home-story-card p {
	margin: 0;
	color: rgba(255, 255, 255, .76);
	font-size: 15px;
	line-height: 1.7;
}

.inweb-home-timeline {
	position: relative;
	display: flex;
	gap: 18px;
	overflow-x: auto;
	padding: 16px 4px 30px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	cursor: grab;
}

.inweb-home-timeline::-webkit-scrollbar {
	display: none;
}

.inweb-home-timeline.is-autoscrolling {
	scroll-snap-type: none;
}

.inweb-home-timeline::before {
	content: "";
	position: absolute;
	top: 47px;
	left: 26px;
	right: 26px;
	height: 2px;
	background: linear-gradient(90deg, rgba(245, 183, 0, .2), rgba(245, 183, 0, .8), rgba(21, 94, 239, .5));
}

.inweb-home-timeline-item {
	position: relative;
	z-index: 1;
	flex: 0 0 min(300px, 78vw);
	display: block;
	min-height: 220px;
	padding: 62px 20px 20px;
	border: 1px solid var(--iw-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(16, 24, 40, .07);
	scroll-snap-align: start;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.inweb-home-timeline-item:hover {
	border-color: #cbd5e1;
	box-shadow: 0 24px 58px rgba(16, 24, 40, .12);
	transform: translateY(-3px);
}

.inweb-home-timeline-item::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 20px;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 999px;
	background: var(--iw-brand);
	box-shadow: 0 0 0 1px rgba(138, 97, 0, .28);
}

.inweb-home-timeline-item:last-child {
	border-bottom: 0;
}

.inweb-home-timeline-item strong {
	position: absolute;
	top: 19px;
	left: 48px;
	color: #8a6100;
	font-size: 18px;
	font-weight: 780;
}

.inweb-home-timeline-item h3 {
	margin: 0 0 5px;
	color: var(--iw-ink);
	font-size: 18px;
	font-weight: 760;
}

.inweb-home-timeline-item p {
	margin: 0;
	color: var(--iw-muted);
	font-size: 14px;
	line-height: 1.65;
}

.inweb-home-gallery {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 18px;
}

.inweb-home-gallery figure {
	margin: 0;
}

.inweb-home-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	border-radius: 22px;
	object-fit: cover;
	box-shadow: 0 20px 54px rgba(0, 0, 0, .28);
}

.inweb-home-gallery-stack {
	display: grid;
	gap: 18px;
}

.inweb-home-photo-slot {
	display: grid;
	align-content: center;
	min-height: 180px;
	padding: 24px;
	border: 1px dashed #cbd5e1;
	border-radius: 22px;
	background: var(--iw-soft);
	color: var(--iw-muted);
}

.inweb-home-page > .inweb-home-section:nth-of-type(5) .inweb-home-photo-slot {
	border-color: var(--iw-home-dark-line);
	background: rgba(255, 255, 255, .06);
	color: var(--iw-home-dark-muted);
}

.inweb-home-photo-slot strong {
	display: block;
	margin-bottom: 8px;
	color: var(--iw-ink);
	font-size: 18px;
	font-weight: 760;
}

.inweb-home-page > .inweb-home-section:nth-of-type(5) .inweb-home-photo-slot strong {
	color: var(--iw-home-dark-text);
}

.inweb-home-photo-slot span {
	font-size: 14px;
	line-height: 1.6;
}

.inweb-home-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 56px 0;
	border: 0;
	border-top: 1px solid var(--iw-line);
	border-radius: 0;
	background: #fff;
	box-shadow: 0 0 0 100vmax #fff;
	clip-path: inset(0 -100vmax);
}

.inweb-home-cta h2 {
	margin: 0 0 8px;
	color: var(--iw-ink);
	font-size: 26px;
	font-weight: 780;
	line-height: 1.2;
}

.inweb-home-cta p {
	margin: 0;
	color: var(--iw-muted);
	font-size: 15px;
	line-height: 1.65;
}

.inweb-request-page {
	max-width: 1180px;
	margin: 0 auto 10px;
	padding: 34px 16px 28px;
	background: #fff;
	box-shadow: 0 0 0 100vmax #fff;
	clip-path: inset(0 -100vmax);
}

.inweb-request-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	gap: 32px;
	align-items: end;
	padding: 48px 0 36px;
	border-bottom: 1px solid var(--iw-line);
}

.inweb-request-eyebrow {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 6px 11px;
	border-radius: 999px;
	background: #fff7d6;
	color: #8a6100;
	font-size: 13px;
	font-weight: 750;
}

.inweb-request-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--iw-ink);
	font-size: 56px;
	font-weight: 780;
	line-height: 1.04;
}

.inweb-request-hero p {
	margin: 18px 0 0;
	max-width: 650px;
	color: var(--iw-muted);
	font-size: 17px;
	line-height: 1.7;
}

.inweb-request-summary {
	display: grid;
	gap: 12px;
	padding: 22px;
	border: 1px solid var(--iw-line);
	border-radius: 20px;
	background: var(--iw-soft);
}

.inweb-request-summary strong {
	color: var(--iw-ink);
	font-size: 16px;
	font-weight: 760;
}

.inweb-request-summary span {
	color: var(--iw-muted);
	font-size: 14px;
	line-height: 1.55;
}

.inweb-request-grid {
	display: grid;
	grid-template-columns: minmax(260px, .76fr) minmax(0, 1.24fr);
	gap: 28px;
	align-items: start;
	padding: 34px 0 18px;
}

.inweb-request-aside {
	display: grid;
	gap: 16px;
}

.inweb-request-block {
	padding: 22px;
	border: 1px solid var(--iw-line);
	border-radius: 20px;
	background: #fff;
}

.inweb-request-block h2,
.inweb-request-block h3 {
	margin: 0 0 12px;
	color: var(--iw-ink);
	font-size: 20px;
	font-weight: 760;
	line-height: 1.25;
}

.inweb-request-block p,
.inweb-request-block li {
	color: var(--iw-muted);
	font-size: 15px;
	line-height: 1.7;
}

.inweb-request-block p {
	margin: 0;
}

.inweb-request-block ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.inweb-request-block li {
	position: relative;
	padding-left: 18px;
}

.inweb-request-block li::before {
	content: "";
	position: absolute;
	top: .72em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--iw-brand);
}

.inweb-request-contact a {
	color: var(--iw-ink);
	font-weight: 720;
	text-decoration: none;
}

.inweb-request-form {
	padding: 28px;
	border: 1px solid rgba(16, 24, 40, .09);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(16, 24, 40, .08);
}

.inweb-request-form h2 {
	margin: 0 0 8px;
	color: var(--iw-ink);
	font-size: 24px;
	font-weight: 760;
	line-height: 1.25;
}

.inweb-request-form > p {
	margin: 0 0 22px;
	color: var(--iw-muted);
	font-size: 15px;
	line-height: 1.65;
}

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

.inweb-request-form .hidden-fields-container,
.inweb-request-form .rafine-cf7-hp {
	display: none !important;
}

.inweb-request-form .wpcf7 form > p,
.inweb-request-form .inweb-form-wide p,
.inweb-request-form .inweb-form-actions p {
	margin: 0;
}

.inweb-request-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin-top: 7px;
}

.inweb-request-form label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #344054;
	font-size: 13px;
	font-weight: 720;
	line-height: 1.35;
}

.inweb-request-form .inweb-form-wide,
.inweb-request-form .wpcf7-response-output,
.inweb-request-form .inweb-form-actions {
	grid-column: 1 / -1;
}

.inweb-request-form input,
.inweb-request-form select,
.inweb-request-form textarea {
	display: block;
	width: 100%;
	min-height: 48px;
	margin: 0;
	border: 1px solid #cbd5e1 !important;
	border-radius: 13px;
	background: #fff !important;
	color: var(--iw-ink);
	font-size: 15px;
	line-height: 1.4;
	padding: 0 14px;
	box-shadow: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.inweb-request-form textarea {
	min-height: 128px;
	padding: 12px 14px;
	resize: vertical;
}

.inweb-request-form .inweb-form-consent .wpcf7-list-item {
	margin: 0;
}

.inweb-request-form .inweb-form-consent label {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-weight: 650;
}

.inweb-request-form .inweb-form-consent input {
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
	margin-top: 2px;
}

.inweb-request-form input:focus,
.inweb-request-form select:focus,
.inweb-request-form textarea:focus {
	border-color: var(--iw-blue);
	box-shadow: 0 0 0 4px rgba(21, 94, 239, .12);
	outline: none;
}

.inweb-request-form .wpcf7-submit {
	min-height: 50px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: var(--iw-ink);
	color: #fff;
	font-size: 15px;
	font-weight: 760;
	cursor: pointer;
}

.inweb-request-form .wpcf7-submit:hover {
	background: #000;
}

@media (max-width: 1080px) {
	.inweb-main-nav,
	.inweb-header-actions .inweb-btn-ghost {
		display: none;
	}

	.inweb-site-header .inweb-menu-toggle {
		display: inline-block !important;
	}

	.inweb-header-main {
		min-height: 70px;
	}

	body.home .inweb-header-main {
		min-height: 70px;
		padding: 8px 10px;
	}

	body.home .inweb-home-hero {
		min-height: 760px;
		padding-top: 170px;
	}

	.inweb-mobile-panel.is-open {
		display: block;
	}

	.inweb-footer-shell {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.inweb-home-hero,
	.inweb-home-story,
	.inweb-home-gallery,
	.inweb-home-cta {
		grid-template-columns: 1fr;
	}

	.inweb-home-hero h1 {
		font-size: 38px;
		line-height: 1.1;
	}

	.inweb-home-products,
	.inweb-home-solutions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.inweb-request-hero,
	.inweb-request-grid {
		grid-template-columns: 1fr;
	}

	.inweb-request-hero h1 {
		font-size: 44px;
		line-height: 1.08;
	}
}

@media (max-width: 720px) {
	body.home .inweb-site-header {
		inset-block-start: 10px;
	}

	body.admin-bar.home .inweb-site-header {
		inset-block-start: 56px;
	}

	.inweb-header-shell,
	.inweb-footer-shell,
	.inweb-footer-cta,
	.inweb-footer-bottom {
		width: min(100% - 24px, 1180px);
	}

	body.home .inweb-header-shell {
		width: min(100% - 24px, 1180px);
	}

	.inweb-header-top {
		display: none;
	}

	.inweb-brand img {
		width: 112px;
	}

	body.home .inweb-brand {
		min-width: 0;
		padding: 7px 10px;
	}

	.inweb-header-actions .inweb-btn-primary {
		display: none;
	}

	.inweb-footer-cta,
	.inweb-footer-shell,
	.inweb-footer-bottom {
		grid-template-columns: 1fr;
	}

	.inweb-footer-cta {
		padding: 22px;
	}

	.inweb-footer-cta h2 {
		font-size: 23px;
	}

	.inweb-footer-cta-actions,
	.inweb-footer-bottom {
		justify-content: flex-start;
	}

	.inweb-home-section,
	.inweb-home-hero,
	.inweb-home-cta {
		width: min(100% - 24px, 1180px);
	}

	.inweb-home-hero {
		padding: 36px 0 34px;
	}

	body.home .inweb-home-hero {
		min-height: auto;
		padding: 154px 0 74px;
	}

	.inweb-home-hero::after {
		height: 92px;
	}

	.inweb-home-hero h1 {
		font-size: 30px;
		line-height: 1.12;
	}

	.inweb-home-hero p {
		font-size: 16px;
	}

	.inweb-home-proof,
	.inweb-home-products,
	.inweb-home-solutions {
		grid-template-columns: 1fr;
	}

	.inweb-home-product {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.inweb-home-section {
		padding: 38px 0;
	}

	.inweb-home-section-head {
		display: block;
	}

	.inweb-home-section-head h2,
	.inweb-home-story-card h2,
	.inweb-home-cta h2 {
		font-size: 23px;
	}

	.inweb-home-section-head p {
		margin-top: 10px;
	}

	.inweb-home-media-note {
		position: static;
		max-width: none;
		margin-top: 12px;
	}

	.inweb-home-timeline-item {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.inweb-home-cta {
		padding: 22px;
	}

	.inweb-request-page {
		padding: 24px 12px 28px;
	}

	.inweb-request-hero {
		padding: 32px 0 26px;
	}

	.inweb-request-hero h1 {
		font-size: 34px;
		line-height: 1.08;
	}

	.inweb-request-form {
		padding: 20px;
	}

	.inweb-request-form .wpcf7 form {
		grid-template-columns: 1fr;
	}
}
