html {
	font-size: 10px;
	line-height: 1.15;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0 auto;
	background-color: #f5f5f5;
	-webkit-font-smoothing: antialiased;
	display: block;
}

.obg-error-layout {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
}

.obg-error-layout-header {
	padding: 18px 10px;
	background-color: #ffffff;
}

.obg-error-layout-content {
	padding: 0px 40px;
}

.obg-browser-not-supported {
	display: block;
	padding: 90px 0;
}

.obg-browser-not-supported > img {
	display: block;
	margin: 0 auto;
	width: 120px;
}

.obg-error-layout-header img {
	height: 29px;
}

img {
	border-style: none;
}

.obg-browser-not-supported .obg-browser-not-supported-header {
	margin: 50px 0 30px;
}

.obg-browser-not-supported .obg-browser-not-supported-header {
	font-size: 4.5rem;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	display: block;
	margin: 0;
}
a {
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
}

.obg-maintenance-container {
	display: flex;
	max-width: 1400px;
	margin: 75px auto;
	flex-wrap: wrap;
	justify-content: center;
}

.obg-maintenance-error {
	display: inline-block;
	text-align: center;
	width: 300px;
	margin: 20px 15px;
}

.obg-maintenance-description {
	display: inline-block;
}

.obg-maintenance-title {
	margin-top: 30px;
	font-size: 2rem;
	line-height: 1.3;
	color: #7b7b7b;
}

.obg-maintenance-message {
	font-size: 1.35rem;
	color: #9b9b9b;
}

.obg-maintenance-message {
	line-height: 1.15;
	margin-top: 10px;
}

.obg-maintenance-icon {
	padding-top: 80px;
	text-align: center;
}

.obg-maintenance-main-title {
	font-size: 4.6rem;
	text-align: center;
	color: #7b7b7b;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 46px;
	margin-bottom: 15px;
}

.obg-maintenance-subtitle {
	text-align: center;
	font-size: 1.7rem;
	line-height: 2.16rem;
	color: #9b9b9b;
}

.obg-redirect-button {
	background-color: #102b46;
	color: white !important;
	padding: 18px 10px;
	text-decoration: none;
	font-size: 1.6rem;
	margin: 40px auto;
	display: block;
	text-align: center;
	max-width: 200px;
	border-radius: 8px;
}

.obg-fallback-link-container {
	padding-top: 50px;
	margin: auto;
	width: 80vw;
	height: 300px;
	display: flex;
	justify-content: space-evenly;
}

.obg-fallback-link {
	width: 250px;
	height: 180px;
	background-color: white;
	padding: 15px;
	border-radius: 4px;
}

.obg-fallback-link > p {
	font-size: 1.4rem;
	height: 2em;
	margin: auto;
	padding-left: 10px;
	justify-content: center;
	color: black;
}

.obg-fallback-link .obg-maintenance-title {
	font-size: 1.7rem;
	padding-bottom: 10px;
	text-align: center;
}

.obg-fallback-link > a {
	margin: 20px auto;
}

@media only screen and (max-width: 767px) {
	.obg-maintenance-error {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.obg-maintenance-main-title {
		font-size: 3.5rem;
	}

	.obg-maintenance-title {
		font-size: 1.7rem;
		margin-top: 0;
	}

	.obg-maintenance-error img {
		width: 60px;
		height: 60px;
	}

	.obg-maintenance-description {
		margin-left: 20px;
		text-align: left;
	}

	.obg-maintenance-message {
		margin-top: 5px;
		color: #7b7b7b;
		font-size: 1.7rem;
	}

	.obg-maintenance-subtitle {
		margin-top: 40px;
		font-size: 2.5rem;
	}

	.obg-fallback-link-container {
		height: 100vh;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}
}

.obg-maintenance-error img {
	height: 75px;
	width: 75px;
}

/*
 * Country blocked styles
 */
.obg-blocked-country {
	color: #333;
}

.obg-blocked-country a {
	color: #006eb4;
}

.obg-blocked-country .obg-maintenance-main-title {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 4.8rem;
	margin: 2.1rem 0;
	color: inherit;
}

.obg-blocked-country .obg-maintenance-subtitle {
	font-size: 1.6rem;
	margin: 16px 0;
	color: inherit;
}

.obg-blocked-country .obg-maintenance-title {
	font-size: 1.44rem;
	font-weight: bold;
	margin: 1.2rem 0;
	color: inherit;
}

.obg-blocked-country .obg-maintenance-message {
	margin: 1.44rem 0;
	line-height: 2.16rem;
	color: inherit;
}

.obg-blocked-country .obg-maintenance-error {
	margin-bottom: 30px;
	margin-top: 30px;
}

.obg-maintenance-dev:not(:empty) {
	background-color: #ffffff57;
	border: 2px solid #00000059;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	padding: 14px 4px;
	border-radius: 3px;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.obg-blocked-country .obg-maintenance-description {
		margin-left: 0;
		text-align: center;
	}

	.obg-blocked-country .obg-maintenance-error {
		display: inline-block;
	}
}

/*
 * Desktop Not Supported Page styles
 */
.obg-dns-container {
	display: flex;
	min-height: 100vh;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #ffffff;
}

.obg-dns-content {
	flex: 0 0 720px;
	max-width: 720px;
	background-color: #ffffff;
	padding: 48px;
	display: flex;
	flex-direction: column;
}

.obg-dns-content-inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 624px;
}

