/* src/styles/main.scss */
@keyframes snowwind {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 32px 0;
  }
}
@keyframes snowfall {
  from {
    transform: translateY(-16px) rotate(0deg);
  }
  to {
    transform: translateY(1000px) rotate(720deg);
  }
}
@keyframes snowfade {
  from {
    opacity: 0.7;
  }
  60% {
    opacity: 0.7;
  }
  to {
    opacity: 0;
  }
}
.snow {
  display: none;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.snow > div {
  width: 48px;
  height: 48px;
  background-image: url("./media/snowflake-2Z4S5VMI.svg");
  background-repeat: no-repeat;
  position: absolute;
  animation-timing-function:
    linear,
    ease-in-out,
    ease-out;
  animation-duration:
    30s,
    4s,
    30s;
  animation-name:
    snowfall,
    snowwind,
    snowfade;
  animation-iteration-count:
    infinite,
    infinite,
    infinite;
  animation-direction:
    normal,
    alternate,
    normal;
}
.snow > div:nth-child(1) {
  left: 58.967128215%;
  animation-delay: -19.209831743s;
}
.snow > div:nth-child(2) {
  left: 17.3685336385%;
  animation-delay: -17.6992881109s;
}
.snow > div:nth-child(3) {
  left: 93.4417256992%;
  animation-delay: -14.5592536439s;
}
.snow > div:nth-child(4) {
  left: 66.3680154295%;
  animation-delay: -0.7720729534s;
}
.snow > div:nth-child(5) {
  left: 24.9837346677%;
  animation-delay: -11.5851550013s;
}
.snow > div:nth-child(6) {
  left: 17.6197653353%;
  animation-delay: -20.065176743s;
}
.snow > div:nth-child(7) {
  left: 96.058260371%;
  animation-delay: -3.7715365984s;
}
.snow > div:nth-child(8) {
  left: 46.0718157459%;
  animation-delay: -4.7641072845s;
}
.snow > div:nth-child(9) {
  left: 30.1576528223%;
  animation-delay: -6.9074227841s;
}
.snow > div:nth-child(10) {
  left: 22.9637322211%;
  animation-delay: -8.4488138186s;
}
.snow > div:nth-child(11) {
  left: 15.7150428513%;
  animation-delay: -13.9072816616s;
}
.snow > div:nth-child(12) {
  left: 28.8170402585%;
  animation-delay: -5.9168825175s;
}
.snow > div:nth-child(13) {
  left: 74.3884076316%;
  animation-delay: -19.6263422691s;
}
.snow > div:nth-child(14) {
  left: 80.5975502539%;
  animation-delay: -17.5280208431s;
}
.snow > div:nth-child(15) {
  left: 71.8364119718%;
  animation-delay: -9.7402890528s;
}
.snow > div:nth-child(16) {
  left: 92.5915275018%;
  animation-delay: -6.1390266288s;
}
.snow > div:nth-child(17) {
  left: 87.7109377616%;
  animation-delay: -15.3660677125s;
}
.snow > div:nth-child(18) {
  left: 55.0327900898%;
  animation-delay: -19.7913936966s;
}
.snow > div:nth-child(19) {
  left: 2.3608852348%;
  animation-delay: -5.6868318762s;
}
.snow > div:nth-child(20) {
  left: 65.9373250693%;
  animation-delay: -12.331409118s;
}
.snow > div:nth-child(21) {
  left: 76.9687823582%;
  animation-delay: -26.8008549169s;
}
.snow > div:nth-child(22) {
  left: 59.191177656%;
  animation-delay: -1.2168094364s;
}
.snow > div:nth-child(23) {
  left: 44.3979329301%;
  animation-delay: -0.97160757s;
}
.snow > div:nth-child(24) {
  left: 48.0093073891%;
  animation-delay: -17.1176525028s;
}
.snow > div:nth-child(25) {
  left: 60.0044836729%;
  animation-delay: -0.3233064369s;
}
.snow > div:nth-child(26) {
  left: 43.7308655693%;
  animation-delay: -14.0618139015s;
}
.snow > div:nth-child(27) {
  left: 60.8289402574%;
  animation-delay: -7.2457725108s;
}
.snow > div:nth-child(28) {
  left: 96.7349422414%;
  animation-delay: -5.7801687415s;
}
.snow > div:nth-child(29) {
  left: 7.6274609172%;
  animation-delay: -10.0798416035s;
}
.snow > div:nth-child(30) {
  left: 13.5980166995%;
  animation-delay: -20.4005736387s;
}
.snow > div:nth-child(31) {
  left: 55.666963735%;
  animation-delay: -0.0764772916s;
}
.snow > div:nth-child(32) {
  left: 13.8743518223%;
  animation-delay: -24.4409996858s;
}
.snow > div:nth-child(33) {
  left: 59.9427905267%;
  animation-delay: -9.9205633669s;
}
.snow > div:nth-child(34) {
  left: 6.3554823288%;
  animation-delay: -21.4297751291s;
}
.snow > div:nth-child(35) {
  left: 24.0537467188%;
  animation-delay: -2.7145770421s;
}
.snow > div:nth-child(36) {
  left: 90.3252739041%;
  animation-delay: -19.5529630763s;
}
.snow > div:nth-child(37) {
  left: 87.1294388714%;
  animation-delay: -11.6152047915s;
}
.snow > div:nth-child(38) {
  left: 70.7559978892%;
  animation-delay: -5.7283923442s;
}
.snow > div:nth-child(39) {
  left: 69.921690811%;
  animation-delay: -20.7045895478s;
}
.snow > div:nth-child(40) {
  left: 52.8242060896%;
  animation-delay: -12.9433552987s;
}
.snow > div:nth-child(41) {
  left: 26.2021763026%;
  animation-delay: -5.6304666788s;
}
.snow > div:nth-child(42) {
  left: 13.5851710322%;
  animation-delay: -7.3471245052s;
}
.snow > div:nth-child(43) {
  left: 81.8586353886%;
  animation-delay: -9.0018898982s;
}
.snow > div:nth-child(44) {
  left: 72.8277556625%;
  animation-delay: -22.1757033979s;
}
.snow > div:nth-child(45) {
  left: 29.3118943459%;
  animation-delay: -25.986343734s;
}
.snow > div:nth-child(46) {
  left: 57.5406928608%;
  animation-delay: -24.2436755056s;
}
.snow > div:nth-child(47) {
  left: 40.7035078741%;
  animation-delay: -5.480596236s;
}
.snow > div:nth-child(48) {
  left: 79.239333055%;
  animation-delay: -27.4352529066s;
}
.snow > div:nth-child(49) {
  left: 45.6862968099%;
  animation-delay: -28.9256939102s;
}
.snow > div:nth-child(50) {
  left: 76.0019292647%;
  animation-delay: -29.7851177411s;
}
.snow > div:nth-child(51) {
  left: 71.0733692553%;
  animation-delay: -3.6376423999s;
}
.snow > div:nth-child(52) {
  left: 75.8502574681%;
  animation-delay: -3.2992830396s;
}
.snow > div:nth-child(53) {
  left: 22.7967951837%;
  animation-delay: -9.7690865505s;
}
.snow > div:nth-child(54) {
  left: 73.9293526742%;
  animation-delay: -3.4229857327s;
}
.snow > div:nth-child(55) {
  left: 84.0273267194%;
  animation-delay: -25.4827692709s;
}
.snow > div:nth-child(56) {
  left: 75.3357984502%;
  animation-delay: -14.613622663s;
}
.snow > div:nth-child(57) {
  left: 84.9821361984%;
  animation-delay: -13.1261607497s;
}
.snow > div:nth-child(58) {
  left: 35.5868510943%;
  animation-delay: -23.6818704278s;
}
.snow > div:nth-child(59) {
  left: 57.8628453217%;
  animation-delay: -8.2260166476s;
}
.snow > div:nth-child(60) {
  left: 33.5261047885%;
  animation-delay: -0.8425513533s;
}
.snow > div:nth-child(61) {
  left: 89.8795044315%;
  animation-delay: -22.1772849048s;
}
.snow > div:nth-child(62) {
  left: 38.5659556725%;
  animation-delay: -14.5235338012s;
}
.snow > div:nth-child(63) {
  left: 7.3486357204%;
  animation-delay: -26.7548785164s;
}
.snow > div:nth-child(64) {
  left: 62.5430720391%;
  animation-delay: -10.2088887318s;
}
.snow > div:nth-child(65) {
  left: 74.6009561654%;
  animation-delay: -14.7682749185s;
}
.snow > div:nth-child(66) {
  left: 29.0516816822%;
  animation-delay: -27.6660754057s;
}
.snow > div:nth-child(67) {
  left: 23.5158809046%;
  animation-delay: -29.8661528892s;
}
.snow > div:nth-child(68) {
  left: 0.6674295656%;
  animation-delay: -29.5740368908s;
}
.snow > div:nth-child(69) {
  left: 84.8075264749%;
  animation-delay: -25.5337718645s;
}
.snow > div:nth-child(70) {
  left: 8.103781245%;
  animation-delay: -17.2666617759s;
}
.snow > div:nth-child(71) {
  left: 34.3422457759%;
  animation-delay: -7.3472868952s;
}
.snow > div:nth-child(72) {
  left: 38.8173398339%;
  animation-delay: -24.394097602s;
}
.snow > div:nth-child(73) {
  left: 46.1395811123%;
  animation-delay: -19.6493294309s;
}
.snow > div:nth-child(74) {
  left: 68.2410211399%;
  animation-delay: -4.9267790735s;
}
.snow > div:nth-child(75) {
  left: 86.1099804207%;
  animation-delay: -2.7335934651s;
}
.snow > div:nth-child(76) {
  left: 12.1606802698%;
  animation-delay: -22.1312449338s;
}
.snow > div:nth-child(77) {
  left: 29.3679235468%;
  animation-delay: -29.6075573144s;
}
.snow > div:nth-child(78) {
  left: 81.7731892899%;
  animation-delay: -4.6465187811s;
}
.snow > div:nth-child(79) {
  left: 73.2344348085%;
  animation-delay: -13.9927906251s;
}
.snow > div:nth-child(80) {
  left: 76.4039578982%;
  animation-delay: -25.9964446079s;
}
.snow > div:nth-child(81) {
  left: 25.0666447694%;
  animation-delay: -17.954239763s;
}
.snow > div:nth-child(82) {
  left: 19.545207455%;
  animation-delay: -2.973478388s;
}
.snow > div:nth-child(83) {
  left: 13.934305255%;
  animation-delay: -20.9060940117s;
}
.snow > div:nth-child(84) {
  left: 74.8722570055%;
  animation-delay: -1.818616822s;
}
.snow > div:nth-child(85) {
  left: 99.2482058236%;
  animation-delay: -9.8560961257s;
}
.snow > div:nth-child(86) {
  left: 42.6902001682%;
  animation-delay: -18.4771866633s;
}
.snow > div:nth-child(87) {
  left: 25.0455266991%;
  animation-delay: -22.6227487423s;
}
.snow > div:nth-child(88) {
  left: 11.5098163098%;
  animation-delay: -28.1564404886s;
}
.snow > div:nth-child(89) {
  left: 46.8426791184%;
  animation-delay: -26.7170706025s;
}
.snow > div:nth-child(90) {
  left: 87.7813644766%;
  animation-delay: -13.6637198487s;
}
.snow > div:nth-child(91) {
  left: 78.6331558041%;
  animation-delay: -21.6818624364s;
}
.snow > div:nth-child(92) {
  left: 12.5853091374%;
  animation-delay: -4.4462736403s;
}
.snow > div:nth-child(93) {
  left: 69.6581702836%;
  animation-delay: -17.8955086925s;
}
.snow > div:nth-child(94) {
  left: 1.3785547138%;
  animation-delay: -2.2960822822s;
}
.snow > div:nth-child(95) {
  left: 30.4140240475%;
  animation-delay: -22.3706085002s;
}
.snow > div:nth-child(96) {
  left: 82.5736833417%;
  animation-delay: -13.8528878936s;
}
.snow > div:nth-child(97) {
  left: 11.0926009524%;
  animation-delay: -16.5138681193s;
}
.snow > div:nth-child(98) {
  left: 43.4536252044%;
  animation-delay: -9.1125245902s;
}
.snow > div:nth-child(99) {
  left: 39.0513104345%;
  animation-delay: -12.7064971482s;
}
.snow > div:nth-child(100) {
  left: 93.3978765531%;
  animation-delay: -26.0328386726s;
}
.theme-xmas.theme-xmas-snow .snow {
  display: block;
}
#toggle-snow {
  position: absolute;
  top: 2px;
  right: 25px;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: none;
  outline: none;
  color: transparent;
  background: url("./media/snowflake-2Z4S5VMI.svg") no-repeat;
  display: none;
}
.theme-xmas #toggle-snow {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ef-app {
  flex: 1;
}
.content {
  position: relative;
  flex: 1;
  width: 636px;
  margin: auto;
  min-height: 400px;
  padding-top: 8px;
  padding-left: 74px;
  padding-right: 25px;
  padding-bottom: 1px;
}
footer {
  height: 257px;
  position: relative;
}
footer > div {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
footer .wrapper {
  margin: auto;
  margin-top: 50px;
  width: 636px;
  text-align: center;
}
footer .languages {
  margin-top: 70px;
}
footer .flag {
  display: inline-block;
  margin: 10px;
}
footer .flag a {
  color: transparent;
  display: inline-block;
  width: 16px;
  height: 11px;
}
footer .flag a[lang=de-DE] {
  background-image: url("./media/de.x16-QCIWPXY6.png");
  background-repeat: no-repeat;
}
footer .flag a[lang=en-US] {
  background-image: url("./media/en.x16-EGABVHFC.png");
  background-repeat: no-repeat;
}
footer .flag a[lang=es-SP] {
  background-image: url("./media/es.x16-BG3EH6QE.png");
  background-repeat: no-repeat;
}
footer .flag a[lang=fr-FR] {
  background-image: url("./media/fr.x16-UYVUBAE6.png");
  background-repeat: no-repeat;
}
footer .recommendations {
  margin-top: 10px;
}
footer .recommendations a {
  text-shadow: 0 0 1px black;
  display: inline-block;
  margin: 0 0.5em;
  text-decoration: none;
}
footer .recommendations a:hover span {
  text-decoration: underline;
}
footer .recommendations img {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
footer .recommendations span {
  margin-left: 0.2em;
}
header {
  width: 636px;
  height: 178px;
  margin: auto;
  margin-top: 24px;
  position: relative;
}
header .img-title {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 32px;
  left: 50%;
  height: 100px;
  width: 437px;
  margin-left: -223.5px;
}
header .img-rays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 175px;
  overflow: hidden;
}
header .img-rays svg {
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
}
header .img-rays .grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 178px;
}
header .img-main-bar {
  position: absolute;
  bottom: 0;
  left: 22px;
  right: 22px;
  height: 22px;
  border-radius: 7px;
}
header .img-snow {
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -27px;
  left: -66px;
  height: 69px;
  width: 762px;
}
header .img-left {
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -27px;
  left: -66px;
  height: 201px;
  width: 191px;
}
header .img-right {
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -27px;
  right: -66px;
  height: 194px;
  width: 207px;
}
header .img-expansion-dimensions {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 105px;
  left: 50%;
  width: 182px;
  height: 66px;
  margin-left: -41px;
}
header h1 {
  position: absolute;
  top: 34px;
  left: 100px;
  right: 100px;
  height: 100px;
  opacity: 0;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header .main-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header .main-bar nav {
  width: 586px;
  height: 22px;
  margin: auto;
  text-align: center;
}
header .main-bar a {
  display: inline-block;
  line-height: 12pt;
  margin: 2px;
  padding: 0 5px;
  text-decoration: none;
}
header .main-bar a.button {
  text-align: center;
  cursor: pointer;
}
header .main-bar a:not(.button):hover {
  text-decoration: underline;
}
html {
  height: 100%;
}
body {
  display: flex;
  min-height: 100%;
  min-width: 762px;
  font-family:
    Trebuchet MS,
    Verdana,
    Georgia,
    sans-serif;
  font-size: 10pt;
  text-align: justify;
  position: relative;
}
p {
  line-height: 1.15em;
}
ef-app {
  color: #8f201e;
  background-color: #3a366f;
  background-image:
    url("./media/landscape-back-overlay-K3LT75RH.png"),
    linear-gradient(#26264d 0, #3a366f 100%),
    radial-gradient(
      circle at 131px 101px,
      white,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.1) 4px,
      transparent 6px),
    radial-gradient(
      circle at 73px 111px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 54px 58px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 230px 69px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 233px 127px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 245px 99px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    linear-gradient(#26264d 0, #3a366f 100%);
  background-size:
    auto,
    762px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px;
  background-position:
    bottom center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center;
  background-repeat:
    repeat-x,
    no-repeat,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x;
}
ef-app.theme-xmas {
  color: #8f201e;
  background-color: #3a366f;
  background-image:
    url("./media/landscape-back-overlay-K3LT75RH.png"),
    linear-gradient(#26264d 0, #3a366f 100%),
    radial-gradient(
      circle at 131px 101px,
      white,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.1) 4px,
      transparent 6px),
    radial-gradient(
      circle at 73px 111px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 54px 58px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 230px 69px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 233px 127px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 245px 99px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    linear-gradient(#26264d 0, #3a366f 100%);
  background-size:
    auto,
    762px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px;
  background-position:
    bottom center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center;
  background-repeat:
    repeat-x,
    no-repeat,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x;
}
.content {
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
.content strong {
  font-weight: bold;
}
.content h1 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18pt;
  font-weight: normal;
  text-align: right;
  border-bottom: solid 1px #8f201e;
}
.content nav.main-nav {
  width: 32px;
  height: 100px;
  position: absolute;
  top: 33px;
  left: 20px;
}
.content form.logout input,
.content a.settings {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
}
.content a.settings {
  background: url("./media/icon_account-NGHSGOVL.png");
}
.content form.logout input {
  background: url("./media/icon_logout-7EF6SNFC.png");
}
footer > div {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
footer .img-front {
  background-image: url("./media/landscape-front-VWE4MQVO.png");
  background-position: center;
}
footer .img-back {
  height: 100%;
  width: 636px;
  margin: auto;
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
footer .wrapper {
  margin: auto;
  margin-top: 50px;
  width: 636px;
  text-align: center;
}
footer .recommendations a {
  color: white;
}
header {
  border-top: 3px solid #c52f36;
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
header .img-title {
  background-image: url("./media/header-title-2Q2A4C5P.png");
}
header .img-rays svg #header-rays {
  fill: rgba(221, 34, 47, 0.3);
}
header .img-rays .grad {
  background-image: linear-gradient(transparent 74px, #ebd9e6 124px);
  background-size: 100% 178px;
  background-position: bottom center;
  background-repeat: repeat-x;
}
header .img-main-bar {
  background-color: hsl(357, 55%, 68%);
  background-image:
    repeating-linear-gradient(
      -66.67deg,
      transparent,
      transparent 0px,
      hsl(357, 55%, 62%) 4px,
      hsl(357, 55%, 62%) 4px,
      transparent 8px);
}
header .img-snow {
  display: initial;
  background-image: url("./media/header-snow-JLRXPTEL.png");
}
header .img-left {
  display: initial;
  background-image: url("./media/header-hof-A4LGM5DF.svg");
}
header .img-right {
  display: initial;
  background-image: url("./media/header-igor-ef-46LEHINX.svg");
}
header .img-expansion-dimensions {
  background-image: url("./media/header-expansion-dimensions-OITNCBT2.png");
}
header .main-bar a {
  color: #ffffff;
}
header .main-bar a.button {
  background-color: #b4b4b4;
  border: solid 1px #8f201e;
}
header .main-bar a.button:hover {
  background: #9b9b9b;
}
ef-app.theme-xmas .content {
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
ef-app.theme-xmas .content strong {
  font-weight: bold;
}
ef-app.theme-xmas .content h1 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18pt;
  font-weight: normal;
  text-align: right;
  border-bottom: solid 1px #8f201e;
}
ef-app.theme-xmas .content nav.main-nav {
  width: 32px;
  height: 100px;
  position: absolute;
  top: 33px;
  left: 20px;
}
ef-app.theme-xmas .content form.logout input,
ef-app.theme-xmas .content a.settings {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
}
ef-app.theme-xmas .content a.settings {
  background: url("./media/icon_account-NGHSGOVL.png");
}
ef-app.theme-xmas .content form.logout input {
  background: url("./media/icon_logout-7EF6SNFC.png");
}
ef-app.theme-xmas footer > div {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
ef-app.theme-xmas footer .img-front {
  background-image: url("./media/landscape-front-VWE4MQVO.png");
  background-position: center;
}
ef-app.theme-xmas footer .img-back {
  height: 100%;
  width: 636px;
  margin: auto;
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
ef-app.theme-xmas footer .wrapper {
  margin: auto;
  margin-top: 50px;
  width: 636px;
  text-align: center;
}
ef-app.theme-xmas footer .recommendations a {
  color: white;
}
ef-app.theme-xmas header {
  border-top: 3px solid #c52f36;
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
ef-app.theme-xmas header .img-title {
  background-image: url("./media/header-title-2Q2A4C5P.png");
}
ef-app.theme-xmas header .img-rays svg #header-rays {
  fill: rgba(221, 34, 47, 0.3);
}
ef-app.theme-xmas header .img-rays .grad {
  background-image: linear-gradient(transparent 74px, #ebd9e6 124px);
  background-size: 100% 178px;
  background-position: bottom center;
  background-repeat: repeat-x;
}
ef-app.theme-xmas header .img-main-bar {
  background-color: hsl(357, 55%, 68%);
  background-image:
    repeating-linear-gradient(
      -66.67deg,
      transparent,
      transparent 0px,
      hsl(357, 55%, 62%) 4px,
      hsl(357, 55%, 62%) 4px,
      transparent 8px);
}
ef-app.theme-xmas header .img-snow {
  display: initial;
  background-image: url("./media/header-snow-JLRXPTEL.png");
}
ef-app.theme-xmas header .img-left {
  display: initial;
  background-image: url("./media/header-tuber-P2WKOL25.png");
}
ef-app.theme-xmas header .img-right {
  display: initial;
  background-image: url("./media/header-igor-GJNPT5WG.png");
}
ef-app.theme-xmas header .img-expansion-dimensions {
  background-image: url("./media/header-expansion-dimensions.xmas-KYJEKBS6.png");
}
ef-app.theme-xmas header .main-bar a {
  color: #ffffff;
}
ef-app.theme-xmas header .main-bar a.button {
  background-color: #b4b4b4;
  border: solid 1px #8f201e;
}
ef-app.theme-xmas header .main-bar a.button:hover {
  background: #9b9b9b;
}
.body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#tid-bar {
  height: 32px;
  background-color: #111317;
  color: #b7b9c6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
#tid-bar marquee {
  line-height: 32px;
  font-family: Arial, sans-serif;
  font-size: 12pt;
}
header {
  width: 636px;
  height: 178px;
  margin: auto;
  margin-top: 24px;
  position: relative;
}
header .img-title {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 32px;
  left: 50%;
  height: 100px;
  width: 437px;
  margin-left: -223.5px;
}
header .img-rays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 175px;
  overflow: hidden;
}
header .img-rays svg {
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
}
header .img-rays .grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 178px;
}
header .img-main-bar {
  position: absolute;
  bottom: 0;
  left: 22px;
  right: 22px;
  height: 22px;
  border-radius: 7px;
}
header .img-snow {
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -27px;
  left: -66px;
  height: 69px;
  width: 762px;
}
header .img-left {
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -27px;
  left: -66px;
  height: 201px;
  width: 191px;
}
header .img-right {
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -27px;
  right: -66px;
  height: 194px;
  width: 207px;
}
header .img-expansion-dimensions {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 105px;
  left: 50%;
  width: 182px;
  height: 66px;
  margin-left: -41px;
}
header h1 {
  position: absolute;
  top: 34px;
  left: 100px;
  right: 100px;
  height: 100px;
  opacity: 0;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header .main-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header .main-bar nav {
  width: 586px;
  height: 22px;
  margin: auto;
  text-align: center;
}
header .main-bar a {
  display: inline-block;
  line-height: 12pt;
  margin: 2px;
  padding: 0 5px;
  text-decoration: none;
}
header .main-bar a.button {
  text-align: center;
  cursor: pointer;
}
header .main-bar a:not(.button):hover {
  text-decoration: underline;
}
input.small,
select.small {
  background-color: white;
  outline: none;
  width: 150px;
  font-family:
    Trebuchet MS,
    Verdana,
    Georgia,
    sans serif;
  margin: 0;
  padding: 0;
  border: 1px solid hsl(357, 55%, 68%);
  font-size: 10pt;
  color: hsl(357, 55%, 62%);
}
input.small:focus,
select.small:focus {
  border-style: dashed;
}
input[type=submit].small {
  width: 100%;
  color: #ffffff;
  background-color: hsl(357, 61%, 71%);
  border-top: 1px solid hsl(357, 61%, 66%);
  border-left: 1px solid hsl(357, 61%, 66%);
  border-bottom: 1px solid hsl(357, 61%, 53%);
  border-right: 1px solid hsl(357, 61%, 53%);
  text-align: center;
  cursor: pointer;
}
input[type=submit].small:not([disabled]):hover {
  border-top: 1px solid hsl(357, 61%, 53%);
  border-left: 1px solid hsl(357, 61%, 53%);
  border-bottom: 1px solid hsl(357, 61%, 66%);
  border-right: 1px solid hsl(357, 61%, 66%);
  background-color: hsl(357, 61%, 69%);
}
input[type=submit].small[disabled] {
  cursor: default;
}
.form-row {
  position: relative;
  height: 22px;
  margin-top: 8px;
}
.form-row > .left,
.form-row > .right {
  width: 50%;
  display: inline-block;
}
.form-row > .left {
  padding-right: 30px;
  text-align: right;
}
.form-row > .left span {
  font-weight: bold;
}
ef-game-list a {
  display: flow-root;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
ef-game-list a:hover {
  background-color: rgba(124, 75, 77, 0.2);
}
ef-game-list img {
  float: left;
  width: 60px;
  height: 60px;
}
ef-game-list span {
  display: block;
}
ef-game-list .details {
  margin-left: 70px;
}
ef-game-list .name {
  margin-bottom: 5px;
  font-size: 1.2em;
}
ef-game-list .version {
  float: right;
}
ef-game-list .description {
  text-align: justify;
  opacity: 0.7;
  line-height: 1.1em;
}
ef-game-pagination ul {
  text-align: center;
}
ef-game-pagination li {
  display: inline-block;
  margin: 0 0.3em;
  font-size: 2em;
}
ef-game-view .game-tabs a,
ef-leaderboard .game-tabs a,
ef-profile .game-tabs a {
  display: block;
  float: left;
  padding: 10px 15px;
  background: #e8b0b3;
  border: 1px solid #e8b0b3;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  margin-left: 10px;
  margin-right: 1px;
  color: #8f201e;
  text-decoration: none;
}
ef-game-view .game-tabs a + a,
ef-leaderboard .game-tabs a + a,
ef-profile .game-tabs a + a {
  margin-left: 0;
}
ef-game-view .game-tabs a.blurred,
ef-leaderboard .game-tabs a.blurred,
ef-profile .game-tabs a.blurred {
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-position: bottom;
  background-image: linear-gradient(#e8b0b3, #d38184);
}
ef-game-view .game-tabs a.blurred:hover,
ef-leaderboard .game-tabs a.blurred:hover,
ef-profile .game-tabs a.blurred:hover {
  background-size: 1px 100%;
}
ef-game-view nav,
ef-leaderboard nav,
ef-profile nav {
  padding: 0 0 34px 0;
}
table {
  border: 1px solid #6a100e;
  width: 100%;
}
thead th {
  padding: 4px;
  text-align: center;
  background-color: #e8b0b3;
  color: #8f201e;
  border: 1px solid #6a100e;
}
td {
  padding: 4px;
  text-align: center;
  border: 1px solid #6a100e;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-XWCE7TIF.css.map */
