@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: 22rem;
	max-width:22rem;
	margin: -4rem;
}

.sitegen-sub-content{
	width: 150%
}

.sitegen-freecontent-platform-selection__title{
	font-size:large;
}

/** Ubisoft Connect PC **/

button.sitegen-platform-button.sitegen-icon-uplay .sitegen-platform-button__title{
	display:none;
}

button.sitegen-platform-button.sitegen-icon-uplay .sitegen-platform-button__title {
	text-indent: -9999px;
    line-height: 0;

}

button.sitegen-platform-button.sitegen-icon-uplay .sitegen-platform-button__title:after {
	content: 'Ubisoft Connect PC';
    text-indent: 0;
    display: block;
    line-height: initial;
}

.sitegen-platform-button.sitegen-icon-uplay .sitegen-platform-button__icon {
  background-image: url(https://ubistatic2-a.akamaihd.net/sitegen/assets/img/UC_PC_LOGO_VERTICAL_WHITE.png);
}


@media only screen and (max-width: 768px){

.sitegen-content {
	padding: 0rem 0rem;
}

.sitegen-game-logo
{
	height: 18rem;
    width: 18rem;
	max-width: 18rem;
	margin: -4rem;
}

.sitegen-sub-content{
	width: 100%
}
	
}

.sitegen-game-installer{
	max-width:none;
}

