/* 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: 87.5639241785%;
  animation-delay: -10.7656739411s;
}
.snow > div:nth-child(2) {
  left: 30.6721834818%;
  animation-delay: -2.3258220308s;
}
.snow > div:nth-child(3) {
  left: 21.0451266289%;
  animation-delay: -24.1671678593s;
}
.snow > div:nth-child(4) {
  left: 21.8518323307%;
  animation-delay: -17.8299517786s;
}
.snow > div:nth-child(5) {
  left: 79.1586128793%;
  animation-delay: -18.7244170657s;
}
.snow > div:nth-child(6) {
  left: 21.5044799888%;
  animation-delay: -27.5863681234s;
}
.snow > div:nth-child(7) {
  left: 53.4629664823%;
  animation-delay: -26.55064758s;
}
.snow > div:nth-child(8) {
  left: 43.6779714473%;
  animation-delay: -0.2851984991s;
}
.snow > div:nth-child(9) {
  left: 98.6538514948%;
  animation-delay: -11.8223924262s;
}
.snow > div:nth-child(10) {
  left: 36.5116231591%;
  animation-delay: -4.0407036197s;
}
.snow > div:nth-child(11) {
  left: 12.3343535512%;
  animation-delay: -20.2125317381s;
}
.snow > div:nth-child(12) {
  left: 36.7605504329%;
  animation-delay: -18.1943495487s;
}
.snow > div:nth-child(13) {
  left: 39.2282921878%;
  animation-delay: -10.4054869718s;
}
.snow > div:nth-child(14) {
  left: 45.2517301018%;
  animation-delay: -13.2140565609s;
}
.snow > div:nth-child(15) {
  left: 59.6930416711%;
  animation-delay: -23.2561152396s;
}
.snow > div:nth-child(16) {
  left: 29.7447541473%;
  animation-delay: -27.7842831672s;
}
.snow > div:nth-child(17) {
  left: 72.8418395472%;
  animation-delay: -3.9413334801s;
}
.snow > div:nth-child(18) {
  left: 40.9795795717%;
  animation-delay: -26.9500317324s;
}
.snow > div:nth-child(19) {
  left: 91.9836604282%;
  animation-delay: -8.13657344s;
}
.snow > div:nth-child(20) {
  left: 34.9233633842%;
  animation-delay: -5.58253956s;
}
.snow > div:nth-child(21) {
  left: 74.7012709453%;
  animation-delay: -24.0275648614s;
}
.snow > div:nth-child(22) {
  left: 11.6011796986%;
  animation-delay: -9.7694296711s;
}
.snow > div:nth-child(23) {
  left: 85.7796544376%;
  animation-delay: -27.4602658453s;
}
.snow > div:nth-child(24) {
  left: 75.0361190627%;
  animation-delay: -24.8641043747s;
}
.snow > div:nth-child(25) {
  left: 32.7040205506%;
  animation-delay: -14.7462505479s;
}
.snow > div:nth-child(26) {
  left: 89.7077004974%;
  animation-delay: -4.2184112932s;
}
.snow > div:nth-child(27) {
  left: 74.217621379%;
  animation-delay: -22.8131628862s;
}
.snow > div:nth-child(28) {
  left: 14.7233130893%;
  animation-delay: -3.6083693562s;
}
.snow > div:nth-child(29) {
  left: 0.3900570967%;
  animation-delay: -9.1174957513s;
}
.snow > div:nth-child(30) {
  left: 0.489433666%;
  animation-delay: -25.01832274s;
}
.snow > div:nth-child(31) {
  left: 47.1572140387%;
  animation-delay: -4.4058684202s;
}
.snow > div:nth-child(32) {
  left: 92.1848466503%;
  animation-delay: -26.3537275148s;
}
.snow > div:nth-child(33) {
  left: 58.5032795292%;
  animation-delay: -9.3142181626s;
}
.snow > div:nth-child(34) {
  left: 57.915461766%;
  animation-delay: -17.5541323517s;
}
.snow > div:nth-child(35) {
  left: 58.024769226%;
  animation-delay: -0.6184898862s;
}
.snow > div:nth-child(36) {
  left: 19.7101503796%;
  animation-delay: -20.6408036518s;
}
.snow > div:nth-child(37) {
  left: 87.4006215611%;
  animation-delay: -2.076178663s;
}
.snow > div:nth-child(38) {
  left: 26.0533276284%;
  animation-delay: -23.0718972487s;
}
.snow > div:nth-child(39) {
  left: 18.466165771%;
  animation-delay: -16.2136319868s;
}
.snow > div:nth-child(40) {
  left: 12.7194249692%;
  animation-delay: -0.6059076004s;
}
.snow > div:nth-child(41) {
  left: 43.6279566927%;
  animation-delay: -8.4822208942s;
}
.snow > div:nth-child(42) {
  left: 51.805390499%;
  animation-delay: -5.5318764372s;
}
.snow > div:nth-child(43) {
  left: 77.8033033439%;
  animation-delay: -14.6011411528s;
}
.snow > div:nth-child(44) {
  left: 26.6043877883%;
  animation-delay: -26.8005172517s;
}
.snow > div:nth-child(45) {
  left: 2.949959901%;
  animation-delay: -13.3286995527s;
}
.snow > div:nth-child(46) {
  left: 54.4410650471%;
  animation-delay: -29.0185190642s;
}
.snow > div:nth-child(47) {
  left: 77.2084021934%;
  animation-delay: -17.1474201668s;
}
.snow > div:nth-child(48) {
  left: 31.6183662957%;
  animation-delay: -12.5565799166s;
}
.snow > div:nth-child(49) {
  left: 56.4791702746%;
  animation-delay: -19.7559099373s;
}
.snow > div:nth-child(50) {
  left: 96.2335143362%;
  animation-delay: -12.8626055515s;
}
.snow > div:nth-child(51) {
  left: 60.5899180749%;
  animation-delay: -3.1611730358s;
}
.snow > div:nth-child(52) {
  left: 74.1737916503%;
  animation-delay: -17.792403298s;
}
.snow > div:nth-child(53) {
  left: 20.500483706%;
  animation-delay: -11.2894810544s;
}
.snow > div:nth-child(54) {
  left: 19.6113750063%;
  animation-delay: -11.8955635596s;
}
.snow > div:nth-child(55) {
  left: 50.2652404099%;
  animation-delay: -19.7723966344s;
}
.snow > div:nth-child(56) {
  left: 15.9295694008%;
  animation-delay: -10.1826904938s;
}
.snow > div:nth-child(57) {
  left: 82.3241563881%;
  animation-delay: -12.0650045164s;
}
.snow > div:nth-child(58) {
  left: 41.0504101408%;
  animation-delay: -24.7377050423s;
}
.snow > div:nth-child(59) {
  left: 1.0843543568%;
  animation-delay: -11.2160897869s;
}
.snow > div:nth-child(60) {
  left: 66.7379784282%;
  animation-delay: -5.3565251696s;
}
.snow > div:nth-child(61) {
  left: 59.7419303297%;
  animation-delay: -1.7060708033s;
}
.snow > div:nth-child(62) {
  left: 43.0067664215%;
  animation-delay: -0.3032686607s;
}
.snow > div:nth-child(63) {
  left: 39.8500965365%;
  animation-delay: -5.9862015845s;
}
.snow > div:nth-child(64) {
  left: 72.5366444249%;
  animation-delay: -9.6526648742s;
}
.snow > div:nth-child(65) {
  left: 0.8630700643%;
  animation-delay: -28.9618075211s;
}
.snow > div:nth-child(66) {
  left: 79.5865822479%;
  animation-delay: -27.1767894016s;
}
.snow > div:nth-child(67) {
  left: 68.1566217791%;
  animation-delay: -25.2184042232s;
}
.snow > div:nth-child(68) {
  left: 51.8634727902%;
  animation-delay: -12.7877722183s;
}
.snow > div:nth-child(69) {
  left: 91.5297855694%;
  animation-delay: -13.7576326999s;
}
.snow > div:nth-child(70) {
  left: 27.1558225651%;
  animation-delay: -3.2902647164s;
}
.snow > div:nth-child(71) {
  left: 48.3215857003%;
  animation-delay: -27.559724233s;
}
.snow > div:nth-child(72) {
  left: 14.3570043236%;
  animation-delay: -0.3863551506s;
}
.snow > div:nth-child(73) {
  left: 85.1282560284%;
  animation-delay: -8.5995512696s;
}
.snow > div:nth-child(74) {
  left: 83.8902878203%;
  animation-delay: -0.2554606997s;
}
.snow > div:nth-child(75) {
  left: 88.4097664942%;
  animation-delay: -29.3764464902s;
}
.snow > div:nth-child(76) {
  left: 95.4135668751%;
  animation-delay: -5.9632184108s;
}
.snow > div:nth-child(77) {
  left: 76.778546118%;
  animation-delay: -22.9004745277s;
}
.snow > div:nth-child(78) {
  left: 68.8231479958%;
  animation-delay: -19.8601183477s;
}
.snow > div:nth-child(79) {
  left: 12.8525575826%;
  animation-delay: -23.975762197s;
}
.snow > div:nth-child(80) {
  left: 65.7071172935%;
  animation-delay: -18.5085585163s;
}
.snow > div:nth-child(81) {
  left: 7.5656814525%;
  animation-delay: -29.9442862235s;
}
.snow > div:nth-child(82) {
  left: 78.279453113%;
  animation-delay: -5.4119536945s;
}
.snow > div:nth-child(83) {
  left: 82.9060153818%;
  animation-delay: -10.2896210259s;
}
.snow > div:nth-child(84) {
  left: 99.2771085715%;
  animation-delay: -6.7063743349s;
}
.snow > div:nth-child(85) {
  left: 54.6436172366%;
  animation-delay: -25.641698592s;
}
.snow > div:nth-child(86) {
  left: 97.0710466854%;
  animation-delay: -4.1122527374s;
}
.snow > div:nth-child(87) {
  left: 4.915999418%;
  animation-delay: -20.1430644913s;
}
.snow > div:nth-child(88) {
  left: 72.4302965768%;
  animation-delay: -15.8566127025s;
}
.snow > div:nth-child(89) {
  left: 65.6526253879%;
  animation-delay: -8.6636553195s;
}
.snow > div:nth-child(90) {
  left: 21.5997484613%;
  animation-delay: -26.9054853455s;
}
.snow > div:nth-child(91) {
  left: 93.7034981301%;
  animation-delay: -2.4635166934s;
}
.snow > div:nth-child(92) {
  left: 26.614248009%;
  animation-delay: -13.8970766564s;
}
.snow > div:nth-child(93) {
  left: 3.1569395243%;
  animation-delay: -0.5811969802s;
}
.snow > div:nth-child(94) {
  left: 32.3003757195%;
  animation-delay: -14.2831693958s;
}
.snow > div:nth-child(95) {
  left: 77.6646268699%;
  animation-delay: -24.2374103212s;
}
.snow > div:nth-child(96) {
  left: 99.1640742378%;
  animation-delay: -10.0140681726s;
}
.snow > div:nth-child(97) {
  left: 89.4284355162%;
  animation-delay: -8.5356764036s;
}
.snow > div:nth-child(98) {
  left: 76.4389387034%;
  animation-delay: -15.5667127688s;
}
.snow > div:nth-child(99) {
  left: 58.8650737906%;
  animation-delay: -18.9671527695s;
}
.snow > div:nth-child(100) {
  left: 63.7144447842%;
  animation-delay: -11.7539167006s;
}
.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-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-HFCE5ABQ.css.map */
