@charset "UTF-8";
.obg-m-core-layout {
	display: block;
	margin: 0 auto
}

.obg-m-core-layout-outlet {
	min-height: 90vh
}

.obg-m-header {
	display: block;
	width: 100%;
	z-index: 3
}

.obg-m-header:not([static]) {
	position: absolute;
	top: 0
}

.obg-m-header a.mat-mini-fab,
.obg-m-header button.mat-mini-fab {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.obg-m-header a mat-spinner,
.obg-m-header button mat-spinner {
	display: inline-block
}

.obg-m-header nav {
	display: inherit;
	-webkit-box-flex: 1;
	flex: 1 1 0
}

.obg-m-header .obg-m-beta-badge-content {
	vertical-align: top
}

.obg-m-header .ico-promotions::before {
	vertical-align: .1rem
}

.obg-m-header .obg-menu-item {
	display: inline-block
}

.obg-m-header .obg-menu a {
	padding: 4px 10px;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out
}

.obg-m-header obg-icon-list {
	margin-right: 10px
}

.obg-m-header .obg-m-header-toolbar-main {
	height: 50px;
	padding: 6px 10px 0
}

.obg-m-header .obg-m-header-toolbar-main-title {
	text-transform: uppercase;
	margin-right: 10px
}

.obg-m-header[navigationHidden] .obg-m-header-toolbar-main {
	padding-top: 0
}

.obg-m-header-toolbar-navigation.mat-toolbar-row {
	height: 40px;
	padding: 0
}

.obg-m-header-toolbar-navigation .icon-list-container,
.obg-m-header-toolbar-navigation.mat-toolbar-row nav {
	height: 40px
}

.obg-m-header-toolbar-navigation .icon-list-container a,
.obg-m-header-toolbar-navigation .icon-list-container>span {
	display: inline-block;
	line-height: 1
}

.obg-m-header-toolbar-navigation .obg-icon-list img {
	height: 35px
}

.obg-m-header-logo {
	margin-top: 5px;
	display: inline-block
}

[_nghost-halo-app-c3] {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden!important
}

.ng-scrollbar-container[_ngcontent-halo-app-c3] {
	position: relative;
	overflow: hidden!important;
	width: 100%;
	height: 100%
}

.ng-scrollbar-autohide[_ngcontent-halo-app-c3]>.ng-scrollbar[_ngcontent-halo-app-c3] {
	opacity: 0;
	transition: opacity 120ms ease-out
}

.ng-scrollbar-autohide[_ngcontent-halo-app-c3]:active>.ng-scrollbar[_ngcontent-halo-app-c3],
.ng-scrollbar-autohide[_ngcontent-halo-app-c3]:focus>.ng-scrollbar[_ngcontent-halo-app-c3],
.ng-scrollbar-autohide[_ngcontent-halo-app-c3]:hover>.ng-scrollbar[_ngcontent-halo-app-c3] {
	opacity: 1;
	transition: opacity 340ms ease-out
}

.ng-scrollbar[_ngcontent-halo-app-c3] {
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 1;
	border-radius: 3px
}

.-vertical[_ngcontent-halo-app-c3] {
	width: 6px;
	top: 2px
}

.-vertical[_ngcontent-halo-app-c3] .ng-scrollbar-thumb[_ngcontent-halo-app-c3] {
	width: 100%
}

.-horizontal[_ngcontent-halo-app-c3] {
	height: 6px;
	left: 2px
}

.-horizontal[_ngcontent-halo-app-c3] .ng-scrollbar-thumb[_ngcontent-halo-app-c3] {
	height: 100%
}

.ng-scrollbar-disabled[_ngcontent-halo-app-c3] {
	display: none
}

.ng-scrollbar-thumb[_ngcontent-halo-app-c3] {
	position: relative;
	display: block;
	width: 0;
	height: 0;
	border-radius: inherit;
	background-color: rgba(0, 0, 0, .2);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.ng-scrollbar-thumb[_ngcontent-halo-app-c3]:active,
.ng-scrollbar-thumb[_ngcontent-halo-app-c3]:hover {
	background-color: rgba(0, 0, 0, .3)
}

.ng-scrollbar-view[_ngcontent-halo-app-c3] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: scroll;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch
}

.ng-scrollbar-view[_ngcontent-halo-app-c3] [_ngcontent-halo-app-c3]::-webkit-scrollbar {
	background: 0
}

.obg-footer {
	display: block;
	width: 100%;
	min-width: 305px;
	max-width: 1920px
}

.obg-footer .obg-icon-list {
	display: -webkit-box;
	display: flex;
	padding: 16px 0;
	text-align: center
}

.obg-footer .obg-icon-list a {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.obg-footer .obg-icon-list a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.obg-footer .obg-icon-list img {
	height: 60px
}

.obg-footer .obg-footer-container footer>.obg-icon-list {
	display: block
}

.obg-footer .obg-footer-container footer>.obg-icon-list a,
.obg-footer .obg-footer-container footer>.obg-icon-list span {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 16.6%
}

.obg-footer .obg-footer-container footer>.obg-icon-list .icon-list-container {
	display: -webkit-box;
	display: flex;
	width: 100%;
	max-width: 1440px;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto
}

.obg-footer .obg-footer-container footer>.obg-icon-list .icon-list-title {
	width: 100%
}

.obg-footer .icon-list-title {
	width: 100%;
	padding: 0;
	margin-bottom: 25px
}

.obg-footer-licenses>div,
.obg-footer-other-links>div,
.obg-footer-product-info>div,
.obg-footer>.obg-icon-list {
	padding: 24px 40px
}

.obg-footer-other-links .obg-menu {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 24px 40px
}

.obg-footer-other-links .obg-menu-item {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	cursor: pointer;
	height: 36px;
	margin: 0 7px 10px;
	padding: 8px 10px;
	outline: 0;
	border-radius: 2px;
	border: 0;
	min-width: 180px
}

.obg-footer-other-links .obg-menu-item i+span {
	padding-left: 10px
}

.obg-footer-other-links button {
	text-align: left
}

.obg-footer-other-links a,
.obg-footer-other-links button {
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out
}

.obg-footer-licenses div {
	max-width: 1440px;
	margin: 0 auto;
	display: -webkit-box;
	display: flex
}

.obg-footer-licenses div>a {
	text-align: center;
	padding-right: 30px;
	min-width: 180px
}

.obg-footer-licenses div p a:hover {
	text-decoration: underline
}

.obg-footer-licenses img {
	max-width: 180px;
	width: 100%
}

.obg-footer-licenses p {
	line-height: 1.8
}

.obg-footer-product-info>div {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	max-width: 1440px;
	margin: 0 auto;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.obg-footer .obg-menu-item-list {
	padding: 20px 16px;
	width: 16.6%
}

.obg-footer .obg-menu-item-list .item-list-title {
	margin-bottom: 5px
}

.obg-footer-seo-content {
	display: -webkit-box;
	display: flex
}

.obg-footer-seo-content>.obg-page-seo-content-container {
	margin: 40px 0;
	max-width: 1440px
}

@media only screen and (max-width:767px) {
	.obg-footer-seo-content>.obg-page-seo-content-container {
		display: none
	}
}

.obg-footer-seo-content>.obg-page-seo-content-container:empty {
	margin: 0
}

.obg-footer-responsible-gaming {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	padding: 24px 40px
}

.obg-footer-responsible-gaming .obg-menu {
	text-align: right;
	-webkit-box-pack: end;
	justify-content: flex-end;
	width: 100%;
	max-width: 1440px;
	padding: 0 40px
}

.obg-footer-responsible-gaming .obg-menu a:not(:last-child)::after {
	content: "|";
	padding: 0 5px
}

.obg-footer-responsible-gaming .obg-menu a:hover {
	text-decoration: underline
}

.obg-footer-responsible-gaming .obg-icon-list {
	border: 0;
	margin: 0;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	max-width: 1440px;
	width: 100%;
	padding: 24px 40px
}

.obg-footer-responsible-gaming .obg-icon-list img {
	max-height: 40px
}

.obg-footer-responsible-gaming .icon-list-title {
	max-width: 200px;
	margin-bottom: 0
}

.obg-footer-responsible-gaming .icon-list-title a:hover {
	text-decoration: underline
}

.obg-footer-responsible-gaming .copyright {
	text-align: right;
	width: 100%;
	max-width: 1440px;
	padding: 0 40px
}

.obg-footer-responsible-gaming-content-description {
	max-width: 1440px;
	margin: 0 auto;
	padding: 24px 40px;
	line-height: 1.8
}

.obg-footer-responsible-gaming-content a:hover {
	text-decoration: underline
}

.obg-footer-medium .obg-footer-container a:hover,
.obg-footer-small .obg-footer-container a:hover {
	text-decoration: initial
}

.obg-footer-medium .obg-footer-container .obg-icon-list,
.obg-footer-small .obg-footer-container .obg-icon-list {
	padding: 8px 16px
}

.obg-footer-medium .obg-footer-container .obg-icon-list a,
.obg-footer-small .obg-footer-container .obg-icon-list a {
	-webkit-transition: none;
	transition: none
}

.obg-footer-medium .obg-footer-container .obg-icon-list a:hover,
.obg-footer-small .obg-footer-container .obg-icon-list a:hover {
	-webkit-transform: initial;
	transform: initial
}

.obg-footer-medium .obg-footer-container .obg-icon-list img,
.obg-footer-small .obg-footer-container .obg-icon-list img {
	max-height: 40px;
	margin: 4px
}

.obg-footer-medium .obg-footer-container .obg-icon-list .icon-list-title,
.obg-footer-small .obg-footer-container .obg-icon-list .icon-list-title {
	margin-bottom: 16px;
	max-width: 100%
}

.obg-footer-medium .obg-footer-container .obg-icon-list .icon-list-container,
.obg-footer-small .obg-footer-container .obg-icon-list .icon-list-container {
	flex-wrap: wrap;
	max-width: 100%
}

.obg-footer-medium .obg-footer-container .obg-menu-item-list,
.obg-footer-small .obg-footer-container .obg-menu-item-list {
	width: 33.3%
}

.obg-footer-medium .obg-footer-container .obg-footer-licenses div,
.obg-footer-small .obg-footer-container .obg-footer-licenses div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.obg-footer-medium .obg-footer-container .obg-footer-licenses a,
.obg-footer-small .obg-footer-container .obg-footer-licenses a {
	-webkit-box-pack: center;
	justify-content: center;
	padding: 20px 0;
	max-width: 100%
}

.obg-footer-medium .obg-footer-container .obg-footer-licenses p,
.obg-footer-medium .obg-footer-container .obg-menu,
.obg-footer-small .obg-footer-container .obg-footer-licenses p,
.obg-footer-small .obg-footer-container .obg-menu {
	text-align: center
}

.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming,
.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming {
	padding: 16px
}

.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .obg-icon-list,
.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .obg-icon-list {
	-webkit-box-pack: center;
	justify-content: center
}

.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .copyright,
.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .copyright {
	text-align: center
}

.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .icon-list-title,
.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .icon-list-title {
	margin-bottom: 12px;
	width: 100%
}

.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .icon-list-container,
.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .icon-list-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%
}

.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .obg-menu,
.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .obg-menu {
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 16px
}

.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .obg-menu a,
.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .obg-menu a {
	padding: 5px 0
}

.obg-footer-medium .obg-footer-container .obg-footer-regulation-icon-list,
.obg-footer-small .obg-footer-container .obg-footer-regulation-icon-list {
	border-bottom: 0;
	padding-bottom: 0
}

.obg-footer-small .obg-footer-container footer>.obg-icon-list a,
.obg-footer-small .obg-footer-container footer>.obg-icon-list span {
	width: 33%
}

.obg-footer-small .obg-footer-other-links .obg-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.obg-footer-small .obg-footer-other-links .obg-menu-item {
	margin-left: auto;
	margin-right: auto
}

.obg-footer-medium .obg-footer-container footer>.obg-icon-list a,
.obg-footer-medium .obg-footer-container footer>.obg-icon-list span {
	width: 25%
}

@media(-ms-high-contrast:active) {
	.mat-toolbar {
		outline: solid 1px
	}
}

.mat-toolbar-row,
.mat-toolbar-single-row {
	display: flex;
	box-sizing: border-box;
	padding: 0 16px;
	width: 100%;
	flex-direction: row;
	align-items: center;
	white-space: nowrap
}

.mat-toolbar-multiple-rows {
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	width: 100%
}

.mat-toolbar-multiple-rows {
	min-height: 64px
}

.mat-toolbar-row,
.mat-toolbar-single-row {
	height: 64px
}

@media(max-width:599px) {
	.mat-toolbar-multiple-rows {
		min-height: 56px
	}
	.mat-toolbar-row,
	.mat-toolbar-single-row {
		height: 56px
	}
}

@media screen and (min-width:600px),
screen and (min-width:960px),
screen and (min-width:1280px),
screen and (min-width:1920px),
screen and (min-width:1920px) and (max-width:4999.9px),
screen and (max-width:1919.9px),
screen and (min-width:1024px),
screen and (max-width:1279.9px),
screen and (min-width:512px) and (max-width:1023px),
screen and (max-width:959.9px),
screen and (max-width:511px),
screen and (max-width:599.9px),
screen and (min-width:0) and (max-width:599.9px),
print {}

.obg-m-beta-badge {
	display: inline-block
}

.obg-m-beta-badge .badge-content {
	border-radius: 2px;
	display: inline;
	padding: 1px 4px;
	text-transform: uppercase
}

.obg-m-beta-badge .old-site-link {
	background: 0;
	cursor: pointer;
	border: 0;
	margin-left: 10px;
	line-height: .5
}

.obg-m-beta-badge .old-site-link:active,
.obg-m-beta-badge .old-site-link:focus {
	outline: 0
}

.obg-m-beta-badge .beta-badge-back {
	position: relative;
	top: 2px
}

.mat-button .mat-button-focus-overlay,
.mat-icon-button .mat-button-focus-overlay {
	opacity: 0
}

.mat-button:hover .mat-button-focus-overlay,
.mat-stroked-button:hover .mat-button-focus-overlay {
	opacity: .04
}

@media(hover:none) {
	.mat-button:hover .mat-button-focus-overlay,
	.mat-stroked-button:hover .mat-button-focus-overlay {
		opacity: 0
	}
}

.mat-button,
.mat-flat-button,
.mat-icon-button,
.mat-stroked-button {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible
}

.mat-button::-moz-focus-inner,
.mat-flat-button::-moz-focus-inner,
.mat-icon-button::-moz-focus-inner,
.mat-stroked-button::-moz-focus-inner {
	border: 0
}

.mat-button[disabled],
.mat-flat-button[disabled],
.mat-icon-button[disabled],
.mat-stroked-button[disabled] {
	cursor: default
}

.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-flat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}

.mat-button::-moz-focus-inner,
.mat-flat-button::-moz-focus-inner,
.mat-icon-button::-moz-focus-inner,
.mat-stroked-button::-moz-focus-inner {
	border: 0
}

.mat-raised-button {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1)
}

.mat-raised-button::-moz-focus-inner {
	border: 0
}

.mat-raised-button[disabled] {
	cursor: default
}

.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-raised-button.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}

.mat-raised-button::-moz-focus-inner {
	border: 0
}

._mat-animation-noopable.mat-raised-button {
	transition: none;
	animation: none
}

.mat-stroked-button {
	border: 1px solid currentColor;
	padding: 0 15px;
	line-height: 34px
}

.mat-stroked-button .mat-button-focus-overlay,
.mat-stroked-button .mat-button-ripple.mat-ripple {
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px
}

.mat-fab {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
	min-width: 0;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	padding: 0;
	flex-shrink: 0
}

.mat-fab::-moz-focus-inner {
	border: 0
}

.mat-fab[disabled] {
	cursor: default
}

.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-fab.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}

.mat-fab::-moz-focus-inner {
	border: 0
}

._mat-animation-noopable.mat-fab {
	transition: none;
	animation: none
}

.mat-fab .mat-button-wrapper {
	padding: 16px 0;
	display: inline-block;
	line-height: 24px
}

.mat-mini-fab {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
	min-width: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 0;
	flex-shrink: 0
}

.mat-mini-fab::-moz-focus-inner {
	border: 0
}

.mat-mini-fab[disabled] {
	cursor: default
}

.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}

.mat-mini-fab::-moz-focus-inner {
	border: 0
}

._mat-animation-noopable.mat-mini-fab {
	transition: none;
	animation: none
}

.mat-mini-fab .mat-button-wrapper {
	padding: 8px 0;
	display: inline-block;
	line-height: 24px
}

.mat-icon-button {
	padding: 0;
	min-width: 0;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	line-height: 40px;
	border-radius: 50%
}

.mat-icon-button .mat-icon,
.mat-icon-button i {
	line-height: 24px
}

.mat-button-focus-overlay,
.mat-button-ripple.mat-ripple {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	border-radius: inherit
}

.mat-button-ripple.mat-ripple:not(:empty) {
	transform: translateZ(0)
}

.mat-button-focus-overlay {
	opacity: 0;
	transition: opacity .2s cubic-bezier(.35, 0, .25, 1), background-color .2s cubic-bezier(.35, 0, .25, 1)
}

._mat-animation-noopable .mat-button-focus-overlay {
	transition: none
}

@media(-ms-high-contrast:active) {
	.mat-button-focus-overlay {
		background-color: #fff
	}
}

@media(-ms-high-contrast:black-on-white) {
	.mat-button-focus-overlay {
		background-color: #000
	}
}

.mat-button-ripple-round {
	border-radius: 50%;
	z-index: 1
}

