/* =================================================
   Why OTW
   ================================================= */

.why-otw {
	--why-navy: #0f2c64;
	--why-orange: #ff6b31;
	--why-white: #ffffff;
	--why-text: rgba(255, 255, 255, 0.88);

	background: var(--why-navy);
	color: var(--why-white);
	float: left;
	overflow: hidden;
	padding: 105px 0 88px;
	position: relative;
	width: 100%;
}

.why-otw:not(.why-otw--has-top-stripe) {
	padding-top: 88px;
}

.why-otw__media {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.why-otw__media img {
	height: 100%;
	left: 50%;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	opacity: 0.18;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

.why-otw__overlay {
	background: linear-gradient(180deg, rgba(15, 44, 100, 0.92) 0%, rgba(15, 44, 100, 0.98) 100%);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.why-otw__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1640px;
	padding: 0 40px 72px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.why-otw__header {
	margin: 0 0 52px;
	max-width: 900px;
}

.why-otw__eyebrow {
	color: var(--why-orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin: 0 0 18px;
	padding: 0;
	text-transform: uppercase;
}

.why-otw__title {
	color: var(--why-white);
	font-size: 52px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.08;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.why-otw__grid {
	display: grid;
	gap: 40px 82px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 56px;
}

.why-otw--count-1 .why-otw__grid {
	grid-template-columns: minmax(0, 1fr);
	max-width: 520px;
}

.why-otw--count-2 .why-otw__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why-otw--count-4 .why-otw__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-otw__card {
	display: flex;
	flex-direction: column;
}

.why-otw__line {
	background: var(--why-orange);
	display: block;
	height: 3px;
	margin: 0 0 24px;
	width: 100%;
}

.why-otw__icon {
	margin: 0 0 18px;
}

.why-otw__icon img {
	display: block;
	height: 34px;
	object-fit: contain;
	width: auto;
}

.why-otw__card-title {
	color: var(--why-white);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 14px;
	padding: 0;
}

.why-otw p.why-otw__card-desc {
	color: var(--why-text);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	padding: 0;
}

.why-otw__cta {
	text-align: center;
}

.why-otw__btn.btn,
.why-otw a.why-otw__btn {
	align-items: center;
	background: var(--why-orange);
	border: none;
	border-radius: 900px;
	color: var(--why-white);
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 16px 98px;
	text-decoration: none;
	text-transform: uppercase;
}

.why-otw__btn.btn em,
.why-otw a.why-otw__btn em,
.why-otw__arrow {
	align-items: center;
	background: none;
	display: inline-flex;
	font-style: normal;
	line-height: 1;
	margin: 0 0 0 10px;
	padding: 0 0 4px 0;
	position: relative;
	top: 1px;
}

.why-otw__arrow img {
	display: block;
	height: 13px;
	width: 13px;
}

.why-otw__btn.btn:hover,
.why-otw__btn.btn:focus,
.why-otw a.why-otw__btn:hover,
.why-otw a.why-otw__btn:focus {
	background: #ff7f4d;
	color: var(--why-white);
	text-decoration: none;
}

.why-otw__divider {
	left: 0;
	line-height: 0;
	margin: 0 !important;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3;
}

.why-otw__divider--top {
	top: 0;
	transform: scaleY(-1);
}

.why-otw__divider img {
	display: block;
	height: auto;
	width: 100%;
}

@media (max-width: 1199px) {
	.why-otw__title {
		font-size: 42px;
	}

	.why-otw__grid,
	.why-otw--count-4 .why-otw__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.why-otw {
		padding: 73px 0 56px;
	}

	.why-otw:not(.why-otw--has-top-stripe) {
		padding-top: 56px;
	}

	.why-otw__container {
		padding: 0 40px 48px 40px;
	}

	.why-otw__header {
		margin-bottom: 36px;
		text-align: center;
	}

	.why-otw__title {
		font-size: 32px;
	}

	.why-otw__grid,
	.why-otw--count-2 .why-otw__grid,
	.why-otw--count-3 .why-otw__grid,
	.why-otw--count-4 .why-otw__grid {
		gap: 32px;
		grid-template-columns: minmax(0, 1fr);
		margin-bottom: 40px;
	}

	.why-otw__btn.btn,
	.why-otw a.why-otw__btn {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.why-otw__card-title {
		font-size: 24px;
	}

	.why-otw p.why-otw__card-desc {
		font-size: 16px;
	}
}
