.sitegen-game-logo
{
	height: 8rem;
    width: 23rem;
	max-width: 23rem;
}

.sitegen-landing{
	border-top:none;
	border-bottom:none;
}

.sitegen-content{
	border-radius:0;
}

.sitegen-button{
	border-radius:0;
}


@media only screen and (max-width: 768px){

.sitegen-content {
	padding: 0rem 0rem;
}

.sitegen-game-logo
{
	height: 18rem;
    width: 18rem;
	margin-top: -4rem;
	margin-bottom: -6rem;
}

.sitegen-sub-content{
	width: 100%;
}
	
}

/*******************
####################
#   CUSTOM FONTS   #
####################
*******************/

@font-face {
    font-family: R6S_light;
    src: url(https://ubistatic2-a.akamaihd.net/sitegen/assets/fonts/Scout/ScoutCond-Light.woff2) format("woff2"),
	url(https://ubistatic2-a.akamaihd.net/sitegen/assets/fonts/Scout/ScoutCond-Light.woff) format("woff");
}

@font-face {
    font-family: R6S_regular;
    src: url(https://ubistatic2-a.akamaihd.net/sitegen/assets/fonts/Scout/ScoutCond-Regular.woff2) format("woff2"),
	url(https://ubistatic2-a.akamaihd.net/sitegen/assets/fonts/Scout/ScoutCond-Regular.woff) format("woff");
}

@font-face {
    font-family: R6S_regularitalic;
    src: url(https://ubistatic2-a.akamaihd.net/sitegen/assets/fonts/Scout/ScoutCond-RegularItalic.woff2) format("woff2"),
	url(https://ubistatic2-a.akamaihd.net/sitegen/assets/fonts/Scout/ScoutCond-RegularItalic.woff) format("woff");
}


@font-face {
  font-family: Noto;
  src: url("https://ubistatic2-a.akamaihd.net/sitegen/assets/fonts/Noto/noto_light.woff") format("woff"),
  url("https://ubistatic2-a.akamaihd.net/sitegen/assets/fonts/Noto/noto_light.woff2") format("woff2"),
}

.sitegen-widget{
	--main-font: Noto, 'Arial', 'sans-serif';
  --main-font-cyrillic: Noto, 'Arial', 'sans-serif';
  --main-font-asian: Noto, 'Roboto', 'Arial', 'sans-serif';
}

.sitegen-content-banner__title {
	font-family: R6S_regular, 'sans-serif';
	text-transform: uppercase;
	font-size: xxx-large;
	font-weight: 500;
}

.sitegen-landing__title{
	font-weight: normal;
}

.sitegen-button{
	font-family: R6S_regularitalic, 'sans-serif';
	font-weight: 400;
	font-size: x-large;
}

.sitegen-email-verification__button-container .sitegen-button{
	font-size: x-large;
}


/** JP logo adjustment **/
.sitegen-ja-JP .sitegen-game-logo{
	background-image: url(https://ubistatic2-a.akamaihd.net/sitegen/assets/img/r6s/R6SIEGE_LOGO_S6_JP.png);
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px){
.sitegen-footer-logo.sitegen-xbox-one-logo{
	grid-row-start: 2;
	grid-column-start: 3; 
}

.sitegen-footer-logo.sitegen-ps4-logo{
	grid-row-start: 2;
	grid-column-start: 1; 
}

.sitegen-footer-logo.sitegen-ps5-logo{
	grid-row-start: 2;
	grid-column-start: 2; 
}

.sitegen-footer-logo.sitegen-xbox-series-x-logo{
	grid-row-start: 2;
	grid-column-start: 4; 
}
}


/** PlayStation **/


.sitegen-platform-button.sitegen-icon-psn .sitegen-platform-button__title {
	text-indent: -9999px;
    line-height: 0;

}

.sitegen-platform-button.sitegen-icon-psn .sitegen-platform-button__title:after {
	content: 'PlayStation';
    text-indent: 0;
    display: block;
    line-height: initial;
}

/** Xbox **/

.sitegen-platform-button.sitegen-icon-xbl .sitegen-platform-button__title{
	text-indent: -9999px;
    line-height: 0;

}

.sitegen-platform-button.sitegen-icon-xbl .sitegen-platform-button__title:after {
	content: 'Xbox';
    text-indent: 0;
    display: block;
    line-height: initial;
}

.sitegen-platform-button.sitegen-icon-psn .sitegen-platform-button__icon svg {
     visibility: hidden;   
}
.sitegen-platform-button.sitegen-icon-psn .sitegen-platform-button__icon 
{ 
   background-size:100% 100%; 
    background-image: url(https://static-webservicesops.akamaized.net/sitegen/PROD/FO/_assets/images/PlayStation-Logo-PNG.png);
}