:root {
	--brand: #d71920;
	--brand-dark: #a90f15;
	--ink: #172033;
	--muted: #667085;
	--surface: #ffffff;
	--surface-soft: #f5f7fa;
	--border: #e4e8ef;
	--shadow-sm: 0 8px 24px rgba(23, 32, 51, .08);
	--shadow-lg: 0 24px 60px rgba(23, 32, 51, .15);
	--radius: 16px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 88px;
}

body {
	color: var(--ink);
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

body,
.banner-bottom,
.mail {
	background: var(--surface-soft);
}

a,
button,
input,
textarea {
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(215, 25, 32, .28);
	outline-offset: 3px;
}

.skip-link {
	background: var(--ink);
	color: #fff;
	left: 16px;
	padding: 12px 18px;
	position: fixed;
	top: -60px;
	z-index: 20000;
}

.skip-link:focus {
	color: #fff;
	top: 12px;
}

.container {
	max-width: 1180px;
	width: calc(100% - 40px);
}

.header {
	background: #b91319;
}

.header .container {
	min-height: 42px;
}

.w3l_header_left {
	float: none;
}

.w3l_header_left ul {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 28px;
	padding: 0;
}

.w3l_header_left ul li,
.w3l_header_left ul li:first-child {
	border: 0;
	font-size: 12px;
	margin: 0;
	padding: 9px 0;
}

.w3l_header_left ul li span {
	border: 0;
	margin-right: 7px;
	padding: 0;
}

.w3l_header_left ul li span img {
	height: 18px;
	width: 18px;
}

.logo_nav {
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 5px 20px rgba(23, 32, 51, .08);
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.navbar-default {
	background: transparent;
	border: 0;
	margin: 0;
}

.navbar {
	align-items: center;
	display: flex;
	min-height: 88px;
}

.navbar-header {
	flex: 0 0 auto;
}

.navbar-brand {
	height: 76px;
	padding: 8px 0;
}

.logo {
	background-size: contain;
	height: 60px;
	width: 260px;
}

.navbar-collapse {
	margin-left: auto;
	padding: 0;
}

.navbar-nav {
	align-items: center;
	display: flex;
	float: none;
	gap: 8px;
}

.navbar-default .navbar-nav > li > a {
	color: #3c4659;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .03em;
	padding: 13px 15px;
	text-transform: none;
}

.navbar-default .navbar-nav > li > a span {
	color: inherit;
	transform: none !important;
}

.navbar-default .navbar-nav > li > a span::before {
	display: none;
}

.link-effect-2 a {
	overflow: visible;
}

.link-effect-2 a:hover span,
.link-effect-2 a:focus span {
	transform: none !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
	background: #fff0f1;
	border-radius: 999px;
	color: var(--brand);
}

.banner {
	align-items: center;
	background-position: center;
	display: flex;
	isolation: isolate;
	min-height: 610px;
	position: relative;
}

.banner::before {
	background: linear-gradient(90deg, rgba(11, 17, 29, .88) 0%, rgba(11, 17, 29, .66) 50%, rgba(11, 17, 29, .18) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.w3ls_banner_info {
	background: transparent;
	margin: 0;
	max-width: 760px;
	padding: 54px 0;
	text-align: left;
	width: 100%;
}

.w3ls_banner_info .hero-kicker,
.section-kicker,
.realizations__eyebrow {
	color: var(--brand);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .16em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.w3ls_banner_info .hero-kicker {
	color: #ff8b90;
	margin: 0 0 18px;
	width: auto;
}

.w3ls_banner_info h2 {
	font-family: 'Lato', sans-serif;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.04;
	max-width: 720px;
	text-transform: none;
}

.w3ls_banner_info > p:not(.hero-kicker) {
	color: rgba(255, 255, 255, .86);
	font-size: 17px;
	line-height: 1.75;
	margin: 24px 0 34px;
	max-width: 650px;
	width: auto;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-button {
	border: 1px solid transparent;
	border-radius: 10px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	min-height: 50px;
	padding: 14px 22px;
}

.hero-button--primary {
	background: var(--brand);
	color: #fff;
}

.hero-button--primary:hover,
.hero-button--primary:focus {
	background: var(--brand-dark);
	color: #fff;
	transform: translateY(-2px);
}

.hero-button--secondary {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .45);
	color: #fff;
}

.hero-button--secondary:hover,
.hero-button--secondary:focus {
	background: #fff;
	color: var(--ink);
}

.banner-bottom {
	padding: 82px 0 70px;
}

.banner_bottom_left {
	float: none;
	margin: 0 auto 42px;
	max-width: 860px;
	padding: 0;
	text-align: center;
	width: 100%;
}

.banner_bottom_left h3,
.realizations__heading h3,
.mail > .container > h3 {
	color: var(--ink);
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -.02em;
}

.banner_bottom_left p {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.85;
	margin: 0 auto 26px;
	max-width: 820px;
}

.banner_bottom_left .section-kicker {
	margin: 16px 0 14px;
}

.wthree_more1 .button--wayra {
	background: var(--ink);
	border: 0;
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	margin: 0;
	padding: 14px 22px;
	width: auto;
}

.wthree_more1 .button--wayra::before {
	background: var(--brand);
}

.banner_bottom_right {
	display: grid;
	float: none;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 0;
	width: 100%;
}

.wthree_banner_bottom_right_grids {
	display: contents;
	margin: 0 !important;
}

.banner_bottom_right .clearfix {
	display: none;
}

.banner_bottom_right_grid {
	float: none;
	margin: 0 !important;
	padding: 0;
	width: auto;
}

.view {
	align-items: center;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(23, 32, 51, .04);
	display: flex;
	justify-content: center;
	height: 142px;
	min-height: 142px;
	padding: 18px 12px;
}

.view:hover {
	border-color: rgba(215, 25, 32, .35);
	box-shadow: var(--shadow-sm);
	transform: translateY(-2px);
}

.view--linked {
	cursor: pointer;
	position: relative;
}

.partner-card-link {
	border-radius: inherit;
	inset: 0;
	position: absolute;
	z-index: 3;
}

.partner-card-link:focus-visible {
	box-shadow: 0 0 0 4px rgba(215, 25, 32, .18), var(--shadow-sm);
	outline: 2px solid var(--brand);
	outline-offset: 3px;
}

.view .mask {
	display: none;
}

.agile_text_box {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.agile_text_box i {
	background-size: contain !important;
	height: 44px !important;
	max-width: 135px;
	width: 100% !important;
}

.agile_text_box h3 {
	color: var(--ink);
	font-size: 14px;
	font-weight: 800;
	margin-top: 8px;
}

.agile_text_box p {
	color: var(--muted);
	font-size: 11px;
	line-height: 1.5;
	margin-top: 4px;
	width: 100%;
}

.realizations {
	padding: 86px 15px 12px;
}

.realizations__heading {
	margin-bottom: 42px;
}

.realizations__heading > p:last-child {
	color: var(--muted);
}

.realizations__grid {
	gap: 22px;
}

.realization-card {
	border-color: var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	height: 100%;
}

.realization-card:hover {
	box-shadow: var(--shadow-lg);
	transform: translateY(-5px);
}

.realization-card__media {
	aspect-ratio: auto;
	display: block;
	height: 260px;
}

.realization-card__media img {
	height: 100% !important;
	object-fit: cover !important;
	width: 100% !important;
}

.realization-card__body {
	min-height: 88px;
}

.realization-card__arrow {
	background: var(--brand);
}

.realization-card__badge {
	backdrop-filter: blur(7px);
	background: rgba(23, 32, 51, .78);
}

.banner-bottom1 {
	align-items: stretch;
	background: var(--ink);
	display: flex;
}

.agile_banner_bottom1_left,
.agile_banner_bottom1_right {
	float: none;
	width: 50%;
}

.agile_banner_bottom1_left img {
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.agile_banner_bottom1_right {
	align-items: flex-start;
	background: var(--ink);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 70px clamp(40px, 7vw, 120px) 70px 70px;
}

.section-kicker--light {
	color: #ff969a;
	margin-bottom: 13px;
}

.agile_banner_bottom1_right h3 {
	font-size: 38px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none;
}

.agile_banner_bottom1_right p {
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.85;
}

.details a {
	background: var(--brand);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 14px 22px;
}

.details a:hover,
.details a:focus {
	background: #fff;
	color: var(--ink);
}

.mail {
	padding: 88px 0;
}

.contact-heading {
	margin: 0 auto 42px;
	max-width: 760px;
	text-align: center;
}

.mail .contact-heading h3 {
	border: 0;
	box-shadow: none;
	color: var(--ink);
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -.025em;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: none;
	width: 100%;
}

.contact-heading > p:last-child {
	color: var(--muted);
	font-size: 15px;
	font-style: normal;
	line-height: 1.75;
	margin: 14px auto 0;
}

.contact-layout {
	align-items: stretch;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(300px, .8fr) minmax(0, 1.4fr);
}

.contact-info-panel,
.contact-form-panel {
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
}

.contact-info-panel {
	background: var(--ink);
	color: #fff;
	overflow: hidden;
	padding: 38px 34px;
	position: relative;
}

.contact-info-panel::after {
	background: var(--brand);
	border-radius: 50%;
	content: "";
	height: 190px;
	opacity: .14;
	position: absolute;
	right: -85px;
	top: -75px;
	width: 190px;
}

.contact-info-panel__eyebrow {
	color: #ff969a;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.contact-info-panel h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 16px;
}

.contact-address {
	color: rgba(255, 255, 255, .67);
	font-size: 14px;
	line-height: 1.75;
	margin: 0;
}

.contact-methods {
	display: grid;
	gap: 10px;
	margin-top: 30px;
}

.contact-method {
	align-items: center;
	background: rgba(255, 255, 255, .08);
	border-radius: 11px;
	color: #fff;
	display: flex;
	gap: 13px;
	min-width: 0;
	padding: 12px 14px;
}

a.contact-method:hover,
a.contact-method:focus {
	background: rgba(215, 25, 32, .32);
	color: #fff;
	transform: translateX(3px);
}

.contact-method__icon {
	align-items: center;
	background: var(--brand);
	border-radius: 9px;
	display: flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
}

.contact-method__icon--data {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 800;
}

.contact-method > span:last-child {
	display: block;
	min-width: 0;
}

.contact-method small,
.contact-method strong {
	display: block;
}

.contact-method small {
	color: rgba(255, 255, 255, .55);
	font-size: 10px;
	letter-spacing: .05em;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.contact-method strong {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.contact-form-panel {
	background: #fff;
	padding: 34px 36px;
}

.contact-form-panel__heading {
	align-items: baseline;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.contact-form-panel__heading h4 {
	color: var(--ink);
	font-size: 24px;
	font-weight: 800;
	margin: 0;
}

.contact-form-panel__heading p {
	color: var(--muted);
	font-size: 11px;
	margin: 0;
}

.contact-form-panel label {
	color: #414b5e;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 7px;
}

.contact-fields {
	display: grid;
	gap: 15px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 15px;
}

.contact-form-panel input[type="text"],
.contact-form-panel input[type="email"],
.contact-form-panel textarea {
	background: #f6f8fb;
	border: 1px solid transparent;
	border-radius: 9px;
	color: var(--ink);
	font-size: 14px;
	outline: none;
	padding: 13px 14px;
	width: 100%;
}

.contact-form-panel input[type="text"]:focus,
.contact-form-panel input[type="email"]:focus,
.contact-form-panel textarea:focus {
	background: #fff;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(215, 25, 32, .1);
}

.contact-form-panel textarea {
	margin: 0 0 14px;
	min-height: 130px;
	resize: vertical;
}

.contact-form-panel .consent {
	margin-bottom: 14px;
	padding: 0 !important;
}

.contact-form-panel .consent label {
	color: var(--muted);
	font-size: 11px;
	font-weight: 400;
	margin: 0;
}

.contact-form-actions {
	align-items: center;
	display: flex;
	gap: 10px;
}

.contact-form-panel input[type="submit"],
.contact-form-panel input[type="reset"] {
	border: 0;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	padding: 13px 18px;
	width: auto;
}

.contact-form-panel input[type="submit"] {
	background: var(--brand);
	color: #fff;
}

.contact-form-panel input[type="submit"]:hover {
	background: var(--brand-dark);
}

.contact-form-panel input[type="reset"] {
	background: #e9edf2;
	color: var(--ink);
}

.contact-form-panel input[type="reset"]:hover {
	background: #dce2e9;
}

.w3ls_map {
	border: 0;
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	margin: 24px 0 0;
	overflow: hidden;
}

.w3ls_map iframe {
	display: block;
	min-height: 270px;
}

.wthree_contact_left {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	margin-top: 0;
	min-height: 438px;
	padding: 28px;
}

.wthree_contact_left + .wthree_contact_left {
	border-left: 12px solid var(--surface-soft);
}

.wthree_contact_left h4 {
	color: var(--ink);
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 22px;
}

.wthree_contact_left p,
.wthree_contact_left table tr td,
.wthree_contact_left table tr td a {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.8;
}

.wthree_contact_left table {
	margin-top: 26px;
}

.wthree_contact_left input[type="text"],
.wthree_contact_left input[type="email"],
.wthree_contact_left textarea {
	background: #f8fafc;
	border: 1px solid #dce1e8;
	border-radius: 9px;
	color: var(--ink);
	font-size: 14px;
	padding: 13px 14px;
}

.wthree_contact_left input[type="text"]:focus,
.wthree_contact_left input[type="email"]:focus,
.wthree_contact_left textarea:focus {
	background: #fff;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(215, 25, 32, .1);
}

.wthree_contact_left textarea {
	margin: 16px 0;
	min-height: 150px;
	resize: vertical;
	width: 100% !important;
}

.consent {
	align-items: flex-start;
	color: var(--muted);
	display: flex;
	font-size: 12px;
	gap: 9px;
	line-height: 1.55;
	padding-bottom: 14px !important;
}

.consent input {
	flex: 0 0 auto;
	margin-top: 3px;
}

.consent label {
	font-weight: 400;
}

.wthree_contact_left input[type="submit"],
.wthree_contact_left input[type="reset"] {
	border-radius: 9px;
	font-size: 13px;
	font-weight: 700;
	margin: 0 8px 0 0;
	padding: 13px 18px;
	width: auto;
}

.wthree_contact_left input[type="submit"] {
	background: var(--brand);
}

.wthree_contact_left input[type="reset"] {
	background: #e9edf2;
	color: var(--ink);
}

.wthree_contact_left input[type="submit"]:hover {
	background: var(--brand-dark);
}

.wthree_contact_left input[type="reset"]:hover {
	background: #dce2e9;
}

.footer {
	background: #121a29;
	padding: 72px 0 58px;
}

.footer .container.certificates {
	display: block;
}

.certificates__heading {
	margin: 0 auto 36px;
	max-width: 680px;
	text-align: center;
}

.certificates__heading .section-kicker {
	color: #ff969a;
	margin-bottom: 10px;
}

.certificates__heading h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -.02em;
	margin: 0;
}

.certificates__heading > p:last-child {
	color: #929daf;
	font-size: 13px;
	line-height: 1.65;
	margin-top: 10px;
}

.certificates__layout {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(250px, .78fr) 1px minmax(0, 1.55fr);
}

.certificates__primary {
	display: grid;
	gap: 12px;
	grid-template-rows: repeat(3, minmax(120px, 1fr));
}

.certificates__divider {
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .26) 12%, rgba(255, 255, 255, .26) 88%, transparent);
	width: 1px;
}

.certificates__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.certificate-card {
	align-items: center;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
	display: flex;
	justify-content: center;
	min-height: 120px;
	overflow: hidden;
	padding: 14px;
	position: relative;
}

.certificate-card img {
	display: block;
	height: 100%;
	max-height: 150px;
	object-fit: contain;
	transition: transform .25s ease, opacity .25s ease;
	width: 100%;
}

.certificate-card span {
	background: rgba(18, 26, 41, .9);
	border-radius: 999px;
	bottom: 10px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	left: 50%;
	opacity: 0;
	padding: 6px 10px;
	position: absolute;
	transform: translate(-50%, 8px);
	transition: opacity .2s ease, transform .2s ease;
	white-space: nowrap;
}

.certificate-card:hover,
.certificate-card:focus {
	box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
	transform: translateY(-3px);
}

.certificate-card:hover img,
.certificate-card:focus img {
	opacity: .78;
	transform: scale(.97);
}

.certificate-card:hover span,
.certificate-card:focus span {
	opacity: 1;
	transform: translate(-50%, 0);
}

.w3agile_footer_grid {
	float: none;
	padding: 0;
	width: auto;
}

.w3agile_footer_grid h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}

.w3agile_footer_grid h3::before {
	background: var(--brand);
}

.w3agile_footer_grid div.img {
	background: #fff;
	border: 0;
	border-radius: 10px;
	float: none;
	height: 104px;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 8px;
	width: 100%;
}

.w3agile_footer_grid div.img:hover {
	border: 0;
	transform: translateY(-2px);
}

.w3agile_footer_grid div.img a,
.w3agile_footer_grid div.img img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.agileinfo_copy_right {
	background: #0c121e;
	padding: 20px 0;
}

.agileinfo_copy_right_left {
	float: none;
	text-align: center;
}

.agileinfo_copy_right_left p {
	color: #8f9aae;
	font-size: 12px;
	letter-spacing: .02em;
}

@media (max-width: 991px) {
	.navbar {
		display: block;
		min-height: 84px;
	}

	.navbar-toggle {
		margin: 24px 0 0;
	}

	.navbar-collapse {
		width: 100%;
	}

	.navbar-nav {
		align-items: stretch;
		display: block;
		padding: 12px 0 18px;
	}

	.navbar-default .navbar-nav > li > a {
		display: block;
		padding: 12px 18px;
	}

	.banner {
		min-height: 550px;
	}

	.banner_bottom_left {
		margin: 0 auto 36px;
		padding: 0 15px;
	}

	.banner_bottom_right {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 0 15px;
	}

	.realizations {
		padding-top: 82px;
	}

	.realization-card__media {
		height: 240px;
	}

	.banner-bottom1 {
		display: block;
	}

	.agile_banner_bottom1_left,
	.agile_banner_bottom1_right {
		width: 100%;
	}

	.agile_banner_bottom1_left img {
		max-height: 480px;
		min-height: 0;
	}

	.agile_banner_bottom1_right {
		padding: 64px 40px;
	}

	.wthree_contact_left,
	.wthree_contact_left + .wthree_contact_left {
		border: 1px solid var(--border);
		margin-bottom: 18px;
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.container {
		width: calc(100% - 28px);
	}

	.header .container {
		width: calc(100% - 24px);
	}

	.w3l_header_left ul {
		gap: 0 18px;
		justify-content: center;
	}

	.w3l_header_left ul li {
		font-size: 11px;
	}

	.w3l_header_left ul li:last-child {
		display: none;
	}

	.logo {
		height: 54px;
		width: 220px;
	}

	.navbar-brand {
		height: 70px;
	}

	.navbar {
		min-height: 76px;
	}

	.navbar-toggle {
		margin-top: 20px;
	}

	.banner {
		background-position: 62% center;
		min-height: 520px;
	}

	.banner::before {
		background: rgba(11, 17, 29, .76);
	}

	.w3ls_banner_info {
		padding: 64px 0;
	}

	.w3ls_banner_info h2 {
		font-size: clamp(38px, 12vw, 54px);
		letter-spacing: -.03em;
	}

	.w3ls_banner_info > p:not(.hero-kicker) {
		font-size: 15px;
	}

	.hero-button {
		width: 100%;
	}

	.banner-bottom {
		padding: 70px 0;
	}

	.banner_bottom_left h3,
	.realizations__heading h3,
	.mail > .container > h3 {
		font-size: 30px;
	}

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

	.view {
		height: 128px;
		min-height: 128px;
		padding: 15px 9px;
	}

	.agile_text_box i {
		height: 40px !important;
	}

	.agile_text_box p {
		display: none;
	}

	.realizations {
		padding: 74px 0 0;
	}

	.realization-card__media {
		height: 230px;
	}

	.agile_banner_bottom1_right {
		padding: 52px 24px;
	}

	.agile_banner_bottom1_right h3 {
		font-size: 31px;
	}

	.mail {
		padding: 72px 0;
	}

	.contact-heading {
		margin-bottom: 32px;
	}

	.mail .contact-heading h3 {
		font-size: 31px;
	}

	.contact-layout {
		grid-template-columns: 1fr;
	}

	.contact-info-panel,
	.contact-form-panel {
		padding: 28px 24px;
	}

	.contact-form-panel__heading {
		display: block;
	}

	.contact-form-panel__heading p {
		margin-top: 7px;
	}

	.contact-fields {
		grid-template-columns: 1fr;
	}

	.w3ls_map iframe {
		min-height: 230px;
	}

	.wthree_contact_left {
		padding: 22px;
	}

	.wthree_contact_left_grid {
		padding: 0;
	}

	.wthree_contact_left input[type="submit"],
	.wthree_contact_left input[type="reset"] {
		margin: 0 0 10px;
		width: 100%;
	}

	.contact-form-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.contact-form-panel input[type="submit"],
	.contact-form-panel input[type="reset"] {
		width: 100%;
	}

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

	.certificates__heading {
		margin-bottom: 28px;
	}

	.certificates__heading h3 {
		font-size: 28px;
	}

	.certificates__layout {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.certificates__primary {
		gap: 9px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: 110px;
	}

	.certificates__divider {
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .26) 12%, rgba(255, 255, 255, .26) 88%, transparent);
		height: 1px;
		width: 100%;
	}

	.certificates__grid {
		gap: 9px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, 126px);
	}

	.certificate-card {
		min-height: 0;
		padding: 9px;
	}

	.certificate-card img {
		max-height: 104px;
	}

	.w3agile_footer_grid,
	.w3agile_footer_grid:nth-child(2),
	.w3agile_footer_grid:nth-child(3),
	.w3agile_footer_grid:nth-child(4) {
		border: 0;
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 420px) {
	.w3l_header_left ul li:nth-child(2) {
		display: none;
	}

	.logo {
		width: 205px;
	}

	.realization-card__media {
		height: 210px;
	}

	.contact-info-panel,
	.contact-form-panel {
		padding: 25px 20px;
	}

	.footer .container {
		grid-template-columns: 1fr;
	}

	.certificates__primary {
		grid-template-rows: 96px;
	}

	.certificates__grid {
		grid-template-rows: repeat(3, 116px);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition-duration: .01ms !important;
	}
}
