/* 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: 16.7839432547%;
  animation-delay: -23.766754821s;
}
.snow > div:nth-child(2) {
  left: 33.3511254533%;
  animation-delay: -14.6349394195s;
}
.snow > div:nth-child(3) {
  left: 78.5874026152%;
  animation-delay: -20.5534939697s;
}
.snow > div:nth-child(4) {
  left: 80.1424297931%;
  animation-delay: -25.4510812143s;
}
.snow > div:nth-child(5) {
  left: 94.9404908036%;
  animation-delay: -0.6294408143s;
}
.snow > div:nth-child(6) {
  left: 99.4388788041%;
  animation-delay: -26.2047509229s;
}
.snow > div:nth-child(7) {
  left: 98.8338014864%;
  animation-delay: -14.858942192s;
}
.snow > div:nth-child(8) {
  left: 86.5425426033%;
  animation-delay: -24.9286402663s;
}
.snow > div:nth-child(9) {
  left: 33.4870009859%;
  animation-delay: -3.9646831131s;
}
.snow > div:nth-child(10) {
  left: 56.7664360467%;
  animation-delay: -11.8718614381s;
}
.snow > div:nth-child(11) {
  left: 10.5301077114%;
  animation-delay: -10.4706521474s;
}
.snow > div:nth-child(12) {
  left: 69.6096026042%;
  animation-delay: -13.5923245285s;
}
.snow > div:nth-child(13) {
  left: 71.4102752463%;
  animation-delay: -12.5371840317s;
}
.snow > div:nth-child(14) {
  left: 19.0215371356%;
  animation-delay: -27.0101213912s;
}
.snow > div:nth-child(15) {
  left: 31.8636577543%;
  animation-delay: -29.6202058683s;
}
.snow > div:nth-child(16) {
  left: 50.3097844733%;
  animation-delay: -18.2221399126s;
}
.snow > div:nth-child(17) {
  left: 10.8724447479%;
  animation-delay: -9.7611818051s;
}
.snow > div:nth-child(18) {
  left: 23.4031661353%;
  animation-delay: -27.2427856977s;
}
.snow > div:nth-child(19) {
  left: 14.4904261122%;
  animation-delay: -20.1899239439s;
}
.snow > div:nth-child(20) {
  left: 50.3066660629%;
  animation-delay: -16.6850818378s;
}
.snow > div:nth-child(21) {
  left: 82.5036804928%;
  animation-delay: -9.8764695842s;
}
.snow > div:nth-child(22) {
  left: 93.4073872926%;
  animation-delay: -7.284973855s;
}
.snow > div:nth-child(23) {
  left: 20.1436039291%;
  animation-delay: -17.9593231344s;
}
.snow > div:nth-child(24) {
  left: 50.6085358253%;
  animation-delay: -19.0767735797s;
}
.snow > div:nth-child(25) {
  left: 68.0752539568%;
  animation-delay: -23.4259730083s;
}
.snow > div:nth-child(26) {
  left: 88.3340439624%;
  animation-delay: -12.7907844904s;
}
.snow > div:nth-child(27) {
  left: 25.3301365515%;
  animation-delay: -2.3352583416s;
}
.snow > div:nth-child(28) {
  left: 83.7121230663%;
  animation-delay: -27.0829531208s;
}
.snow > div:nth-child(29) {
  left: 40.4958968768%;
  animation-delay: -7.8687385641s;
}
.snow > div:nth-child(30) {
  left: 5.1727983239%;
  animation-delay: -13.0761321611s;
}
.snow > div:nth-child(31) {
  left: 81.652144129%;
  animation-delay: -21.696848173s;
}
.snow > div:nth-child(32) {
  left: 43.1624471702%;
  animation-delay: -5.6993066012s;
}
.snow > div:nth-child(33) {
  left: 68.905717919%;
  animation-delay: -16.7221242047s;
}
.snow > div:nth-child(34) {
  left: 40.5783808196%;
  animation-delay: -5.0676795646s;
}
.snow > div:nth-child(35) {
  left: 12.997105787%;
  animation-delay: -10.610984029s;
}
.snow > div:nth-child(36) {
  left: 74.0573700434%;
  animation-delay: -16.2964303838s;
}
.snow > div:nth-child(37) {
  left: 25.2066053779%;
  animation-delay: -8.1523932189s;
}
.snow > div:nth-child(38) {
  left: 70.2941458552%;
  animation-delay: -14.2528136475s;
}
.snow > div:nth-child(39) {
  left: 48.0840535356%;
  animation-delay: -25.072845556s;
}
.snow > div:nth-child(40) {
  left: 13.854846613%;
  animation-delay: -17.4606140315s;
}
.snow > div:nth-child(41) {
  left: 41.843028404%;
  animation-delay: -26.0914172805s;
}
.snow > div:nth-child(42) {
  left: 12.699131124%;
  animation-delay: -7.2676020432s;
}
.snow > div:nth-child(43) {
  left: 81.9464840278%;
  animation-delay: -0.1378531806s;
}
.snow > div:nth-child(44) {
  left: 62.962784742%;
  animation-delay: -23.6140345858s;
}
.snow > div:nth-child(45) {
  left: 72.2669892466%;
  animation-delay: -2.9259551722s;
}
.snow > div:nth-child(46) {
  left: 17.2233998385%;
  animation-delay: -20.2144089811s;
}
.snow > div:nth-child(47) {
  left: 21.4876229901%;
  animation-delay: -9.7222456013s;
}
.snow > div:nth-child(48) {
  left: 7.4079937249%;
  animation-delay: -21.2091018866s;
}
.snow > div:nth-child(49) {
  left: 69.816385574%;
  animation-delay: -20.0001210794s;
}
.snow > div:nth-child(50) {
  left: 44.1004555536%;
  animation-delay: -9.5004579267s;
}
.snow > div:nth-child(51) {
  left: 92.7139729489%;
  animation-delay: -24.0008032628s;
}
.snow > div:nth-child(52) {
  left: 42.7493531211%;
  animation-delay: -12.7029167904s;
}
.snow > div:nth-child(53) {
  left: 21.8196865121%;
  animation-delay: -6.764210263s;
}
.snow > div:nth-child(54) {
  left: 35.9942358568%;
  animation-delay: -4.645105722s;
}
.snow > div:nth-child(55) {
  left: 73.8311438771%;
  animation-delay: -14.5809382925s;
}
.snow > div:nth-child(56) {
  left: 33.3697223504%;
  animation-delay: -27.7887802405s;
}
.snow > div:nth-child(57) {
  left: 2.5411155089%;
  animation-delay: -29.741369345s;
}
.snow > div:nth-child(58) {
  left: 66.3757332464%;
  animation-delay: -24.3590486252s;
}
.snow > div:nth-child(59) {
  left: 45.3174959278%;
  animation-delay: -4.2287734669s;
}
.snow > div:nth-child(60) {
  left: 70.2899564202%;
  animation-delay: -26.3490980267s;
}
.snow > div:nth-child(61) {
  left: 1.5682320994%;
  animation-delay: -15.8768546117s;
}
.snow > div:nth-child(62) {
  left: 79.0412794018%;
  animation-delay: -19.8046454787s;
}
.snow > div:nth-child(63) {
  left: 56.4655064315%;
  animation-delay: -0.9920534732s;
}
.snow > div:nth-child(64) {
  left: 82.2899874962%;
  animation-delay: -23.3058863788s;
}
.snow > div:nth-child(65) {
  left: 24.7057941236%;
  animation-delay: -14.3885825637s;
}
.snow > div:nth-child(66) {
  left: 22.0478255686%;
  animation-delay: -12.4163653412s;
}
.snow > div:nth-child(67) {
  left: 62.4997099718%;
  animation-delay: -27.4834383143s;
}
.snow > div:nth-child(68) {
  left: 54.3920859979%;
  animation-delay: -0.5877238368s;
}
.snow > div:nth-child(69) {
  left: 73.4464202106%;
  animation-delay: -16.0816341711s;
}
.snow > div:nth-child(70) {
  left: 86.2693169846%;
  animation-delay: -28.123897211s;
}
.snow > div:nth-child(71) {
  left: 91.42658146%;
  animation-delay: -22.0987169534s;
}
.snow > div:nth-child(72) {
  left: 77.2114740266%;
  animation-delay: -29.7029516654s;
}
.snow > div:nth-child(73) {
  left: 27.1900690721%;
  animation-delay: -8.0128244942s;
}
.snow > div:nth-child(74) {
  left: 99.6947082519%;
  animation-delay: -23.8622581861s;
}
.snow > div:nth-child(75) {
  left: 41.9767025744%;
  animation-delay: -21.4572328596s;
}
.snow > div:nth-child(76) {
  left: 16.9169524969%;
  animation-delay: -21.4670811383s;
}
.snow > div:nth-child(77) {
  left: 67.7478314918%;
  animation-delay: -13.4704760563s;
}
.snow > div:nth-child(78) {
  left: 35.0963941877%;
  animation-delay: -5.8743703336s;
}
.snow > div:nth-child(79) {
  left: 95.9935080949%;
  animation-delay: -4.4374799995s;
}
.snow > div:nth-child(80) {
  left: 41.1476875293%;
  animation-delay: -16.139757395s;
}
.snow > div:nth-child(81) {
  left: 47.0832505742%;
  animation-delay: -4.8079467198s;
}
.snow > div:nth-child(82) {
  left: 42.3453930074%;
  animation-delay: -9.4671885694s;
}
.snow > div:nth-child(83) {
  left: 36.3822331887%;
  animation-delay: -25.8764022772s;
}
.snow > div:nth-child(84) {
  left: 69.66622966%;
  animation-delay: -26.830902197s;
}
.snow > div:nth-child(85) {
  left: 38.3810205258%;
  animation-delay: -15.925358916s;
}
.snow > div:nth-child(86) {
  left: 77.3661183102%;
  animation-delay: -19.0229817072s;
}
.snow > div:nth-child(87) {
  left: 40.7215901191%;
  animation-delay: -18.0869141381s;
}
.snow > div:nth-child(88) {
  left: 99.680115614%;
  animation-delay: -12.9453772047s;
}
.snow > div:nth-child(89) {
  left: 94.5716822899%;
  animation-delay: -1.7808602455s;
}
.snow > div:nth-child(90) {
  left: 50.1474553023%;
  animation-delay: -22.3360108406s;
}
.snow > div:nth-child(91) {
  left: 31.4268161132%;
  animation-delay: -3.2921720356s;
}
.snow > div:nth-child(92) {
  left: 52.9745917603%;
  animation-delay: -5.6798419753s;
}
.snow > div:nth-child(93) {
  left: 35.1586709203%;
  animation-delay: -20.2082256614s;
}
.snow > div:nth-child(94) {
  left: 18.3130047534%;
  animation-delay: -16.5402030027s;
}
.snow > div:nth-child(95) {
  left: 33.2642800562%;
  animation-delay: -25.4985064267s;
}
.snow > div:nth-child(96) {
  left: 4.5676262388%;
  animation-delay: -6.2041636755s;
}
.snow > div:nth-child(97) {
  left: 83.7516365605%;
  animation-delay: -5.4285038514s;
}
.snow > div:nth-child(98) {
  left: 48.6151575167%;
  animation-delay: -4.4423972003s;
}
.snow > div:nth-child(99) {
  left: 17.0307749749%;
  animation-delay: -12.6461101937s;
}
.snow > div:nth-child(100) {
  left: 11.5927461633%;
  animation-delay: -8.362177721s;
}
.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;
  position: relative;
}
p {
  line-height: 1.15em;
  text-align: justify;
}
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-7RI3QIOO.css.map */