.mat-button .mat-button-wrapper>*,
.mat-fab .mat-button-wrapper>*,
.mat-flat-button .mat-button-wrapper>*,
.mat-icon-button .mat-button-wrapper>*,
.mat-mini-fab .mat-button-wrapper>*,
.mat-raised-button .mat-button-wrapper>*,
.mat-stroked-button .mat-button-wrapper>* {
	vertical-align: middle
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button {
	display: block;
	font-size: inherit;
	width: 2.5em;
	height: 2.5em
}

@media(-ms-high-contrast:active) {
	.mat-button,
	.mat-fab,
	.mat-flat-button,
	.mat-icon-button,
	.mat-mini-fab,
	.mat-raised-button {
		outline: solid 1px
	}
}

.obg-m-account-control-container>:not(:last-child) {
	margin-right: 15px
}

.obg-m-language-selector button {
	text-transform: uppercase
}

.obg-m-language-selector-menu a {
	display: -webkit-box;
	display: flex
}

.obg-m-language-selector-menu .image-container {
	display: -webkit-inline-box;
	display: inline-flex;
	margin: auto 10px auto 0;
	border-radius: 50%;
	width: 24px;
	height: 24px
}

.obg-m-language-selector-persistent-content {
	height: 0;
	overflow: hidden;
	position: absolute
}

.obg-m-dropdown-menu-trigger {
	display: inline-block
}

.obg-m-dropdown-menu-panel.mat-menu-panel {
	margin-top: 10px;
	max-width: unset
}

.obg-m-dropdown-menu-panel.mat-menu-panel .mat-menu-content {
	padding: 0
}

.mat-menu-panel {
	min-width: 112px;
	max-width: 280px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: calc(100vh - 48px);
	border-radius: 4px;
	outline: 0;
	min-height: 64px
}

.mat-menu-panel.ng-animating {
	pointer-events: none
}

@media(-ms-high-contrast:active) {
	.mat-menu-panel {
		outline: solid 1px
	}
}

.mat-menu-content:not(:empty) {
	padding-top: 8px;
	padding-bottom: 8px
}

.mat-menu-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 48px;
	height: 48px;
	padding: 0 16px;
	text-align: left;
	text-decoration: none;
	max-width: 100%;
	position: relative
}

.mat-menu-item::-moz-focus-inner {
	border: 0
}

.mat-menu-item[disabled] {
	cursor: default
}

[dir=rtl] .mat-menu-item {
	text-align: right
}

.mat-menu-item .mat-icon {
	margin-right: 16px;
	vertical-align: middle
}

.mat-menu-item .mat-icon svg {
	vertical-align: top
}

[dir=rtl] .mat-menu-item .mat-icon {
	margin-left: 16px;
	margin-right: 0
}

.mat-menu-item[disabled] {
	pointer-events: none
}

@media(-ms-high-contrast:active) {
	.mat-menu-item-highlighted,
	.mat-menu-item.cdk-keyboard-focused,
	.mat-menu-item.cdk-program-focused {
		outline: dotted 1px
	}
}

.mat-menu-item-submenu-trigger {
	padding-right: 32px
}

.mat-menu-item-submenu-trigger::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent currentColor;
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%)
}

[dir=rtl] .mat-menu-item-submenu-trigger {
	padding-right: 16px;
	padding-left: 32px
}

[dir=rtl] .mat-menu-item-submenu-trigger::after {
	right: auto;
	left: 16px;
	transform: rotateY(180deg) translateY(-50%)
}

button.mat-menu-item {
	width: 100%
}

.mat-menu-item .mat-menu-ripple {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none
}

.mat-divider {
	display: block;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid
}

.mat-divider.mat-divider-vertical {
	border-top: 0;
	border-right-width: 1px;
	border-right-style: solid
}

.mat-divider.mat-divider-inset {
	margin-left: 80px
}

[dir=rtl] .mat-divider.mat-divider-inset {
	margin-left: auto;
	margin-right: 80px
}

.mat-progress-spinner {
	display: block;
	position: relative
}

.mat-progress-spinner svg {
	position: absolute;
	transform: rotate(-90deg);
	top: 0;
	left: 0;
	transform-origin: center;
	overflow: visible
}

.mat-progress-spinner circle {
	fill: transparent;
	transform-origin: center;
	transition: stroke-dashoffset 225ms linear
}

._mat-animation-noopable.mat-progress-spinner circle {
	transition: none;
	animation: none
}

.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] {
	animation: mat-progress-spinner-linear-rotate 2s linear infinite
}

._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] {
	transition: none;
	animation: none
}

.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle {
	transition-property: stroke;
	animation-duration: 4s;
	animation-timing-function: cubic-bezier(.35, 0, .25, 1);
	animation-iteration-count: infinite
}

._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle {
	transition: none;
	animation: none
}

.mat-progress-spinner.mat-progress-spinner-indeterminate-fallback-animation[mode=indeterminate] {
	animation: mat-progress-spinner-stroke-rotate-fallback 10s cubic-bezier(.87, .03, .33, 1) infinite
}

._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-fallback-animation[mode=indeterminate] {
	transition: none;
	animation: none
}

.mat-progress-spinner.mat-progress-spinner-indeterminate-fallback-animation[mode=indeterminate] circle {
	transition-property: stroke
}

._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-fallback-animation[mode=indeterminate] circle {
	transition: none;
	animation: none
}

