.main {
	overflow: initial;
}

.column-sidenav {
	height: 100%;
}

.headline-divider {
	margin-top: 1.6em;
	padding-top: 1.6em;
	border-top: 1px solid #e3e3e3;
}

.row-flex {
	display: flex;
}
@media only screen and (max-width: 734px) {
	.row-flex {
		display: block;
	}
	.row-device {
		margin-left: 0;
	}
}

h2 .eyebrow {
	margin-bottom: 5px;
}

h2 + h3,
h3 {
	margin-top: 1.6em;
}

.image-hero-lockup {
	display: block;
	margin: 2em auto 0;
	width: 980px;
	height: auto;
}
@media only screen and (max-width: 1068px) {
	.image-hero-lockup {
		width: 692px;
	}
}
@media only screen and (max-width: 734px) {
	.image-hero-lockup {
		width: 87%;
	}
}

/* Tab Slider */
.row-tabs {
	margin: 2em 0 0;
}
.tab {
	cursor: pointer;
	padding: 10px;
	margin-right: 5px;
	background-color: #f5f5f7;
	border-radius: 1em 1em 0 0;
	font-size: 16px;
	font-weight: 600;
}

.tab.active {
	background-color: #d2d2d7;
}

.tab-content div {
	padding: 20px;
	border: 1px solid #d2d2d7;
	margin-bottom: 2em;
}
.tab-content table {
	width: 100%;
	font-size: 16px;
}
.tab-content table thead tr {
	border-bottom: 3px solid #d2d2d7;
}
.tab-content table thead th {
	font-weight: 600;
	text-align: right;
	vertical-align: bottom;
	padding: 4px 0;
}
.tab-content table thead th:first-of-type {
	text-align: left;
}
.tab-content table thead th:last-of-type {
	padding-left: 14px;
}
.tab-content table tbody tr {
	border-bottom: 1px solid #d2d2d7;
}
.tab-content table tbody tr:last-of-type {
	border-bottom: 3px solid #d2d2d7;
}
.tab-content table tbody td {
	text-align: right;
	padding: 4px 0;
}
.tab-content table tbody td:first-of-type {
	text-align: left;
}
.tab-content table tbody td:last-of-type {
	padding-left: 14px;
}

@media only screen and (max-width: 1068px) {
	.tab,
	.tab-content table {
		font-size: 14px;
	}
}

@media only screen and (max-width: 734px) {
	.tab {
		border-radius: 1em;
		margin: 0 10px 10px 0;
	}
}

/* ===== Pins ===== */
.pin {
	position: relative;
	z-index: 1;
}
.pin::before,
.pin::after {
	background-color: #d6d6d6;
	content: "";
	display: block;
}
.pin.pin-horizontal {
	left: calc(50% + 35px);
	right: 0;
	height: 2px;
	top: -36px;
	width: 90px;
}
.pin.pin-horizontal::before {
	margin: -5px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: none;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #d6d6d6;
	border-radius: unset;
	background-color: unset;
}
.pin.pin-horizontal::after {
	overflow: hidden;
	height: 2px;
	width: 100%;
}
.pin.pin-horizontal-right::before {
	right: 0;
}

.pin.pin-vertical,
.pin.pin-vertical::before,
.pin.pin-vertical::after {
	display: none;
}

@media only screen and (max-width: 1068px) {
	.pin.pin-horizontal {
		left: calc(50% + 30px);
		width: 65px;
	}
}

