@font-face {
font-family: "Ubisoft";
src: url('https://ubistatic2-a.akamaihd.net/sitegen/assets/fonts/UbisoftSans/UbisoftSans-Regular.woff2') format('woff2'),
	url('https://ubistatic2-a.akamaihd.net/sitegen/assets/fonts/UbisoftSans/UbisoftSans-Regular.woff2') format('woff');
}


.sitegen-widget {
  /* font sizes */
  --title-font-size: 1.75rem;
  --subtitle-font-size: 1.5em;
  --main-font-size: 1rem;
  --cta-font-size: 1rem;
  --secondary-font-size: 1rem;
  /* font families */
  --main-font: Ubisoft, 'Arial', 'sans-serif';
  --main-font-cyrillic: Ubisoft, 'Arial', 'sans-serif';
  --main-font-asian: Ubisoft, 'Roboto', 'Arial', 'sans-serif';

}

.sitegen-content-banner__title {
	font-family: Ubisoft;
	text-transform: uppercase;
}


.sitegen-freecontent-platform-selection__title{
	font-weight:normal;
}

.sitegen-game-logo
{
	height: 18rem;
    width: 25rem;
	max-width:25rem;
	margin: -4rem;
}

.sitegen-sub-content{
	width: 170%
}

.sitegen-freecontent-platform-selection__title{
	font-size:large;
}

h3{
	font-size:medium;
	font-style:italic;
	font-weight:200;
}


@media only screen and (max-width: 768px){

.sitegen-content {
	padding: 0rem 0rem;
}

.sitegen-game-logo
{
	height: 18rem;
    width: 20rem;
	max-width: 22rem;
	margin: -4rem;
}

.sitegen-sub-content{
	width: 100%;
}

.sitegen-content-banner__title{
	font-size:x-large;
}
	
}

.sitegen-game-installer{
	max-width:none;
}


/**SUCESSFUL PAGE**/

.sitegen-success-page__content{
	min-height:40rem;
}

.sitegen-success-page__congrats-message{
	margin-top:-320px;
	margin-bottom:5.5em;
}

.custom-reward-top{
	font-size:large;
	margin-top:15px;
}

.sitegen-game-installer__buttons-container{
	margin-top:0.1em;
}

.custom-reward-store-text{
	margin-top:200px;
	margin-bottom:10px;
}

.sitegen-success-page__fw-game-asset{
	margin-top:-580px;
}

.sitegen-success-page__image{
	background-size:containt;
	width:12.25em;
	
}

	img.store-image{
	width:90%;
	}
	
.sitegen-success-page__info-block{
	padding-left:0!important;
}
	
@media only screen and (min-width: 768px) {
	.sitegen-success-page__fw-game-asset{
	margin-top:-580px;
}

	img.store-image{
	width:90%;
	height:230px;
	width:650px;
	}

}
	
	
@media only screen and (max-width: 768px) {
	
	.sitegen-success-page__content{
	min-height:30rem;
}
	
	.sitegen-success-page__content{
	width:100%;
	padding:0;
	}
	
	.sitegen-success-page__congrats-message{
	margin-top:-450px;
	padding:0;
	max-width:100%;
	}
	
	.custom-container-success{
	width:100%;
	padding-top:24px;
	}
	
	.custom-reward-top{
	font-size:medium;
	margin-top:15px;
	}
	
	.custom-reward-store-text{
	margin-top:50px;
	margin-bottom:25px;
	font-size:large;
	}
	
	
	.sitegen-success-page__fw-game-asset{
		margin-top:-580px;
	}
	

.sitegen-success-page__image{
	width:115px;
	height:325px;
}

	.sitegen-sub-content{
	width: 100%;
}

	
}

@media only screen and (device-width: 768px) {

	.sitegen-success-page__fw-game-asset{
		margin-top:-690px;
	}

	.sitegen-success-page__congrats-message{
	margin-top:-550px;
	padding:0;
	max-width:100%;
	}


}

/* Tiles sizes small screens */
@media only screen and (max-width: 768px){

.sitegen-content {
	padding: 0rem 0rem;
}

.sitegen-game-logo
{
	height: 18rem;
    width: 18rem;
	margin: -4rem;
}

.sitegen-sub-content{
	width: 100%;
}

.sitegen-freecontent-platform-selection__platforms{
	width:100%;
}

}

/* Tiles sizes small screens with many platforms */
/*@media only screen and (max-width: 768px){
	.sitegen-platform-button__tile{
		width:7.25rem;
		height:5.75rem;
	}
	
	.sitegen-platform-button__icon{
		width:80%;
	}
	
	.sitegen-platform-button__info{
		width:7.25rem;
	}
}*/

/** Tiles order **/

button.sitegen-platform-button.sitegen-icon-uplay{
	order:1;
}


button.sitegen-platform-button.sitegen-icon-xbl{
	order:2;
}

button.sitegen-platform-button.sitegen-icon-xsx{
	order:3;
}

button.sitegen-platform-button.sitegen-icon-psn{
	order:4;
}

button.sitegen-platform-button.sitegen-icon-ps5{
	order:5;
}

	