@keyframes mat-progress-spinner-linear-rotate {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes mat-progress-spinner-stroke-rotate-100 {
	0% {
		stroke-dashoffset: 268.60617px;
		transform: rotate(0)
	}
	12.5% {
		stroke-dashoffset: 56.54867px;
		transform: rotate(0)
	}
	12.5001% {
		stroke-dashoffset: 56.54867px;
		transform: rotateX(180deg) rotate(72.5deg)
	}
	25% {
		stroke-dashoffset: 268.60617px;
		transform: rotateX(180deg) rotate(72.5deg)
	}
	25.0001% {
		stroke-dashoffset: 268.60617px;
		transform: rotate(270deg)
	}
	37.5% {
		stroke-dashoffset: 56.54867px;
		transform: rotate(270deg)
	}
	37.5001% {
		stroke-dashoffset: 56.54867px;
		transform: rotateX(180deg) rotate(161.5deg)
	}
	50% {
		stroke-dashoffset: 268.60617px;
		transform: rotateX(180deg) rotate(161.5deg)
	}
	50.0001% {
		stroke-dashoffset: 268.60617px;
		transform: rotate(180deg)
	}
	62.5% {
		stroke-dashoffset: 56.54867px;
		transform: rotate(180deg)
	}
	62.5001% {
		stroke-dashoffset: 56.54867px;
		transform: rotateX(180deg) rotate(251.5deg)
	}
	75% {
		stroke-dashoffset: 268.60617px;
		transform: rotateX(180deg) rotate(251.5deg)
	}
	75.0001% {
		stroke-dashoffset: 268.60617px;
		transform: rotate(90deg)
	}
	87.5% {
		stroke-dashoffset: 56.54867px;
		transform: rotate(90deg)
	}
	87.5001% {
		stroke-dashoffset: 56.54867px;
		transform: rotateX(180deg) rotate(341.5deg)
	}
	100% {
		stroke-dashoffset: 268.60617px;
		transform: rotateX(180deg) rotate(341.5deg)
	}
}

@keyframes mat-progress-spinner-stroke-rotate-fallback {
	0% {
		transform: rotate(0)
	}
	25% {
		transform: rotate(1170deg)
	}
	50% {
		transform: rotate(2340deg)
	}
	75% {
		transform: rotate(3510deg)
	}
	100% {
		transform: rotate(4680deg)
	}
}

.obg-menu {
	display: block
}

.obg-menu-header {
	margin: 17px 5px 7px
}

.obg-menu .icon {
	margin-right: 10px
}

.obg-icon-list {
	display: block
}

.obg-icon-list {
	display: block
}

.obg-lazy-image {
	display: -webkit-inline-box;
	display: inline-flex;
	overflow: hidden;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.obg-lazy-image img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: inherit;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0
}

.obg-lazy-image img.ng-lazyloaded {
	opacity: 1
}

.obg-menu-item-list {
	display: block
}

.obg-menu-item-list-vertical {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.obg-m-home {
	display: block
}

.obg-m-home .obg-banner {
	margin: 15px 15px 0;
	min-width: 1024px
}

.obg-m-home .obg-rss-feed {
	margin: 30px auto
}

@media only screen and (max-width:1199px) {
	.obg-m-home .obg-rss-feed {
		max-width: 1010px
	}
}

@media only screen and (min-width:1200px) {
	.obg-m-home .obg-rss-feed {
		max-width: 1190px
	}
}

.obg-banner {
	display: block
}

.obg-m-product-links {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 25px auto;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.obg-m-product-links .obg-m-banner {
	width: 330.25px
}

@media only screen and (max-width:1199px) {
	.obg-m-product-links {
		max-width: 1010px
	}
	.obg-m-product-links-2 {
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.obg-m-product-links-2 .obg-m-banner:not(:first-child) {
		margin-left: 5px
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4) {
		width: 100%
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4)>a {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4).placeholder,
	.obg-m-product-links .obg-m-banner:nth-child(n+4)>a {
		min-height: 140px
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4) p {
		-webkit-box-flex: 1;
		flex: 1 1 70%;
		padding-right: 40px
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4) .mat-flat-button {
		-webkit-box-flex: 0;
		flex: 0 1 30%;
		margin-bottom: 15px
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4) .obg-m-banner-data {
		padding: 30px 15px 0 10px;
		-webkit-box-flex: 1;
		flex: 1 1 0
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4) .obg-m-banner-data>* {
		position: static
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4) .obg-m-banner-header {
		margin-bottom: 15px;
		text-align: left
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4) .obg-m-banner-header+div {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: end;
		justify-content: flex-end
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4) .obg-m-banner-image {
		-webkit-box-flex: 1;
		flex: 1
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+4) .obg-m-banner-image::after {
		top: 0;
		right: 0;
		height: 100%;
		width: 65px
	}
	.obg-m-product-links .obg-m-banner:nth-child(4) {
		margin-top: 45px
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5) {
		margin-top: 13px
	}
}

@media only screen and (min-width:1200px) {
	.obg-m-product-links {
		max-width: 1190px
	}
	.obg-m-product-links-3 {
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.obg-m-product-links-3 .obg-m-banner:not(:first-child) {
		margin-left: 5px
	}
	.obg-m-product-links .obg-m-banner {
		width: 290px
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5) {
		width: 100%
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5)>a {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5).placeholder,
	.obg-m-product-links .obg-m-banner:nth-child(n+5)>a {
		min-height: 140px
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5) p {
		-webkit-box-flex: 1;
		flex: 1 1 70%;
		padding-right: 40px
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5) .mat-flat-button {
		-webkit-box-flex: 0;
		flex: 0 1 30%;
		margin-bottom: 15px
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5) .obg-m-banner-data {
		padding: 30px 15px 0 10px;
		-webkit-box-flex: 1;
		flex: 1 1 0
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5) .obg-m-banner-data>* {
		position: static
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5) .obg-m-banner-header {
		margin-bottom: 15px;
		text-align: left
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5) .obg-m-banner-header+div {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: end;
		justify-content: flex-end
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5) .obg-m-banner-image {
		-webkit-box-flex: 1;
		flex: 1
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+5) .obg-m-banner-image::after {
		top: 0;
		right: 0;
		height: 100%;
		width: 65px
	}
	.obg-m-product-links .obg-m-banner:nth-child(5) {
		margin-top: 45px
	}
	.obg-m-product-links .obg-m-banner:nth-child(n+6) {
		margin-top: 13px
	}
}

.obg-m-content-widgets {
	display: block;
	margin: 45px auto 0
}

.glide {
	position: relative;
	width: 100%;
	box-sizing: border-box
}

.glide * {
	box-sizing: inherit
}

.glide__track {
	overflow: hidden
}

.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	will-change: transform
}

.glide__slides--dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide__slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	white-space: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}

.glide__slide a {
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.glide__arrows,
.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide--rtl {
	direction: rtl
}

.obg-glide {
	display: block;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.obg-glide-loading {
	opacity: 0
}

.obg-glide-wrapper {
	display: block;
	position: relative;
	overflow: hidden
}

.obg-glide-arrows,
.obg-glide-pagination,
.obg-glide-wings {
	position: absolute;
	bottom: 0;
	pointer-events: none
}

.obg-glide-arrows,
.obg-glide-wings {
	top: 0;
	right: 0;
	left: 0
}

.obg-glide-wings-next,
.obg-glide-wings-prev {
	cursor: pointer
}

.obg-glide-wings-disabled {
	cursor: default
}

.obg-glide-pagination {
	display: -webkit-box;
	display: flex;
	margin: 18px auto;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center
}

.obg-glide-pagination-item {
	width: 8px;
	height: 8px;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	line-height: 0;
	box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
	margin: 0 .25em;
	pointer-events: all
}

.obg-glide-arrows>div,
.obg-glide-arrows>span,
.obg-glide-wings>div,
.obg-glide-wings>span {
	pointer-events: all
}

.obg-glide-arrows>div,
.obg-glide-wings>div {
	position: absolute;
	top: 0;
	bottom: 0
}

.obg-glide-arrows>span,
.obg-glide-wings>span {
	display: -webkit-box;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer
}

.obg-glide-arrows>span::before,
.obg-glide-wings>span::before {
	-ms-grid-row-align: center;
	align-self: center;
	margin: auto
}

.obg-glide-arrows>span[hidden],
.obg-glide-wings>span[hidden] {
	display: none
}

.obg-glide-arrows-prev,
.obg-glide-wings-prev {
	left: 0
}

.obg-glide-arrows-next,
.obg-glide-wings-next {
	right: 0
}

.obg-banner-slide {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	overflow: hidden;
	height: 300px
}

.obg-banner-slide-placeholder {
	height: 300px
}

.obg-banner-slide-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.obg-banner-slide-content {
	height: 100%;
	padding: 25px 50px;
	display: -webkit-box;
	display: flex;
	cursor: pointer;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.obg-banner-slide-content-wrapper {
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	height: 100%
}

.obg-banner-slide-content .obg-banner-slide-description,
.obg-banner-slide-content .obg-banner-slide-terms,
.obg-banner-slide-content .obg-banner-slide-title {
	line-height: 1.2;
	white-space: normal
}

.obg-banner-slide-content .obg-banner-slide-title {
	line-height: 1.2;
	text-transform: uppercase
}

.obg-banner-slide-content .obg-banner-slide-terms {
	margin-top: auto
}

.obg-banner-slide-content .obg-banner-slide-terms-title {
	text-transform: uppercase
}

.obg-banner-slide-content .obg-banner-slide-terms-title::after {
	content: " · "
}

.obg-banner-slide-content .obg-banner-slide-cta {
	min-width: 140px;
	height: 36px;
	margin: auto 0 105px;
	padding: 8px 10px;
	border-radius: 2px;
	display: -webkit-inline-box;
	display: inline-flex;
	align-self: flex-start;
	-webkit-box-pack: center;
	justify-content: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	cursor: pointer;
	outline: 0;
	border: 0
}

.obg-banner-slide.minimized {
	height: 60px
}

.obg-banner-slide.minimized .obg-banner-slide-image {
	max-width: unset
}

.obg-banner-slide.minimized .obg-banner-slide-content {
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding: 15px
}

.obg-banner-slide.minimized .obg-banner-slide-content .obg-banner-slide-title {
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-transform: initial;
	line-height: 1.6;
	font-family: inherit
}

.obg-banner-slide.minimized .obg-banner-slide-content .obg-banner-slide-description {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: 35px;
	max-height: 36px;
	margin-bottom: 0
}

.obg-m-banner {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	overflow: hidden;
	border-radius: 3px
}

.obg-m-banner-terms {
	padding: 15px
}

.obg-m-banner>a {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex: 1
}

.obg-m-banner.placeholder,
.obg-m-banner>a {
	min-height: 345px
}

.obg-m-banner-data {
	padding: 0 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.obg-m-banner-data>* {
	position: relative;
	top: -15px
}

.obg-m-banner-data>div {
	margin-top: auto
}

.obg-m-banner .obg-m-banner-header {
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center
}

.obg-m-banner p {
	margin: 0 0 15px;
	height: 4rem;
	overflow: hidden;
	line-height: 1.538
}

.obg-m-banner .mat-flat-button {
	width: 100%;
	height: 45px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.obg-m-banner-image {
	-webkit-box-flex: 1;
	flex: 1;
	position: relative;
	background-size: cover;
	background-position: 50%
}

.obg-m-banner-image::after {
	display: block;
	position: absolute;
	bottom: 0;
	height: 65px;
	width: 100%;
	content: ""
}

.obg-m-content-widget {
	display: -webkit-box;
	display: flex;
	padding-top: 60px;
	-webkit-box-pack: center;
	justify-content: center
}

.obg-m-content-widget-alt {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

.obg-m-content-widget-data,
.obg-m-content-widget-image {
	width: 50%;
	padding: 0 10px
}

@media only screen and (max-width:1199px) {
	.obg-m-content-widget-data,
	.obg-m-content-widget-image {
		max-width: 505px
	}
}

@media only screen and (min-width:1200px) {
	.obg-m-content-widget-data,
	.obg-m-content-widget-image {
		max-width: 595px
	}
}

.obg-m-content-widget img {
	max-width: 100%;
	display: block
}

.obg-m-content-widget-data {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start
}

.obg-m-content-widget-data .obg-m-content-widget-header-1 {
	line-height: 1
}

.obg-m-content-widget-data .obg-m-content-widget-header-1,
.obg-m-content-widget-data .obg-m-content-widget-header-2 {
	text-transform: uppercase;
	margin-bottom: 20px
}

.obg-m-content-widget-data .obg-m-content-widget-description {
	margin-bottom: 30px
}

.obg-m-content-widget-data .obg-m-content-widget-description a {
	cursor: pointer
}

.obg-m-content-widget .mat-flat-button {
	width: 200px;
	height: 45px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.mat-snack-bar-container {
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	margin: 24px;
	max-width: 33vw;
	min-width: 344px;
	padding: 14px 16px;
	min-height: 48px;
	transform-origin: center
}

@media(-ms-high-contrast:active) {
	.mat-snack-bar-container {
		border: solid 1px
	}
}

.mat-snack-bar-handset {
	width: 100%
}

.mat-snack-bar-handset .mat-snack-bar-container {
	margin: 8px;
	max-width: 100%;
	min-width: 0;
	width: 100%
}

.obg-m-snackbar {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.obg-m-snackbar-content-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.obg-m-snackbar-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	align-items: center
}

.obg-m-snackbar-buttons {
	text-align: right
}

.obg-m-snackbar-buttons .mat-flat-button {
	font-size: 1.2rem
}

.obg-m-snackbar>img {
	margin-right: 20px
}

.obg-m-snackbar .ico-close {
	margin-left: 20px;
	font-size: 1.8rem;
	cursor: pointer
}

.mat-dialog-container {
	display: block;
	padding: 24px;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: auto;
	outline: 0;
	width: 100%;
	height: 100%;
	min-height: inherit;
	max-height: inherit
}

@media (-ms-high-contrast:active) {
	.mat-dialog-container {
		outline: solid 1px
	}
}

.mat-dialog-content {
	display: block;
	margin: 0 -24px;
	padding: 0 24px;
	max-height: 65vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.mat-dialog-title {
	margin: 0 0 20px;
	display: block
}

.mat-dialog-actions {
	padding: 8px 0;
	display: flex;
	flex-wrap: wrap;
	min-height: 52px;
	align-items: center;
	margin-bottom: -24px
}

.mat-dialog-actions[align=end] {
	justify-content: flex-end
}

.mat-dialog-actions[align=center] {
	justify-content: center
}

.mat-dialog-actions .mat-button-base+.mat-button-base {
	margin-left: 8px
}

[dir=rtl] .mat-dialog-actions .mat-button-base+.mat-button-base {
	margin-left: 0;
	margin-right: 8px
}

.obg-m-dialog-route {
	width: 100%;
	height: 100%;
	position: absolute;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	top: 0
}

.obg-m-dialog-layout{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:start;justify-content:flex-start;position:relative;border-radius:2px;min-height:inherit}.obg-m-dialog-layout.obg-m-dialog-layout-hide-footer{padding-bottom:0}.obg-m-dialog-layout .mat-dialog-title{text-align:center;margin:0 auto;width:70%;padding:35px 0 20px}.obg-m-dialog-layout>button{position:absolute;padding:0;z-index:1}.obg-m-dialog-layout .obg-m-dialog-content{padding:20px 0;position:relative}.obg-m-dialog-layout .obg-m-dialog-content a{cursor:pointer}.obg-m-dialog-layout .obg-compact-footer{margin-top:auto}.obg-m-dialog-layout .validation-error{padding-top:20px}.obg-m-dialog-layout-page{width:580px;margin:55px auto;box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24)}
.obg-compact-footer{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;width:100%;height:48px;bottom:0;padding:12px 24px;flex-shrink:0}.obg-compact-footer a{cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;text-align:right}.obg-compact-footer .ico-live-chat{margin-left:10px}.obg-compact-footer div{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.obg-compact-footer img{height:20px;max-width:initial}.obg-compact-footer img:not(:first-child){margin-left:10px}
.obg-m-login{min-height:inherit}.obg-m-login .validation-error{padding-top:20px;margin:0 auto;text-align:center}.obg-m-login .mat-tab-labels{-webkit-box-pack:center;justify-content:center}.obg-m-login .mat-tab-header{margin-bottom:20px}.obg-m-login .generic-login-title{text-align:center;padding:10px 0}.obg-m-login-extra-action{text-align:center;-webkit-box-flex:1;flex:1 0 auto}.obg-m-login-iaui-self-exclusion{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.obg-m-login-iaui-self-exclusion-text{max-width:360px;margin-bottom:15px;border:1px solid;border-radius:5px;padding:8px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;width:100%}.obg-m-login-iaui-self-exclusion-text .ico-information-circle{margin-right:8px}
.obg-m-generic-login-actions{-webkit-box-pack:justify;justify-content:space-between}.obg-m-generic-login-content .mat-form-field-suffix{align-self:flex-end}.obg-m-generic-login .ukgc-login-message{text-align:center;width:360px;margin:-20px auto 20px}.obg-m-generic-login .extra-actions{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;width:100%}.obg-m-generic-login .validation-error{text-align:center}.obg-m-generic-login .obg-m-password-toggle{cursor:pointer}.obg-m-generic-login .bank-id-info-box{display:-webkit-box;display:flex;padding:10px 5px;margin-top:15px;border-radius:5px;width:100%}.obg-m-generic-login .bank-id-info-box .ico-information-circle{margin-right:5px}.obg-m-generic-login .bank-id-info-box p{text-align:left;margin:0;padding:0 10px}
.mat-form-field{display:inline-block;position:relative;text-align:left}[dir=rtl] .mat-form-field{text-align:right}.mat-form-field-wrapper{position:relative}.mat-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-form-field-prefix,.mat-form-field-suffix{white-space:nowrap;flex:none;position:relative}.mat-form-field-infix{display:block;position:relative;flex:auto;min-width:0;width:180px}@media (-ms-high-contrast:active){.mat-form-field-infix{border-image:linear-gradient(transparent,transparent)}}.mat-form-field-label-wrapper{position:absolute;left:0;box-sizing:content-box;width:100%;height:100%;overflow:hidden;pointer-events:none}[dir=rtl] .mat-form-field-label-wrapper{left:auto;right:0}.mat-form-field-label{position:absolute;left:0;font:inherit;pointer-events:none;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transform-origin:0 0;transition:transform .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);display:none}[dir=rtl] .mat-form-field-label{transform-origin:100% 0;left:auto;right:0}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-empty.mat-form-field-label{display:block}.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:block;transition:none}.mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:block}.mat-form-field-label:not(.mat-form-field-empty){transition:none}.mat-form-field-underline{position:absolute;width:100%;pointer-events:none;transform:scaleY(1.0001)}.mat-form-field-ripple{position:absolute;left:0;width:100%;transform-origin:50%;transform:scaleX(.5);opacity:0;transition:background-color .3s cubic-bezier(.55,0,.55,.2)}.mat-form-field.mat-focused .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple{opacity:1;transform:scaleX(1);transition:transform .3s cubic-bezier(.25,.8,.25,1),opacity .1s cubic-bezier(.25,.8,.25,1),background-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-subscript-wrapper{position:absolute;box-sizing:border-box;width:100%;overflow:hidden}.mat-form-field-label-wrapper .mat-icon,.mat-form-field-subscript-wrapper .mat-icon{width:1em;height:1em;font-size:inherit;vertical-align:baseline}.mat-form-field-hint-wrapper{display:flex}.mat-form-field-hint-spacer{flex:1 0 1em}.mat-error{display:block}.mat-form-field-control-wrapper{position:relative}.mat-form-field._mat-animation-noopable .mat-form-field-label,.mat-form-field._mat-animation-noopable .mat-form-field-ripple{transition:none}
.mat-form-field-appearance-fill .mat-form-field-flex{border-radius:4px 4px 0 0;padding:.75em .75em 0 .75em}@media (-ms-high-contrast:active){.mat-form-field-appearance-fill .mat-form-field-flex{outline:solid 1px}}.mat-form-field-appearance-fill .mat-form-field-underline::before{content:'';display:block;position:absolute;bottom:0;height:1px;width:100%}.mat-form-field-appearance-fill .mat-form-field-ripple{bottom:0;height:2px}@media (-ms-high-contrast:active){.mat-form-field-appearance-fill .mat-form-field-ripple{height:0;border-top:solid 2px}}.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-fill._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper{padding:0 1em}
.mat-input-element{font:inherit;background:0 0;color:currentColor;border:none;outline:0;padding:0;margin:0;width:100%;max-width:100%;vertical-align:bottom;text-align:inherit}.mat-input-element:-moz-ui-invalid{box-shadow:none}.mat-input-element::-ms-clear,.mat-input-element::-ms-reveal{display:none}.mat-input-element,.mat-input-element::-webkit-search-cancel-button,.mat-input-element::-webkit-search-decoration,.mat-input-element::-webkit-search-results-button,.mat-input-element::-webkit-search-results-decoration{-webkit-appearance:none}.mat-input-element::-webkit-caps-lock-indicator,.mat-input-element::-webkit-contacts-auto-fill-button,.mat-input-element::-webkit-credentials-auto-fill-button{visibility:hidden}.mat-input-element[type=date]::after,.mat-input-element[type=datetime-local]::after,.mat-input-element[type=datetime]::after,.mat-input-element[type=month]::after,.mat-input-element[type=time]::after,.mat-input-element[type=week]::after{content:' ';white-space:pre;width:1px}.mat-input-element::-webkit-calendar-picker-indicator,.mat-input-element::-webkit-clear-button,.mat-input-element::-webkit-inner-spin-button{font-size:.75em}.mat-input-element::placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element::-moz-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::-moz-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element::-webkit-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::-webkit-input-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element:-ms-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element:-ms-input-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-form-field-hide-placeholder .mat-input-element::placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}textarea.mat-input-element{resize:vertical;overflow:auto}textarea.mat-input-element.cdk-textarea-autosize{resize:none}textarea.mat-input-element{padding:2px 0;margin:-2px 0}select.mat-input-element{-moz-appearance:none;-webkit-appearance:none;position:relative;background-color:transparent;display:inline-flex;box-sizing:border-box;padding-top:1em;top:-1em;margin-bottom:-1em}select.mat-input-element::-ms-expand{display:none}select.mat-input-element::-moz-focus-inner{border:0}select.mat-input-element:not(:disabled){cursor:pointer}select.mat-input-element::-ms-value{color:inherit;background:0 0}@media (-ms-high-contrast:active){.mat-focused select.mat-input-element::-ms-value{color:inherit}}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;position:absolute;top:50%;right:0;margin-top:-2.5px;pointer-events:none}[dir=rtl] .mat-form-field-type-mat-native-select .mat-form-field-infix::after{right:auto;left:0}.mat-form-field-type-mat-native-select .mat-input-element{padding-right:15px}[dir=rtl] .mat-form-field-type-mat-native-select .mat-input-element{padding-right:0;padding-left:15px}.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper{max-width:calc(100% - 10px)}.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline .mat-form-field-infix::after{margin-top:-5px}.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill .mat-form-field-infix::after{margin-top:-10px}
.mat-form-field-appearance-legacy .mat-form-field-label{transform:perspective(100px);-ms-transform:none}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon{width:1em}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button{font:inherit;vertical-align:baseline}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button .mat-icon{font-size:inherit}
.mat-form-field-appearance-legacy .mat-form-field-underline{height:1px}
@media (-ms-high-contrast:active){.mat-form-field-appearance-legacy .mat-form-field-underline{height:0;border-top:solid 1px}}
.mat-form-field-appearance-legacy .mat-form-field-ripple{top:0;height:2px;overflow:hidden}
@media (-ms-high-contrast:active){.mat-form-field-appearance-legacy .mat-form-field-ripple{height:0;border-top:solid 2px}}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}@media (-ms-high-contrast:active){.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}}.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple{height:1px}
.mat-form-field-appearance-outline .mat-form-field-wrapper{margin:.25em 0}.mat-form-field-appearance-outline .mat-form-field-flex{padding:0 .75em 0 .75em;margin-top:-.25em;position:relative}.mat-form-field-appearance-outline .mat-form-field-prefix,.mat-form-field-appearance-outline .mat-form-field-suffix{top:.25em}.mat-form-field-appearance-outline .mat-form-field-outline{display:flex;position:absolute;top:.25em;left:0;right:0;bottom:0;pointer-events:none}.mat-form-field-appearance-outline .mat-form-field-outline-end,
.mat-form-field-appearance-outline .mat-form-field-outline-start{border:1px solid currentColor;min-width:5px}.mat-form-field-appearance-outline .mat-form-field-outline-start{border-radius:5px 0 0 5px;border-right-style:none}
[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-start{border-right-style:solid;border-left-style:none;border-radius:0 5px 5px 0}.mat-form-field-appearance-outline .mat-form-field-outline-end{border-radius:0 5px 5px 0;border-left-style:none;flex-grow:1}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-end{border-left-style:solid;border-right-style:none;border-radius:5px 0 0 5px}.mat-form-field-appearance-outline .mat-form-field-outline-gap{border-radius:.000001px;border:1px solid currentColor;border-left-style:none;border-right-style:none}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap{border-top-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline-thick{opacity:0}.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start{border-width:2px;transition:border-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline{opacity:0;transition:opacity .1s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline{opacity:0;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper{padding:0 1em}.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-end,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-gap,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-start,.mat-form-field-appearance-outline._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-outline{transition:none}

.mat-form-field-appearance-standard .mat-form-field-flex{padding-top:.75em}.mat-form-field-appearance-standard .mat-form-field-underline{height:1px}@media (-ms-high-contrast:active){.mat-form-field-appearance-standard .mat-form-field-underline{height:0;border-top:solid 1px}}.mat-form-field-appearance-standard .mat-form-field-ripple{bottom:0;height:2px}@media (-ms-high-contrast:active){.mat-form-field-appearance-standard .mat-form-field-ripple{height:0;border-top:2px}}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}@media (-ms-high-contrast:active){.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}}.mat-form-field-appearance-standard:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-standard._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}

.mat-icon{background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1,1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}

.mat-slide-toggle{display:inline-block;height:24px;max-width:100%;line-height:24px;white-space:nowrap;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(16px,0,0)}[dir=rtl] .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(-16px,0,0)}.mat-slide-toggle.mat-disabled{opacity:.38}.mat-slide-toggle.mat-disabled .mat-slide-toggle-label,.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container{cursor:default}.mat-slide-toggle-label{display:flex;flex:1;flex-direction:row;align-items:center;height:inherit;cursor:pointer}.mat-slide-toggle-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-slide-toggle-label-before .mat-slide-toggle-label{order:1}.mat-slide-toggle-label-before .mat-slide-toggle-bar{order:2}.mat-slide-toggle-bar,[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar{margin-right:8px;margin-left:0}.mat-slide-toggle-label-before .mat-slide-toggle-bar,[dir=rtl] .mat-slide-toggle-bar{margin-left:8px;margin-right:0}.mat-slide-toggle-bar-no-side-margin{margin-left:0;margin-right:0}.mat-slide-toggle-thumb-container{position:absolute;z-index:1;width:20px;height:20px;top:-3px;left:0;transform:translate3d(0,0,0);transition:all 80ms linear;transition-property:transform;cursor:-webkit-grab;cursor:grab}.mat-slide-toggle-thumb-container.mat-dragging{transition-duration:0s}.mat-slide-toggle-thumb-container:active{cursor:-webkit-grabbing;cursor:grabbing}._mat-animation-noopable .mat-slide-toggle-thumb-container{transition:none}[dir=rtl] .mat-slide-toggle-thumb-container{left:auto;right:0}.mat-slide-toggle-thumb{height:20px;width:20px;border-radius:50%}.mat-slide-toggle-bar{position:relative;width:36px;height:14px;flex-shrink:0;border-radius:8px}.mat-slide-toggle-input{bottom:0;left:10px}[dir=rtl] .mat-slide-toggle-input{left:auto;right:10px}.mat-slide-toggle-bar,.mat-slide-toggle-thumb{transition:all 80ms linear;transition-property:background-color;transition-delay:50ms}._mat-animation-noopable .mat-slide-toggle-bar,._mat-animation-noopable .mat-slide-toggle-thumb{transition:none}.mat-slide-toggle .mat-slide-toggle-ripple{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.mat-slide-toggle .mat-slide-toggle-ripple .mat-ripple-element:not(.mat-slide-toggle-persistent-ripple){opacity:.12}.mat-slide-toggle-persistent-ripple{width:100%;height:100%;transform:none}.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:.04}.mat-slide-toggle:not(.mat-disabled).cdk-keyboard-focused .mat-slide-toggle-persistent-ripple{opacity:.12}.mat-slide-toggle-persistent-ripple,.mat-slide-toggle.mat-disabled .mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:0}@media (hover:none){.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{display:none}}@media (-ms-high-contrast:active){.mat-slide-toggle-thumb{background:#fff;border:1px solid #000}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background:#000;border:1px solid #fff}.mat-slide-toggle-bar{background:#fff}.mat-slide-toggle.cdk-keyboard-focused .mat-slide-toggle-bar{outline:1px dotted;outline-offset:5px}}@media (-ms-high-contrast:black-on-white){.mat-slide-toggle-bar{border:1px solid #000}}





.obg-m-sportsbook-layout-lobby-menu-item span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.obg-m-sportsbook-layout{display:block;margin:0 auto}.obg-m-sportsbook-layout ng-scrollbar{-webkit-box-flex:1;flex:1}.obg-m-sportsbook-layout [startSidenavContent].full-height section{margin:0 14px 0 0;border-right-width:1px;border-right-style:solid}.obg-m-sportsbook-layout [startSidenavContent].full-height .obg-sport-catalog-container{margin-right:0;border-width:0}.obg-m-sportsbook-layout-secondary-container{-webkit-transition:min-width .1s,max-width .1s,-webkit-flex-basis .1s;transition:min-width .1s,max-width .1s,-webkit-flex-basis .1s;transition:min-width .1s,max-width .1s,flex-basis .1s;transition:min-width .1s,max-width .1s,flex-basis .1s,-webkit-flex-basis .1s}.obg-m-sportsbook-layout-secondary-container .content-container{min-height:calc(100vh - 188px)}.obg-m-sportsbook-layout-fluid-container{display:-webkit-box;display:flex}.obg-m-sportsbook-layout-fluid-content{-webkit-box-flex:1;flex:1;min-width:0;height:100%}.obg-m-sportsbook-layout-badge{display:-webkit-inline-box;display:inline-flex;min-width:21px;border-radius:45%;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;line-height:1.7;padding:1px 5px}.obg-m-sportsbook-layout-badge-open-bets{margin-left:10px}.obg-m-sportsbook-layout-lobby-menu-item{display:-webkit-box;display:flex;height:30px;padding-left:10px;-webkit-box-flex:1;flex:1;-webkit-box-align:center;align-items:center;border-bottom-width:1px;border-bottom-style:solid;outline:0}.obg-m-sportsbook-layout-lobby-menu-icon{padding-right:10px}.obg-m-sportsbook-layout-lobby-menu-title{-webkit-box-flex:1;flex:1}.obg-m-sportsbook-layout-lobby-menu-notifications-count{text-align:center;margin:2px 4px 2px 0;border-radius:6px;padding:0 4px}.obg-m-sportsbook-layout .ng-scrollbar{z-index:1}.obg-m-sportsbook-layout .ng-scrollbar-thumb{cursor:pointer}.obg-m-sportsbook-layout .ng-scrollbar-view>section{margin:14px}.obg-m-sportsbook-layout .footer{margin-top:14px}.obg-m-sportsbook-layout .obg-m-sidenav-search-wrapper{-webkit-box-flex:1;flex:1;display:-webkit-box;display:flex;margin-right:15px}.obg-m-sportsbook-layout .obg-m-sidenav-search-wrapper .obg-m-sportsbook-search-container{margin-left:auto}.obg-m-sportsbook-layout .sidenav-toggle-button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between}.obg-m-sportsbook-layout .sidenav-toggle-start{overflow:hidden;text-align:right;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.obg-m-sportsbook-layout .sidenav-toggle-end{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;overflow:hidden;text-align:left}.obg-m-sportsbook-layout .sidenav-chevron-start{padding-right:5px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.obg-m-sportsbook-layout .sidenav-chevron-end{padding-right:5px}.obg-m-sportsbook-layout .sidenav-bb-icon{line-height:inherit;margin-left:4px}.obg-m-sportsbook-layout .sidenav-bb-icon::before{vertical-align:middle}

.obg-m-header{display:block;width:100%;z-index:3}.obg-m-header:not([static]){position:absolute;top:0}.obg-m-header a.mat-mini-fab,.obg-m-header button.mat-mini-fab{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.obg-m-header a mat-spinner,.obg-m-header button mat-spinner{display:inline-block}.obg-m-header nav{display:inherit;-webkit-box-flex:1;flex:1 1 0%}.obg-m-header .obg-m-beta-badge-content{vertical-align:top}.obg-m-header .ico-promotions::before{vertical-align:.1rem}.obg-m-header .obg-menu-item{display:inline-block}.obg-m-header .obg-menu a{padding:4px 10px;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.obg-m-header obg-icon-list{margin-right:10px}.obg-m-header .obg-m-header-toolbar-main{height:50px;padding:6px 10px 0}.obg-m-header .obg-m-header-toolbar-main-title{text-transform:uppercase;margin-right:10px}.obg-m-header[navigationHidden] .obg-m-header-toolbar-main{padding-top:0}.obg-m-header-toolbar-navigation.mat-toolbar-row{height:40px;padding:0}.obg-m-header-toolbar-navigation .icon-list-container,.obg-m-header-toolbar-navigation.mat-toolbar-row nav{height:40px}.obg-m-header-toolbar-navigation .icon-list-container a,.obg-m-header-toolbar-navigation .icon-list-container>span{display:inline-block;line-height:1}.obg-m-header-toolbar-navigation .obg-icon-list img{height:35px}.obg-m-header-logo{margin-top:5px;display:inline-block}

.obg-m-sidenav{display:block;position:relative}.obg-m-sidenav mat-sidenav-container{width:100%;height:100%}.obg-m-sidenav .mat-drawer{border-right:none;border-left:none}.obg-m-sidenav-toolbar{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);position:absolute;margin-top:-50px;width:100%;z-index:3}.obg-m-sidenav-toolbar.mat-toolbar-row{height:50px;padding:10px}.obg-m-sidenav-toolbar-toggle.mat-flat-button{line-height:30px}.obg-m-sidenav-toolbar-toggle-start.mat-flat-button{min-width:182px}.obg-m-sidenav-toolbar-toggle-end.mat-flat-button{min-width:277px}.obg-m-sidenav-left{width:192px}.obg-m-sidenav-right{width:287px}.obg-m-sidenav-start-opened .mat-sidenav-content{margin-left:192px}.obg-m-sidenav-end-opened .mat-sidenav-content{margin-right:287px}

[_nghost-halo-app-c6]{display:block;position:relative;height:100%;overflow:hidden!important}.ng-scrollbar-container[_ngcontent-halo-app-c6]{position:relative;overflow:hidden!important;width:100%;height:100%}.ng-scrollbar-autohide[_ngcontent-halo-app-c6] > .ng-scrollbar[_ngcontent-halo-app-c6]{opacity:0;transition:opacity 120ms ease-out}.ng-scrollbar-autohide[_ngcontent-halo-app-c6]:active > .ng-scrollbar[_ngcontent-halo-app-c6], .ng-scrollbar-autohide[_ngcontent-halo-app-c6]:focus > .ng-scrollbar[_ngcontent-halo-app-c6], .ng-scrollbar-autohide[_ngcontent-halo-app-c6]:hover > .ng-scrollbar[_ngcontent-halo-app-c6]{opacity:1;transition:opacity 340ms ease-out}.ng-scrollbar[_ngcontent-halo-app-c6]{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:3px}.-vertical[_ngcontent-halo-app-c6]{width:6px;top:2px}.-vertical[_ngcontent-halo-app-c6]   .ng-scrollbar-thumb[_ngcontent-halo-app-c6]{width:100%}.-horizontal[_ngcontent-halo-app-c6]{height:6px;left:2px}.-horizontal[_ngcontent-halo-app-c6]   .ng-scrollbar-thumb[_ngcontent-halo-app-c6]{height:100%}.ng-scrollbar-disabled[_ngcontent-halo-app-c6]{display:none}.ng-scrollbar-thumb[_ngcontent-halo-app-c6]{position:relative;display:block;width:0;height:0;border-radius:inherit;background-color:rgba(0,0,0,.2);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ng-scrollbar-thumb[_ngcontent-halo-app-c6]:active, .ng-scrollbar-thumb[_ngcontent-halo-app-c6]:hover{background-color:rgba(0,0,0,.3)}.ng-scrollbar-view[_ngcontent-halo-app-c6]{position:absolute;top:0;right:0;left:0;bottom:0;overflow:scroll;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-overflow-scrolling:touch}.ng-scrollbar-view[_ngcontent-halo-app-c6]   [_ngcontent-halo-app-c6]::-webkit-scrollbar{background:0 0}

.obg-sport-catalog-container-category{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:0;padding-right:0;padding-bottom:0}.obg-sport-catalog-container{display:block}.obg-sport-catalog-container [obgAccordionHeader].obg-sport-catalog-container-category{-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;cursor:pointer}.obg-sport-catalog-container [obgAccordionHeader].obg-sport-catalog-container-category .expand-icon{margin-right:10px;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:rotate(0);transform:rotate(0)}.obg-sport-catalog-container [obgAccordionHeader].obg-sport-catalog-container-category.expanded .expand-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}

.connection-status-bar-wrapper{padding:7px 27px}.connection-status-bar-refresh{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}

.mat-drawer-container{position:relative;z-index:1;box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:background-color,visibility}@media (-ms-high-contrast:active){.mat-drawer-backdrop{opacity:.5}}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.8,.25,1);transition-property:transform,margin-left,margin-right}.mat-drawer{position:relative;z-index:4;display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%,0,0)}@media (-ms-high-contrast:active){.mat-drawer,[dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}}@media (-ms-high-contrast:active){.mat-drawer.mat-drawer-end,[dir=rtl] .mat-drawer{border-left:solid 1px currentColor;border-right:none}}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%,0,0)}[dir=rtl] .mat-drawer{transform:translate3d(100%,0,0)}[dir=rtl] .mat-drawer.mat-drawer-end{left:0;right:auto;transform:translate3d(-100%,0,0)}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}


/*
  @angular/flex-layout - workaround for possible browser quirk with mediaQuery listeners
  see http://bit.ly/2sd4HMP
*/
@media screen and (min-width: 600px), screen and (min-width: 960px), screen and (min-width: 1280px), screen and (min-width: 1920px), screen and (min-width: 1920px) and (max-width: 4999.9px), screen and (max-width: 1919.9px), screen and (min-width: 1024px), screen and (max-width: 1279.9px), screen and (min-width: 512px) and (max-width: 1023px), screen and (max-width: 959.9px), screen and (max-width: 511px), screen and (max-width: 599.9px), screen and (min-width: 0px) and (max-width: 599.9px), print {.fx-query-test{ }}

.obg-breadcrumb{display:block;width:100%;padding:0 14px;overflow:hidden}.obg-breadcrumb em{font-style:normal}.obg-breadcrumb-wrapper{width:100%;white-space:nowrap}.obg-breadcrumb-back-to-event{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;position:relative;height:32px;min-width:80px;line-height:2;margin:0 12px 0 17px;padding:0 12px;border-right-width:2px;border-right-style:solid;border-top-width:2px;border-top-style:solid;border-bottom-width:2px;border-bottom-style:solid;border-radius:0 3px 3px 0}.obg-breadcrumb-back-to-event-arrow::before,.obg-breadcrumb-back-to-event::after{content:"";display:block;position:absolute;right:100%;width:0;height:0;border-top-color:transparent;border-left-color:transparent;border-bottom-color:transparent;border-style:solid}.obg-breadcrumb-back-to-event::after{top:0;border-width:14px}.obg-breadcrumb-back-to-event-arrow::before{top:-3px;border-width:17px;border-top-right-radius:3px;border-bottom-left-radius:3px}.obg-breadcrumb-link-node,.obg-breadcrumb-node{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;position:relative;height:32px;min-width:80px;line-height:2;margin-right:26px;padding:0 10px;border-left-width:2px;border-left-style:solid;border-top-width:2px;border-top-style:solid;border-bottom-width:2px;border-bottom-style:solid;border-radius:3px 0 0 3px}.obg-breadcrumb-link-node-arrow::before,.obg-breadcrumb-link-node::after,.obg-breadcrumb-node-arrow::before,.obg-breadcrumb-node::after{content:"";display:block;position:absolute;left:100%;width:0;height:0;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-style:solid}.obg-breadcrumb-link-node-arrow::before,.obg-breadcrumb-node-arrow::before{top:-3px;border-width:17px;border-top-left-radius:3px;border-bottom-left-radius:3px}.obg-breadcrumb-link-node.obg-breadcrumb-event-breadcrumb,.obg-breadcrumb-link-node.obg-breadcrumb-rectangle-node,.obg-breadcrumb-node.obg-breadcrumb-event-breadcrumb,.obg-breadcrumb-node.obg-breadcrumb-rectangle-node{border-radius:3px}.obg-breadcrumb-link-node.obg-breadcrumb-event-breadcrumb::after,.obg-breadcrumb-link-node.obg-breadcrumb-event-breadcrumb::before,.obg-breadcrumb-link-node.obg-breadcrumb-rectangle-node::after,.obg-breadcrumb-link-node.obg-breadcrumb-rectangle-node::before,.obg-breadcrumb-node.obg-breadcrumb-event-breadcrumb::after,.obg-breadcrumb-node.obg-breadcrumb-event-breadcrumb::before,.obg-breadcrumb-node.obg-breadcrumb-rectangle-node::after,.obg-breadcrumb-node.obg-breadcrumb-rectangle-node::before{content:none}.obg-breadcrumb-link-node-icon,.obg-breadcrumb-node-icon{display:inline-block;position:relative;cursor:pointer;padding-top:10px;padding-bottom:10px;padding-left:10px}.obg-breadcrumb-link-node-collapsed,.obg-breadcrumb-node-collapsed{min-width:20px;max-width:20px;padding:0;color:transparent}.obg-breadcrumb-link-node::after{top:0;border-width:14px}.obg-breadcrumb-node::after{top:-2px;border-width:16px}.obg-breadcrumb-rectangle-node{margin-right:15px}.obg-breadcrumb-link-node,.obg-breadcrumb-node,.obg-breadcrumb-rectangle-node{-webkit-transition:color 250ms,min-width 250ms,max-width 250ms;transition:color 250ms,min-width 250ms,max-width 250ms}.obg-breadcrumb-coupon-detail-breadcrumb,.obg-breadcrumb-event-breadcrumb{margin-right:0;border-width:2px;border-style:solid;border-radius:3px}.obg-breadcrumb-coupon-detail-breadcrumb::after,.obg-breadcrumb-coupon-detail-breadcrumb::before,.obg-breadcrumb-event-breadcrumb::after,.obg-breadcrumb-event-breadcrumb::before{content:none}.obg-breadcrumb div{display:inline-block}

.obg-m-sportsbook-search-input-container{margin-left:auto}

.obg-m-sportsbook-search-input-button.mat-primary{border:0}.obg-m-sportsbook-search-input-button.mat-flat-button{padding:0}.obg-m-sportsbook-search-input-button-text{padding:5px 10px}.obg-m-sportsbook-search-input-field{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;box-sizing:border-box;width:320px;overflow:hidden;padding:1px;border-top-width:1px;border-top-style:solid;border-radius:4px}.obg-m-sportsbook-search-input-field-hidden{width:0}.obg-m-sportsbook-search-input-field .ico-close,.obg-m-sportsbook-search-input-field .ico-search{display:-webkit-inline-box;display:inline-flex;padding:0 12px;cursor:pointer}.obg-m-sportsbook-search-input-field .ico-search{font-size:1.7rem}.obg-m-sportsbook-search-input-field .ico-close{font-size:1rem}.obg-m-sportsbook-search-input-field .ico-close-hidden{display:none}.obg-m-sportsbook-search-input-field .mat-input-element{border:0;height:38px;-webkit-box-flex:1;flex:1}.obg-m-sportsbook-search-input-field .mat-input-element:active,.obg-m-sportsbook-search-input-field .mat-input-element:focus{border:0;outline:0}.obg-m-sportsbook-search-input-field .mat-input-element::-ms-clear{display:none}.obg-m-sportsbook-search-input-overlay{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:1}.obg-m-sportsbook-search-input-suggestions{position:absolute;z-index:1;border-radius:4px}.obg-m-sportsbook-search-input-suggestions-info{-webkit-box-flex:1;flex:1;line-height:1}.obg-m-sportsbook-search-input-suggestions-info-matching-text em{font-style:normal}.obg-m-sportsbook-search-input-suggestions-icon{margin:0 12px;width:14px}.obg-m-sportsbook-search-input-suggestions.mat-autocomplete-panel.mat-autocomplete-visible{max-height:288px}.obg-m-sportsbook-search-input-suggestions .mat-menu-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.obg-m-sportsbook-search-input-suggestions .mat-menu-item.mat-option:not(.mat-option-multiple){padding-left:0}.obg-m-sportsbook-search-input-suggestions .mat-menu-item+.mat-menu-item{border-top-width:1px;border-top-style:solid}.obg-m-sportsbook-search-input-suggestions .mat-option-text{display:-webkit-box;display:flex;height:inherit;-webkit-box-align:center;align-items:center}
.mat-autocomplete-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;max-width:none;max-height:256px;position:relative;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.mat-autocomplete-panel.mat-autocomplete-visible{visibility:visible}.mat-autocomplete-panel.mat-autocomplete-hidden{visibility:hidden}.mat-autocomplete-panel-above .mat-autocomplete-panel{border-radius:0;border-top-left-radius:4px;border-top-right-radius:4px}.mat-autocomplete-panel .mat-divider-horizontal{margin-top:-1px}@media (-ms-high-contrast:active){.mat-autocomplete-panel{outline:solid 1px}}
.obg-m-betslip{display:block;min-height:100%;width:calc(100% - 12px);border-right-width:1px;border-right-style:solid}.obg-m-betslip .obg-tab-label{padding:0 10px}.obg-m-betslip-content{height:100%}.obg-m-betslip-content .obg-tab-label{padding:0 5px}.obg-m-betslip-loader-message{display:block;margin-top:20px}.obg-m-betslip-loader mat-spinner{margin:0 auto}.obg-m-betslip-success-icon{display:block;margin-bottom:20px}.obg-m-betslip-loader,.obg-m-betslip-success{padding:50px;text-align:center}.obg-m-betslip-bet-history-btn,.obg-m-betslip-settings{height:40px;padding:0 16px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;border-top-width:1px;border-top-style:solid}.obg-m-betslip-bet-history-btn-icon,.obg-m-betslip-settings-icon{text-align:left}.obg-m-betslip-settings{border-bottom-width:1px;border-bottom-style:solid}.obg-m-betslip-open-bets-count{margin-left:3px}.obg-m-betslip .obg-card{padding:20px 10px}.obg-m-betslip .obg-card p{margin-bottom:10px}.obg-m-betslip .obg-card p:last-child{margin-top:4px}.obg-m-betslip section .mat-ink-bar{height:4px}.obg-m-betslip .obg-m-betslip-receipt-success-message,.obg-m-betslip-main-message{position:-webkit-sticky;position:sticky;top:0;z-index:10}.obg-m-betslip .obg-message{width:100%}.obg-m-betslip .obg-message-support-link{text-decoration:underline}

.obg-footer{display:block;width:100%;min-width:305px;max-width:1920px}.obg-footer .obg-icon-list{display:-webkit-box;display:flex;padding:16px 0;text-align:center}.obg-footer .obg-icon-list a{-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.obg-footer .obg-icon-list a:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.obg-footer .obg-icon-list img{height:60px}.obg-footer .obg-footer-container footer>.obg-icon-list{display:block}.obg-footer .obg-footer-container footer>.obg-icon-list a,.obg-footer .obg-footer-container footer>.obg-icon-list span{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:16.6%}.obg-footer .obg-footer-container footer>.obg-icon-list .icon-list-container{display:-webkit-box;display:flex;width:100%;max-width:1440px;-webkit-box-pack:center;justify-content:center;flex-wrap:wrap;margin:0 auto}.obg-footer .obg-footer-container footer>.obg-icon-list .icon-list-title{width:100%}.obg-footer .icon-list-title{width:100%;padding:0;margin-bottom:25px}.obg-footer-licenses>div,.obg-footer-other-links>div,.obg-footer-product-info>div,.obg-footer>.obg-icon-list{padding:24px 40px}.obg-footer-other-links .obg-menu{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;padding:24px 40px}.obg-footer-other-links .obg-menu-item{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;cursor:pointer;height:36px;margin:0 7px 10px;padding:8px 10px;outline:0;border-radius:2px;border:none;min-width:180px}.obg-footer-other-links .obg-menu-item i+span{padding-left:10px}.obg-footer-other-links button{text-align:left}.obg-footer-other-links a,.obg-footer-other-links button{-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.obg-footer-licenses div{max-width:1440px;margin:0 auto;display:-webkit-box;display:flex}.obg-footer-licenses div>a{text-align:center;padding-right:30px;min-width:180px}.obg-footer-licenses div p a:hover{text-decoration:underline}.obg-footer-licenses img{max-width:180px;width:100%}.obg-footer-licenses p{line-height:1.8}.obg-footer-product-info>div{display:-webkit-box;display:flex;flex-wrap:wrap;max-width:1440px;margin:0 auto;-webkit-box-pack:start;justify-content:flex-start}.obg-footer .obg-menu-item-list{padding:20px 16px;width:16.6%}.obg-footer .obg-menu-item-list .item-list-title{margin-bottom:5px}.obg-footer-seo-content{display:-webkit-box;display:flex}.obg-footer-seo-content>.obg-page-seo-content-container{margin:40px 0;max-width:1440px}@media only screen and (max-width:767px){.obg-footer-seo-content>.obg-page-seo-content-container{display:none}}.obg-footer-seo-content>.obg-page-seo-content-container:empty{margin:0}.obg-footer-responsible-gaming{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;padding:24px 40px}.obg-footer-responsible-gaming .obg-menu{text-align:right;-webkit-box-pack:end;justify-content:flex-end;width:100%;max-width:1440px;padding:0 40px}.obg-footer-responsible-gaming .obg-menu a:not(:last-child)::after{content:"|";padding:0 5px}.obg-footer-responsible-gaming .obg-menu a:hover{text-decoration:underline}.obg-footer-responsible-gaming .obg-icon-list{border:0;margin:0;flex-wrap:wrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;max-width:1440px;width:100%;padding:24px 40px}.obg-footer-responsible-gaming .obg-icon-list img{max-height:40px}.obg-footer-responsible-gaming .icon-list-title{max-width:200px;margin-bottom:0}.obg-footer-responsible-gaming .icon-list-title a:hover{text-decoration:underline}.obg-footer-responsible-gaming .copyright{text-align:right;width:100%;max-width:1440px;padding:0 40px}.obg-footer-responsible-gaming-content-description{max-width:1440px;margin:0 auto;padding:24px 40px;line-height:1.8}.obg-footer-responsible-gaming-content a:hover{text-decoration:underline}.obg-footer-medium .obg-footer-container a:hover,.obg-footer-small .obg-footer-container a:hover{text-decoration:initial}.obg-footer-medium .obg-footer-container .obg-icon-list,.obg-footer-small .obg-footer-container .obg-icon-list{padding:8px 16px}.obg-footer-medium .obg-footer-container .obg-icon-list a,.obg-footer-small .obg-footer-container .obg-icon-list a{-webkit-transition:none;transition:none}.obg-footer-medium .obg-footer-container .obg-icon-list a:hover,.obg-footer-small .obg-footer-container .obg-icon-list a:hover{-webkit-transform:initial;transform:initial}.obg-footer-medium .obg-footer-container .obg-icon-list img,.obg-footer-small .obg-footer-container .obg-icon-list img{max-height:40px;margin:4px}.obg-footer-medium .obg-footer-container .obg-icon-list .icon-list-title,.obg-footer-small .obg-footer-container .obg-icon-list .icon-list-title{margin-bottom:16px;max-width:100%}.obg-footer-medium .obg-footer-container .obg-icon-list .icon-list-container,.obg-footer-small .obg-footer-container .obg-icon-list .icon-list-container{flex-wrap:wrap;max-width:100%}.obg-footer-medium .obg-footer-container .obg-menu-item-list,.obg-footer-small .obg-footer-container .obg-menu-item-list{width:33.3%}.obg-footer-medium .obg-footer-container .obg-footer-licenses div,.obg-footer-small .obg-footer-container .obg-footer-licenses div{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.obg-footer-medium .obg-footer-container .obg-footer-licenses a,.obg-footer-small .obg-footer-container .obg-footer-licenses a{-webkit-box-pack:center;justify-content:center;padding:20px 0;max-width:100%}.obg-footer-medium .obg-footer-container .obg-footer-licenses p,.obg-footer-medium .obg-footer-container .obg-menu,.obg-footer-small .obg-footer-container .obg-footer-licenses p,.obg-footer-small .obg-footer-container .obg-menu{text-align:center}.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming,.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming{padding:16px}.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .obg-icon-list,.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .obg-icon-list{-webkit-box-pack:center;justify-content:center}.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .copyright,.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .copyright{text-align:center}.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .icon-list-title,.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .icon-list-title{margin-bottom:12px;width:100%}.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .icon-list-container,.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .icon-list-container{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:100%}.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .obg-menu,.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .obg-menu{text-align:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;flex-wrap:wrap;padding:0 16px}.obg-footer-medium .obg-footer-container .obg-footer-responsible-gaming .obg-menu a,.obg-footer-small .obg-footer-container .obg-footer-responsible-gaming .obg-menu a{padding:5px 0}.obg-footer-medium .obg-footer-container .obg-footer-regulation-icon-list,.obg-footer-small .obg-footer-container .obg-footer-regulation-icon-list{border-bottom:none;padding-bottom:0}.obg-footer-small .obg-footer-container footer>.obg-icon-list a,.obg-footer-small .obg-footer-container footer>.obg-icon-list span{width:33%}.obg-footer-small .obg-footer-other-links .obg-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.obg-footer-small .obg-footer-other-links .obg-menu-item{margin-left:auto;margin-right:auto}.obg-footer-medium .obg-footer-container footer>.obg-icon-list a,.obg-footer-medium .obg-footer-container footer>.obg-icon-list span{width:25%}

.mat-button .mat-button-focus-overlay,.mat-icon-button .mat-button-focus-overlay{opacity:0}.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay{opacity:.04}@media (hover:none){.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay{opacity:0}}.mat-button,.mat-flat-button,.mat-icon-button,.mat-stroked-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible}.mat-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner{border:0}.mat-button[disabled],.mat-flat-button[disabled],.mat-icon-button[disabled],.mat-stroked-button[disabled]{cursor:default}.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-button.cdk-program-focused .mat-button-focus-overlay,.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-flat-button.cdk-program-focused .mat-button-focus-overlay,.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner{border:0}.mat-raised-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0,0,0);transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1)}.mat-raised-button::-moz-focus-inner{border:0}.mat-raised-button[disabled]{cursor:default}.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-raised-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-raised-button::-moz-focus-inner{border:0}._mat-animation-noopable.mat-raised-button{transition:none;animation:none}.mat-stroked-button{border:1px solid currentColor;padding:0 15px;line-height:34px}.mat-stroked-button .mat-button-focus-overlay,.mat-stroked-button .mat-button-ripple.mat-ripple{top:-1px;left:-1px;right:-1px;bottom:-1px}.mat-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0,0,0);transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);min-width:0;border-radius:50%;width:56px;height:56px;padding:0;flex-shrink:0}.mat-fab::-moz-focus-inner{border:0}.mat-fab[disabled]{cursor:default}.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-fab{transition:none;animation:none}.mat-fab .mat-button-wrapper{padding:16px 0;display:inline-block;line-height:24px}.mat-mini-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0,0,0);transition:background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);min-width:0;border-radius:50%;width:40px;height:40px;padding:0;flex-shrink:0}.mat-mini-fab::-moz-focus-inner{border:0}.mat-mini-fab[disabled]{cursor:default}.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-mini-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-mini-fab{transition:none;animation:none}.mat-mini-fab .mat-button-wrapper{padding:8px 0;display:inline-block;line-height:24px}.mat-icon-button{padding:0;min-width:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.mat-icon-button .mat-icon,.mat-icon-button i{line-height:24px}.mat-button-focus-overlay,.mat-button-ripple.mat-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-button-ripple.mat-ripple:not(:empty){transform:translateZ(0)}.mat-button-focus-overlay{opacity:0;transition:opacity .2s cubic-bezier(.35,0,.25,1),background-color .2s cubic-bezier(.35,0,.25,1)}._mat-animation-noopable .mat-button-focus-overlay{transition:none}@media (-ms-high-contrast:active){.mat-button-focus-overlay{background-color:#fff}}@media (-ms-high-contrast:black-on-white){.mat-button-focus-overlay{background-color:#000}}.mat-button-ripple-round{border-radius:50%;z-index:1}.mat-button .mat-button-wrapper>*,.mat-fab .mat-button-wrapper>*,.mat-flat-button .mat-button-wrapper>*,.mat-icon-button .mat-button-wrapper>*,.mat-mini-fab .mat-button-wrapper>*,.mat-raised-button .mat-button-wrapper>*,.mat-stroked-button .mat-button-wrapper>*{vertical-align:middle}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button{display:block;font-size:inherit;width:2.5em;height:2.5em}@media (-ms-high-contrast:active){.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button{outline:solid 1px}}

.obg-tabs-even-size .obg-tab-label a,.obg-tabs-even-size .obg-tab-label div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.obg-tabs{z-index:2;display:block}.obg-tabs-even-size{position:relative}.obg-tabs-even-size .obg-tab-label{-webkit-box-flex:1;flex:1;width:0}.obg-tabs-content{display:-webkit-box;display:flex;position:relative}.obg-tabs-underline{position:absolute;bottom:0;height:4px;-webkit-transition:.5s cubic-bezier(.35,0,.25,1);transition:.5s cubic-bezier(.35,0,.25,1)}

.obg-tab-label{-webkit-box-flex:1;flex-grow:1;cursor:pointer;box-sizing:border-box;text-align:center;display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;white-space:nowrap;position:relative;height:48px;padding:0 24px}.obg-tab-label a{width:100%;height:100%;position:absolute;top:0;left:0}.obg-tab-label .tab-icon{padding-right:5px}

.obg-card{text-align:center;display:block;padding:0 16px}.obg-card h4{font-size:1.6rem}.obg-card [class^=ico-]{font-size:15rem;margin:16px 0}.obg-card[large-image] img{height:15rem;width:15rem;margin:16px 0 12px}.obg-card[very-large-image] img{height:22.5rem;width:22.5rem;margin:16px 0 12px}.obg-card img:not([src]){height:0;width:0}

.obg-page-seo-content .content{display:block;padding:28px}.obg-page-seo-content .title{margin:0 0 16px}
.obg-icon-list{display:block}
.obg-menu{display:block}.obg-menu-header{margin:17px 5px 7px}.obg-menu .icon{margin-right:10px}
.obg-lazy-image{display:-webkit-inline-box;display:inline-flex;overflow:hidden;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;background-size:cover;background-repeat:no-repeat;background-position:center}.obg-lazy-image img{flex-shrink:0;min-width:100%;min-height:inherit;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:0}.obg-lazy-image img.ng-lazyloaded{opacity:1}
.obg-menu-item-list{display:block}.obg-menu-item-list-vertical{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}

@media (-ms-high-contrast:active){.mat-toolbar{outline:solid 1px}}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width:599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}

.obg-m-beta-badge{display:inline-block}.obg-m-beta-badge .badge-content{border-radius:2px;display:inline;padding:1px 4px;text-transform:uppercase}.obg-m-beta-badge .old-site-link{background:0 0;cursor:pointer;border:none;margin-left:10px;line-height:.5}.obg-m-beta-badge .old-site-link:active,.obg-m-beta-badge .old-site-link:focus{outline:0}.obg-m-beta-badge .beta-badge-back{position:relative;top:2px}

.obg-m-account-control-container>:not(:last-child){margin-right:15px}

.obg-m-language-selector button{text-transform:uppercase}.obg-m-language-selector-menu a{display:-webkit-box;display:flex}.obg-m-language-selector-menu .image-container{display:-webkit-inline-box;display:inline-flex;margin:auto 10px auto 0;border-radius:50%;width:24px;height:24px}.obg-m-language-selector-persistent-content{height:0;overflow:hidden;position:absolute}
.obg-m-dropdown-menu-trigger{display:inline-block}.obg-m-dropdown-menu-panel.mat-menu-panel{margin-top:10px;max-width:unset}.obg-m-dropdown-menu-panel.mat-menu-panel .mat-menu-content{padding:0}
.mat-menu-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 48px);border-radius:4px;outline:0;min-height:64px}.mat-menu-panel.ng-animating{pointer-events:none}@media (-ms-high-contrast:active){.mat-menu-panel{outline:solid 1px}}.mat-menu-content:not(:empty){padding-top:8px;padding-bottom:8px}.mat-menu-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative}.mat-menu-item::-moz-focus-inner{border:0}.mat-menu-item[disabled]{cursor:default}[dir=rtl] .mat-menu-item{text-align:right}.mat-menu-item .mat-icon{margin-right:16px;vertical-align:middle}.mat-menu-item .mat-icon svg{vertical-align:top}[dir=rtl] .mat-menu-item .mat-icon{margin-left:16px;margin-right:0}.mat-menu-item[disabled]{pointer-events:none}@media (-ms-high-contrast:active){.mat-menu-item-highlighted,.mat-menu-item.cdk-keyboard-focused,.mat-menu-item.cdk-program-focused{outline:dotted 1px}}.mat-menu-item-submenu-trigger{padding-right:32px}.mat-menu-item-submenu-trigger::after{width:0;height:0;border-style:solid;border-width:5px 0 5px 5px;border-color:transparent transparent transparent currentColor;content:'';display:inline-block;position:absolute;top:50%;right:16px;transform:translateY(-50%)}[dir=rtl] .mat-menu-item-submenu-trigger{padding-right:16px;padding-left:32px}[dir=rtl] .mat-menu-item-submenu-trigger::after{right:auto;left:16px;transform:rotateY(180deg) translateY(-50%)}button.mat-menu-item{width:100%}.mat-menu-item .mat-menu-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}
.obg-sport-catalog-component-competition-content,.obg-sport-catalog-component-header-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.obg-sport-catalog-component-accordion-header,.obg-sport-catalog-component-competition-content{width:100%;border-width:0 0 1px;border-style:solid;cursor:pointer;outline:0;text-align:left}.obg-sport-catalog-component-competition-content{display:block;padding-top:0;padding-right:0;padding-bottom:0}.obg-sport-catalog-component .expand-icon{margin-right:10px;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:rotate(0);transform:rotate(0)}.obg-sport-catalog-component .expanded .expand-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.obg-m-lg-sportsbook-lobby{display:block}.obg-m-lg-sportsbook-lobby .obg-quick-links-scroller.sportsbook-quicklink-menu{margin-top:0}.obg-m-lg-sportsbook-lobby .obg-sportsbook-carousel{margin-top:14px;margin-bottom:10px}
.obg-quick-links-scroller a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-transform:uppercase}.obg-quick-links-scroller{display:block}.obg-quick-links-scroller a{display:inline-block;height:100%;box-sizing:border-box;text-align:center;cursor:pointer}.obg-quick-links-scroller a .icon{font-size:2.5rem}
.obg-sportsbook-carousel{display:block}.obg-sportsbook-carousel-slide-background{background-position:center}.obg-sportsbook-carousel .obg-glide-wings div{opacity:.7}.obg-sportsbook-carousel .obg-glide-pagination{margin:10px auto}.obg-sportsbook-carousel .obg-glide-pagination-item{box-shadow:none}
.obg-m-sportsbook-lobby .obg-tab-label div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.obg-m-sportsbook-lobby{display:block}.obg-m-sportsbook-lobby .obg-tab-label{width:260px}.obg-m-sportsbook-lobby .obg-tab-label div .ico-live-betting{margin-top:3px}
.obg-m-events-master-detail-tabs-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;padding:10px;border-radius:5px 5px 0 0}.obg-m-events-master-detail-tabs{display:block}.obg-m-events-master-detail-tabs h1,.obg-m-events-master-detail-tabs span{margin:0}.obg-m-events-master-detail-tabs-no-events,.obg-m-events-master-detail-tabs-no-outrights{-webkit-box-align:center;align-items:center;text-align:center;width:100%}.obg-m-events-master-detail-tabs-no-events img,.obg-m-events-master-detail-tabs-no-outrights img{width:245px}.obg-m-events-master-detail-tabs .obg-event-markets-group{margin-bottom:10px}.obg-m-events-master-detail-tabs .obg-tabs .obg-tab-label{line-height:normal}.obg-m-events-master-detail-tabs .obg-tabs-content{padding:5px 0}.obg-m-events-master-detail-tabs .outrights-placeholder .obg-accordion-item-placeholder{margin-bottom:20px}.obg-m-events-master-detail-tabs .outrights-placeholder .obg-accordion-item-placeholder:not(:first-child){margin-top:20px}.obg-m-events-master-detail-tabs .outrights-placeholder .obg-event-row-market-placeholder .obg-event-row-market-placeholder-selection:nth-child(2){margin-right:60px}.obg-m-events-master-detail-tabs .tab-icon{padding:0 4px}
.obg-score-disclaimer{text-align:center;display:block}
.obg-nav-bar-scroll{display:block;position:relative}.obg-nav-bar-scroll-container{overflow:hidden;display:-webkit-box;display:flex}.obg-nav-bar-scroll-container-content{display:-webkit-box;display:flex;-webkit-transition:-webkit-transform .3s cubic-bezier(.35,0,.25,1);transition:transform .3s cubic-bezier(.35,0,.25,1);transition:transform .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1)}.obg-nav-bar-scroll-arrow{position:absolute;top:0;height:100%;width:30px;z-index:1;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;cursor:pointer}.obg-nav-bar-scroll-arrow.before{left:0;box-shadow:7px 0 10px -4px rgba(0,0,0,.3)}.obg-nav-bar-scroll-arrow.after{right:0;box-shadow:-7px 0 10px -4px rgba(0,0,0,.3)}
.obg-m-events-master-detail{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.obg-m-events-master-detail-header{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;cursor:pointer;border-bottom-width:1px;border-bottom-style:solid}.obg-m-events-master-detail-header-title{-webkit-box-flex:1;flex-grow:1}.obg-m-events-master-detail-header .obg-accordion-event-count{margin-right:10px}.obg-m-events-master-detail-header-toggle{font-size:2rem;-webkit-transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.obg-m-events-master-detail-header-toggle-expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.obg-m-events-master-detail-no-events{text-align:center;padding:10px}.obg-m-events-master-detail-go-to-more{display:block;text-align:center;border-top-width:1px;border-top-style:solid}.obg-m-events-master-detail-go-to-more obg-live-event-count{display:inline}
.obg-accordion-item-placeholder{position:relative;display:block}.obg-accordion-item-placeholder-text{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block}
.obg-event-row-placeholder{display:block}.obg-event-row-placeholder+.obg-event-row-placeholder{border-top-width:1px;border-top-style:solid}.obg-event-row-placeholder-category{height:8px;width:120px;margin-bottom:6px}.obg-event-row-placeholder-participant-first,.obg-event-row-placeholder-participant-second{margin-bottom:2px}.obg-event-row-placeholder-status{margin-top:8px}.obg-event-row-placeholder-selection-placeholder{width:100%;position:relative}.obg-event-row-placeholder-selection-placeholder:not(:last-child){margin-right:10px}

.obg-m-lg-sportsbook-lobby{display:block}.obg-m-lg-sportsbook-lobby .obg-quick-links-scroller.sportsbook-quicklink-menu{margin-top:0}.obg-m-lg-sportsbook-lobby .obg-sportsbook-carousel{margin-top:14px;margin-bottom:10px}


.obg-sportsbook-carousel-slide{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between}.obg-sportsbook-carousel-slide.action-visible .obg-sportsbook-carousel-slide-match-info{padding-right:40px}.obg-sportsbook-carousel-slide-match-info{cursor:pointer}.obg-sportsbook-carousel-slide-match-info .obg-more-market{position:absolute;right:16px;top:26px}.obg-sportsbook-carousel-slide-action{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;justify-content:space-around;width:40px;padding-left:6px}.obg-sportsbook-carousel-slide-action .swiper-slide-statistics-icon{cursor:default}.obg-sportsbook-carousel-slide-bet-builder-icon{margin-left:4px}.obg-sportsbook-carousel-slide .obg-selection{height:44px}.obg-sportsbook-carousel-slide .obg-event-row-market{display:-webkit-inline-box;display:inline-flex;width:90%}.obg-sportsbook-carousel-slide .obg-scoreboard-tennis-scores-container{width:65px}.obg-sportsbook-carousel-slide-tennis-five-sets .obg-scoreboard-tennis-scores-container{width:120px}.obg-sportsbook-carousel-slide-price-boost-icon{margin-left:5px}.obg-sportsbook-carousel-slide .obg-event-info.obg-event-row-container .obg-event-info-category-label{width:100%;text-align:center}

.obg-event-info .event-status-container .labels-container .obg-event-info-market-label,.obg-event-info .obg-event-status,.obg-event-info-category-label,.obg-event-info-participant-label,.obg-event-info.obg-event-container .obg-event-info-category-label,.obg-event-info.obg-event-container .obg-event-info-participant-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.obg-event-info{display:block;position:relative}.obg-event-info-scoreboard-layout-event-page .obg-scoreboard-football-details{height:74px;width:135px}.obg-event-info-scoreboard-layout-event-page .obg-scoreboard-football .obg-scoreboard-column{-ms-grid-row-align:initial;align-self:initial;justify-content:space-around}.obg-event-info.obg-event-container .obg-event-score{text-align:right}.obg-event-info.obg-event-container .obg-event-status{margin-bottom:10px}.obg-event-info-bet-builder-link{position:absolute;right:0;bottom:0;display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;padding:4px 6px 2px;border-radius:6px 0 0}.obg-event-info-bet-builder-link-text span{display:block;line-height:normal}.obg-event-info-bet-builder-link-icon{padding-right:5px}.obg-event-info-bet-builder-link-arrow-icon{padding-left:8px}.obg-event-info-header,.obg-event-info-participant{display:-ms-grid;display:grid;width:100%}.obg-event-info-participant-label{padding-right:20px}.obg-event-info-participant-score,.obg-event-info.obg-event-row-container.obg-sportsbook-carousel-container .obg-event-info-participant-score{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between}.obg-event-info.obg-event-row-container .obg-event-info-bet-builder-icon{padding:0 0 0 5px;max-height:14px;margin-top:-4px}.obg-event-info.obg-event-row-container .obg-event-info-default-scoreboard{align-self:flex-end}.obg-event-info .event-status-container{padding-top:4px}.obg-event-info .event-status-container .labels-container{overflow:hidden;-webkit-box-flex:1;flex-grow:1}.obg-event-info .event-status-container .obg-event-info-market-label{display:block;line-height:1.2}.obg-event-info .event-status-container .icons-container{align-self:flex-end;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-align:center;align-items:center;padding:10px 0 5px}.obg-event-info .event-status-container .icons-container>.cashout{padding:0 0 0 5px}.obg-event-info .obg-event-score-container{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-align:center;align-items:center}.obg-event-info .obg-event-score-baseball-server,.obg-event-info .obg-event-score-server{margin-right:5px}.obg-event-info .obg-event-score-power-play{font-style:italic;margin-right:8px;text-transform:uppercase}.obg-event-info.participant-no-truncate .obg-event-info-participant-label{white-space:normal}.obg-event-info-participants-wrapper{margin-top:auto}

.obg-event-row-market-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;line-height:initial}.obg-event-row-market{border-right-style:solid;border-right-width:1px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between}.obg-event-row-market.is-first{border-left-style:solid;border-left-width:1px}.obg-event-row-market-price-boost-icon{margin-left:5px}.obg-event-row-market-not-available{display:-webkit-box;display:flex;place-items:center;-webkit-box-pack:center;justify-content:center;flex-basis:100%}.obg-event-row-market header .obg-event-row-market-label{line-height:normal;margin-bottom:0}.obg-event-row-market header mark{background-color:transparent;line-height:normal;margin-left:auto}.obg-event-row-market section{width:100%}.obg-event-row-market.carousel section,.obg-event-row-market.compact-carousel section{margin-top:0}
.obg-selection{display:block;-webkit-transition:background-color .1s linear;transition:background-color .1s linear;cursor:pointer}.obg-selection-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-transition:background-color .1s linear,border-color .1s linear;transition:background-color .1s linear,border-color .1s linear}.obg-selection-content.odds-down,.obg-selection-content.odds-up,.obg-selection-content.selected.odds-down,.obg-selection-content.selected.odds-up{border-width:1px;border-style:solid}.obg-selection-content.hide{display:none}.obg-selection-content[horizontal]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;padding:0;height:100%}.obg-selection-content[disabled]{pointer-events:none}.obg-selection-content .obg-numeric-change,.obg-selection-content-label{text-align:center}.obg-selection-content-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:background-color .1s linear;transition:background-color .1s linear}.obg-selection-content .obg-numeric-change{display:-webkit-box;display:flex;flex-shrink:0;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.obg-selection-content.price-boost-selection .odds-value.original-odds{text-decoration:line-through;margin-left:auto;padding:7px}.obg-selection-content.price-boost-selection .odds-value.boosted-odds{margin-left:0;padding-right:7px;white-space:nowrap;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.obg-selection-content.price-boost-selection:not([horizontal]){-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.obg-selection-content.price-boost-selection:not([horizontal]) .obg-selection-content-label{width:100%}.obg-selection-content.price-boost-selection:not([horizontal]) .original-odds{padding:0 7px;width:50%}.obg-selection-content.price-boost-selection:not([horizontal]) .boosted-odds{text-align:center;width:50%}.obg-selection-content.event-row.price-boost-selection .obg-numeric-change{-webkit-box-pack:end;justify-content:flex-end}.obg-selection-content.event-row.price-boost-selection:not([horizontal]) .odds-value,.obg-selection-content.event-row.price-boost-selection:not([horizontal]) .original-odds{text-align:left;padding:0}.obg-selection-content.event-row.price-boost-selection:not([horizontal]) .boosted-odds{padding-left:.15em}.obg-selection-content.event-row.price-boost-selection:not([horizontal]) .original-odds{padding-right:.15em}.obg-selection-content.event-row.price-boost-selection .boosted-odds{overflow-x:visible;white-space:nowrap;-webkit-box-pack:normal;justify-content:normal}
.obg-numeric-change{display:block}.obg-numeric-change span{display:-webkit-box;display:flex;position:relative;-webkit-box-align:center;align-items:center}.obg-numeric-change-down span::before,.obg-numeric-change-up span::before{content:"";position:absolute;left:-15px;display:inline-block;margin-right:5px}
.obg-more-market{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}
.obg-scoreboard-manager{display:block;text-align:center}.obg-scoreboard-manager .obg-scoreboard-column{align-self:flex-end}.obg-scoreboard-manager .obg-scoreboard-column-current-set{margin-right:5px}.obg-scoreboard-manager .obg-scoreboard-column+.obg-scoreboard-column{margin-left:15px}.obg-scoreboard-manager .obg-scoreboard-column+.obg-scoreboard-total-score-column{margin-left:25px}.obg-scoreboard-manager-reduced-gap .obg-scoreboard-column-current-set{margin-right:0}.obg-scoreboard-manager-reduced-gap .obg-scoreboard-column+.obg-scoreboard-column{margin-left:10px}.obg-scoreboard-manager-reduced-gap .obg-scoreboard-column .obg-scoreboard-total-score{padding-left:7px}.obg-scoreboard-manager-reduced-gap .obg-scoreboard-football .obg-scoreboard-total-score{padding-left:3px}.obg-scoreboard-manager-show-total-score-border .obg-scoreboard-total-score-wrapper{border-left-width:1px;border-left-style:solid}.obg-scoreboard-manager-show-current-set-border .obg-scoreboard-current-set-wrapper{border-right-width:1px;border-right-style:solid;padding-right:7px}
@-webkit-keyframes scoreChangePulse{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes scoreChangePulse{50%,from,to{opacity:1}25%,75%{opacity:0}}.obg-event-score{display:block}.obg-event-score.score-tennis{text-align:center}.obg-event-score.animate .current-score{-webkit-animation:2s linear scoreChangePulse;animation:2s linear scoreChangePulse}
.obg-event-status{position:relative;display:block;overflow:hidden}.obg-event-status .obg-event-countdown{display:inline}.obg-event-status .ico-live-stream{vertical-align:baseline;margin:0 3px 0 0}.obg-event-status .obg-match-clock{text-transform:uppercase}
.obg-event-countdown,.obg-event-countdown .obg-countdown{display:inline-block}.obg-event-countdown.capitalize-text time{text-transform:capitalize}
.obg-event-table{display:block}.obg-event-table .obg-event-row+.obg-event-outrights-row{border-top-width:1px;border-top-style:solid}
.obg-m-market-selector-market-list-container-wrapper{position:absolute;width:100%;z-index:1;pointer-events:none}.obg-m-market-selector-market-list-container-wrapper .obg-m-market-selector-market-list-container{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.obg-m-market-selector-market-list-container-wrapper .obg-m-market-selector-market-list-container .obg-m-market-selector-market-list{border-radius:4px;margin-top:5px;pointer-events:auto;overflow:auto}.obg-m-market-selector-market-list-container-wrapper .obg-m-market-selector-market-list-container .obg-m-market-selector-market-list .mat-button{display:block;text-transform:none;padding-left:10px;padding-top:2px;padding-bottom:2px;font-size:13px;border-width:0;border-radius:0;width:100%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.obg-m-market-selector-market-list-container-wrapper .obg-m-market-selector-market-list-container .obg-m-market-selector-market-list .mat-button.selected{padding-left:5px;border-left-width:5px;border-left-style:solid}.obg-m-market-selector{position:relative;display:-webkit-box;display:flex;border-style:solid;border-width:1px 0}.obg-m-market-selector-per-accordion{border-top-width:0}.obg-m-market-selector .obg-m-market-selector-spaceholder{-webkit-box-flex:1;flex:1}.obg-m-market-selector .obg-m-market-selector-wrapper{width:100%;padding-top:7px;padding-bottom:7px}.obg-m-market-selector .obg-m-market-selector-wrapper .obg-m-market-selector-menu-trigger{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding-left:8px;border-width:1px;border-style:solid;border-radius:4px;height:30px;width:100%;-webkit-box-pack:justify;justify-content:space-between}.obg-m-market-selector .obg-m-market-selector-wrapper .obg-m-market-selector-menu-trigger .obg-m-market-selector-default-label,.obg-m-market-selector .obg-m-market-selector-wrapper .obg-m-market-selector-menu-trigger .obg-m-market-selector-market-label{max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.obg-m-market-selector .obg-m-market-selector-wrapper .obg-m-market-selector-menu-trigger .ico-chevron-down{float:right;margin-right:10px;margin-top:2px}
.obg-event-row.selected{border-left-width:3px;border-left-style:solid}.obg-event-row-event{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;overflow:hidden}.obg-event-row-event-container{display:-webkit-box;display:flex;width:100%;min-width:0}.obg-event-row-details{cursor:pointer;-webkit-box-flex:1;flex:1}.obg-event-row-action-more-markets-icon{font-size:1.6rem}.obg-event-row-action-statistics-icon{-webkit-transition:color 250ms;transition:color 250ms}.obg-event-row.over .obg-event-row{pointer-events:none}.obg-event-row.over .obg-event-row-action,.obg-event-row.over .obg-event-row-details{cursor:default}.obg-event-row-pinning-container{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer;flex-shrink:0}.obg-event-row-pinning-container-icon{font-size:1.5rem}.obg-event-row .obg-server .obg-event-row-empty-market,.obg-event-row .obg-server obg-event-row-market-container,.obg-event-row .obg-server obg-scoreboard-manager{display:none}.obg-event-row+.obg-event-row{border-top-style:solid;border-top-width:1px}
.obg-countdown{display:block}
.obg-tooltip{position:relative;display:block;margin-bottom:10px;padding:12px;border-radius:5px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.obg-tooltip-arrow{position:fixed;-webkit-filter:drop-shadow(0 4px 2px rgba(0, 0, 0, .2));filter:drop-shadow(0 4px 2px rgba(0, 0, 0, .2));background-color:transparent}.obg-tooltip-arrow div{width:14px;height:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}
.obg-m-event-participant-label,.obg-m-event-participant-label-three-participants{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.obg-m-event{display:block}.obg-m-event .obg-event-market-filter-placeholder{overflow:hidden;border-top-width:1px;border-top-style:solid}.obg-m-event .obg-event-market-filter-placeholder-row{padding:5px}.obg-m-event-match{background-position:50%}.obg-m-event.live{border-radius:4px 4px 0 0}.obg-m-event.live .obg-m-event-markets obg-tabs{border-top:none}.obg-m-event.live .obg-m-event-placeholders-match-info{height:210px}.obg-m-event.live .obg-event-market-filter-placeholder{border-top:none}.obg-m-event-header{padding:14px;border-radius:4px 4px 0 0}.obg-m-event-participant-label{max-width:135px}.obg-m-event-participant-label-three-participants{max-width:80px}.obg-m-event-participant-divider{margin:0 4px}.obg-m-event-content-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.obg-m-event-fullscreen-tabs{width:50%}.obg-m-event-fullscreen-tabs .obg-event-hh,.obg-m-event-fullscreen-tabs .obg-event-statistics-container{margin-top:10px}.obg-m-event-fullscreen-markets{width:50%;margin-right:14px}.obg-m-event-fullscreen-header{margin-bottom:14px}.obg-m-event-close,.obg-m-event-fullscreen{cursor:pointer}.obg-m-event-close{margin-left:15px}.obg-m-event-markets .obg-tabs{border-top-width:1px;border-top-style:solid}.obg-m-event-markets .obg-tabs-nav-scroller-arrow{font-size:2rem}.obg-m-event-no-markets{text-align:center;padding:46px 0}.obg-m-event-ended{padding-top:20px}.obg-m-event-placeholders-tabs{width:100%;height:48px}.obg-m-event-placeholders-match-info{height:197px}.obg-m-event-placeholders-fullscreen-event{width:50%;height:257px}
.obg-event-market-filter-placeholder{position:relative;display:block}.obg-event-market-filter-placeholder-row{height:48px}.obg-event-market-filter-placeholder.live{border-top:none}.obg-event-market-filter-placeholder-text{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:20px}


.obg-event-row-market-placeholder{display:-webkit-box;display:flex}.obg-event-row-market-placeholder-selection{position:relative;width:33%}.obg-event-row-market-placeholder-text{width:80%;height:15px}
.obg-visual-stream{display:block;text-align:center;min-height:200px}@-webkit-keyframes fadeInIFrame{0%{opacity:0}100%{opacity:1}}@keyframes fadeInIFrame{0%{opacity:0}100%{opacity:1}}.obg-visual-stream-error{height:100%}.obg-visual-stream-error p{margin:12px 0;padding:0 15px}.obg-visual-stream-error a{text-decoration:underline}.obg-visual-stream obg-iframe{-webkit-animation-name:fadeInIFrame;animation-name:fadeInIFrame;-webkit-animation-duration:.5s;animation-duration:.5s}
.obg-scoreboard-preview{display:block;padding:12px 0}.obg-scoreboard-preview-phase{text-align:center}.obg-scoreboard-preview-phase-container{padding:6px;width:6%}.obg-scoreboard-preview .obg-scoreboard-preview-match-clock-visible .obg-scoreboard-preview-phase-container{width:12%}.obg-scoreboard-preview .obg-scoreboard-preview-match-clock-visible .obg-event-info{width:88%}.obg-scoreboard-preview .obg-scoreboard-preview-phase-label-visible .obg-scoreboard-preview-phase-container{width:22%}.obg-scoreboard-preview .obg-scoreboard-preview-phase-label-visible .obg-event-info{width:78%}.obg-scoreboard-preview .obg-event-info{width:94%;padding:0 24px 0 0}.obg-scoreboard-preview .obg-event-info-participants-wrapper{padding:0}

obg-iframe{display:block}obg-iframe iframe{display:block;overflow:auto;border-style:none}

.obg-event-markets{display:-webkit-box;display:flex}.obg-event-markets-one-column{width:100%}.obg-event-markets-two-columns{width:50%}.obg-event-markets-three-columns{width:33%}
.obg-event-market-group{display:block}.obg-event-market-group-header[obgAccordionHeader]{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;padding:10px;cursor:pointer;border-bottom-style:solid;border-bottom-width:1px}.obg-event-market-group-header-name{padding-right:10px}.obg-event-market-group-header.expanded .obg-event-market-group-toggle-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.obg-event-market-group-header .obg-event-market-group-action-button{padding-right:8px}.obg-event-market-group-content{padding:5px 5px 0 0}.obg-event-market-group-description{padding:12px 0 16px 10px}.obg-event-market-group-deadline{text-align:center}.obg-event-market-group-dummy-selection{background:0 0;cursor:default}.obg-event-market-group-toggle{display:-webkit-box;display:flex;white-space:nowrap;-webkit-box-align:center;align-items:center}.obg-event-market-group-toggle-icon{-webkit-transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.obg-event-market-group-cashout{margin-right:10px}.obg-event-market-group .obg-selection{padding:0 0 5px 5px;width:33.33%;height:auto}.obg-event-market-group .obg-selection.col-1{width:100%}.obg-event-market-group .obg-selection.col-2{width:50%}.obg-event-market-group .obg-selection.col-3{width:33.33%}.obg-event-market-group .obg-show-more-less{width:100%;margin:10px 0 10px 5px}
[obgAccordionHeader],obg-accordion-header{display:block;-webkit-transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;touch-action:manipulation;contain:content;-webkit-transform:translateZ(0);transform:translateZ(0)}obg-accordion,obg-accordion-content{display:block}.obg-accordion-content{contain:content;-webkit-transform:translateZ(0);transform:translateZ(0);overflow:hidden}.obg-accordion-content.disable-contain-content{contain:none;-webkit-transform:none;transform:none;overflow:visible}.obg-accordion-content-expanded-animation{-webkit-animation:.2s ease-in expand-animation;animation:.2s ease-in expand-animation;max-height:20000px}.obg-accordion-content-collapsed-animation{-webkit-animation:.2s ease-out collapse-animation;animation:.2s ease-out collapse-animation;max-height:0}@-webkit-keyframes expand-animation{0%{max-height:0}50%{max-height:60px}100%{max-height:20000px}}@keyframes expand-animation{0%{max-height:0}50%{max-height:60px}100%{max-height:20000px}}@-webkit-keyframes collapse-animation{0%{max-height:20000px}50%{max-height:60px}100%{max-height:0}}@keyframes collapse-animation{0%{max-height:20000px}50%{max-height:60px}100%{max-height:0}}


.obg-m-lg-live-lobby-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:8px 10px;border-radius:5px 5px 0 0}.obg-m-lg-live-lobby-header h1,.obg-m-lg-live-lobby-header span{display:-webkit-inline-box;display:inline-flex;margin:0}.obg-m-lg-live-lobby-header span{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-right:10px}
.obg-sport-catalog-component-competition-content,.obg-sport-catalog-component-header-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.obg-sport-catalog-component-accordion-header,.obg-sport-catalog-component-competition-content{width:100%;border-width:0 0 1px;border-style:solid;cursor:pointer;outline:0;text-align:left}.obg-sport-catalog-component-competition-content{display:block;padding-top:0;padding-right:0;padding-bottom:0}.obg-sport-catalog-component .expand-icon{margin-right:10px;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:rotate(0);transform:rotate(0)}.obg-sport-catalog-component .expanded .expand-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}


.obg-m-gaming-layout{display:block;margin:0 auto}.obg-m-gaming-layout-blurred{-webkit-transition:-webkit-filter .24s;transition:-webkit-filter .24s;transition:filter .24s;transition:filter .24s,-webkit-filter .24s;-webkit-filter:blur(3px);filter:blur(3px)}.obg-m-gaming-layout-block{margin-top:90px;height:calc(100vh - 90px)}.obg-m-gaming-layout .obg-product-block{height:calc(100vh - 90px);min-height:800px}.obg-m-gaming-layout.fullscreen-mode,.obg-m-gaming-layout.fullscreen-mode .obg-footer,.obg-m-gaming-layout.fullscreen-mode .obg-m-game-launcher-footer,.obg-m-gaming-layout.fullscreen-mode .obg-m-header,.obg-m-gaming-layout.fullscreen-mode .obg-m-sidenav-toolbar{max-width:unset}.obg-m-gaming-layout.compact-header a.mat-icon-button,.obg-m-gaming-layout.compact-header a.mat-mini-fab,.obg-m-gaming-layout.compact-header button.mat-icon-button,.obg-m-gaming-layout.compact-header button.mat-mini-fab{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.obg-m-gaming-layout.compact-header a mat-spinner,.obg-m-gaming-layout.compact-header button mat-spinner{display:inline-block}.obg-m-gaming-layout.compact-header .compact-header-toolbar{width:100%;text-align:right;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.obg-m-gaming-layout.compact-header .compact-header-toolbar>*{margin-right:15px;align-self:center}@media only screen and (max-width:1330px){.obg-m-gaming-layout.compact-header .compact-header-toolbar .obg-m-account-control-container>:not(:last-child),.obg-m-gaming-layout.compact-header .compact-header-toolbar>*{margin-right:2px}.obg-m-gaming-layout.compact-header .compact-header-toolbar .obg-m-account-control-container .mat-flat-button,.obg-m-gaming-layout.compact-header .compact-header-toolbar .obg-m-sidenav-toolbar .mat-flat-button{padding:0 7px}.obg-m-gaming-layout.compact-header .compact-header-toolbar .deposit-input,.obg-m-gaming-layout.compact-header .compact-header-toolbar .obg-m-beta-badge{display:none}.obg-m-gaming-layout.compact-header .obg-m-sidenav-center{margin:0 5px}}.obg-m-gaming-layout.compact-header .obg-footer{margin-top:0}.obg-m-gaming-layout [endSidenavContent],.obg-m-gaming-layout [startSidenavContent]{min-height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.obg-m-gaming-layout [endSidenavContent] .obg-m-casino-menu,.obg-m-gaming-layout [startSidenavContent] .obg-m-casino-menu{-webkit-box-flex:1;flex:1}.obg-m-gaming-layout [startSidenavContent] img{max-width:170px;display:block;margin:30px 10px}.obg-m-gaming-layout [startSidenavContent] .obg-menu-item{min-height:35px;width:100%;padding-left:6px}.obg-m-gaming-layout [startSidenavContent] .obg-menu-header,.obg-m-gaming-layout [startSidenavContent] .obg-menu-item{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center}.obg-m-gaming-layout [startSidenavContent] .obg-menu-header{height:30px;margin:20px 5px 0;padding-left:6px}.obg-m-gaming-layout .obg-footer{width:auto}.obg-m-gaming-layout .obg-footer-container{margin:14px}.obg-m-gaming-layout-fluid-content{width:100%;max-width:100%;height:100%}.obg-m-gaming-layout .obg-m-sidenav-left .obg-menu:first-child{margin-top:10px}.obg-m-gaming-layout .obg-m-sidenav-center{-webkit-box-flex:1;flex:1;margin:0 20px}.obg-m-gaming-layout .obg-m-sidenav-toolbar .mat-flat-button{padding:0 12px}.obg-m-gaming-layout .obg-m-sidenav-toggle-start{overflow:hidden;text-align:right}.obg-m-gaming-layout .obg-m-sidenav-toggle-end{overflow:hidden;text-align:left}.obg-m-gaming-layout .obg-m-sidenav-toggle-icon::after,.obg-m-gaming-layout .obg-m-sidenav-toggle-icon::before{content:"";height:16px;display:block;float:left;border-radius:2px}.obg-m-gaming-layout .obg-m-sidenav-toggle-icon::before{width:6px}.obg-m-gaming-layout .obg-m-sidenav-toggle-icon::after{width:18px;margin-left:2px;opacity:.3}.obg-m-gaming-layout .obg-m-sidenav-toggle-icon.collapsed::before{opacity:.3}.obg-m-gaming-layout .obg-m-sidenav-toggle-icon-right{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.obg-m-gaming-layout .obg-m-sidenav-arrow,.obg-m-gaming-layout .obg-m-sidenav-arrow-expanded,.obg-m-gaming-layout .obg-m-sidenav-arrow-inverse-expanded{-webkit-transition-duration:.3s;transition-duration:.3s;overflow:hidden}.obg-m-gaming-layout .obg-m-sidenav-arrow{-webkit-transform:rotate(0);transform:rotate(0)}.obg-m-gaming-layout .obg-m-sidenav-arrow-expanded{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.obg-m-gaming-layout .obg-m-sidenav-arrow-inverse-expanded{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.obg-m-gaming-layout .obg-m-sidenav .obg-m-sidenav-toggle-text{overflow:hidden;text-overflow:ellipsis;margin:0 10px}


.obg-m-gaming-lobby .obg-banner{margin:15px 15px 0;min-width:600px}.obg-m-gaming-lobby-content{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:14px}.obg-m-gaming-lobby-content .obg-m-category-slider-container{width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.obg-m-gaming-lobby-content h1{margin:0}.obg-m-gaming-lobby-content mat-spinner{width:20px;height:20px;margin:70px auto}.obg-m-gaming-lobby .obg-daily-jackpots{margin-bottom:15px}.obg-m-gaming-lobby .obg-m-game-thumbnail,.obg-m-gaming-lobby .obg-m-live-casino-game-thumbnail{margin-right:5px}.obg-m-gaming-lobby .obg-m-game-thumbnail:last-child,.obg-m-gaming-lobby .obg-m-live-casino-game-thumbnail:last-child{margin-right:0}.obg-m-gaming-lobby .obg-m-live-casino-game-thumbnail{width:320px}.obg-m-gaming-lobby .obg-carousel-header{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:5px}.obg-m-gaming-lobby .obg-carousel-header h2{margin-bottom:0}.obg-m-gaming-lobby .obg-carousel-header h2,.obg-m-gaming-lobby .obg-carousel-header>span{margin-right:5px}.obg-m-gaming-lobby .obg-carousel-header a{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;height:13px;padding-left:3px;line-height:1}
.obg-banner{display:block}

.obg-carousel{display:block;width:100%;margin:0 auto 15px}.obg-carousel-container{position:relative;overflow:hidden}.obg-carousel .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:flex}.obg-carousel .swiper-slide{flex-shrink:0}.obg-carousel .slide-button-next,.obg-carousel .slide-button-prev{position:absolute;top:0;z-index:2;display:-webkit-box;display:flex;height:100%;-webkit-box-align:center;align-items:center;cursor:pointer;opacity:1;outline:0;-webkit-transition:opacity 250ms,left 250ms,right 250ms;transition:opacity 250ms,left 250ms,right 250ms}.obg-carousel .slide-button-next.slide-button-disabled,.obg-carousel .slide-button-prev.slide-button-disabled{opacity:0}.obg-carousel .slide-button-next span,.obg-carousel .slide-button-prev span{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.obg-carousel .slide-button-prev{left:0;-webkit-box-pack:start;justify-content:flex-start}.obg-carousel .slide-button-next{right:0;-webkit-box-pack:end;justify-content:flex-end}

.obg-m-live-casino-game-thumbnail{display:block;height:196px;max-width:397px;position:relative;overflow:hidden;background-position:center;background-size:auto 100%}.obg-m-live-casino-game-thumbnail-error{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.obg-m-live-casino-game-thumbnail:hover .game-thumb-buttons{opacity:1}.obg-m-live-casino-game-thumbnail:hover .game-thumb-bets,.obg-m-live-casino-game-thumbnail:hover .game-thumb-provider,.obg-m-live-casino-game-thumbnail:hover .game-thumb-table-seats{z-index:5}.obg-m-live-casino-game-thumbnail:hover .game-thumb-title-hover-only{display:block}.obg-m-live-casino-game-thumbnail .game-thumb-image{position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.obg-m-live-casino-game-thumbnail .game-thumb-image,.obg-m-live-casino-game-thumbnail .obg-lazy-image img{height:100%}.obg-m-live-casino-game-thumbnail .game-thumb-title{position:absolute;bottom:0;width:100%;height:38px;padding:0 0 5px 10px}.obg-m-live-casino-game-thumbnail .game-thumb-title-hover-only{display:none}.obg-m-live-casino-game-thumbnail .game-thumb-provider{margin:0 auto;text-align:center;display:block;font-weight:500;position:absolute;top:13px;right:5px;z-index:4}.obg-m-live-casino-game-thumbnail .game-thumb-provider-logo{position:absolute;top:0;right:0;z-index:4;margin:8px;-webkit-transform:translateZ(0)}.obg-m-live-casino-game-thumbnail .game-thumb-provider-logo img{width:80px;height:35px}.obg-m-live-casino-game-thumbnail .game-thumb-buttons{position:absolute;top:0;height:100%;width:100%;opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;z-index:3;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.obg-m-live-casino-game-thumbnail .game-thumb-buttons-error{width:100%;text-align:center}.obg-m-live-casino-game-thumbnail .game-thumb-bets{top:72px;width:100%;position:absolute;z-index:4;pointer-events:none}.obg-m-live-casino-game-thumbnail h3{position:absolute;z-index:5;margin:0;line-height:2.5;-webkit-transform:translateZ(0)}.obg-m-live-casino-game-thumbnail .max-bets,.obg-m-live-casino-game-thumbnail .min-bets{width:25%;line-height:1.5rem}.obg-m-live-casino-game-thumbnail .max-bets span,.obg-m-live-casino-game-thumbnail .min-bets span{width:100%;min-height:15px}.obg-m-live-casino-game-thumbnail .max-bets span:first-child,.obg-m-live-casino-game-thumbnail .min-bets span:first-child{opacity:.7}.obg-m-live-casino-game-thumbnail .min-bets{float:left;margin-left:10px}.obg-m-live-casino-game-thumbnail .min-bets span{float:left}.obg-m-live-casino-game-thumbnail .max-bets{float:right;margin-right:10px;text-align:right}.obg-m-live-casino-game-thumbnail .max-bets span{float:right}.obg-m-live-casino-game-thumbnail .game-launcher-button-play-for-real{margin:0 auto;display:block;width:56px;height:56px;border-radius:50%;cursor:pointer}.obg-m-live-casino-game-thumbnail .game-launcher-button-favorite{bottom:4px;right:4px;position:absolute;padding:5px;background:0 0;border:0;outline:0;-webkit-transition:.25s;transition:.25s;cursor:pointer}.obg-m-live-casino-game-thumbnail .game-launcher-button-favorite:hover{opacity:.7}.obg-m-live-casino-game-thumbnail .game-launcher-button-login,.obg-m-live-casino-game-thumbnail .game-launcher-button-play-for-real-bet-behind{top:5px;width:160px;min-height:32px;margin:0 auto 20px;padding:8px 16px 5px;display:block;line-height:1.2;white-space:normal}.obg-m-live-casino-game-thumbnail .game-launcher-button-login.bet-behind-button,.obg-m-live-casino-game-thumbnail .game-launcher-button-play-for-real-bet-behind{text-transform:uppercase}.obg-m-live-casino-game-thumbnail .ico-table-closed{position:absolute;bottom:48px;left:10px}.obg-m-live-casino-game-thumbnail .bet-behind-text,.obg-m-live-casino-game-thumbnail .open-closed-info{position:absolute;bottom:50px;padding:0 20px;text-align:center;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.obg-m-live-casino-game-thumbnail .bet-behind-text,.obg-m-live-casino-game-thumbnail .open-closed-info-text{text-transform:uppercase}.obg-m-live-casino-game-thumbnail .open-closed-info{display:-webkit-box;display:flex}.obg-m-live-casino-game-thumbnail .open-closed-info-text{white-space:nowrap}.obg-m-live-casino-game-thumbnail .open-closed-info .obg-ticker-time,.obg-m-live-casino-game-thumbnail .open-closed-info .table-open-time{padding-left:4px}.obg-m-live-casino-game-thumbnail .open-closed-info .obg-ticker-time-labels-hour,.obg-m-live-casino-game-thumbnail .open-closed-info .obg-ticker-time-numbers-hour{display:none}.obg-m-live-casino-game-thumbnail .open-closed-info .obg-ticker-time-numbers-minutes,.obg-m-live-casino-game-thumbnail .open-closed-info .obg-ticker-time-numbers-seconds{padding-right:1px}.obg-m-live-casino-game-thumbnail .open-closed-info .obg-ticker-time-labels-minutes{padding-right:2px}.obg-m-live-casino-game-thumbnail .available-seats,.obg-m-live-casino-game-thumbnail .ico-bet-behind{position:absolute;left:10px}.obg-m-live-casino-game-thumbnail .available-seats{bottom:40px}.obg-m-live-casino-game-thumbnail .ico-bet-behind{bottom:48px}.obg-m-live-casino-game-thumbnail .obg-roulette-results{width:auto;position:absolute;bottom:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:0 20px}.obg-m-live-casino-game-thumbnail .obg-roulette-results .result{position:relative;padding:1px 0 0}.obg-m-live-casino-game-thumbnail .obg-roulette-results .latest-result{border:0;margin-right:6px}.obg-m-live-casino-game-thumbnail .obg-roulette-results .latest-result.black-number{background:#000}.obg-m-live-casino-game-thumbnail .obg-roulette-results .latest-result.double-ball-result:first-child{margin-right:10px}.obg-m-live-casino-game-thumbnail .obg-roulette-results .latest-result::before{content:"";position:absolute;z-index:-1;top:-4px;left:-4px;bottom:-4px;right:-4px;background:inherit}.obg-m-live-casino-game-thumbnail .dealer-name{position:absolute;top:10px;left:10px}.obg-m-live-casino-game-thumbnail .dealer-name span{display:block;line-height:1}

.obg-roulette-results{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:100%;font-size:1.1rem;text-align:center;background-color:#000}.obg-roulette-results .result{width:25px;color:#fff}.obg-roulette-results .latest-result{padding:4px 0;border:1px solid #fff}.obg-roulette-results .latest-result.red-number{background-color:red}.obg-roulette-results .latest-result.green-number{background-color:green}.obg-roulette-results .latest-result.double-ball-result:first-child{border-right:0}.obg-roulette-results :not(.latest-result).red-number{color:red}.obg-roulette-results :not(.latest-result).green-number{color:green}

.obg-m-game-search-button button{padding:0 12px;line-height:30px;text-align:left}.obg-m-game-search-button button:hover .mat-button-focus-overlay{opacity:1}.obg-m-game-search-button button .ico-search{margin-right:10px}

.obg-m-game-thumbnail{display:block;width:196px;height:196px;position:relative;text-align:left;overflow:hidden;background-size:auto 100%;background-position:center}.obg-m-game-thumbnail-error{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.obg-m-game-thumbnail:hover>.game-thumb-hover:not(.game-thumb-hover-force-hidden){opacity:1}.obg-m-game-thumbnail:hover>.game-thumb-jackpot{z-index:4}.obg-m-game-thumbnail .obg-lazy-image{position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.obg-m-game-thumbnail .obg-lazy-image,.obg-m-game-thumbnail .obg-lazy-image img{height:100%}.obg-m-game-thumbnail .game-thumb-jackpot{position:absolute;left:0;right:0;margin:0 auto;bottom:10px;text-align:center;border-radius:12px;width:116px;height:24px;padding:2px 5px;z-index:3;font-weight:500}.obg-m-game-thumbnail .game-launcher-button-select{text-align:center}.obg-m-game-thumbnail .game-thumb-hover{position:absolute;top:0;height:100%;width:100%;opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;z-index:3}.obg-m-game-thumbnail .game-thumb-hover-force-visible{opacity:1}.obg-m-game-thumbnail .game-thumb-hover-error{margin-top:17px;text-align:center}.obg-m-game-thumbnail .game-thumb-hover .game-thumb-provider,.obg-m-game-thumbnail .game-thumb-hover h3{margin:0 auto;text-align:center}.obg-m-game-thumbnail .game-thumb-hover h3{margin-top:13px;width:160px;height:25px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.obg-m-game-thumbnail .game-thumb-hover-text-selected{position:absolute;bottom:0;left:0;right:0;margin:0 auto 10px;display:block;text-align:center;font-weight:600}.obg-m-game-thumbnail .game-thumb-hover .game-thumb-provider{display:block;font-weight:700;visibility:hidden}.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-custom-action-icon,.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-play-for-real,.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-select{top:68px;left:68px;width:56px;height:56px;position:absolute;border-radius:50%;cursor:pointer}.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-custom-action-icon{text-align:center;line-height:1.45}.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-select:not(.game-launcher-button-select-selected){border:1px solid;opacity:.7}.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-favorite{bottom:4px;right:4px;position:absolute;padding:5px;background:0 0;border:0;outline:0;-webkit-transition:.25s;transition:.25s;cursor:pointer}.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-favorite:hover{opacity:.7}.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-custom-action,.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-login,.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-play-for-fun{width:160px;min-height:32px;margin:6px auto 0;display:block;padding:8px 16px 5px;line-height:1.2;white-space:normal}.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-custom-action.center,.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-login.center,.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-play-for-fun.center{margin-top:25px}.obg-m-game-thumbnail .game-thumb-hover .game-launcher-button-custom-action{position:absolute;bottom:0;left:0;right:0;margin:0 auto 13px}.obg-m-game-thumbnail .game-thumb-hover .game-thumb-bets{bottom:32px;width:192px;text-align:center;position:absolute}


.obg-m-poker-lobby .obg-banner{margin:15px 15px 0;min-width:800px}.obg-m-poker-lobby-content{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:14px}.obg-m-poker-lobby-content .items-container{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;min-width:500px}.obg-m-poker-lobby-large .items-container{-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;flex-wrap:wrap}.obg-m-poker-lobby-large .items-container .obg-m-poker-content-item{width:calc(50% - 5px);margin-right:0}.obg-m-poker-lobby-large .items-container .obg-m-poker-content-item:nth-child(n+3){width:100%;height:200px;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:center;justify-content:center}.obg-m-poker-lobby-large .items-container .obg-m-poker-content-item:nth-child(n+3) h2,.obg-m-poker-lobby-large .items-container .obg-m-poker-content-item:nth-child(n+3) p{padding-left:150px}.obg-m-poker-lobby-large .items-container .obg-m-poker-content-item:nth-child(n+3) .obg-lazy-image{width:140px;position:absolute;left:20px}
.obg-m-poker-content-item{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;width:390px;height:420px;padding:20px}.obg-m-poker-content-item:not(:nth-child(n+3)){margin-right:10px;margin-bottom:10px}.obg-m-poker-content-item .obg-lazy-image{height:148px}.obg-m-poker-content-item .obg-lazy-image.clickable{cursor:pointer}.obg-m-poker-content-item p{text-align:center}@media only screen and (max-width:1330px){.obg-m-poker-content-item p{text-align:left}}.obg-m-poker-content-item a{padding:0 40px}.obg-m-poker-content-item button{min-width:200px}

.obg-m-user-summary-funds-overview{margin-top:10px;margin-bottom:10px}.obg-m-user-summary button{min-width:40px;height:40px;border-radius:20px;padding:0 10px}.obg-m-user-summary .has-balance{padding:0 7px 0 3px}.obg-m-user-summary-balance{-webkit-transition:.3s;transition:.3s;overflow:hidden;cursor:pointer;display:inline-block;max-width:200px;padding-right:7px}.obg-m-user-summary .hide-balance{opacity:0;max-width:0;padding-right:0}.obg-m-user-summary-menu [class^=ico-]{padding-right:15px;vertical-align:-.3rem}.obg-m-user-summary .ico-chevron-right::before{vertical-align:.2rem}

.obg-m-funds-overview{display:block}.obg-m-funds-overview .obg-m-kyc-notification{background-color:transparent}.obg-m-funds-overview ul{list-style:none;width:100%;margin:0}.obg-m-funds-overview ul li{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.obg-m-funds-overview-buttons{display:-webkit-box;display:flex;flex-wrap:wrap;margin:-3px}.obg-m-funds-overview-buttons a{-webkit-box-flex:1;flex:1 0 auto;margin:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.obg-m-oms-summary button.mat-mini-fab{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.obg-m-oms-summary .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-22px}

.obg-m-common-layout{display:block;margin:0 auto}.obg-m-common-layout-outlet{padding:28px;max-width:828px;min-height:90vh}.obg-m-common-layout .mat-tab-body{min-height:600px}.obg-m-common-layout [startSidenavContent]{min-height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.obg-m-common-layout [startSidenavContent] .obg-m-user-menu{-webkit-box-flex:1;flex:1}.obg-m-common-layout [startSidenavContent] .obg-menu-item{height:40px;width:100%;padding-left:6px}.obg-m-common-layout [startSidenavContent] a{cursor:pointer}.obg-m-common-layout [startSidenavContent] .obg-menu-header,.obg-m-common-layout [startSidenavContent] .obg-menu-item{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center}.obg-m-common-layout [startSidenavContent] .obg-menu-header{height:40px;margin:20px 5px 0;padding-left:6px}


.obg-menu-item-list{display:block}.obg-menu-item-list-vertical{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.obg-m-balance .overview{margin-bottom:20px}.obg-m-balance .mat-flat-button:first-of-type{margin-right:15px}
.obg-m-balance-metric-item .metric-content{padding:15px}.obg-m-balance-metric-item .title{text-transform:uppercase;margin-bottom:15px}.obg-m-balance-metric-item p{margin:0}


.mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-pagination-after,.mat-tab-header-rtl .mat-tab-header-pagination-before{padding-right:4px}.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;content:'';height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform .5s cubic-bezier(.35,0,.25,1)}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:.5s cubic-bezier(.35,0,.25,1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}@media (-ms-high-contrast:active){.mat-ink-bar{outline:solid 2px;height:0}}.mat-tab-labels{display:flex}[mat-align-tabs=center] .mat-tab-labels{justify-content:center}[mat-align-tabs=end] .mat-tab-labels{justify-content:flex-end}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}._mat-animation-noopable.mat-tab-list{transition:none;animation:none}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}@media (-ms-high-contrast:active){.mat-tab-label:focus{outline:dotted 2px}}.mat-tab-label.mat-tab-disabled{cursor:default}@media (-ms-high-contrast:active){.mat-tab-label.mat-tab-disabled{opacity:.5}}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}@media (-ms-high-contrast:active){.mat-tab-label{opacity:1}}@media (max-width:599px){.mat-tab-label{min-width:72px}}

.mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}

mat-table{display:block}mat-header-row{min-height:56px}mat-footer-row,mat-row{min-height:48px}mat-footer-row,mat-header-row,mat-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-footer-row::after,mat-header-row::after,mat-row::after{display:inline-block;min-height:inherit;content:''}mat-cell:first-of-type,mat-footer-cell:first-of-type,mat-header-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type,[dir=rtl] mat-footer-cell:first-of-type,[dir=rtl] mat-header-cell:first-of-type{padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-footer-cell:last-of-type,mat-header-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type,[dir=rtl] mat-footer-cell:last-of-type,[dir=rtl] mat-header-cell:last-of-type{padding-right:0;padding-left:24px}mat-cell,mat-footer-cell,mat-header-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-footer-row,tr.mat-row{height:48px}th.mat-header-cell{text-align:left}[dir=rtl] th.mat-header-cell{text-align:right}td.mat-cell,td.mat-footer-cell,th.mat-header-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type,th.mat-header-cell:first-of-type{padding-left:24px}[dir=rtl] td.mat-cell:first-of-type,[dir=rtl] td.mat-footer-cell:first-of-type,[dir=rtl] th.mat-header-cell:first-of-type{padding-left:0;padding-right:24px}td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type,th.mat-header-cell:last-of-type{padding-right:24px}[dir=rtl] td.mat-cell:last-of-type,[dir=rtl] td.mat-footer-cell:last-of-type,[dir=rtl] th.mat-header-cell:last-of-type{padding-right:0;padding-left:24px}

[obgAccordionHeader],obg-accordion-header{display:block;-webkit-transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;touch-action:manipulation;contain:content;-webkit-transform:translateZ(0);transform:translateZ(0)}obg-accordion,obg-accordion-content{display:block}.obg-accordion-content{contain:content;-webkit-transform:translateZ(0);transform:translateZ(0);overflow:hidden}.obg-accordion-content.disable-contain-content{contain:none;-webkit-transform:none;transform:none;overflow:visible}.obg-accordion-content-expanded-animation{-webkit-animation:.2s ease-in expand-animation;animation:.2s ease-in expand-animation;max-height:20000px}.obg-accordion-content-collapsed-animation{-webkit-animation:.2s ease-out collapse-animation;animation:.2s ease-out collapse-animation;max-height:0}@-webkit-keyframes expand-animation{0%{max-height:0}50%{max-height:60px}100%{max-height:20000px}}@keyframes expand-animation{0%{max-height:0}50%{max-height:60px}100%{max-height:20000px}}@-webkit-keyframes collapse-animation{0%{max-height:20000px}50%{max-height:60px}100%{max-height:0}}@keyframes collapse-animation{0%{max-height:20000px}50%{max-height:60px}100%{max-height:0}}

[_nghost-halo-app-c4]{display:block;position:relative;height:100%;overflow:hidden!important}.ng-scrollbar-container[_ngcontent-halo-app-c4]{position:relative;overflow:hidden!important;width:100%;height:100%}.ng-scrollbar-autohide[_ngcontent-halo-app-c4] > .ng-scrollbar[_ngcontent-halo-app-c4]{opacity:0;transition:opacity 120ms ease-out}.ng-scrollbar-autohide[_ngcontent-halo-app-c4]:active > .ng-scrollbar[_ngcontent-halo-app-c4], .ng-scrollbar-autohide[_ngcontent-halo-app-c4]:focus > .ng-scrollbar[_ngcontent-halo-app-c4], .ng-scrollbar-autohide[_ngcontent-halo-app-c4]:hover > .ng-scrollbar[_ngcontent-halo-app-c4]{opacity:1;transition:opacity 340ms ease-out}.ng-scrollbar[_ngcontent-halo-app-c4]{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:3px}.-vertical[_ngcontent-halo-app-c4]{width:6px;top:2px}.-vertical[_ngcontent-halo-app-c4]   .ng-scrollbar-thumb[_ngcontent-halo-app-c4]{width:100%}.-horizontal[_ngcontent-halo-app-c4]{height:6px;left:2px}.-horizontal[_ngcontent-halo-app-c4]   .ng-scrollbar-thumb[_ngcontent-halo-app-c4]{height:100%}.ng-scrollbar-disabled[_ngcontent-halo-app-c4]{display:none}.ng-scrollbar-thumb[_ngcontent-halo-app-c4]{position:relative;display:block;width:0;height:0;border-radius:inherit;background-color:rgba(0,0,0,.2);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ng-scrollbar-thumb[_ngcontent-halo-app-c4]:active, .ng-scrollbar-thumb[_ngcontent-halo-app-c4]:hover{background-color:rgba(0,0,0,.3)}.ng-scrollbar-view[_ngcontent-halo-app-c4]{position:absolute;top:0;right:0;left:0;bottom:0;overflow:scroll;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-overflow-scrolling:touch}.ng-scrollbar-view[_ngcontent-halo-app-c4]   [_ngcontent-halo-app-c4]::-webkit-scrollbar{background:0 0}

.mat-tab-group{display:flex;flex-direction:column}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:0}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}@media (-ms-high-contrast:active){.mat-tab-label:focus{outline:dotted 2px}}.mat-tab-label.mat-tab-disabled{cursor:default}@media (-ms-high-contrast:active){.mat-tab-label.mat-tab-disabled{opacity:.5}}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}@media (-ms-high-contrast:active){.mat-tab-label{opacity:1}}@media (max-width:599px){.mat-tab-label{padding:0 12px}}@media (max-width:959px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs]>.mat-tab-header .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height .5s cubic-bezier(.35,0,.25,1)}._mat-animation-noopable.mat-tab-body-wrapper{transition:none;animation:none}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;flex-basis:100%}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}

.obg-m-payments .obg-m-overlay-spinner{z-index:-1}.obg-m-payments .obg-m-dialog-layout{margin-left:auto;margin-right:auto;overflow:hidden}.obg-m-payments .obg-m-dialog-layout .obg-m-dialog-content{padding:0}.obg-m-payments .obg-m-dialog-layout .obg-m-dialog-content-loading{z-index:-1;background:0 0}.obg-m-payments .obg-m-dialog-layout .obg-m-overlay-spinner{background-color:transparent}.obg-m-payments .obg-m-dialog-layout .mat-toolbar{height:48px}.obg-m-payments .obg-m-dialog-layout .ico-close{font-weight:600}.obg-m-payments .obg-payment iframe{-webkit-transition:height .15s;transition:height .15s}.obg-m-payments-loading .obg-m-dialog-content{overflow:hidden}.payment-backdrop{background:rgba(0,0,0,.288);position:fixed}.payment-panel{width:100vw;height:100vh;overflow-x:hidden;overflow-y:auto}.payment-panel .mat-dialog-container{width:100vw;height:100vh;z-index:10001;background-color:transparent;top:0;padding-top:120px;position:fixed;text-align:center}


.obg-stake-input{display:block}.obg-stake-input-wrapper{border-radius:3px;border-width:1px;border-style:solid;max-width:130px;margin-left:auto}.obg-stake-input-wrapper input{box-shadow:none;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.obg-stake-input-wrapper input::-webkit-inner-spin-button,.obg-stake-input-wrapper input::-webkit-outer-spin-button{display:none}.obg-stake-input-betslip-stake-error{margin-left:auto;padding-top:5px;text-align:right;max-width:130px}.obg-stake-input input{width:calc(100% - 18px);text-align:right;outline:0;border-width:0}.obg-stake-input span{width:18px}.obg-stake-input input,.obg-stake-input span{padding:5px}.obg-stake-input.currency-symbol-hidden input{width:100%}.obg-stake-input.currency-symbol-hidden input,.obg-stake-input.currency-symbol-hidden span{padding:5px}

.obg-m-betslip-selection{display:block;border-bottom-width:thin;border-bottom-style:solid;line-height:initial}.obg-m-betslip-selection>div{height:100%}.obg-m-betslip-selection.live .obg-m-betslip-bonus-selector .mat-select{border:none;box-shadow:none}.obg-m-betslip-selection-results{margin-top:8px}.obg-m-betslip-selection-tax-icon{cursor:pointer;margin-right:5px}.obg-m-betslip-selection .obg-numeric-change{display:inline-block;vertical-align:middle}.obg-m-betslip-selection .obg-event-status{display:inline}.obg-m-betslip-selection-market{word-break:break-word}.obg-m-betslip-selection-bet-odds-label{margin-bottom:5px}.obg-m-betslip-selection-remove{-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 30px;min-width:30px}.obg-m-betslip-selection-error-message-action,.obg-m-betslip-selection-remove{cursor:pointer}.obg-m-betslip-selection-error-message-action{display:block}.obg-m-betslip-selection-no-offer-notification{width:100%;margin:4px 0 0;padding:8px 11px}.obg-m-betslip-selection-bonus-wrapper{margin-top:6px}.obg-m-betslip-selection .obg-stake-input,.obg-m-betslip-selection-status-wrapper{margin-top:10px}.obg-m-betslip-selection .obg-stake-input .obg-stake-input-wrapper{width:130px}.obg-m-betslip-selection-status-wrapper{margin-right:10px}.obg-m-betslip-selection-status-wrapper .live-marker{display:block}.obg-m-betslip-selection .obg-message{padding:10px 5px;margin-bottom:5px}.obg-m-betslip-selection .original-odds{margin-right:5px;text-decoration:line-through}.obg-m-betslip-selection-odds-container{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center}.obg-m-betslip-selection .obg-m-betslip-selection-value{white-space:nowrap}

.obg-event-info .event-status-container .labels-container .obg-event-info-market-label,.obg-event-info .obg-event-status,.obg-event-info-category-label,.obg-event-info-participant-label,.obg-event-info.obg-event-container .obg-event-info-category-label,.obg-event-info.obg-event-container .obg-event-info-participant-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.obg-event-info{display:block;position:relative}.obg-event-info-scoreboard-layout-event-page .obg-scoreboard-football-details{height:74px;width:135px}.obg-event-info-scoreboard-layout-event-page .obg-scoreboard-football .obg-scoreboard-column{-ms-grid-row-align:initial;align-self:initial;justify-content:space-around}.obg-event-info.obg-event-container .obg-event-score{text-align:right}.obg-event-info.obg-event-container .obg-event-status{margin-bottom:10px}.obg-event-info-bet-builder-link{position:absolute;right:0;bottom:0;display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;padding:4px 6px 2px;border-radius:6px 0 0}.obg-event-info-bet-builder-link-text span{display:block;line-height:normal}.obg-event-info-bet-builder-link-icon{padding-right:5px}.obg-event-info-bet-builder-link-arrow-icon{padding-left:8px}.obg-event-info-header,.obg-event-info-participant{display:-ms-grid;display:grid;width:100%}.obg-event-info-participant-label{padding-right:20px}.obg-event-info-participant-score,.obg-event-info.obg-event-row-container.obg-sportsbook-carousel-container .obg-event-info-participant-score{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between}.obg-event-info.obg-event-row-container .obg-event-info-bet-builder-icon{padding:0 0 0 5px;max-height:14px;margin-top:-4px}.obg-event-info.obg-event-row-container .obg-event-info-default-scoreboard{align-self:flex-end}.obg-event-info .event-status-container{padding-top:4px}.obg-event-info .event-status-container .labels-container{overflow:hidden;-webkit-box-flex:1;flex-grow:1}.obg-event-info .event-status-container .obg-event-info-market-label{display:block;line-height:1.2}.obg-event-info .event-status-container .icons-container{align-self:flex-end;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-align:center;align-items:center;padding:10px 0 5px}.obg-event-info .event-status-container .icons-container>.cashout{padding:0 0 0 5px}.obg-event-info .obg-event-score-container{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-align:center;align-items:center}.obg-event-info .obg-event-score-baseball-server,.obg-event-info .obg-event-score-server{margin-right:5px}.obg-event-info .obg-event-score-power-play{font-style:italic;margin-right:8px;text-transform:uppercase}.obg-event-info.participant-no-truncate .obg-event-info-participant-label{white-space:normal}.obg-event-info-participants-wrapper{margin-top:auto}

.obg-event-status{position:relative;display:block;overflow:hidden}.obg-event-status .obg-event-countdown{display:inline}.obg-event-status .ico-live-stream{vertical-align:baseline;margin:0 3px 0 0}.obg-event-status .obg-match-clock{text-transform:uppercase}
.obg-numeric-change{display:block}.obg-numeric-change span{display:-webkit-box;display:flex;position:relative;-webkit-box-align:center;align-items:center}.obg-numeric-change-down span::before,.obg-numeric-change-up span::before{content:"";position:absolute;left:-15px;display:inline-block;margin-right:5px}

.obg-m-betslip-selection-remove-all-button{height:40px}.obg-m-betslip-selection-remove-all-button-icon{text-align:left}.obg-m-betslip-selection-remove-all-button.mat-flat-button.mat-primary{width:100%;line-height:2;border-bottom-width:1px;border-bottom-style:solid}
.obg-m-betslip-combi{display:block;line-height:initial}.obg-m-betslip-combi .obg-stake-input{text-align:right;padding:10px;border-bottom-width:1px;border-bottom-style:solid}.obg-m-betslip-combi-bonus-wrapper{border-bottom-width:1px;border-bottom-style:solid}.obg-m-betslip-combi-bonus-wrapper .obg-m-betslip-bonus-selector .mat-select{border:none;box-shadow:none}
.obg-m-betslip-button-container{display:block;text-align:center}.obg-m-betslip-button-container-login-message{margin:15px 30px 0}.obg-m-betslip-button-container .mat-flat-button{width:100%}.obg-m-betslip-button-container .mat-flat-button.mat-accent[disabled]{opacity:.4}
.obg-m-betslip-summary{display:block}.obg-m-betslip-summary-tax-icon{cursor:pointer;padding-left:10px}