@media only screen and (max-width: 734px) {
	.pin {
		position: relative;
		z-index: 1;
	}
	.pin::before,
	.pin::after {
		background-color: #d6d6d6;
		content: "";
		display: block;
	}
	.pin.pin-vertical {
		left: 50%;
		right: unset;
		top: 0;
		width: 2px;
		height: auto;
	}
	.pin.pin-vertical::before {
		margin: -5px;
		width: 0;
		height: 0;
		border-top: 6px solid #d6d6d6;
		border-right: 6px solid transparent;
		border-bottom: none;
		border-left: 6px solid transparent;
		border-radius: unset;
		background-color: unset;
	}
	.pin.pin-vertical::after {
		overflow: hidden;
		width: 2px;
		height: 34px;
	}
	.pin.pin-vertical-bottom {
		padding-top: 0;
	}
	.pin.pin-vertical-bottom::before {
		bottom: 0;
	}

	.pin.pin-vertical,
	.pin.pin-vertical::before,
	.pin.pin-vertical::after {
		display: block;
	}

	.pin.pin-horizontal,
	.pin.pin-horizontal::before,
	.pin.pin-horizontal::after {
		display: none;
	}
}

/* ===== Payment Flow ===== */
.row-payment-flow {
	margin: 2em 0;
}
.payment-flow {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 128px;
	margin: 0 40px 0 0;
}
.payment-flow:last-of-type {
	margin-right: 0;
}
.payment-flow .flow-icon {
	margin: 3px auto 9px;
	height: 40px;
	width: 40px;
}

@media only screen and (max-width: 1068px) {
	.payment-flow {
		margin-right: 8px;
		width: 118px;
	}
}

@media only screen and (max-width: 734px) {
	.row-payment-flow {
		margin: 0 0;
	}
	.payment-flow {
		display: block;
		width: 100%;
		max-width: 200px;
		margin: 1em auto 0;
	}
	.payment-flow:last-of-type {
		margin-right: auto;
	}
}

/* ===== Payment Flow Compact ===== */
.payment-flow-compact .pin.pin-horizontal {
	width: 45px;
	top: -34px;
}
.payment-flow-compact .payment-flow {
	width: 70px;
}
.payment-flow-compact .payment-flow:first-of-type {
	margin-left: -14px;
}
.payment-flow-compact .payment-flow:last-of-type {
	margin-right: 0;
	margin-left: -5px;
}
.row-payment-flow.payment-flow-compact .flow-icon {
	height: 34px;
	width: auto;
}
@media only screen and (max-width: 1068px) {
	.payment-flow-compact .payment-flow {
		margin-right: 35px;
		width: 70px;
	}
}
@media only screen and (max-width: 734px) {
	.payment-flow-compact .pin.pin-horizontal,
	.payment-flow-compact .pin.pin-horizontal::before,
	.payment-flow-compact .pin.pin-horizontal::after {
		display: block;
	}
	.payment-flow-compact .pin.pin-horizontal {
		width: 30px;
	}
	.payment-flow-compact .payment-flow {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin-right: 35px;
		width: 55px;
	}
	.row-payment-flow.payment-flow-compact .flow-icon {
		height: 32px;
	}
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}
#main section .section-content .row > .column.large-6:nth-of-type(odd) {
	padding-right: 34px;
}
#main section .section-content .row > .column.large-6:nth-of-type(even) {
	padding-left: 34px;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
	#main section .section-content .row > .column.large-6:nth-of-type(odd) {
		padding-right: 17px;
	}
	#main section .section-content .row > .column.large-6:nth-of-type(even) {
		padding-left: 17px;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
	#main section .section-content .row > .column.large-6:nth-of-type(odd) {
		padding-right: 0;
	}
	#main section .section-content .row > .column.large-6:nth-of-type(even) {
		padding-left: 0;
	}
}

/* === DARK MODE === */
body[data-color-scheme="dark"] .tab {
	background-color: #1d1d1f;
}
body[data-color-scheme="dark"] .tab.active {
	background-color: #424245;
}
body[data-color-scheme="dark"] .tab-content div {
	border-color: #424245;
}
body[data-color-scheme="dark"] .tab-content table thead tr {
	border-color: #424245;
}
body[data-color-scheme="dark"] .tab-content table tbody tr {
	border-color: #424245;
}
html body[data-color-scheme="dark"] .pin.pin-horizontal::before {
	border-left: 6px solid #6e6e73;
}
html body[data-color-scheme="dark"] .pin.pin-vertical::before {
	border-top: 6px solid #6e6e73;
}
