@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: 20rem;
    width: 25rem;
	max-width:25rem;
	margin: -4rem;
}

.sitegen-sub-content{
	width: 150%
}


@media only screen and (max-width: 900px){

	.sitegen-freecontent-platform-selection__platforms {
  display: flex;
  flex-direction: column-reverse;
	}

}

button.sitegen-platform-button.sitegen-icon-xbl {
    order: 2;
}

button.sitegen-platform-button.sitegen-icon-psn {
    order: 1;
}


.sitegen-content-banner__title{
	font-size:xx-large;
}

@media only screen and (max-width: 768px){

	.sitegen-freecontent-platform-selection__platforms {
  display: flex;
  flex-direction: column-reverse;
	}
	
	.sitegen-footer-logo.sitegen-ubisoft-club-logo .sitegen-footer-logo__link{
	display:none;
	}
	
	.sitegen-content {
	padding: 0rem 0rem;
}

.sitegen-game-logo
{
	height: 18rem;
    width: 20rem;
	max-width: 20rem;
	margin: -4rem;
}

.sitegen-sub-content{
	width: 100%
}
	
}

.sitegen-game-installer{
	max-width:none;
}

/** JP logo adjustment **/
.sitegen-ja-JP .sitegen-game-logo{
	background-image: url(https://ubistatic2-a.akamaihd.net/sitegen/assets/img/rabbids/logo_JP.png);
	height: 18rem;
    width: 15rem;
	max-width: 15rem;
	margin: -2rem;

}

/** SC logo adjustment **/
.sitegen-zh-CN .sitegen-game-logo{
	background-image: url(https://ubistatic2-a.akamaihd.net/sitegen/assets/img/rabbids/logo_CN.png);
	height: 18rem;
    width: 15rem;
	max-width: 15rem;
	margin: -2rem;
}


/** FR logo adjustment **/
.sitegen-fr-FR .sitegen-game-logo, .sitegen-fr-CA .sitegen-game-logo{
	background-image: url(https://ubistatic2-a.akamaihd.net/sitegen/assets/img/rabbids/logo_FR.png);
}