.tws-container--tws-custom-html.language {
	background-color: transparent;
}
.tws-container--tws-custom-html.language p {
  color: red;
  font-size: 16px;
  text-align: center;
}
.tws-container--tws-custom-html.language .custom-flex {
	display: flex;
  justify-content: center;
  gap: 48px;
}
.tws-container--tws-custom-html.language .custom-flex img {
	transition: 250ms;
  opacity: 0.7;
}
.tws-container--tws-custom-html.language .custom-flex img:hover {
	transform: scale(1.05);
  opacity: 1;
}
.emporium--start-page .tws-container--tws-custom-html:first-child {
	margin: 0;
}
.tws-login--login-text {
	position: relative;
  font-size: 0;
}
.tws-login--login-text::before {
  content: 'AFFA';
	font-size: 12px;
  position: aboslute;
  color: #000;
}
.emporium--top-bar .tws-login--login-text::before {
	color: #FFF;
}