.obg-dns-logo img {
	height: 33px;
	width: auto;
}

.obg-dns-icon-badge {
	width: 84px;
	height: 84px;
	background-color: #ff0036;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 12px 0 rgba(255, 0, 54, 0.3);
}

.obg-dns-icon-badge img {
	width: 52px;
	height: 52px;
}

.obg-dns-headings {
	display: flex;
	flex-direction: column;
}

.obg-dns-title {
	font: 700 40px/56px Poppins, Arial, sans-serif;
	color: #102b46;
	margin: 0;
}

.obg-dns-tagline {
	font: 400 20px/32px Poppins, Arial, sans-serif;
	color: #ff0036;
	margin: 0;
}

.obg-dns-description {
	font: 400 14px/20px Poppins, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.87);
	margin: 0;
	max-width: 420px;
}

.obg-dns-qr-card {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	box-shadow: 0px 7px 16px 0px rgba(0, 0, 15, 0.15);
	padding: 16px 16px 24px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 200px;
}

.obg-dns-qr-image {
	width: 120px;
	height: auto;
	border: 2px solid #000000;
	padding: 6px;
	border-radius: 16px;
}

.obg-dns-qr-text {
	font: 400 14px/20px Poppins, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.87);
	text-align: center;
	margin: 0;
}

.obg-dns-steps {
	display: flex;
	gap: 19px;
	width: 100%;
}

.obg-dns-step {
	flex: 1;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}

.obg-dns-step-number {
	width: 38px;
	height: 38px;
	background-color: #a8cbf0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font: 700 20px/30px Poppins, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.87);
}

.obg-dns-step-text {
	font: 400 16px/24px Poppins, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.87);
	text-align: center;
}

.obg-dns-step-text p {
	margin: 0;
}

.obg-dns-url-card {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	padding: 16px;
	text-align: center;
	width: 100%;
}

.obg-dns-url-label {
	font: 400 14px/20px Poppins, Arial, sans-serif;
	color: rgba(0, 0, 0, 0.87);
	margin: 0;
}

.obg-dns-url-link {
	font: 400 16px/24px Poppins, Arial, sans-serif;
	color: #ff0036;
	margin: 0;
	text-decoration: none;
}

.obg-dns-background {
	flex: 1;
	position: relative;
	overflow: hidden;
	min-height: 807px;
}

.obg-dns-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* 1440px */
@media only screen and (max-width: 1439px) {
	.obg-dns-content {
		flex: 0 0 600px;
		max-width: 600px;
		padding: 40px;
	}

	.obg-dns-content-inner {
		gap: 28px;
	}
}

/* 1280px */
@media only screen and (max-width: 1279px) {
	.obg-dns-content {
		flex: 0 0 520px;
		max-width: 520px;
		padding: 32px;
	}

	.obg-dns-content-inner {
		gap: 24px;
	}

	.obg-dns-title {
		font-size: 32px;
		line-height: 48px;
	}
}

/* 1024px - No side image */
@media only screen and (max-width: 1023px) {
	.obg-dns-container {
		justify-content: center;
	}

	.obg-dns-content {
		flex: 1;
		max-width: 720px;
		padding: 48px;
	}

	.obg-dns-content-inner {
		align-items: center;
		text-align: center;
		margin: 0 auto;
	}

	.obg-dns-headings {
		align-items: center;
	}

	.obg-dns-description {
		text-align: center;
	}

	.obg-dns-background {
		display: none;
	}

	.obg-dns-steps {
		max-width: 500px;
	}
}
