.ta-app-logo {
  --ta-logo-width: 350px;
  --ta-logo-height: 142px;
}

.brs-app--loading .ta-app-logo{
	background-size: contain;
	background-repeat: no-repeat;
	width:144px;
	height:144px;
	background-image: url(../assets/logo_loading.png);
}

.ta-header-logo-link {
  --ta-header-logo-height: 32px;
}

:root {
	--ta-light-primary-color: #495EEB !important;
    --ta-dark-primary-color: #495EEB !important;
}

