<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
	--bgDark1: #607274FF;
	--bgLight1: #FAEED1FF;
	--bgDark2: #344f40;
	--bgLight2: #DED0B6FF;
	--bgLight3: #FFFFFFFF;
	--bgDark3: #000000FF;
	--colorDark1: #607274FF;
	--colorLight2: #FFFFFFFF;
	--colorDark2: #000000FF;
	--colorLight1: #ffffff;
	--regularFont: Montserrat, sans-serif;
	--menuFont: Bebas Neue, sans-serif;
	--font1: Verdana, sans-serif;
	--font2: Brush Script MT, sans-serif;
}
@font-face{
	 font-family: PPGatwick-Bold;
	 src: url(/Public/fonts/PPGatwick-Bold.otf);
}
@font-face{
	 font-family: BebasNeuePro-Regular;
	 src: url(/Public/fonts/BebasNeuePro-Regular.ttf);
}
.styles{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
	font-family: Montserrat, sans-serif;
}
.styleTitleColor1{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 25px;
	font-weight: 700;
}
.rowColor1{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
}
.nameCol1{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 50%;
}
.bgDark1{
	border-top: 1px solid #000000FF;
	border-left: 1px solid #000000FF;
	border-bottom: 1px solid #000000FF;
	border-right: 1px solid #000000FF;
	width: 50%;
	background-color: #607274FF;
	height: 50px;
}
.colorName1{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.bgColors{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
}
.fontColors{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
}
.bgLight1{
	background-color: #FAEED1FF;
}
.bgDark2{
	background-color: #B2A59BFF;
}
.bgLight2{
	background-color: #DED0B6FF;
}
.bgLight3{
	background-color: #FFFFFFFF;
}
.bgDark3{
	background-color: #000000FF;
}
.colorDark1{
	background-color: #607274FF;
}
.colorLight2{
	background-color: #FFFFFFFF;
}
.colorDark2{
	background-color: #000000FF;
}
.colorLight1{
	background-color: #9BD5B9FF;
}
.regularFont{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
}
.menuFont{
	font-family: Bebas Neue, sans-serif;
	font-size: 16px;
}
.font1{
	font-family: Verdana, sans-serif;
	font-size: 16px;
}
.font2{
	font-family: Brush Script MT, sans-serif;
	font-size: 16px;
}
.row{
	display: flex;
}
.column{
	display: flex;
	flex-direction: column;
}
body{
	background: linear-gradient(104.86deg, #22372B 1.69%, #112B3D 98.31%);
}
.menu{
	z-index: 100 !important;
}
.row{
	display: flex;
}
.logoheader{
	width: 670px;
	justify-content:  center;
	--moz-justify-content:  center;
	--o-justify-content:  center;
	--ms-justify-content:  center;
	align-items:  center;
	--moz-align-items:  center;
	--o-align-items:  center;
	--ms-align-items:  center;
	padding-top:  16px;
	margin-bottom: 30px;
}
.column{
	display: flex;
	flex-direction: column;
}
.RowLogo{
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.simplyText{
	display: block;
	text-decoration: none;
	color: inherit;
}
.SimplyText356{
	font-family: Bebas Neue, sans-serif;
	color: #B6996EFF;
	font-weight: 500;
	font-size: 180px;
	letter-spacing: 6px;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	text-transform: uppercase;
	line-height: 150px;
}
.Header1{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	gap: 25px;
	overflow: visible;
}
.Menu56{
	width: 100%;
	height: fit-content;
	padding-top: 18px;
	padding-bottom: 18px;
	position: sticky;
	top: 0;
	overflow: hidden;
	background: linear-gradient(90deg, #173030 0%, #2E6363 50%, #173030 100%);
}
body .Header1:before{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	content: "";
	position: absolute;
	width: 100%;
	background-image: url(/Public/assets/bullets.png);
	height: 100%;
	/* z-index: -1;
	*/
	display: block;
	opacity: 0.2;
	top:130px;
	z-index:-1;
	;
}
body .Header1:after{
	content: "";
	position: absolute;
	background-image: url(/Public/assets/triangle.svg);
	display: block;
	top: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	overflow: visible;
	background-size: cover;
	--moz-background-size: cover;
	--o-background-size: cover;
	--ms-background-size: cover;
}
body::-webkit-scrollbar{
	display: none;
}
.SimplyText357{
	color: var(--colorLight1);
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 3px;
	display: flex;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	gap: 25px;
}
.SimplyText357:after, .SimplyText357:before{
	content: "";
	position: relative;
	height: 2px;
	width: 148px;
	background-color:#FFFFFF;
}
.socialContainer{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 35px;
	padding-bottom: 16px;
	gap: 80px;
	position: relative;
	flex-wrap: wrap;
	--moz-flex-wrap: wrap;
	--o-flex-wrap: wrap;
	--ms-flex-wrap: wrap;
}
.socialIcon{
	width: fit-content;
}
.RowLogo:before{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	content: "";
	position: absolute;
	width: 100%;
	background-image: url(/Public/assets/Ellipse7.png);
	height: 100%;
	display: block;
	top: 0;
	z-index:-1;
	background-repeat: no-repeat;
	justify-content: center;
	align-items: center;
	background-position-x: center;
}
body:before{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	content: "";
	position: absolute;
	width: 100%;
	background-image:url(/Public/assets/Hatszog.png);
	height: 100%;
	display: block;
	top:0px;
	z-index:-1;
	background-repeat: repeat-y;
	filter: brightness(0.6);
	--moz-filter: brightness(0.5);
	--o-filter: brightness(0.5);
	--ms-filter: brightness(0.5);
}
.contentContainerRow{
	/*padding-left: 6rem;
	padding-right: 6rem;
	*/gap: 16px;
	position: relative;
}
.contentContainerRow{
	gap: 16px;
	position: relative;
}
.contentContainerCloumn{
	width: 100%;
}
.RowPrize{
	padding-left:  16px;
	padding-right:  16px;
	padding-top:  4px;
	padding-bottom:  16px;
	gap:  16px;
	position:  relative;
	text-align:  center;
	justify-content:  center;
	--moz-justify-content:  center;
	--o-justify-content:  center;
	--ms-justify-content:  center;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	align-self: center;
	--moz-align-self: center;
	--o-align-self: center;
	--ms-align-self: center;
	width: fit-content;
}
.prizeText:before{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	width: 100%;
	height: 183px;
	display: block;
	position: absolute;
	content: "";
	background-image: url(/Public/assets/prize_ellipse1.svg);
	background-size: 183px 183px;
	animation: prizeAnimation 1s;
	z-index:-1;
	top: -5px;
	left: 0;
	background-repeat: no-repeat;
	justify-content: center;
	align-items: center;
	background-position-x: center;
	background-position-y: center;
	opacity: 1;
	transform: scale(1);
	transition: transform 0.2s ease, opacity 0.2s ease;
	filter: brightness(68%);
	transition: brightness 0.7s;
}
.prizeContent:hover::before{
	animation: prizeAnimationAfter 1s;
	--moz-animation: prizeAnimationAfter 1s;
	--o-animation: prizeAnimationAfter 1s;
	--ms-animation: prizeAnimationAfter 1s;
	filter: brightness(100%);
}
.prizeContent:hover{
	font-weight: 800;
	transition: 0.3s;
	;
}
.RowVideo{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8rem;
	padding-bottom: 60px;
	gap: 16px;
	position: relative;
	width: 100%;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
}
.Column804{
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 25%;
	background-color: #D9D9D90D;
	backdrop-filter: blur(4px);
	gap: 15px;
	/*clip-path: polygon(31% 0%, 100% 0, 100% 213%, 100% 84%, 75% 100%, 20% 100%, 0 100%, 0% 20%);
	*/;
}
.Column805{
	width: 60%;
}
.titleText{
	padding-left: 16px;
	padding-right: 16px;
	font-family: Bebas Neue, sans-serif;
	color: #FFFFFFFF;
	font-weight: 400;
	font-size: 48px;
}
.button{
	cursor: pointer;
	text-decoration: none;
	--moz-text-decoration: none;
	--o-text-decoration: none;
	--ms-text-decoration: none;
	--epub-text-decoration: none;
}
.prizeContent:hover::after{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/Public/assets/prize_ellipse3.svg);
	z-index: -1;
	transition: 0.3s;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	top: 0px;
	left: 0;
	background-position-x: center;
	background-position-y: center;
}
.highlightedNews{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 60px;
	padding-bottom: 60px;
	gap: 16px;
	position: relative;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 4.22%, rgba(106, 228, 226, 0.2) 50.51%, rgba(217, 217, 217, 0) 96.79%);
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	;
}
.Column806{
	padding-left: 32px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	justify-content: center;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
}
.formattedText{
	text-decoration:none;
	--moz-text-decoration:none;
	--o-text-decoration:none;
	--ms-text-decoration:none;
	--epub-text-decoration:none;
	color: inherit;
}
.Column806::before{
	content: "";
	top: 0;
	left: 0;
	background-image: url(/Public/assets/circle_light.png);
	position: absolute;
	width: 60%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	--moz-background-size: contain;
	--o-background-size: contain;
	--ms-background-size: contain;
	background-position: center;
	z-index: -1;
}
.highlightedNews:before{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	content: "";
	position: absolute;
	width: 100%;
	background-image: url(/Public/assets/bullets.png);
	height: 100%;
	display: block;
	opacity: 0.2;
	--moz-opacity: 0.2;
	--o-opacity: 0.2;
	--ms-opacity: 0.2;
	z-index:-1;
	top: -37px;
	right: 16px;
	;
}
.titleText1{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.RowGames{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8rem;
	padding-bottom: 8rem;
	gap: 16px;
	position: relative;
	justify-content: space-around;
	--moz-justify-content: space-around;
	--o-justify-content: space-around;
	--ms-justify-content: space-around;
	flex-wrap: wrap;
	--moz-flex-wrap: wrap;
	--o-flex-wrap: wrap;
	--ms-flex-wrap: wrap;
}
.gameCard{
	position: relative;
	width: 80vw;
	max-width: 400px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	overflow: visible;
}
.prizeContent:hover:active{
	color: #6AE4E2;
	;
}
.prizeContent:active::before{
	transform: scale(5);
	--moz-transform: scale(5);
	--o-transform: scale(5);
	--ms-transform: scale(5);
	opacity: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.videoCard{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
}
.videoCard{
	padding: 5px 20px;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	transition: background 0.5s ease-in-out;
	--moz-transition: background 0.5s ease-in-out;
	--o-transition: background 0.5s ease-in-out;
	--ms-transition: background 0.5s ease-in-out;
	position: relative;
	display: inline-block;
	transform: skew(-30deg);
	--moz-transform: skew(-30deg);
	--o-transform: skew(-30deg);
	--ms-transform: skew(-30deg);
	background: linear-gradient(90deg, rgba(217, 217, 217, 0.05) 0%, rgba(106, 228, 226, 0.2) 100%);
	border-radius: 0px 5px 0px 5px;
}
.videoCard::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	opacity: 0.2;
	--moz-opacity: 0.2;
	--o-opacity: 0.2;
	--ms-opacity: 0.2;
	z-index: -1;
	transition: opacity 0.5s ease-in-out;
	--moz-transition: opacity 0.5s ease-in-out;
	--o-transition: opacity 0.5s ease-in-out;
	--ms-transition: opacity 0.5s ease-in-out;
	border-radius: 0px 5px 0px 5px;
}
.videoCard:hover::before{
	opacity: 1;
	--moz-opacity: 1;
	--o-opacity: 1;
	--ms-opacity: 1;
}
.videoCard:hover .contentWrapper::after{
	opacity: 1;
	--moz-opacity: 1;
	--o-opacity: 1;
	--ms-opacity: 1;
}
.videoCard .contentWrapper::after{
	content:url('/Public/assets/videoPlay.svg');
	position: relative;
	opacity: 0.2;
	--moz-opacity: 0.2;
	--o-opacity: 0.2;
	--ms-opacity: 0.2;
	transition: opacity 0.5s ease-in-out;
	--moz-transition: opacity 0.5s ease-in-out;
	--o-transition: opacity 0.5s ease-in-out;
	--ms-transition: opacity 0.5s ease-in-out;
}
.videoCard:active{
	.contentWrapper::after {
            filter: grayscale(1) contrast(100) brightness(1);
	}

        .contentWrapper p{
            color: rgba(16, 36, 61, 1);
	};
}
.videoCard .contentWrapper{
	transform: skew(30deg);
	--moz-transform: skew(30deg);
	--o-transform: skew(30deg);
	--ms-transform: skew(30deg);
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	width: 100%;
	justify-content: space-between;
	--moz-justify-content: space-between;
	--o-justify-content: space-between;
	--ms-justify-content: space-between;
	gap:5px;
}
.videoCard .contentWrapper p{
	text-transform: uppercase;
	color: #fff;
	font-family: Bebas Neue, sans-serif;
	font-size:25px;
	font-weight: 400;
	margin:0;
}
.gameHolder{
	position: relative;
	width: 60%;
	height: 60%;
}
.RowRace{
	padding-left:  16px;
	padding-right:  16px;
	padding-top:  16px;
	padding-bottom:  16px;
	gap:  16px;
	position:  relative;
	flex-direction:  column !important;
	--moz-flex-direction:  column !important;
	--o-flex-direction:  column !important;
	--ms-flex-direction:  column !important;
}
.gameCard::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/Public/images/gameBackground.png);
	background-size: 100% 100%;
	--moz-background-size: 100% 100%;
	--o-background-size: 100% 100%;
	--ms-background-size: 100% 100%;
	background-position: center;
	transition: transform 0.3s ease-in-out;
	--moz-transition: transform 0.3s ease-in-out;
	--o-transition: transform 0.3s ease-in-out;
	--ms-transition: transform 0.3s ease-in-out;
	z-index: 0;
}
.Image225{
	display: block;
	filter: grayscale(1) sepia(3%) saturate(6414%) hue-rotate(130deg) brightness(100%) contrast(85%);
	--moz-filter: grayscale(1) sepia(3%) saturate(6414%) hue-rotate(130deg) brightness(100%) contrast(85%);
	--o-filter: grayscale(1) sepia(3%) saturate(6414%) hue-rotate(130deg) brightness(100%) contrast(85%);
	--ms-filter: grayscale(1) sepia(3%) saturate(6414%) hue-rotate(130deg) brightness(100%) contrast(85%);
	position: relative;
	z-index: 1;
	/* transition: filter 0.3s ease-in-out;
	*/border-radius: 50%;
	width: 100%;
}
.gameHolder::after{
	content: '';
	position: absolute;
	bottom: 29%;
	left: 51%;
	transform: translateX(-50%);
	--moz-transform: translateX(-50%);
	--o-transform: translateX(-50%);
	--ms-transform: translateX(-50%);
	background-image:url(/Public/images/Cs2_Text.png);
	background-size: contain;
	--moz-background-size: contain;
	--o-background-size: contain;
	--ms-background-size: contain;
	background-repeat: no-repeat;
	width: 70%;
	height: 30%;
	z-index: 2;
}
.ColumnGame{
	padding-left:  16px;
	padding-right:  16px;
	padding-top:  16px;
	padding-bottom:  16px;
	width:  100%;
	background-image:  linear-gradient(to right, #6AE4E233, #D9D9D90D), url('/Public/assets/gridbee.svg');
	border-radius:  20px;
	flex-direction:  column;
	--moz-flex-direction:  column;
	--o-flex-direction:  column;
	--ms-flex-direction:  column;
	;
}
.gameHolder::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	--moz-border-radius: 50%;
	--o-border-radius: 50%;
	--ms-border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	transition: box-shadow 0.3s ease-in-out;
	--moz-transition: box-shadow 0.3s ease-in-out;
	--o-transition: box-shadow 0.3s ease-in-out;
	--ms-transition: box-shadow 0.3s ease-in-out;
}
.gameCard:hover .Image225{
	filter: none;
	--moz-filter: none;
	--o-filter: none;
	--ms-filter: none;
}
.gameCard:hover::after{
	transform: rotate(90deg);
	--moz-transform: rotate(90deg);
	--o-transform: rotate(90deg);
	--ms-transform: rotate(90deg);
}
.gameCard:active .gameHolder::before{
	box-shadow: inset 0px 0px 20px 10px #00000080;
	--moz-box-shadow: inset 0px 0px 20px 10px #00000080;
	--o-box-shadow: inset 0px 0px 20px 10px #00000080;
	--ms-box-shadow: inset 0px 0px 20px 10px #00000080;
	z-index: 3;
}
.RowGameText{
	padding-left:  16px;
	padding-right:  16px;
	padding-top:  16px;
	padding-bottom:  16px;
	gap:  16px;
	position:  relative;
	flex-direction:  column !important;
	--moz-flex-direction:  column !important;
	--o-flex-direction:  column !important;
	--ms-flex-direction:  column !important;
}
.FormattedText440{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-family: Bebas Neue;
	color: #FFFFFF;
	font-size: 22px;
}
.RowTitleContainer{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
	flex-direction: row !important;
}
.ColumnGameTitle{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
}
.ColumnGamePic{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
}
.gameHolder1::after{
	content: '';
	position: absolute;
	bottom: 29%;
	left: 51%;
	background-image: url(/Public/images/R6_text.png);
	background-size: contain;
	--moz-background-size: contain;
	--o-background-size: contain;
	--ms-background-size: contain;
	background-repeat: no-repeat;
	width: 90%;
	height: 30%;
	z-index: 3;
}
.gameHolder2::after{
	content: '';
	position: absolute;
	bottom: 34%;
	left: 54%;
	background-image: url(/Public/images/WoT_text.png);
	background-size: contain;
	--moz-background-size: contain;
	--o-background-size: contain;
	--ms-background-size: contain;
	background-repeat: no-repeat;
	width: 90%;
	height: 40%;
	z-index: 3;
}
.SimplyText360{
	color: #FFFFFFFF;
	font-family: Bebas Neue;
	font-size: 60px;
	text-transform: uppercase;
}
.gameHolder3::after{
	content: '';
	position: absolute;
	bottom: 40%;
	left: 50%;
	background-image: url(/Public/images/Pubg_text.png);
	background-size: contain;
	--moz-background-size: contain;
	--o-background-size: contain;
	--ms-background-size: contain;
	background-repeat: no-repeat;
	width: 82%;
	height: 30%;
	z-index: 3;
}
.socialContainer1{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 35px;
	padding-bottom: 16px;
	gap: 80px;
	position: relative;
	flex-wrap: wrap;
	--moz-flex-wrap: wrap;
	--o-flex-wrap: wrap;
	--ms-flex-wrap: wrap;
	justify-content: center;
}
.RowHeader{
	position:  relative;
	background-image:  linear-gradient(to right, #6AE4E233, #D9D9D90D);
	margin-bottom: 5%;
	margin-top: 1%;
}
.ColumnHeaderPic{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: fit-content;
	height: auto;
}
.ColumnHeaderTitle{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
}
.SimplyText364{
	font-family: Bebas Neue;
	color: #B6996E;
	font-size: 80px;
	align-items: center;
	padding-top: 10px;
}
.Image229{
	width: 170px;
	height: auto;
	padding-top: 5px;
}
body .Header50:after{
	content: "";
	position: absolute;
	background-image: none !important;
	display: block;
	top: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position-x: center;
}
.ColumnGame1:before{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	content: "";
	position: absolute;
	width: 100%;
	background-image: url(/Public/assets/bullets.png);
	height: 100%;
	display: block;
	opacity: 0.2;
	top: -200px;
	z-index:-1;
	;
}
.Footer48{
	overflow-y: hidden;
}
body .Header50:before{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	content: "";
	position: absolute;
	width: 100%;
	background-image: none;
	height: 100%;
	/* z-index: -1;
	*/
    display: block;
	opacity: 0.2;
	top: 130px;
	z-index: -1;
}
.cardGame{
	width: fit-content;
	height: fit-content;
	perspective: 1000px;
	--moz-perspective: 1000px;
	--o-perspective: 1000px;
	--ms-perspective: 1000px;
}
.gameCard-inner{
	width: 550px;
	height: 350px;
	position: relative;
	transition: transform 0.8s ease-in-out;
	--moz-transition: transform 0.8s ease-in-out;
	--o-transition: transform 0.8s ease-in-out;
	--ms-transition: transform 0.8s ease-in-out;
	transform-style: preserve-3d;
	--moz-transform-style: preserve-3d;
	--o-transform-style: preserve-3d;
	--ms-transform-style: preserve-3d;
}
.gameCard-front{
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	--moz-backface-visibility: hidden;
	--o-backface-visibility: hidden;
	--ms-backface-visibility: hidden;
	display: flex;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
}
.gameCard-back{
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	--moz-backface-visibility: hidden;
	--o-backface-visibility: hidden;
	--ms-backface-visibility: hidden;
	display: flex;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	display: flex;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	text-align: center;
	background: transparent;
	transform: rotateY(180deg);
	--moz-transform: rotateY(180deg);
	--o-transform: rotateY(180deg);
	--ms-transform: rotateY(180deg);
}
.gameCard-text a{
	text-decoration: none;
	--moz-text-decoration: none;
	--o-text-decoration: none;
	--ms-text-decoration: none;
	--epub-text-decoration: none;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-size: 60px;
	color: #fff;
	transition: 0.3s ease-in-out;
	--moz-transition: 0.3s ease-in-out;
	--o-transition: 0.3s ease-in-out;
	--ms-transition: 0.3s ease-in-out;
	cursor: pointer;
}
gameCard-inner:hover{
	transform: rotateY(180deg);
	--moz-transform: rotateY(180deg);
	--o-transform: rotateY(180deg);
	--ms-transform: rotateY(180deg);
}
.gameCard-text a:hover{
	color: #00EDDB;
}
.gameCard-inner:hover{
	transform: rotateY(180deg);
	--moz-transform: rotateY(180deg);
	--o-transform: rotateY(180deg);
	--ms-transform: rotateY(180deg);
}
.gameCard-text:hover{
	transform: scale(1.1);
	--moz-transform: scale(1.1);
	--o-transform: scale(1.1);
	--ms-transform: scale(1.1);
}
.gameCard-text{
	transition: 0.3s ease-in-out;
	--moz-transition: 0.3s ease-in-out;
	--o-transition: 0.3s ease-in-out;
	--ms-transition: 0.3s ease-in-out;
}
.Image216{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 300px;
	border-radius: 15px;
	--moz-border-radius: 15px;
	--o-border-radius: 15px;
	--ms-border-radius: 15px;
}
.RowTitle42 {
	background: linear-gradient(90deg, rgba(217, 217, 217, 0.05) -30.98%, rgba(106, 228, 226, 0.2) 88.1%);
	background-blend-mode: lighten;
	padding-left: 8rem;
	padding-right: 8rem;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
	;
}
.SimplyText346{
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.ColTitle44 {
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	color: #fff;
	padding-left: 2rem;
}
body .Header47:after{
	background-image: none;
}
.Row785{
	padding-left: 8rem;
	padding-right: 8rem;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
}
.FormattedText430{
	color: #fff;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 32px;
	padding-bottom: 16px;
	font-size: 19px;
	background-color: rgb(23 48 48);
}
.tagLink:hover{
	color: #00EDDB;
}
.tagLink{
	transition: 0.3s ease-in-out;
	--moz-transition: 0.3s ease-in-out;
	--o-transition: 0.3s ease-in-out;
	--ms-transition: 0.3s ease-in-out;
}
.Column791 {
	width: 100%;
}
.Column23{
	overflow: hidden;
	border-radius: 10px;
	--moz-border-radius: 10px;
	--o-border-radius: 10px;
	--ms-border-radius: 10px;
	transition: 0.3s;
	--moz-transition: 0.3s;
	--o-transition: 0.3s;
	--ms-transition: 0.3s;
	background: linear-gradient(90deg, rgba(217, 217, 217, 0.05) -30.98%, rgba(106, 228, 226, 0.2) 88.1%);
	box-shadow: 0px 0px 8px 0px #2222222e;
	--moz-box-shadow: 0px 0px 8px 0px #2222222e;
	--o-box-shadow: 0px 0px 8px 0px #2222222e;
	--ms-box-shadow: 0px 0px 8px 0px #2222222e;
	height: 100%;
	padding: 16px;
	position: relative;
	width: 100%;
	padding-left: 16px;
	padding-bottom: 16px;
	padding-right: 16px;
	padding-top: 16px;
	font-family: Montserrat, sans-serif;
	color: #fff;
}
.Column324{
	height: 280px;
	width: 100%;
}
.postsFeed{
	display: flex;
}
.PostsFeed1{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.FormattedText444{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	min-height: 650px;
}
html{
	scroll-behavior: smooth;
}
.prizeText{
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-size: 45px;
	color: #FFFFFFFF;
	letter-spacing: 2px;
	font-weight: 400;
	transition: 0.3s ease-in-out;
	--moz-transition: 0.3s ease-in-out;
	--o-transition: 0.3s ease-in-out;
	--ms-transition: 0.3s ease-in-out;
}
.prizeText:hover::before{
	animation: prizeAnimationAfter 1s;
	--moz-animation: prizeAnimationAfter 1s;
	--o-animation: prizeAnimationAfter 1s;
	--ms-animation: prizeAnimationAfter 1s;
	filter: brightness(100%);
	--moz-filter: brightness(100%);
	--o-filter: brightness(100%);
	--ms-filter: brightness(100%);
}
.prizeText:hover{
	font-weight: 800;
	transition: 0.3s;
	--moz-transition: 0.3s;
	--o-transition: 0.3s;
	--ms-transition: 0.3s;
}
.prizeText:hover::after{
	content: "\";
	width: 100%;
	height: 100%;
	background-image: url(/Public/assets/prize_ellipse3.svg);
	z-index: -1;
	transition: 0.3s;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	top: 0px;
	left: 0;
	background-position-x: center;
	background-position-y: center;
}
.prizeText:hover:active{
	color: #6AE4E2;
}
.prizeText:active::before{
	transform: scale(5);
	--moz-transform: scale(5);
	--o-transform: scale(5);
	--ms-transform: scale(5);
	opacity: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.FormattedText430 a{
	color: #00EDDB;
}
.FormattedText430 a:hover{
	color: #fff;
}
.Column490{
	padding-left: 2rem;
	padding-right: 2rem;
	width: 100%;
}
{
}
.FormattedText444 iframe html{
	background-image: none !important;
	background: transparent !important;
	;
}
.videoCard .contentWrapper a{
	text-transform: uppercase;
	color: #fff;
	font-family: Bebas Neue, sans-serif;
	font-size:25px;
	font-weight: 400;
	margin:0;
	text-decoration: none;
	--moz-text-decoration: none;
	--o-text-decoration: none;
	--ms-text-decoration: none;
	--epub-text-decoration: none;
}
.RowDecription{
	padding-left:8rem;
	padding-right: 8rem;
	padding-top: 16px;
	padding-bottom: 4rem;
	gap: 16px;
	position: relative;
}
.Column807{
	width: 100%;
	background: linear-gradient(90deg, rgba(106, 228, 226, 0.2) -30.98%, rgba(217, 217, 217, 0.05) 88.1%);
	border-radius: 20px;
	--moz-border-radius: 20px;
	--o-border-radius: 20px;
	--ms-border-radius: 20px;
	padding: 16px;
}
.FormattedText445{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.FormattedText445 {
	font-family: Montserrat;
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	text-align: left;
	;
}
.prizeText p{
	margin: 0 auto;
	padding-top: 50px;
}
.RowFooter{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
	background: #173030;
}
.Column808{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
}
.Row795{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
	align-self: center;
	--moz-align-self: center;
	--o-align-self: center;
	--ms-align-self: center;
	flex-wrap: wrap;
	--moz-flex-wrap: wrap;
	--o-flex-wrap: wrap;
	--ms-flex-wrap: wrap;
	justify-content: space-evenly;
	--moz-justify-content: space-evenly;
	--o-justify-content: space-evenly;
	--ms-justify-content: space-evenly;
}
.Row796{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 2rem;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
}
.FooterImg{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
}
.Image233{
	height: 140px;
	width: auto;
}
.Image236 {
	height: 85px;
}
.FooterButton{
	font-family: Bebas Neue;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	color:#fff;
	transition: 0.3s ease-in-out;
	--moz-transition: 0.3s ease-in-out;
	--o-transition: 0.3s ease-in-out;
	--ms-transition: 0.3s ease-in-out;
}
.FooterButton::after{
	content: '//';
	color: #fff;
	padding-left: 1rem;
}
.FooterButton2::after{
	content: '' !important;
}
.Button5{
	z-index: 10;
}
.FormattedText430 img{
	width: 50%;
}
.FormattedText430 a{
	word-break: break-word;
	--moz-word-break: break-word;
	--o-word-break: break-word;
	--ms-word-break: break-word;
	--epub-word-break: break-word;
}
.SimplyText370{
	font-family: Bebas Neue;
	font-size: 65px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	align-self: center;
	--moz-align-self: center;
	--o-align-self: center;
	--ms-align-self: center;
}
.SimplyText370{
	font-family: Bebas Neue;
	font-size: 65px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	align-self: center;
	--moz-align-self: center;
	--o-align-self: center;
	--ms-align-self: center;
}
.RowDecription1{
	padding-top: 0 !important;
}
.SimplyText371{
	font-family: Bebas Neue;
	font-size: 60px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: padding-bottom: 0;
}
.FormattedText446{
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
}
.FormattedText446:first-child{
	margin:0;
}
.FormattedText446 {
	padding-top: 0;
}
.FormattedText447:first-child{
	margin:0;
}
.FormattedText448:first-child{
	margin:0;
}
.FormattedText449:first-child{
	margin:0;
}
.Image246{
	height: 100px;
}
.SimplyText279{
	font-family: Bebas Neue;
	font-size: 55px;
	font-weight: 400;
	color: #fff;
	:;
	padding-top: 4rem;
	padding-bottom: 2rem;
	text-align: center;
}
.baseContainer::before{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	content: "";
	position: absolute;
	width: 100%;
	background-image: url(/Public/assets/bullets.png);
	height: 100%;
	/* z-index: -1;
	*/
	display: block;
	opacity: 0.2;
	top:130px;
	z-index:-1;
	;
}
.Image246{
	height: 85px;
}
.Image276{
	height: 85px;
}
.Image271 {
	height: 85px;
}
.Image251{
	height: 85px;
}
.Image256{
	height: 85px;
}
.Image261{
	height: 85px;
}
.Image266{
	height: 85px;
}
.FooterButton23::after{
	content: '' !important;
}
.FooterButton20::after{
	content: '' !important;
}
.FooterButton5::after{
	content: '' !important;
}
.FooterButton8::after{
	content: '' !important;
}
.FooterButton11::after{
	content: '' !important;
}
.FooterButton14::after{
	content: '' !important;
}
.FooterButton17::after{
	content: '' !important;
}
.Row811{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	height: -webkit-fill-available;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
}
.moreVideosBtn{
	display: flex;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	position: relative;
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	--moz-transition: all 0.5s ease-in-out;
	--o-transition: all 0.5s ease-in-out;
	--ms-transition: all 0.5s ease-in-out;
	font-family: Montserrat;
	gap: 10px;
}
.moreVideosBtn:hover{
	font-weight: 800;
}
.moreVideosBtn::after{
	content:url('/Public/assets/frw_arrow.svg');
	opacity: 0.2;
	--moz-opacity: 0.2;
	--o-opacity: 0.2;
	--ms-opacity: 0.2;
	position: relative;
	transition: 0.3s ease-in-out;
	--moz-transition: 0.3s ease-in-out;
	--o-transition: 0.3s ease-in-out;
	--ms-transition: 0.3s ease-in-out;
	top: 3px;
}
.moreVideosBtn:hover::after{
	opacity: 1;
	--moz-opacity: 1;
	--o-opacity: 1;
	--ms-opacity: 1;
}
.Image235{
	height: 85px;
}
.Image250{
	height: 85px;
}
.Image270{
	height: 85px;
}
.Image245{
	height: 85px;
}
.Image275{
	height: 85px;
}
.Image255{
	height: 85px;
}
.Image260{
	height: 85px;
}
.Image265{
	height: 85px;
}
{
}
.dg-itemWrapper{
	height: 600px;
	transition: 0.3s;
	--moz-transition: 0.3s;
	--o-transition: 0.3s;
	--ms-transition: 0.3s;
}
.promoVideo{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: -webkit-fill-available;
}
.promoVideo iframe{
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
	;
}
.Row814{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
}
.Column824{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
}
.RowPrize::after{
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(/Public/assets/ajandekdobozV2122px.png);
	background-size: 122px 122px;
	--moz-background-size: 122px 122px;
	--o-background-size: 122px 122px;
	--ms-background-size: 122px 122px;
	background-repeat: no-repeat;
	background-position: center;
	top: 20%;
	left: 0.4%;
	z-index: -1;
	;
}
.Image288{
	background-size: unset;
	--moz-background-size: unset;
	--o-background-size: unset;
	--ms-background-size: unset;
	background-repeat: unset;
	align-self: center;
	--moz-align-self: center;
	--o-align-self: center;
	--ms-align-self: center;
	width: 100%;
	transition: 0.3s ease-in-out;
}
.Column827{
	width: 100%;
}
.Row818{
	gap: 16px;
	position: relative;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	width: fit-content;
	align-self: center;
	--moz-align-self: center;
	--o-align-self: center;
	--ms-align-self: center;
}
.SimplyText376 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.Button33:hover::after{
	box-shadow: 0px 0px 10px 10px #00eddbab;
	--moz-box-shadow: 0px 0px 10px 10px #00eddbab;
	--o-box-shadow: 0px 0px 10px 10px #00eddbab;
	--ms-box-shadow: 0px 0px 10px 10px #00eddbab;
	cursor: pointer;
}
.FormattedText453 table, th, td{
	border: 1px solid;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
	--moz-word-break: break-all;
	--o-word-break: break-all;
	--ms-word-break: break-all;
	--epub-word-break: break-all;
}
.Row819{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: relative;
}
.Column828{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
}
.Column828{
	background: linear-gradient(90deg, rgba(106, 228, 226, 0.2) -30.98%, rgba(217, 217, 217, 0.05) 88.1%);
	border-radius: 20px;
	--moz-border-radius: 20px;
	--o-border-radius: 20px;
	--ms-border-radius: 20px;
}
.FormattedText453 a{
	color: #00EDDB;
	word-break: break-all;
	--moz-word-break: break-all;
	--o-word-break: break-all;
	--ms-word-break: break-all;
	--epub-word-break: break-all;
}
.FormattedText453 a:hover{
	color: #fff;
}
.contentContainerCloumn4{
	gap: 16px;
	padding-top: 16px;
	padding-bottom: 40px;
}
.fullCarousel{
	display: flex;
}
.FullCarousel1{
	margin-left: 200px;
	margin-right: 200px;
	/* margin-top: 200px;
	*/
	/* margin-bottom: 200px;
	*/
	/* gap: 16px;
	*/
	position: relative;
	height: 720px;
}
.fullCarouselItem{
	display: flex;
	width:100%;
	;
}
.FullCarouselItem1{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 16px;
	position: absolute;
	top: 125px;
}
.carouselContainer{
	/* padding-left: 16px;
	*/
	/* padding-right: 16px;
	*/
	/* padding-top: 16px;
	*/
	/* padding-bottom: 16px;
	*/
	/* gap: 16px;
	*/
	/* position: relative;
	*/
	width: 100%;
	background: linear-gradient(90deg, rgb(106 228 226 / 10%) -30.98%, rgba(217, 217, 217, 0.05) 88.1%);
	border-radius: 25px;
	;
}
.carouselTitle{
	font-family: Bebas Neue, sans-serif;
	color: #FFFFFFFF;
	font-weight: 400;
	font-size: 6rem;
}
.carouselSubTitle{
	font-family: Montserrat, sans-serif;
	color: #FFFFFFFF;
	font-weight: 400;
	font-size: 2em;
	text-transform: uppercase;
}
.caroluselImage{
	width: 60%;
}
.carouselColumnImage{
	width: 50%;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
}
.carouselColumncontent{
	width: 50%;
	justify-content: center;
	--moz-justify-content: center;
	--o-justify-content: center;
	--ms-justify-content: center;
	align-items: start;
}
.carouselColumnImage:after{
	content: "";
	background-image: url(/Public/images/objects.png);
	display: block;
	width: 672px;
	height: 675px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
	background-position-y: center;
	background-position-x: center;
	transition:0.3s;
	background-size:contain;
}
.tag{
	display: flex;
	gap: 5px;
}
.cfc-bottomRow{
	display: none !important;
}
.Menu06 &gt; .hm-menuItem:nth-child(6){
	color: #B6996EFF;
	;
}
.Column23:hover {
	transform: translateY(-10px);
	--moz-transform: translateY(-10px);
	--o-transform: translateY(-10px);
	--ms-transform: translateY(-10px);
}
.dg-itemWrapper:hover{
	transform: translateY(-10px);
	--moz-transform: translateY(-10px);
	--o-transform: translateY(-10px);
	--ms-transform: translateY(-10px);
}
.dg-itemWrapper .Column23:hover{
	transform: none !important;
	--moz-transform: none !important;
	--o-transform: none !important;
	--ms-transform: none !important;
}
.FormattedText430 iframe{
	width: 700px;
	height: auto;
	aspect-ratio: 16 / 9;
}
.gameCard[data-id="3110"]{
	display: none;
}
.column{
	display: flex;
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
}
.Column6{
	padding: 16px;
	width: fit-content;
	position: relative;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	display: flex;
	flex-direction: row;
	--moz-flex-direction: row;
	--o-flex-direction: row;
	--ms-flex-direction: row;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #22362B00;
}
.Image2{
	height: 30px;
	background-size: content;
	--moz-background-size: content;
	--o-background-size: content;
	--ms-background-size: content;
	background-repeat: no-repeat;
}
.button{
	cursor: pointer;
	text-decoration: none;
	--moz-text-decoration: none;
	--o-text-decoration: none;
	--ms-text-decoration: none;
	--epub-text-decoration: none;
}
.Button1{
	padding: 5px;
}
.Column8{
	padding: 16px;
	position: relative;
	width: fit-content;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
}
.Image4{
	width: 400px;
	background-image: url(/Public/images/hmz_bhd_web_rikkers.png);
	background-size: content;
	--moz-background-size: content;
	--o-background-size: content;
	--ms-background-size: content;
	background-repeat: no-repeat;
}
.SimplyText14{
	font-size: 22px;
	font-family: Bebas Neue, sans-serif;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.SimplyText16{
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.SimplyText15{
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.Column11{
	padding: 16px;
	position: relative;
	width: fit-content;
	background-color: transparent;
	border-bottom-right-radius: 30px;
	--moz-border-bottom-right-radius: 30px;
	--o-border-bottom-right-radius: 30px;
	--ms-border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	--moz-border-bottom-left-radius: 30px;
	--o-border-bottom-left-radius: 30px;
	--ms-border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	--moz-border-top-left-radius: 30px;
	--o-border-top-left-radius: 30px;
	--ms-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	--moz-border-top-right-radius: 30px;
	--o-border-top-right-radius: 30px;
	--ms-border-top-right-radius: 30px;
	border-right: 0px solid #000000FF;
	border-bottom: 0px solid #000000FF;
	border-left: 0px solid #000000FF;
	border-top: 0px solid #000000FF;
}
.Image5{
	height: 400px;
	width: 600px;
	background-image: url(/Public/icons/noImage.jpg);
	background-size: content;
	--moz-background-size: content;
	--o-background-size: content;
	--ms-background-size: content;
	background-repeat: no-repeat;
}
.Column23{
	position: relative;
	color: #FFFFFFFF;
}
.Image16{
	object-fit: cover;
	height: 280px;
	width: 100%;
	background-size: cover !important;
	--moz-background-size: cover !important;
	--o-background-size: cover !important;
	--ms-background-size: cover !important;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0px 0px;
	--moz-border-radius: 10px 10px 0px 0px;
	--o-border-radius: 10px 10px 0px 0px;
	--ms-border-radius: 10px 10px 0px 0px;
}
.SimplyText22{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 20px;
	font-family: Bebas Neue, sans-serif;
	color: #fff;
}
.FormattedText9{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	text-align: justify;
}
.Column40{
	padding: 16px;
	position: relative;
	width: 100%;
	background-color: #22362BFF;
	border-right: 0px solid #000000FF;
	border-bottom: 0px solid #000000FF;
	border-left: 0px solid #000000FF;
	border-top: 0px solid #000000FF;
	border-bottom-right-radius: 30px;
	--moz-border-bottom-right-radius: 30px;
	--o-border-bottom-right-radius: 30px;
	--ms-border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	--moz-border-bottom-left-radius: 30px;
	--o-border-bottom-left-radius: 30px;
	--ms-border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	--moz-border-top-left-radius: 30px;
	--o-border-top-left-radius: 30px;
	--ms-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	--moz-border-top-right-radius: 30px;
	--o-border-top-right-radius: 30px;
	--ms-border-top-right-radius: 30px;
	align-items: center;
	--moz-align-items: center;
	--o-align-items: center;
	--ms-align-items: center;
	justify-content: space-between;
	--moz-justify-content: space-between;
	--o-justify-content: space-between;
	--ms-justify-content: space-between;
	height:170px;
}
.Image75{
	width: 100px;
	background-image: url(/Public/icons/noImage.jpg);
	background-size: content;
	--moz-background-size: content;
	--o-background-size: content;
	--ms-background-size: content;
	background-repeat: no-repeat;
}
.SimplyText23{
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-family: Montserrat, sans-serif;
	color: #fff;
}
.row{
	display: flex;
}
.Column803{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
	width: fit-content;
}
@media (max-width: 1000px){
.SimplyText357:after, .SimplyText357:before{
	width: 50px;
}
.FullCarousel1 
{
	margin-left: 50px !important;
	margin-right:50px !important;
	height: 536px;
}
.carouselSubTitle{
	font-size:1.3rem;
}
.carouselTitle{
	font-size:3rem;
}
}
@media (max-width: 1100px){
.SimplyText356{
	font-size: 85px;
	line-height: 75px;
	text-align:center;
}
.SimplyText357{
	gap: 5px;
	font-size:10px;
	text-align: center;
}
}
@media (max-width: 1200px){
.videoCard {
	transform: none;
	--moz-transform: none;
	--o-transform: none;
	--ms-transform: none;
}
.videoCard .contentWrapper{
	transform: none;
	--moz-transform: none;
	--o-transform: none;
	--ms-transform: none;
}
.carouselColumnImage:after{
	width: 50%;
}
.Column804{
	width: 100% !important;
}
.Column805{
	width: 100% !important;
	padding-left: 2rem;
	padding-right: 2rem;
}
.Column806{
	width: 100%;
	padding-left: 16px;
}
.RowDecription{
	padding-left:4rem;
	padding-right: 4rem;
}
.PostsFeed1{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
}
.Column23{
	width: 100% !important;
	height: 600px;
	align-self: center;
	--moz-align-self: center;
	--o-align-self: center;
	--ms-align-self: center;
}
.RowTitle42 {
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	padding-left: 4rem;
	padding-right: 4rem;
}
.ColTitle45{
	width: fit-content;
	align-self: center;
	--moz-align-self: center;
	--o-align-self: center;
	--ms-align-self: center;
}
.Row785{
	padding-left:4rem;
	padding-right: 4rem;
}
}
@media (max-width: 1300px){
.Column806::before{
	content: "";
	top: 0;
	left: 0;
	background-image: none;
	position: absolute;
	width: 0;
	height: 0;
}
}
@media (max-width: 1440px){
.FullCarousel1 
{
	margin-left: 100px;
	margin-right:100px;
}
}
@media (max-width: 1600px){
.Column804{
	width: 50%;
	align-self: center;
	--moz-align-self: center;
	--o-align-self: center;
	--ms-align-self: center;
}
.Column805{
	width: 50%;
	align-self: center;
	--moz-align-self: center;
	--o-align-self: center;
	--ms-align-self: center;
}
.RowVideo{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
}
}
@media (max-width: 348px){
.dg-grid{
	grid-template-columns: repeat(1, 3fr) !important;
	--moz-grid-template-columns: repeat(1, 3fr) !important;
	--o-grid-template-columns: repeat(1, 3fr) !important;
	--ms-grid-template-columns: repeat(1, 3fr) !important;
}
}
@media (max-width: 390px){
.moreVideosBtn{
	font-size: 20px;
}
}
@media (max-width: 450px){
.prizeText{
	font-size: 26px !important;
}
.RowPrize{
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
}
}
@media (max-width: 478px){
.carouselContainer{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
	gap: 70px;
}
.carouselColumnImage:after{
	width: 90%;
	height: 90%;
}
}
@media (max-width: 487px){
.carouselColumncontent,.carouselColumnImage{
	width: 100%;
	align-items:center;
}
}
@media (max-width: 600px){
.highlightedNews:before{
	width: 90%;
	height: 90%;
}
.highlightedNews{
	padding-top: 20px;
	padding-bottom: 20px;
}
.RowVideo{
	padding-bottom: 20px;
}
.FormattedText430 img{
	width: 100%;
}
.Column805{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.gameHolder2::after{
	width: 87% !important;
}
.RowGames{
	padding-top: 16px;
}
.Header1 {
	padding-bottom: 80px;
}
.prizeText{
	font-size: 30px;
}
.gameCard{
	width: 90vw;
}
.gameHolder::after{
	width: 80%;
}
.RowDecription{
	padding-left:2rem;
	padding-right: 2rem;
}
.Column23{
	width: 100% !important;
	height: fit-content;
}
.Row785{
	padding-left:2rem;
	padding-right: 2rem;
}
.RowTitle42{
	padding-left:2rem;
	padding-right: 2rem;
}
.ColTitle45{
	width: -webkit-fill-available;
}
.Image216{
	height: auto;
}
}
@media (max-width: 670px){
.logoheader{
	width: 100%;
}
}
@media (max-width: 700px){
.socialContainer{
	gap: 40px;
	justify-content: space-evenly;
	--moz-justify-content: space-evenly;
	--o-justify-content: space-evenly;
	--ms-justify-content: space-evenly;
}
.socialContainer1{
	gap: 40px;
	justify-content: space-around;
	--moz-justify-content: space-around;
	--o-justify-content: space-around;
	--ms-justify-content: space-around;
}
.Row796{
	flex-direction: column;
	--moz-flex-direction: column;
	--o-flex-direction: column;
	--ms-flex-direction: column;
}
.FooterButton::after{
	content: '' !important;
}
}
@media (max-width: 900px){
.dg-itemWrapper{
	height: fit-content;
}
}
</pre></body></html>